/*
 Theme Name:   Pinarello
 Theme URI:    http://www.antoniojperez.es/pinarello/
 Description:  Pinarello Spain Theme
 Author:       Antonio J. Perez
 Author URI:   http://www.antoniojperez.es
 Template:     flat
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Pinarello
*/

body {
	font-family: 'Exo 2', sans-serif;
}

#site-navigation a {
	font-family: 'Exo 2', sans-serif;
	text-transform: none;
}
#page {
	max-width: 100%;
	overflow-x: initial;
}
.container {
	width: 100%;
}
#secondary h1.display-logo
 {
	max-width: 135px;
	
}
#masthead .site-title {
	padding-bottom: 0;
}
.logoaniversario {
	max-width: 160px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 10px;
	margin: 0 auto;
}



@media (max-width: 991px) {
#secondary {
	width: 100%;
	background: #000;
	
}

	.logoaniversario {
		padding-top: 20px;
	}

}

@media (min-width: 991px) {
#secondary {
	width: 15%;
	background: #000;
	
}

}
@media (min-width: 992px) {
	#secondary {
		width: 200px;
		position:fixed;
		top:0;
		left: 0;
		height: 100%;
	}
	#masthead h1.site-title  {
		padding-top: 0;
		margin-top:10px;
	}
	#secondary h1 img {
		max-width: 165px;
		height: auto;
	}
	#primary {
		position:relative;
		margin-left: 200px;
		left: 0;
	}
}
@media (max-width: 991px) {
	#primary {
		width: 100%;
	}
}
@media (min-width: 992px) {
	#primary {
		width: calc(100% - 200px);
	}
}
#primary {
	z-index: 1;
	background: #000;
	transition: left 0.5s ease-in-out;
}

footer {
	/*height: 400px;*/
	background-color: #F0F1F3;
}

#secondary {
	z-index: 999999;
}

.hentry .entry-content, .hentry .entry-summary {
    padding: 10px 15px 0;
}

.inicio .image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.inicio .image:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

#masthead .display-logo img {
	display: block;
	margin: 0 10px 0;
}

.mosaicitem {
	overflow: hidden; 
	display: inline-block;
}
.mosaicitem a {
   color: #000;
}

.mosaicitem img {
	display: block;
    width: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
}
 
.home .bx-wrapper {
	margin-bottom: 0px;
}
 
.transition {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
     transform-origin: 50% 50%;
}

.mosaicitem, .mosaicgroup {
	padding: 0;
}

.slideshow li {
	background: #000;
}

.home .slideshow li {
	position: relative;
	
}

.home .slideshow li.inner {

    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 20;
    border: solid #000;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 2px 2px 0;

}

#mosaic.row {
	margin: 0;
}

.mosaicitem {
    position: relative;
/*width: 50%;*/
float: left;
overflow: hidden;
background-color: #000;
}

.mosaicitem hgroup {
	position: absolute;
top: 50%;
padding: 20px 25px;
width: 100%;
transform: translateY(-50%);
text-align: center;
background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.5) 65%, transparent 100%);
background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.5) 65%, transparent 100%);
background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.5) 65%, transparent 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
	
}

.mosaicitem .descripcion {
	color: #fff;

}
 .mosaicitem hgroup h2 {
	font-family: "Roboto slab",sans-serif;
	font-weight: 700;
	color: #fff;
	line-height: 1.1em;
	
	text-shadow: 0 0 5px rgba(0,0,0,0.15);
	margin: 0 0 0.3em 0;
	font-size: 3.3vw;
}

.mosaicitem hgroup .descripcion {
	font-size: 1.2vw;
}

.mosaicgroup .mosaicitem hgroup h2 {
	
	font-size: 1.76vw;
}

.mosaicgroup .mosaicitem hgroup .descripcion {
	font-size: 0.9vw;
}

.mosaicitem .inner {

	position: absolute;
	width: 100%;
	height: 100%;
left: 0;
top: 0;
z-index: 20;
border: solid #000;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
border-width: 0 2px 2px 0;
}

.home .slideshow li hgroup .descripcion,
.home .slideshow li hgroup .descripcion a {

    color: rgba(255,255,255,0.9);
    font-size: 1.56vw;
    text-transform: uppercase;
    font-family: "Roboto slab",sans-serif;

}

.home .slideshow li hgroup {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 7%;
	width: 100%;
	
}

/*.home .slideshow li hgroup h2,
.home .slideshow li hgroup div.descripcion,
.home .slideshow li hgroup div.botonmas {*/
.home .slideshow li hgroup {

	background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.5) 95%, transparent 100%);
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.5) 95%, transparent 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.5) 95%, transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);

}
.home .slideshow li hgroup div.descripcion,
.home .slideshow li hgroup div.botonmas {
display: block;
padding: 0 50px;
clear: both;
}

.home .slideshow li hgroup div.descripcion:after,
.home .slideshow li hgroup div.botonmas:after {
	content: '\A'; white-space:pre; 
}


.home .slideshow li hgroup h2,
.home .slideshow li hgroup h2 a {

    font-family: "Roboto slab",sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1.1em;
    font-size: 4.4vw;
    text-shadow: 0 0 5px rgba(0,0,0,0.15);
    margin: 0 0 0.3em 0;
        margin-bottom: 0.3em;

}

.slideshow img {
	-webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
}

.bx-wrapper {
	box-shadow: 0 0 0px #ccc;
border: 0px solid #fff;
background: #000;

}	

.bx-wrapper li img {
	margin: 0 auto;
}

@media (max-width: 991px) {
	#f10presentacion h2 {
		position: absolute;
		color: #fff;
		right: 0;
		left: 0;
		bottom: -5px;
		z-index: 1;
	}

	.descpresentacion {
		color: #fff;
		font-size: 12px;
		width: 100%;
	}
}
@media (min-width: 992px) and (max-width: 1199px)  {
	.descpresentacion {
		position: absolute;
		bottom: 20px;
		color: #fff;
		font-size: 20px;
		width: 45%;
		right: 0;
	
		}

	#f10presentacion h2 {
		position: absolute;
		color: #fff;
		right: 0;
		top: calc(20%);
		width: calc(50%);
		font-size: 30px;
		z-index: 1;
	}
}

@media (min-width: 1200px) {
	.descpresentacion {
		position: absolute;
		bottom: 20px;
		color: #fff;
		font-size: 15px;
		width: 45%;
		right: 0;
	
		}
		
	#f10presentacion h2 {
		position: absolute;
		color: #fff;
		right: 0;
		top: calc(40%);
		width: calc(50%);
		font-size: 50px;
		z-index: 1;
	}

}
.bloqueimgpresentacion .wpb_wrapper{
	position: relative;
}


#f10presentacion {
	position: relative;
}

.bicicleta, .halloffame,.accesorio, .most, .ropa, .bici-2019, .bici-2020 {
	background: #fff;
	padding: 0;
}

#geometry-section {
	margin-bottom: 2em;
}
@media (max-width: 1100px) {
	#geometry-section img {
		width: 35%;
		margin: 0 auto;
		float: none;
		display: block;
		padding: 0;
	}
}

@media (min-width: 1101px) {
	#geometry-section img {
		width: 35%;
		padding: 0 50px 0 0;
		float: left;
		height: auto;
		filter: grayscale(1)
	}
}

.bike-view .table-responsive {
	text-align: center;
}
	
#geometry-section table {
	width: 65%;
	/*float: left;*/
	float: none;
	font-size: 12px;
	font-family: "Exo 2", sans-serif;
	margin: 0 auto;
}

#geometry-section table td {
	font-size: 12px;
	
}
#geometry-section .table-responsive > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td 
{
	background: transparent;
}
#geometry-section table.table-responsive {
	border: 0px !important;
}
#geometry-section .table-responsive > thead > tr > th {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background: transparent;
	padding: 3px;
}
#geometry-section table > tbody > tr > td {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background: transparent;
	padding: 3px;
}

.bicicleta .bx-wrapper,
.most .bx-wrapper,
.accesorio .bx-wrapper,
.ropa .bx-wrapper, .bici-2019 .bx-wrapper,
.bici-2020 .bx-wrapper {
	background: transparent;
}

.bicicleta .slideshow li , .bici-2019 .slideshow li,
.bici-2020 .slideshow li {
	background: transparent;

}

.most .slideshow li,
.accesorio .slideshow li,
.ropa .slideshow li {
	background: transparent;

}


.elementoscategoria .titulo {
	text-align: center;
	color: #333;
	background-color: #eee;
	-moz-transition: all 0.4s ease 0s;
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
text-align: center;
font-size: 11px;
}

@media (min-width: 992px) {
	.bicicleta .bx-wrapper li img,
	 .bici-2019 .bx-wrapper li img,
	 .bici-2020 .bx-wrapper li img {
		max-height: 145px !important;
		width: auto;
	}
}

.bicicleta .elementoscategoria,
.bicicleta .entry-content, 
.bicicleta .tabla,
.halloffame .elementoscategoria, 
.halloffame .entry-content,
.halloffame  .tabla,
.accesorio .elementoscategoria,
.accesorio .entry-content, 
.accesorio .tabla,
.ropa .elementoscategoria,
.ropa .entry-content, 
.ropa .tabla,
.most .elementoscategoria,
.most .entry-content, 
.most .tabla,
.bici-2019 .elementoscategoria,
.bici-2019 .entry-content, 
.bici-2019 .tabla,
.bici-2020 .elementoscategoria,
.bici-2020 .entry-content, 
.bici-2020 .tabla
 {
	padding: 0 80px;
}

.bici-2019 .tabla,
.bici-2020 .tabla {
	padding: 0 80px 1.5em;
}

@media (max-width: 992px) {
	.bicicleta .elementoscategoria,
	.bicicleta .entry-content, 
	.bicicleta .tabla,
	.halloffame .elementoscategoria, 
	.halloffame .entry-content,
	.halloffame  .tabla,
	.accesorio .elementoscategoria,
	.accesorio .entry-content, 
	.accesorio .entry-content,
	.ropa .elementoscategoria,
	.ropa .entry-content, 
	.ropa .tabla,
	.most .elementoscategoria,
	.most .entry-content, 
	.most .tabla,
	.bici-2019 .elementoscategoria,
	.bici-2019 .entry-content, 
	.bici-2019 .tabla,
	.bici-2020 .elementoscategoria,
	.bici-2020 .entry-content, 
	.bici-2020 .tabla{
	padding: 0px 0px 0px 15px;
	}
	
	
	.toolsWrapper {
		display: none;
	}
}


#bike-intro-txt h2
{
	color: #555;
	font-size: 15px;
	margin: 0 0 0.8em;
	font-weight: normal;
	line-height: 1.3em;
	text-transform: uppercase;
	font-family: "Roboto slab",sans-serif;
}


@media (max-width: 767px) {
.bicicleta.mapa .entry-content,
.bici-2019.mapa .entry-content,
.bici-2020.mapa .entry-content {
	padding: 0 15px;
}

}

.bicicleta .tabla #geometry-section img,
.bici-2019 .tabla #geometry-section img,
.bici-2020 .tabla #geometry-section img{
	margin-bottom: 35px;
}
.hentry .tags-links {
	margin-bottom: 20px;
}
.bicicleta.hentry  h1.entry-title,
.halloffame.hentry h1.entry-title,
.accesorio.hentry h1.entry-title,
.bici-2019.hentry  h1.entry-title,
.bici-2020.hentry  h1.entry-title {
	margin: 0 0 5px;
	font-weight: bold;
	font-family: "Roboto slab",sans-serif;
	padding: 21px 190px 15px 40px;
	background-color: #231E20;
	color: #555;
	line-height: 1em;
	transition: all 0.5s ease-in-out;
	color: #fff;
	text-align: left;
}

.bicicleta.hentry h1.entry-title .groupClass,
.halloffame.hentry h1.entry-title .groupClass,
.accesorio.hentry h1.entry-title .groupClass,
.most.hentry h1.entry-title .groupClass,
.ropa.hentry h1.entry-title .groupClass,
.bici-2019.hentry h1.entry-title .groupClass,
.bici-2020.hentry h1.entry-title .groupClass {
	font-family: "Roboto slab",sans-serif;
	font-size: 2.6vw;
}

.bicicleta.hentry .entry-content,
.halloffame.hentry .entry-content,
.accesorio.hentry .entry-content,
.most.hentry .entry-content,
.ropa.hentry .entry-content,
.bici-2019.hentry .entry-content,
.bici-2020.hentry .entry-content {
	margin-top: 60px;
	color: #777;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.7em;
	background: #fff;
	margin-left: 0;
}

.accesorio.hentry .entry-content,
.most.hentry .entry-content,
.ropa.hentry .entry-content {
	margin-top: 60px;
	
	font-size: 12px;
	font-weight: normal;
	line-height: 1.7em;
	background: #fff;
	margin-left: 0;
}


@media (max-width: )

.accesorio .elementoscategoria, .accesorio .entry-content, .accesorio .tabla, 
.most .elementoscategoria, .most .entry-content, .most .tabla,
.ropa .elementoscategoria, .ropa .entry-content, .ropa .tabla {
    padding: 0 80px;
}

.halloffame .parallax-window {
	
	min-height: 300px;
    background: transparent;
}

#bike-intro-footer {
	opacity: 0;
	transition: opacity 0.5s ease-in-out 1s
}

.on #bike-intro-footer {
	opacity: 1;
}

#bike-intro-txt {
	opacity: 0;
	transition: opacity 0.5s ease-in-out 1s
}

@media (min-width: 992px) {
	#bike-intro-txt {
		margin-top: 60px;
		margin-left: 10px;
	}
}

.on #bike-intro-txt {
	opacity: 1;
}

#bike-intro-footer {

	margin-top: 80px;
}

#bike-intro-footer .toolsWrapper {
	font-size: 18px;
	text-align: right;
	padding-bottom: 10px;
	margin-top: -40px;
	margin-right: 10px;
	z-index: 10;
	position: relative
}


#bike-intro-left {
	opacity: 1;
	transition: width 0.5s ease-in-out 0.5s, height 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out
}
.on #main-image-wrapper {
	left: 0;
	opacity: 1;
}
#main-image-wrapper {
	position: relative;
	left: -200px;
	opacity: 0;
	cursor: pointer;
	transition: all 1s ease-in-out 0.5s

}

#main-image-wrapper .entry-thumbnail {
	padding-top:0;
	margin-top: 0;
}
.contentSection {
	position: relative;
	overflow: hidden;
	text-align: center;
	text-align: left;
	margin-bottom: 2em;
	font-family: "Exo 2", sans-serif;
	text-transform: uppercase;
	color: #444;
}
.contentSection:after {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #dbdbdb;
	position: absolute;
	top: 50%;
	left: 0
}

.contentSection span {
	padding-left: 0;
	position: relative;
	z-index: 10;
	padding: 0 20px 0;
	background-color: #fff;
		color: #444;
}

.expand #bike-intro-left {
	opacity: 0;
	height: 1px;
	width: 1px
}

.expandComplete #bike-intro-left {
	transition: width 0.5s ease-in-out 0s, height 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0.5s
}

.toolsWrapper i:hover, #close-expand:hover {
	color: #E20613;
	background-color: #f8f8f8
}

.toolsWrapper i, #close-expand {
	margin: 0 2px;
	cursor: pointer;
	border: 1px solid #ddd;
	padding: 0;
	width: 35px;
	text-align: center;
	height: 35px;
	line-height: 34px;
	color: #666;
	border-radius: 100%
}

#close-expand {
	position: absolute;
	right: 30px;
	font-size: 33px;
	top: 50px;
	opacity: 0;
	line-height: 27px;
	transition: opacity 0.5s ease-in-out 1.5s
}

#bike-intro-right {
	transition: width 0.5s ease-in-out 1s
}

.expandComplete #bike-intro-right {
	transition: width 0.5s ease-in-out 0s
}
.expand #bike-intro-right {
	width: calc(100% - 31px);
}


.expand #close-expand {
	transition: opacity 0.5s ease-in-out 0s
}

.expandComplete #close-expand { 

	opacity: 1
}

#dealer-locator {
	background: url("images/dealer-locator-bg.jpg") no-repeat center center/cover;
	min-height: 415px;
	position: relative;
	border: solid #666;
	border-width: 2px 0

}

#dealer-locator:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background: #FFDB2A url("gfx/grid.png") repeat left top;
	background: #040606;
	background: -moz-linear-gradient(top, #040606 0%, #383838 80%);
	background: -webkit-linear-gradient(top, #040606 0%, #383838 80%);
	background: linear-gradient(to bottom, #040606 0%, #383838 80%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#040606', endColorstr='#383838', GradientType=0 );
	display: block

}
#dealer-locator h3 {
	font-family: "Roboto slab", sans-serif;
	font-size: 52px;
	text-align: center;
	margin-bottom: 0.3em;
	color: rgba(255, 255, 255, 0.8)
}
#dealer-locator form {
	position: absolute;
z-index: 40;
left: 50%;
top: 45%;
width: 50%;
transform: translate(-50%, -50%)
}


#dealer-locator .inputWrapper {
	background-color: #fff;
	padding: 15px 15px;
	text-align: center;

}
#dealer-locator form select {
	margin: 0 auto;
}
#dealer-locator form input {
	width: 85%;
	font-size: 16px;
	
	border: 0;
	color: #333;
	margin: 8px auto 0;
	border: 1px solid #ccc;
}

#dealer-locator form #submit {
	
	background-color: red;
	font-size: 19px;
	padding: 5px 10px;
	color: #fff;
	margin-top: 8px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	#dealer-locator form #submit {
		font-size: 11px;
	}
	
	#dealer-locator h3 {
		font-size: 35px !important;
	}
}
.btn {
	display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px
}


.bike-view header h1 {
    margin: 0 0 5px;
    font-weight: bold;
    font-family: "Roboto slab",sans-serif;
    padding: 21px 190px 15px 40px;
    background-color: #231E20;
    color: #555;
    line-height: 1em;
    transition: all 0.5s ease-in-out;
}



.bike-view header h1 span.groupClass {
    display: block;
    font-size: 38px;
    font-size: 2.6vw;
    color: #fff;
    border-bottom: 1px solid #464646;
    margin-bottom: 0.1em;
    text-transform: uppercase;
    padding-bottom: 0.3em;
}

.bike-view header h1 span.modelClass {
    color: #dcdcdc;
}
.bike-view header h1 span.modelClass, .bike-view h1 span.variantClass {
    font-size: 24px;
    font-size: 2vw;
    margin-right: 15px;
    font-weight: 600;
    font-family: "Exo 2",sans-serif;
}

.bike-view header h1 span.variantClass {
    color: #aaa;
    font-family: "Exo 2",sans-serif;
}


@media (max-width: 768px) {
	.bike-view header h1 span.groupClass {
		font-size: 4.6vw;
	}
	.bike-view header h1 span.modelClass {
 	   font-size: 4vw;
	}
}

#primary.whitebackground {
	background: #fff;
	color: #000;
}

#primary.whitebackground .hentry {
	padding: 0 0px;
	margin-right: auto;
	margin-left: auto
	margin-top: 20px;
	font-family: "Exo 2",sans-serif;
}

#primary.whitebackground .hentry h1 {
	/*text-align: left;
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: "Exo 2",sans-serif;*/
	margin: 0 0 5px;
	font-weight: bold;
	font-family: "Roboto slab", sans-serif;
	padding: 21px 190px 15px 40px;
	background-color: #231E20;
	color: #555;
	line-height: 1em;
	transition: all 0.5s ease-in-out;
	color: #fff;
	font-size: 2.6vw;
	text-align: left;
}


footer ul.columnapie {
	list-style-type: none;
	padding-left: 20px;
}

footer ul.columnapie.redessociales li {
	float: left;
	margin-right: 1em;
	
}

footer ul.columnapie.redessociales {
	clear:both;
	    display: block;
    margin-bottom: 2em;
    padding: 0;
    font-size: 18px;
}
}
footer ul.columnapie a {
	color: #666;
}

footer {
	padding: 20px 10px;
	background: #eee;
	font-family: "Exo 2", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
}

footer .row {
	margin-top: 10px;
}

.titulomyway {
	background: #231f20;
	text-align: right;
}

#primary.whitebackground .hentry .titulomyway h1 {
	padding: 0 100px 0 40px;
}


.titulomyway {
	max-height: 76px;
	text-align: right;
}

.titulomyway img {
	max-height: 73px;
	
}

#primary.whitebackground.myway .hentry {
	padding: 0;
}
#primary.whitebackground.myway .hentry h1 {
	margin-top: 0;
}

#primary.whitebackground.myway .entry-content {
	padding: 0 40px;
}

#postnews {
	background: #fff;
	padding: 2em 30px;
	

}


#section-quote {
	background: #171717 url("images/fascia_puntini.jpg") no-repeat center center/cover;
	min-height: 200px;
	padding: 100px 0;
	color: #fff;
	text-align: center;
	position: relative;
	font-family: "Roboto slab", sans-serif
}
#section-quote p {
	font-size: 3vw;
	color: #fff;
	font-weight: normal;
	margin: 0;
	line-height: 1em
}

#section-quote em {
	font-weight: 300;
	font-size: 1.8vw;
	color: #ccc;
	font-style: normal
}


#blocknews {
	list-style-type: none;
	
}

#blocknews li {
	float: left;
	width: 330px;
}

#postnews div.bx-viewport {
	height: 450px !important; 	
	background: #fff;
}
#news {
	
}
#postnews h2 {
	clear: both;
	color: #000;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1.3em;
	margin: 0 0 7px;
	font-family: "Roboto slab", sans-serif;
	font-weight: bold;
	min-height: 42px
}

#postnews h2 a {
	color: #000;
}

#postnews .descripcion {
	clear: both;
display: block;
float: left;
height: 150px;
overflow: hidden;
margin: 0;
font-size: 12px;
color: #737373;
line-height: 1.6em
}
#postnews figure {
	height: 206px;
	margin: 0 0 17px;
	width: 325px;
}
#postnews .descripcion h1, 
#postnews .descripcion h2, 
#postnews .descripcion h3 {
	font-size: 12px;
	margin:0;
	padding: 0;
}

#service-section {
	text-align: center;
	overflow: hidden;
	padding: 10px 20px;
	background: transparent url("images/subtle_carbon.png") repeat center

}

.serviceItem {
	color: #fff;
display: inline-block;
margin: 5px;
padding: 8px 16px 7px 11px;
background-color: rgba(255, 255, 255, 0.11);
border-radius: 10px;
font-size: 12px;
white-space: nowrap;
text-align: center
}

.serviceItem:hover {
	text-decoration: none;
color: #FFDB2A
}

.serviceItem i {
	margin: 0 10px 0 0;
font-size: 12px;
height: 26px;
width: 26px;
line-height: 28px;
text-align: center;
border-radius: 100%;
color: rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0.2)
}


.serviceItem span {
	ont-family: "Roboto slab", sans-serif;
font-size: 12px;
font-weight: bold;
text-transform: uppercase
}


#site-navigation .sub-menu {
	width: 100%;
	padding-left: 0px;
	overflow: initial;
}

@media (min-width: 992px) {

	#site-navigation {
		margin-top: 15px;
	}
	#site-navigation .sub-menu {
		position: fixed;
		left: 200px;
		height: 100%;
		width: 200px;
		top: 0px;
		padding-top: 95px;
		background: #000 !important;
		padding-left:0;
	}
}

#site-navigation .sub-menu .sub-menu {
	width: 100%;
	padding-left: 0px;
}
@media (min-width: 992px) {
#site-navigation .sub-menu .sub-menu {
	left: 400px;
	height: 100%;
	width: 230px;
	top: 0;
	padding-top: 95px;
	background: #000 !important;
	padding-left:0;
}
}



#site-navigation i.fa-caret-right {
	display: none;
}

#site-navigation span {
	line-height: 40px;
	padding: 10px 25px;
	color: #fff;
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.nivel1 img {

	position: absolute;
	width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    z-index: 10;


}

.bikesmenu #nav-image-placeholder.secondNavOn {
    opacity: 1;
    left: 630px;
}

.halfoffamemenu #nav-image-placeholder.secondNavOn {
	display: none;
	width: 0;
}
.bikesmenu #nav-image-placeholder {
    position: fixed;
    background-color: #040404;
    width: calc(100% - 630px);
    right: -100%;
    top: 0;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
 }   
 
.bikesmenu #nav-image-placeholder img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    z-index: 10;
    opacity: 0.7
}
 
footer ul a {
	color: #666;
}

footer ul.submenu li {
	float: none;
}

.newitem .descripcion {
	padding: 0 10px;
}

.noticia .entry-content {
	padding-left: 25px;
}

.noticia .entry-content h3 {
	margin-top: 0;
}



// Live social wall

/* Reset */
.dcsns ul, .dcsns li {
	padding: 0; 
	margin: 0; 
	list-style: none!important;
	background: none;
}

/* Main styles */
/* Feeds */
.dcsns {
    color: #444;
    list-style: none outside none;
    margin: 0;
}
.dcsns h1 {
    width: auto;
	position: relative;
}
.dcsns h1, .dcsns h2, .dcsns h3 {
    line-height: 1.35em;
}
.dcsns-content {
	position: relative;
	padding: 0;
}
.dcsns-loading {
	background: url(../images/loading_light.gif) no-repeat 0 0;
	height: 24px;
	padding: 6px 0 0 30px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.dcsns-toolbar .dcsns-loading {
	right: 10px;
	left: auto;
}
.stream p {
	margin: 0;
	padding: 0;
}
.stream li a {
	color: #2DB6E8;
}
.stream li {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.8);
    box-shadow: 0 1px 2px rgba(0,0,0,0.8);
    font-size: 11px;
    padding: 15px 0 35px 0;
    width: 226px;
	position: relative;
	margin: 0 12px 12px 0;
	font-family: Arial, sans-serif;
	line-height: 1.35em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.stream li .inner {
	overflow: hidden;
	padding: 0 15px;
}
.stream li .icon {
	position: absolute;
	left: 5px;
	bottom: 4px;
	z-index: 3;
}
.stream li .section-intro {
    padding: 10px 0px 10px 0px;
	width: 100%;
	left: 0;
	bottom: 0;
	position: absolute;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	z-index: 2;
	text-shadow: 1px 1px 1px #111111;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.stream li .clear {
	clear: both;
}

/* Content blocks */

.stream li .section-intro a {
	text-decoration: underline;
	color: #fff;
	margin-left: 32px;
}

.stream li .section-title {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}
.stream li .section-title a {
	color: #555;
}
.stream li .section-title a:hover {
	color: #000;
}
.stream li .section-thumb {
	float: left;
	margin: 0 7px 0 0;
}
.stream li .section-thumb img {
	border: 1px solid #ccc;
	padding: 1px;
	background: #fff;
}
.stream li .section-text {
	display: block;
	margin-bottom: 3px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.stream li .section-text br {
	display: block;
}
.stream li .section-user {
	clear: both;
	display: block;
	font-style: italic;
	margin: 0 8px 5px 0;
	display: block;
	float: left;
	padding: 7px 0 0 15px;
	line-height: 12px;
	background: url(../images/profile.png) no-repeat 0 7px;
}
.stream li .meta {
	display: block;
	font-size: 90%;
	color: #999;
}
.stream li .meta span {
	margin: 0 8px 5px 0;
	display: block;
	float: left;
	padding: 0 0 0 15px;
	line-height: 12px;
}
.meta span.shares {
	background: url(../images/shares.png) no-repeat 0 0;
	padding-left: 20px;
}
.meta span.views {
	background: url(../images/views.png) no-repeat 0 0;
	padding-left: 18px;
}
.meta span.likes {
	background: url(../images/likes.png) no-repeat 0 0;
	padding-left: 16px;
}
.meta span.comments {
	background: url(../images/comments.png) no-repeat 0 0;
}
.meta span.users {
	background: url(../images/users.png) no-repeat 0 0;
}
.meta span.videos {
	background: url(../images/videos.png) no-repeat 0 0;
	padding-left: 16px;
}
.stream li .section-meta {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
}
.stream li .meta.item-comments {
	padding: 0 0 0 35px;
	margin: 0 0 5px 0;
	min-height: 30px;
	position: relative;
	clear: both;
	line-height: 1.3em;
}
.stream li .meta.item-comments img {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
}
.stream li .meta.item-likes {
	padding: 0;
	width: 100%;
	overflow: hidden;
	clear: both;
	line-height: 1.3em;
}
.stream li .meta.item-likes img {
	float: left;
	margin: 0 5px 5px 0;
	width: 30px;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
}
.stream li.dcsns-error {
	color: #990000;
}
.stream li .section-share {
	display: block;
	margin: 0 0 5px 0;
	padding: 4px 0 0;
	float: right;
}
.stream li .section-share a {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 2px 0 0;
	background: url(../images/share.png) no-repeat 0 0;
}
.stream li .section-share a.share-twitter {
	background-position: 0 -16px;
}
.stream li .section-share a.share-reply {
	background-position: 0 -32px;
}
.stream li .section-share a.share-retweet {
	background-position: 0 -48px;
}
.stream li .section-share a.share-favorite {
	background-position: 0 -64px;
}
.stream li .section-share a.share-google {
	background-position: 0 -80px;
}
.stream li .section-share a.share-linkedin {
	background-position: 0 -96px;
}
.stream li .section-share a.share-facebook:hover {
	background-position: -16px 0;
}
.stream li .section-share a.share-twitter:hover {
	background-position: -16px -16px;
}
.stream li .section-share a.share-reply:hover {
	background-position: -16px -32px;
}
.stream li .section-share a.share-retweet:hover {
	background-position: -16px -48px;
}
.stream li .section-share a.share-favorite:hover {
	background-position: -16px -64px;
}
.stream li .section-share a.share-google:hover {
	background-position: -16px -80px;
}
.stream li .section-share a.share-linkedin:hover {
	background-position: -16px -96px;
}
/* Toolbar */
.dcsns-toolbar {
	padding: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}
/* Filter */
#wall {
	padding: 10px 0 0 0px;
}
#wall .dcsns-toolbar {
	margin: 0px;
}
.dcsns-toolbar .filter {
	padding: 0;
	margin: 0 0 15px 0;
}
.dcsns-toolbar .filter li {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
}
.dcsns-toolbar .filter .link-all {
	color: #fff;
	height: 30px;
	font-size: 18px;
	padding: 10px 18px 0px 18px;
	text-shadow: 0 0 1px #555;
	font-weight: bold;
}
.dcsns-toolbar .filter li a {
	padding: 10px 8px 0px 8px;
	margin: 0 3px 0px 0;
	display: block;
	float: left;
	background: #817e7f;
	height: 30px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	}
.dcsns-toolbar .filter li img {
	margin: 0;
}
/* Controls */
.dcsns .controls {
	position: absolute;
	right: 0;
	top: 7px;
	height: 22px;
	padding: 0;
	z-index: 12;
}
.dcsns .controls li {
	display: inline;
	background: none;
}
.dcsns .controls a {
	display: block;
	width: 22px;
	height: 22px;
	float: left;
	margin: 0 0 0 2px;
	background: url(../images/controls.png) no-repeat 0 0;
}
.dcsns .controls .prev {
	background-position: -44px 0;
}
.dcsns .controls .next {
	background-position: -66px 0;
}
.dcsns .controls .play {
	background-position: 0 0;
}
.dcsns .controls .pause {
	background-position: -22px 0;
}
.dcsns .controls .prev:hover {
	background-position: -44px -22px;
}
.dcsns .controls .next:hover {
	background-position: -66px -22px;
}
.dcsns .controls .play:hover {
	background-position: 0 -22px;
}
.dcsns .controls .pause:hover {
	background-position: -22px -22px;
}

/* feeds network specific styles */
.iso-active {
	background: #bdd92d;
}
.dcsns-toolbar .filter a.iso-active, .dcsns-toolbar .filter a.link-all:hover {
	background-color: #fff;
}
.stream li.dcsns-rss .section-intro, .filter .f-rss a:hover, .filter .f-rss a.iso-active {
	background-color: #FF9800;
}
.stream li.dcsns-flickr .section-intro, .filter .f-flickr a:hover, .filter .f-flickr a.iso-active {
	background-color: #f90784;
}
.stream li.dcsns-delicious .section-intro, .filter .f-delicious a:hover, .filter .f-delicious a.iso-active {
	background-color: #3271CB;
}
.stream li.dcsns-twitter .section-intro, .filter .f-twitter a:hover, .filter .f-twitter a.iso-active {
	background-color: #4ec2dc;
}
.stream li.dcsns-facebook .section-intro, .filter .f-facebook a:hover, .filter .f-facebook a.iso-active {
	background-color: #3b5998;
}
.stream li.dcsns-google .section-intro, .filter .f-google a:hover, .filter .f-google a.iso-active {
	background-color: #2d2d2d;
}
.stream li.dcsns-youtube .section-intro, .filter .f-youtube a:hover, .filter .f-youtube a.iso-active {
	background-color: #DF1F1C;
}
.stream li.dcsns-pinterest .section-intro, .filter .f-pinterest a:hover, .filter .f-pinterest a.iso-active {
	background-color: #CB2528;
}
.stream li.dcsns-lastfm .section-intro, .filter .f-lastfm a:hover, .filter .f-lastfm a.iso-active {
	background-color: #C90E12;
}
.stream li.dcsns-dribbble .section-intro, .filter .f-dribbble a:hover, .filter .f-dribbble a.iso-active {
	background-color: #F175A8;
}
.stream li.dcsns-vimeo .section-intro, .filter .f-vimeo a:hover, .filter .f-vimeo a.iso-active {
	background-color: #4EBAFF;
}
.stream li.dcsns-stumbleupon .section-intro, .filter .f-stumbleupon a:hover, .filter .f-stumbleupon a.iso-active {
	background-color: #EB4924;
}
.stream li.dcsns-deviantart .section-intro, .filter .f-deviantart a:hover, .filter .f-deviantart a.iso-active {			background-color: #EB4924;
}
.stream li.dcsns-tumblr .section-intro, .filter .f-tumblr a:hover, .filter .f-tumblr a.iso-active {
	background-color: #365472;
}
.stream li.dcsns-instagram .section-intro, .filter .f-instagram a:hover, .filter .f-instagram a.iso-active {
	background-color: #413A33;
}

/* Facebook */
.stream li.dcsns-facebook .section-thumb img {
	width: 75px;
}
.stream li.dcsns-facebook .section-text img {
	margin: 5px 7px 5px 0;
	float: left;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 192px;
}
.stream li.dcsns-facebook .section-text a {
	margin-right: 4px;
}
.stream li.dcsns-facebook .section-intro a {
	margin-left: 25px;
}
.stream li.dcsns-facebook .meta {
	display: block;
	clear: both;
}
.stream li.dcsns-facebook .meta.item-comments {
	padding: 0;
	min-height: auto;
}
.stream li.dcsns-facebook .meta.item-comments a {
	display: block;
	margin: 0 0 2px 0;
}
.stream li.dcsns-facebook .share-facebook {
	display: none;
}
/* twitter */
.stream li.dcsns-twitter .section-thumb {
	margin-top: 3px;
}
.stream li.dcsns-twitter .section-thumb img {
	width: 48px; 
	height: 48px;
}
.stream li.dcsns-twitter .section-user {
	padding: 0;
	background: none;
}
.stream li.dcsns-twitter .section-text img {
	margin: 5px 0 0;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 192px;
}
.stream li.dcsns-twitter a {
	/*color: #38AEAE;*/
}
.stream li.dcsns-twitter .section-intro a, .stream li.dcsns-twitter .section-intro a:hover {
	color: #fff;
}
.stream li.dcsns-twitter .section-intro span a {
	text-decoration: none;
	margin-left: 0;
}
.stream li.dcsns-twitter .section-intro span a:hover {
	text-decoration: underline;
}
.stream li.dcsns-twitter a:hover {
	/*color: #38AEAE;*/
	text-decoration: underline;
}
.stream li.dcsns-twitter .twitter-user {
	margin-bottom: 2px;
	display: block;
}
.stream li.dcsns-twitter .twitter-user a {
	color: #999;
	line-height: 1.35em;
}
.stream li.dcsns-twitter .twitter-user a:hover {
	color: #999;
	text-decoration: none;
}
.stream li.dcsns-twitter .twitter-user a strong{
	color: #444;
}
.stream li.dcsns-twitter .twitter-user a:hover strong {
	/*color: #38AEAE;*/
	text-decoration: underline;
}
/* google */
.stream li.dcsns-google .section-title {
	margin-bottom: 5px;
}
.dcsns .stream li.dcsns-google .section-thumb img {
	max-width: 192px;
}
.stream li.dcsns-google .meta span.plusones {
	padding-left: 0;
}
/* rss */
.stream li.dcsns-rss .section-text img {
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 192px;
}
/* stumbleupon */
.dcsns .stream li.dcsns-stumbleupon .section-title {
	display: block;
	clear: both;
}
.dcsns .stream li.dcsns-stumbleupon .section-thumb img {
	max-width: 192px;
}
/* youtube */
.stream li.dcsns-youtube .section-thumb img {
	max-width: 192px;
}
/* vimeo */
.stream li.dcsns-vimeo .section-thumb img {
	max-width: 192px;
}
.dcsns .stream li.dcsns-vimeo .section-title {
	display: block;
	clear: both;
}
.stream li.dcsns-vimeo .section-text {
	margin-bottom: 5px;
}
.stream li.dcsns-vimeo .section-text .meta {
	padding-top: 5px;
}
.stream li.dcsns-vimeo .logo {
	margin-bottom: 3px;
}
/* Flickr */
.stream li.dcsns-flickr .section-thumb {
	margin: 0;
}
.stream li.dcsns-flickr .section-thumb img{
	max-width: 192px;
}
/* Pinterest */
.stream li.dcsns-pinterest .section-thumb {
	display: block;
}
.stream li.dcsns-pinterest .section-text {
	clear: both;
}
.stream li.dcsns-pinterest .section-thumb img {
	width: 190px;
}
/* dribbble */
.stream li.dcsns-dribbble .inner img {
	margin-bottom: 5px;
	max-width: 192px;
}
/* lastfm */
.stream li.dcsns-lastfm .section-title {
	background: url(../images/tracks.png) no-repeat 0 0;
	padding-left: 17px;
	margin-bottom: 0;
}
/* deviantart */
.stream li.dcsns-deviantart .section-thumb {
	display: block;
	float: none;
}
.stream li.dcsns-deviantart .section-thumb img {
	max-width: 192px;
}
/* tumblr */
.stream li.dcsns-tumblr .section-text img {
	margin: 0 7px 5px 0;
	float: left;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 192px;
}
.stream li.dcsns-tumblr .track {
	display: block;
	background: url(../images/tracks.png) no-repeat 0 5px;
	padding: 5px 0 0 17px;
	margin-bottom: 0;
}
/* instagram */
.stream li.dcsns-instagram {
	padding-bottom: 40px;
}
.stream li.dcsns-instagram .section-title {
	font-weight: normal;
	clear: both;
}
.stream li.dcsns-instagram .section-thumb img {
	margin: 0 7px 5px 0;
	float: left;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 192px;
}
.stream li.dcsns-instagram .meta {
	clear: both;
}
.stream li.dcsns-instagram .section-meta .meta .comments, .stream li.dcsns-instagram .section-meta .meta .likes {
	margin: 0 0 5px 0;
	padding-top: 5px;
	background-position: 0px 5px;
	float: none;
	font-size: 100%;
	font-weight: bold;
}
/*isotope */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

#wall .stream li {
	list-style-type: none;
}

footer #mailjetsidebar {
	font-family: "Exo 2", sans-serif;
	font-size: 12px;
	display: block;
	color: #666;
	margin-top: 0.5em;
}
footer #mailjetsidebar h2 {
	font-size: 12px;
	font-family: "Exo 2", sans-serif;
	margin-top: 0;
	
}

footer #mailjetsidebar input {
	width: 80%;
	margin-bottom: 5px;
}

span.red {
	color: red;
}

span.leyenda {
	font-size: 12px;
	font-weight: normal;
	color: #555;
}

.bx-wrapper .bx-controls-direction a {
	top: 25%;
}

.bx-wrapper .bx-prev {
	left: -30px;
}
.bx-wrapper .bx-next {
	right: -30px;
}

@media (max-width: 991px) {
	.bx-wrapper .bx-prev {
	left: 0px;
}
.bx-wrapper .bx-next {
	right: 0px;
}
}

.dcsns-toolbar .filter li a,
.dcsns-toolbar .filter .link-all {
	height: 45px;
}

#site-navigation .halloffamemenu li a {
	font-size: 10px;
	text-transform: capitalize;
	line-height: 20px;
}

#socialwall ul.stream {
	margin-top: 15px;
}
.testimonial-section .bgImage {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: transparent no-repeat fixed;
    background-image: none;
    background-size: auto auto;
background-size: cover;
}

.testimonial-section {
	background: transparent no-repeat fixed;
    background-size: auto auto;
	background-size: cover;
	height: 600px;
	width: 100%;
	position: relative;
	overflow: hidden;

}


.whitebackground .skrollable-between {
	height: 100% !important;
	top: 0% !important;
}

.whitebackground .wpb_column.vc_parallax-content-moving {
	height: 1000px;
}


.timelineTextWrapper {
    background-color: rgba(0,0,0,0.8);
    min-height: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 40px 40px 40px 40px;
}


#intro .timelineTextWrapper {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 40px;
    padding: 0;
}

#intro .timelineTextWrapper h1 {
    font-size: 160px;
    font-family: "Roboto slab",sans-serif;
    color: rgba(13,15,15,0.6);
    line-height: 1em;
    margin-bottom: 0;
    letter-spacing: 4px;
    font-weight: bold;
}

#intro .timelineTextWrapper h2 {
    color: rgba(239,239,239,0.7);
    margin: 0;
    font-size: 30px;
}
.timelineTextWrapper h2 {
    margin: 0 1em 0.5em 190px;
    font-family: "Roboto slab",sans-serif;
    line-height: 1.3em;
    color: #fff;
    font-weight: bold;
}

.onepageTimelineSection {
    position: relative;
    min-height: 1000px;
    background-attachment: fixed !important;
}


.timelineTextWrapper h4 {
    font-family: "Roboto slab",sans-serif;
    font-size: 120px;
    line-height: 140px;
    margin: 0;
    float: left;
    width: 165px;
    color: #fff;
    border-right: 7px solid #FFD600;
    font-weight: bold;
}


.timelineTextWrapper p {
    margin: 0 1em 0 190px;
    line-height: 1.6em;
    font-size: 13px;
    color: #fff;
    width: 80%;
}

.presentacionbike .bicicleta.hentry .entry-content,
.presentacionbike .bici-2019.hentry .entry-content,
.presentacionbike .bici-2020.hentry .entry-content {
	padding: 0;
}


#mapCanvas {
	height: 500px;
}
#site-navigation li {
	border-bottom: 0px solid #000;
}

#site-navigation a:hover,
#site-navigation li span:hover {
	color: #FFDB2A;
}

#site-navigation li a {
	color: #b1b1b1;
}

#site-navigation li span {
	color: #b1b1b1;
}

.mailjetacepta {
	font-size: 10px;
	text-transform: none;
}
#site-navigation li:first-child,
#site-navigation .sub-menu li:first-child,
#site-navigation .children li:first-child {
  border-top: 0px solid rgba(255, 255, 255, 0.1) !important;
}

.mosaicitem a:hover {
	color: transparent;
	border:0px solid transparent ;
}

footer h3 {
	font-size: 15px;
	padding-left: 20px;
}

footer .columnasiguenos h3 {
	padding-left: 0;
}



.most-template .bike-view header h1 {
	padding-right: 0;
}
@media (min-width: 768px) {
.most-template .bike-view header h1 img {
	float: right;
}

}

.logomost {
	max-width: 200px;
}

.contenidonoticia {
	margin-top: 60px;
	color: #777;
	
	font-weight: normal;
	line-height: 1.7em;
	background: #fff;
	margin-left: 0;
	padding: 0 80px;
}

@media (max-width: 767px) {
	.contenidonoticia {
		padding: 0 15px;
		margin-left: -15px;
	}
}

#formmapa input#ciudad {
	width: 85%;
	display: inline;
	float: left;
	border: 1px solid #ccc;
}



#formmapa input#enviar {
	float: left;
	display: inline;
	height: 40px;
}


.listadodistribuidores {
	margin: 1em 0px;
}

.listadodistribuidores .row{
	margin-bottom: 2.5em;
	line-height: 15px;
}


.listadodistribuidores .cabecera {
	font-weight: bold;
	
	margin-bottom: 1em;
}
.listadodistribuidores .cabecera .col-md-4 {
	border-bottom: 1px solid #000;

}

.mapa-view .entry-content {
	padding-bottom: 1.5em;
}

.mapa-view label {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

.mapa-view input,
.mapa-view select {
	clear:both;
	margin-bottom: 1em;
}

.mapa-view #enviar {
	display: block;
	background: red;
	color: #fff;
	border: 1px solid red;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}


.listadodistribuidores .expert {
	color: #ca993c;
	font-weight: bold;
	border-bottom: 1px solid #000;
	display:block;
	line-height: 20px;
}
.listadodistribuidores .premium {
	color: #828081;
	font-weight: bold;
	border-bottom: 1px solid #000;
	display:block;
	line-height: 20px;
}

.listadodistribuidores .normal {
	color: #231f20;
	font-weight: bold;
	border-bottom: 1px solid #000;
	display:block;
	line-height: 20px;
}

.mapa #nohaydatosmapa {
	background: #000;
	text-align: center;
	font-size: 2em;
	color: #fff;
	padding: 4em 1em;

}

.mapa #nohaydatosmapa .linea1 {
	display: block;
}

.mapa #nohaydatosmapa .linea2 {
	display: block;
	margin-top: 1em;
}


	.mapa .mapacapa {	
		margin-bottom: 1.5em;
	}


.page .entry-content {
	padding: 0 40px;
}

.home.page  .entry-content {
	padding: 0;
}

body.custom-background {
background: none !important;
}

.toggle-sidebar {
	display: none;
}

@media (max-width: 767px) {
	.home .slideshow li hgroup h2, .home .slideshow li hgroup h2 a {
		font-size: 9.4vw;
	}
	
	.mosaicgroup .mosaicitem hgroup h2 {
		font-size: 8.76vw;
	}
}


.single.single-post .tags-links,
.bicicleta-template .tags-links,
.bici-2019-template .tags-links,
.bici-2020-template .tags-links
 {
	display: none;
}

.single.single-post .bx-wrapper {
	background: transparent;
}


textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"],
select {
	border-color: #333 !important;

}

.botonmas a {
	margin-top: 15px;
border: 0;
background-color: transparent;
font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-family: "Exo 2", sans-serif;
}


@media (max-width: 992px) {
	.bike-view header h1 {

    padding: 0.3em 0.5em;

	}
	#primary.whitebackground .hentry h1 {

    	padding: 21px 0.5em;
		font-size: 4.6vw;
	}
}

@media (max-width: 580px) {
	#section-quote p {
		font-size: 7.3vw;
		margin-bottom: 0.3em;
	}
}

@media (max-width: 514px) {
	#wall .dcsns-toolbar {
		text-align: center;
	}
	.dcsns-toolbar .filter
	{
		margin: 0 auto;

		display: inline-block;
	}
}


@media (max-width: 472px) {
	#close-expand {
		right: 10px;
		top: 10px;
	}

}

.testimonial-section {
    margin-top: 60px;
}

@media (max-width: 992px) {
	.home .slideshow li hgroup .descripcion, .home .slideshow li hgroup .descripcion a,
	.mosaicgroup .mosaicitem hgroup .descripcion {
		font-size: 2.2vw;
	}
}

@media (max-width: 580px) {
	.home .slideshow li hgroup .descripcion, .home .slideshow li hgroup .descripcion a,
	.mosaicgroup .mosaicitem hgroup .descripcion {
		font-size: 4vw;
	}
}


#news .bx-wrapper .bx-controls-direction a {
	top: 25%;
}

#news .bx-wrapper .bx-prev {
	left: 10px;
}

#news .bx-wrapper .bx-next {
	right: 10px;
}
@media (max-width: 992px) {
.hentry .entry-content {
	max-width: 100%;
}

}

.blackpage {
	background: black;
	margin-top: -5px;
	color: white;
}

h1.titleblackpage {
	color: white;
}

.blackpage h2, .blackpage h1, .blackpage h3 {
	color: white;
}

.blackpage .vc-hoverbox h2 {
	color: #000;
}

#primary.blackbackground {
	background: #000;
	color: #000;
}



#primary.blackbackground .hentry {
	padding: 0 0px;
	margin-right: auto;
	margin-left: auto
	margin-top: 20px;
	font-family: "Exo 2",sans-serif;
}

#primary.blackbackground .hentry h1 {
	/*text-align: left;
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: "Exo 2",sans-serif;*/
	margin: 0 0 5px;
	font-weight: bold;
	font-family: "Roboto slab", sans-serif;
	padding: 21px 190px 15px 40px;
	background-color: #231E20;
	color: #555;
	line-height: 1em;
	transition: all 0.5s ease-in-out;
	color: #fff;
	font-size: 2.6vw;
	text-align: left;
}

@media (max-width: 992px) {
	
	#primary.blackbackground .hentry h1 {

    	padding: 21px 0.5em;
		font-size: 4.6vw;
	}
}


#primary.blackbackground  header h1 span.groupClass {
	display: block;
font-size: 38px;
font-size: 2.6vw;
color: #fff;
border-bottom: 1px solid #464646;
margin-bottom: 0.1em;
text-transform: uppercase;
padding-bottom: 0.3em;
}


.vc_images_carousel{
  margin-left: auto;
  margin-right: auto;
}

.aligncenter {
	text-align: center;
	margin: 5 auto;
}

img.aligncenter {
	display: block;
}

#sliderhome li figure {
	background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (max-width: 414px) {
	#sliderhome .bx-wrapper, #sliderhome .bx-viewport,
	#sliderhome li, #sliderhome li img, #sliderhome li figure {
		height: 414px;
	}
	#sliderhome li img {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@media (max-width: 375px) {
	#sliderhome .bx-wrapper, #sliderhome .bx-viewport,
	#sliderhome li, #sliderhome li img, #sliderhome li figure {
		height: 375px;
	}
	
	
	#sliderhome li img {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@media (max-width: 320px) {
	#sliderhome .bx-wrapper, #sliderhome .bx-viewport,
	#sliderhome li, #sliderhome li img, #sliderhome li figure {
		height: 320px;
	}
	#sliderhome li img {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}


@media (min-width:768px) and (max-width: 991px) {
	footer .bicicletasequip {
		min-height: 284px;
	}
	
	.logoaniversario {
		padding-top: 9px;
	}
	
	
	footer .columnasiguenos h3,
	footer ul.columnapie.redessociales,
	footer #mailjetsidebar {
		padding-left: 20px;
	}
	
}



@media (max-width: 992px) {
	.bike-intro-txt {
		margin-left: 15px;
	}

}

@media (max-width: 767px) {
	.logomost {
		max-width: 100px;
		float: right;
		margin-top: 7px;
	}

}

@media (max-width: 1024px) {
	section.onepageTimelineSection {

		background-size: contain !important;
		background-color: #000 !important;
		background-attachment: scroll !important;
		padding-top: 1px;
		min-height: 707px;

	}
	#intro .timelineTextWrapper {

		margin-top: 0 !important;

	}
	.timelineTextWrapper p {

		width: 70%;

	}
}

@media (max-width: 768px) {
	section.onepageTimelineSection {

		background-size: contain !important;
		background-color: #000 !important;
		background-attachment: scroll !important;
		padding-top: 1px;
		min-height: 530px;
		margin: 0 -20px;

	}
	
	.timelineTextWrapper p {

		width: 65%;

	}
	
}

	
@media (max-width: 603px) {
	section.onepageTimelineSection {

		background-size: contain !important;
		background-color: #000 !important;
		background-attachment: scroll !important;
		padding-top: 1px;
		min-height: 414px;

	}
	
	#intro .timelineTextWrapper h1 {

		font-size: 120px;
		line-height: 85px;

	}
	#intro .timelineTextWrapper h2 {

		font-size: 16px;

	}
	
	.timelineTextWrapper h4 {

		font-size: 80px;
		line-height: 80px;
		width: 100px;

	}
	.timelineTextWrapper h2 {

		font-size: 20px;
		margin: 0 1em 0.5em 130px;

	}
	timelineTextWrapper p {

		margin-left: 130px;

	}
	
	.timelineTextWrapper {

		padding: 40px 20px 40px 20px;

	}
}


@media (max-width: 480px) {
	section.onepageTimelineSection {

		background-size: contain !important;
		background-color: #000 !important;
		background-attachment: scroll !important;
		padding-top: 1px;
		min-height: 301px;

	}
	
	.timelineTextWrapper h4 {

		font-size: 60px;
		line-height: 60px;
		width: 100px;

	}
	
	.timelineTextWrapper h2 {

		font-size: 20px;
		margin: 0 1em 0.5em 130px;

	}
	
	section.onepageTimelineSection .timelineTextWrapper {

		margin-top: 331px;
		position: static;

	}
	.timelineTextWrapper p {

		margin-left: 130px;

	}
	
	.timelineTextWrapper {

		padding: 40px 20px 40px 20px;

	}

}


@media (max-width: 320px) {
	section.onepageSection, section.onepageTimelineSection {

		background-size: contain !important;
		background-color: #000 !important;
		background-attachment: scroll !important;
		padding-top: 1px;
		min-height: 221px;

	}

	.timelineTextWrapper h4 {

		font-size: 40px;
		line-height: 40px;
		width: 45px;
		border-width: 3px;

	}
	
	section.onepageTimelineSection .timelineTextWrapper {

		margin-top: 221px;
		position: static;

	}
	
	.timelineTextWrapper h2 {

		font-size: 20px;
		margin-left: 70px;

	}
	.timelineTextWrapper p {

		margin-left: 70px;
		margin-right: 10px;
		width: auto;

	}

}

@media (max-width: 467px) {
	#socialwall ul.stream {
		position: relative;
		height: 19377px;
		width: 226px;
		margin: 0px auto;
		padding: 0px;
		float: none;
	}
}

.hovermenu {
	padding-left: 10px;
}

#site-navigation a.backlink {
	text-decoration: underline !important;
}


.text-right {
	text-align: right;

}

.nextArrow, .prevArrow {

    background: url("images/hallfame_next.png") no-repeat scroll 9px -3px #bbb;
        background-position-x: 9px;
        background-position-y: -3px;
    height: 40px;
    width: 39px;
    display: block;

}

.nextArrow {

    background-position: -51px -3px;
    float: right;
    margin-left: 12px;

}

.prevArrow {

    float: left;
    margin-right: 12px;

}

.nextName, .prevName {

    display: block;
    color: #333;

}

#product-navigation {

    border-top: 1px solid #DDDDDD;
    margin: 2em 20px 0em;
    padding: 20px 15px 0.5em;
	border-bottom: 1px solid #DDDDDD;
}

#product-navigation a {

    text-transform: uppercase;
    font-weight: 100;
    font-size: 12px;
    color: #E20613;
	line-height: 12px;
}

.hentry.halloffame {
	padding-bottom: 1em;
}

h3.titulootras {
	padding: 0 15px;
}

@media (max-width: 991px) {
	#site-navigation {

 	   display: none;

	}
	
	#site-navigation {
		position: absolute;
		left: 0;
		right: 0;
		background: #000;
	}
}
@media (min-width: 992px) {
	#site-navigation {

 	   display: block;

	}
	
	.toggle-navigation {
		display: none;
	}
}


.contenidonoticia .vc_images_carousel {
    max-width: 100%;
}

@media (max-width: 991px) {
	#primary.whitebackground .hentry .titulomyway h1 {
		padding: 0 0px 0 40px;
	}

}
#masthead .hgroup {
	border-bottom: 0px solid #000;
}
@media (min-width:768px) {
	.padding5 {
		padding-left: 5px !important;
		padding-right: 5px !important;	
	}
	
	.marginbottom5 {
		margin-bottom: 5px !important;
	}
	
	.margintop5 {
		margin-top: 5px !important;
	}
	
	.paddingbottom5 {
		padding-bottom: 5px !important;
	}
	
	.paddingtop5 {
		padding-top: 5px !important;
	}
	.margin5 {
		margin-left: 5px !important;
		margin-right: 5px !important;	
	}
	
}
@media (min-width: 768px) {
.rowflex {
	
	display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	  flex-wrap: wrap;
}

.rowflex > [class*='col-'] {
  display: flex;
  flex-direction: column;
 
}
}

.mosaicitem .bx-wrapper {
	height: 100%;
}

.home #mosaic .slideshow li {
	height: 100%;
}

#mosaic .bx-viewport {
	height: 100% !important;
}

#mosaic .slideshow,
#mosaic figure,
#mosaic img {
	height: 100%;
}