
body {
	background-color: black;
	color: white;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#main-page {
	position: absolute;
	overflow: auto;
	height: calc(100% - 56px); /* css3 */
	height: -o-calc(100% - 56px); /* opera */
	height: -webkit-calc(100% - 56px); /* google, safari */
	height: -moz-calc(100% - 56px); /* firefox */
	max-width: 1440px;
}

/* Add to scrolling regions that desire touch to fling content */
@media screen and (max-width: 768px) {
	.touch {
		-webkit-overflow-scrolling: touch;
	}
}


.divider {
	background-image: url("images/bg_nav_bar.jpg");
	background-size: 100% 100%;
	padding-top: 4px;
	height: 56px;
	color: white;
	text-align: center;
	float: none;
	width: 100%;
}

.stores.divider {
	height: auto;
	line-height: 0;
}

.stores ul {
	padding: 14px;
	margin: 0px;
}
.stores li {
	padding: 10px 10px !important;
}

.stores li a {
	display: block;
}

.banner-left {
	display: block;
	position: absolute;
	top:90%;
	margin-top: -32px;
}

.watch-trailer {
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -84px;
	margin-top: -140px;
}

#trailer-modal.modal {
	top: 5%;
	width: 90%;
	height: 85%;
	max-height: 85%;
	overflow: visible;
	background-color: black;
}

#trailer-modal a.modal-close {
	float: left;
	position: relative;
	top: -20px;
	left: 100%;
	margin-left: -20px;
}

.divider ul {
	width: 100%;
	height: 100%;
	text-align: center;
	float: none;
}

.divider li {
	display: inline-block;
	height: 100%;
	padding: 0px 2%;
}

.divider li a {
	color: white;
	font-size: 15px;
}

@media only screen and (max-width : 600px) {
.divider li a {
	font-size: 12px;
}
}

.divider li a:hover {
	color: #37d486;
}

@media only screen and (max-width : 600px) {
	.divider li.ws-only { display: none; }
}

@media only screen and (max-width : 600px) {
	.divider {
		height: 50px;
		padding-top: 2px;
	}
	#main-page
	{
		height: calc(100% - 50px); /* css3 */
		height: -o-calc(100% - 50px); /* opera */
		height: -webkit-calc(100% - 50px); /* google, safari */
		height: -moz-calc(100% - 50px); /* firefox */
	}
	.banner-left {
		margin-top: -36px;
	}
	.banner-left img {
		width: 72px;
	}
	.watch-trailer {
		margin-left: -55px;
		margin-top: -83px;
	}
	.watch-trailer img {
		width: 110px;
	}
	.stores li img {
		width: 152px;
		height: 45px;
	}
	.stores li {
		padding: 6px 6px !important;
	}
}


.awards {
	padding: 0px 8px;
	height: 120px;
	max-width: 900px;
	margin: 12px auto 16px auto;
	line-height: 1em;
}

@media only screen and (max-width : 864px) {
	.awards { max-width: 600px; height: 180px; }
}

@media only screen and (max-width : 585px) {
	.awards { height: auto; }
	.awards img { width: 148px; height: 30px; }
}

.awards img {
	margin: 2px 0px;
}


.section p, .section ul {
	font-size: 1.15em;
}

.section h2 {
	text-align: left;
	text-transform: uppercase;
	padding: .5em 0 0 0;
	font-size: 1.25em;
	font-weight: bold;
	margin: 0;
}


.button-collapse {
  color: #26a69a;
}

.parallax_title img {
	top: 0;
	bottom: auto;
}

.parallax-container {
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}

.parallax-container .parallax img {
	width: 100%;
	min-height: auto;
}

.parallax-container .section {
	line-height: 1.5em;
	margin-left: 15%;
	width: 70%;
}

@media only screen and (max-width : 992px) {
	.parallax-container .section {
		margin-left: 10%;
		width: 80%;
	}
}

@media only screen and (max-width : 600px) {
	.parallax-container .section {
		margin-left: 5%;
		width: 90%;
	}
}


.show-target {
	overflow-y: hidden;
}

.show-more, .show-less {
	padding-top: 0.5em;
	text-transform: uppercase;
	font-size: 120%;
}

#events .show-compacted {
	height: 6.2em;
}

#features .show-compacted {
	height: 5.5em;
}


.section ul {
	margin-left: 16px;
}

.section ul li {
	text-align: left;
	list-style-type: square;
	list-style-position: inside;
	line-height: 1.25em;
	margin-bottom: 0.5em;
}

.so_icon_tw, .so_icon_fb, .so_icon_br, .so_icon_li, .so_icon_yt, .so_icon_di, .so_icon_st, .so_icon_ig
{
	display: inline-block;
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	margin: 0px 8px 4px 0;
	background-image: url("images/social_round.png?v=2");
	vertical-align: middle;
}

.so_icon_fb {
	background-position: -1px 0;
}

.so_icon_tw {
	background-position: -23px 0;
}

.so_icon_yt {
	background-position: -45px 0;
}

.so_icon_li {
	background-position: -67px 0;
}

.so_icon_br {
	background-position: -89px 0;
}

.so_icon_di {
	background-position: -111px 0;
}

.so_icon_st {
	background-position: -133px 0;
}

.so_icon_ig {
	background-position: -155px 0;
}


.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}


.carousel.screens-portrait {
	height: 499px;
	top: -5px;
}
.carousel.screens-hd {
	height: 601px;
	top: -5px;
}

.carousel.screens-portrait .carousel-item {
	width: 333px;
	height: 444px;
}
.carousel.screens-hd .carousel-item {
	width: 864px;
	height: 541px;
}

.carousel.screens-portrait {
	display: none;
}
.carousel.screens-hd {
	display: block;
}

@media only screen and (max-width : 992px) {
	.carousel.screens-portrait {
		display: block;
	}
	.carousel.screens-hd {
		display: none;
	}
}


.carousel .indicators {
	bottom: -22px;
}

.carousel .arrow
{
	font-family: Helvetica Arial sanserif;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	font-size: 30px;
	margin-top: 220px;
	transform: scale(1, 3);
	-webkit-transform: scale(1, 3); /* Safari and Chrome */
	-moz-transform: scale(1, 3); /* Firefox */
	-ms-transform: scale(1, 3); /* IE 9+ */
	-o-transform: scale(1, 3); /* Opera */
  }


footer.page-footer {
	background-image: url("images/bg_nav_bar.jpg");
	background-size: 100% 100%;
	margin: 0;
}

footer.page-footer h5 {
	font-size: 20px;
}

footer.page-footer div.footer-copyright {
	background-color: rgba(0, 0, 0, 0.11) !important;
}

.page-footer a, .section a, #signup a {
	color: #37d486;
}

.page-footer a:hover, .section a:hover, #signup a:hover {
	color: #4cd892;
}

.lbreak {
	display: inline;
}

@media only screen and (max-width : 500px) {
	.lbreak {
		display: block;
	}
	footer .row {
		font-size: 18px;
	}
}

/** Input fields **/
.divider .input-field {
	width: 260px;
}
/* label color */
.divider .input-field label {
 padding-left: 8px;
 color: #5f5;
}
/* label focus color */
.divider .input-field input[type=email]:focus + label {
 color: #4cd892;
}
/* label underline focus color */
.divider .input-field input[type=email]:focus {
 border-bottom: 1px solid #fff;
 box-shadow: 0 1px 0 0 #000;
}
/* valid color */
.divider .input-field input[type=email].valid {
 border-bottom: 1px solid #37d486;
 box-shadow: 0 1px 0 0 #000;
}
/* invalid color */
.divider .input-field input[type=email].invalid {
 border-bottom: 1px solid #ff4040;
 box-shadow: 0 1px 0 0 #000;
}
.divider .input-field .prefix {
	margin-top: 5px;
}
/* icon prefix focus color */
.divider .input-field .prefix.active {
 color: #2bc779;
}


#signup h3 {
	font-size: 1.15em;
	color: #37d486;
	margin: 5px 0px;
	padding: 0;
}

#features h3 {
	font-size: 1em;
	color: #37d486;
	margin: 0;
	padding: 0;
}

#features .section p {
	margin-top: 0;
}

#features .section {
	text-align: left;
}


#signup {
	height: auto;
	padding-top: 15px;
}

#signup #platform {
	display: none;
	margin-bottom: 10px;
	color: #4cd892;
}


#signup [type="checkbox"].filled-in:not(:checked)+label:after {
    border-color: white;
}

#signup [type="checkbox"].filled-in:checked+label:after {
    border: 2px solid #26b26c;
    background-color: #26b26c;
}

#signup #platform label {
	padding-left: 28px;
	color: white;
}

#signup #form-success {
	display: none;
	margin-bottom: 10px;
}
#signup #form-success strong {
	color: #8cd2ff;
	letter-spacing: 1px;
}

#signup #form-failed {
	display: none;
	margin-bottom: 10px;
}
#signup #form-failed strong {
	color: #ff8080;
	letter-spacing: 1px;
}

#signup #submit {
	background-color: #26b26c;
}

#signup .preloader-wrapper {
	display: none;
	top: 15px;
}

#signup .form-footer {
	line-height: 2em;
}

#signup .spinner-custom-color {
	border-color: #4cd892;
}

