@charset "utf-8";
/* CSS Document */

body, html{
    margin: 0;
    padding: 0;
    height:100%;
    background-size:50%;
}

body {
    display:block;
}

img{
    border: 0;
}
.afont{
    color:#000;
    font-family:"Lucida Grande", sans-serif;
    margin-right:10px;
    text-decoration:none;
    font-size:20px;
    font-weight:bold; 
}
.afont:hover{
    opacity:1;
}

#header h1, #pixels{
    color: #48941A;
}

.float-left{
    float: left;	
    margin: 0 0 0 20px;
}

.float-right{
    float: right;
    margin: 0 20px 0 0;
}

.center{
    font-size: 2.5em;
    padding: 80px 0 0 0;
    text-align: center;
}

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color:#fff;
}

.loaderimg{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height:240px;
}

/*Share Css Start*/

#share {
    float:left;
    position:fixed;
    z-index:50;
    left:40px;
    bottom:40px;
    height:36px;
}

.shareimg{
    height:36px;
}

#share a {
    opacity:0.6;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
}

#share a:hover {
    opacity:1;
}

#content {
    width:176px;
    float:left;
    position:absolute;
    bottom: 0;
    left: 36px;
    height:36px;
    z-index:50;
    display:none;
    list-style: none;
    border-radius:0 3px 3px 0;
    background-color: rgba(71,71,71,0.4);
}

#content li {
    height:36px;
    width:44px;
    display:inline;
    float:left;

}

#content li a{
    display: flex; 
    justify-content: center; 
    text-align: center;
    opacity: 0.4; 
    height: 36px;
    cursor:pointer;
}

#content li a img{
    margin:auto;
    opacity: 0.4;
    height: 36px;
}

#content li a img:hover{
    opacity: 1;
}

/*Share Css End*/

#nav{
    list-style: none;
    position: fixed;
    right: 44px;
    z-index:50;
    height:280px;
    margin-top:40px;
}


#menu {
    float:left;
    position:absolute;
    top:40px;
    left:40px;
    z-index:50;
    background:#fff6ea;
    padding:20px; 
    line-height:initial;
}

.opacitymenu {
    opacity:0.5;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
}

.opacitymenu:hover {
    opacity:1;
}

#know:hover {
    opacity:1;
}

#shop {
    opacity:0.5;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
}

#shop:hover {
    opacity:1;
}

#menu img {
    margin-right:30px;
}
#nav li{
    margin: 0 0 10px;
    height:10px;	
}
#nav li a{
    opacity:0.4;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;

}
#nav li a:hover{
    opacity:1;

}
#nom {
    opacity:1;
    right:20px;
    position:absolute;
}
#nom li a{
    opacity:1;
    display:none;
    float:right;
}


#intro{
    background:url(../images/home/main.png) 0;
    background-color:#fff6ea;
    color: white;
    height: 100%;
    width:100%;
    margin: 0 auto;
    padding:0;
    overflow: hidden;
    position:relative;
    z-index:2;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#intro a {
    border:none;
    background-color:transparent;
    opacity:0.6;
    bottom:15px;
    position:fixed;
    left:50%;
    width:30px;
    margin-left:-15px;
    z-index:20;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
}

#intro a:hover {
    opacity:1;
}

@-moz-document url-prefix()
{
    #content {
        bottom:6px;
    }
}

@-moz-document url-prefix()
{
    #intro a {
        bottom:0px;

    }

}


#fond19{
    background: url(../images/home/back1.png) !important;
    background-color:#f8d5b9;
    color: white;
    height: 100%;
    width:100%;
    margin: 0 auto;
    padding-top:0;
    overflow: hidden;
    position:relative;
    z-index:2;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#fond19 .bg{
    background: url(../images/home/velo18.png) 50% 84.5%;
    background-repeat:no-repeat;
    height: 100%;
    padding: 0;
    position: absolute;
    width:inherit;
    z-index: 10;
    top:0px;
    background-size:445px;;
    background-attachment:fixed;
}

#traveler{
    background: url(../images/home/back2.png);
    background-color:#ace7f5;
    color: white;
    height: 100%;
    width:100%;
    margin: 0 auto;
    padding-top:0;
    overflow: hidden;
    position:relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#traveler .bg{
    background: url(../images/home/traveler.png) 50% 84.5%;
    background-repeat:no-repeat;
    height: 100%;
    padding: 0;
    position: absolute;
    width:inherit;
    z-index: 10;
    background-size:445px;;
    background-attachment:fixed;
}

#third{
    background: url(../images/home/back3.png);
    background-color:#fbdff8;
    color: white;
    height: 100%;
    width:100%;
    margin: 0 auto;
    padding-top:0;
    overflow: hidden;
    position:relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#third .bg{
    background: url(../images/home/weirdo.png) 50% 84.5%;
    background-repeat:no-repeat;
    height: 100%;
    padding: 0;
    position: absolute;
    width:inherit;
    z-index: 10;
    background-size:445px;;
    background-attachment:fixed;
}

#hipster{
    background: url(../images/home/back4.png);
    background-color:#badbfc;
    color: white;
    height: 100%;
    width:100%;
    margin: 0 auto;
    padding-top:0;
    overflow: hidden;
    position:relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#hipster .bg{
    background: url(../images/home/velo3.png) 50% 84.5%;
    background-repeat:no-repeat;
    height: 100%;
    padding: 0;
    position: absolute;
    width:inherit;
    z-index: 10;
    background-size:445px;;
    background-attachment:fixed;
}

#fond4{
    background: url(../images/home/back5.png);
    background-color:#fdddae;
    color: white;
    height: 100%;
    width:100%;
    margin: 0 auto;
    padding-top:0;
    overflow: hidden;
    position:relative;	
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#fond4 .bg{
    background: url(../images/home/velo4.png) 50% 84.5%;
    background-repeat:no-repeat;
    height: 100%;
    padding: 0;
    position: absolute;
    width:inherit;
    z-index: 10;
    background-size:445px;;
    background-attachment:fixed;
}

#fond5{
    background: url(../images/home/back6.png);
    background-color:#f69890;
    color: white;
    height: 100%;
    width:100%;
    margin: 0 auto;
    padding-top:0;
    overflow: hidden;
    position:relative;	
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#fond5 .bg{
    background: url(../images/home/velo5.png) 50% 84.5%;
    background-repeat:no-repeat;
    height: 100%;
    padding: 0;
    position: absolute;
    width:inherit;
    z-index: 10;
    background-size:445px;;
    background-attachment:fixed;
}

#fond7{
    background: url(../images/home/back7.png);
    background-color:#f7ca7d;
    color: white;
    height: 100%;
    width:100%;
    margin: 0 auto;
    padding-top:0;
    overflow: hidden;
    position:relative;	
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;	
}

#fond7 .bg{
    background: url(../images/home/velo5.png) 50% 84.5%;
    background-repeat:no-repeat;
    height: 100%;
    padding: 0;
    position: absolute;
    width:inherit;
    z-index: 10;
    background-size:445px;;
    background-attachment:fixed;
}

#fond6{
    background: url(../images/home/scene.png);
    background-color:#f7ca7d;
    color: white;
    height: 100%;
    width:100%;
    margin: 0 auto;
    padding-top:0;
    overflow: hidden;
    position:relative;	
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#fond6 .bg{
    height: 100%;
    padding: 0;
    position: absolute;
    width:inherit;
    z-index: 10;
}

#fond19 img {
    position:fixed;
    bottom:44px;
    right:40px;
    display:none;
}

#fond19 p {
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:11px;	
    color:#fff;
    position:fixed;
    bottom:96px;
    right:32px;
    text-align:center;
    display:none;
}

#fond19 hr {
    color:#fff;
    position:fixed;
    bottom:86px;
    right:39px;
    width:40px;
    display:none;	
}

.story{
    margin: 0 auto;
    min-width: 980px;
    overflow: auto;
    width: 980px;
    font-size:13px;
}

.story .float-left, .story .float-right{
    padding: 100px 0 0 0;
    position: relative;
    width: 350px;	
}

footer {
    position:relative;
    z-index:-10;
    margin:0;
    padding:0;
    height:100%;
    background-color:#000;	
    text-align:center;
}

#footertext {
    text-align:center;
    position:fixed;
    top:50%;
    margin-top:-180px;
    margin-left:-300px;
    width:600px;
    left:50%;
}

#footertext hr {
    border:none;
    width: 600px;
    color:#ffffff;
    height:5px;
    background-color:#FFF;
    margin-top:20px;
    margin-bottom:20px;
}

#footertext a {
    opacity:1;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
}

#footertext a:hover {
    opacity:0.6;
}

footer a.footergetapp{
    font-family: Verdana,Geneva,sans-serif;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    color: #dbe6fb;
}

footer a img.androidimgapp{
    width: 100px;
    position: relative;
    float: left;
    margin-bottom: 15px;
    margin-right: 40px;
}

footer a.androidapp{
    font-family: Verdana,Geneva,sans-serif;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff; 
    margin-top: 33px;
    position: relative;
    float: left;
}

footer a img.iosimgapp{
    width: 173px;
    position: relative;
    float: left;
    margin-bottom: 15px;
    margin-left: 7px;
    margin-right: 40px;
    margin-top: 26px;
}

footer a.iosapp{
    font-family: Verdana,Geneva,sans-serif;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff; 
    margin-top: 33px;
    position: relative;
    float: left;
}

footer a img.websiteimgapp{
    width: 99px;
    position: relative;
    float: left;
    margin-bottom: 15px;
    margin-left: 7px;
    margin-right: 40px;
    margin-top: 16px;
}

footer a.websiteapp{
    font-family: Verdana,Geneva,sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff; 
    margin-top: 33px;
    position: relative;
    float: left;text-decoration: none;
}

footer p {
    left:40px;
    z-index:0;
    position:fixed;
    float:left;
    bottom:6px;
    font-family:"Lucida Grande", sans-serif;
    font-size:9.5px;
    color:#ffffff;
    font-weight:100;
}
