/* =============================================================================
   Grupo G&B Css
   Design by: Hagile Agência Digital
   15/12/2015
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}

 @import 'https://fonts.googleapis.com/css?family=Open+Sans';

.fonte {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-align: justify;
	line-height: 28px;
}




/* ---- base ---- */

html,body{ 
	width:100%;
	height:100%;
	background:#111;
}

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
  font:normal 75% Arial, Helvetica, sans-serif;
  /*overflow: hidden;*/
}

canvas{
  display:block;
  vertical-align:bottom;
}
#particles-js{
height: 800px!important;
}


/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
    width: 100%;
    height: 100%!important;
    background-color: #000;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: fixed;
}

/* Preloader Effect */

#preloader {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
}
#loading-animation {
    background-image: url("../images/logo.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 130%;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    -webkit-animation:fadeinout 1.5s linear infinite;
    -moz-animation:fadeinout 1.5s linear infinite;
    animation:fadeinout 1.5s linear infinite;
}
@-webkit-keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}
@-moz-keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}
@-o-keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}
@keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}
/* logo geb */
.logogeb{
  width: 600px;

}
.container > header {
    padding: 2.875em 1.875em 1.875em;
    position: absolute;
    z-index: 1000;
    top: 50%;
    width: 600px;
    height: 300px;
    left: 50%;
    margin-top: -150px;
    margin-left: -300px;
    text-align: center;
}
/* Media */

.conteudo
{
  position: relative;
  z-index: 1;
}

#fbsection1 {
  background:#000;
  position: relative;
}
 /* */
 p{
  font-size: 14px;
  color: #fff;
  text-align: justify;
 }

@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) {
  #sassiholford, #specialized, #volcom, #rileyscycles {
    background-attachment: scroll!important;
  }

  .wow {
  visibility: visible !important;
  -webkit-animation: none !important;
     -moz-animation: none !important;
       -o-animation: none !important;
      -ms-animation: none !important;
          animation: none !important;
}

}

@media only screen and (max-width: 1460px) {
    /* phones */

section .info h1{
  font-size: 3.0em;
}

}

@media only screen and (min-width: 768px) {
    /* tablets and desktop */
}

@media only screen and (max-width: 767px) {
    /* phones */
   
  section {
    position: relative;
    background-attachment: scroll!important;
    background-size: 90%!important;
    background-position: center 20%!important;
  }

  .wow {
  visibility: visible !important;
  -webkit-animation: none !important;
     -moz-animation: none !important;
       -o-animation: none !important;
      -ms-animation: none !important;
          animation: none !important;
}

.particles-js {
  display: none;
  visibility: hidden;
}

 section .info {
  display: none;
 }

.mobileinfo {
  display: inline-block;
  width: 100%;
  position: relative;
  bottom: 0px;
  text-align: center;
  top: 58%;
}

.mobileinfo button {
  float: none;
  margin: 0 auto;
}

.mobileinfo h1 {
  font-size: 2.125em;
  line-height: 1.1;
  margin: 20px 0;
  font-weight: 400;
  color: #FFF;
  font-family: "lust-display",sans-serif;
}

#sassiholford {
  background-color: #c0c0c0!important;

}

 section .info h1{
  font-size: 2.0em;
}

section .info hr{
display: none;
}

  section .info {
  width: 100%;
  background: rgba(24, 33, 38, 0.0)!important;
  padding: 40px;
  height: 200px;
  min-height: 200px;
  position: absolute;
  bottom: 0;

}

section .info p{
  display: none;
}

section .info .text{
  width: auto;
}

nav {
  display: none;
}

.button {margin: 1em 0;}

.container > header {
  padding: 0;
  position: absolute;
  z-index: 1000;
  top: 50%;
  width: 300px;
  height: 200px;
  left: 50%;
  margin-top: -100px;
  margin-left: -150px;
  text-align: center;
}

section .footer {
  text-align: center;
  top: 50%;
  width: 300px;
  height: 500px;
  left: 50%;
  margin-top: -200px;
  margin-left: -150px;
  font-family: "ff-tisa-web-pro";
  font-size: 1.2em;
  position: absolute;
  color: #b8b8b8;
  font-weight: 400;
  line-height: 26px;
}

.container > header h1 {
  font-size: 2.6em;
}

}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    /* portrait phones */
}