.tours-landing .tour-dates {
    color: #666666;
}

.tours-landing .suppliers .supplierRegionLogo {
    margin-left: 6%;
    margin-top: 20%
}


.tours-landing .tours-landing h3+p {
    margin-top: 10px;
}

.tours-landing .tours-landing p,
.tours-landing .tours-landing ul {
    margin-bottom: 10px;
}

.tours-landing p:last-child,
.tours-landing ul:last-child {
    margin-bottom: 0px;
}

.tours-landing h3 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.tours-landing ul {
    list-style: disc;
    padding-left: 20px;
}

.tours-landing p em,
.tours-landing li em,
.tours-landing p a,
.tours-landing li a {
    color: #51A923;
    font-weight: bold;
    text-decoration: none;
}

.tours-landing p a:hover,
.tours-landing li a:hover {
    text-decoration: underline;
}

#tours .input option {
	padding-left:5px; 
	padding-top:2px;
	padding-bottom:2px;
}

/* 
.banner {
    box-sizing: border-box;
    padding: 45px 50px;
    padding: 0px;
    background: url(img/banner.jpg) no-repeat center / cover;
}

.banner .text {
    display: inline-block;
    box-sizing: border-box;
    max-width: 50%;
    padding: 20px;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    font-family: Arial;
}

.banner h1 {
    font-size: 42px;
    font-weight: bold;
    line-height: 48px;
    font-size: 24px;
    line-height: 28px;
}

.banner p {
    font-size: 18px;
    line-height: 20px;
    font-family: Arial;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}
*/
.tours-landing .form-bg {
    box-sizing: border-box;
    font-family: Arial;
    font-size: 16px;
    line-height: 18px;
    padding-top: 10px !important;
}

.tours-landing .padded .hr {
	display:none;
}

.tours-landing .notPadded {
    padding-bottom: 0px !important;
}

.tours-landing .form-bg form {
    display: block;
    float: left;
	width:78%;
	margin-bottom:40px;
    /* width: calc(100% - 430px); */
    -ms-flex-preferred-size: calc(100% - 350px);
    /* flex-basis: calc(100% - 380px); */
}

.tours-landing .form-bg ul {
    padding: 0px;
}

.tours-landing .form-bg li {
    display: inline-block;
    margin-bottom: 10px;
    text-align: left;
}

.tours-landing .form-bg li.hr,
.tours-landing .form-bg li.advanced-options {
    display: none;
}

.tours-landing .form-bg li.advanced-options.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tours-landing .form-bg li.full-width {
    margin-top: 20px;
    /*width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    */
}

.tours-landing .form-bg label {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin-bottom: 5px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}

.tours-landing .form-bg input,
.tours-landing .form-bg .select {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    box-shadow: none;
    border: none;
    /*border-left: 10px solid #569E30;*/
    /*background: linear-gradient(to right, #569e30 0%, #569e30 10px, #ffffff 10px, #ffffff 100%);*/
    border-radius: 3px;
}

.tours-landing .form-bg .select {
    background-image: url(img/icons/input-select.svg);
}

.tours-landing .form-bg .input {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    height: 40px;
    border: 1px solid #B5B5B5;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.tours-landing .form-bg .input:before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    width: 10px;
    background: #569e30;
    border-radius: 3px 0px 0px 3px;
    border: 1px solid #428A1D;
}

.tours-landing .form-bg .input select,
.tours-landing .form-bg .input input {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-size: 14px;
}

.tours-landing .form-bg input.date {
    background: url(img/icons/input-date.svg) no-repeat 95% center;
    padding-left: 21px;
	/* color:initial; */
}

.tours-landing .form-bg .input.disabled {
    opacity: .5;
}

.tours-landing .form-bg .half {
    width: calc(50% - 5px);
}

.tours-landing .form-bg .button {
    box-sizing: border-box;
    width: 100%;
    padding: 0px;
    background: #FFFFFF;
    border: 1px solid #569E30;
    color: #569E30;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
    font-weight: normal;
}

.tours-landing .form-bg .button.red {
    background: #BC2525;
    background: -webkit-linear-gradient(top, #BC2525 0%, #A41515 100%);
    background: linear-gradient(180deg, #BC2525 0%, #A41515 100%);
    box-shadow: inset 2px 2px 0 0 rgba(255, 255, 255, 0.16);
    border: 1px solid #961B20;
    border-radius: 3px;
    color: #FFF;
}

.tours-landing .form-bg .button.red:hover {
    background: #A61E1E;
    background: -webkit-linear-gradient(top, #A61E1E 0%, #851010 100%);
    background: linear-gradient(180deg, #A61E1E 0%, #851010 100%);
    box-shadow: inset 2px 2px 0 0 rgba(255, 255, 255, 0.16);
    border: 1px solid #961B20;
    border-radius: 3px;
    color: #FFF;
}

.tours-landing .form-bg .show-advanced-options {
    display: block;
    margin-bottom: 10px;
    font-family: Arial;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    color: #008286;
    cursor: pointer;
    vertical-align: middle;
}

.tours-landing .form-bg .show-advanced-options:before {
    content: url(img/icons/plus.svg);
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: text-top;
    margin-right: 5px;
}

.tours-landing .form-bg .show-advanced-options.show:before {
    content: url(img/icons/minus.svg);
}

#banner-cycle .sponsor {
  /*   margin: 0px 0px 0px 20px; */
    max-height: 222px;
    /* margin: 0px 0px 0px 28px; */
	border: 1px solid #B5B5B5;
}

/* .sponsor,
.awbt {
    max-width: 366px;
    max-height: 210px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0px 0px 0px 38px;
    background-color: #FFFFFF;
    border: 1px solid #B5B5B5;
} */

.tours-landing .tours-landing .tile-list {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0px;
}

.tours-landing .tile-list li {
    box-sizing: border-box;
    display: block;
    position: relative;
    /*min-height: 155px;*/
    margin-bottom: 10px;
    text-align: left;
    overflow: hidden;
}

.tours-landing .tile-list.regions li {
    background: #999;
}

.tours-landing .tile-list.suppliers li {
    border: 1px solid #BBBDBF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 200px;
}

.tours-landing .tile-list li a {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.tours-landing .tile-list.regions li img {
    display: block;
    width: 100%;
}

.tours-landing .tile-list.suppliers li img {
    max-width: 90%;
    max-height: calc(90% - 45px);
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
}

.tours-landing .tile-list li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
}

.tours-landing .tile-list.regions li span {
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.6);
    font-weight: normal;
}

.tours-landing .tile-list.suppliers li span {
    color: #666666;
    border-top: 1px solid #BBBDBF;
    background-color: #F1F1F2;
}

.tours-landing .tile-list li span strong {
    float: right;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    line-height: 21px;
}

.tours-landing .tile-list.suppliers li span strong {
    color: #D0021B;
}

.tours-landing .tour-pricing-subheading {
    padding: 10px;
    margin: 20px 0px 15px;
    background-color: #F1F1F2;
    border: 1px solid #BBBDBF;
    border-radius: 3px 3px 0 0;
    font-family: Arial;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    font-weight: normal;
}

.tours-landing .tour-pricing-list {
    position: relative;
    font-size: 0px;
    background: #FFF;
    z-index: 1;
}

.tours-landing .tour-pricing-list:before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 1px;
    background: #B5B5B5;
}

.tours-landing .tour-pricing-list a {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 100%;
    color: inherit;
    padding: 10px;
    text-decoration: none;
    border: 1px solid #B5B5B5;
    border-top-width: 0px;
    z-index: 3;
    vertical-align: top;
    font-family: Helvetica;
    font-size: 14px;
    line-height: 20px;
}

.tours-landing .tour-pricing-list a:first-child {
    border-top-width: 1px;
}

.tours-landing .tour-pricing-list a em {
    color: #51A923;
    text-decoration: underline;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 90px);
    line-height: 1;
    vertical-align: middle;
}

.tours-landing .tour-pricing-list a strong {
    font-family: Helvetica;
    font-weight: bold;
    text-decoration: none;
    color: #D0021B;
    float: right;
    line-height: 1;
    margin-top: 4px;
}

.tours-landing .form-bg .awbt_sideForm {
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
    width: 430px;
    height: auto;
    max-height: 400px;
    margin-left: 50px;
    color: #ffffff;
}

.tours-landing {
    font-family: Arial;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

@media (max-width: 549px) {
    .tours-landing p.small {
        font-family: Arial;
        font-size: 14px;
        line-height: 18px;
    }
    .tours-landing .form-bg li.hr,
    .tours-landing .form-bg li.advanced-options {
        display: none !important;
    }
    .tours-landing .form-bg li.advanced-options.show {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (min-width: 550px) {
    h2,
    .tours-landing h3,
    .tours-landing p,
    .tours-landing ul {
        text-align: left;
    }
    .tours-landing .form-bg ul:not(.awbt_sideForm) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .tours-landing .form-bg li.advanced-options {
        display: inline-block;
    }
    .tours-landing .form-bg .show-advanced-options {
        display: none;
    }
    .tours-landing .form-bg li {
        width: calc(50% - 5px);
    }
    .tours-landing .form-bg li.hr {
        width: 100%;
        margin-bottom: 0px;
    }
    .tours-landing .form-bg li.full-width {
        margin-top: 10px;
    }
    .tours-landing .form-bg .button {
        box-sizing: border-box;
        width: 100%;
        padding: 0px 15px;
    }
    .tours-landing .tile-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin: 15px -5px;
        width: calc(100% + 10px);
    }
    .tours-landing .tile-list li {
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0px 5px 10px;
        width: calc(50% - 10px);
        /*min-height: 155px;*/
    }
    .tours-landing .tour-pricing-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% + 10px);
    }
    .tours-landing .tour-pricing-list.regular-width a {
        width: calc(50% - 10px);
        margin: 0px 10px 0px 0px;
    }
    .tours-landing .tour-pricing-list.regular-width a:nth-child(2) {
        border-top-width: 1px;
    }
}

@media (max-width: 800px) {

    .tours-landing .tour-pricing-list {
        width: 100% + 10px;
    }
}

@media (max-width: 767px) {

    .tours-landing .suppliers .supplierRegionLogo {
        margin-left: 12%;
        margin-top: 20%;
    }
    .tours-landing .banner h1 {
        padding-bottom: 10px;
    }

}

@media (min-width: 768px) {
	/* img.sponsor {
		width:80%;
	} */
    .tours-landing h2,
    .tours-landing h3,
    .tours-landing p,
    .tours-landing ul {
        text-align: left
    }

    #banner-cycle .sponsor {
        margin-top: 30px !important;
    }
	/* .padded {
		padding:30px;
	} */
    .tours-landing .form-bg li:not(.agentLine) {
        width: calc(33.3333% - 7.5px);
        margin-bottom: 15px;
    }
    .tours-landing .form-bg label {
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
    }
    .tours-landing .form-bg .button {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 18px;
    }
    .tours-landing .tile-list li {
        width: calc(33.3333% - 10px);
    }
    .tours-landing .tour-pricing-list.regular-width a {
        width: calc(33.3333% - 10px);
    }
    .tours-landing .tour-pricing-list.regular-width a:nth-child(3) {
        border-top-width: 1px;
    }
}

@media (min-width: 1025px) {

    .tours-landing .form-bg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .tours-landing .tile-list li {
        width: calc(25% - 10px);
    }
    .tours-landing .tour-pricing-list.regular-width a,
    .tours-landing .tour-pricing-list.regular-width a:nth-child(2n),
    .tours-landing .tour-pricing-list.regular-width a:nth-child(3n) {
        width: calc(25% - 10px);
    }
    .tours-landing .tour-pricing-list.regular-width a:nth-child(4) {
        border-top-width: 1px;
    }
    .tours-landing .tour-pricing-list.double-width a {
        width: calc(50% - 10px);
        margin: 0px 10px 0px 0px;
    }
    .tours-landing .tour-pricing-list.double-width a:nth-child(2) {
        border-top-width: 1px;
    }
}

@media(max-width: 549px) {
    .tours-landing .form-bg li.full-width {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (max-width: 1100px) {
    .tours-landing #banner-cycle {
        display: none;
    }
    .tours-landing .form-bg .sponsor {
        display: none;
    }
    .tours-landing .form-bg form {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100% !important;
    }
}
@media (max-width: 1400px){
	#banner-cycle .sponsor {
		padding-top:20px;
		padding-bottom:20px;
		max-height: 170px;
		border: 1px solid #B5B5B5;
	}
	#searchForm {
		width:80%;
	}
}
/* @media (min-width: 1101px){
	#searchForm {
		width:70%;	
	}

} */

@media (min-width: 1200px) {
    .tours-landing .tile-list li {
        width: calc(20% - 10px);
    }
/* 	img.sponsor {
		width:100%;
	} */
}

@supports(display: flex) {
    .tours-landing .form-bg li:not(.agentLine) {
        display: inline-block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    @media (min-width: 550px) {
        .tours-landing .form-bg ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }
        .tours-landing .form-bg li.advanced-options {
            display: inline-block;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
    }
}

