body{
	background-color:#efece3;
}
h1{
  font-weight:bold;
  font-size:1.8em;
  margin:0;
  text-align:center;
  background-color:#33383e;
  color:#fff;
  padding:13px;
}
h2 strong{
	display:block;
	clear:both;
}
h2{
  font-weight:bold;
  font-size:2.2em;
  text-align:center;
  margin:20px 0 40px 0;
  color:#33383e;
}


h3{
  font-weight:bold;
  font-size:1.4em;
}

a:link, a:visited{color:#e45c00;}
a:hover, a:active{color:#bf4d00;}

a.linkverd:link, a.linkverd:visited{color:#549940;}
a.linkverd:hover, a.linkverd:active{color:#76bd62;}

.btn-success{
	color:#fff !important;
}
.txtred{
	color:#b42119;
}
hr {
  color:rgba(255,255,255,0.2);
  background-color:rgba(255,255,255,0.2);
  border:0;
  height:1px;
}

.logoaca img{
	margin:20px auto;
}
.logomobilitat{
	height:auto;
	margin:20px auto 0 auto;
	width:600px;
}
.fotobici{
	width:100%;
	transform: rotate(-6deg);
}
.fotobici2{
	margin:0 auto 40px auto;
}
#formulari{
	background-color:#33383e;
	color:#fff;
	padding:20px;
	margin-top:50px;
-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
}
#formulari h2{
	margin:10px 0 30px 0;
	font-size:1.8em;
	color:#fff;
}
#formulari a{
	color:#fff;
}
#formulari .btn-warning{
	font-size:1.2em;
	font-weight:bold;
}
.compteenrere{
	background-color:#222;
  	color:#fff;
  	text-align:center;
}
.texte-destacat{
  color:#313437;
  padding:50px 0 55px;
  overflow:hidden;
  color:#555;
  font-size:1.2em;
}

.texte-destacat h2 {
  font-weight:bold;
  margin-bottom:35px;
  line-height:1;
  padding-top:0;
  margin-top:0;
  color:inherit;
  color:#222;
}

.texte-destacat .btn{
	margin:40px 0;
	font-size:1.2em;
	font-weight:bold;
}

.mesinfo{
  background-color:#efece3;
  padding:100px 0;
}

.logos{
	text-align:center;
	padding:40px 20px;
	background-color:#fff;
	margin-top:30px;
}
.logos img{
	padding:20px;
}

.logomotocard img{
	margin-top:60px;
}
.preu {
	margin-top:40px;
	transform: rotate(-6deg);
}
.preu span{
	font-weight:bold;
	background-color:#b42119;
	color:#fff;
	font-size:1.8em;
	padding:5px 10px;
	text-transform:uppercase;
}

.cartel{
	-webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.25);
box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.25);
display:block;
clear:both;
}

.socialicons{
	margin-top:40px;
	padding-top:40px;
	border-top:1px solid #d7d1bd;
	font-size:2em;
}
.socialicons a{
	margin:0 10px;
	color:#c7bfa2;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	#formulari{margin-top:62px;}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	h1{font-size:1em;}
	.mesinfo{text-align:center;}
	.mesinfo img{margin:auto;}
	#formulari{margin-top:52px;}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {	
	body{background-image:none;}
	.logoaca{position:relative; z-index:2;}
	.logoaca img{width:100px;}
	#formulari{margin:20px 20px; padding-top:20px;	text-align:center;}
	.texte-destacat{text-align:center;}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 479px) {
	.logoaca img{width:80px;}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 319px) {
}


/* TIMESCIRCLES */

.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}
.time_circles > div {
    position: absolute;
    text-align: center;
}
.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight:bold;
    color:#fff;
}
.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 300%;
    margin-top: 0.3em;
    font-weight: bold;
    color:#fff;
}


/* ANIMATED */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@media screen and (max-width: 1200px){ #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;} } 