@charset "utf-8";
/* CSS Document */
body{
font-family: 'Open Sans', sans-serif;
color: #313131;
/*padding-bottom:50px;*/
}
#page{
  background-color: #313131;
}
.CorCliente:hover{
background-color:#FFCC18 !important;
border-color:#313131 !important;
color:#313131 !important;
}
.CorPickker:hover{
background-color:#50A5BA !important;
border-color:#313131 !important;
color:#313131 !important;
}
.CorClientePickker:hover{
background-color:#91CD90 !important;
border-color:#313131 !important;
color:#313131 !important;
}
.CorEmpresa:hover{
background-color:#F26229 !important;
border-color:#313131 !important;
color:#313131 !important;
}
.CorPickkaway:hover{
background-color:#66689B !important;
border-color:#313131 !important;
color:#313131 !important;
}
.CorServico:hover{
background-color:#1A9995 !important;
border-color:#313131 !important;
color:#313131 !important;
}
/*NAV BAR - MAIN MENU*/
.logo a{
display:inline-block;
}
.logo img{
margin-top:10px;
}
#nav-bar{
top:0px;
background-color:#313131;
}
#nav-bar #fixed-top-navigation li{
border-bottom: 4px solid #313131;
}
#nav-bar #fixed-top-navigation li.current{
background-color: #313131;
border-bottom: 4px solid #00853E;
}
#nav-bar li{
    display: inline-block;
}
#liheader{
    position: fixed;
    bottom: 55px;
    right: 50px;
    display: none;
}
#nav-bar #fixed-top-navigation li:hover{
  background-color: #313131;
}
#nav-bar #fixed-top-navigation li:hover {
border-bottom: 4px solid #00853E;
}
#nav-bar #fixed-top-navigation a{
  font-size: 11px;
}
.menu-mobile-xD{
  position: fixed;
  z-index: 9999;
  width: 100%;
  float: right;
}
#sidebar-collapse{
  padding: 0px;
  background-color: #313131;
  border-color: #313131;
}
#sidebar-collapse .fa{
  height: 27px;
  width: 32px;
  padding-top: 7px;
  background-color: #313131;
}
#mobile-menu{
  margin-top: 40px;
}
#mobile-menu .list-group-item{
  background-color: #313131;
}
/*///////////////////////////////////////////*/
/*HEADER*/
#header{
  padding-top:56px;
  background-color: #313131;
}
#header .container-transparent{
  background-color:#313131;
  background-color:#fff;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /*background-color: rgba(49, 49, 49, 0.5);*/
  background-color:rgba(255, 255, 255, 0.5);
  height: auto;
}
#header .container-transparent{
    overflow: hidden;
    top:125px;
}
#logo_big{
  margin-top:30px;
}
.logo-warpper{
width:200px;
height:auto; 
}
#carousel-example-generic .logo-warpper{
position: absolute;
bottom: 300px;
position:absolute;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
}
#carousel-example-generic .logo-warpper h1{
  margin-top: 0;
}
.logo-warpper img{
width:100%;
height:auto; 
}
.slogan{
  font-size: 18px;
  font-weight: 300;
  /*margin-bottom: 50px;*/
  color:black;
}
.saiba_mais{
  margin-bottom: 30px;
}
/* slider carousel */
#carousel-example-generic{
  overflow: hidden;
  width: 100%;
}
.carousel{
  position: static;
}
.carousel-inner{
  height:100%;
  position: static;
}
.carousel-inner>.item{
  height: 100%;
  width:100%;
  background-repeat: no-repeat;
  background-position:center center;
  background-attachment: fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  opacity: 0;
  position:static !important;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.carousel-inner>.active {
left:auto;
background-position:center center !important;
background-attachment: fixed !important;
opacity: 1;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img{
  width:100%;
  height:auto;
}
.carousel-caption{
  bottom:50px;
  /*top:200px;*/
  left:25%;
  right:25%;
}
.carousel-caption h3{
text-transform:uppercase;
color:white;
font-size:48px;
font-weight:700;
}
.carousel-caption p{
text-transform:uppercase;
font-weight: 700;
color:white;
font-size:24px;
margin-top:40px;
}
.carousel-control{
  z-index:9998;
}
#carousel-example-generic .carousel-control span{
  color:#00853E;
}
#carousel-example-generic .carousel-indicators li {
border:2px solid #00853E;
background-color: rgba(0,0,0,0);
}
#carousel-example-generic .carousel-indicators .active{
  background-color:#00853E;
}
#carousel-example-generic .carousel-indicators .active{
  width:13px;
  height:13px;
}
/*.carousel-control.left{
  left:15px;
}
.carousel-control.right{
  right: 15px;
}*/
@media screen and (max-width: 1024px) {
  .carousel-caption{
  left:0%;
  right:0%;
  width: 100%;
  padding-left:15%;
  padding-right:15%; 
  /*top:150px;*/ 
  bottom:50px;
  }
}
@media screen and (max-width: 767px) {
  #carousel-example-generic .logo-warpper{
    position: relative;
    top: auto;
    bottom: auto;
  }
  .carousel-caption h3{
    font-size: 22px;
    margin-top: 0;
  }
  .carousel-caption p{
    font-size: 16px;
    margin-top: 10px;
  }
  .carousel-caption{
    position: relative;
    top:auto;
    bottom:auto; 
    padding-bottom: 0px;
    padding-top: 0px;
  }
  #header{
  padding-top:0px;
}
.carousel-indicators{
  display: none;
}
}
/*----------------*/
@media screen and (max-width: 767px) {
 #logo_big{
  width: 100%;
}
#header .container-transparent{
    top:56px;
}
  #header .container-transparent{
    height:auto; 
  }
  #logo_big{
    margin-top:30px;
  }
  .slogan{
    margin-bottom: 30px;
  }
}
#descobre{
  cursor: pointer;
  opacity: 1;
-webkit-animation: myfirst 3s; /* Chrome, Safari, Opera */
animation:myfirst 3s;
-webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
animation-iteration-count: infinite;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst
{
0%   {opacity: 1;}
25%  {opacity: 0.8;}
50%  {opacity: 0.5;}
75%  {opacity: 0.8;}
100% {opacity: 1;}
}

/* Standard syntax */
@keyframes myfirst
{
0%   {opacity: 1;}
25%  {opacity: 0.8;}
50%  {opacity: 0.5;}
75%  {opacity: 0.8;}
100% {opacity: 1;}
}
#descobre:hover{
opacity: 1; /*rever*/
animation-play-state:paused;
-webkit-animation-play-state:paused; /* Safari and Chrome */
}
@media screen and (max-height: 600px) {
  #header{
    height:auto;
    /*padding-bottom: 95px;*/
    padding-bottom:0px;
  }
}
/*#header {
background: url(../img/bgb.jpg) 0 0 no-repeat fixed;
}*/
/*//////////////////////////////////////////////*/
/*FUNCIONAMENTO*/
.feature {
overflow: hidden;
color: #555555;
padding-top: 17px;
padding-bottom: 25px !important;
min-height:100px;
border-radius: 4px;
border: 2px solid #313131;
margin-bottom: 30px;
}
.feature h3{
  text-transform: capitalize;
  margin-bottom: 0px;
  color: #313131;
  font-size: 18px;
  margin-top: 16px;
}
.feature p{
  height:50px;
  color: #313131;
  font-size:14px;
  font-weight: 400;
  margin-top: 15px;
  line-height:22px;
}
.icon{  
  height: 75px;
  margin-left: auto;
  margin-right: auto;
}
.icon img{
  margin-left: auto;
  margin-right: auto;
  height: 66px;
  width: 65px;
-webkit-transition:width 0.5s, height 0.5s, -webkit-transform 0.5s;
-moz-transition:width 0.5s, height 0.5s, -moz-transform 0.5s;
-o-transition:width 0.5s, height 0.5s, -o-transform 0.5s;
transition:width 0.5s, height 0.5s, transform 0.5s;
vertical-align: middle;
}
.helping {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.featureCliente:hover{
-webkit-box-shadow: inset 0px 0px 150px 0px rgba(255,204,24,1);
-moz-box-shadow: inset 0px 0px 150px 0px rgba(255,204,24,1);
box-shadow: inset 0px 0px 150px 0px rgba(255,204,24,1);
}
.featurePickker:hover{
-webkit-box-shadow: inset 0px 0px 150px 0px rgba(80,165,186,1);
-moz-box-shadow: inset 0px 0px 150px 0px rgba(80,165,186,1);
box-shadow: inset 0px 0px 150px 0px rgba(80,165,186,1);
}
.featureClientePickker:hover{
-webkit-box-shadow: inset 0px 0px 150px 0px rgba(145,205,144,1);
-moz-box-shadow: inset 0px 0px 150px 0px rgba(145,205,144,1);
box-shadow: inset 0px 0px 150px 0px rgba(145,205,144,1);
}
.featureEmpresa:hover{
-webkit-box-shadow: inset 0px 0px 150px 0px rgba(242,98,41,1);
-moz-box-shadow: inset 0px 0px 150px 0px rgba(242,98,41,1);
box-shadow: inset 0px 0px 150px 0px rgba(242,98,41,1);
}
.featurePickkaway:hover{
-webkit-box-shadow: inset 0px 0px 150px 0px rgba(102,104,155,1);
-moz-box-shadow: inset 0px 0px 150px 0px rgba(102,104,155,1);
box-shadow: inset 0px 0px 150px 0px rgba(102,104,155,1);
}
.featureServico:hover{
-webkit-box-shadow: inset 0px 0px 150px 0px rgba(26,153,149,1);
-moz-box-shadow: inset 0px 0px 150px 0px rgba(26,153,149,1);
box-shadow: inset 0px 0px 150px 0px rgba(26,153,149,1);
}
.feature:hover .icon img{
  width: 70px;
  height: 70px;
 }
@media screen and (max-width: 767px) {
  .feature p{
    min-height: 90px;
  }
}
/*////////////////////////////////////////////*/
/*DOWNLOAD*/
#download {
  background: url("../img/paracenas2.jpg") 50% 0 no-repeat fixed;
  min-height: 620px;
  margin: 0;
  width: 100%;
  max-width: 1920px;
}
#download .hidden-xs {
  margin: 0 auto;
}
#download h2 {
  background: none no-repeat scroll center top transparent;
  /*padding:30px 0 0 0;*/
  color: #555555;
  /*margin-top: 0 !important;*/
}
#download p{
margin-top:30px;
margin-bottom:30px;
display:inline-block;
line-height:22px;
}
#download h4{
margin-top:30px;
}
.play{
display: inline-block;
padding: 15px;
}
.play:hover {
box-shadow:
0 3px 10px 0 rgba(0, 0, 0, 0.2),
0 1px 25px 0 rgba(0, 0, 0, 0.2) inset,
0 -1px 25px 0 rgba(0, 0, 0, 0.2) inset;
-o-transition: all .5s;
-moz-transition: all .5s;
-webkit-transition: all .5s;
-ms-transition: all .5s;
}
#parallax-2 {
  background: url("../img/paracenas2.jpg") 50% 0 no-repeat fixed;
  margin: 0 !important;
  width: 100%;
  max-width: 1920px;
}
#parallax-2 h2 {
  background: none no-repeat scroll center top transparent;
  padding: 60px 0;
  color: #555555;
  margin-top: 0 !important;
}
#parallax-3 {
  background: url("../img/paracenas2.jpg") 50% 0 no-repeat fixed;
  /*height: 100px;*/
  height:auto;
  margin: 0 !important;
  width: 100%;
  max-width: 1920px;

}
#parallax-3 h2 {
  background: none no-repeat scroll center top transparent;
  padding: 0px 0;
  color: #555555;
  margin-top: 47px !important;
  margin-bottom:60px !important;
}
#download .parallax-overlay{
  min-height: 620px;
  background-color: rgba(94,135,176,0.0);
}
#x_btn_sms, #x_btn_mail{
  width: 75px;
}
.enviar{
  width: 75px;
}
#via_sms form, #via_mail form{
  margin-bottom:15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #via_sms .form-group, #via_mail .form-group {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mo_p{
    padding-left: 30px;
    padding-right: 30px;
  }
  #parallax-3 {
  height: auto;
}
/*#parallax-3 h2{
  padding-top: 30px;
  padding-bottom: 30px;
}*/
}
/*//////////////////////////////////////////////*/
/*ABOUT*/
#social{
  /*height: 100px;*/
  height:50px;
  background-color: #f4f4f4;
  color:white;
  padding-bottom:10px;
}
#social .container, #social .row, #social .col-md-12{
height:100%;
}
#social h3{
margin:7px 0 0 0;
}
i.darkred:hover {
cursor: pointer;
color: rgba(0, 0, 0, 0.3);
}
i.darkred, span.darkred, p.darkred, .darkred, a.darkred, a.darkred:visited {
color: #313131;
}
#about p{
text-align:center;
font-size: 16px;
}
#about p:first-child{
margin-top:30px;
}
#about h3{
margin-top:30px;
}
#about a{
font-size:16px;
color:#313131;
}
#about a:hover{
color:#00853E;
}
/*/////////////////////////////////////////////*/
/*CONTACTOS*/
#footer{
  min-height: 50px;
  padding-bottom:0px;
  padding-top:0px; 
  background-color:#313131;
}
/*FOOTER*/
.ofooter{
  margin-top: 15px;
  color:white;
}
.ofooter a{
  color:white;
}
#contactos .parallax-overlay, .parallax-overlay{
background-color: rgba(94,135,176,0.0);
}
/*/////////////////////////////////////////////*/
/*//////////////////////////////////////////////*/
/* GENERAL STUFF */
.btn-warning {
  background-color: #313131;
  border-color: #313131;
  color:white;
  font-weight: 700;
  font-size: 10px;
}
.btn-warning:hover, .btn-warning:focus, 
.btn-warning:active, .btn-warning.active, 
.open .dropdown-toggle.btn-warning {
color: #ffffff;
background-color:#00853E;
border-color: #00853E;
}
.bigintro {
font-size: 30px;
line-height: 50px;
text-align: center;
font-weight: 400;
text-transform: uppercase;
border-top: 1px solid #313131;
border-bottom: 1px solid #313131;
padding: 10px 0;
color: #313131;
}
#page h2{
  margin-top:40px;
  margin-bottom:30px;
}
/*////////////////////////////////////////////*/
/*RECRUTAMENTO, LOGIN, REGISTO*/
.login-box{
  padding:0px 15px 40px 15px;
  margin: 30px auto;
}
.login-box form .ifile{
  margin-top: 3px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: -2px !important;
}
#fbLogin{
text-align: center;
margin-top:30px;
margin-bottom:30px;
}
#fbLogin a:not(i){
/*background-color: #4c66a4;*/
/*width: 150px;*/
/*text-align: center;
display: inline-block;
border-radius: 4px;
line-height: 14px;
color: white;
font-size: 14px;
font-weight:700;
padding:10px 15px;
margin: 0px auto 15px auto;*/
text-decoration:none !important;
display: inline-block;
font-weight:700;
}
#iFileSend{
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
#iFileSend span{
  color: #313131;
}
.lolintro{
font-size: 38px;
line-height: 50px;
text-align: center;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
display: block;
margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #header{
    height:auto;
    /*padding-bottom: 100px;*/
    padding-bottom:0px;
  }
.login-box h2{
  text-transform: capitalize;
  margin-top: 10px;
}
#header .container-transparent{
  min-height: 440px !important;
}
.single_image{
  display: none;
}
}
.mid-cenas{
/*margin-left:auto;
margin-right: auto;*/
display:inline-block;
}
.mid-cenas a{
display:inline-block;
}
.mid-cenas i{
margin-left:10px;
margin-right:10px;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
.feature p{
height:90px; 
}
}
/*/////////////////////////////////////////////*/
.contact-box form i {
color: #313131;
display: block !important;
font-size: 16px;
height: 16px;
margin: 9px 2px 4px 10px;
position: absolute !important;
text-align: center;
width: 16px;
z-index: 1;
line-height:20px;
}
.contact-box input, .contact-box textarea {
background: none repeat scroll 0 0 #FFFFFF;
font-size: 15px;
margin: 0;
padding: 10px 8px 8px;
width: 100%;
border-radius: 6px;
box-shadow: none;
min-width: 0;
padding-left: 33px !important;
line-height:20px;
}
.contact-box textarea{line-height:16px;}
.contact-box .form-group{text-align: left;}
.btn-success:hover, .login-box .btn-danger:hover, .login-box .btn-success:hover{
  background-color: #00853E;
  border-color: #00853E;
}
.btn-success{
background-color: #313131;
border-color: #313131;
}
.login-box .btn-danger, .login-box .btn-success{
background-color: #313131;
border-color: #313131;
}
.voltar{
font-size:26px;
margin-top:10px;
}
.voltar:hover{
color:#313131;
}
.beta{
width:54px;
height:127px;
position: fixed;
top:20%;
left:-10px;
background: url("../img/beta.png") no-repeat;
z-index:9999;
display: none;
}
#faqClose:hover, #stickyClose:hover{
background-color:rgb(246, 92, 92);
}
#nav-bar #fixed-top-navigation a.faq{
font-size:16px;
width: 15px;
display: inline-block;
text-align: center;
z-index: 9999;
}
#nav-bar{
  z-index: 9999;
}
@media screen and (max-width: 768px) {
#liheader {
bottom: 65px;
right:10px;
}
#owl-demo .owl-buttons{
display:inline !important;
}
#owl-demo .owl-pagination{
display:none;
}
}
@media screen and (min-width: 768px){
.modal-dialog {
width: 80%;
}
}
.bn, .bn:hover{
border:none !important;
}
/* ------------------------- sticker ------------------------------- */
#sticker{
width:150px;
height:151px;
position:absolute;
top:40px;
left:0px;
/*background: url("../img/campanha-1eur-pickkit-A.png") no-repeat;*/
z-index:1000;
transform:rotate(-15deg);
-ms-transform:rotate(-15deg); /* IE 9 */
-webkit-transform:rotate(-15deg); /* Opera, Chrome, and Safari */
overflow:hidden;
}
#sticker img{
width:100%;
height:auto;
}
#sticker a{
cursor:pointer;
}
/*  flipper  */
/* entire container, keeps perspective */
.flip-container {
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  border-radius:120px;
-webkit-perspective: 1000;
-moz-perspective: 1000;
-o-perspective: 1000;
perspective: 1000;
}
  /* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
}

.flip-container, .front, .back {
width:150px;
height:151px;
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;

  -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
}

/* hide back of pane during swap */
.front, .back {
  position: absolute;
  top: 0;
  left: 0;
  overflow:hidden;

  -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;

    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;
}

/* front pane, placed above back */
.front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
/*  /flipper  */
@media screen and (max-width: 820px) {
#sticker{
top:45px;
}
}
/* ------------------------- /sticker ------------------------------- */
.tal{text-align:left;}
.pdt15{padding-top:15px;}
.pdl15{padding-left:14px;}
.mr2{margin-right: 2px;}
.comercialpickkit:hover{
color: #00853E;
}
.comercialpickkit{
color:#313131;
}
/* parceiros */
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
#owl-demo .owl-buttons{
display:none;
}
.owl-theme .owl-controls .owl-page span{
background:#313131;
}
.logo-warpper.visible-xs{
  width: 150px;
}
.opa0{
  opacity: 0;
}
#about{
  padding-bottom: 150px;
}
.fancybox-close{
  z-index: 9999;
}
.fancybox-opened {
z-index: 9998;
}
.fancybox-title-float-wrap .child{
  white-space:initial;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 0;
}
.fancybox-title-float-wrap{
  margin-bottom: 0px;
}
.fancybox-opened .fancybox-title{
  margin-left: 30px;
  margin-bottom: 30px;
}
#social h3.dib{
  color: #313131;
  padding-bottom: 10px;
}
.modal{
  z-index:9999;
}
body.login section#page{
  background-color: transparent;
}
.login{
  background: none !important;
   -ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
    transform: scale(1,1); /* Standard syntax */
}