/*
 * Sparkle Apps CSS Styles
 *
 */

body{padding-top: 70px;}

/*--- 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: absolute;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.sectionLeft {
    margin-top:180px;
    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);
    position: relative;
}


/*--- Page Elements ---*/

#titleMain {
    /*_width: 650px;*/
    /*_height: 100px;*/
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    /*_border: 1px dashed red;*/
    text-transform: uppercase;
}

#titleSubTitle {
    /*_width: 650px;*/
    /*_height: 200px;*/
    color: #333;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 24px;
    margin-left: -100px;
    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: 20px;   
}
#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: absolute;
    float: left;
    left: 43%;
    top: 245px;
    _margin-top: -70px;
    width: 132px;
    height: 88px;
    background: url("images/button-play.png") no-repeat left;
    cursor: pointer;
    z-index: 100;
}

#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 {
    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: 'inherit';
    font-size: 24px;
    font-weight: normal;
    line-height: 1.1;
}
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 ---*/
.navbar.navbar-fixed-top{background-color:#34282c;}
/* @Media Query */
@media (max-width:1024px){
    #titleMain{
        font-size: 40px;
    }
    #titleSubTitle{
        margin-left: -15px;
    }
    #button-appstore{
        margin-left: 45px;
    }
    #videoPopup{
        left: 40%;
        top: 185px;
    }
}
@media (max-width:768px){
    h1 a.navbar-brand{padding-left: 0;}
    /*    .navbar-brand img {
            display: block;
            max-width: 80%;
        }*/
    .navbar-nav {
        margin-top: 15px;
    }
    #titleMain{
        font-size: 34px;
    }
    #titleSubTitle{
        font-size: 20px;
    }
    #button-appstore{
        margin-left: 15px;
    }
    #videoPopup{
        left: 38%;
        top: 137px;
    }
}
@media (max-width:767px){
    #titleMain{}
}
@media (max-width:640px){
    #titleMain{}
    #videoPopup {
        background: rgba(0, 0, 0, 0) url("images/button-play-small.png") no-repeat scroll left center;
        left: 42%;
        top: 100px;
    }
    #videoPopup:hover,
    #videoPopup:active,
    #videoPopup.active {
        background: rgba(0, 0, 0, 0) url("images/button-play-small.png") no-repeat scroll left center;
    }
}
@media (max-width:480px){
    #videoPopup {
        left: 39%;
        top: 70px;
    }
}
@media (max-width:400px){
    #videoPopup {
        left: 35%;
        top: 28px;
    }
    .navbar .navbar-brand {
        color: #ffffff;
        display: inline-block !important;
        max-width: 73%;
        width: auto !important;
    }
    .navbar-brand img {
        float: left;
        margin: 10px 0;
        max-width: 100%;
    }
}





