.wrapper .header-section .tripbuilder-container {
	background: rgba(0, 0, 0, 0) url("/includes/public/assets/images/suitcase.png") no-repeat scroll 0 5px;
    float: right;
    padding-left: 25px;
    position: relative;
    top: 4px;
    width: 150px;
}
.wrapper .header-section .tripbuilder-container a {
	color: #fff;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

/*
| - - - - - - - - - - - - - - - - - - - - - - - - -
|   PAGE STYLES (main landing page)
| - - - - - - - - - - - - - - - - - - - - - - - - -
*/
.tripbuilder{}
.tripbuilder .step{}
.tripbuilder .step .title{
    border-bottom: 2px solid #cccccc;
    color: #a2b476;
    font-family: 'Bernadette', cursive; 
    font-weight: 400; 
    font-size: 35px;
    line-height: 16px;
    margin: 0 0 15px;
    padding: 0 0 11px;
}
.tripbuilder .step p{}

.tripbuilder input[type="text"]{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: none;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    padding: 0 12px;
}
.tripbuilder input[type="text"]:focus{
    box-shadow: none;
    background-color: #fff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.16) inset;
    padding-left: 13px;
}
.tripbuilder .shareLabel,
.tripbuilder .typeLabel{
    color: #a2b476;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 11px;
    margin-top: 0;
    width: 100%;
}
.tripbuilder .shareLabel{
    margin-top: 15px;
    padding: 5px 0;
}
.tripbuilder .typeLabel{
    padding: 5px 10px;
}
/* begin: google maps */
.tripbuilder .gMapContainer{
    margin: 15px 0 30px;

}
.tripbuilder .gMapContainer.open{
}
.tripbuilder .gMapContainer .showGMap .isOpen { display:none; }
.tripbuilder .gMapContainer .showGMap .isClosed { display:block; }
.tripbuilder .gMapContainer.open  .showGMap .isOpen { display:block; }
.tripbuilder .gMapContainer.open  .showGMap .isClosed { display:none; }
.tripbuilder .gMapContainer .gMapHolder { 
    height:400px; 
    max-height: 0px; 
    border: 4px solid #fff;
    -webkit-transition: all 225ms ease-in-out;
    -moz-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;
}
.tripbuilder .gMapContainer.open .gMapHolder {max-height: 10000px;}
.tripbuilder .gMapContainer .showGMap { 
    margin-bottom:10px;
    cursor:pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.tripbuilder .gMapContainer.open .showGMap{
    padding-top: 15px;
}
.tripbuilder .gMapContainer .showGMap img{
    margin-right: 9px;
    position: relative;
    top: -3px;
}
.tripbuilder .gMapContainer .showGMap > div { padding:5px 0; }
.tripbuilder .gMapContainer .gMapHolder img { max-width:none; }
/* end: google maps */
.tripForm select{
    font-family: 'Poppins', sans-serif;
    -moz-appearance: none;
    font-size: 14px;
    background: #fff;
    color: #333333;
    font-weight: bold;
    background-image: url(/includes/public/assets/images/listings-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    padding: 7px 10px;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.tripForm .selectLabel{
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0;
    width: 100%;
}
.tripForm a.getDirectionsBtn{
    background: transparent url("/includes/public/assets/images/mosaic-dark-green.png") repeat scroll center center;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    height: 44px;
    line-height: 42px;
    vertical-align: middle;
    margin-bottom: 0;
    padding: 0 13px;
    text-transform: uppercase;
    transition: initial;
    -webkit-transition: all 225ms ease-in-out;
    -moz-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;
}
.tripForm a.getDirectionsBtn:hover{
    background-color: #0a4270;
}
.tripForm h2.directions{
    border-bottom: 2px solid #cccccc;
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 16px;
    margin: 0 0 25px;
    padding: 0 0 11px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
body .reveal-modal-bg{
    height: 650%;
    width: 100%;
    z-index: 3000 !important;
}
body .reveal-modal{
    border-radius: 4px;
    box-shadow: 0 0 11px -3px rgba(0, 0, 0, 1);
    left: 0;
    margin: 10px auto;
    min-height: 44vh;
    position: fixed;
    right: 0;
    width: 90%;
    z-index: 3005 !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* This is so we can only add fixed to chrome/safari. Each browser is displaying this differently.*/
    body .reveal-modal{position: absolute;} 
}
body .reveal-modal .close-reveal-modal{
    background-image: url("/includes/public/assets/images/close.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin-right: 9px;
    opacity: 0.90;
    position: absolute;
    right: 3px;
    top: 12px;
    width: 20px;
    -webkit-transition: all 225ms ease-in-out;
    -moz-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;
}
body .reveal-modal .close-reveal-modal:hover,
body .reveal-modal .close-reveal-modal:focus{
    opacity: 1;
    background-color: #b3b3b3;
}
/*
| - - - - - - -
|   TYPE ITEM
| - - - - - - -
*/
.tripbuilder .itemInner {
    background: rgba(0, 0, 0, 0) url("/includes/public/assets/images/retina-dust-light.png") repeat scroll 0 0;
    padding: 20px 15px;
    margin: 0 auto;
    text-align: center;
}
.tripbuilder .item .image{
    display: inline-block;
    margin: 0 auto 13px;
    text-align: center;
}
.tripbuilder .item .image img{
    width: 100%;
}
.tripbuilder .item .title a{
    color: #cf6726;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 12px;
    text-decoration: none;
    text-align: left;
}
.tripbuilder .item .address{
    color: #4b4f55;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 11px;
    padding: 0;
    text-align: left;
}
.tripbuilder .item .address a{
    margin: 0 8px 0 0;
    float: left;
}
.tripbuilder .item .span.text{
    color: #000;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0;
}
.tripbuilder .item span.link a{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
