/*

	Site Name: PageScroller Theme Builder
	Site URI: http://www.pagescroller.com
	Author: Dairien Boyd

	--------------------------------
	
	1.	Document Styles
	2.	Page Structure
	3.	Global Classes
	4.	Home
	5.	Work
	6.	Our History
	7.	Contact Us
	8.	Misc
	9.	Footer

*/




/*---------- PAGE STRUCTURE [end] ----------*/

/*---------- 3. GLOBAL CLASSES [start] ----------*/

.section,
.callout{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 50px 0;
}

.callout{
	background: #fafafa url('../images/white-noise.png') 0 0 repeat;
	color: #333;
	padding: 25px 0 30px;
}

.callout p{
	float: left;
	width: 600px;
	margin: 0 35px 0 0;
}

.callout h2 strong{
	font-weight: 800;
}

.callout em{
	font-family: 'Droid Serif', 'Georgia', serif;
	font-style: italic;
	color: #666;
	padding: 0 10px;
}

.callout .cta{
	font-size: 16px;
	padding: 10px 20px;
	text-align: center;
	font-family: 'Droid Sans', 'Helvetica Neue', sans-serif;
	font-weight: 800;
	color: #fff;
	border: none;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #181818;
}

.callout .cta:hover{
	text-decoration: none;
	background: #222;
}

.content{
	width: 960px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.left{
	position: relative;
	overflow: hidden;
	float: left;
}

.right {
	position: relative;
	overflow: hidden;
	float: right;
}

.container{
	position: relative;
	overflow: hidden;
	width: 100%;
}

h2 a.all{
	float: right;
	padding: 2px 5px;
	font-size: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: 'Droid Serif', 'Georgia', serif;
	font-style: italic;
	text-transform: none;
	font-weight: normal;
}

h2 a.all:hover{
	text-decoration: underline;
}


/*---------- GLOBAL CLASSES [end] ----------*/

/*---------- 4. HOME SECTION [start] ----------*/

#home{
	padding-top: 15px;
}

#slider{
	width: 100%;
}

.carousel {
	position: relative;
	top: 0;
}

.carousel-inner {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.carousel .item{
	display: block;
}

.carousel .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-moz-transition: 0.6s ease-in-out left;
	-ms-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
	width: 100%;
}

.carousel .active,
.carousel .next,
.carousel .prev,
.carousel .item img {
	display: block;
}

.carousel .next,
.carousel .prev {
	position: absolute;
}

.carousel .active.right,
.carousel .next {
	left: 100%;
}

.carousel .active.left,
.carousel .prev {
	left: -100%;
}

.carousel .active,
.carousel .next.left,
.carousel .prev.right {
	left: 0;
}

.carousel .left,
.carousel .right{
	overflow: inherit;
	float: left;
}

#home .colRight{
	position: absolute;
	right: 0;
	top: 0;
	width: 330px;
	margin: 15px 0 0;
	color: #fff;
	height: 350px;
}

#home .colRight .heading{
	display: block;
	position: relative;
	overflow: hidden;
	width: 270px;
	height: 207px;
	padding: 0 30px 30px 30px;
	background: #0c0c0c url('../images/white-noise.png') repeat 0 0;
	background: #000;
	background: rgba(0,0,0,.75);
}

#home .colRight .controls{
	display: block;
	position: relative;
	overflow: hidden;
	background-repeat: repeat;
	background-position: 0 0;
	height: 40px;
	clear: both;
	background: #000;
	background: rgba(0,0,0,.75);
}

#home .colRight .controls li{
	display: block;
	float: left;
	margin: 0 1px 0 0;
	background: #000;
	background: rgba(0,0,0,.8);
}

#home .colRight .controls li a{
	display: block;
	width: 40px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #ccc;
	text-decoration: none;
}

#home .colRight .controls li:hover{
	background: #fff;
}

#home .colRight .controls li:hover a{
	color: #000;
}

#home .colRight .controls li.active a{
	color: #fff;
	font-weight: bold;
	cursor: default;
}

#home .colRight p.label{
	display: block;
	position: absolute;
	right: 0;
	bottom: -10px;
	padding: 15px 20px 0 30px;
	color: #fff;
	font-family: 'Droid Serif', 'Georgia', serif;
	font-style: italic;
	font-size: 16px;
	height: 58px;
	width: 280px;
}

#home .colRight p.label strong{
	font-family: 'Droid Sans', 'Helvetica Neue', sans-serif;
	display: block;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	margin: 0 0 2px;
	color: #fff;
}

#home .colRight p.label strong em{
	font-family: 'Droid Serif', 'Georgia', serif;
	font-style: italic;
	font-weight: normal;
}

#home .colRight p.label .date{
	font-size: 11px;
	font-style: normal;
	padding: 0 15px 0 5px;
	float: right;
	display: block;
	color: #fff;
	font-weight: normal;
}

#home .colRight p.label a{
	color: #fff;
	font-weight: normal;
}

#home .colRight p.label a:hover{
	text-decoration: underline;
}

#home .colRight p.label a:hover{
	text-decoration: none;
	color: #fff;
}

#home .colRight p{
	color: #bbb;
	color: rgba(255,255,255,.7);
}

.header{
	padding: 5px 0;
}

#logo{
	position: relative;
	overflow: hidden;
	width: 241px;
	height: 0;
	padding: 34px 0 0;
	line-height: 40px;
	background: transparent url('../images/logo_demo.png') no-repeat 0 0;
	max-width: 330px;
	font-weight: 800px;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin: 5px 0;
}

#logo a{
	display:block;
	line-height: 24px;
	font-size: 26px;
	color: #fff;
	text-align: right;
	padding: 6px 12px 6px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-right: 5px solid #d7d7d7;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .1);
}

#logo a:hover{
	text-decoration: none;
}

.social{
	float: left;
	width: 300px;
}

#home h1{
	font-family: 'Droid Serif', 'Georgia', serif;
	margin: 40px 0 5px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.25);
}

#home .colLeft p.intro{
	position: relative;
	overflow: hidden;
	max-height: 95px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.25);
}

#home #slider{
	margin: 15px 0 30px;
	height: 350px;
}

#slider .slyder{
	height: 350px;
}

#slider .slyder .slide_1{
	background: transparent url('../images/slide_01.jpg') 0 0 no-repeat;
}

#slider .slyder .slide_2{
	background: transparent url('../images/slide_02.jpg') 0 0 no-repeat;
}

#slider .slyder .slide_3{
	background: transparent url('../images/slide_03.jpg') 0 0 no-repeat;
}

#slider .slyder .slide_4{
	background: transparent url('../images/slide_04.jpg') 0 0 no-repeat;
}

#slider .slyder .slide_5{
	background: transparent url('../images/slide_05.jpg') 0 0 no-repeat;
}

.arrowNav .next{
	right: 20px !important;
}

.arrowNav .prev{
	left: 20px !important;
}

.arrowNav .next a,
.arrowNav .prev a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 36px;
	height: 0;
	padding: 36px 0 0;
	line-height: 40px;
	background: transparent url('../images/slider_nav.png') -36px 0 no-repeat;
}

.arrowNav .next a:hover{
	background-position: -36px -36px;
}

.arrowNav .prev a{
background-position: 0 0;
}

.arrowNav .prev a:hover{
	background-position: 0 -36px;
}

.dotNav li a{
	background: #666;
	width: 16px;
	height: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 16px 0 0;
	margin: 0 10px 0 0;
	line-height: 20px;
}

.dotNav li.active a{
	background: #fff;
}

.recent-posts{
	float: right;
}

.recent-posts ul{
	display: block;
	position: relative;
	overflow: hidden;
}

.recent-posts li{
	float: left;
	width: 300px;
	margin: 0 0 0 30px;
}

.recent-posts li:first-of-type{
	margin-left: 0;
}

.recent-posts li a{
	display: block;
	position: relative;
	margin: 0 0 15px;
}

a .overlay{
	display: block;
	position: absolute;
	width: 533px;
	height: 258px;
	background: #000;
	background: rgba(0,0,0,.8);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

a .inline{
	display: block;
	position: relative;
	
	opacity: 0;
}

a:hover .overlay,
a .overlay:hover{
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

a .preview{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 71px;
	height: 0;
	padding: 80px 0 0;
	line-height: 90px;
	background: transparent url('../images/btn_preview.png') no-repeat 0 0;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -35px;
	cursor: pointer;
}

a .preview:hover{
	background-position: 0 -81px;
}

.recent-posts li h3 a{
	font-family: 'Droid Serif', 'Georgia', serif;
	position: relative;
	margin: 0 0 2px 0;
}

#home .message{
	padding: 15px 25px 15px 18px;
	margin: 20px 0 0;
	font-size: 11px;
	line-height: 15px;
	border-left: 7px solid #eee;
	background: #f6f6f6;
}

#home .message p{
	margin: 0;
	padding: 0 0 3px;
}

#home .message strong{
	text-transform: uppercase;
	color: #111;
}

#home .flickr ul{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

#home .flickr li{
	float: left;
	margin: 0 13px 10px 0;
}

#home .flickr li:nth-child(4n+4){
	margin-right: 0;
}

/*---------- HOME SECTION [end] ----------*/

/*---------- 5. WORK SECTION [start] ----------*/

#featured-work{
	background-image: url('../images/black-noise.png');
	background-repeat: repeat;
	background-position: 0 0;
}

#featured-work h2{
	color: #fff;
	font-size: 50px;
	letter-spacing: -1px;
	line-height: 64px;
	font-weight: 900;
	text-shadow: 1px 1px 2px rgba(0,0,0,.4);
	text-align: center;
	margin: 0 0 10px;
}

#featured-work p{
	font-size: 24px;
	line-height: 32px;
	color: #d7d7d7;
	color: rgba(255,255,255,.6);
	text-shadow: 1px 1px 2px rgba(0,0,0,.4);
	font-family: "Droid Serif", Georgia, serif;
	font-style: italic;
	text-align: center;
	padding: 0 175px 40px;
}

#featured-work ul{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: -50px;
}

#featured-work li{
	float: left;
	width: 300px;
	margin: 0 30px 50px 0;
}

#featured-work li.last{
	margin: 0;
}

#featured-work a,
#featured-work a:hover{
	display: block;
	position: relative;
}

#featured-work a img{
	display: block;
	margin: 0 0 15px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0,.8);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0,.8);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0,.8);
}

#featured-work li .ttl{
	display: block;
	font-family: 'Droid Serif', 'Georgia', serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,.4);
}

#featured-work li .desc{
	display: block;
	padding: 0 20px;
	text-align: center;
	color: #d7d7d7;
	text-shadow: 1px 1px 2px rgba(0,0,0,.4);
}


/*---------- WORK SECTION [end] ----------*/





/*---------- 8. MISC. [start] ----------*/

.pp_content{
	background: none !important;
}

.pp_details{
	display: none !important;
}

/*---------- MISC. [end] ----------*/

