/* =============================================================================
   Project: Prints Charming Photo Booth
   URL: drivensocial.com
   Author: Driven Social
   ========================================================================== */

/* Global */
   
body {
	font-family: 'PT Sans', helvetica, arial, sans-serif;
	background: url('../img/bg.png') repeat;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'PT Sans', helvetica, arial, sans-serif;
	font-weight: normal;
}
h1 { font-size: 40px; line-height: 48px; }
h2 { font-size: 30px; line-height: 36px; }
h3 { font-size: 24px; line-height: 30px; }
h4 { font-size: 18px; line-height: 14px; }
a { color: #7ca769; }
a:hover {text-decoration:underline;}
ul { list-style-type: none; margin: 0; }
.container {
	width: 1000px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}



/* Header */

header {
	width: 100%;
	height: 300px;
	background: url('../img/darkleather.png') repeat;
	--webkit-box-shadow: 0px 3px 5px 3px #222222;
	box-shadow: 0px 3px 5px 3px #222222;	
}
header #logo {
	width: 620px;
	height: 115px;
	margin: 0 auto;
	padding-top: 60px;
}
	header ul li.location {
		text-align: center;
		color: #c5c3c3;
		padding-top: 10px;
		font-size: 15px;
	}
	header nav {
		width: 850px;
		height: 45px;
		margin: 0px 0px 0px 15%;
	}
	header nav ul li {
		float: left;
		color: white;
		font-size: 21px;
		margin: 4% 2% 2% 2%;
		font-family: 'Andalus';
	}
	header a {
		color: ;
	}
	header a:hover { 
		text-decoration:none;
	}

/* root element for scrollable items */

#scroller .items {
	position:absolute;
	height:20000em;
	width: 100%;
}



#scroller .items .item a.image {
	display: block;
	width: 408px;
	height: 706px;
	margin: 0 auto;
}


/* Footer */

footer {
	width: 100%;
	background: #181717;
}
footer nav {
	width: 100%;
	height: 75px;
	background: url('../img/') repeat;
}
footer nav p.copyright{
	color: #c5c3c3;
	margin: 30px 0 0 0;
	float: left;
	font-size: 18px;
}
footer nav p{
	color: white;
	margin: 30px 0 0 0;
	float: left;
	font-size: 18px;
}
	footer nav ul li {
		float: right;
		margin: 30px 40px 0 0;
		font-size: 18px;
		color: white;
	}
	footer nav ul li:hover {
		background: url('../img/') repeat;
	}
	footer nav a:hover { 
		text-decoration: underline;
	}


/* Vertical Slider */
#area {
	width: 408px;
	height: 706px;
	float:left;
	margin: 3px 0;
}

/* root element for scrollable */
#scroller {

	/* required settings */
	position:relative;
	overflow:hidden;
	height: 706px;
	width: 408px;
}



/* Home Page */

main#home {
	height: 706px;
	width: 1000px;
}
main#home ul li {
	float: left;
	margin: 80px 0 0 170px;
	font-size: 30px;
	line-height: 40px;
	font-family: 'Lucida Calligraphy';
	
}
main#home ul li#info {
	float: left;
	margin: 80px 0 0 157px;
	font-size: 25px;
	line-height: 38px;
	font-family: 'Andalus';
}



/* Miscellaneous */


/* modal css */

.modal-header{
	width: 500px;
	height: 50px;
	
}
.modal-header h3{
	text-align: center;
	font-family: 'Andalus';
	font-size: 30px;

}
.modal-body{
	width:500px;
	height:300px;
}
.modal-body p{
	text-align: center;
	font-family: 'Andalus';
}
.modal-body h3{
	text-align: center;
	font-family: 'Andalus';
	font-size: 20px;
}



/* quotes slider code */

#quotes p {
		padding: 30px 0;
		margin: 0 0 0 20px;
		float:left;
		color: #407bb2;
		font-size: 19px;
		line-height: 24px;
		color: #898989;
	}
	#quotes span {
		color: #636363;
	}
	#quotes-carousel.carousel .item {
		width: 800px;
		padding: 0 80px 0 80px;
		height: 150px;
		overflow: hidden;
		float: left;
	}
		#quotes-carousel.carousel .item a {
			display: block;
			padding-top: 13px;
			font-style: italic;
			color: #DD5A4B;
		}
		#quotes-carousel.carousel .item a:hover {
			text-decoration: underline;
		}

#quotes-carousel.carousel img{
	margin: 25px 0;
	float: left;
}
.carousel-control { 
	top: 45%;
}
#slider {
	height: 150px;
	width: 100%;
	background:  url('../img/lgrey.png') repeat ;
	border-top: 1px dashed #d9d9d9;
}


 
/* top film strip */

#film-top img{
	float: left;
}
#film-top img.icons{
	float: left;
	margin: 5px 0 0 20px;
}
#film-top ul li{
	float: left;
	margin: 10px 0 0 30px;
	color: #6c6c6c;
	font-size: 18px;
}


/* contact page */

#contact{
	margin: 100px 80px;
}

/* pricing page */
#pricing{
	width: 800px;
	margin: 50px 100px;

}
#pricing p{
	text-align: center;
	font-size: 18px;
	font-family: 'Andalus';
}
#pricing h3{
	text-align: center;
	font-size: 28px;
	font-family: 'Andalus';
}

/* Ourbooth page */
#booth{
	width: 800px;
	margin: 50px 120px;
	margin-bottom:-5px;

}
#booth p{
	text-align: left;
	line-height:120%;
	font-size: 20px;
	font-family: 'Andalus';
}
 #ourbooth img{
 	margin: 30px 0 30px 50px;
 }

 /* Customizable strips page */

 #strips img{
 	float:left;
 	margin: 30px 15px 30px 15px;
 }

 #strips-top img{
	float:left;
 	margin: 30px 15px -1px 15px;
 }

 #strip-center{
	width: 800px;
	margin: 50px 50px;

}

#strip-center p{
	text-align: center;
	font-size: 18px;
	font-family: 'Andalus';
}

#strip-center h3{
	text-align: center;
	font-size: 28px;
	font-family: 'Andalus';
}