/*.fonts{
	font-family: 'Archer SSm A', 'Archer SSm B', sans-serif;
    font-family: 'Archer SSm A', 'Archer SSm B', sans-serif;  font-weight: 700;
    font-family: 'Gotham Cond SSm A', 'Gotham Cond SSm B', sans-serif; font-weight: 500; 
    font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; font-weight: 400; 
}
*/
/*
| - - - - - - - - - - - - - - - - - - - - - - - - -
|	PAGE STYLES (main landing page)
| - - - - - - - - - - - - - - - - - - - - - - - - -
*/
.tripbuilder{}
.tripbuilder .step{}
.tripbuilder .step .title{
	border-bottom: 2px solid #cccccc;
    color: #f54240;
    font-family: "Gotham Cond SSm A","Gotham Cond SSm B",sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 16px;
    margin: 0 0 15px;
    padding: 0 0 11px;
    text-transform: uppercase;
}
.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: "Verdana",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: #f54240;
    display: block;
    font-family: "Gotham Cond SSm A","Gotham Cond SSm B",sans-serif;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1px;
    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{
	background-color: rgb(229,227,223);
}
.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:300px; 
	max-height: 0px; 
	-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;
	background: #fff;
	cursor:pointer;
	color: #425563;
    font-family: "Archer SSm A","Archer SSm B",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: "Verdana",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{
	color: #919191;
    display: block;
    font-family: "Archer SSm A","Archer SSm B",sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0;
    width: 100%;
}
.tripForm a.getDirectionsBtn{
	background-color: #2a6290;
    color: #fff;
    display: block;
    font-family: "Archer SSm A","Archer SSm B",sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 16px;
    margin: 0 auto;
    min-height: 36px;
    padding: 10px 10px 8px;
    text-align: center;
    text-transform: none;
    width: 166px;
    text-decoration: none;
	-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;
    color: #ccc;
    font-family: "Gotham Cond SSm A","Gotham Cond SSm B",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;
    background-color: #ccc;
	-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 .item{}
.tripbuilder .item .image{
	display: inline-block;
    margin-bottom: 13px;
}
.tripbuilder .item .image img{
	width: 100%;
}
.tripbuilder .item .title a{
	color: #fe5000;
    display: block;
    font-family: "Gotham Cond SSm A","Gotham Cond SSm B",sans-serif;
    font-size: 29px;
    font-weight: bold;
    line-height: 31px;
    margin-bottom: 12px;
    text-decoration: none;
    text-transform: uppercase;
}
.tripbuilder .item .address{
	color: #cccccc;
    display: block;
    font-family: "Verdana",sans-serif;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 11px;
    padding: 0;
}
.tripbuilder .item .address a{
	margin: 0 8px 0 0;
}
.tripbuilder .item .span.text{
	color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0;
}
.tripbuilder .item span{color: #ccc;}
.tripbuilder .item span.link a{
	color: #425563;
    font-family: "Archer SSm A","Archer SSm B",sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}



/*
| - - - - - - - - - - - - - - - - - - - - - - - - -
|	COUNTER STYLES (In Footer)
| - - - - - - - - - - - - - - - - - - - - - - - - -
*/
.tripbuilder.counter{
	margin: 0 auto;
    padding-left: 37px;
    position: relative;
    text-align: left;
    top: 11px;
    width: 176px;
}
.wrapper .tripbuilder a.tripItems{
	text-decoration: none;
	font-family: 'Gotham Cond SSm A', 'Gotham Cond SSm B', sans-serif; 
	font-weight: 700; 
	text-transform: uppercase;
	color: #425563;
	font-size: 28px;
}
.tripbuilder a .icon{
	background-image: url("/includes/public/assets/images/tripplanner-sprite.png");
    background-position: -276px 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 33px;
    position: relative;
    width: 40px;
    float: left;
    margin-right: 6px;
}
.tripbuilder a .icon i{
	font-size: 32px;
}
.tripbuilder a .icon .count{
	color: #fff;
	display: block;
	font-family: "Archer SSm A","Archer SSm B",sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 25px;
	left: -1px;
	position: absolute;
	text-align: center;
	top: 7px;
	width: 100%;
}
/*
@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.
 	.tripbuilder a .icon .count{top: 10px;} 
}
*/
.tripbuilder a .my{
	display: block;
    font-family: "Archer SSm A","Archer SSm B",sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: -18px;
    position: relative;
    top: -5px;
}
.sv_infoWindow a{
	text-decoration: none !important;
	color: #f54240;
	font-family: 'Gotham Cond SSm A', 'Gotham Cond SSm B', sans-serif; 
	font-weight: 700; 
	text-transform: uppercase;
}
.sv_infoWindow img{
	float: left;
    margin-right: 11px;
}

/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
	
}
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){ 

}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    .tripbuilder.counter {
	    padding-left: 7px;
	    width: 145px;
	}
	body .reveal-modal{
		min-height: 40vh;
	}
	.tripForm select{
		background-position: 98% center;
	}
}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 
	.tripbuilder.counter {
	    padding-left: 0;
	    width: 140px;
	} 
	body .reveal-modal {
		min-height: 38vh;
	}
	.tripForm select{
		background-position: 98% center;
	}
}


/*
|---------------------------------------------------------------------------------------------
|  THEME ADJUSTMENTS
|---------------------------------------------------------------------------------------------
*/
/*
| - - - - - - - - - 
|  orange
| - - - - - - - - -
*/
/*button*/
.theme_orange_slate .tripbuilder .gMapContainer .showGMap {color: #425563;}
.theme_orange_slate .tripbuilder .item span.link a {color: #425563;}
.wrapper .theme_orange_slate .tripbuilder a.tripItems {color: #425563;}
/*text*/
.theme_orange_slate .tripbuilder .step .title{color: #fe5000;}
.theme_orange_slate .tripbuilder .shareLabel, 
.theme_orange_slate .tripbuilder .typeLabel {color: #fe5000;}
.theme_orange_slate .tripbuilder .item .title a {color: #fe5000;}
.theme_orange_slate .sv_infoWindow a {color: #fe5000 !important;}
.theme_orange_slate .tripbuilder a .icon {background-position: -276px 0;}
/*
| - - - - - - - - - 
|  BLUE
| - - - - - - - - -
*/
/*button*/
.theme_coral_blue .tripbuilder .gMapContainer .showGMap {color: #236192;}
.theme_coral_blue .tripbuilder .item span.link a {color: #236192;}
.wrapper .theme_coral_blue .tripbuilder a.tripItems {color: #236192;}
/*text*/
.theme_coral_blue .tripbuilder .step .title{color: #f9423a;}
.theme_coral_blue .tripbuilder .shareLabel, 
.theme_coral_blue .tripbuilder .typeLabel {color: #f9423a;}
.theme_coral_blue .tripbuilder .item .title a {color: #f9423a;}
.theme_coral_blue .sv_infoWindow a {color: #f9423a !important;}
.theme_coral_blue .tripbuilder a .icon { background-position: -46px 0;}
/*
| - - - - - - - - - 
|  MOSS (dark green)
| - - - - - - - - -
*/
/*button*/
.theme_moss_red .tripbuilder .gMapContainer .showGMap {color: #da291c;}
.theme_moss_red .tripbuilder .item span.link a {color: #da291c;}
.wrapper .theme_moss_red .tripbuilder a.tripItems {color: #da291c;}
/*text*/
.theme_moss_red .tripbuilder .step .title{color: #4f868e;}
.theme_moss_red .tripbuilder .shareLabel, 
.theme_moss_red .tripbuilder .typeLabel {color: #4f868e;}
.theme_moss_red .tripbuilder .item .title a {color: #4f868e;}
.theme_moss_red .sv_infoWindow a {color: #4f868e !important;}
.theme_moss_red .tripbuilder a .icon {background-position: -186px 0;}
/*
| - - - - - - - - - 
|  YELLOW
| - - - - - - - - -
*/
/*button*/
.theme_yellow_orange .tripbuilder .gMapContainer .showGMap {color: #fe5000;}
.theme_yellow_orange .tripbuilder .item span.link a {color: #fe5000;}
.wrapper .theme_yellow_orange .tripbuilder a.tripItems {color: #fe5000;}
/*text*/
.theme_yellow_orange .tripbuilder .step .title{color: #ffc72c;}
.theme_yellow_orange .tripbuilder .shareLabel, 
.theme_yellow_orange .tripbuilder .typeLabel {color: #ffc72c;}
.theme_yellow_orange .tripbuilder .item .title a {color: #ffc72c;}
.theme_yellow_orange .sv_infoWindow a {color: #ffc72c !important;}
.theme_yellow_orange .tripbuilder a .icon {background-position: -93px 0;}
/*
| - - - - - - - - - 
|  PURPLE
| - - - - - - - - -
*/
/*button*/
.theme_purple_slate .tripbuilder .gMapContainer .showGMap {color: #425563;}
.theme_purple_slate .tripbuilder .item span.link a {color: #425563;}
.wrapper .theme_purple_slate .tripbuilder a.tripItems {color: #425563;}
/*text*/
.theme_purple_slate .tripbuilder .step .title{color: #606eb2;}
.theme_purple_slate .tripbuilder .shareLabel, 
.theme_purple_slate .tripbuilder .typeLabel {color: #606eb2;}
.theme_purple_slate .tripbuilder .item .title a {color: #606eb2;}
.theme_purple_slate .sv_infoWindow a {color: #606eb2 !important;}
.theme_purple_slate .tripbuilder a .icon {background-position: -140px 0;}
/*
| - - - - - - - - - 
|  SKY
| - - - - - - - - -
*/
/*button*/
.theme_sky_moss .tripbuilder .gMapContainer .showGMap {color: #4f868e;}
.theme_sky_moss .tripbuilder .item span.link a {color: #4f868e;}
.wrapper .theme_sky_moss .tripbuilder a.tripItems {color: #4f868e;}
/*text*/
.theme_sky_moss .tripbuilder .step .title{color: #5bc2e7;}
.theme_sky_moss .tripbuilder .shareLabel, 
.theme_sky_moss .tripbuilder .typeLabel {color: #5bc2e7;}
.theme_sky_moss .tripbuilder .item .title a {color: #5bc2e7;}
.theme_sky_moss .sv_infoWindow a {color: #5bc2e7 !important;}
.theme_sky_moss .tripbuilder a .icon {background-position: -230px 0;}

