/*
  CSS Script file for: www.growlyfe.com
  Author: Peter Couture
*/

* {
  
  margin: 0;
  padding: 0;
  
}

html {
     overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
}

body {
  
  background: #ffffff;
  display: none;
  
}

.error {
  color: red;
}

/* ---- Start Background ---- */

.background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  
}

.background .purple {

  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: url('images/backgrounds/background_purple.jpg')  no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  
}

.background .blue {

  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: url('images/backgrounds/background_blue.jpg')  no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  
}

/* ---- End Background ---- */



/* ---- Start 3D Starfield Animation ---- */

.dust {
  
}

.dust canvas {
  position: fixed; 
  top: 0px; 
  left: 0px; 
  opacity: 0.9; 
}

.light {

  min-width: 1000px; 
  width: 100% !important;
  height: 100%;
  background: url('images/three_vk/2_2.png') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  position: fixed;
  opacity: 0.140;
	filter: alpha(opacity=0.140); 

}

.light:after {

  min-width: 1000px; 
  width: 100%!important;
  height: 100%;
  content: '';
  background: url('images/three_vk/2.png') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  position: fixed;
  
}


/* ---- End 3D Starfield Animation ---- */



/* ---- Start Preloader Sprite Animations ---- */

.preloader {
  
  width: 300px;
  height: 300px; 
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -150px;
  overflow: hidden;
  position: absolute;
  
}

.preloader .a {
  
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url('images/sprites/preloader_a.png') no-repeat;
  position: absolute;
  
}

.preloader .b {
  
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url('images/sprites/preloader_b.png') no-repeat;
  position: absolute;
  
}

.preloader .seed {
  
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url('images/seed.png') no-repeat;
  background-size: 300px 300px;
  background-position: 0px 0px;
  position: absolute;
  
}

/* ---- End Preloader Sprite Animations ---- */



/* ---- Start Parallax Animations ---- */

.parallax_screens {	 
  
  top: 0px; 
  left: 0px; 
  width: 100%;
  height: 100%; 
  display: block; 
  position: absolute; 
}

.parallax_screens li { 
  
  width: 100%; 
  height: 800px; 
  margin: 0px auto; 
  padding: 0px; 
  position: relative; 
  overflow: hidden; 
  border-top: 1px solid rgba(255,255,255,0.3); 
  border-bottom: 1px solid rgba(0,0,0,0.4); 
  box-shadow: 0 0 50px rgba(0,0,0,0.8); 
  
}

/* ---- End Parallax Animations ---- */



.main { 

  top: 0px; 
  left: 0px; 
  width: 100%; 
  height: 100%; 
  min-width: 1000px; 
  margin: 0; 
  padding: 0px; 
  display: block; 
  position: absolute; 
  
}



/*---------- Start Home -----------*/

li[data-name="home"] {
  cursor: pointer; 
}

li[data-name="home"] .home { 

  top: 50%;
  left: 50%;
  width: 640px;
  height: 620px;
  margin: -320px 0 0 -163px; 
  background: url('images/sprites/tree.png') no-repeat;
  overflow: hidden;
  position: absolute;
  cursor: pointer; 
  
}

li[data-name="home"] .home .logo {
  
  top: 335px; 
  left: 235px;
  width: 359px; /*268*/ 
  height: 173px; /*99*/
  overflow:hidden;
  background: url('images/logo.png') no-repeat center center;
  background-position: 0px 380px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  cursor: pointer;
  position:absolute;
  
}

li[data-name="home"] .downArrow {
  
  left: 50%;
  bottom: 0px;
  width: 28px;
  height: 58px;
  background: url('images/downArrow.png') no-repeat;
  background-position: 0px 58px;
  margin-left: -14px;
  position: absolute;
  cursor: pointer; 
  
}

/*---------- End Home -----------*/



/*---------- Start Welcome -----------*/

li[data-name="welcome"] { 
  
  background: url(images/pxbgs/welcome.png) transparent 50% 0 no-repeat fixed;
/*  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;*/
  
}

div[data-name="welcome-bk-1"]  {
	background: url(images/pxbgs/01_01_welcome.png) transparent no-repeat left top; 
  top: 0px;
  left: 0px;
	height: 100%; 
	width: 100%;
	padding: 0; 
	margin: 0 auto; 
	position: absolute; 
}

div[data-name="welcome-bk-2"]  { 
	background: url(images/pxbgs/01_02_welcome.png) transparent no-repeat center bottom; 
  top: 0px;
  left: 0px;
	height: 100%; 
	width: 100%;
	padding: 0; 
	margin: 0 auto; 
	position: absolute; 
}

div[data-name="welcome-bk-3"]  { 
	background: url(images/pxbgs/01_03_welcome.png) transparent no-repeat right center; 
  top: 0px;
  left: 0px;
	height: 100%; 
	width: 100%;
	padding: 0; 
	margin: 0 auto; 
	position: absolute; 
}

/*---------- End Welcome -----------*/



/*---------- Start About -----------*/

li[data-name="media"] { 
  
  background: url(images/pxbgs/about.png) transparent 50% 0 no-repeat fixed;
/*  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  
}

div[data-name="media-bk-1"]  {
	background: url(images/pxbgs/pxbg_tree_1.png) transparent no-repeat center bottom; 
  top: 0px;
  left: 0px;
	height: 100%; 
	width: 100%;
	padding: 0; 
	margin: 0 auto; 
	position: absolute; 
}

div[data-name="media-bk-2"]  { 
	background: url(images/pxbgs/pxbg_tree_2.png) transparent no-repeat center bottom; 
  top: 0px;
  left: 0px;
	height: 100%; 
	width: 100%;
	padding: 0; 
	margin: 0 auto; 
	position: absolute; 
}

div[data-name="media-bk-3"]  { 
	background: url(images/pxbgs/pxbg_tree_3.png) transparent no-repeat center bottom; 
  top: 0px;
  left: 0px;
	height: 100%; 
	width: 100%;
	padding: 0; 
	margin: 0 auto; 
	position: absolute; 
}

/*---------- End About -----------*/



/*---------- Start Contact -----------*/

li[data-name="contact"] { 
  
  background: url(images/pxbgs/media.png) transparent 50% 0 no-repeat fixed;
/*  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  
}

div[data-name="contact-bk-1"]  {
	background: url(images/pxbgs/contact_seed_1.png) transparent no-repeat center center; 
  top: 0px;
  left: 0px;
	height: 100%; 
	width: 100%;
	padding: 0; 
	margin: 0 auto; 
	position: absolute; 
}

div[data-name="contact-bk-2"]  { 
	background: url(images/pxbgs/contact_seed_2.png) transparent no-repeat center center; 
  top: 0px;
  left: 0px;
	height: 100%; 
	width: 100%;
	padding: 0; 
	margin: 0 auto; 
	position: absolute; 
}

div[data-name="contact-bk-3"]  { 
	background: url(images/pxbgs/contact_seed_3.png) transparent no-repeat center center; 
  top: 0px;
  left: 0px;
	height: 100%; 
	width: 100%;
	padding: 0; 
	margin: 0 auto; 
	position: absolute; 
}

/*---------- End Contact -----------*/



/*---------- Start The footer -----------*/

.footer {
  
  font-family: arial;
  font-size: 8pt;
  text-align: right;
  color: #00b600;
  bottom: -20px;
  right: 10px;
  height: 20px;
  width: 100%;
  overflow: hidden;
  position: fixed;
  
}

.footer a {
  
  color: #1fc9c8;
  text-decoration: none;
  
}

.footer a:hover {
  
  text-decoration: underline;
  
}

/*---------- End The footer -----------*/



/*---------- Start The Nav -----------*/

.main_nav_container {

  left: 0;
  top: 0px;
	width: 200px;
  display:block; 
  position: fixed;
  
}


.main_nav_container .main_nav_header {

  left: 0;
  top: 15px;
  height: 64px;
	width: 219px;
  margin-left: -220px;
  background: url('images/menu/nav_border_top.png') no-repeat left center;
  display:block; 
  position: absolute;
  
}

.main_nav_container .main_nav_logo {

	left: 0;
  top: 35px;
  height: 100px;
	width: 100%; 
  margin-left: -200px;
  background: rgba(0, 0, 0, 0.6) url('images/logo.png') no-repeat center center;
  -webkit-background-size: 180px 67px;
  -moz-background-size: 180px 67px;
  -o-background-size: 180px 67px;
  background-size: 180px 67px;
	filter: alpha(opacity=0); 
	opacity: 0; 
	overflow: hidden;
	display: block; 
	position: relative; 
  
}

.main_nav { 
  
	top: 35px;
	display: block; 
	position: relative; 
	
}
	
.main_nav .main_nav_button {
  left: 0;
	width: 100%;
	margin-left: 200px; 
	background-color: rgba(0, 0, 0, 0.6);
	padding: 0px;
	filter: alpha(opacity=0); 
	opacity: 0; 
	display: block;
	position: relative; 
	
}

.main_nav div.headerbar {

  height: 0; 
  margin-left: 0px; 
  
}

.main_nav div.search_box {
	
	margin-bottom: 5px;
	background: rgba(236,237,238,0.9) url(../images/icon_search.png) no-repeat 95% center;
	
}

.main_nav div.search_box a {
	
	width: 77%;
	font-size: 10pt;
	display:block;
	
}


.main_nav a {
	
	padding: 10px 10px 10px 0px;
	text-align: right;
	color: #ff931e;
	font-family: 'titilliumtext22lthin';
	font-size: 12pt;
	text-decoration: none;	
	display: block;
	
}

.main_nav a:hover { 
  color: #1fc9c8; 
  cursor: pointer; 
  /*background-color: #484a4b;*/ 
}

.main_nav a.active { 
  color: #1fc9c8; 
  cursor: default !important;
  /*background-color: #484a4b;*/ 
}

.main_nav div.search_box input[name="search"] {
	
	top: 3px;
	font-size: 9pt;
	height: 11pt;
	color: rgba(255,255,255,0.9);
	margin: 5px 5px;
	padding: 2px 5px;
	background-color: rgba(236,237,238,0.9);
	border: 1px solid rgba(255,255,255,0.5);
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: absolute;
	
}

.sub_nav {
	
}

.main_nav .subMenu {
	 margin-left: 150px;
}

.main_nav .firstSub {
	 margin-top: 5px;
}

/*---------- End The Nav -----------*/



/*---------- Start The Menu -----------*/

.main_menu_container {
  
  top: 0px;
  right: 0px;
  width: 198px;
  height: 154px;
  position: fixed;
  
}

.main_menu_container .main_menu_header {
  
  width: 198px;
  height: 154px;
  margin-top: -154px;
  margin-left: 198px;
  background: url(images/menu/menu_border_top.png) no-repeat left center;
  position: absolute;
  
}

.main_menu_container .main_menu_background {
  
  top: 60px;
  right: 0px;
  height: 0px;
  width: 180px;
  margin-top: 35px;
  margin-right: -180px;
  background: rgba(0, 0, 0, 0.6);
	position: absolute;
  
}

.main_menu_container .main_menu {
  
  top: 58px;
  right: 0px;
  height: 70px;
  width: 170px;
  overflow:hidden;
	position: absolute;
  
}

.main_menu_container .main_menu .main_menu_button {
  
  top: 20px;
  left: 180px;
  width: 30px;
  height: 50px;
  margin: 0 10px;
	filter: alpha(opacity=0); 
	opacity: 0; 
  /*margin-right: -180px;*/
  display: inline-block;
  cursor: pointer;
	position: relative;
  
}


.main_menu_container .main_menu .main_menu_button:hover * {
  
  font-weight: bold;
  color: #1fc9c8;

}

.main_menu_button.cart div {
  
  margin: 0 auto;
  height: 25px;
  width: 25px;
  background: url(images/menu/icon_cart.png) no-repeat center center;
  clear: both;
	position: relative;
  
}

.main_menu_button.stream div {
  
  margin: 0 auto;
  height: 25px;
  width: 25px;
  background: url(images/menu/icon_stream.png) no-repeat center center;
  clear: both;
	position: relative;
  
}

.main_menu_button.login div {

  margin: 0 auto;
  height: 25px;
  width: 25px;
  background: url(images/menu/icon_login.png) no-repeat center center;
  clear: both;
	position: relative;
  
}

.main_menu_container .login_menu {
  
  top: 140px;
  right: -350px;
  height: 315px;
  width: 170px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6) no-repeat;
  position: absolute;
  
}

.main_menu_container .login_menu .login_header {

  color: #ff931e;
	font-family: 'titilliumtext22lthin';

}

.main_menu_container .login_menu .login_text {

  color: #1fc9c8;
	font-family: 'titilliumtext22lthin';

}

.main_menu_container .login_menu .blogin {
  
  float: right;
  color: white;
  margin-top: 70px;
  margin-right: 10px;
  font-weight: bold;
  font-height: 12px;
  height: 20px;
  width: 40px;
  border: 1px solid white;
  background-color: #ff931e;
	font-family: 'titilliumtext22lthin';
  position: relative;
  
}

.main_menu_container .login_menu .blogin:hover {
  
  color: #ff931e;
  background-color: white;
  border: 1px solid #ff931e;
  cursor: pointer;
  
}

.main_menu_container .login_menu p, .main_menu_container .login_menu input {
  
  left: 0px;
  right: 0px;
  margin-bottom: 10px;
  float: left;
  clear: right;
  position: relative;
  
}

.main_menu_container .login_menu .login_footer {
  
  top: 200px;
  left: -6px;
  width: 151px;
  height: 151px;
  background: url(images/menu/login_footer.png) no-repeat center center;
  position: absolute;
  
}

.main_menu_container .login_menu .login_invalid {
  
  color: red !important;
	filter: alpha(opacity=0); 
	opacity: 0; 
  
}


.main_menu_button p {
  margin-top: 3px;
  text-align: center;
	font-family: 'titilliumtext22lthin';
  font-size: 8px;
  text-decoration: uppercase;
  color: #ff931e;
  clear: both;
	position: relative;
  
}

/*---------- End The Menu -----------*/



/*---------- Start The Section Globals -----------*/

.section_back {
  
  top: -350px; 
  bottom: 2000px;
  left: 290px;
  right: 3000px;
  min-width: 150px;
  min-height: 150px;
  width: auto;
  height: auto;
  padding: 0px;
  border: 40px solid transparent;
  background: rgba(0, 0, 0, 0.6);
  border-image: url(images/backgrounds/section_background.png);
  border-image-outset: 40px;
  border-image-slice: 40;
  border-image-repeat:stretch;
  position: absolute;
  
}

.section_back > * {
  
	filter: alpha(opacity=0); 
	opacity: 0; 
  
}

.section_header {
  
  top: -90px;
  left: 60px;
  width: 100%;
  height: 114px;
	filter: alpha(opacity=1) !important; 
	opacity: 1 !important;
  border: 1px solid transparent;
  border-image: url(images/menu/section_header.png);
  border-image-slice: 0 0 0 170;
  border-image-outset: 2px 0px 0px 170px;
  border-image-width: 0px 0px 0px 170px;
  border-image-repeat:round;
  background: url(images/menu/section_header_tile.png) repeat-x left -2px;
  display:block;
  position: absolute;

}

.section_title {
  
  top: 0px;
  font-size: 30px;
	font-family: 'titilliumtext22lthin';
  color: #ff931e;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  text-transform: uppercase;
  position: absolute;
  
}

.section_text {
  
  font-size: 14px;
	font-family: 'titilliumtext22lthin';
  color: #1fc9c8;
    
}

.section label {
  
  padding-right: 10px;
  font-height: 14px;
	font-family: 'titilliumtext22lthin';
  color: #1fc9c8;
  
}

.section textarea {

  font-height: 14px;
	font-family: 'titilliumtext22lthin';

}

.section button {
  
  color: white;
  font-weight: bold;
  font-height: 14px;
  height: 20px;
  width: 40px;
  border: 1px solid white;
  background-color: #ff931e;
	font-family: 'titilliumtext22lthin';

}

.section button:hover {
  background-color: #1fc9c8;
  cursor: pointer;
}

/*---------- End The Section Globals -----------*/



/*---------- Start The Products -----------*/

.products .intro {

  font-size: 22px;
  top: 45px;
  left: 0;
  width: 400px;
  height: 125px;
  display: block;
  clear: both;
  position: relative;
  
}

.products .beta_key {
  top: 50%;
  left: 0;
  width: 100%;
  height: 70%;
  margin: -20% auto 0;
  background: url('images/products/betakey.png') no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
}

/*---------- End The Products -----------*/



/*---------- Start The Welcome -----------*/

.welcome {

}

.welcome .logo {

  margin-top: 50px;
  width: 320px;
  height: 115px;
  background: url('images/logo.png') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  float: left;
  clear: both;
  position: relative;
  
}

.welcome .welcome_intro {

  margin-top: 30px;
  color: #00ffff;
  font-size: 24px;
	font-family: 'titilliumtext22lthin';
  width: 470px;
  float: left;
  clear: both;
  position: relative;
  
}

.welcome .welcome_trin {
  top: 50%;
  right: 0px;
  margin-top: -175px;
  width: 350px;
  height: 350px;
  background: url('images/welcome/trin.png') no-repeat center center;
  position: absolute;
  
}

/*---------- End The Welcome -----------*/



/*---------- Start The Media -----------*/

.media {
  
}

.media .media_scroll_container {
  
  
  top: 80px;
  left: 0px;
  bottom: 10px;
  width: 95%;
  -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;    /* Firefox, other Gecko */
  box-sizing: content-box;         /* Opera/IE 8+ */
/*  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;*/
  overflow: hidden;
  position: absolute;
  
}

.media .mediafeed {

  top: 0px;
  left: 0px;
  position: absolute;
  
}

.media .mediafeed .medialink {

  height: auto;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  
}

.media .mediafeed .medialink img {

  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  position: relative;
  
}

.media .media_scroll_scrubber {

  top: 80px;
  height: 50px;
  right: 15px;
  width: 20px;
  background: #ff931e;
  position: absolute;

}

.media .media_scroll_track {
  
  top: 80px;
  bottom: 10px;
  right: 20px;
  width: 10px;
  background: #1fc9c8;
  position: absolute;
  
}


.media .insta_scroll_container {
  
  top: 80px;
  right: 10px;
  bottom: 10px;
  width: 30%;
/*  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;*/
  overflow: hidden;
  position: absolute;
  
}

.media .instafeed {

  top: 0px;
  left: 0px;
  position: absolute;

}

.media .instafeed .instaimage {
  
  float: right;
  width: 40%;
  height: auto;
  margin-right: 5%;
  margin-bottom: 5%;
  display: inline-block;
  position: relative;
  
}

.media .instafeed .instaimage img {

  width: 100%;
  height: 100%;
  position: relative;
  
}

.media .insta_scroll_scrubber {
  top: 80px;
  height: 50px;
  right: -5px;
  width: 20px;
  background: #ff931e;
  position: absolute;
}

.media .insta_scroll_track {
  
  top: 80px;
  bottom: 10px;
  right: 0;
  width: 10px;
  background: #1fc9c8;
  position: absolute;
  
}


/*---------- End The Media -----------*/



/*---------- Start The Contact -----------*/

.contact {
  
}

.contact .intro {

  font-size: 18px;
  top: 45px;
  left: 0;
  width: 400px;
  height: 125px;
  display: block;
  clear: both;
  position: relative;
  
}

.contact .contact_form {

  top: 0;
  left: 0;
  width: 400px;
  height: 350px;
  display: block;
  float:left;
  clear: both;
  position: relative;
  
}

.contact .contact_glyph_1 {

  width: 175px;
  height: 400px;
  right: 0px;
  bottom: -10px;
  background: url('images/contact/lower_right.png') no-repeat bottom right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  
}

.contact .contact_mailer_messages {
  float: left;
  height: 0;
  position: relative;
} 

.contact .mailer_sending {
  font-size: 18px;
	filter: alpha(opacity=0); 
	opacity: 0; 
  position: relative;
}

.contact .mailer_success {

  font-size: 18px;
	filter: alpha(opacity=0); 
	opacity: 0; 
  position: relative;

}

.contact .mailer_fail {

  font-size: 18px;
  color: red;  
	filter: alpha(opacity=0); 
	opacity: 0; 
  position: relative;

}

.contact label {
  vertical-align: top;
  top: 0;
  left: 0;
  width: 100px;
  display: inline-block;
  position: relative;
}

.contact select {
  height: 20px;
  width: 250px;
}

.contact textarea {
  height: 160px;
  width: 250px;
}

.contact input {
  
  top: 0;
  left: 0;
  height: 20px;
  width: 250px;
  border: 1px solid #1fc9c8;
  display: inline;
  position: relative;
  
}

.contact input:active {
  
  border: 1px solid #ff931e;
  
}

.contact button {
  right: 40px;
  float: right;
  position: relative;

}

/*---------- Start The Contact -----------*/



/*---------- Start The Overlay -----------*/

.overlay {
  
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.6);
	filter: alpha(opacity=0); 
	opacity: 0; 
  position: static;
  
}

.main_menu_dialog {

	font-family: 'titilliumtext22lthin';
  font-size: 10px;
  vertical-align: center;
  text-align: center;
  line-height: 20px;
  height: 20px;
  min-width: 100px;
	filter: alpha(opacity=0); 
	opacity: 0; 
  color: white;
  border: 1px solid white;
  background: black;
  padding: 0 10px;
  position: absolute;
  
}

/*---------- End The Overlay -----------*/

.noSelect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.button {
    cursor:pointer;
}

.clear {
  clear:both;
}

.error {
  border: 1 solid red;
  color: red;
}