/**
 * 
 * font-family: 'Roboto Slab', serif;
 * font-family: 'Open Sans', sans-serif;
 * font-family: 'Lobster', cursive;
 * font-family: 'Shadows Into Light', cursive;
 */
 
body {
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#444;
	font-size:14px;
	height:100%;
	
	-webkit-font-smoothing: antialiased !important;
	
	background: #fff;
	background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
}
h1, h2, h3 {
	font-family: 'Roboto Slab', serif;
	font-weight:700;
	font-size:24px;
	color:#499bea;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
p {
	line-height:20px;
}
b, strong {
	font-weight:700;
}
a {
	color:#207ce5;
}
a:hover {
	color:#FF8000;
}
img {
	border:none;
}
.handwritten {
	font-family: 'Shadows Into Light', cursive;
	font-weight:normal;
	font-size:30px;
}

.button {
	font-family: 'Roboto Slab', serif;
	font-weight:300;
	font-size:18px;
	background-color:blue;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	width:auto;
	padding:8px 24px;
	margin:18px auto;
	border:none;
	-webkit-appearance:none;
	
	background: #499bea;
	background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #499bea), color-stop(100%, #207ce5));
	background: -webkit-linear-gradient(top, #499bea 0%, #207ce5 100%);
	background: -o-linear-gradient(top, #499bea 0%, #207ce5 100%);
	background: -ms-linear-gradient(top, #499bea 0%, #207ce5 100%);
	background: linear-gradient(to bottom, #499bea 0%, #207ce5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
	
	-moz-appearance:none;
	-webkit-appearance:none;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}
.button:hover {
	cursor:pointer;
	color:#fff;
	text-decoration:none;
}
.placeholder { 
	color: #aaa; 
}
input[type="email"],
input[type="text"],
input[type="password"] {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#222;
	font-size:14px;
	background:#fff;
	border:1px solid #ccc;
	padding:8px 18px;
	margin-bottom:8px;
	
	-moz-appearance:none;
	-webkit-appearance:none;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
}
.error {
	display:block;
	padding:8px 2px;
	color:#B22D00;
	font-weight:700;
}

.logo {
	font-family: 'Lobster', cursive;
	font-weight:normal;
	font-size:32px;
	text-align:center;
	margin:0px;
	padding:8px 18px 8px 18px;
	color:#222;
}
.logo.home {
	margin-bottom:-216px;
	/*-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s;*/
}
.logo.home img {
	margin-bottom:-82px;
	padding-top:82px;
	width:200px;
	height:auto;
	/*-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s;*/
}
.logo img {
	width:140px;
	height:auto;
}

/* each trip ID will have it's own header background related to the location */
.trip-1 {
	background-image:url("../uploads/trips/trips_1_header.jpg");
	background-position:center center;
	background-size:100% auto;
}
.trip-2 {
	background-image:url("../uploads/trips/trips_2_header.jpg");
	background-position:center center;
	background-size:100% auto;
}

.site-width {
	min-width:720px;
	max-width:1440px;
}
.main {
	margin:0px auto;
}
.centerpiece {
	background-image:url("../images/background.jpg");
	background-position:center bottom;
	background-size:100% auto;
	background-color:#333;
	height:420px;
}
.centerpiece div.get-started {
	display:block;
	background:rgba(0,0,0,0.4);
	color:#fff;
	width:400px;
	height:100%;
	float:right;
}
.centerpiece div.get-started p {
	padding:200px 100px 0px 32px;
	font-size:19px;
	line-height:24px;
}
.centerpiece div.get-started .button {
	margin-top:0px;
	margin-left:32px;
}
.centerpiece .get-started-mobile {
	display:none;
}

.one-column {
	padding:12px 42px;
	min-height:800px;
}
.two-column {
	padding:12px 42px;
	min-height:520px;
}
.two-column .column-left,
.two-column .column-right {
	display:inline-block;
	width:45%;
	float:left;
}
.two-column .column-right {
	float:right;
}
.forgot-pass{
	width:460px; 
	margin-top:32px;
}
.welcome-image {
	width:100%;
	margin-top:18px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}
.trips {
	
}
.trips h4 {
	margin:0px;
	margin-top:24px;
	padding:0px;
}

.navigation {
	background:#333;
}
.navigation ul{
	margin:0px;
	padding:0px;
	margin-left:22px;
	list-style:none;
	text-align:left;
}
.navigation ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline-block;
}
.navigation ul li a {
	display:inline-block;
	font-size:18px;
	color:#fff;
	text-decoration:none;
	padding:10px 20px;
}
.navigation ul li a:hover {
	background:rgba(255,255,255,0.4);
	color:#fff;
}
.navigation ul li a.selected {
	background:rgba(255,255,255,0.2);
	color:#fff;
}

.footer {
	padding:18px 42px 32px 42px;
	border-top:1px solid #eee;
	margin-top:56px;
	font-size:12px;
}
.footer a.sign-out {
	display:inline-block;
	background:#999;
	color:#fff;
	padding:4px 12px;
	float:right;
	font-weight:700;
	text-decoration:none;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* thumb grid */
.photos {
	margin:18px -42px 18px -42px;
}
.photos img.thumb {
	width:25%;
	width: calc(25% - 1px);
	display:inline-block;
	margin: 0 0 1px 1px;
}
.no-photos {
	padding:24px 42px;
}

.filter {
	padding-top:6px;
}
.filter a,
.filter span {
	display:inline-block;
	margin-right:24px;
	margin-bottom:4px;
}
.filter a:hover {
	text-decoration:none;
}
.filter a.selected {
	color:#111;
	border-bottom:4px solid #111;
	margin-bottom:0px;
}
.filter select {
	margin-left:12px;
}

/* uploader */
.template-download .preview,
.template-upload .preview {
	width:220px;
}
.template-download .preview img,
.template-upload .preview img {
	width:200px;
}

.scroll-to-top {
	display: none;
	position: fixed; 
	bottom: 30px;
	margin-right:-25px; 
	right:50%;
	width: 50px;
	height: 50px;
	background:url("../images/back-to-top.png");
	background-size:50px 50px;
	text-align:center;
}
.scroll-to-top:hover { 
	text-decoration: none; 
}

/* small screen and tablet styles */
@media (max-width: 1000px) {
	.logo.home {
		text-align:left;
	}
	.logo.home img {
		margin-bottom:-82px;
		padding-top:82px;
		margin-left:12%;
		width:20%;
		height:auto;
	}
}

/* phone styles */
@media (max-width: 600px) {
	body {
		font-size:12px;
	}
	.hide-on-mobile {
		display:none;
	}
	.site-width {
		min-width:100%;
		max-width:100%;
		width:100%;
	}
	.button {
		font-size:14px;
		padding:8px 14px;
	}
	.logo.home {
		text-align:center;
	}
	.logo.home img {
		margin-bottom:0px;
		padding-top:24px;
		margin-left:0;
		width:30%;
		height:auto;
	}
	.logo img {
		width:30%;
	}
	.centerpiece {
		background-image:url("../images/background.jpg");
		background-position:center bottom;
		background-size:100% auto;
		background-color:#333;
		height:300px;
	}
	.centerpiece div.get-started {
		display:none;
	}
	.centerpiece div.get-started-mobile {
		display:block;
		margin:0px;
		padding-top:200px;
		text-align:center;
	}
	.one-column {
		padding:12px 20px;
		min-height:20px;
	}
	.two-column {
		padding:12px 20px;
		min-height:50px;
	}
	.two-column .column-left,
	.two-column .column-right {
		display:block;
		width:100%;
		float:none;
	}
	.two-column .column-right {
		float:none;
		margin-top:32px;
	}	
	.forgot-pass{
		width:100%; 
	}
	.navigation ul{
		margin-left:0px;
	}
	.navigation .home {
		display:none;
	}
	.footer {
		padding:18px 20px 32px 20px;
		border-top:1px solid #eee;
		margin-top:56px;
		font-size:12px;
	}
	.footer a.sign-out {
		float:none;
		margin-top:24px;
	}
	.navigation ul li a {
		display:inline-block;
		font-size:16px;
		color:#fff;
		text-decoration:none;
		padding:8px 16px;
	}
	.filter {
		margin:0px -10px;
	}
	.filter .my-photos {
		display:none;
	}
	.filter select {
		margin-left:12px;
		width:120px;
	}
	.filter a,
	.filter span {
		margin-right:18px;
	}
	.filter select {
		margin-left:8px;
	}
	.photos {
		margin:18px -20px 18px -20px;
	}
	.photos img.thumb {
		width:33.3%;
		width: calc(33.3% - 1px);
		display:inline-block;
		margin: 0 0 1px 1px;
	}
	.no-photos {
		padding:24px 20px;
	}
}

@media (max-width: 800px) {
	/* hide dots on gallery */
	#blueimp-gallery .indicator {
		display:none;
	}
	#blueimp-gallery .title {
		display:none;
	}
}
