/*
 * Sparkle Apps CSS Styles
 *
 */



/*--- Page Layout ---*/

#container {
    height:  100%;
    width: 100%;
}

#main {
    background: black center center no-repeat url('images/banner-w1024.jpg');
    background-size: cover;     /* note that IE8- doesn't support this */
    height:  100%;
    width: 100%;
}


.coverpage {
    overflow: visible;
    position: relative;
    height: 100%;
    width: 98%;
    margin: 0 auto;
}

.sectionLeft {
    margin-top:90px;
    float: left;
    width: 50%;
    height: 100%;
    _border: 1px dashed green;
}
.sectionRight {
    margin-top:90px;
    float: left;
    width: 48%;
    height: 100%;
    _background: rgba(200, 54, 54, 0.5);
}


/*--- Page Elements ---*/

#titleMain {
        _width: 650px;
        _height: 100px;
    	color: #333;
    	font-family: 'Lato', sans-serif;
    	font-weight: bold;
    	font-size: 70px;
	text-align: center;
        _border: 1px dashed red;
}

#titleSubTitle {
        _width: 650px;
        _height: 200px;
    	color: #333;
    	font-family: 'Lato', sans-serif;
    	font-weight: normal;
    	font-size: 26px;
	text-align: center;
        _border: 1px dashed red;
}


#button-appstore {
    visibility:block;;
    overflow: hidden;
    cursor: pointer;
    background-image: url("images/app-store-badge-400x60.png");
    width: 200px;
    height: 60px;
    margin-left: 80px;   
    margin-top: 320px;   
}
#button-appstore:hover {
    background-position: right;
}

#freeDownload {
    margin-left: 0;
    position: absolute;
    left: 0;
    bottom: 40px;
}

.appStore {
    color: transparent;     /* hide the text */
    text-indent: -9999em;    /* ditto, to ensure */
    overflow: hidden;
    cursor: pointer;
    background-image: url("images/app-store-badge-400x60.png");
    width: 135px;
    height: 40px;
    margin: 15px;   /* required margin from Apple: >1/4 of height */
}
.appStore:hover {
    background-position: right;
}

/*--- Resolution Tweaks ---*/



/*--- End Resolution Tweaks ---*/


/*--- Video PopUp ---*/

#videoPopup {
    position: relative;
    float: left;
    left: 35%;
    top: 140px;
    _margin-top: -70px;
    width: 132px;
    height: 88px;
    background: url("images/button-play.png") no-repeat left;
    cursor: pointer;
}

#videoPopup:hover,
#videoPopup:active,
#videoPopup.active {
    background: url("images/button-play.png") no-repeat right;
}
#videoPopupClose {
    height: 22px;
    width: 23px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("video-popup-close.jpg") no-repeat left;
}
#videoPopupClose:hover {
    background: url("video-popup-close.jpg") no-repeat right;
}
/* hide the video button initially if JS enabled; we'll position it better */
html.js #videoPopup {
    opacity: 0.01;  /* don't display none; image won't load etc. */
}

/*--- End Video Popup ---*/






/*--- Footer ---*/
#footer {
    color: #211f1f;
    position: relative;
    height: 155px;
    width: 100%;
    background-color: #fffcf5 ;
    outline: 1px solid black;
}

/*--- End Footer ---*/





/*--- Elements ---*/
html, body {
    font-family: 'AvenirNextLTW01-Regular';
    color: #f2ede3;
    height:  100%;
    width: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
p,
h1, h2, h3, h4, h5, h6 {
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: tex;
    user-select: text;
}
a,
a:visited {
    color: #211f1f;
    text-decoration: none;
}
a:hover,
a:active {
    color:  #c94a00;
    text-decoration: none;
}
p {
    font-size: 12px;
}

h1 {
    line-height: 1em;
    font-family: 'Avenir Next LT W01 Bold';
    font-size: 75px;
    padding: 0;
    margin: 0;
    font-weight: normal;
}
h2 {
    font-size: 55px;
    font-weight: normal;
}
h3 {
    font-family: 'Avenir Next LT W01 Bold';
    font-size: 32px;
    font-weight: normal;
}
h4 {
    font-family: 'Avenir Next LT W01 Bold';
    font-size: 30px;
    font-weight: normal;
}
h5 {
    font-family: 'Avenir Next LT W01 Bold';
    font-size: 26px;
    font-weight: normal;
}
ul {
    list-style: none;
    padding: 0;
}
li {
    display: inline;
}
::-moz-selection {
    background: #F6861E; color: #fff; text-shadow: none;
}
::selection {
    background: #F6861E; color: #fff; text-shadow: none;
}
/*--- End Elements ---*/



/* --- COLORS --- */
.yellow {
    color: #F6A71E;
}
.blue {
    color: #557B7F;
}
.red {
    color: #C94A00;
}
.brown {
    color: #B08358;
}
.green {
    color: #91A072;
}
.purple {
    color: #BF93B0;
}
.grey {
    color: #B7B2A8;
}
/* --- END COLORS --- */

/* --- Misc --- */
.disabled {
    visibility: hidden;
}
.relative {
    position: relative;
}
.noBold {
    font-family: 'AvenirNextLTW01-Regular';
}
.bold {
    font-family: 'Avenir Next LT W01 Bold';
}
.demi {
    font-family: 'Avenir Next LT W01 Demi';
}
.toUpper {
    text-transform: uppercase;
}
.clear_fix {
    overflow: hidden;
    display: inline-block; /* Necessary to trigger "hasLayout" in IE */
    display: block; /* Sets element back to block */
}
.noSelect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.twentyOne {
    font-size: 21px;
}
a.isLocation,
a.isLocation:visited,
a.isLocation:hover,
a.isLocation:active {
    text-decoration: underline;
}

/* --- End Misc ---*/






