/*
CSS for the demo: Recreating the Nikebetterworld.com Parallax Demo
Demo: Recreating the Nikebetterworld.com Parallax Demo
Author: Ian Lunn
Author URL: http://www.ianlunn.co.uk/
Demo URL: http://www.ianlunn.co.uk/demos/recreate-nikebetterworld-parallax/
Tutorial URL: http://www.ianlunn.co.uk/blog/code-tutorials/recreate-nikebetterworld-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.

Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html
*/

@charset "utf-8";
/* CSS Document */
 
body {
 	background: #0a0710;
 }
#nav	{
	list-style: none;
	position: absolute;
	right: 10px;
	top: 105px;
	}
#nav li	{
	float: left;
	margin: 0 0 0 2px;
	padding: 0;
	}
#nav li a	{
	background: url(../images/shared/icon_header_off.png) no-repeat;
	display: block;
	float: left;
	height: 12px;
	width: 12px;
	}
a#nav-icon-1.selected	{
	background: url(../images/shared/icon_header_on.png) no-repeat;
	}
a#nav-icon-2.selected	{
	background: url(../images/shared/icon_header_on.png) no-repeat;
	}
#header, #intro, #second	{
	width: 100%;
	}
#header	{
	background: white;
	height: 130px;
	}
#intro{
   /* background:url(../images/backgrounds/01-home.jpg) 0 0 no-repeat fixed ;
    background-size: 1900px 1440px;*/
    background:url(../images/backgrounds/home_bg.jpg) 0 0 no-repeat fixed ;
    background-size: 1900px 1440px;
	color: white;
	height: 502px;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
 
}
#intro h2{
    font-size: 30px!important;
    line-height: 35px;
    color:white;
    font-weight: bold!important;
}
#intro .intro_description{
    width: 1000px;
    position: absolute;
    top: 200px;
    left: 16.7%;
}
#intro .bg	{
	margin: 0 auto;
	padding: 310px 0 0 310px;
	position: absolute;
	z-index: 200;
	}
#intro .bg2	{
	margin: 0 auto;
	padding: 500px 0 0 210px;
	position: absolute;
	z-index: 200;
	}

#faux-background {
        width: auto; 
        margin: 0 auto;
        padding: 0 0 0 18px;
        background: url(../images/backgrounds/paper_bg-home1.png) top center no-repeat;
        overflow: hidden;
}

#list-container {
        width: 960px;
        margin: 0 auto;
}

.homepage #intro #seeallnews {
        font-size: 20px !important;
        text-transform: uppercase;
        /* margin: 10px 0 20px; */
	position: relative;
	top: -8px;
        padding-right: 25px;
        display: inline-block;
        background: url(../images/backgrounds/chevron.png) top right no-repeat;
        transition: .2s all ease-in-out;
        -webkit-transition: .2s all ease-in-out;
        -moz-transition: .2s all ease-in-out;
} .homepage #intro #seeallnews:hover {
        color: #5c1e9a;
}

.homepage #intro {
        padding: 350px 0 7px 0;
        height: auto;
        display: block;
        overflow: hidden;
        background-position: top center;
        background-attachment: scroll;
} .homepage #intro h3 {
        font-size: 30px; 
        margin: 0 0 20px;
} .homepage #intro * {
        line-height: 1em;
        font-size: 12px;
        display: block;
} .homepage #intro .article {
        clear: both;
        margin: 10px 0 15px;
        overflow: hidden;
        width: 500px;
} .homepage #intro .article p {
        line-height: 1.3em;
        color: #000;
} .homepage #intro .article h4 a,
.homepage #intro .article h4 {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: bold;
        color: #330f57;
        margin: 0 0 10px;
        transition: .2s all ease-in-out;
        -webkit-transition: .2s all ease-in-out;
        -moz-transition: .2s all ease-in-out;
} .homepage #intro .article h4 a:hover {
        color: #5c1e9a;
} .homepage #intro .article img {
    float: left;
	 width: 198px;
	 height:109px !important;
    margin: 0 15px 15px 0;
    border: 5px solid #ccc;
    transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
} .homepage #intro .article a:hover img {
    border: 5px solid #dbc8ef;
} .homepage #intro .readmorebtn {
    padding: 3px 8px; 
    text-transform: lowercase;
    background: #3e2b51;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    float: right;
    /*
    margin: 10px 0;*/
    margin:0px;
    transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
} .homepage #intro .readmorebtn:hover {
    background: #5c1e9a;
} 

.bloghome #intro {background: none; padding-top: 150px;}
.bloghome #intro #mainleft h3 { font-size: 60px; }
.bloghome #intro #faux-background { background: url("../images/backgrounds/paper_bg-home1b.png") no-repeat center 36px; }
.bloghome #intro #feed { margin-top: 40px;}

.bloghome #mainleft { margin-left: 0;margin-bottom: 70px;}
/*
.bloghome #mainleft .article { width: auto; margin-bottom: 25px; }
*/
.bloghome #mainleft .article { width: auto; margin-bottom: 5px; margin-right:10px; }
.bloghome #mainleft #feed .article .meta {border: 1px solid #999; border-left: 0; border-right: 0; overflow: hidden; color: #555;}
.bloghome #mainleft #feed .article .meta li { padding: 0; }
.bloghome #mainleft #feed .article .meta .author-img {float: right;}
.bloghome #mainleft #feed .article .meta .author-img img { margin: 1px 0; border: 0;}
.bloghome #mainleft #feed .article .meta .article-title h4 a { text-transform: none; padding-top: 20px;}
.bloghome #mainleft #feed .article .meta .author {}
.bloghome #mainleft #feed .article .meta .author .category {padding: 4px 5px; margin: 0 3px; background: #cccccc; color: #727272; display: inline-block; text-decoration: none;}
.bloghome #mainleft #feed .article .meta .author .category:hover { color: #cccccc; background: #727272 }
#mainleft {width: 548px;  margin: 0 65px 0 20px;
    background: none;
    float: left;
    
} #feed {
    margin: 30px 0 0;
    overflow: hidden;
    background: #fbfbf6;
}

.bloghome #aside {width: 200px; padding-left: 59px;}
.bloghome #aside .sidepod ul {border-top: 1px solid #aaa; }
.bloghome #aside .sidepod ul li {padding: 0;}
.bloghome #aside .sidepod ul li a { display: block; border-bottom: 1px solid #aaa; padding: 12px 0; text-decoration: none; color: #fff; font-weight: bold; line-height: 1.3em}

#aside {
    
    width: 309px; 
    background: none;
    float: left;
    
} .homepage #intro #latesttweets-feed {
    height: auto;
    background: #fff;    
    padding: 20px;
} .homepage #intro #aside>div {
    margin: 0 0 20px;
} #testimonial {
    background: #fff;
    color: #555;
    line-height: 1.5em;
    padding: 20px;
    overflow: hidden;
} #intro #testimonial h4 {
    font-size: 22px;
} #testimonial img {
    float: right;
    margin: 0 0 10px 20px;
} #intro #testimonial p {
    line-height: 1.3em;
}

#aside #testimonial-container {
    display: block;
    width: 309px;
    padding: 0 40px 0 0;
    background: url(../images/backgrounds/paper_bg-home2.png) right -30px no-repeat;
    margin: 0 -40px 0 0;
} #aside #testimonial-container h3 {
    margin-bottom: 20px;
    overflow: hidden;
}


#second	{
	background: url(../images/backgrounds/01-02-home-boxes.jpg)  50% 0 no-repeat fixed;
	color: white;
	height: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	}
#third	{
	background: url(images/thirdBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 650px;
	padding: 100px 0 0 0;
	}
#fourth	{
	background: url(images/fourthBG.jpg) 50% 0 no-repeat fixed;
	background-color: #036;
	color: white;
	height: 600px;
	padding: 100px 0 0 0;
	}
#fifth	{
	background: #ccc;
	height: 00px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	}


	

/****************Custom CSS****************/
#gallery-1 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
/*br{
    margin-bottom: 12px;
}*/
p {
    margin-bottom: 12px;
}

.overview > p {
    text-align: justify;
}

.viewport p{ margin-bottom:20px;}

#align-left-1446{
	float: right;
	margin: 15px 0 15px 15px;
}