

/* --- ROUTE PLANNER STYLING --- */ 
/* --- FORM & BUTTON STYLES --- */ 
input {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	*font-size:14px;
	color:#5c9de2;
	padding: 7px 4px;
	margin-left:2px;	
	border: 0px;
	box-shadow: 0px 0px 6px #999;
	border-radius: 10px
}
input[type="text"] {
	width: 260px;box-shadow: inset 0px 0px 5px #000;
}
input[type="submit"] {
	padding: 6px 20px;	
	*padding: 3px 0px;	
	margin-left: 10px;
	color:#000;
	background: #ffd65e;
	background: -moz-linear-gradient(top,  #ffd65e 0%, #febf04 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04));
	background: -webkit-linear-gradient(top,  #ffd65e 0%,#febf04 100%);
	background: -o-linear-gradient(top,  #ffd65e 0%,#febf04 100%);
	background: -ms-linear-gradient(top,  #ffd65e 0%,#febf04 100%);
	background: linear-gradient(to bottom,  #ffd65e 0%,#febf04 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 );
	text-shadow: 0px 1px 3px #FFF; box-shadow:inset 0px 0px 5px #000;
	cursor:pointer;
}

#showdir {
	padding: 6px 20px;	
	margin-left: 10px;
	color:#000;
	background: #ffd65e;
	background: -moz-linear-gradient(top,  #ffd65e 0%, #febf04 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04));
	background: -webkit-linear-gradient(top,  #ffd65e 0%,#febf04 100%);
	background: -o-linear-gradient(top,  #ffd65e 0%,#febf04 100%);
	background: -ms-linear-gradient(top,  #ffd65e 0%,#febf04 100%);
	background: linear-gradient(to bottom,  #ffd65e 0%,#febf04 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 );
	text-shadow: 0px 1px 3px #FFF; box-shadow:inset 0px 0px 5px #000;
	cursor:pointer;
}

input:focus, input:after  {
	background: #173658;
	outline:0;
	-webkit-transition: all 250ms cubic-bezier(0.360, 0.150, 0.715, 0.825); 
   -moz-transition: all 250ms cubic-bezier(0.360, 0.150, 0.715, 0.825); 
    -ms-transition: all 250ms cubic-bezier(0.360, 0.150, 0.715, 0.825); 
     -o-transition: all 250ms cubic-bezier(0.360, 0.150, 0.715, 0.825); 
        transition: all 250ms cubic-bezier(0.360, 0.150, 0.715, 0.825);
}

#routeForm {
	width: 100%;
	text-align: center;
	*margin-top:2px;
	margin-top:3px;
	padding-top:9px;	
}

/* ---  MAP STYLES --- */ 
#directionsPanel {
	background: #FFFFFF;
	color:#000;
	width: 80%;
	padding: 20px;
	margin: 20px auto;
	box-shadow: 0px 0px 6px #999;
	border-radius: 10px;
	font-size: 20px;
	-webkit-box-shadow: 0px 0px 26px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 26px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 26px rgba(50, 50, 50, 0.5);
}
.adp-directions {
	width: 920px;
}
#map_canvas {
	width:100%; 
	height:100%;
	background:#FFF;
}



/* ---  PRINT OPTION --- */ 
.pb_container {
	width:60px;
	height:50px;
	float:right;
}

.printbox {
	z-index:1000;
	position:fixed;
	width:50px;
	height:30px;
	background-color: rgba(0, 0, 0, 0.5);
	color:#FFF;
	font-size:14px;
	top:0;
	float:right;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align:center;
	line-height:2em;
}

.printbox:hover {
	cursor:pointer;
	background-color: rgba(0, 0, 0, 1);
	-webkit-transition: all 500ms cubic-bezier(0.360, 0.150, 0.715, 0.825); 
   -moz-transition: all 500ms cubic-bezier(0.360, 0.150, 0.715, 0.825); 
    -ms-transition: all 500ms cubic-bezier(0.360, 0.150, 0.715, 0.825); 
     -o-transition: all 500ms cubic-bezier(0.360, 0.150, 0.715, 0.825); 
        transition: all 500ms cubic-bezier(0.360, 0.150, 0.715, 0.825);
}

/* --- MAP CONTAINER --- */ 
.mapcontainer {
	width:100%;
	height:420px;
	margin:auto;
	z-index:-1;
	margin-bottom:20px;
	
}

/* --- SEARCH CONTAINER --- */ 
.search_container {
	z-index:1;
	position:relative;
	background: #606c88;
	background: -moz-linear-gradient(top,  #606c88 0%, #3f4c6b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b));
	background: -webkit-linear-gradient(top,  #606c88 0%,#3f4c6b 100%);
	background: -o-linear-gradient(top,  #606c88 0%,#3f4c6b 100%);
	background: -ms-linear-gradient(top,  #606c88 0%,#3f4c6b 100%);
	background: linear-gradient(to bottom,  #606c88 0%,#3f4c6b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 );
	width:100%;
	height:60px;
	margin:auto;
	color:#FFF;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.container_main {
	width:100%;
	height:auto;
	margin:auto;
	color:#333;
	background:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}

/* --- ADVANCED OPTIONS CONTAINER --- */ 
.adv_options {
	margin:auto;
	width:100%;
	height:80px;
	border-top:solid 1px #606c88;
	background: #3f4c6b;
	color: #fff;
	background: -moz-linear-gradient(top,  #3f4c6b 0%, #606c88 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f4c6b), color-stop(100%,#606c88));
	background: -webkit-linear-gradient(top,  #3f4c6b 0%,#606c88 100%);
	background: -o-linear-gradient(top,  #3f4c6b 0%,#606c88 100%);
	background: -ms-linear-gradient(top,  #3f4c6b 0%,#606c88 100%);
	background: linear-gradient(to bottom,  #3f4c6b 0%,#606c88 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4c6b', endColorstr='#606c88',GradientType=0 );
}

.adv_options_container {
	width:940px;
	height:60px;
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
}

.adv_options_container span {
	line-height:3em;
	font-size:18px;
	margin-right:5px;
	margin-left:25px;
	text-shadow: 0px 1px 3px #000;
}

#advToggle {
	font-size:12px;
	padding: 6px 20px;
	*padding: 4px 20px;
	margin-left: 10px;
	color:#000;
	background: #ffd65e;
	background: -moz-linear-gradient(top,  #ffd65e 0%, #febf04 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04));
	background: -webkit-linear-gradient(top,  #ffd65e 0%,#febf04 100%);
	background: -o-linear-gradient(top,  #ffd65e 0%,#febf04 100%);
	background: -ms-linear-gradient(top,  #ffd65e 0%,#febf04 100%);
	background: linear-gradient(to bottom,  #ffd65e 0%,#febf04 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 );
	text-shadow: 0px 1px 3px #FFF; box-shadow:inset 0px 0px 5px #000;
	cursor:pointer;
}

select {
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 10px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#000;
	font-size: inherit;
	margin: 0;
	outline:0;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

option {
	background:#333;
	color:#FFF;
}


/* ---  GOOGLE MAPS MARGIN FIX --- */ 
.marginfix {
	margin:20px;
}

/* ---  PRINT DISPLAY --- */ 
@media print { 
.print, form, #routeform, .logo, .printbox, select, .adv_options {display:none; color:#000;} 
}

/* ---  OTHER STYLES --- */ 

input[type="submit"]:hover { 
background: #febf04;
-webkit-transition: all 200ms cubic-bezier(0.360, 0.150, 0.715, 0.825); 
   -moz-transition: all 200ms cubic-bezier(0.360, 0.150, 0.715, 0.825); 
    -ms-transition: all 200ms cubic-bezier(0.360, 0.150, 0.715, 0.825); 
     -o-transition: all 200ms cubic-bezier(0.360, 0.150, 0.715, 0.825); 
        transition: all 200ms cubic-bezier(0.360, 0.150, 0.715, 0.825);
} 

.iw {color:#000;} /** Google Maps Bubble Style **/

::selection {
	background: #ffb7b7; 
}

::-moz-selection {
	background: #ffb7b7; 
}