/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


#dialog-form { font-size: 60.5%; }
label, input { display:block; }
input.text { margin-bottom:12px; width:95%; padding: .4em; height: 20px; }
input.text:focus {outline: 0}
fieldset { padding:0; border:0; margin-top:25px; }
h1 { font-size: 1.2em; margin: .6em 0; }
div#users-contain { width: 350px; margin: 20px 0; }
div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
.ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; }

#fname {
    display: inline-block;
    width: 45%;
}
#lname {
    display: inline-block;
    width: 45%;
}



html,
button,
input,
select,
textarea {
    color: #222;
}


.topnav {
        		border-radius: 18px;
        		margin:10px 6px 0px 6px;
        		border: 1px solid #f79c7c;
        		padding: 6px 14px;
        		font-weight: 100;
        		color: #f15a24;
				text-decoration: none;
				float: right;
        	}
        	#signup {
        		width: 100%;
        		padding: 0;
        	}
        	#signup li {
        		display: inline-block;
        	}
        	#signup li a {
        		display: block;
        		vertical-align: top;
        	}
        	#sign li a img {
        		width: 130px;
        	}
        	#create-user {
        		border-radius: 6px;
                font-weight: 100;
        		border: 1px solid #808080;
                background-color: transparent;
        		text-decoration: none;
        		color: #808080;
        	}
        	#create-user:hover {
        		color: #808080; 
				background-color: rgba(255,255,255,0.6);
        	}
        	#appbadges {
        		width: 100%;
        		margin-top: 50px;
        		padding: 0;
        	}
        	.horizontal {
        		margin: 0;
        		padding: 0;
        	}
        	#appbadges li {
        		display: inline-block;
        	}
        	#appbadges li a {
        		display: block;
        		width: 135px;
        	}
        	#appbadges li a img {
        		width: 135px;
        		height: 44px;
        	}
			.topnav:hover,
			.topnav:focus {
				color: #b5441b; 
				background-color: rgba(255,255,255,0.6);
				text-decoration: none;
			}
			.topbutton a {
				padding: 10px 20px;
				border: 1px solid #bababa;
				color: #808080;
				display: inline-block;
				width: 45%;
				border-radius: 12px;
				/*background-color: rgba(255,255,255,0.4);*/
				text-decoration: none;
			}
			.topbutton a:hover {
				color:#333333;
				background-color: rgba(255,255,255,0.5);
				text-decoration: none;
			}

			.section-content img {
				margin: 0;
				padding: 0;
			}
			h1 {
				height: 100%;
				/* The html and body elements cannot have any padding or margin. */
				margin: 0;
				font-size: 14px;
				font-family: 'Open Sans', sans-serif;
				color: #1c1d1e;
				font-size: 32px;
				margin-bottom: 3px;
			}
			h2 {
				color: #fff;
				font-family: 'Open Sans', sans-serif;
				font-weight: normal;
				padding-left: 80px;
			}
			.entry-header .inner {
				text-align: left;
				margin: 0 auto 10px auto;
				width: 800px;
			}
			.entry-header { padding-top: 10px; background-color: 
				rgba(255,255,255,0.6); position:fixed; top:0; width:100%; 
				z-index:100; border-bottom: 1px #ebebeb solid;}

				 .img-circular{
 width: 100px;
 height: 100px;
 background-size: cover;
 display: block;
 border-radius: 100px;
 -webkit-border-radius: 100px;
 -moz-border-radius: 100px;
 border: 10px solid #f1f1f1;
}
#dan {
	 background-image: url('img/dan.jpg');
	  background-position: center;
}
#wiss {
	 background-image: url('img/wiss.png');
	  background-position: center;
}

 .usrloc {

        }

.controls {
        margin-top: 16px;
        border: 1px solid transparent;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 32px;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      }

      #pac-input {
        background-color: #fff;
        padding: 0 11px 0 13px;
        margin-top: 100px;
        margin-left: 50px;
        width: 400px;
        height: 45px;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        text-overflow: ellipsis;
      }

      #pac-input:focus {
        border-color: #ec513b;
        margin-left: 49px;
        padding-left: 14px;  /* Regular padding-left + 1. */
        width: 401px;
      }

      .pac-container {
        font-family: Roboto;
      }

        #inputfield {
	max-width: 600px;
	padding: 0px 10px;
	width: 100%;
	margin: 0 auto;
}

#map-canvas {
	width: 100%;
	height: 650px;
	margin: 0 auto;
}

.destination {
	max-width: 530px;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	border-radius: 0px;
	border: 0;
	padding: 5px 15px;
	font-size: 22px;
	font-weight: 100;
	color: #4d4d4d;
	font-family: 'Lato', Arial, sans-serif;
	display: inline-block;
	float: left;
}


body {
    font-size: 1em;
    line-height: 1.4;
}

.main-content {
	margin-top: 100px;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   One Page Scroll with Animations styles
   ========================================================================== */
/* Code Samples */
pre {
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -o-pre-wrap;
 background: #faf8f0;
 font-size: 14px;
}
code {
 display: block;
 padding: 0.5em 1em;
 border: 1px solid #bebab0;
}
body, html {
	height: 100%;
	min-height: 100%;
}
.loading {
	background: url('../img/animatedHoot.gif') no-repeat center center;
}
#demo-content {
	
}
section {
	min-width: 960px;
	opacity: 0;
	-webkit-transition:opacity .6s;
    -moz-transition:opacity .6s;
    -o-transition:opacity .6s;
    transition: opacity .6s;
	-webkit-transition-delay:.2s;
	-moz-transition-delay:.2s;
	-o-transition-delay:.2s;
	transition-delay:.2s;
}
.loaded section {
	opacity: 1;
}
section h2 {
	font-size: 36px;
	font-weight: 300;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
section p {
	font-weight: 300;
	margin-bottom: 30px;
	font-size: 1.1875em;
	line-height: 1.6316;
	color: #808080;
}
.section-content,
.fake-content {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom: 1px #707070 solid;
}
.copy-container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -192px;
	margin-left: 40px;
	width: 395px;
	z-index: 1;
}

.copy-container#left {
	left:0;
}

.images-container {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 670px;
	height: 600px;
}

/* Fade in animation - Slide 1 */
#fadeInAnim {
	background-color: #f0f2f4;
	overflow: hidden;
}
	#fadeInAnim .copy-container {
		margin-top: -162px;
		margin-left: 200px;
		width: 300px;
	}
	#fadeInAnim img {
		/*position: absolute;*/
		/*left: 50%;*/
		/*bottom: -230px;*/
		/*margin-left: -530px;*/
	}
	.fadeIn {
		
	}

/* Reveal animation - Slide 2 */
#revealAnim {
	background-color: #f1f1f1;
}
#revealAnim .copy-container {
	width: 320px;
	margin-left: 60px;
	margin-top: -130px;
}
	#revealAnim .images-container {
		margin-top: -275px;
		/*margin-left: -477px;*/
	}
	#revealAnim .images-container img {
		float: left;
		position: relative;
		z-index: 1;
		margin-right: 30px;
		-webkit-transition: -webkit-transform .6s .9s;
		-moz-transition: -moz-transform .6s .9s;
		transition: transform .6s .9s;
	}
	#revealAnim .images-container .back { z-index:2;
		-webkit-transform:translate3d(-40%, 0, 0);
		   -moz-transform:translate3d(-40%, 0, 0);
		        transform:translate3d(-40%, 0, 0);
	}
	#revealAnim .images-container .front {
		margin-top: 100px;
		-webkit-transform:translate3d(61.6%, 0, 0);
		   -moz-transform:translate3d(61.6%, 0, 0);
		        transform:translate3d(61.6%, 0, 0);
	}
	#revealAnim .images-container .side {
		-webkit-transform:translate3d(-338%, 0, 0);
		   -moz-transform:translate3d(-338%, 0, 0);
		        transform:translate3d(-338%, 0, 0);
	}
	.viewing-page-2 #revealAnim .images-container img {
		-webkit-transform: translate3d(0, 0, 0) !important;
		-moz-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
	}

/* Between Slides Animation - Slide 3-4 */
#betweenSlidesAnimStart {
	
}
	#betweenSlidesAnimStart .copy-container {
		width: 430px;
		margin-left: -40px;
		margin-top: -220px;
	}
	#betweenSlidesAnimStart .images-container {
		margin-top: -245px;
		margin-left: -658px;
		width: 1140px;
	}
	#betweenSlidesAnimStart .images-container img,
	#betweenSlidesAnimEnd .images-container img {
		float: left;
		position: relative;
		z-index: 1;
		-webkit-transition: -webkit-transform .9s 0;
		-moz-transition: -moz-transform .9s 0;
		transition: transform .9s 0;
	}
	#betweenSlidesAnimStart .pink {
		-webkit-transform: translate3d(0, 460px, 0);
		-moz-transform: translate3d(0, 460px, 0);
		transform: translate3d(0, 460px, 0);
	}
	#betweenSlidesAnimStart .yellow {
		-webkit-transform: translate3d(0, 260px, 0);
		-moz-transform: translate3d(0, 260px, 0);
		transform: translate3d(0, 260px, 0);
	}
	#betweenSlidesAnimStart .blue {
		margin-top: 30px;
		-webkit-transform: translate3d(0, 200px, 0);
		-moz-transform: translate3d(0, 200px, 0);
		transform: translate3d(0, 200px, 0);
	}
	.viewing-page-3 #betweenSlidesAnimStart .pink {
		-webkit-transform: translate3d(0, -160px, 0) !important;
		-moz-transform: translate3d(0, -160px, 0) !important;
		transform: translate3d(0, -160px, 0) !important;
	}
	.viewing-page-3 #betweenSlidesAnimStart .yellow {
		-webkit-transform: translate3d(0, 0, 0) !important;
		-moz-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
	}
	.viewing-page-3 #betweenSlidesAnimEnd .copy-container {
		opacity: 0;
		-webkit-transition:opacity .3s;
		-moz-transition:opacity .3s;
		-o-transition:opacity .3s;
		transition: opacity .3s;
		-webkit-transition-delay:.0s;
		-moz-transition-delay:.0s;
		-o-transition-delay:.0s;
		transition-delay:.0s;
	}

#betweenSlidesAnimEnd .images-container {
	width: 860px;
	margin-top: -10px;
	margin-left: -96px;
}
	#betweenSlidesAnimEnd .copy-container {
		width: 760px;
		text-align: center;
		margin-left: -340px;
		opacity: 0;
		-webkit-transition:opacity .6s;
		-webkit-transition-delay:.8s;
		-moz-transition:opacity .6s;
		-moz-transition-delay:.8s;
		-o-transition:opacity .6s;
		-o-transition-delay:.8s;
		transition: opacity .6s;
		transition-delay:.8s;
	}
	#betweenSlidesAnimEnd .fake-content .images-container {
		margin-top: -10px;
		margin-left: -376px;
	}
	.viewing-page-3 .fake-content {
		top: -100%;
		-webkit-transition:top .9s;
		-moz-transition:top .9s;
		-o-transition:top .9s;
		transition: top .9s;
	}
	.viewing-page-3 .fake-content .green {
		-webkit-transform: translate3d(0, 160px, 0) !important;
		-moz-transform: translate3d(0, 160px, 0) !important;
		transform: translate3d(0, 160px, 0) !important;	
	}
	.viewing-page-4 .fake-content {
		top: 0;
		-webkit-transition:top .9s;
		-moz-transition:top .9s;
		-o-transition:top .9s;
		transition: top .9s;
	}
	.viewing-page-4 .fake-content .green {
		-webkit-transform: translate3d(0, 0, 0) !important;
		-moz-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;	
	}

	.viewing-page-4 #betweenSlidesAnimStart .pink,
	.viewing-page-4 #betweenSlidesAnimStart .yellow {
		-webkit-transform: translate3d(0, -160px, 0) !important;
		-moz-transform: translate3d(0, -160px, 0) !important;
		transform: translate3d(0, -160px, 0) !important;
	}
	.viewing-page-4 #betweenSlidesAnimEnd .copy-container {
		opacity: 1;
	}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
