/* EVERY PAGE */

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* STYLING */

html {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 100%;
	background-image: url(../img/white-texture.jpg);
}

body {
	margin: 0;
}

/* EVERY PAGE - PAGE SCROLLER */

#scroll-limiter {
	width: 100%;
	min-width: 1060px;
	overflow: hidden;
}

.page-scroller {
   overflow: hidden;
	width: 100%;
	/*height: 100%;*/
	-webkit-transition: -webkit-transform 0.5s ease-in-out; /* SAFARI AND CHROME */
	-moz-transition: -moz-transform 0.5s ease-in-out; /* MOZILLA FIFEFOX */
	-ms-transition: -ms-transform 0.5s ease-in-out; /* IE */
	-o-transition: -o-transform 0.5s ease-in-out; /* OPERA */
	transition: transform 0.5s ease-in-out;
	background: url(../img/track-page-plan-v3.png) no-repeat;
}

.js .page-scroller {
	width: 10000%;
}

/* EVERY PAGE - POSITIONING */

.page {
	position: relative;
	float: left;
	width: 95%;
	min-width: 1060px;
	/*height: 760px;*/
	min-height: 900px;
	margin: 0 115px 55px 115px;
	background: #F9F8F3;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/* EVERY PAGE - CONTENT CONTAINER */

p {
	margin: 0 0 1em 0;
	letter-spacing: 0.7px;
	line-height: 1.7em;
}

.page-inner {
	/*position: absolute;*/
	width: 1164px;
	height: 930px;
	top: 58%;
	left: 62%;
	/*margin: -360px 0 0 -578px;*/
}

.content {
	float: left;
	width: 779px;
	/*position: absolute;*/
	/*height: 891px;*/
	margin: 40px 0 0 143px;
}

#page-one footer {
	margin-top: 144px;
	background: #041f29;
	width: 100%;
	height: 35px;
	color: white;
	/*margin-left: 88px;*/
	text-transform: uppercase;
	float: left;
	box-shadow: 0px 5px 5px -2px #888;
}

#page-two footer {
	margin-top: 144px;
	background: #041f29;
	width: 100%;
	height: 35px;
	color: white;
	/*margin-left: 88px;*/
	text-transform: uppercase;
	float: left;
	box-shadow: 0px 5px 5px -2px #888;
}

#page-two footer {
	margin-top: 330px;
	background: #041f29;
	width: 100%;
	height: 35px;
	color: white;
	/*margin-left: 88px;*/
	text-transform: uppercase;
	float: left;
	box-shadow: 0px 5px 5px -2px #888;
}

#page-three footer {
	margin-top: 24px;
	background: #041f29;
	width: 100%;
	height: 35px;
	color: white;
	/*margin-left: 88px;*/
	text-transform: uppercase;
	float: left;
	box-shadow: 0px 5px 5px -2px #888;
}

#page-four footer {
	margin-top: 163px;
	background: #041f29;
	width: 100%;
	height: 35px;
	color: white;
	/*margin-left: 88px;*/
	text-transform: uppercase;
	float: left;
	box-shadow: 0px 5px 5px -2px #888;
}

#page-five footer {
	margin-top: 24px;
	background: #041f29;
	width: 100%;
	height: 35px;
	color: white;
	/*margin-left: 88px;*/
	text-transform: uppercase;
	float: left;
	box-shadow: 0px 5px 5px -2px #888;
}

footer p {
	padding-top: 2px;
}

    .visit-change a {
		width: 164px;
		height: 105px;
		background: url(../img/visit-change.png) no-repeat;
		position: absolute;
		top: 12%;
		left: 2%;
    }

    .visit-change-2 {
        width: 85px;
        background: url(../img/visit-change-2.jpg);
		position: absolute;
        top: 0;
		left: 10px;
    }

/* OTHER LINKS */

.visit-change a:hover {
	background: url(../img/visit-change-onhover.png) no-repeat;
}

/* HEADERS */

h1 {
	/*margin-top: 60px;*/
	font-size: 20px;
}

h2 {
	float: left;
	text-transform: uppercase;
	font-size: 18px;
	color: #000;
	margin-left: 70px;
}

h3 {
	margin: 5px;
}

#home-header {
	float: left;
	width: 100%;
	background-color: #92278f;
	height: 330px;
}

#what-is-it-header {
	float: left;
	width: 100%;
	background-color: #13b5ea;
	height: 330px;
}

#being-bullied-header {
	float: left;
	width: 100%;
	background-color: #00b1b0;
	height: 330px;
}

#report-it-header {
	float: left;
	width: 100%;
	background-color: #f26922;
	height: 330px;
}

#change-things-header {
	float: left;
	width: 100%;
	background-color: #92278f;
	height: 330px;
}

/* PAGE HEADER IMAGE */

.page-header {
	margin-top: 10px;
}

/* LINKS */

a {
	color: white;
	text-decoration: none;
	-webkit-transition: 0.2s; /* SAFARI AND CHROME */
	-moz-transition: 0.2s; /* MOZILLA FIREFOZ */
	-ms-transition: 0.2s; /* IE */
	-o-transition: 0.2s; /* OPERA */
	transition: 0.2s;
}

.current,
a:hover {
	color: #9b2d86;
}

/* NAGIVATION */

.nav {
	float: left;
	width: 70%;
	height: 77px;
	margin-top: 70px;
	margin-left: 160px;
	-webkit-box-shadow: 0 5px 5px -2px #888; /* SAFARI AND CHROME */
	-moz-box-shadow: 0 5px 5px -2px #888; /* MOZILLA FIREFOZ */
	-ms-box-shadow: 0 5px 5px -2px #888; /* IE */
	-o-box-shadow: 0 5px 5px -2px #888; /* OPERA */
	box-shadow:0px 5px 5px -2px #888;
	background-color: #041f29;
}

.nav-shadow {
	margin: 140px 0 0 -750px;
	width: 757px;
}

.nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 18px;
}

.nav ul li {
	text-indent: -9000px;
	margin-right: 2px;
	margin-top: 11px;
}

.nav li a {
	display: inline;
	margin-right: 25px;
	z-index: 2;
}

.nav a.change {
	margin-right: 0;
}

/* NAVIGATION INTERACTION - HOVER OVER */ 

.nav ul li.home a:hover {
	background: url(../img/nav-home-hover.png) no-repeat;
	height: 71px;
}

.nav ul li.what a:hover {
	background: url(../img/nav-what-is-hc-hover.png) no-repeat;
	height: 71px;
}

.nav ul li.bullied a:hover {
	background: url(../img/nav-being-bullied-hover.png) no-repeat;
	height: 71px;
}

.nav ul li.report a:hover {
	background: url(../img/nav-report-it-hover.png) no-repeat;
	height: 71px;
}

.nav ul li.change a:hover {
	background: url(../img/nav-change-things-hover.png) no-repeat;
	height: 71px;
}

/* NAVIGATION INTERACTION - CURRENT PAGE */ 

.nav li.home a.current {
	height: 77px;
	float: left;
	background: url(../img/nav-home-hover.png) no-repeat;
	z-index: 10;
	position: relative;
}

.nav li.what a.current {
	height: 77px;
	float: left;
	background: url(../img/nav-what-is-hc-hover.png) no-repeat;
	z-index: 10;
	position: relative;
}

.nav li.bullied a.current {
	height: 77px;
	float: left;
	background: url(../img/nav-being-bullied-hover.png) no-repeat;
	z-index: 10;
	position: relative;
}

.nav li.report a.current {
	height: 77px;
	float: left;
	background: url(../img/nav-report-it-hover.png) no-repeat;
	z-index: 10;
	position: relative;
}

.nav li.change a.current {
	height: 77px;
	float: left;
	background: url(../img/nav-change-things-hover.png) no-repeat;
	z-index: 10;
	position: relative;
}

/* LIST ITEMS */



/* NAVIGATION LINKS */

.nav li.home a {
	background: url(../img/nav-home.png) no-repeat;
	height: 62px;
	width: 60px;
	float: left;
	z-index: 10;
	position: relative;
	margin-right: 26px;
}

.nav li.what a {
	background: url(../img/nav-what-is-hc.png) no-repeat;
	height: 62px;
	width: 180px;
	float: left;
	z-index: 10;
	position: relative;
	margin-right: 26px;
}

.nav li.bullied a {
	background: url(../img/nav-being-bullied.png) no-repeat;
	height: 62px;
	width: 126px;
	float: left;
	z-index: 10;
	position: relative;
	margin-right: 26px;
}

.nav li.report a {
	background: url(../img/nav-report-it.png) no-repeat;
	height: 62px;
	width: 107px;
	float: left;
	z-index: 10;
	position: relative;
	margin-right: 26px;
}

.nav li.change a {
	background: url(../img/nav-change-things.png) no-repeat;
	height: 62px;
	width: 125px;
	float: left;
	z-index: 10;
	position: relative;
	margin-right: 0;
}

/* NAVIGATION CHARACTERS */

#ace-conductor {
	position: absolute;
	margin: 0 0 0 328px;
	transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg); /* IE 9 */
	-moz-transform: rotate(-6deg); /* FIREFOX */
	-ms-transform: rotate(-6deg); /* SAFARI AND CHROME */
	-o-transform: rotate(-6deg); /* OPERA */
	width: 55px;
}

#annabel-conductor {
	position: absolute;
	margin: 0 0 0 472px;
	transform:rotate(-6deg);
	-webkit-transform: rotate(-6deg); /* IE 9 */
	-moz-transform: rotate(-6deg); /* FIREFOX */
	-ms-transform: rotate(-6deg); /* SAFARI AND CHROME */
	-o-transform: rotate(-6deg); /* OPERA */
	width: 110px;
}

#malak-conductor {
	position: absolute;
	margin: -8px 0 0 645px;
	transform:rotate(-6deg);
	-webkit-transform: rotate(-6deg); /* IE 9 */
	-moz-transform: rotate(-6deg); /* FIREFOX */
	-ms-transform: rotate(-6deg); /* SAFARI AND CHROME */
	-o-transform: rotate(-6deg); /* OPERA */
	width: 65px;
}

#ka-conductor {
	position: absolute;
	margin: -12px 0 0 770px;
	transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg); /* IE 9 */
	-moz-transform: rotate(-6deg); /* FIREFOX */
	-ms-transform: rotate(-6deg); /* SAFARI AND CHROME */
	-o-transform: rotate(-6deg); /* OPERA */
	width: 90px;
}

/* TEXT */

p {
	margin: 0 0 1em 0;
}

p.border-top {
	padding-top: 0.5em;
}

/* CONTENT */

.column-1 {
	float: left;
	width: 280px;
	margin-right: 12px;
}

.column-2 {
	float: left;
	width: 376px;
	margin-right: 12px;
}

.column-2 img {
	margin-bottom: 12px;
	float:left;
}

.column-2-1 {
	float: left;
	width: 182px;
	margin-right: 12px;
}

.column-2-2 {
	float: left;
	width: 182px;
}

/* HIDDEN TEXT BEHIND IMAGES - SCREENREADER */

.hidden {
	position: absolute;
	top: -100000px;
	z-index: 5000;
}

/* MISCELLANEOUS ITEMS */

.misc {
	position: absolute;
}

.interact {
	left: 55%;
	background: url(../img/interact.jpg) no-repeat;
	float: left;
	height: 76px;
	width: 230px;
	margin-left: 80px;
}

.interact-with-animation {
	top: 66%;
	left: 16%;
}

.mmm-popcorn {
	top: 70%;
	left: 90%;
}

#bus {
	top: 22%;
	left: 100%;
}

#jargon {
	margin-left: 80%;
	top: 50%;
    -moz-transform-origin: 55% 65%; /* MOZILLA FIREFOX */
	-webkit-transform-origin: 55% 65%; /* SAFARI AND CHROME */
    -moz-animation: swing 1s ease-in-out alternate infinite; /* MOZILLA FIREFOX */
	-webkit-animation: swing 1s ease-in-out alternate infinite; /* SAFARI AND CHROME */
}

#laptop{
	margin-top: 56%;
	right: 105%;
	z-index: 3;
}

.youtube-spacing {
	margin-left: 69px;
}

.map {
	top: 28%;
	left: 83%;
}

.arrow-youtube {
	top: 26%;
	left: 86%;
}

.arrow-youtube-report {
	top: 51%;
	left: 88%;
}

.arrow-hover-content {
	top: 45%;
	left: 0%;
}

.arrow-hover-content-report {
	top: 68%;
	left: 0%;
}

/* LINE DIVISIONS */ 

hr {
	width: 90%;
	/*border-top: 1px solid #bc5bb9;*/
	margin: 15px 0 10px 9px;
	background-color: #021147;
	height: 2px;
}

/* MOVING BANNER */

#banner {
	width: 92%;
	float: left;
	background-color: #041f29;
	margin: 10px 0 10px 26px;
	-moz-box-shadow: 0 5px 5px -2px #888; /* MOZILLA FIREFOX */
	-webkit-box-shadow: 0 5px 5px -2px #888; /* SAFARI AND CHROME */
	-o-box-shadow: 0 5px 5px -2px #888; /* OPERA */
	-ms-box-shadow: 0 5px 5px -2px #888; /* INTERNET EXPLORER */
	box-shadow:0px 5px 5px -2px #888;
}

h6 {
	float: left;
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
	display: inline;
	color: #fff;
	margin-left: 55px;
	padding-top: 10px;
}

.arrowLeft {
	float:left;
	position:absolute;
}

.arrowRight {
	float: right;
}

.arrowLeft,
.arrowRight {
	cursor: pointer;
}

.arrowLeft img,
.arrowRight img {
	background: #92278F;
}

.disabled img {
	background: #666 !important; /* !important used to override jQuery */
}

/* EACH PAGE'S UNIQUE STYLE

#page-one {
	background-color: #92278f;
}	

#page-two {
	background-color: #13b5ea;
}

#page-three {
	background-color: #00b1b0;
}

#page-four {
	background-color: #f26922;
}

#page-five {
	background-color: #92278f;
} */

/* ACCESSIBILITY - SCREENREADER */

.skip {
	display: none;
}


/* ACCESSIBILITY - CHANGE FONT SIZE */

.text-resize {
	position: absolute;
	margin-left: 527px;
	background-color: #F9F8F3;
	border-radius: 0 0 10px 10px;
}

.text-resize img {
	margin-right: 8px;
}

.font-custom {
	colour: #000;
	display: inline;
	margin-right: 8px;
	vertical-align: top;
}

/* ACCESSIBILITY - CHANGE BACKGROUND COLOUR */


/*
#blackOnYellow {
	background-color: #ffff66;
	color: #000000;
}
#blackOnYellow a {
	color: #000000;
}
#blackOnYellow a:link {
	color: #000000;
}
#blackOnYellow a:visited {
	color: #000000;
}
#blackOnYellow a:hover {
	color: #000000;
}
#blackOnYellow a:active {
	color: #000000;
}
#blackOnYellow a:visited:hover {
	color: #000000;
}
#yellowOnBlack {
	background-color: #000000;
	color: #ffff66;
}
#yellowOnBlack a {
	color: #ffff66;
}
#yellowOnBlack a:link {
	color: #ffff66;
}
#yellowOnBlack a:visited {
	color: #ffff66;
}
#yellowOnBlack a:hover {
	color: #ffff66;
}
#yellowOnBlack a:active {
	color: #ffff66;
}
#yellowOnBlack a:visited:hover {
	color: #ffff66;
}
*/

.blackOnYellow {
	background-color: #ffff66;
	color: #000000;
	background-image: none;
}
/*.blackOnYellow a {
	color: #000000;
}
.blackOnYellow a:link {
	color: #000000;
}
.blackOnYellow a:visited {
	color: #000000;
}
.blackOnYellow a:hover {
	color: #000000;
}
.blackOnYellow a:active {
	color: #000000;
}
.blackOnYellow a:visited:hover {
	color: #000000;
}*/
.yellowOnBlack {
	background-color: #000000;
	color: #ffff66;
	background-image:none;
}
.yellowOnBlack *, .yellowOnBlack p, .yellowOnBlack ul, .yellowOnBlack ol, .yellowOnBlack li {
	color: #ffff66;
}
.yellowOnBlack div, .yellowOnBlack div ul, .yellowOnBlack div li {
	color: #ffff66;
}
/*.yellowOnBlack a {
	color: #ffff66;
}
.yellowOnBlack a:link {
	color: #ffff66;
}
.yellowOnBlack a:visited {
	color: #ffff66;
}
.yellowOnBlack a:hover {
	color: #ffff66;
}
.yellowOnBlack a:active {
	color: #ffff66;
}
.yellowOnBlack a:visited:hover {
	color: #ffff66;
}*/

.default {
	background-color: #F9F8F3;
}

/* YOUTUBE VIDEOS */

iframe {
	margin-left: 10px;
}

/* HOMEPAGE */

#change-desc {
	background: url(../img/change-desc.jpg) no-repeat;
	float: left;
	height: 208px;
	width: 358px;
}

#character-intro {
	width: 360px;
	float: right;
	margin-right: 40px;
	margin-top: 10px;
}

.swf {
	margin: 10px 0 0 90px;
}

.popcorn {
	float: right;
	position: absolute;
	margin: -160px 0 0 620px;
	z-index: 100;
}

.popcorn img {
	width: 140px;
}

#ace-home {
	width: 63px;
}

#annabel-home {
	width: 120px;
}

#malak-home {
	width: 80px;
}

#ka-home {
	width: 100px;
}

.line-break {
	margin-left: 25px;
}

/* WHAT IS HATE CRIME PAGE */

#what-is-it-desc {
	background: url(../img/what-is-it-desc.jpg) no-repeat;
	float: left;
	height: 210px;
	width: 358px;
}

#get-help {
	width: 95%;
	margin-left: 30px;
}

/* BEING BULLIED PAGE */

#being-bullied-desc {
	background: url(../img/being-bullied-desc.jpg) no-repeat;
	float: left;
	height: 201px;
	width: 358px;
}

#annabels-story {
	width: 160px;
}

.annabels-story-style {
	top: 72%;
	right: 90%;
}

/* REPORT IT PAGE */

#report-it-desc {
	background: url(../img/report-it-desc.jpg) no-repeat;
	float: left;
	height: 210px;
	width: 358px;
}

#remember-man {
	margin-left: 17%;
}

#remember-man h2 {
	width:100%;
}


/* CHANGE THINGS PAGE */

#change-things-desc {
	background: url(../img/change-things-desc.jpg) no-repeat;
	float: left;
	height: 202px;
	width: 358px;
}
