/**
 * fullPage 2.4.3
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html, body {
    margin: 0;
    padding: 0;
    overflow:hidden;
	border:0;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	line-height: 1.6em;
	font-weight: 300;
	color: #222;
	font-family: "OpenSansRegular",sans-serif;
	font-size: 16px;
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 15px;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: 0;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.fp-controlArrow:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 15.5px 15.5px 15.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 15.5px 0 15.5px 15.5px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;

}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    /*
	position: absolute;
	*/
    z-index: 4;
    /* left: 50%; */
    opacity: 1;
}
.fp-slidesNav.bottom {
    /* bottom: 20%; */
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav li,
.fp-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav li {
    display: inline-block;
	width: 27px;
	height: 27px;
	margin: 7px;
}
#fp-nav li a,
.fp-slidesNav li a {
	content: '';
	position: absolute;
	width: 27px;
	height: 27px;
	background: rgba(255,255,255,0.20);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#fp-nav li a.active,
.fp-slidesNav li a.active {
    background: rgba(255,255,255,0.90);
}
.fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
}
.fp-tooltip.right {
    right: 20px;
}
.fp-tooltip.left {
    left: 20px;
}








/***** EXAMPLES.CSS *****/
@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
p{
	font-size: 2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }

	/* Style for our header texts
	* --------------------------------------- */
	h1{
		font-size: 5em;
		font-family: arial,helvetica;
		color: #fff;
		margin:0;
		padding:0;
	}

	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}


	/* Backgrounds will cover all the section
	* --------------------------------------- */
	/*
	#section0,
	#section1 #slide1, #section1 #slide2, #section1 #slide3,
	#section2,
	#section3,
	#section4{
		background-position:center 0;
		background-repeat:no-repeat;
		background-size: cover;
	}
	*/

	/* Defining each section background and styles
	* --------------------------------------- */
	/*
	#section0 {
		background-image:url(/img/gallery/homepage/nli/blade1/background_1_Christina_Applegate.jpg);
	}
	#section1 {
		
	}
	#section2 {
		background-image:url(/img/gallery/homepage/nli/blade3/background.jpg);
	}
	#section3 {
		background-image:url(/img/gallery/homepage/nli/blade4.jpg);
	}
	#section4 {
		background-image:url(/img/gallery/homepage/nli/blade5.jpg);
	}
	*/
	
 	/*Adding background for the slides
	* --------------------------------------- */
	/*
	#section1 #slide1{
		background-image:url(/img/gallery/homepage/nli/blade2/playlist_2198.jpg);
	}
	#section1 #slide2{
		background-image:url(/img/gallery/homepage/nli/blade2/playlist_2199.jpg);
	}
	#section1 #slide3{
		background-image:url(/img/gallery/homepage/nli/blade2/playlist_2200.jpg);
	}
	*/

	/* Bottom menu
	* --------------------------------------- */
	#infoMenu li a {
		color: #fff;
	}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/******************CUSTOM ***************/
	
	#section5 { background-color: #858786; }
	
	
	
	/**** FROM OLDEN ****/
	
	
	
@font-face {
    font-family: "OpenSansRegular";
    src: url("/fonts/OpenSans/OpenSans-Regular-webfont.eot");
    src: url("/fonts/OpenSans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"),
         url("/fonts/OpenSans/OpenSans-Regular-webfont.woff") format("woff"),
         url("/fonts/OpenSans/OpenSans-Regular-webfont.ttf") format("truetype"),
         url("/fonts/OpenSans/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "OpenSansLight";
    src: url("/fonts/OpenSans/OpenSans-Light-webfont.eot");
    src: url("/fonts/OpenSans/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"),
         url("/fonts/OpenSans/OpenSans-Light-webfont.woff") format("woff"),
         url("/fonts/OpenSans/OpenSans-Light-webfont.ttf") format("truetype"),
         url("/fonts/OpenSans/OpenSans-Light-webfont.svg#OpenSansLight") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "open_sanscondensed_light";
    src: url("/fonts/opensans-condlight-webfont.eot");
    src: url("/fonts/opensans-condlight-webfont.eot?#iefix") format("embedded-opentype"),
         url("/fonts/opensans-condlight-webfont.woff2") format("woff2"),
         url("/fonts/opensans-condlight-webfont.woff") format("woff"),
         url("/fonts/opensans-condlight-webfont.ttf") format("truetype"),
         url("/fonts/opensans-condlight-webfont.svg#open_sanscondensed_light") format("svg");
    font-weight: normal;
    font-style: normal;
}
.onepage-wrapper .section {
  width: 100%;
  height: 100%;
}

.onepage-pagination {
  position: absolute;
  /*
  right: 30px;
  bottom: 5%;
  */
  right:10px;
  bottom:10px;
  z-index:500;
  list-style: none;
  margin: 0;
  padding: 0;
}
.onepage-pagination li {
	border-radius: 0;
	border: 0;
	width: 27px;
	height: 27px;
	margin: 10px;
}
.onepage-pagination li a:hover {
	opacity: 0.50;
}
.onepage-pagination li a{
  content: '';
  position: absolute;
  width: 27px;
  height: 27px;
  background: rgba(255,255,255,0.20);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;

}
.onepage-pagination li a.active {
  background: rgba(255,255,255,0.90);
}









































    
    .wrapper {
    	height: 100% !important;
    	height: 100%;
    	margin: 0 auto; 
    	overflow: hidden;
    }
    
    a {
      text-decoration: none;
    }
    
    
    h1, h2 {
      width: 100%;
      float: left;
    }
    h1 {
      margin-top: 100px;
      color: #000;
      margin-bottom: 5px;
      font-size: 70px;
      letter-spacing: -4px;
      font-weight: 100;
    }
    h1 span {
      font-size: 26px;
      margin: 0 5px;
      text-transform: capitalize;
      background: rgba(0,0,0,0.85);
      display: inline-block;
      color: #6D461D;
      border-radius: 5px 5px;
      -webkit-border-radius: 5px 5px;
      -moz-border-radius: 5px 5px;
      text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
      padding: 3px 10px;
    }
    h2 {
      color: #6D461D;
      font-weight: 100;
      margin-top: 0;
      margin-bottom: 10px;
    }
    
    .pointer {
      color: #9b59b6;
      font-size: 30px;
      margin-top: 15px;
    }
    code {
      margin: 20px 1%;
      float: left;
      width: 48%;
      height: 105px;
      background: rgba(0,0,0,0.1);
      border: rgba(0,0,0,0.05) 5px solid;
      border-radius: 5px;
      padding:5px;
      color: white;
      text-align: center;
      font-size: 15px;
      margin-top: 25px;
      display: block;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
    }
    code.html {
      color: #7EC9E6;
    }
    code.js {
      color: #FFAD00;
    }

    .main {
      float: left;
      width: 100%;
      margin: 0 auto;
    }
    
    .main h1 {
      padding:150px 50px;
      float: left;
      width: 100%;
      font-size: 45px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      font-weight: 100;
      color: white;
      margin: 0;
    }
   
    .main h1.demo1 {
      background: #1ABC9C;
    }
    
    .reload.bell {
      font-size: 12px;
      padding: 20px;
      width: 45px;
      text-align: center;
      height: 47px;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
    }
    
    .reload.bell #notification {
      font-size: 25px;
      line-height: 140%;
    }
    
    .reload, .btn{
    }
    .reload:hover{
      background: #444;
    }
    .btn {
	  padding:5%;
      color: rgba(0,0,0,0.85);
      border:0;
      background: rgba(226,231,230, 0.90);
	  font-size:30px;
      text-transform: capitalize;
      font-family: "open_sanscondensed_light";
	  letter-spacing:0.05em;
    }
    .clear {
      width: auto;
    }
    .btn:hover, .btn:hover {
      background: #444;
	  color:#fff;
    }
    .btns {
      width: 410px;
      margin: 50px auto;
    }
    .credit {
      text-align: center;
      color: rgba(0,0,0,0.5);
      padding: 10px;
      width: 410px;
      clear: both;
    }
    .credit a {
      color: rgba(0,0,0,0.85);
      text-decoration: none;
      font-weight: bold;
      text-align: center;
    }
    
    .back {
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      display: block;
      padding: 7px;
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      background: rgba(255, 255, 255, 0.25);
      font-weight: bold;
      font-size: 13px;
      color: #000;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
    }
    .back:hover {
      color: black;
      background: rgba(255, 255, 255, 0.5);
    }
    
    header {
      position: relative;
      z-index: 10;
    }
    .main section .page_container {
      position: relative;
      top: 0;
      margin: 0 auto 0;
      /* max-width: 950px; */
      z-index: 3;
    }
      .main section .page_container .btns {
      clear: both;
      float: left;
      text-align: center;
      width: 435px;
    }
    .main section .page_container .btns a{
      text-align: center;
    }
    
    .main section > img {
      position: absolute;
      max-width: 100%;
      z-index: 1;
    }
    

	.onepage-contents-bottom {
		position: absolute;
		right: 0;
		bottom: 13%;
		z-index: 5;
		margin: 0;
		padding: 0;
	}

	
	.main section .page-content {
		width:100%;
	}
	
    .main section h1 {
		text-align: left;
		padding: 0;
		/* margin-bottom: 1%; */
		margin-bottom: 4%;
		color: black;
		background:#E2E7E6;
		font-size:45px;
		letter-spacing:0.01em;
		font-family:"OpenSansLight", sans-serif;
		width:100%;
		text-shadow: 0 .2px .2px #000;
		padding:3% 2% 3% 2%;
    }
	.main section.page2 h1 {
		padding:1% .5% 1% .5%;
	}

	.main section .entry-media img {
		height:100%;
		width:100%;
	 }


    .main section.page1 p, .main section.page2 p, .main section.page3 p, .main section.page4 p, .main section.page5 p {
		color: rgba(226,231,230,0.85);
		text-align: center;
		width: 100%;
		line-height: 132%;
		text-align: left;
		font-size: 24px;
    }


    .main section.page1 {
      /* background: #FFF url(/img/gallery/blade1.jpg) no-repeat center -3px; */
	  	  /* border-bottom:#FFF 3px solid; */

	  background-size: cover;
    }
	.main section.page1 .page_container {
		margin:0;
		padding-top:9%;
	}
    .main section.page1 .logo-container {
		padding-top:0;
	}
	.main section.page1 .page-content {
		padding: 3% 8% !important;
    margin: 0;
	}
  .main section.page1 .about_header{
    width: 100%;
    display: inline-block;
  }

  .main section.page1 .about_header h1 {
    color: black;
    background-color: #e2e7e6;
    font-size: 30px;
    padding: 1% 2% 1% 2%;
    /* text-shadow: 0 1px 1px rgba(255,255,255,0.5); */
    text-align: left;
    width: 416px;
    margin-bottom: 0px;
    font-style: normal;
  }

  .main section.page1 .page-content .items {
    width: 17%;
    float: left;
    margin: 45px 0 70px 43px; 
  }
  .main section.page1 .page-content .items .item {
    min-height: 250px;
  }
  .main section.page1 .page-content .items:first-child {
    margin-left: 0;
  }

  .main section.page1 .page-content .items .item_profile {
    background-color: #5a9000;
  }
  .main section.page1 .page-content .items .item_friend {
    background-color: #008bb4;
  }
  .main section.page1 .page-content .items .item_playlist {
    background-color: #842c2a;
  }
  .main section.page1 .page-content .items .item_inspiration {
    background-color: #d36900;
  }
  .main section.page1 .page-content .items .item_explore {
    background-color: #be375e;
  }
  .main section.page1 .page-content .items img {
    margin: 0 auto;
    padding: 20px 10px;
  }
  .main section.page1 .page-content .items p {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    font-size: 22px;
  }
  .main section.page1 .page-content .items .get-help.profile {
    background-color: #2c4309;
  }
  .main section.page1 .page-content .items .get-help.friend {
    background-color: #084253;
  }
  .main section.page1 .page-content .items .get-help.playlist {
    background-color: #3a1717;
  }
  .main section.page1 .page-content .items .get-help.inspiration {
    background-color: #5c3107;
  }
  .main section.page1 .page-content .items .get-help.explore {
    background-color: #531d2e;
  }
  .main section.page1 .page-content .items .get-help a {
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    display: block;
    text-decoration: none;
  }
  .main section.page1 .page-content .items .get-help a:hover {
    color: #999;
  }

    .main section.page2 {
      /* background: #FFF url(/img/gallery/blade2.jpg) no-repeat center -3px; */
	  	  /* border-bottom:#FFF 3px solid; */

	  background-size: cover;
    }
	.main section.page2 .home-slider h1 {
		text-align: center;
		margin: 0;
		/*
		font-size: 34px;
		font-weight: 100;
		font-family: "OpenSansLight", sans-serif;
		letter-spacing: 0.015em;
		line-height: normal;
		font-weight: normal;
		*/
		color: rgba(255, 255, 255, 0.80);
		text-shadow: 1px 0px 1px rgba(255,255,255,0.6);
		background:transparent;
	}
	.main section.page2 .onepage-contents-bottom {
		padding-left:4%;
		padding-right:4%;
	}
	.main section.page2 .page_container .col-sm-4 {
		padding:0;
	}
	.main section.page2 .page_container .row.first {
		padding-bottom:0.55555%;
	}

	.main section.page2 .page-content {
		float:right;
		max-width:800px;
		margin:0;
	}
	.main section.page2 .entry-media {
		padding: 47% 0 0 10%;
		float:right;
	}
	.main section.page2 .entry-media img {
		max-width:290px;
		max-height:163px;
	}

	.main section h1 {
		text-align:center;
	}
	
    .main section.page3 {
      /* background:#FFF url(/img/gallery/blade3.jpg) no-repeat center -3px; */
	  /* border-bottom:#FFF 3px solid; */
	  background-size: cover;
    }
	.main section.page3 .page_container {
		padding:0;
		max-width:100%;
		padding:1% 4% 0 4%;
	}
	.main section.page3 .page_container .col-sm-3, .main section.page3 .page_container .col-sm-12 {
		padding:0;
	}
	.main section.page3 .entry-media {
		padding-top:0;
		padding-bottom:0;
		padding: 3% 2% 3% 2%;
		/* padding: 10% 2% 10% 2%; */
	}
	.main section.page3 .entry-media img {
		max-width:400px;
		max-height:400px;
	}
	.main section.page3 h1 {
		font-size:44px;
		padding:2.25% 1% 2.5% 4%;
	}
	.main section.page3 p {
		/* color:rgba(226,231,230,0.8); */
		color: #000;
		font-size:25px;
		text-shadow: 1px 0px 1px rgba(0,0,0,0.6);
	}
	/* dropdown list on right side is off-balance, bring it back into balance with all content */
	.main section.page3 .page-content  .col-sm-5:last-child {
		right: 20px;
	}
	.main section.page3 .customize-learning {
		padding:0 8%;
	}

	.page3 .col-sm-8 {
		padding:3% 13% 3% 13%;
	}

	.page3 ul.join-hollywoods-a-list {
		list-style-image: url('../img/gallery/homepage/nli/blade3/item-circle.png');
		margin-left: 40px;
		font-size:16px;
	}


	.page3 ul.join-hollywoods-a-list li{
		font-size: 17px;
		line-height: 30px;
		text-align: left;
		color: #e2e7e6;
	}

    .main section.page4 {
      /* background:#FFF url(/img/gallery/blade4.jpg) no-repeat center -3px; */
	  	  /* border-bottom:#FFF 3px solid; */

	  background-size: cover;
    }
	.main section.page4 .page-content {
		padding: 4.5% 8% 0 8%!important;
		margin: 0;
	}
	.main section.page4 .h1-pick-your-interests {
		color:black;
		background-color:#e2e7e6;
		font-size:30px;
		padding:1% 2% 1% 2%;
		/* text-shadow: 0 1px 1px rgba(255,255,255,0.5); */
		text-align:left;
		width: 310px;
		margin-bottom: 0px;
		font-style: normal;
	}
	.main section.page4 .div-pick-your-interests {
		width: 100%;
		display: inline-block;
	}
	
	.main section.page4 h1 {
		background:#D8D9D4;
	}
    .main section.page4 p {
		color: rgba(216,217,212,0.85);
		text-shadow: 0 .2px .2px rgb(216,217,212);
	}

	.main section.page4 .col-sm-6 div h2 {
		color: white;
		font-family: "OpenSansRegular", sans serif;
		font-size: 26px;
		font-weight: normal;
		font-style: normal;
	}

	.main section.page4 .col-sm-6 div.breaking:before {
		background: #59901A;
	}	
	.main section.page4 .col-sm-6 div.breaking {	
		background: rgba(0,0,0,0.85);
		color: rgba(255,255,255,0.85);
		text-align: left;
	}

	.main section.page4 .col-sm-6 div.auditioning:before {
		background: #018BB0;
	}
	.main section.page4 .col-sm-6 div.auditioning {	
		background: rgba(0,0,0,0.85);
		color: rgba(255,255,255,0.85);
		text-align: left;
	}

	.main section.page4 .col-sm-6 div.set:before {
		background: #842B2C;
	}
	.main section.page4 .col-sm-6 div.set {	
		background: rgba(0,0,0,0.85);
		color: rgba(255,255,255,0.85);
		text-align: left;
	}

	.main section.page4 .col-sm-6 div.representation:before {
		background: #D36800; 
	}
	.main section.page4 .col-sm-6 div.representation {	
		background: rgba(0,0,0,0.85);
		color: rgba(255,255,255,0.85);
		text-align: left;
	}

	.main section.page4 .col-sm-6 div.character:before {
		background: #BF365D;
	}
	.main section.page4 .col-sm-6 div.character {	
		background: rgba(0,0,0,0.85);
		color: rgba(255,255,255,0.85);
		text-align: left;
	}

	.main section.page4 .col-sm-6 div.wisdom:before {
		background: #8B7449;
	}
	.main section.page4 .col-sm-6 div.wisdom {	
		background: rgba(0,0,0,0.85);
		color: rgba(255,255,255,0.85);
		text-align: left;
	}

    .main section.page5 {
      /* background:#FFF url(/img/gallery/blade5.jpg) no-repeat center -3px; */
	  	  /* border-bottom:#FFF 3px solid; */
	  background-size: cover;
    }
	.main section.page5 .page-content {
		padding:4.5% 8% 0 8%;
		margin:0;
	}	
	.main section.page5 .col-sm-4 {
		padding:0;max-width:221px;float:left;
	}
	.main section.page5 .col-sm-6.left {
		padding:0 50px 0 0;
	}
	.main section.page5 .col-sm-6.right {
		padding:0 0 0 50px;
	}
	.main section.page5 .col-sm-7 {
		padding:2% 0 0 0;
	}

	.main section.page5 h1 {
	}
	
	
	
	.main section.page5 h1 {
		color:#fff;
		background-color:transparent;
		font-size:38px;
		padding:4% 0 0 0;
		/* text-shadow: 0 1px 1px rgba(255,255,255,0.5); */
		text-align:left;
		
	}
	.main section.page5 .h1-experience-takehollywood {
		color:black;
		background-color:#e2e7e6;
		font-size:28px;
		padding:1% 2% 1% 2%;
		/* text-shadow: 0 1px 1px rgba(255,255,255,0.5); */
		text-align:left;
		width: 480px;
		margin-bottom: 0px;
	}
	.main section.page5 .div-experience-takehollywood {
		width: 100%;
		display: inline-block;
	}
	.main section.page5 .takehollywood-community-img {
		width: 135px;
		margin-top: 25px;
		margin-left: 0px;
	}
    .main section.page5 p {
		color: rgba(255,255,255,0.85);
		text-shadow: 0 0 3px rgba(255,255,255,0.5);
		font-size:22px;
		/* letter-spacing:0.001em; */
	}
	
	.main section.page5 .row.icons-row {
		margin-top: 3%;
	}
	.main section.page5 .row.icons-column {
		background:rgba(0,0,0,0.85);
	}
	
	.main section.page5 .row.button-area {
		padding:0 0 5% 0;
	}
	.main section.page5 .row.content-area {
	}

    .main section.page6 {
      background:#858786;
	  border-bottom:none;
    }
	.main section.page6 .page_container {
		max-width:inherit;
		top:0;
	}
	.main section.page6 .main section.page6 footer, .main section.page6  .footer-widgets {
		width:100%;
	}
	
	
	.main section.page6 h1 {
		text-align: left;
		padding: 0;
		margin-bottom: 0;
		font-size: 70px;
		letter-spacing: -1px;
		color: black;
    }
    .main section.page6 h2 {
		color: rgba(0,0,0,0.85);
		text-align: left;
		line-height: 160%;
		font-weight: 100;
		font-size: 21px;
    }
		
	
	.homepage-button {
		position:relative;
		top:20px;
		padding:8px;
		margin:0;
		float:left;
		
	}
	.homepage-button button span {
		float:left;
	}

	/* these two using .onepage-contents-bottom as their base, meaning sticks to bottom of slide area */
    /* .main section.page2, .main section.page3 {	*/
    .main section.page3 {	
		margin-bottom:79px;
	}
	.main section.page2 {
		padding-top:2.25%;
	}
	.main section.page2 .img-responsive {
		/* padding-right:.55555%; */
	}
	.main section.page2 .row.first .col-sm-4,
	.main section.page2 .row .col-sm-3 {
		padding:0;
	}
	.main section.page2 .row.first .col-sm-4,
	.main section.page2 .row .col-sm-3.first {
		/* margin-left:3.55555%; */
	}
	.main section.page2 .row .col-sm-1 {
		width:5.55555%;
	}
	.main section.page2 .row .col-sm-3 {
		width:26.5555%;
	}
	.page3 .img-responsive {
		display: block;
		height: auto;
		max-width: 100%;
		margin: 2.25555% auto;
		padding: 0% 5.55555%;
	}


	.main section .btn {
		position:relative;
		font-size:34px;
		/* padding:13px 0px 13px 0px; */
		padding-left:12px;
		margin:0;
		/* width:320px; */
	}
	.homepage-button span.toggle {
		position: relative;
		z-index:2;
		padding:0;
		margin:0;
		left:32px;
	}
	.homepage-button span.get-started {
		font-size:34px;
		padding:0px 30px 0 75px;
		position:relative;
		color:#000;
		text-decoration:none;
		text-shadow: 0 .2px .2px #000;
	}
	

	.homepage-button.btn  {
		padding:8px 8px 11px 8px;
	}	
	
	.main section.page2 .homepage-button.btn {
		top:0;
		margin-top:8%;
		float:none;
		/* margin-right: .55555%; */
	}
	.main section.page5 .homepage-button.btn {
		top:0;
		margin-top:15%;
	}
	.homepage-button.btn:hover span.get-started {
		color:#fff;
		text-shadow: 0 1px 1px rgba(255,255,255,0.2);
	}
	.homepage-button:before {
		content: '';
		position: absolute;
		width: 75px;
		top:5px;
		bottom:5px;
		left:12px;
		background: rgba(0,0,0,1);
		z-index:1;
	}
	.homepage-button span.toggle:before {
		content: ">";
		font-size:100%;
		line-height:normal;
		padding:0;
		margin:0;
		display: inline-block;
		/* font-family: 'Glyphicons Halflings';*/
		/* left:5px; */
		/* font-size: 1.7em; */
		font-weight: 400;
		font-style: normal;
		color:#FFF;
		/* line-height: 1; */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transform: scale(1.2,2.1);
		-webkit-transform: scale(1.2,2.1);
		/* need to set proper for all browsers? maybe, for the Glyphicons arrow wasn't quite right */
		-moz-transform: scale(1.2,2.1);
		-ms-transform: scale(1.2,2.1);
		-o-transform: scale(1.2,2.1);
		text-shadow: 0 0 1px rgba(255,255,255,0.5);
	}
	
	
	
	/*
	.homepage-button span.get-started:before {
	  content: '';
	  position: absolute;
	  width: 68px;
	  height: 67px;
	  margin-top:5px;
	  left:-73px;
	  background: rgba(0,0,0,1);
	  z-index:1;
	}
	.homepage-button span.toggle:before {
		content: ">";
		padding:0;
		display: inline-block;
		font-family: 'Glyphicons Halflings';
		font-size: 50px;
		left:5px;
		font-weight: bold;
		font-style: normal;
		color:#FFF;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transform: scale(0.6,1.3);
		-webkit-transform: scale(0.6,1.3);
		-moz-transform: scale(0.6,1.3);
		-ms-transform: scale(0.6,1.3);
		-o-transform: scale(0.6,1.3);
		text-shadow: 0 0 1px rgba(255,255,255,0.5);
	}*/
	
	
	.homepage-button.btn:hover {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
		opacity: 0.7;
		-webkit-transition: all 250ms ease-in-out;
		-moz-transition: all 250ms ease-in-out;
		-o-transition: all 250ms ease-in-out;
		transition: all 250ms ease-in-out;
	}

@media(max-height:1000px) {
	.main section.page1 .page_container { padding-top:8.5%; }
	.main section.page2 .onepage-contents-bottom { bottom: 15%; }
}
@media(max-height:900px) {
	.main section.page1 .page_container { padding-top:7.5%; }
	.main section.page2 .onepage-contents-bottom { bottom: 16%; }
}
@media(max-height:800px) {
	.main section.page1 .page_container { padding-top:6%; }
	.main section.page2 .onepage-contents-bottom { bottom: 17%; }
}
@media(max-height:700px) {
	.main section.page1 .page_container { padding-top:4.5%; }
	.main section.page2 .onepage-contents-bottom { bottom: 17%; }
}
@media(max-height:600px) {
	.main section.page1 .page_container { padding-top:2.75%; }
	.main section.page2 .onepage-contents-bottom { bottom: 21%; }
}
@media(max-height:500px) {
	.main section.page1 .page_container { padding-top:0; }
	.main section.page1 .page-content { padding-top:3%; }
	.main section.page2 .onepage-contents-bottom { bottom: 25%; }
}
@media(max-height:400px) {
	.main section.page1 .page_container { padding-top:.1%; }
	.main section.page1 .page-content { padding-top:0%; }
	.main section.page2 .onepage-contents-bottom { bottom: 30%; }
}



@media(max-width:1899px) {
	.main section.page5 h1 { font-size:31px; }
}

@media(max-width:1700px){
    .main section h1 {
		font-size:37px;
    }
	.main section .btn {
		width:300px;
		font-size:32px;
	}
	.homepage-button span.toggle {
		left:27px;
	}
	.homepage-button span.get-started {
		padding:0px 25px 0 70px;
		font-size:32px;
	}
	.homepage-button:before {
		  width: 70px;
		  left:11px;		
	}
    .main section.page1 p, .main section.page2 p, .main section.page4 p {
		font-size: 22px;
    }
	.main section.page3 h1 {
		font-size:38px;
		padding:1.75% .75% 1.75% 3.5%;
	}
	.main section.page3 p {
		font-size:24px;
	}
	.main section.page5 h1 {
		font-size:26px;
	}
    .main section.page5 p {
		font-size:17px;
	}
	.main section.page5 .row.icons-row {
		margin-top: 2.25%;
	}
}

@media(max-width:1500px){
    .main section h1 {
		font-size:30px;
    }
	.main section .btn {
		width:280px;
		font-size:30px;
	}
	.homepage-button span.toggle {
		left:22px;
	}
	.homepage-button span.get-started {
		padding:0px 20px 0 65px;
		font-size:30px;
	}
	.homepage-button:before {
		width: 62px;
		left:11px;		
	}	
    .main section.page1 p, .main section.page2 p, .main section.page4 p { font-size: 19px; }
	.main section.page3 h1 {
		font-size:32px;
		padding:1.5% .5% 2% 3.5%;
	}
	.main section.page3 p {
		font-size:20px;
	}
	.main section.page5 h1 {
		font-size:29px;
	}

	.main section.page5 .col-sm-6 > .row {
		min-height: 210px!important;
	}

    .main section.page5 p {
		font-size:16px;
	}
	.main section.page5 .row.icons-row {
		margin-top: 1.5%;
	}
  .main section.page1 .page-content .items {
    width: 16%;
    margin: 45px 0 70px 40px; 
  }
}


@media(max-width:1300px){
    .main section h1 {
		font-size:30px;
    }
	.main section .btn {
		width:250px;
		font-size:28px;
	}
	.homepage-button span.toggle {
		left:9px;
	}
	.homepage-button span.get-started {
		padding:0px 15px 0 40px;
		font-size:28px;
	}
	.homepage-button:before {
		  width: 50px;
		  left:9px;		
	}	
    .main section.page1 p, .main section.page2 p, .main section.page4 p {
		font-size: 17px;
    }
	.main section.page3 h1 {
		font-size:24px;
		padding:1% 0 1.75% 3.25%;
	}
	.main section.page3 p {
		font-size:16px;
	}
	.main section.page5 h1 {
		font-size:24px;
	}
    .main section.page5 p {
		font-size:16px;
	}
	.main section.page5 .row.icons-row {
		margin-top: .75%;
	}
  .main section.page1 .page-content .items {
    width: 16%;
    margin: 45px 0 70px 40px; 
  }
}

@media(max-width:1100px){

    .main section h1 {
		font-size:24px;
		padding:2% 1% 2% 1%;
    }
    .main section.page1 p, .main section.page2 p, .main section.page4 p {
		font-size: 16px;
    }
	
	.main section .btn {
		width:180px;
		font-size:22px;
	}
	.homepage-button span.toggle {
		left:2px;
	}
	.homepage-button span.get-started {
		padding:0px 0px 0 20px;
		font-size:22px;
	}
	.homepage-button:before {
		width: 37px;
		left:7px;
	}	

  .main section.page1 .page-content .items {
    width: 16%;
    margin: 45px 0 70px 39px; 
  }	

	.main section.page1 {
		padding-top:40px;
	}
	.main section.page2 {
		padding-top:10px;
	}
	.main section.page2 .img-responsive {
		/* padding-right:10px; */
	}
	.main section.page2 .row.first .col-sm-4,
	.main section.page2 .row .col-sm-3 {
		padding:0;
	}
	.main section.page2 .row.first .col-sm-4,
	.main section.page2 .row .col-sm-3.first {
		margin-left:15px;
	}
	.main section.page2 .row .col-sm-1 {
		/* default bootstrap.css setting */
		width:8.33333%;
	}
	.main section.page2 .row .col-sm-3 {
		/* default bootstrap.css setting */
		width:25%;
	}
	.main section.page2 .homepage-button.btn {
		top:0;
		margin-top:3%;
		margin-right: 10px;
	}


	.main section.page3 h1 {
		font-size: 22px;
		padding: 1% 0 1.5% 3%;
		margin-bottom: 3%;
	}
	.main section.page3 p {
		font-size:16px;
	}

	.page3 .img-responsive {
		display: block;
		height: auto;
		max-width: 70%;
		margin: 3% auto;
		padding:0;
	}
	.page3 .col-sm-8 {
		padding:.5% 14% .5% 14%;
	}
	.main section.page3 .customize-learning {
		padding:0 2%;
	}
	
	.main section.page3 .homepage-button {
		top:0;
		margin-top:2.5%;
	}

	.main section.page5 h1 {
		font-size:20px;
	}
    .main section.page5 p {
		font-size:13px;
	}
	.main section.page5 .row.icons-row {
		margin-top: 1%;
	}
	.main section.page5 .page-content {
		padding-top:0.5%;
	}
	.main section.page5 .row.button-area {
		padding:0;
	}
	.main section.page5 .row.button-area .btn {
		top:7px;
	}
	.main section.page5 .col-sm-4 {
		padding:0;
		max-width:221px;
		float:left;
	}
	.main section.page5 .col-sm-6.left {
		padding:0 5px 0 0;
	}
	.main section.page5 .col-sm-6.right {
		padding:0 0 0 5px;
	}
	.main section.page5 .col-sm-7 {
		min-width:255px;
	}
	.main section.page5 .homepage-button.btn {
		margin-top:0.5%;
	}
	.homepage-button.btn  {
		padding:5px 10px 6px 10px;
	}
} 

@media(max-width:960px){
  .main section.page1 .page-content .items {
    width: 15%;
    margin: 45px 0 70px 39px; 
  }
}
@media(max-width:768px){
  .main section.page1 .page-content .items {
    width: 80%;
    float: none;
    margin: 45px auto 70px auto !important; 
  }
}
@media(max-width:640px){
  .main section.page1 .page-content .items {
    width: 15%;
    margin: 45px 0 70px 39px; 
  }
}
    .viewing-page-2 .back{
      background: rgba(0, 0, 0, 0.25);
      color: #FFF;
      }
	
	/* override deficiency, seems like a padding, margin or letter spacing issue, will check later */
	.container>.navbar-header, .container>.navbar-collapse {
		margin-left:0;
	}
	
	.nav-main, .nav-main.hidden-xs {
		float:left;
		padding-top:0px;
		max-height:79px;
		overflow:hidden;
	}
	.onepagenav-layout .navbar-nav>li>a {
	  padding: 23px 15px 25px 15px;
	}

	
	.fp-responsive div.section {
		/* 441 (lowest possible height) - 79(top menu height) */
		/* mimic size of mobile landscape view: 368px max and min height */
		max-height: 700px;
		min-height: 700px;
		overflow:hidden;
		margin-bottom:2px;
	}
	.fp-responsive header {
		position:fixed;
		width:100%;
		top:0px;
	}
	.fp-responsive {
		top:79px;
	}
	.fp-responsive .main section.page1 {
		padding-top:0;
	}
	.fp-responsive .main section.page1 .page_container {
		padding-top:2.5%;
	}
	.fp-responsive .main section.page2 .page_container {
		padding-top:1.5%;
	}
	.fp-responsive .main section.page3 .page_container {
		padding-top:1.75%;
	}
	.fp-responsive .main section.page5 .page-content {
		padding-top:1.25%;
	}
	.fp-responsive .main section.page4 .page-content {
		padding-top:22%;
	}
	
