/* 
 _____   _           _         _                        _                  
|_   _| | |         | |       | |                      | |                 
  | |   | |__   __ _| |_ ___  | |_ ___  _ __ ___   __ _| |_ ___   ___  ___ 
  | |   | '_ \ / _` | __/ _ \ | __/ _ \| '_ ` _ \ / _` | __/ _ \ / _ \/ __|
 _| |_  | | | | (_| | ||  __/ | || (_) | | | | | | (_| | || (_) |  __/\__ \
 \___/  |_| |_|\__,_|\__\___|  \__\___/|_| |_| |_|\__,_|\__\___/ \___||___/

Oh nice, welcome to the stylesheet of dreams. 
It has it all. Classes, ID's, comments...the whole lot:)
Enjoy responsibly!
@ihatetomatoes

*/
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
	background-color:#000000;
	transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
	
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
.bcg #subscribeBox img{
text-align:center;
}
img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Parallax Scroll
   ========================================================================== */
@font-face { 
	font-family: 'ClanPro-Thin';
	src: url(http://www.ballyhoo.com.sg/ClanPro-Thin.ttf);
}

@font-face { 
    font-family: 'Dancing Script', cursive;
	src: url(http://www.ballyhoo.com.sg/Dancing Script.ttf);
}
body, html {
	height: 100%;
	min-height: 100%;
	background-color: #000000;
}
body {
	
}
.no-js {
	padding-top: 106px;
}
h2 {
	margin-top: 0;
}
.loading {
	background: url('../img/ico_loading.gif') no-repeat center center;
}
section {
    opacity: 0;
	height: 360px;
}
.loaded section,
.no-js section {
	opacity: 1;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}
main {
	overflow-x: hidden;
}
#preload {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.bcg {
    background-size: cover;
    height: 100%;
    width: 100%;
}

.hsContainer {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.hsContent {
    max-width: 80%;
    margin: -350px auto 0 auto;
    display: table-cell;
    vertical-align: middle;
    padding: 0 8%;
    text-align: center;
    position: relative;
}
.hsContent h2  {
    color:#FFFFFF;
    background-color: rgba(0,0,0,0);
    padding: 0px;
    font-size: 25px;
    margin-bottom: 12px;
	text-align:center;
}
.hsContent p {
    width: 80%;
    color: #b2b2b2;
}
.hsContent a {
	color: #b2b2b2;
	text-decoration: underline;
}

/* Slide 1 */
#slide-1 .bcg {
    background-image:url('../img/slide1.jpg');
	background-position: center center;
}
#slide-1 .hsContent {

}
#slide-1 h2 {
     font-size:20px;
	 line-height:20px;
	 text-align:center;
	 margin-top:90%;

}

/* Slide 2 */
#slide-2 .bcg {
    background-image:url('../img/slide2.jpg');
	background-position: center center;
}
#slide-2 .hsContent {
     margin-left: -340px;
     top: auto;
}
#slide-2 h2 {
     position:;
     top: 70%;
}


/* Slide 3 */
#slide-3 .bcg {
    background-image:url('../img/slide3.jpg');
	background-position: center center;
}
#slide-3 .hsContent {
     margin-left: 50px;
	 font-weight: normal;
	 background-color:rgba(0,0,0,0.5);
	 padding:10px;
	 width: 100px;
	 height: 100px;
	
}
#slide-3 p {
      color:#FFFFFF;
	  font-size:15px;
	  line-height:17px;
	  text-align:center;
	  line-height:20px;
      font-family: 'ClanPro-Thin', 'Lato', sans-serif; 
	  font-weight: normal;
	  margin:auto;
	  padding:10px;
	 
}

/* Slide 4 */
#slide-4 .bcg {
	background-color:#EDEDED;
}
#slide-4 .hsContent {
	background-color:#EDEDED;
}
.slidetitle4{
    color:#333333;
	padding-top: 30px;
	font-size:20px;
	color:#000000;
	font-family: 'ClanPro-Thin', 'Lato', sans-serif; 
}
.footer{
     color:rgba(255,255,255,0.8);
     padding: 0 0 0 0;
	 background-color:#000000;
	 overflow:hidden;
	 font-size:10px;
     font-family: 'ClanPro-Thin', 'Lato', sans-serif; 
	 text-decoration:none;
	  overflow:hidden;
}
.footer #Address{
     color:rgba(255,255,255,0.8);
     padding: 0 0 0 0;
	 background-color:#000000;
	 line-height:15px;
	 letter-spacing:1px;
	 font-size:11px;
	 font-family: 'ClanPro-Thin', 'Lato', sans-serif; 
	 text-decoration:none;

}
/* Slide 5 */
#slide-5 .bcg {
	background-color:#000000;
    background-position: center center;
}
#slide-5 .hsContent {
}
#slide-5 h2 {
        padding-left: 0;
        padding-right: 0;
}
#slide-5 img {
    display:none;
}
#slide-5 input {
	border: 2px solid #eeeeee;
	height: 46px;
	margin: 0px 0 0 0;
	padding: 0.5%;
	font-size: 15px;
	line-height: 1.5em;
	color:#000000;
	letter-spacing: .01em;
	font-weight: bold;
    font-family: 'ClanPro-Book', 'Lato', sans-serif; 

}
#slide-5 #subscribeBox .name{
    font-family: 'ClanPro-Book', 'Lato', sans-serif; 
    src: url(http://www.ballyhoo.com.sg/ClanPro-Book.ttf);
	color:#FFFFFF;
    font-weight: bold;
}
#slide-5 #subscribeBox .email{
    font-family: 'ClanPro-Book', 'Lato', sans-serif; 
    src: url(http://www.ballyhoo.com.sg/ClanPro-Book.ttf);
	color:#FFFFFF;
    font-weight: bold;
}
#slide-5 #subscribeBox .comments{
    font-family: 'ClanPro-Book', 'Lato', sans-serif; 
    src: url(http://www.ballyhoo.com.sg/ClanPro-Book.ttf);
	color:#FFFFFF;
	font-weight: bold;
}

#slide-5 #name{
	width:100%;
    font-family: 'ClanPro-Book', 'Lato', sans-serif; 
    src: url(http://www.ballyhoo.com.sg/ClanPro-Book.ttf);
	font-weight: bold;
}


#slide-5 #email {
	width:100%;
    font-family: 'ClanPro-Book', 'Lato', sans-serif; 
    src: url(http://www.ballyhoo.com.sg/ClanPro-Book.ttf);
	font-weight: bold;
}

#slide-5 #comments {
	width: 100%;
	height: 80px;
    font-family: 'ClanPro-Book', 'Lato', sans-serif; 
    src: url(http://www.ballyhoo.com.sg/ClanPro-Book.ttf);
	font-weight: bold;
}

#slide-5 input[type=checkbox] {
	visibility: hidden;
}

#slide-5 #checkbox {
	position: absolute;
	top: 0;
  	left: 0;
	margin: 0;
	padding: 0;
	width: 10px;
	height: 10px;
}

#slide-5 .customCheck {
	width: 90%;
	float: left;
	margin-top: 20px;
	position: relative;
}

#slide-5 .customCheck label {
	cursor: pointer;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 0;
  	left: 0;
	background: #eee;
	border:1px solid #ddd;
}

#slide-5 .customCheck label:after {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 5px;
	left: 4px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#slide-5 .customCheck label:hover::after {
	opacity: 0.5;
}

#slide-5 .customCheck input[type=checkbox]:checked + label:after {
	opacity: 1;
}

#slide-5 .robot {
	display: inline-block;
	position: relative;
	width: 60%;
	margin: 0 0 0 30px;
	line-height: 1em;
}

#slide-5 #submit {
	display: block;
	border: 0;
	width: 30%;
	height: 30px;
	margin: 30px auto 0;
	background: #eee;
	color: #333;
	text-align: center;
	border: 0;
	font-size: 15px;
	line-height: 1.5em;
	letter-spacing: .01em;
	font-weight: bold;
    font-family: 'ClanPro-Book', 'Lato', sans-serif; 
    src: url(http://www.ballyhoo.com.sg/ClanPro-Book.ttf);
}

#slide-5 #submit:hover {
	background: #DADADA;
	border: 1px #DADADA;
	color: #C43C3E;
}

/* Top-level Styling */

* {
	margin:0;
	padding:0; 
	-webkit-margin-before: 0; 
	-webkit-margin-after: 0;
	-webkit-padding-start: 0;
	}

body {
	background-color:#e6e6e6;
	margin: 0 auto;
	
}

#wrapper {
	max-width: 1020px;
	height: 100%;
	background: #fff;
	margin: 0px auto 0;
	padding: 20px;
}

/* Div Layout Styling */

#slide-5 #subscribeBox {
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
	height: auto;
	width: 50%;
	width: 400px;
	text-align:center;
}



*:focus {
	outline: none;
}

#slide-5 .subscribeForm {
	display: block;
	margin-left: 10px;
	width: 90%;
	text-align:left;
	line-height: 30px;
}


/* Text Styling for h2, p, a */

#slide-5 #subscribeBox p {
	letter-spacing: .05em;
	font-size:22px;
	color:#777474;
	text-align:center;
	font-weight:bold;
    font-family: 'ClanPro-Book', 'Lato', sans-serif; 
    src: url(http://www.ballyhoo.com.sg/ClanPro-Book.ttf);
}

.thin {
	font-weight:200;
}

a {
	text-decoration:none;
	color: #333333;
}

a:hover {
	text-decoration:none;
	color: #C43C3E;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px){

@font-face { 
	font-family: 'ClanPro-Thin';
	src: url(http://www.ballyhoo.com.sg/ClanPro-Thin.ttf);
}

@font-face { 
    font-family: 'Dancing Script', cursive;
	src: url(http://www.ballyhoo.com.sg/Dancing Script.ttf);
}

body, html {
     height: auto;
	 transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
}
.bcg {
     background-position: center center;
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-size: cover;
     height: 100%;
     width: 100%;
}
section {
     min-width: 768px;
     height: 800px;
}
.hsContainer {
     width: 100%;
     height: 100%;
     overflow: hidden;
     position: relative;
}
.hsContent {
     max-width: 700px;
     position: absolute;
     left: 50%;
     top: 50%;
     text-align: left;
     padding: 0;
}
.hsContent h2  {
     font-size: 50px;
     line-height: 55px;
	 font-family: 'ClanPro-Thin', 'Lato', sans-serif; 
	 font-weight: normal;
}
.hsContent p {
     width: 400px;
}
#slide-1 .bcg {
    background-image:url('../img/slide1.jpg');
	background-position: center center;
}
#slide-1 .hsContent {
     bottom: 200px;
     top:auto;
     margin-left: -150px;
}
#slide-1 h2 {
     font-size:28px;
	 line-height:35px;
	 margin-left:310px;

}
#slide-2 .bcg {
    background-image:url('../img/slide2.jpg');
	background-position: center center;
}
#slide-2 .hsContent {
     margin-left: -340px;
     top: auto;
}
#slide-2 h2 {
     position:;
     top: 70%;
}
#slide-3 .bcg {
    background-image:url('../img/slide3.jpg');
	background-position: center center;
}
#slide-3 .hsContent {
     margin-left: 50px;
	 font-weight: normal;
	 background-color:rgba(0,0,0,0.6);
	 padding:10px;
	 width: 300px;
	 height: 500px;
	 border-radius: 15px;
}
#slide-3 p {
      color:#FFFFFF;
      background-color: rgba(0,0,0,0);
	  margin-left:20px;
	  font-size:15px;
	  line-height:17px;
	  text-align:left;
	  line-height:20px;
      font-family: 'ClanPro-Thin', 'Lato', sans-serif; 
	  font-weight: normal;
	  margin:auto;
	 
}
#slide-4 .hsContent {
	background-color:#EDEDED;
}
.slidetitle4{
    color:#333333;
	padding-top: 30px;
	font-size:20px;
	color:#000000;
	font-family: 'ClanPro-Thin', 'Lato', sans-serif; 
}
.footer{
     color:rgba(255,255,255,0.8);
     padding: 0 0 0 0;
	 background-color:#000000;
	 overflow:hidden;
	 font-size:10px;
     font-family: 'ClanPro-Thin', 'Lato', sans-serif; 
	 text-decoration:none;
}
.footer #Address{
     color:rgba(255,255,255,0.8);
     padding: 0 0 0 0;
	 background-color:#000000;
	 overflow:hidden;
	 line-height:15px;
	 letter-spacing:1px;
	 font-size:11px;
	 font-family: 'ClanPro-Thin', 'Lato', sans-serif; 
	 text-decoration:none;
}
/* Slide 5 */
#slide-5 .bcg {
    background-color:#000000;
    background-position: center center;
	overflow:hidden;
}
#slide-5 .hsContent {
}
#slide-5 h2 {
        padding-left: 0;
        padding-right: 0;
}
#slide-5 img {
    display:inline-block;
	text-align:center;
}
#slide-5 input {
	border: 2px solid #eeeeee;
	height: 46px;
	margin: 0px 0 0 0;
	padding: 0.5%;
	font-size: 15px;
	line-height: 1.5em;
	color:#000000;
	letter-spacing: .01em;
	font-style: normal;
    font-family: 'ClanPro-Book', 'Lato', sans-serif; 
    src: url(http://www.ballyhoo.com.sg/ClanPro-Book.ttf);
    font-weight: bold; 

}
#slide-5 #subscribeBox .name{
    font-family: 'ClanPro-Book', 'Lato', sans-serif; 
    src: url(http://www.ballyhoo.com.sg/ClanPro-Book.ttf);
	color:#FFFFFF;
    font-weight: bold;
}
#slide-5 #subscribeBox .email{
    font-family: 'ClanPro-Book', 'Lato', sans-serif; 
    src: url(http://www.ballyhoo.com.sg/ClanPro-Book.ttf);
	color:#FFFFFF;
    font-weight: bold;
}
#slide-5 #subscribeBox .comments{
    font-family: 'ClanPro-Book', 'Lato', sans-serif; 
    src: url(http://www.ballyhoo.com.sg/ClanPro-Book.ttf);
	color:#FFFFFF;
    font-weight: bold;
}

#slide-5 #name{
	width:100%;
    font-family: 'ClanPro-Book', 'Lato', sans-serif; 
    src: url(http://www.ballyhoo.com.sg/ClanPro-Book.ttf);
    font-weight: bold;
}


#slide-5 #email {
	width:100%;
    font-family: 'ClanPro-Book', 'Lato', sans-serif; 
    src: url(http://www.ballyhoo.com.sg/ClanPro-Book.ttf);
    font-weight: bold;
}

#slide-5 #comments {
	width: 100%;
	height: 80px;
    font-family: 'ClanPro-Book', 'Lato', sans-serif; 
    src: url(http://www.ballyhoo.com.sg/ClanPro-Book.ttf);
    font-weight: bold;
}

#slide-5 input[type=checkbox] {
	visibility: hidden;
}

#slide-5 #checkbox {
	position: absolute;
	top: 0;
  	left: 0;
	margin: 0;
	padding: 0;
	width: 10px;
	height: 10px;
}

#slide-5 .customCheck {
	width: 90%;
	float: left;
	margin-top: 20px;
	position: relative;
}

#slide-5 .customCheck label {
	cursor: pointer;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 0;
  	left: 0;
	background: #eee;
	border:1px solid #ddd;
}

#slide-5 .customCheck label:after {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 5px;
	left: 4px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#slide-5 .customCheck label:hover::after {
	opacity: 0.5;
}

#slide-5 .customCheck input[type=checkbox]:checked + label:after {
	opacity: 1;
}

#slide-5 .robot {
	display: inline-block;
	position: relative;
	width: 60%;
	margin: 0 0 0 30px;
	line-height: 1em;
}

#slide-5 #submit {
	display: block;
	border: 0;
	width: 30%;
	height: 30px;
	margin: 30px auto 0;
	background: #eee;
	color: #333;
	text-align: center;
	border: 0;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: .01em;
	font-style: normal;
    font-family: 'ClanPro-Book', 'Lato', sans-serif; 
    src: url(http://www.ballyhoo.com.sg/ClanPro-Book.ttf);
    font-weight: bold;
}

#slide-5 #submit:hover {
	background: #DADADA;
	border: 1px #DADADA;
	color: #C43C3E;
}

/* Top-level Styling */

* {
	margin:0;
	padding:0; 
	-webkit-margin-before: 0; 
	-webkit-margin-after: 0;
	-webkit-padding-start: 0;
	}

body {
	background-color:#e6e6e6;
	margin: 0 auto;
	
}

#wrapper {
	max-width: 1020px;
	height: 100%;
	background: #fff;
	margin: 0px auto 0;
	padding: 20px;
}

/* Div Layout Styling */

#slide-5 #subscribeBox {
	position: relative;
	margin: 0 auto;
	padding: 80px 0;
	height: auto;
	width: 50%;
	width: 400px;
	text-align:center;
}



*:focus {
	outline: none;
}

#slide-5 .subscribeForm {
	display: block;
	margin-left: 10px;
	width: 90%;
	text-align:left;
	line-height: 30px;
}


/* Text Styling for h2, p, a */

#slide-5 #subscribeBox p {
	letter-spacing: .05em;
	font-size:22px;
	color:#777474;
	text-align:center;
    font-weight: bold;
    font-family: 'ClanPro-Book', 'Lato', sans-serif; 
    src: url(http://www.ballyhoo.com.sg/ClanPro-Book.ttf);
}

.thin {
	font-weight:200;
}

a {
	text-decoration:none;
	color: #333333;
}

a:hover {
	text-decoration:none;
	color: #C43C3E;
}
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
