/*************************************************************************************************/
/***************************************** VARIABLES *********************************************/
/*************************************************************************************************/
/*************************************************************************************************/
/******************************************** MIXINS *********************************************/
/*************************************************************************************************/
.menu-fixed {
  position: fixed;
  z-index: 9999;
  top: 0px;
  width: 100%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  background-color: #ff5715;
}
.menu-fixed .mf-logo,
.menu-fixed .links-app,
.menu-fixed .links-app-guest {
  display: none;
}
.menu-fixed .mf-menu .menu-index .fa-home {
  display: none;
}
.menu-fixed .mf-menu .menu-index .menu-logo img {
  margin-left: -5px;
  opacity: 1;
  filter: alpha(opacity=100);
}
/*************************************************************************************************/
/******************************************* PLUGINS *********************************************/
/*************************************************************************************************/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0px;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Motofan Theme
*********************************/
.flexslider {
  position: relative;
  margin: 0 0 15px;
  overflow: hidden;
  zoom: 1;
  background: #333;
  font-family: "Roboto Condensed", sans-serif;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides li a {
  display: block;
  position: relative;
  background-color: #333;
}
.flexslider .slides li a .flexslider-mask {
  overflow: hidden;
  height: 0px;
  /*padding-bottom: 56.25%;*/
  padding-bottom: 77.5%;
}
.flexslider .slides li a .flexslider-mask .mf-card-img-overlay {
  font-family: Arial, sans-serif;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.flexslider:hover .flex-next {
  opacity: .8;
  right: 5px;
}
.flexslider:hover .flex-next:hover {
  opacity: 1;
}
.flexslider:hover .flex-prev {
  left: 5px;
  opacity: .8;
}
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .slides li a {
  text-decoration: none;
}
.flexslider .highlight {
  height: 1em;
  line-height: 1em;
  overflow: hidden;
  margin-top: -7.3%;
  padding: 0px 15px 7.3% 15px;
  width: 100%;
  font-size: 20px;
  color: #fff;
}
.flex-viewport {
  max-height: 2000px;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  -webkit-transition: all .3s ease;
  background: url(/css/images/bg_direction_nav.png) no-repeat 0 0;
  cursor: pointer;
  display: block;
  top: 50%;
  height: 30px;
  width: 30px;
  margin: -20px 0 0;
  opacity: 0;
  position: absolute;
  text-indent: -9999px;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  opacity: 1;
  right: -36px;
}
.flex-direction-nav .flex-prev {
  left: -36px;
}
.flex-direction-nav .flex-disabled {
  cursor: default;
  filter: alpha(opacity=30);
  opacity: .3!important;
}
.flex-control-nav {
  position: absolute;
  bottom: 13%;
  padding: 15px;
  width: 100%;
  text-align: center;
  /* background-color: #333; */
}
.flex-control-nav li {
  *display: inline;
  display: inline-block;
  margin: 0 6px;
  text-align: center;
  zoom: 1;
}
.flex-control-paging li a {
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #666666;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: block;
  height: 11px;
  text-indent: -9999px;
  width: 11px;
}
.flex-control-paging li a:hover {
  background: #333333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #ff5715;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  overflow: hidden;
  position: static;
}
.flex-control-thumbs li {
  float: left;
  margin: 0;
  width: 25%;
}
.flex-control-thumbs img {
  cursor: pointer;
  display: block;
  opacity: .7;
  width: 100%;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  cursor: default;
  opacity: 1;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
@media (min-width: 480px) and (max-width: 1009px) {
  .flexslider {
    margin: 0px -15px 15px;
  }
  .flexslider .highlight {
    padding: 0px 15px 6.3% 15px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .flex-control-nav {
    bottom: 12%;
  }
}
@media (min-width: 375px) and (max-width: 480px) {
  .flexslider {
    margin: 0px -15px 15px;
  }
  .flexslider .highlight {
    padding: 0px 15px 17.3% 15px;
    font-size: 18px;
    margin-top: -7.3%;
    max-height: 2.8em !important;
    line-height: 1.4em !important;
    overflow: hidden;
    /* Comento ellipsis multiline y lo hago por PHP pq esto hace truncate por medio,
		 no al final, corta el Leer más */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .flex-control-nav {
    bottom: 20%;
  }
  .flex-control-paging li a {
    width: 8px;
    height: 8px;
  }
  .flex-direction-nav a {
    top: 42%;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .flexslider {
    margin: 0px -15px 15px;
  }
  .flexslider .highlight {
    padding: 0px 15px 20.3% 15px;
    font-size: 18px;
    margin-top: -7.3%;
    max-height: 2.8em !important;
    line-height: 1.4em !important;
    overflow: hidden;
    /* Comento ellipsis multiline y lo hago por PHP pq esto hace truncate por medio,
		 no al final, corta el Leer más */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .flex-control-nav {
    bottom: 22%;
  }
  .flex-control-paging li a {
    width: 8px;
    height: 8px;
  }
  .flex-direction-nav a {
    top: 40%;
  }
}
/*************************************************************************************************/
/********************************************** CORE *********************************************/
/*************************************************************************************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
small,
strike,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
nav,
header,
footer,
article,
section {
  display: block;
}
figure {
  position: relative;
}
figure img {
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
  background-color: #e2e2e2;
  cursor: default;
  font-size: 14px;
  font-family: Arial;
  color: #333;
}
body.raw {
  margin-top: 0px;
  text-align: left;
}
body.pop {
  background: transparent;
}
body.landing-magazine {
  background: url("img/revista-digital/fondo-web2.jpg") no-repeat scroll center 30px #565656;
  /*.second-menu {
			margin-bottom: 90px;
		}*/
}
a {
  text-decoration: none;
  outline: none;
  color: #ff5715;
}
a:hover {
  text-decoration: underline;
  color: #ff5715;
}
a.anchor {
  padding-top: 40px;
  text-decoration: none;
  color: #333;
}
p {
  line-height: 1.35em;
}
p.important-text {
  font-size: 13px;
  color: #333;
  margin: 0 20px 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
}
ul,
ol {
  list-style: none;
}
.errors {
  color: #FF0000;
  clear: both;
}
.wrapper {
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
  position: static;
}
.wrapper.withskin {
  position: relative;
}
.wrapper.fullbanner {
  height: 150px;
  background: none;
  z-index: 2;
  position: inherit;
}
.wrapper.footer p {
  padding: 10px;
}
.wrapper.footer span {
  color: #ff5715;
  cursor: pointer;
}
.wrapper.footer span:hover {
  text-decoration: underline;
}
.wrapper.relative {
  position: relative;
  overflow: visible;
}
/*
header {
	display: block;
	height: 50px!important;
	clear: both;
	width: 980px;
	.logo {
		background: url(/css/i/motofan.logo.png) no-repeat;
		text-indent: -2000px;
		width: 179px;
		height: 50px;
		display: block;
		margin: 0 0 0 20px;
		float: left;
	}
	.motofan-tab {
		float: right;
		padding: 6px 15px;
		background: #F6F6F6;
		border-bottom: 1px solid #EEE;
		border-left: 1px solid #EEE;
		box-shadow: 5px -5px 5px #DDD inset;
		&:hover {
			box-shadow: 5px -5px 5px #CCC inset;
		}
	}
}*/
header,
footer {
  font-size: 14px;
  clear: both;
  overflow: hidden;
}
.topmargin {
  margin-top: 10px;
}
.center {
  text-align: center;
}
.nowrap {
  white-space: nowrap;
}
.h2 {
  font-size: 17px;
  margin: 25px 0 15px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
.h3 {
  font-size: 15px;
  margin: 5px 0 15px;
}
.clear {
  clear: both;
}
.js-link {
  cursor: pointer;
}
.js-link:hover {
  color: #ff5715;
}
.link_nf {
  color: #ff5715;
  cursor: pointer;
}
.link_nf:hover {
  text-decoration: underline;
}
.arrow-right {
  background-position: 0 -52px;
  width: 18px;
  height: 17px;
}
/* MENU DEPRECATED
.second-menu {
	margin: 0;
	width: 100%;
	height: 30px;
	clear: both;
	background: #5b5b5b;
	background: -moz-linear-gradient(top,  #5b5b5b 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b5b), color-stop(100%,#333333));
	background: -webkit-linear-gradient(top,  #5b5b5b 0%,#333333 100%);
	background: -o-linear-gradient(top,  #5b5b5b 0%,#333333 100%);
	background: -ms-linear-gradient(top,  #5b5b5b 0%,#333333 100%);
	background: linear-gradient(to bottom,  #5b5b5b 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#333333',GradientType=0 );
	.wrapper {
		background: transparent;
	}
	.access-menu {
		float: left;
		margin: 10px 20px 0 0;
		font-size: 12px;
		color: #fff;
		a {
			color: #f0f0f0;
			font-family: Merriweather;
			font-weight: normal;
		}
		.link_nf {
			color: #f0f0f0;
			font-family: Merriweather;
			font-weight: normal;
		}
		span {
			margin: 0 5px;
		}
	}
	.publicar {
		float: right;
		height: 12px;
		box-shadow: none;
		margin: 2px 0 0;
	}
	.countries {
		display: block;
		float: right;
		width: 150px;
		margin: 8px 20px 0 0;
		z-index: 9999999;
		position: relative;
		font-family: Merriweather;
		span {
			color: #fff;
			font-size: 13px;
			padding: 0 0 0 25px;
			background: url(/css/i/flags.png) no-repeat;
			&.esp {
				background-position: 4px 3px;
			}
			&.fra {
				background-position: 4px -72px;
			}
			&.ita {
				background-position: 4px -97px;
			}
			&.por {
				background-position: 4px -47px;
			}
			&.bel {
				background-position: 4px -122px;
			}
			&.bra {
				background-position: 4px -22px;
			}
		}
		.triangle {
			width: 0!important;
			height: 0;
			padding: 0;
			border-left: 5px solid transparent;
			border-right: 5px solid transparent;
			border-bottom: 5px solid #f0f0f0;
			display: none;
			margin: 0 0 0 45px;
			background: none;
		}
		ul {
			display: none;
			background: #f0f0f0;
			width: 100px;
			margin: 0;
			z-index: 9999999;
			padding: 5px 0;
			li {
				a {
					padding: 5px 0 5px 30px;
					display: block;
					color: #666;
					&:hover {
						text-decoration: none;
					}
				}
				&.fra {
					a {
						background-position: 8px -69px;
					}
				}
				&.bra {
					a {
						background-position: 8px -19px;
					}
				}
				&.por {
					a {
						background-position: 8px -44px;
					}
				}
				&.ita {
					a {
						background-position: 8px -94px;
					}
				}
				&.bel {
					a {
						background-position: 8px -119px;
					}
				}
			}
		}
		&:hover {
			ul,
			.triangle {
				display: block;
			}
		}
	}
	.select-countries {
		a {
			background: url(/css/i/flags.png) no-repeat;
		}
		li {
			&.esp {
				a {
					background-position: 8px 6px;
				}
			}
		}
	}
}
.access-menu {
	.js-mylist {
		background: transparent url(/css/i/star.red.png) top left no-repeat;
		padding: 0 0 0 20px;
		span {
			margin: 0;
			font-weight: bold;
		}
	}
}
.root-menu-content {
	height: 35px;
	clear: both;
}
.root-menu {
	background: #fff;
	border-bottom: 2px solid #E2E2E2;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
	height: 35px;
	width: 967px;
	padding: 0 5px 0 5px;
	clear: both;
	display: block;
	font-size: 13px;
	font-family: 'Merriweather', sans-serif;
	&.js-float {
		position: fixed;
		top: 0;
		z-index: 999999;
		border-right: 2px solid #E2E2E2;
		border-left: 2px solid #E2E2E2;
		width: 947px;
		margin: 0 10px;
		box-shadow: 0 0 15px 0 #CCCCCC;
	}
	.mini-logo {
		width: 0;
		height: 25px;
		float: left;
		margin: 3px 0 0 5px;
		overflow: hidden;
		background: url("/css/i/motofan.minilogo.png") no-repeat 0 3px;
		a {
			display: block;
			text-indent: -2000px;
			height: 9px;
			width: 78px;
			margin: 0;
		}
	}
	.menu {
		display: block;
		float: left;
		line-height: 18px;
		height: 35px;
		&.selected {
			a {
				color: @color-corp;
				font-weight: bold;
			}
		}
	}
	a {
		padding: 8px 6px;
		color: #333;
		display: block;
		font-weight: normal;
		&:hover {
			color: @color-corp;
			text-decoration: none;
		}
	}
	div {
		&:nth-child(2) {
			a {
				padding: 8px 7px 8px 5px;
			}
		}
		&:last-child {
			a {
				padding: 8px 5px 8px 7px;
			}
		}
	}
	span {
		color: #D8D8D8;
		display: block;
		float: left;
		margin: 3px 2px 0;
	}
}
.menu {
	&.menu-tienda {
		background: @color-corp!important;
		background-image: -ms-linear-gradient(top, @color-corp 0%, #C40013 100%)!important;
		background-image: -moz-linear-gradient(top, @color-corp 0%, #C40013 100%)!important;
		background-image: -o-linear-gradient(top, @color-corp 0%, #C40013 100%)!important;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, @color-corp), color-stop(1, #C40013))!important;
		background-image: -webkit-linear-gradient(top, @color-corp 0%, #C40013 100%)!important;
		background-image: linear-gradient(to bottom, @color-corp 0%, #C40013 100%)!important;
		border: 1px solid #C40013!important;
		&:hover {
			background: #F62D42!important;
			background-image: -ms-linear-gradient(top, #F62D42 0%, #CA0619 100%)!important;
			background-image: -moz-linear-gradient(top, #F62D42 0%, #CA0619 100%)!important;
			background-image: -o-linear-gradient(top, #F62D42 0%, #CA0619 100%)!important;
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F62D42), color-stop(1, #CA0619))!important;
			background-image: -webkit-linear-gradient(top, #F62D42 0%, #CA0619 100%)!important;
			background-image: linear-gradient(to bottom, #F62D42 0%, #CA0619 100%)!important;
		}
		a {
			color: #fff;
		}
	}
}
.submenu {
	display: none;
	position: absolute;
	background: #fff;
	border: 2px solid #E2E2E2;
	border-top: 0;
	margin: 1px 0 0;
	width: 130px;
	z-index: 999999;
	li {
		margin: 5px;
		border-bottom: 1px solid #ccc;
		padding: 0;
		&:last-child {
			border: 0;
		}
		&:first-child {
			margin-top: 2px;
		}
		a {
			padding: 3px 6px!important;
			background: none;
			font-size: 12px;
			&:hover {
				background: none;
			}
		}
	}
}
.js-menu {
	&:hover {
		.submenu {
			display: block;
		}
	}
}*/
.btn {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase!important;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn.orange {
  background: #FF9E00!important;
}
.btn.orange:hover {
  background: #FFA709!important;
  box-shadow: 2px 2px 2px #888;
}
.btn:hover {
  text-decoration: none;
  color: #fff;
}
.btn.default {
  color: #444;
  background-color: #f3f3f3;
  border: 1px solid #dadada !important;
}
.btn.default:hover {
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn.default:active,
.btn.default:focus {
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
}
.btn.red {
  background: #ff5715 !important;
  border: 1px solid #ff5715 !important;
}
.btn.red:hover {
  background-color: #e13f00 !important;
  border-color: #e13f00 !important;
}
.btn.red:active,
.btn.red:focus {
  outline: none;
  background-color: #fb4700 !important;
  border-color: #fb4700 !important;
}
.btn.red.add-address {
  text-transform: none !important;
  float: right;
}
.btn.black {
  background: #474747 !important;
  border: 1px solid #2D2D2D !important;
  height: auto!important;
  -moz-box-shadow: 1px 1px 1px #C8C8C8;
  -webkit-box-shadow: 1px 1px 1px #C8C8C8;
  box-shadow: 1px 1px 1px #C8C8C8;
}
.btn.black:hover {
  background: #676767!important;
}
.btn.btn-shop {
  background: #333333;
  border: 1px solid #333333 !important;
}
.btn.btn-shop:hover {
  background-color: #212121 !important;
  border-color: #212121 !important;
}
.btn.btn-shop:active,
.btn.btn-shop:focus {
  outline: none;
  background-color: #292929 !important;
  border-color: #292929 !important;
}
.btn.btn-checkout {
  background: #6fb34a;
  border: 1px solid #6fb34a !important;
}
.btn.btn-checkout:hover {
  background-color: #5f9a40 !important;
  border-color: #5f9a40 !important;
}
.btn.btn-checkout:active,
.btn.btn-checkout:focus {
  outline: none;
  background-color: #66a544 !important;
  border-color: #66a544 !important;
}
.btn.btn-loading {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: progress;
}
.btn.green {
  background: #6fb34a;
  border: 1px solid #6fb34a !important;
}
.btn.green:hover {
  background: #6fb34a;
}
.btn.border {
  background: #fff;
  color: #444;
  border: 1px solid #e3e3e3;
}
.btn.border:hover {
  background-color: #f3f3f3;
}
.btn:disabled,
.btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn.pay {
  margin: 20px auto;
  font-size: 20px;
  width: 270px!important;
  border-radius: 5px;
  float: none;
  background: none repeat scroll 0 0 #e02525 !important;
}
.btn.acc-cart {
  background: url("/css/i/cart.png") no-repeat scroll 5px 5px, linear-gradient(to bottom, #ff5715 0%, #c40013 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  margin: 5px 0 0;
  padding-left: 30px;
  overflow: hidden;
  display: inline-block;
  float: right;
  text-transform: none!important;
  font-size: 15px;
}
.btn.acc-cart:hover {
  background: url("/css/i/cart.png") no-repeat scroll 5px 5px, linear-gradient(to bottom, #f62d42 0%, #ca0619 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.btn.acc-cart.grey {
  background: url("/css/i/cart.png") no-repeat scroll 5px 5px, linear-gradient(to bottom, #cccccc 0%, #d9d9d9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.btn.acc-cart.grey:hover {
  background: url("/css/i/cart.png") no-repeat scroll 5px 5px, linear-gradient(to bottom, #bbbbbb 0%, #c9c9c9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.btn.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}
.btn.btn-md {
  padding: 8px;
  font-size: 15px;
}
.btn.btn-lg {
  padding: 12px;
  font-size: 15px;
}
.btn .btn-transp {
  background-color: transparent;
}
.btn.facebook {
  background: #3B5998;
  border: 1px solid #3b5998!important;
  text-transform: uppercase!important;
  margin: 0 0 20px 0;
  padding-right: 8px;
  display: inline-block;
}
.btn.facebook:hover {
  background: #3B5998;
  background-image: no-repeat scroll 0 0;
  background-image: -ms-linear-gradient(top, #8b9dc3 0%, #3b5998 100%) !important;
  background-image: -moz-linear-gradient(top, #8b9dc3 0%, #3b5998 100%) !important;
  background-image: -o-linear-gradient(top, #8b9dc3 0%, #3b5998 100%) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8b9dc3), color-stop(1, #3b5998)) !important;
  background-image: -webkit-linear-gradient(top, #8b9dc3 0%, #3b5998 100%) !important;
  background-image: linear-gradient(to bottom, #8b9dc3 0%, #3b5998 100%) !important;
}
.ic_facebook {
  background: url("/css/i/btn.facebook.png") no-repeat scroll 0 0 transparent;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  display: inline-block;
  top: -2px;
  position: relative;
}
.breadcrumb {
  margin: 15px 0px;
  clear: both;
  font-size: 12px;
  overflow: hidden;
}
.breadcrumb ol {
  overflow: hidden;
  width: 3000px;
}
.breadcrumb ol li {
  float: left;
  margin: 0 5px 0 0;
  overflow: hidden;
}
.breadcrumb ol li div.chevronOverlay {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.breadcrumb ol li span {
  display: block;
  overflow: hidden;
}
.breadcrumb ol li.home {
  background: none;
  padding: 0;
}
.breadcrumb ol li a {
  display: block;
  position: relative;
  height: 12px;
  line-height: 12px;
  overflow: hidden;
  float: left;
  color: #555555;
}
.breadcrumb ol li a:hover {
  text-decoration: none;
  color: #e13f00;
}
.breadcrumb ol li a strong {
  font-weight: normal;
}
.breadcrumb ol li strong {
  font-weight: bold;
  display: block;
  overflow: hidden;
}
.breadcrumb ol li:not(:first-child):before {
  content: "›";
  float: left;
  margin-right: 5px;
}
footer {
  background: #E2E2E2;
  padding: 15px 0;
}
footer .logo {
  background: url(/css/i/motofan.minilogo.png) no-repeat;
  width: 90px;
  height: 18px;
  display: block;
  text-indent: -200px;
  margin: 0 10px 10px 0;
  float: left;
}
footer .footer {
  background: #fff;
  overflow: hidden;
  padding: 10px 20px;
}
footer .footer h3 {
  color: #ff5715;
  font-size: 16px;
  margin: 5px 0 10px;
}
footer .footer .col4 {
  border-left: 1px solid #DDD;
  padding: 0 0 0 20px;
  width: 235px;
}
footer .footer .col4.first {
  border-left: 0;
  padding: 0;
  clear: left;
}
footer .footer .col4 ul li {
  margin: 5px 0;
  font-size: 12px;
}
footer .footer .col4 ul li a {
  color: #666;
}
footer .footer .col4 ul li span {
  color: #666;
  cursor: pointer;
}
footer .footer .col4 ul li span:hover {
  text-decoration: underline;
}
footer .like-dislike {
  margin-top: 0!important;
}
.col2 {
  width: 275px!important;
  float: left;
}
.col2.last {
  margin-left: 10px!important;
  margin-right: 0px!important;
}
.col2.thin {
  width: 297px!important;
}
.col4 {
  width: 240px;
  float: left;
}
.col1_3 {
  width: 195px;
  float: left;
  clear: none!important;
  margin: 0 20px 20px 0;
}
.col2_3 {
  width: 514px;
  float: left;
  clear: none!important;
}
.classified .col1_3 {
  width: 195px;
  margin: 0 0 0 20px;
}
.classified .col2_3 {
  width: 395px;
}
.classified h1 {
  width: 480px;
  line-height: 26px;
}
.classified .main-photo {
  float: left;
  margin: 10px 0 20px;
  width: 480px;
  position: relative;
}
.classified .main-photo a {
  position: absolute;
  bottom: 0;
  right: 0;
}
.classified .main-photo .window {
  width: 480px;
  height: 360px;
  overflow: hidden;
}
.classified .main-photo .window li {
  width: 480px;
  height: 360px;
  cursor: pointer;
}
.classified .main-photo .zoom {
  background: transparent url(/css/i/lens.png) 10px 10px no-repeat;
  text-indent: -2000px;
  overflow: hidden;
  width: 33px;
  height: 32px;
  display: block;
  padding: 10px;
}
.classified .main-photo .zoom:hover {
  background: #ffffff url(/css/i/lens.png) 10px 10px no-repeat;
}
.celltable {
  display: table;
}
.cell {
  display: table-cell;
  float: none;
}
.social-buttons {
  overflow: hidden;
}
.social-buttons li {
  float: left;
  margin: 0 3px!important;
}
.content {
  padding: 15px;
  background: #fff;
}
.content:before,
.content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}
.content:before,
.content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}
.content h1 {
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: uppercase;
}
.content h2 {
  font-size: 20px;
}
section.right {
  width: 729px;
  float: right;
  border-top: 2px solid #F0F0F0;
  margin: 10px 0 0 0!important;
}
section.left {
  width: 620px;
  float: left;
}
section.global {
  width: 100%;
  clear: both;
  margin: 10px 0 0 0!important;
}
section.normalright {
  width: 620px;
  float: right;
  overflow: hidden;
}
section.private-zone {
  border: 0;
  margin: 10px;
  width: 709px;
}
section.private-zone h1 {
  margin: 0 0 20px;
}
section.static p {
  line-height: 18px;
  margin: 0 0 10px;
}
h1 {
  margin: 0 0 10px;
}
h1.price {
  overflow: hidden;
}
h1.price span {
  display: block;
  float: right;
  background: #333;
  padding: 8px 10px;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
}
h1.logo-sinewan a {
  background: url("img/sinewan/logo-sinewan.png") no-repeat scroll 0 0 transparent;
  display: block;
  font-size: 10px;
  height: 118px;
  line-height: 1;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 940px;
}
h1.logo-alpes a {
  background: url("img/alpes/header.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 119px;
  line-height: 1;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 940px;
}
h1.logo-invierno a {
  background: url("i/invierno-en-moto/header.jpg") no-repeat scroll 0 0 transparent;
  display: block;
  height: 119px;
  line-height: 1;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 940px;
}
aside.left {
  width: 200px;
  float: left;
  border-top: 2px solid #F0F0F0;
  margin: 10px 0 0 0!important;
}
aside.left.noborder {
  border: 0;
}
aside.left h3 {
  font-size: 16px;
  padding: 5px 0;
}
aside.left h4 {
  font-size: 14px;
}
aside.left form {
  border: 1px solid #F0F0F0;
}
aside.left form fieldset {
  border-bottom: 1px solid #F0F0F0;
  padding: 15px 10px 10px;
}
aside.left form fieldset.last {
  border: 0;
}
aside.left form fieldset ul {
  margin-top: 10px;
}
aside.left form fieldset ul li {
  margin: 10px 0 0;
  font-size: 13px;
}
aside.left form fieldset ul li .selected {
  float: right;
}
aside.left form fieldset ul li img {
  opacity: 0.7;
}
aside.left form fieldset ul li img:hover {
  opacity: 1;
}
aside.left form fieldset.double ul li {
  width: 85px;
  float: left;
  margin-right: 8px;
}
aside.left form fieldset.double ul li:nth-child(2n) {
  margin-right: 0;
}
aside.left form fieldset.double ul li select {
  width: 85px!important;
}
aside.left form fieldset .window {
  max-height: 250px;
  overflow: auto;
}
aside.left li.withsubmit input {
  width: 140px;
}
aside.left li.withsubmit input#send {
  width: 25px;
  height: 22px;
  background: #d20017 url(/css/i/search.png) no-repeat 2px 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ff5715;
  cursor: pointer;
  text-indent: -2000px;
}
aside.left input.js-check {
  width: auto;
  padding: 0;
  margin: 0 5px 0 0;
}
aside.left .widget h3 {
  padding: 0;
}
aside.right {
  width: 300px;
  float: right;
}
aside.bigleft {
  width: 300px;
  float: left;
  overflow: hidden;
}
input,
textarea,
select {
  border: 1px solid #ddd;
  background-color: #fff;
}
.premium-brands li {
  width: 105px;
  height: 95px;
  float: left;
  margin: 10px 9px 5px 0;
  border: 1px solid #B0B0B0;
  cursor: pointer;
}
.premium-brands li.last {
  margin-right: 0;
}
.premium-brands li a {
  display: block;
  width: 100px;
  height: 75px;
  margin: 2px;
}
.premium-brands li a img {
  margin: 0 auto;
  display: block;
}
.premium-brands li h2 {
  background: #666666 url(/css/i/arrow-right.gif) no-repeat top right;
  color: #fff;
  font-size: 13px;
  height: 13px;
  padding: 2px 17px 2px 4px;
}
.premium-brands li:hover h2 {
  background: #666666 url(/css/i/arrow-down.gif) no-repeat top right;
}
.premium-brands li:hover ul.premium-models {
  display: block;
}
ul.premium-models {
  display: none;
  border: 1px solid #B0B0B0;
  width: 105px;
  overflow: hidden;
  background: #fff;
  z-index: 999;
  position: relative;
  margin-left: -1px;
}
ul.premium-models li {
  border: 0;
  margin: 2px 0;
  padding: 2px 3px;
  width: 100%;
  height: auto;
  cursor: auto;
}
ul.premium-models li a {
  width: auto;
  height: auto;
  font-size: 12px;
}
ul.premium-models li.show-more {
  margin: 0;
  background: #666666 url(/css/i/arrow-right.gif) no-repeat top right;
  padding: 0px 4px 0px 4px;
  width: 97px;
}
ul.premium-models li.show-more a {
  color: #fff;
  height: 13px;
  display: blok;
}
ul.schedule li {
  width: auto!important;
  margin: 0!important;
  float: none!important;
  overflow: hidden;
}
ul.accesories_nav {
  list-style: none;
  margin: 10px 0 15px 0;
  padding: 0;
  overflow: visible;
  height: 100px;
}
ul.accesories_nav li {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10px;
  text-align: center;
  float: left;
  margin: 0 11px 0 0;
  overflow: visible;
  width: 68px;
  height: 72px;
}
ul.accesories_nav li:last-child {
  margin-right: 0;
}
ul.accesories_nav li span {
  color: #666;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
ul.accesories_nav li span.active {
  color: #ff5715;
}
ul.accesories_nav li span.active img {
  color: red;
  border: 1px solid #ff5715;
}
ul.accesories_nav li span:hover {
  color: #ff5715;
}
ul.accesories_nav li span:hover .thumb {
  border-color: #ff5715;
}
ul.accesories_nav li .thumb {
  display: block;
  border: solid 1px #CCC;
  padding: 1px;
  margin: 0 0 3px 0;
}
ul.accesories_nav li:hover ul.subcats {
  display: block;
}
ul.accesories_nav li.last ul.subcats {
  margin-left: -84px;
}
ul.subcats {
  position: relative;
  z-index: 10;
  display: none;
  margin: -14px 0 0 0;
  width: 150px;
  border: 0;
  list-style: none;
  border: 1px solid #CCC;
  background-color: #F0F0F0;
}
ul.subcats li {
  margin: 0;
  padding: 0;
  border: 0;
  width: 150px;
  display: block;
  float: none;
  text-align: left;
  height: auto;
  overflow: hidden;
}
ul.subcats li a {
  margin: 0;
  padding: 5px 0 5px 5px;
  height: auto;
  font-size: 12px;
  display: block;
  color: #333;
}
ul.subcats li a:hover {
  background-color: #E2E2E2;
  text-decoration: none;
  color: #ff5715;
}
ul.subcats li.active a {
  color: #ff5715;
  background-color: #E2E2E2;
}
ul.subcats li.last a {
  border: 0;
}
ul.suggest {
  background: #FFF;
  border: 1px solid #CCC;
  color: #000;
  width: 117px;
  position: absolute;
}
ul.suggest li.activo {
  background: #CCC;
  color: #ff5715;
}
ul.suggest.extended {
  width: 308px!important;
  margin-top: -5px;
}
ul.suggest.extended li {
  height: 29px!important;
  clear: both;
  line-height: 30px!important;
  margin: 0!important;
}
ul.suggest.extended li img {
  float: left;
  margin: 2px 5px 2px 2px;
  width: 25px;
  height: 25px;
}
ul.suggest.extended li strong {
  font-size: 14px;
}
.greybox {
  background: #F0F0F0;
  overflow: hidden;
  clear: both;
}
.greybox .textbox {
  padding: 8px;
  text-align: center;
}
.greybox .whitebox {
  background: #FFF;
  padding: 10px;
  margin: 10px;
  width: auto;
}
.greybox.photo {
  padding: 10px;
}
.greybox.photo .main-photo {
  display: block;
  margin: 0 auto;
}
.greybox.photo .prev {
  float: left;
}
.greybox.photo .prev:hover {
  background: #f0f0f0 url(/css/i/arrow.left.png) 20px 180px no-repeat;
  opacity: 0.3;
}
.greybox.photo .next {
  float: right;
}
.greybox.photo .next:hover {
  background: #f0f0f0 url(/css/i/arrow.right.png) 260px 180px no-repeat;
  opacity: 0.3;
}
.darkgreybox {
  background: #CCC;
  overflow: hidden;
  clear: both;
}
article.bike,
article.business {
  overflow: hidden;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #3A3A3A;
}
article.bike.last,
article.business.last,
article.bike:last,
article.business:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}
article.bike h2,
article.business h2 {
  margin: 3px 0;
}
article.bike h2 a,
article.business h2 a {
  font-size: 18px;
}
article.bike .photo,
article.business .photo {
  width: 182px;
  float: left;
  overflow: hidden;
}
article.bike .photo img,
article.business img {
  border: 1px solid #DDD;
  width: 180px;
  height: 135px;
  display: block;
}
article {
  line-height: 18px;
}
article.bike.dashboard .photo img {
  width: auto;
  height: auto;
}
article.bike .photo span {
  background: #000;
  color: #fff;
  opacity: 0.8;
  display: block;
  padding: 3px 5px;
  font-size: 13px;
  margin: -29px 1px 0 1px;
}
article.bike .descp ul {
  clear: both;
  overflow: hidden;
  margin: 0 0 10px;
}
article.bike .descp li {
  background: #F0F0F0;
  display: inline-block;
  float: left;
  padding: 8px 4px 0;
  margin: 1px 1px 1px 0;
  height: 24px;
}
article.bike .descp li.date {
  background: #f0f0f0 url(/css/i/btn-calendar.gif) no-repeat 2px 9px;
  padding-left: 19px;
  width: 34px;
}
article.bike .descp li.kms {
  width: 74px;
  text-align: center;
}
article.bike .descp li.year {
  width: 33px;
}
article.bike .descp li.province {
  width: 167px;
  text-align: center;
}
article.bike .descp li span {
  font-weight: bold;
}
article.bike.new .price .btn {
  margin-top: 40px!important;
}
article.bike .price span {
  font-size: 25px;
  color: #fff;
  background: #333;
  font-weight: bold;
  display: block;
  margin: 0 0 15px;
  text-align: right;
  padding: 12px 6px 0;
  height: 28px;
}
article.bike .price span.previous {
  font-size: 12px;
  height: auto;
  background: transparent;
  padding: 0;
  margin: 0;
  font-weight: normal;
  text-decoration: line-through;
  margin-top: -12px;
}
article.bike.acc .price span {
  height: 32px;
}
article.bike .js-removemylist {
  background: url("/css/i/star.png") no-repeat scroll left top transparent !important;
}
article.bike .private-descp {
  width: 310px;
}
article.bike .private-descp li {
  width: 300px;
  background: #F0F0F0;
  margin: 2px 0;
  padding: 3px;
  font-size: 13px;
}
article.bike .private-descp li span {
  font-weight: bold;
}
article.bike .options {
  border: 1px solid #DDD;
  float: left;
  margin-left: 10px;
  width: 150px;
}
article.bike .options li {
  border-bottom: 1px solid #DDD;
  padding: 2px;
}
article.bike .options li:last-child {
  border: 0;
}
article.bike .options li a {
  display: block;
  padding: 5px 20px 5px 5px;
  color: #666;
  font-size: 13px;
}
article.bike .options li a:hover {
  text-decoration: underline;
}
article.bike .options li a.editbike {
  background: url(/css/i/edit.png) 130px 8px no-repeat;
}
article.bike .options li a.deletebike {
  background: url(/css/i/delete.png) 130px 8px no-repeat;
}
article.bike .options li a.viewbike {
  background: url(/css/i/view.png) 130px 8px no-repeat;
}
article.bike .options li a.photosbike {
  background: url(/css/i/photos.png) 130px 8px no-repeat;
}
article.bike .options li a.print {
  background: url(/css/i/print.png) 130px 8px no-repeat;
}
article.bike .options li a.printbudget {
  background: url(/css/i/print.png) 130px 8px no-repeat;
}
article.bike .photoprivate {
  margin: 0 0 10px;
}
article.bike .optimize {
  clear: both;
  margin: 10px 0;
}
article.bike .optimize span {
  margin: 0;
  background: #a9dd3b;
  text-shadow: 1px 1px 1px #333;
  font-size: 14px;
  text-align: center;
}
article.bike .optimize a.btn {
  width: 170px!important;
  display: block;
  text-align: center;
}
article.bike .stats {
  border: 1px solid #DDD;
  clear: both;
  overflow: hidden;
}
article.bike .stats li {
  padding: 3px 10px;
  border-right: 1px solid #DDD;
  display: inline-block;
  float: left;
  font-size: 13px;
}
article.bike .stats li span {
  font-weight: bold;
}
article.bike.highlighted {
  width: 349px;
  float: left;
  margin: 0 10px 0 0;
  background: #333;
  padding-bottom: 0;
}
article.bike.highlighted:nth-child(2n) {
  margin-right: 0;
}
article.bike.highlighted .price {
  background: #FFF;
  border: #FFF;
  float: right;
  margin: 0 10px 10px 0;
  height: 135px;
}
article.bike.highlighted .price span {
  background: #F0F0F0;
  color: #333;
}
article.bike.highlighted .photo {
  margin: 0 0 0 10px;
}
article.bike.highlighted h2 {
  margin: 10px;
}
article.bike.highlighted h2 a {
  color: #FFF;
}
article.bike.highlighted .link_nf {
  color: #FFF;
}
article.bike.highlighted li.year {
  width: 45px;
  text-align: center;
}
article.bike.highlighted li.kms {
  width: 80px;
}
article.bike.highlighted li.province {
  width: 178px;
}
article.business .descp a {
  margin: 0 0 5px;
  display: block;
}
article.business .descp p.brands {
  color: #666;
  font-weight: bold;
  float: left;
  margin: 10px 0 0;
}
article.business .descp p.brands a {
  float: none;
  margin: 0;
  display: inline;
  font-weight: normal;
}
article.business .price {
  height: 35px;
  padding: 30px 0;
}
article.bike_acc .descp li.brand {
  width: 156px;
  text-align: center;
}
article.bike_acc .descp li.model {
  width: 156px;
  text-align: center;
}
article.bike_acc .price span.previous {
  margin-top: 0px;
  margin-bottom: -10px;
}
article.article h1 {
  float: left;
  font-size: 18px;
}
article.article img {
  display: block;
  float: left;
}
article.article img.left-aligned {
  margin: 0 10px 10px 0;
}
article.article img.right-aligned {
  float: right;
  margin: 0  0 10px 10px;
}
article.article img.full-aligned {
  margin: 10px 0;
  clear: both;
  width: 100%;
}
article.article h2 {
  font-size: 19px;
  margin: 20px 0 10px;
  line-height: 22px;
}
article.article h3 {
  font-size: 17px;
  margin: 15px 0 5px;
  line-height: 22px;
}
article.article .main-photo {
  display: inline-block;
  margin: 10px;
  clear: both;
}
article.article p {
  line-height: 20px;
  margin: 0 0 10px;
}
article.article p.intro {
  font-weight: bold;
  margin: 10px 0 10px;
  clear: both;
}
article.article footer {
  margin: 10px 0 0;
  background: #F0F0F0;
  padding: 5px;
}
article.article footer .img {
  float: left;
  margin: 0 5px 0 0;
}
article.article footer p {
  line-height: auto;
  margin: 0;
  font-size: 12px;
}
article.article footer p a {
  font-weight: bold;
}
article.article footer .author {
  float: left;
  width: 280px;
}
article.article footer .author img {
  margin: 0;
}
article.article footer .social {
  float: right;
  width: 290px;
  margin: 10px 0 0;
}
article.article footer .social li.facebook {
  width: 115px;
  height: 20px;
  float: left;
}
article.article footer .social li.twitter {
  width: 100px;
  float: left;
}
article.article footer .social li.googleplus {
  width: 75px;
  float: left;
}
article.article footer .social li.tuenti {
  width: 95px;
  float: left;
}
article.article table {
  width: 100%;
  display: block;
  border: 1px solid #DDD;
}
article.article table td {
  padding: 5px 3px;
  border-bottom: 1px solid #DDD;
  color: #666;
  font-size: 13px;
}
article .polaroid {
  padding: 5px;
  border: 1px solid #DDD;
  width: 275px;
}
article .polaroid.main-photo {
  padding: 5px;
  border: 1px solid #DDD;
  width: 585px;
}
article .polaroid.left {
  float: left;
  margin: 0 10px 10px 0;
}
article .polaroid.right {
  float: right;
  margin: 0 0 10px 10px;
}
article .polaroid p {
  font-size: 12px;
  color: #666;
  font-style: italic;
  margin: 5px 0 0;
  line-height: 16px;
}
article.new.bike .price span {
  font-size: 10px;
  height: 40px;
  margin: 0 0 25px;
}
article.new.bike .price span strong {
  font-size: 24px;
  display: block;
}
article.new.bike .newcar-description {
  width: 370px;
  float: left;
}
article.new.bike .newcar-description li {
  width: 110px;
  padding: 0 5px;
  float: left;
}
article.new.bike .newcar-description li strong {
  display: block;
  margin: 5px 0;
}
article.message {
  /*padding: @spacer-sm 0px;
		border-bottom: 1px solid @color-border;*/
  clear: both;
  /*overflow: hidden;
		display: table;
		width: 700px;*/
  position: relative;
}
article.message:first-child {
  border-top: 1px solid #bbb;
}
article.message .hide {
  display: none;
}
article.message.open .hide {
  display: block;
}
article.message .sender {
  width: 200px;
  display: table-cell;
  background: #f0f0f0;
  padding: 5px 10px;
  cursor: pointer;
}
article.message .sender .name {
  font-weight: bold;
}
article.message .sender .email {
  margin: 10px 0 0;
  display: block;
  clear: both;
}
article.message .sender .phone {
  margin: 0;
  display: block;
  clear: both;
}
article.message .sender p {
  margin: 10px 0;
  font-size: 11px;
  line-height: 12px;
}
article.message .sender a {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}
article.message.read .sender .name {
  font-weight: normal;
}
article.message.read .information h2 {
  font-weight: normal;
}
article.message.unread .mf-card-content {
  background-color: #ff5715;
}
article.message.unread .mf-card-content .fa.text-white:hover {
  color: #000000;
}
article.message.unread .mf-card-content .text-white,
article.message.unread .mf-card-content .text-white .mf-info {
  color: #ffffff;
}
article.message.unread .mf-card-content .text-white .new-msg,
article.message.unread .mf-card-content .text-white .mf-info .new-msg {
  animation: blinker 1s step-start infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
article.message.highlight .mf-card-content {
  background-color: #fff8d9;
}
article.message.highlight .mf-card-content .text-white,
article.message.highlight .mf-card-content .text-white .mf-info {
  color: #000000;
}
article.message .information {
  display: table-cell;
  padding-left: 20px;
}
article.message .information h2 {
  margin: 5px 0;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
article.message .information .date {
  float: right;
  font-size: 12px;
  display: block;
  margin: 0;
  font-family: Arial;
}
article.message .information .hide {
  clear: both;
}
article.message .information .options {
  float: right;
  margin: 5px 0;
}
article.message .information .options li {
  display: inline;
  border-right: 1px solid #666;
  padding: 0 5px;
}
article.message .information .options li:last-child {
  border: 0;
}
article.message .information .options li a {
  font-size: 12px;
  color: #666;
}
article.profile {
  border: 1px solid #CCC;
  width: 198px;
  float: left;
  padding: 10px;
}
article.profile .avatar-profile {
  float: left;
  margin: 0 10px 10px 0;
}
article.profile h2 {
  font-size: 15px;
}
article.profile .status {
  font-size: 13px;
  color: #999;
}
article.profile h3 {
  background: #333;
  color: #fff;
  padding: 3px;
}
article.profile .badgets li {
  float: left;
  width: 50px;
  height: 50px;
  margin: 8px;
}
article.profile .options {
  display: block;
  clear: both;
}
article.newcar.minibike.greybox .alter-tragaperras {
  width: 470px;
}
.article-type {
  position: relative;
  display: inline-block;
  float: left;
  margin: 2px 10px 0px -15px;
  padding: 5px 15px;
  border-radius: 0 2px 2px 0px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  font-style: italic;
  color: #fff;
  background-color: #ff5715;
}
.avant-title {
  display: block;
  margin-top: 10px;
  font-size: .7em;
  font-weight: 100;
  font-style: italic;
  color: #999;
}
article.bike .descp,
article.business .descp,
article.bike .private-descp {
  width: 360px;
  float: left;
  margin-left: 10px;
}
article.bike .descp p,
article.business .descp p {
  line-height: 18px;
}
article.bike .price,
article.business .price {
  width: 130px;
  float: left;
  margin-left: 5px;
  border: 1px solid #DDD;
  height: 128px;
}
article.bike .price .js-addmylist,
article.bike .price .js-removemylist {
  font-size: 13px;
}
article.bike .price .btn.red,
article.business .price .btn.red {
  width: 110px;
  display: block;
  margin: 0 auto;
  text-align: center;
  height: auto;
  padding: 5px;
  font-size: 14px;
  color: #fff;
}
article.bike .js-addmylist,
article.bike .js-removemylist {
  background: url("/css/i/star.red.png") no-repeat scroll left top transparent !important;
  padding: 0 0 0 20px!important;
  display: block;
  color: #ff5715 !important;
  cursor: pointer;
  font-weight: normal!important;
  text-align: left!important;
}
article.bike .price .js-addmylist,
article.bike .price .js-removemylist {
  margin: 7px 0 0 5px;
}
.whitebox .bike .price .js-removemylist {
  font-size: 12px;
}
.whitebox .bike .price .js-addmylist {
  font-size: 13px;
  background: url("/css/i/star.red.png") no-repeat scroll left top transparent !important;
}
aside.left input,
aside.left select {
  padding: 3px;
  width: 170px;
}
.showmore {
  float: right;
  display: block;
  color: #ff5715;
  font-size: 12px;
  cursor: pointer;
}
.showmore:after {
  content: " ";
  display: inline-block;
  width: 0px;
  height: 0px;
  margin-left: 7px;
  vertical-align: baseline;
  border-left: 4px solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.showmore:hover {
  text-decoration: underline;
}
.showmore.brands {
  margin: 10px 0;
  font-size: 14px;
}
.orderby {
  float: left;
  width: 200px;
}
.orderby select {
  width: 180px;
}
.showinfo {
  margin: 10px 0;
  float: right;
  text-align: right;
}
.showinfo p {
  font-size: 12px;
}
.showinfo p span {
  color: #ff5715;
  font-weight: bold;
  font-size: 16px;
}
.news.col2 {
  min-height: 350px;
  position: relative;
}
.news.col2 h2 {
  margin-top: 5px;
  line-height: 23px;
}
.news.col2 footer {
  width: 275px;
  position: absolute;
}
.news.col2.big {
  min-height: 400px!important;
}
.news.col2.big.short {
  min-height: 370px!important;
}
.news.col2 img {
  margin: -10px;
}
.news h2 {
  font-size: 18px;
  margin-top: 20px;
}
.news .img {
  float: left;
  margin: 13px 10px 5px 0;
}
.news p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 17px;
}
.news .author {
  display: block;
  margin: 5px 10px 5px 0;
  font-size: 12px;
  line-height: 18px;
  color: #666;
  font-style: oblique;
}
.news .author a {
  font-weight: bold;
  font-size: 14px;
}
.news footer {
  bottom: 0;
  margin-top: 10px;
  border-top: 1px solid #F0F0F0;
  background: none;
  padding: 10px 0 10px;
  font-size: 12px;
  width: 580px;
}
.news footer .category {
  float: left;
  display: block;
}
.news footer .comments {
  float: right;
  display: block;
  background: transparent url(/css/i/comments.gif) no-repeat 0 4px;
  padding: 0 0 0 15px;
}
article.article h1,
.article.whitebox .avant-title {
  font-size: 22px;
  line-height: 26px;
  font-style: normal!important;
  font-family: "Roboto Condensed", sans-serif;
}
.article.whitebox .avant-title {
  clear: both;
}
article.article table thead td,
article.article table thead th {
  background: #333;
  color: #fff;
  border-bottom: 1px solid #333!important;
}
article.article table thead td h2,
article.article table thead th h2 {
  margin: 0;
}
.marginbt {
  margin-bottom: 20px!important;
}
.margintp {
  margin-top: 20px!important;
}
.marginlf {
  margin-left: 20px!important;
}
.marginrg {
  margin-right: 20px!important;
}
.widget {
  margin-bottom: 15px!important;
  clear: both;
}
.widget.col2 {
  width: 305px!important;
  margin-right: 10px;
  clear: none;
}
.widget.col2 li label {
  width: 85px;
}
.widget.col2 li textarea {
  width: 263px;
}
.widget.col2 .legaladvice {
  width: 158px;
}
.widget.col2.thin {
  margin-right: 25px;
}
.widget.col2.thin.last {
  margin-right: 0;
}
.widget.col2.expired {
  width: 48.8% !important;
}
.widget .minicol2 {
  width: 140px!important;
  margin-right: 5px;
  clear: none;
  float: left;
}
.widget.col3 {
  width: 229px!important;
  margin-right: 10px;
  clear: none;
  float: left;
}
.widget .widget-content {
  border: 1px solid #eee;
  padding: 10px;
  display: block;
  overflow: hidden;
}
.widget .widget-content.tabs-home {
  padding: 0;
}
.widget .widget-content.dark {
  border: 1px solid #333;
}
.widget .widget-content .rival-btn {
  margin: 15px 20px;
}
.widget h3.alternative {
  border-top: 2px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 7px 0;
}
.widget h3 strong {
  color: #ff5715;
}
.widget h3 .grey {
  font-size: 13px;
  color: #999;
}
.widget .articles {
  margin: 0 0 10px;
}
.widget .articles li {
  margin: 10px 0px;
  padding: 0px 0px 5px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.widget .articles li h4 {
  margin: 0 0 5px;
  font-size: 13px;
  line-height: 17px;
}
.widget .articles li .img {
  float: left;
}
.widget .articles li .img img {
  border: 1px solid #DDD;
}
.widget .articles li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.widget .articles2 li {
  width: 50%;
  float: left;
  overflow: hidden;
  margin-bottom: 10px;
  padding-right: 0;
}
.widget .articles2 li a {
  margin: 0 5px 5px 0;
  font-size: 12px;
  line-height: 17px;
}
.widget .articles2 li .img {
  float: left;
  margin: 0 1px 0 0;
}
.widget.links li {
  margin: 6px 0;
  background: url("/css/i/miniarrow-right.gif") no-repeat scroll left 4px transparent;
  padding: 0 0 0 10px;
}
.widget .try-bike {
  text-align: center;
  padding: 10px;
}
.widget.col1 .articles li span.right {
  float: right;
  margin: 18px 10px 0 0;
}
.widget .links li {
  border-bottom: 1px dotted #CCC;
  padding: 5px 0;
  margin: 5px 0;
  font-size: 14px;
}
.widget .links li.last {
  border: 0;
}
.widget .tabs {
  z-index: 9;
  display: block;
  clear: both;
  width: 100%;
  overflow: hidden;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.widget .tabs span {
  color: #333;
  background: #eee;
  border: 1px solid #eee;
  padding: 10px;
  display: block;
  float: left;
  margin: 0 3px 0 0;
  cursor: pointer;
  font-weight: bold;
}
.widget .tabs span a {
  color: #333;
}
.widget .tabs span:hover,
.widget .tabs span a:hover {
  color: #ff5715;
}
.widget .tabs span.selected {
  cursor: default;
  color: #333;
  background: #fff;
  border: 1px solid #eee;
  border-bottom: 1px solid #FFF;
}
.widget .tabs.big span {
  font-size: 18px;
  padding: 15px;
}
.widget .tabs.big span a {
  color: #fff;
}
.widget .tabs.big span a:hover {
  text-decoration: none;
}
.widget.widget-tabs .widget-content {
  margin-top: -1px;
}
.widget .tags {
  clear: both;
  overflow: hidden;
}
.widget .tags li {
  float: left;
  display: block;
  line-height: 18px;
  margin: 2px 5px;
}
.widget .tags li.little {
  font-size: 11px;
}
.widget .tags li.medium {
  font-size: 13px;
}
.widget .tags li.big {
  font-size: 15px;
}
.widget .tags li.verybig {
  font-size: 18px;
}
.widget .editorial li {
  overflow: hidden;
}
.widget .editorial li:last-child {
  border-bottom: 0px;
}
.widget .editorial img {
  float: left;
  margin: 0 10px 3px 0px;
  height: 75px;
  width: 75px;
}
.widget .editorial p {
  margin: 5px 0 0;
  font-size: 12px;
}
.widget .editorial h4 {
  line-height: 17px;
}
.widget .gallery ul {
  background: #F0F0F0;
  overflow: hidden;
  clear: both;
  margin: 0 0 10px;
}
.widget .gallery li {
  float: left;
  background: #DBDBDB;
  padding: 1px;
  margin: 3px 0 3px 3px;
  width: 66px;
  height: 50px;
  overflow: hidden;
}
.widget .gallery li img {
  cursor: pointer;
}
.widget .stats {
  padding: 0 0 10px;
  overflow: hidden;
}
.widget .stats dd {
  float: left;
  display: inline-block;
  margin: 0 12px 0 0;
  height: 13px;
  overflow: hidden;
  line-height: 15px;
}
.widget .stats dt {
  float: left;
  display: inline-block;
  font-weight: bold;
  margin: 0 2px 0 0;
}
.widget .contact-info {
  height: 334px;
}
.widget .contact-info .logo {
  margin: 0 auto;
  width: 135px;
  display: block;
}
.widget .contact-info .avatar {
  display: block;
  float: left;
  margin: 10px 20px;
  width: 68px;
  height: 68px;
}
.widget .contact-info h4 {
  font-size: 16px;
  margin: 20px 10px 0 30px;
}
.widget .contact-info p {
  font-size: 13px;
  color: #666;
  margin: 10px 10px 0 30px;
  line-height: 16px;
}
.widget .contact-info .phone {
  clear: both;
}
.widget .cars li {
  width: 293px;
  float: left;
  margin: 0 10px 10px 0;
  padding: 5px;
  border: 1px solid #CCC;
}
.widget .cars li:nth-child(2n) {
  margin-right: 0;
}
.widget .cars li h4 {
  font-size: 18px;
  margin: 5px 0 10px 0;
}
.widget .cars .schedule {
  width: 170px;
  float: right;
}
.widget .cars .schedule li {
  border: none;
  padding: 9px 5px 8px;
  font-size: 13px;
}
.widget .cars .schedule li span {
  font-weight: bold;
}
.widget .lead h3 {
  width: 200px;
  float: left;
  font-size: 18px;
  margin: 12px 0 0;
}
.widget .lead.usedlead h3 {
  font-size: 17px;
  margin: 0px 0 0;
}
.widget .lead .darkgrey {
  width: 360px;
  float: right;
}
.widget .lead .darkgrey p {
  font-size: 12px;
  margin: 8px 0 0;
}
.widget .lead .darkgrey .btn {
  float: right;
}
.widget .accordion h4 {
  font-size: 16px;
  padding: 6px 30px;
  margin: 1px 0;
  background: #f0f0f0 url(/css/i/arrowgrey-down.png) no-repeat 10px 10px;
  cursor: pointer;
}
.widget .accordion li.selected h4 {
  background: #f0f0f0 url(/css/i/arrowgrey-right.png) no-repeat 10px 10px;
  cursor: default;
}
.widget .accordion li.selected ul {
  display: block;
}
.widget .accordion li ul {
  font-weight: #fff;
  overflow: hidden;
  padding: 10px 30px;
  display: none;
  color: #CCC;
}
.widget .accordion li ul li {
  font-size: 12px;
  margin: 8px 0;
  color: #333;
  padding: 0 0 0 13px;
  background: transparent url(/css/i/greybullet.png) no-repeat 0 3px;
}
.widget .left {
  float: left;
}
.widget .right {
  float: right;
}
.widget.col4 {
  width: 225px;
  float: left;
  clear: none!important;
  margin-right: 10px;
}
.widget.col4:last-child {
  margin-right: 0;
}
.widget .col4 {
  width: 148px;
  float: left;
  margin-right: 5px;
  clear: none;
}
.widget .col4:last-child {
  margin-right: 0;
}
.widget.phone {
  margin: 0 0 40px 0;
}
.widget.phone .widget-content {
  border: none;
  margin-top: 0;
}
.widget.phone span.phone {
  background: url("/css/i/ico.phone.png") no-repeat scroll 0 9px rgba(0, 0, 0, 0);
  display: block;
  font-family: "Roboto", Arial, sans serif;
  font-size: 24px;
  margin: 10px auto;
  padding: 8px 10px 8px 35px;
  width: 145px;
}
.widget.phone span.whatsapp {
  background: url("/css/i/whatsapp.png") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
  display: block;
  font-family: "Roboto", Arial, sans serif;
  font-size: 24px;
  margin: 10px auto;
  padding: 8px 10px 8px 35px;
  width: 145px;
}
.widget.half {
  padding: 20px;
  width: 50%;
  box-sizing: border-box;
  float: left;
  clear: none;
}
.widget.col2.last,
.widget .minicol2.last,
.widget.col3.last {
  margin-right: 0;
}
.widget h3,
.widget h2 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  margin: 3px 0 10px;
}
.widget .articles li h4,
.widget .articles li p {
  width: 205px;
  float: right;
}
.widget .articles.fullwidth li h4,
.widget .articles.fullwidth li p {
  width: inherit;
  float: none;
  margin-left: 80px;
}
.widget.col1 .articles li h4,
.widget.col1 .articles li p {
  width: 350px;
  float: left;
  font-size: 14px;
  margin: 8px 0 0 10px;
}
.widget .articles li p,
.widget .articles2 li p {
  line-height: 15px;
  font-size: 12px;
  margin: 0;
}
.photo-gallery {
  background: #EEE;
  overflow: hidden;
  padding: 10px 0 0;
  margin: 20px 0;
}
.photo-gallery h2 {
  font-size: 19px!important;
  margin: 0 0 10px!important;
  background: #fff!important;
  padding: 5px 5px!important;
}
.photo-gallery ul {
  margin: 0 0 0 11px;
}
.photo-gallery ul li {
  float: left;
  margin: 0 12px 11px 0;
  width: 109px;
}
.photo-gallery .showmore {
  margin-top: 10px;
}
.photo-gallery .photographer {
  margin: 0 0 5px 10px;
  display: block;
  clear: both;
  font-size: 12px;
}
.main-price {
  float: right;
  background: #333;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  width: 110px;
  padding: 5px;
  text-align: right;
}
.main-price span.previous {
  font-size: 13px;
  font-weight: normal;
  text-decoration: line-through;
}
.slide-photos {
  width: 140px;
  float: right;
  overflow: hidden;
  margin: 10px 0 20px;
}
.slide-photos .window {
  margin: 5px 0;
  width: 140px;
  height: 305px;
  float: right;
  overflow: hidden;
}
.slide-photos .window ul {
  float: right;
}
.slide-photos li {
  width: 120px;
  height: 90px;
  margin-bottom: 5px;
  border: 2px solid #fff;
}
.slide-photos li.selected {
  border: 2px solid #000;
}
.slide-photos li img {
  cursor: pointer;
}
.slide-photos span {
  width: 122px;
  height: 20px;
  float: right;
  clear: both;
  border: 1px solid #CCC;
  text-indent: -2000px;
  cursor: pointer;
}
.slide-photos span.previous-photo {
  background: #f0f0f0 url(/css/i/arrow.up.png) no-repeat 53px 2px;
}
.slide-photos span.next-photo {
  background: #f0f0f0 url(/css/i/arrow.down.png) no-repeat 53px 2px;
}
.schedule {
  margin: 0 5px 0 0;
}
.schedule dt {
  font-weight: bold;
  width: 40%;
}
.schedule li:nth-child(odd) {
  background: #F0F0F0;
  border-bottom: 1px dotted #FFF;
}
.schedule dd,
.schedule dt {
  width: 50%;
  padding: 7px;
  float: left;
  font-size: 12px;
}
.price-options {
  float: right;
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0 0;
}
.price-options strong {
  color: #ff5715;
}
.list-options {
  margin: 13px 20px 0 0;
  float: right;
  font-size: 13px;
}
.bike-morelinks ul {
  padding: 0px;
  margin: 0px;
  list-style: normal;
}
.bike-morelinks li {
  margin-bottom: 5px;
}
.bike-morelinks li a {
  background: url("/css/i/miniarrow-right.gif") no-repeat scroll right 5px transparent;
  padding-right: 10px;
}
.darkgrey {
  padding: 10px;
  background: #333;
  color: #fff;
  overflow: hidden;
}
.contactform .condiciones_legales input[type="checkbox"] {
  float: right;
  width: 13px;
  margin-right: -13px;
}
.contactform .condiciones_legales label {
  float: right;
  margin-bottom: 0px;
  margin-top: 1px;
  padding-left: 20px;
  width: 65%;
}
.contactform ul.errors {
  width: 65%;
  float: right;
  margin-top: 2px;
}
.contactform li {
  display: block;
  padding: 0 0 15px 0;
  overflow: hidden;
}
.contactform li label {
  display: block;
  float: left;
  margin: 8px 0px 0px;
  width: 35%;
}
.contactform li input,
.contactform li textarea,
.contactform li select,
.contactform li.control-right *:not(label) {
  float: right;
  width: 65%;
}
.contactform li input:not(.btn):not([type="checkbox"]),
.contactform li textarea:not(.btn):not([type="checkbox"]),
.contactform li select:not(.btn):not([type="checkbox"]),
.contactform li.control-right *:not(label):not(.btn):not([type="checkbox"]) {
  font-family: Arial, sans-serif;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.contactform li input:not(.btn):not([type="checkbox"]):focus,
.contactform li textarea:not(.btn):not([type="checkbox"]):focus,
.contactform li select:not(.btn):not([type="checkbox"]):focus,
.contactform li.control-right *:not(label):not(.btn):not([type="checkbox"]):focus,
.contactform li input:not(.btn):not([type="checkbox"]):active,
.contactform li textarea:not(.btn):not([type="checkbox"]):active,
.contactform li select:not(.btn):not([type="checkbox"]):active,
.contactform li.control-right *:not(label):not(.btn):not([type="checkbox"]):active {
  outline: 0;
  border-color: #bdbdbd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
.contactform li input:not(.btn):not([type="checkbox"]):focus,
.contactform li textarea:not(.btn):not([type="checkbox"]):focus,
.contactform li select:not(.btn):not([type="checkbox"]):focus,
.contactform li.control-right *:not(label):not(.btn):not([type="checkbox"]):focus,
.contactform li input:not(.btn):not([type="checkbox"]):active,
.contactform li textarea:not(.btn):not([type="checkbox"]):active,
.contactform li select:not(.btn):not([type="checkbox"]):active,
.contactform li.control-right *:not(label):not(.btn):not([type="checkbox"]):active {
  outline: 0;
  border-color: #bdbdbd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
.contactform li textarea {
  height: 70px;
}
.contactform li.checkbox {
  display: block;
  padding: 0 0 20px 0;
  overflow: hidden;
}
.contactform li.checkbox input {
  width: 15px;
  line-height: 24px;
  float: left;
}
.contactform li.checkbox label {
  width: 250px;
  line-height: 24px;
  float: right;
  font-size: 13px;
}
.contactform li.big label {
  width: 100%;
  display: block;
  margin: 0 0 5px;
}
.contactform li.big textarea {
  width: 100%;
}
.contactform li.big ul.errors {
  width: 100%;
}
.contactform li.med label {
  display: block;
}
.contactform #recaptcha_image {
  float: right;
  margin-bottom: 5px;
  height: auto !important;
  width: 65% !important;
}
.contactform #recaptcha_image img {
  height: auto;
  width: 100%;
}
.contactform .reloadcaptcha {
  line-height: 25px;
}
.contactform .g-recaptcha {
  width: 65%;
  float: right;
}
.contactform.fullsize li {
  padding: 10px 0;
}
.contactform.fullsize li label,
.contactform.fullsize li .fullsize-action {
  float: left;
  width: 30%;
}
.contactform.fullsize li .fullsize-trash {
  float: left;
  padding: 5px;
  width: 10%;
  text-align: center;
  color: #555555;
}
.contactform.fullsize li input,
.contactform.fullsize li select,
.contactform.fullsize li textarea {
  float: left;
  width: 30%;
}
.contactform.fullsize li .mceLayout {
  width: 70% !important;
  max-width: 700px;
  margin-bottom: 10px;
}
.contactform.fullsize li .size-container {
  float: left;
  width: 70%;
}
.contactform.fullsize ul.errors {
  width: 70%;
}
.contactform.fullsize .errors li {
  padding: 1px;
}
.contactform.fullsize .fullsize-info {
  float: right;
  width: 33%;
  font-style: italic;
  color: #555555;
}
.contactform.border li:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}
.articles .contactform {
  margin: 10px 0;
}
.articles .contactform li {
  padding: 0;
}
.articles .legaladvice {
  color: #333;
  float: none!important;
  width: auto!important;
  margin: 0 0 5px!important;
}
.articles .legaladvice a {
  color: #ff5715 !important;
}
.articles .btn {
  margin: 0 auto;
  display: block;
}
.legaladvice {
  color: #fff;
  font-size: 11px;
  width: 163px;
  float: left;
  line-height: 14px;
}
.legaladvice a {
  color: #fff;
  text-decoration: underline;
}
h4.warning {
  font-size: 19px!important;
  padding: 0 0 0 30px!important;
  margin: 20px 0 5px 0px!important;
  background: url(/css/i/ico.alert.png) no-repeat 0 0;
}
.contact-info h4 {
  margin: 20px 0 5px 25px!important;
}
.contact-info .redbox {
  margin: 0 20px;
}
.contact-info .btn {
  margin: 20px auto;
  display: block;
  width: 170px;
  text-align: center;
}
.redbox {
  border: 1px solid #ff5715;
  padding: 3px;
}
.redbox .grey {
  margin: 0!important;
  background: #EEE;
  padding: 5px;
  font-size: 13px;
}
.comments h2 {
  background: transparent url(/css/i/comments.ico.png) 0 3px no-repeat;
  padding: 0 0 0 20px;
  margin: 20px 0 10px;
}
.comments .comment {
  padding: 10px 0;
  border-bottom: 1px dotted #333;
  margin: 10px;
}
.comments .comment.last {
  border: 0;
}
.comments .comment .avatar {
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #DDD;
}
.comments .comment div {
  font-size: 12px;
  color: #999;
}
.comments .comment a {
  font-size: 16px;
}
.comments .comment p {
  margin: 10px 0 5px;
  line-height: 18px;
  color: #333;
}
.comments .comment .anon-author-username {
  font-size: 16px;
  color: #ff5715;
}
.comments .errors li {
  height: auto;
  margin: 0 0 10px 120px;
  padding: 0;
  border: 0;
}
.comments .info {
  margin: 20px 0;
  clear: both;
  overflow: hidden;
  padding-left: 90px;
  font-size: 14px;
}
.comments .info .btn.grey {
  float: right;
  display: block;
  padding: 10px;
  background: #CCC;
}
.comments .info .btn.grey:hover {
  background: #BBB;
}
.comments .info .btn.grey:before {
  content: "+ ";
}
input.error,
select.error {
  border: 1px solid #f00;
}
.big-premium-brands {
  margin: 15px;
}
.big-premium-brands li {
  width: 217px;
  height: 200px;
  margin: 0 14px 15px 0;
  background: #fff;
  float: left;
  position: relative;
}
.big-premium-brands li.last {
  margin-right: 0;
}
.big-premium-brands li img {
  margin: 20px 38px;
}
.big-premium-brands li h2 {
  background: #333;
  text-align: center;
  color: #fff;
  font-family: Arial;
  font-size: 18px;
  padding: 2px 0;
  bottom: 0;
  position: absolute;
  width: 217px;
}
.big-premium-brands li a {
  color: #fff;
  text-decoration: none;
}
.brands {
  margin: 13px;
}
.brands li {
  width: 139px;
  height: 128px;
  margin: 0 13px 13px 0;
  background: #fff;
  float: left;
  position: relative;
  border: 1px solid #ccc;
}
.brands li.last {
  margin-right: 0;
}
.brands li img {
  margin: 10px 25px;
}
.brands li h2 {
  text-align: center;
  font-family: Arial;
  font-size: 15px;
  font-weight: normal;
  padding: 2px 0;
  bottom: 0;
  position: absolute;
  width: 140px;
}
.brands li a {
  display: block;
  color: #333;
}
.brands li a:hover {
  text-decoration: none;
}
.featuredmodel {
  padding: 10px;
}
.featuredmodel h2 {
  font-family: Arial;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 10px;
}
.featuredmodel h2 a {
  color: #333;
}
.featuredmodel div {
  height: 26px;
  width: 265px;
  margin-top: -36px;
  background: #333;
  opacity: 0.8;
  overflow: hidden;
  padding: 5px;
}
.featuredmodel div .price {
  font-size: 24px;
  color: #fff;
  float: left;
}
.featuredmodel div .btn {
  float: right;
}
.miniacc {
  width: 155px;
  margin: 0px;
  padding: 0px;
  float: left;
}
.miniacc h4 {
  font-size: 14px;
  margin: 0 5px 5px 0;
}
.minibike {
  padding: 10px;
  margin: 0 0 2px;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}
.minibike:last-child {
  border-bottom: 0;
}
.minibike.greybox {
  margin-top: 0;
  border-bottom: 0;
}
.minibike.greybox .descp ul li {
  background: #fff;
}
.minibike.greybox .descp li.date {
  background: #ffffff url(/css/i/btn-calendar.gif) no-repeat 7px 7px;
}
.minibike.greybox .descp .price {
  background: #fff;
}
.minibike .descp {
  float: right;
  width: 480px;
}
.minibike .descp ul {
  float: left;
  width: 270px;
}
.minibike .descp ul li {
  background: #f0f0f0;
  padding: 6px 5px 5px;
  float: left;
  margin: 0 2px 2px 0;
}
.minibike .descp ul li span {
  font-weight: bold;
}
.minibike .descp ul li.kms {
  width: 92px;
}
.minibike .descp ul li.fuel {
  width: 67px;
}
.minibike .descp ul li.year {
  width: 72px;
}
.minibike .descp ul li.province {
  width: 255px;
}
.minibike .descp li.date {
  background: #f0f0f0 url(/css/i/btn-calendar.gif) no-repeat 7px 7px;
  padding-left: 25px;
  width: 47px;
}
.minibike .descp .price {
  width: 210px;
  float: left;
  background: #f0f0f0;
  overflow: hidden;
}
.minibike .descp .price span {
  width: 110px;
  height: 60px;
  background: #333;
  float: left;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
}
.minibike .descp .price .btn {
  margin: 10px 0 0 9px;
  display: block;
  width: 70px;
  float: left;
  height: auto;
  font-size: 14px;
  line-height: 14px;
}
.minibike .photo {
  float: left;
  width: 109px;
  height: 72px;
}
.minibike h2 {
  font-size: 16px;
  width: 440px;
  height: 20px;
  overflow: hidden;
  margin: 0;
}
.minibike.accesoire .descp ul {
  width: 210px;
}
.minibike.accesoire .descp .price span {
  width: 110px;
  font-size: 20px;
}
.minibike.accesoire .descp .price .btn {
  width: 120px;
  font-size: 13px;
}
.minibike.accesoire .price {
  width: 270px;
}
.minibike .js-removemylist {
  background: url("/css/i/star.png") no-repeat scroll left top transparent !important;
  color: #333!important;
}
.minibike .js-addmylist,
.minibike .js-removemylist {
  background: url("/css/i/star.red.png") no-repeat scroll left top transparent !important;
  padding: 0 0 0 20px!important;
  color: #ff5715 !important;
  cursor: pointer;
  font-weight: normal!important;
  text-align: left!important;
  width: 60px!important;
  font-size: 13px!important;
  height: 20px!important;
  line-height: normal!important;
  margin: 5px 0px 0 20px;
}
.forum-options {
  margin-top: -25px;
}
.forum-options-bottom {
  margin-top: -15px;
}
.forum-options,
.forum-options-bottom {
  float: right;
  overflow: hidden;
  clear: both;
  height: 30px;
  padding: 10px 0 0;
}
.forum table {
  width: 100%;
  border-spacing: 4px;
  border-collapse: separate;
}
.forum th {
  text-align: left;
}
.forum td {
  padding: 5px;
  background: #f3f3f3;
  vertical-align: middle;
}
.forum td.category {
  padding: 15px 10px;
}
.forum td.desc {
  font-size: 13px;
  background: none;
  border: 1px solid #EEE;
}
.forum td .date {
  font-size: 12px;
  margin: 5px 0 0;
  color: #999;
  display: block;
}
.forum td.count {
  font-weight: bold;
  text-align: center;
}
.forum tr.odd td {
  background: #fff;
}
.minicol2 li {
  padding: 2px 5px;
}
.minicol2 li a {
  color: #666;
  text-decoration: underline;
  font-size: 13px;
}
.minicol2 li a:hover {
  color: #ff5715;
}
.minicol2.positive {
  background: none repeat scroll 0 0 #DCF2DC;
  border-right: 5px solid white;
  margin: 0!important;
}
.minicol2.negative {
  background: none repeat scroll 0 0 #F2E1E1;
  margin: 0!important;
  padding-left: 5px;
}
.post {
  clear: both;
  margin: 0 10px 0;
  padding: 10px 0 20px;
  overflow: hidden;
}
.post .avatar {
  width: 65px;
  float: left;
  margin: 0 0 5px;
}
.post .avatar img {
  border: 1px solid #DDD;
}
.post .avatar .stats {
  margin: 5px 0 0 0;
}
.post .avatar .stats li {
  padding: 0;
  width: 135px;
}
.post .comment {
  margin: 0;
  overflow: hidden;
  width: 600px;
}
.post .comment img {
  max-width: 560px;
}
.post .comment .citar img {
  max-width: 520px;
}
.post .comment .info {
  float: left;
  width: 535px;
}
.post .comment .permalink {
  float: right;
}
.post .comment .greybox {
  margin-top: -1px;
  padding: 20px;
  line-height: 20px;
}
.post .comment .greybox p {
  line-height: 20px;
  margin: 0 0 15px;
}
.post ul.stats {
  float: left;
  margin: 3px 0 0 10px;
}
.post ul.level {
  clear: both;
  margin-top: 25px;
}
.post h3 {
  font-size: 16px;
  font-family: Arial;
  display: inline-block;
  float: left;
  margin: 0 0 0 10px;
}
.post .arrow-forum {
  background: url(/css/i/arrow-forum.png) no-repeat;
  width: 14px;
  height: 11px;
  margin: 5px 0 0 20px;
  display: block;
  clear: both;
  position: relative;
}
.post.mainpost .arrow-forum {
  background: url(/css/i/mainarrow-forum.png) no-repeat;
}
.post.mainpost .comment .greybox {
  border: 1px solid #999;
}
.post ul.stats li,
.post ul.level li {
  float: left;
  padding: 0 10px;
  border-right: 1px solid #999;
  font-size: 13px;
  color: #999;
}
.post ul.stats li.last,
.post ul.level li.last {
  border: 0;
}
.pagination {
  margin: 10px 0 20px;
  overflow: hidden;
}
.pagination ul {
  overflow: hidden;
  text-align: center;
}
.pagination li {
  display: inline-block;
  border: 1px solid #DDD;
  background: #fff;
  margin: 0 3px;
  overflow: hidden;
}
.pagination li a:hover {
  background: #DDD;
  text-decoration: none;
}
.pagination li .letter_nf {
  display: block;
  padding: 5px 7px;
  font-size: 13px;
  color: #333;
  cursor: pointer;
}
.pagination li .letter_nf:hover {
  background: #DDD;
  text-decoration: none;
  display: block;
  padding: 5px 7px;
  font-size: 13px;
  color: #333;
  cursor: pointer;
}
.pagination li span {
  color: #DDD;
}
.pagination li.on span {
  background: #ff5715;
  color: #fff;
  font-weight: bold;
}
.pagination li a,
.pagination li span {
  display: block;
  padding: 5px 7px;
  font-size: 13px;
  color: #333;
}
.pagination .arrow-left,
.pagination .arrow-right {
  height: 23px;
  line-height: 12px;
}
.pagination .arrow-left a,
.pagination .arrow-left span,
.pagination .arrow-right a,
.pagination .arrow-right span {
  font-size: 15px;
}
.pagination .arrow-right .link_nf,
.pagination .arrow-left .link_nf {
  display: block;
  padding: 5px 7px;
  font-size: 13px;
  color: #333;
}
.pagination .arrow-right .link_nf:hover,
.pagination .arrow-left .link_nf:hover {
  background: #DDD;
  text-decoration: none;
}
nav.private-zone {
  margin: 0 0 20px;
}
nav.private-zone a.selected {
  background: #ff5715 url(/css/i/menuarrow-selected.png) no-repeat right 11px;
  border: 1px solid #ff5715;
  color: #fff;
}
nav.private-zone a.selected:hover {
  background: #ff5715 url(/css/i/menuarrow-selected.png) no-repeat right 11px;
  color: #fff;
  cursor: auto;
}
nav.private-zone a:hover {
  color: #ff5715;
  background: #f2f2f2 url(/css/i/menuarrow-hover.png) no-repeat right 11px;
  text-decoration: none;
}
nav.private-zone .down {
  background: #ff5715 url(/css/i/menuarrowdown-selected.png) no-repeat right 11px;
  color: #fff;
  border: 1px solid #ff5715;
}
nav.private-zone span.selected {
  color: #ff5715;
  background: #f2f2f2 url(/css/i/menuarrow-hover.png) no-repeat right 11px;
  text-decoration: none;
}
nav.important-links {
  display: block;
  clear: both;
  margin: 0;
}
nav.important-links h2 {
  font-size: 13px;
  display: inline;
  margin: 0;
  font-weight: normal;
  font-family: Arial;
}
nav.important-links h3 {
  font-size: 13px;
  display: inline;
  font-weight: normal;
  font-family: Arial;
}
nav.important-links h3 a {
  color: #999;
}
nav.private-zone a,
nav.private-zone span {
  padding: 7px 10px;
  background: #f2f2f2 url(/css/i/menuarrow-right.png) no-repeat right 11px;
  border: 1px solid #D9D9D9;
  color: #333;
  display: block;
  margin: 0 0 1px;
  font-size: 15px;
  font-weight: bold;
}
aside.left .widget .articles li h4,
aside.left .widget .articles li p {
  width: 120px;
}
.bike.dashboard .photo {
  width: 142px;
}
.bike.dashboard .photo img {
  display: block;
  border: 1px solid #D9D9D9;
  padding: 35px;
}
.bike.dashboard .photo .btn {
  width: 130px;
  margin: 3px auto;
  display: block;
  text-transform: none;
  text-align: center;
}
.bike.dashboard .descp {
  width: 515px;
}
.bike.dashboard .descp.mini {
  width: 345px;
}
.bike.dashboard .descp.mini table {
  width: 335px;
}
.bike.dashboard .descp li {
  width: 505px;
}
.bike.dashboard .descp table {
  width: 480px;
}
.bike.dashboard .promo {
  float: left;
  width: 170px;
  clear: none;
  margin-bottom: 0;
  background: none!important;
  border: 0!important;
  font-size: 14px;
  padding: 0!important;
  margin: 0!important;
}
.bike.dashboard .promo .title {
  display: block;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  margin: 5px 10px 10px;
  font-weight: bold;
}
.bike.dashboard .promo p {
  color: #999;
  font-size: 12px;
  text-align: center;
  margin: 5px;
  line-height: 13px;
}
.bike.dashboard .promo img {
  display: block;
  margin: 5px auto;
}
.bike.dashboard .promo .btn {
  text-transform: uppercase;
  display: block;
  margin: 5px auto;
  text-align: center;
}
.bike.dashboard .options {
  clear: both;
  border: 1px solid #D9D9D9;
  margin-top: 5px;
  width: 665px;
  overflow: hidden;
}
.bike.dashboard .options span {
  border-right: 1px solid #D9D9D9;
  padding: 4px 10px;
  display: block;
  float: left;
}
.private-zone form {
  margin: 0;
  overflow: hidden;
}
.private-zone form label {
  display: block;
  width: 150px;
  margin: 15px 0 3px;
}
.private-zone form textarea {
  width: 665px;
  height: 100px;
}
.private-zone form input[type="checkbox"] {
  width: auto;
  height: auto;
}
.private-zone form .btn {
  margin: 30px 0 0;
  dispaly: block;
  width: 140px;
}
.private-zone form input.sizes-form-control {
  display: inline-block;
}
.private-zone h2 {
  margin: 20px 0 10px;
  clear: both;
}
.private-zone .right {
  float: right;
  margin: 10px 0 10px 10px;
}
.private-zone .steps .step {
  width: 330px;
}
.private-zone .steps p {
  font-size: 13px;
  padding: 0 0 0 30px;
}
.private-zone .brandnew {
  overflow: hidden;
}
.private-zone .brandnew li {
  border: 1px solid #fff;
  border-bottom: 1px dotted #f0f0f0;
  width: 330px;
  margin: 0 0 5px 0;
  overflow: hidden;
  float: left;
  position: relative;
}
.private-zone .brandnew li:hover {
  border: 1px solid #CCC;
  border-radius: 3px;
}
.private-zone .brandnew li img {
  float: left;
  margin: 5px;
}
.private-zone .brandnew li h1 {
  margin: 5px 0;
  font-size: 16px;
  clear: none;
}
.private-zone .brandnew li h2 {
  margin: 10px 0 0 0;
  font-size: 12px;
  font-weight: normal;
  color: #999;
  clear: none;
}
.private-zone .brandnew .delete {
  background: url(/css/i/trash.png) transparent no-repeat;
  width: 13px;
  height: 16px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -2000px;
}
.private-zone .notifications li {
  clear: both;
  overflow: hidden;
}
.private-zone .notifications label {
  float: left;
  width: 370px;
}
.private-zone .notifications input {
  width: auto;
  height: auto;
  float: left;
  display: block;
  margin: 15px 0 3px;
}
.private-zone .notifications div {
  width: 400px;
  margin-top: 20px;
}
.private-zone .notifications div h2 {
  margin-top: 0;
  clear: none;
}
.private-zone .notifications img {
  float: right;
  margin-right: 15px;
}
.private-zone .senders {
  display: block;
  overflow: hidden;
  width: 350px;
  margin: 10px 0;
}
.private-zone .senders input {
  width: auto!important;
  float: left;
  margin: 0 10px 0 0;
}
.private-zone .senders label {
  display: block;
  float: left;
  font-size: 13px;
  line-height: 16px;
  width: 300px;
}
.private-zone .senders strong {
  display: block;
  font-size: 15px;
}
.private-zone .js-filter-accuser {
  width: 160px;
}
.private-zone .js-filter-accuser:first-of-type {
  margin: 5px 0 5px 24px;
}
.private-zone form input,
.private-zone form select {
  display: block;
  width: 220px;
  height: 21px;
  padding: 2px;
  font-size: 13px;
  margin: 3px 0;
}
.messages {
  padding: 15px;
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 18px;
  color: #67ab41;
  background-color: #e6f3df;
}
.messages ul li {
  padding: 5px 0 5px 30px;
}
.messages ul li.info {
  background: none;
  font-size: 14px;
}
.messages ul li:before {
  float: left;
  display: block;
  font: normal normal normal 16px/1 FontAwesome;
  content: "\f00c";
  margin-left: -30px;
  vertical-align: text-bottom;
}
.messages.info {
  color: #4e85ce;
  background-color: #eef3fa;
}
.messages.info ul li:before {
  content: "\f05a";
}
.messages.alert,
.messages.warning {
  color: #bf9a00;
  background-color: #fff8d9;
}
.messages.alert ul li:before,
.messages.warning ul li:before {
  content: "\f071";
}
.messages.error,
.messages.ko {
  color: #ce3b3b;
  background-color: #f9e6e6;
}
.messages.error ul li:before,
.messages.ko ul li:before {
  content: "\f06a";
}
.messages.ok .visto {
  font-size: 14px;
}
.messages.messages-light {
  padding: 0px;
  background-color: transparent;
}
.itemlist {
  margin: 10px 0 10px;
  overflow: hidden;
}
.itemlist li {
  margin: 10px;
  padding: 0 0 10px 20px;
  background: url(/css/i/item.png) 2px 6px no-repeat;
  line-height: 18px;
}
.register.btn {
  width: 200px;
  display: block;
  margin: 20px auto;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.centerform {
  width: 310px;
  margin: 20px auto 0px;
}
.centerform li {
  margin: 20px 0 5px;
}
.centerform .errors li {
  margin: 5px 0px 0px !important;
}
.centerform label {
  width: 310px;
  display: block;
  margin: 5px 0;
}
.centerform input:not([type="submit"]) {
  font-family: Arial, sans-serif;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.centerform input:not([type="submit"]):focus,
.centerform input:not([type="submit"]):active {
  outline: 0;
  border-color: #bdbdbd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
.centerform input:not([type="submit"]):focus,
.centerform input:not([type="submit"]):active {
  outline: 0;
  border-color: #bdbdbd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
.centerform h3 {
  font-size: 14px;
  margin: 0 0 20px;
}
.centerform textarea {
  width: 310px;
  height: 70px;
  padding: 2px;
}
.centerform .legaladvice {
  color: #666;
  font-size: 11px;
  height: 40px;
  width: 236px;
  float: left;
  line-height: 14px;
  margin: 5px 0 0 0;
}
.centerform .legaladvice a {
  color: #C90012;
}
.centerform .btn {
  min-width: 150px;
}
.centerform .btn + .btn {
  float: right;
  width: auto;
}
.centerform input,
.centerform select {
  display: block;
  width: 310px;
}
.centerform .messages.ok,
.centerform .messages.ok p {
  width: 250px;
}
.register-box a {
  margin: 110px auto;
  display: block;
  width: 150px;
  text-align: center;
}
.signup .centerform li {
  margin: 15px 0 5px;
}
.signup .register-box a {
  margin: 158px auto;
}
.allbrands {
  margin: 10px 0 20px;
}
.allbrands h2.h2 {
  margin: 10px 0 0;
  height: 20px;
  overflow: hidden;
}
.allbrands h2.h2 a {
  padding: 40px 0 0;
  color: #333;
  font-size: 18px;
}
.allbrands h2.h2 a:hover {
  text-decoration: none;
}
.families li {
  margin: 0 0 20px;
  display: block;
  clear: both;
}
.families li h3 {
  padding: 10px;
  background: #333;
  color: #fff;
  font-size: 22px;
}
.families li h3 a {
  color: #fff;
}
.families li h3 a:hover {
  text-decoration: none;
}
.families .btn {
  margin: -33px 20px 0 0;
  float: right;
}
.families .photo {
  margin: 10px;
  float: left;
}
.families .greybox span {
  font-size: 16px;
  margin: 10px 0 0;
  float: left;
  width: 380px;
  font-weight: bold;
}
.families ul {
  margin: 10px 0 0;
  float: left;
  width: 380px;
}
.families ul li {
  margin: 5px 0;
  padding: 0 0 0 15px;
  background: url(/css/i/item.png) 0 5px no-repeat;
  clear: none;
}
.versions {
  margin: 10px 0;
}
.versions li {
  border-bottom: 1px dotted #333;
  padding: 10px 0;
  margin: 0;
  overflow: hidden;
}
.versions li:last-child {
  border: 0;
}
.versions li .block1 {
  width: 505px;
  float: left;
}
.versions li .block2 {
  width: 100px;
  float: right;
}
.versions li .block2 span.price {
  background: #333;
  padding: 2px 5px;
  width: 90px;
  color: #fff;
  font-size: 10px;
  margin: 0 0 5px;
  display: block;
  text-align: right;
}
.versions li .block2 span.price strong {
  font-size: 19px;
  font-weight: normal;
  display: block;
  margin: 2px 0 0;
}
.versions li .block2 .btn {
  width: 88px;
  padding: 5px;
  font-size: 13px;
  display: block;
  text-align: center;
}
.versions li h2 {
  font-size: 17px;
  display: block;
}
.versions li ul.options li {
  border: 0;
  padding: 5px 3px;
  margin: 0 5px 0 0;
  width: 115px;
  float: left;
  line-height: 16px;
  font-size: 13px;
}
.family-box {
  border: 1px solid #999;
  padding: 0;
  margin: 10px 0 20px;
  overflow: hidden;
}
.family-box img {
  float: left;
}
.family-box .price {
  width: 320px;
  font-size: 15px;
  color: #fff;
  background: #333;
  padding: 5px 10px;
  float: right;
  margin: 5px 5px 0 0;
  display: block;
  line-height: 25px;
}
.family-box .price strong {
  font-size: 25px;
  display: block;
  float: right;
}
.family-box ul.itemlist {
  float: right;
  width: 300px;
  margin: 10px;
}
.question-box {
  margin: 10px;
  padding: 10px;
  border: 1px solid #CCC;
  background: #DDD;
  color: #000;
}
.question-box .author {
  color: #333;
  font-style: oblique;
}
.question-box .place {
  color: #333;
  font-style: oblique;
}
.widget-fullsearch {
  height: 260px;
}
.widget-fullsearch .ajax-loader {
  margin: 70px auto;
  display: block;
}
.widget-fullsearch ul.suggest {
  width: 219px!important;
}
.widget-fullsearch ul.suggest li {
  width: 216px!important;
}
.widget-fullsearch,
.widget-mediumsearch {
  padding: 5px 10px 15px 20px!important;
}
.widget-mediumsearch {
  padding: 0 8px 8px 5px!important;
}
.widget-mediumsearch ul li {
  margin: 5px 0 3px 5px;
}
.widget-mediumsearch ul li label {
  margin: 2px 0 2px;
}
.widget-mediumsearch ul li select {
  margin: 0 0 5px;
}
.widget-mediumsearch ul li.bodyworks {
  height: 140px;
}
.widget-mediumsearch ul li.bodyworks li {
  margin: 0 5px;
  height: 73px;
}
.widget-mediumsearch ul li.bodyworks li a {
  font-size: 13px;
}
.widget-mediumsearch .btn {
  padding: 2px 20px;
}
.widget-mediumsearch.used .btn {
  clear: both;
  margin: 5px 40px 0 0;
}
.widget-fullsearch ul,
.widget-mediumsearch ul {
  margin: 0;
  overflow: hidden;
  clear: both;
}
.widget-fullsearch ul li,
.widget-mediumsearch ul li {
  float: left;
  width: 150px;
  margin: 0 0 5px;
}
.widget-fullsearch ul li label,
.widget-mediumsearch ul li label {
  display: block;
  clear: both;
  margin: 0 0 5px;
}
.widget-fullsearch ul li select,
.widget-mediumsearch ul li select,
.widget-fullsearch ul li input,
.widget-mediumsearch ul li input {
  display: block;
  clear: both;
  margin: 0 0 10px;
  width: 150px;
}
.widget-fullsearch ul li.bodyworks,
.widget-mediumsearch ul li.bodyworks {
  width: 405px;
  height: 165px;
  float: right;
}
.widget-fullsearch .message-search,
.widget-mediumsearch .message-search {
  border: 1px solid #CCC;
  padding: 5px;
  width: 350px;
}
.widget-fullsearch .message-search p,
.widget-mediumsearch .message-search p {
  background: #EEE;
  padding: 3px 5px;
}
.widget-fullsearch .message-search p span,
.widget-mediumsearch .message-search p span {
  color: #ff5715;
}
.widget-fullsearch .btn,
.widget-mediumsearch .btn {
  float: right;
  padding: 5px 30px;
  display: block;
  text-align: center;
  margin: 0 50px 0 0;
}
.widget-fullsearch ul li.bodyworks li,
.widget-mediumsearch ul li.bodyworks li {
  width: 124px;
  height: 80px;
  float: left;
  margin: 5px;
}
.widget-fullsearch ul li.bodyworks li a,
.widget-mediumsearch ul li.bodyworks li a {
  padding: 50px 0 0;
  display: block;
  text-align: center;
}
/*
.form_usedcars {
	width: 225px;
	overflow: hidden;
	clear: none!important;
	&.left {
		float: left;
		margin: 10px 0 0 40px;
	}
	&.right {
		float: right;
		margin: 10px 40px 0 0;
	}
	li {
		width: 222px!important;
	}
	ul {
		&.suggest {
			li {
				margin: 0!important;
				padding: 5px 0 5px 3px!important;
				width: 114px!important;
				font-size: 13px;
			}
		}
	}
}*/
.widget-search form {
  width: 100%;
}
.widget-search form:before,
.widget-search form:after {
  content: " ";
  display: table;
}
.widget-search form:after {
  clear: both;
}
.widget-search form:before,
.widget-search form:after {
  content: " ";
  display: table;
}
.widget-search form:after {
  clear: both;
}
.widget-search .form_usedcars {
  margin-bottom: 4px;
  width: 100%;
}
.widget-search .form_usedcars li {
  margin: 0 0 10px;
}
.widget-search .form_usedcars li label {
  display: block;
  margin-bottom: 5px;
}
.widget-search .form_usedcars li select {
  width: 100%;
  font-size: 13px;
}
.widget-search .form_usedcars li input {
  height: 30px;
  width: 100%;
  padding: 0px 5px;
  font-size: 14px;
  border-radius: 2px;
}
.widget-search .form_usedcars li input[type="text"] {
  border: 1px solid #e3e3e3;
}
.widget-search .form_usedcars li input[type="text"]:hover {
  border-color: #ff5715;
}
.widget-search .form_usedcars li input:focus {
  outline: none;
  border-color: #bdbdbd;
}
.widget-search .btn {
  margin: 5px 0px 0px;
  padding: 5px 0px;
  clear: both;
  float: right;
  width: 48%;
}
.widget-search .js-number-usedearch .message-search {
  float: left;
  margin-top: 7px;
  width: 50%;
  color: #aaa;
}
.section-left-right .widget-search .form_usedcars {
  width: 48%;
}
.section-left-right .widget-search .form_usedcars.left {
  float: left;
}
.section-left-right .widget-search .form_usedcars.right {
  float: right;
}
/*
.form_usedcars li select, .form_usedcars li input {
	width: 215px!important;
	padding: 2px;
}*/
dl.stats {
  border: 1px solid #CCC;
  padding: 1px 0 0 0!important;
  clear: both;
  font-size: 13px;
}
dl.stats dt {
  background: #EEE;
  float: left;
  width: 87px;
  font-weight: bold;
  margin: 0 0 1px 1px!important;
  padding: 3px;
}
dl.stats dd {
  background: #EEE;
  float: left;
  width: 105px;
  margin: 0 1px 1px 0!important;
  padding: 3px;
}
#edit-car-form textarea {
  width: 184px;
  height: 50px;
}
/*.magazine-search,*/
.forum-search,
.acc-search {
  border: 4px solid #333;
  padding: 10px 5px;
}
/*.magazine-search input,
.magazine-search select,*/
.forum-search input,
.acc-search input {
  font-size: 13px;
  padding: 2px;
}
/*.magazine-search .btn,*/
.forum-search .btn,
.acc-search .btn {
  background: url("/css/i/search.png") no-repeat scroll 2px 1px #ff5715 !important;
  border: 1px solid #ff5715;
  border-radius: 2px 2px 2px 2px;
  cursor: pointer;
  height: 22px;
  text-indent: -2000px;
  width: 25px;
}
.magazine-search {
  /*
	.input-group {
		width: 68%;
	}*/
}
.magazine-search select {
  float: left;
  margin-right: 2%;
  width: 30%;
  font-size: 13px;
}
.forum-search input {
  width: 247px;
}
.acc-search input[type="text"] {
  width: 143px;
}
.forum-form {
  background: #F0F0F0;
  padding: 20px;
  margin: 20px 0;
}
.forum-form textarea {
  width: 574px;
  height: 379px;
}
.forum-form label {
  margin-top: 10px;
  display: block;
}
.forum-form input[type="submit"] {
  margin-top: 10px;
}
.forum-form .legend {
  font-size: 11px;
}
.forum-form input,
.forum-form textarea {
  display: block;
  padding: 2px;
  font-size: 13px;
}
.newsearchhome {
  margin-top: 14px!important;
}
.article-author {
  margin: 10px 0 20px;
  clear: both;
}
.article-author img {
  float: left;
  margin: 0 5px 5px 0;
  width: 100px;
  height: 100px;
}
.article-author h2 {
  border-top: 2px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  padding: 10px 0;
  margin: 0 0 10px;
}
.article-author h2 a {
  color: #333;
  font-size: 16px;
}
.article-author a.photo {
  float: left;
  width: 109px;
  height: 83px;
  margin: 0 10px 10px 0;
  display: block;
}
.article-author p {
  line-height: 18px;
  margin: 0 0 15px;
}
.author-shortdescription {
  color: #999;
  display: block;
  font-style: italic;
  font-size: 13px;
  margin: 5px 0 0;
}
.author-photo {
  float: left;
  margin: 0 10px 10px 0;
}
.author-description {
  margin: 10px 0 20px;
  line-height: 18px;
}
.about-author {
  clear: both;
  overflow: hidden;
}
.about-author h2 {
  float: left;
  font-size: 18px;
  width: 230px;
  margin: 0 0 10px;
}
.about-author span {
  float: left;
  font-weight: bold;
  width: 230px;
  font-size: 12px;
}
.about-author a.photo {
  float: left;
  margin: 0 10px 10px 0;
}
.about-author p {
  font-size: 13px;
  line-height: 16px;
  clear: both;
}
.widget-tabs.negative .tabs span {
  background: none repeat scroll 0 0 #eee;
  border: 1px solid #eee;
  border-bottom: none;
  color: #333;
}
.widget-tabs.negative .tabs span.selected {
  background: none repeat scroll 0 0 #333;
  border: 1px solid #333;
  color: #FFF;
}
.widget-tabs.negative .widget-content {
  background: #333;
  border-color: #333;
  color: #fff;
}
.threads-home {
  overflow: hidden;
  padding: 5px;
}
.threads-home h4 {
  font-size: 14px;
  color: #ff5715;
  margin: 5px 0 0;
  font-family: Arial;
  text-transform: uppercase;
  background: url(/css/i/arrow-forum-white.png) no-repeat 10px 20px;
  padding: 0 0 17px;
}
.threads-home li {
  width: 286px;
  float: left;
  margin: 0 5px 0 0;
  overflow: hidden;
}
.threads-home li.last {
  margin: 0;
}
.threads-home li ul li {
  background: #fff;
  padding: 5px 10px;
  clear: both;
  margin: 0 0 5px;
  width: 266px;
}
.threads-home li ul li a {
  font-size: 15px;
  display: block;
  margin: 2px 0 5px;
}
.threads-home li ul li a.comments {
  float: right;
  display: block;
  background: transparent url(/css/i/comments.gif) no-repeat 0 1px;
  padding: 0 0 0 15px;
  font-size: 13px;
}
.threads-home li ul li .date {
  font-size: 12px;
}
.comment .author-info {
  float: left;
  width: 400px;
  color: #999;
  margin: 5px 0 0 10px;
}
.patrocinio-honda-home .logo {
  background: url("/patrocinios/honda/honda_frontpage.gif") no-repeat transparent;
  display: block;
  float: left;
  height: 43px;
  text-indent: -999999px;
  width: 130px;
}
.patrocinio-honda-home p {
  float: right;
  line-height: 17px;
  width: 150px;
  margin: 5px 0 0;
  ont-size: 13px;
}
.patrocinio-skoda-home .logo {
  background: url("/patrocinios/skoda/logo.jpg") no-repeat transparent;
  display: block;
  float: left;
  height: 61px;
  text-indent: -999999px;
  width: 61px;
  margin: 0 10px 10px 0;
}
.patrocinio-skoda-home p {
  line-height: 17px;
  font-size: 13px;
  margin: 0 0 10px;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  text-align: left;
  padding: 15px;
  background-color: #fff;
  border-radius: 2px;
}
#cboxContent .wrapper {
  width: auto;
}
#cboxLoadedContent {
  overflow: auto !important;
  margin-top: 2.4em;
  background: #fff;
}
#cboxTitle {
  margin: 0;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #333;
  font-size: 1.2em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #fff;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(/css/i/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(/css/i/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: bottom right;
}
#cboxLoadingOverlay {
  background: #000;
}
#cboxLoadingGraphic {
  background: url(/css/i/loading.gif) no-repeat center center;
}
#cboxClose {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  padding: 10px 15px;
  font-size: 0px;
  color: #666;
}
#cboxClose:after {
  content: "×";
  font-size: 24px;
}
#cboxClose:hover {
  color: #ff5715;
}
.moteros_popup_video {
  position: absolute;
}
.ad_megabanner {
  width: 728px;
  height: 90px;
  float: right;
  margin-right: 7px;
}
.ad_comentario {
  width: 232px;
  height: 90px;
  overflow: hidden;
  float: left;
  margin-left: 7px;
}
.ad_fullmegabanner {
  width: 980px;
  height: 150px;
  overflow: hidden;
}
.skin {
  position: relative;
  z-index: -9999;
  width: 1250px;
}
.category-list {
  clear: both;
  overflow: hidden;
  margin: 10px 0;
}
.category-list li {
  float: left;
  display: block;
  margin: 1px!important;
  padding: 5px 5px!important;
}
.fullform li {
  background: #DDD;
  margin: 2px 0;
  padding: 10px;
  overflow: hidden;
}
.fullform li label {
  margin-top: 0;
}
.fullform li textarea {
  height: 120px!important;
}
.fullform li p {
  float: right;
  background: #ffffff url(/css/i/info.png) no-repeat 5px 8px;
  padding: 5px 5px 5px 25px;
  width: 290px;
  margin: 15px 0 0;
  font-size: 13px;
  color: #999;
}
.fullform li .size-container input {
  width: 120px!important;
}
.fullform li input,
.fullform li select,
.fullform li textarea {
  width: 350px!important;
  border: 1px solid #CCC;
}
h3.anchor {
  overflow: hidden;
}
h3.anchor a {
  color: #333;
  padding-top: 40px;
}
h3.anchor a:hover {
  text-decoration: none;
}
.important-links {
  margin: 20px;
  padding: 10px 0 0;
}
.important-links ul {
  margin: 10px 0px 30px 20px;
  float: left;
  width: 285px;
}
.important-links ul:last-child {
  margin: 10px 20px 30px;
}
.important-links ul li {
  margin: 6px 0;
  background: url("/css/i/miniarrow-right.gif") no-repeat scroll left 4px transparent;
  padding: 0 0 0 10px;
}
.important-links ul li a {
  font-size: 13px;
  color: #666;
}
.important-links h2 {
  margin: 0 0 0 20px;
  font-size: 16px;
}
#layer {
  background-color: #000;
  opacity: .9;
  -moz-opacity: .9;
  filter: alpha(opacity=90);
  left: 0px;
  top: 0px;
  z-index: 1000001;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
#layer span {
  margin: auto auto;
  display: block;
  width: auto;
  height: auto;
  position: absolute;
}
#layer span div {
  color: #e2e2e2;
  font-size: 14px;
  margin-top: 15px;
}
.grupo {
  display: inline;
  float: left;
}
.col5 {
  display: inline;
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
  width: 116px;
  background: #F0F0F0;
  min-height: 140px;
}
.col5:nth-child(5n) {
  margin-right: 0;
}
.col5 span {
  display: inline-block;
  height: 75px;
  width: 100px;
}
.col5.minimodel img {
  margin: 8px;
  display: block;
}
.col5.minimodel h4 {
  margin: 0 10px;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
}
.hide {
  display: none;
}
.filter-box-year {
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
}
.filter-box-year li {
  float: left;
  color: #555555;
  border-right: 1px solid #e3e3e3;
  margin: 10px 0;
  padding: 0 10px;
}
.filter-box-year li:last-child {
  border: 0;
}
.filter-box-year .js-show-years {
  cursor: pointer;
}
.grupo-wrapper {
  clear: both;
  overflow: hidden;
  margin: 10px 0 20px;
}
.selected-items {
  margin: 20px 0;
  overflow: hidden;
}
.selected-items li {
  width: 180px;
  padding: 10px;
  background: #F0F0F0;
  float: left;
  margin-right: 10px;
}
.selected-items li:last-child {
  margin: 0;
}
.verticalcar h2 {
  font-size: 16px;
  text-align: center;
  margin: 10px 0;
}
.verticalcar h2 a {
  color: #333;
}
.verticalcar .descp ul li {
  width: auto;
  background: #fff;
  margin: 0 0 2px;
  float: left;
  padding: 10px 0 0;
  text-align: center;
  line-height: 15px;
}
.verticalcar .descp ul li span {
  font-weight: bold;
}
.verticalcar .descp ul li.province {
  width: 180px;
  height: 28px;
  line-height: 18px;
}
.verticalcar .descp ul li.kms {
  width: 89px;
  height: 22px;
  margin: 0 2px 0 0;
}
.verticalcar .descp ul li.year {
  width: 89px;
  height: 22px;
}
.verticalcar textarea {
  width: 180px;
  height: 120px;
  border: 1px solid #CCC;
}
.verticalcar .price {
  background: none repeat scroll 0 0 #333333;
  color: #FFFFFF;
  float: left;
  font-size: 24px;
  font-weight: bold;
  height: 48px;
  line-height: 50px;
  text-align: center;
  width: 180px;
  margin: 2px 0 10px;
}
.verticalcar .whitebox {
  background: #FFF;
  padding: 15px;
  margin: 10px 0;
  width: auto;
  text-align: center;
}
.verticalcar .btn {
  clear: both;
  width: 140px;
  margin: 0 auto;
}
.bkm_finance {
  clear: both;
  display: block;
  margin: -14px 0 0;
  width: 620px;
  position: absolute;
  text-align: right;
  font-size: 11px;
}
.galleries {
  clear: both;
  overflow: hidden;
  margin: 10px 0;
}
.galleries li {
  width: 145px;
  height: 175px;
  border: 1px solid #CCC;
  margin: 0 10px 10px 0;
  float: left;
  overflow: hidden;
}
.galleries li img {
  margin-left: -20px;
}
.galleries li:nth-child(4n) {
  margin-right: 0;
}
.galleries li a {
  font-size: 12px;
  font-weight: bold;
  margin: 3px;
  display: block;
  color: #333;
}
.galleries li .num-photos {
  float: right;
  font-size: 11px;
  color: 11px;
  margin: 0 5px 0 0;
}
.photos {
  margin: 10px 0;
  overflow: hidden;
}
.photos li {
  width: 140px;
  height: 105px;
  overflow: hidden;
  float: left;
  margin: 0 5px 5px 0;
  position: relative;
  padding: 5px;
  background: #f0f0f0;
}
.photos li:nth-child(4n) {
  margin-right: 0;
}
.photos li .title {
  width: 140px;
  height: 35px;
  bottom: 5px;
  position: absolute;
  background: #333;
  z-index: 9;
  display: none;
  overflow: hidden;
  opacity: 0.8;
}
.photos li .title a {
  color: #fff;
  padding: 5px;
  display: block;
  width: 105px;
  float: left;
  font-size: 13px;
  overflow: hidden;
}
.photos li:hover .title {
  display: block;
}
.photos li .comments {
  background: url(/css/i/comments.png) no-repeat;
  width: 19px;
  height: 15px;
  float: right;
  margin: 8px 5px 0 0;
  text-align: center;
  font-size: 10px;
}
.photos li ul.options {
  position: absolute;
  top: 105px;
  overflow: hidden;
}
.photos li ul.options li {
  width: auto;
  height: auto;
  display: block;
  clear: both;
  float: none;
  margin: 1px 0;
  padding: 1px 5px;
  font-size: 12px;
}
.photos.withoptions li {
  height: 130px;
}
.photos.withoptions li .title {
  top: 70px;
}
h2.clear {
  clear: both;
  margin: 10px 0 0;
}
.community.greybox p {
  font-size: 18px;
}
.community.greybox span {
  display: block;
  margin: 20px 0 0;
  text-align: center;
  height: 35px;
}
.community.greybox span a {
  margin: 0 5px;
}
.community .photo {
  background: #474747!important;
  background: url(/css/i/photo.png) no-repeat 13px 6px, -ms-linear-gradient(top, #474747 0%, #2d2d2d 100%) !important;
  background: url(/css/i/photo.png) no-repeat 13px 6px, -moz-linear-gradient(top, #474747 0%, #2d2d2d 100%) !important;
  background: url(/css/i/photo.png) no-repeat 13px 6px, -o-linear-gradient(top, #474747 0%, #2d2d2d 100%) !important;
  background: url(/css/i/photo.png) no-repeat 13px 6px, -webkit-gradient(linear, left top, left bottom, color-stop(0, #474747), color-stop(1, #2d2d2d)) !important;
  background: url(/css/i/photo.png) no-repeat 13px 6px, -webkit-linear-gradient(top, #474747 0%, #2d2d2d 100%) !important;
  background: url(/css/i/photo.png) no-repeat 13px 6px, linear-gradient(to bottom, #474747 0%, #2d2d2d 100%) !important;
}
.community .photo:hover {
  background: #676767!important;
  background: url(/css/i/photo.png) no-repeat 13px 6px, -ms-linear-gradient(top, #676767 0%, #505050 100%) !important;
  background: url(/css/i/photo.png) no-repeat 13px 6px, -moz-linear-gradient(top, #676767 0%, #505050 100%) !important;
  background: url(/css/i/photo.png) no-repeat 13px 6px, -o-linear-gradient(top, #676767 0%, #505050 100%) !important;
  background: url(/css/i/photo.png) no-repeat 13px 6px, -webkit-gradient(linear, left top, left bottom, color-stop(0, #676767), color-stop(1, #505050)) !important;
  background: url(/css/i/photo.png) no-repeat 13px 6px, -webkit-linear-gradient(top, #676767 0%, #505050 100%) !important;
  background: url(/css/i/photo.png) no-repeat 13px 6px, linear-gradient(to bottom, #676767 0%, #505050 100%) !important;
}
.community .video {
  background: url(/css/i/video.png) no-repeat 13px 5px, -ms-linear-gradient(top, #474747 0%, #2d2d2d 100%) !important;
  background: url(/css/i/video.png) no-repeat 13px 5px, -moz-linear-gradient(top, #474747 0%, #2d2d2d 100%) !important;
  background: url(/css/i/video.png) no-repeat 13px 5px, -o-linear-gradient(top, #474747 0%, #2d2d2d 100%) !important;
  background: url(/css/i/video.png) no-repeat 13px 5px, -webkit-gradient(linear, left top, left bottom, color-stop(0, #474747), color-stop(1, #2d2d2d)) !important;
  background: url(/css/i/video.png) no-repeat 13px 5px, -webkit-linear-gradient(top, #474747 0%, #2d2d2d 100%) !important;
  background: url(/css/i/video.png) no-repeat 13px 5px, linear-gradient(to bottom, #474747 0%, #2d2d2d 100%) !important;
}
.community .video:hover {
  background: url(/css/i/video.png) no-repeat 13px 5px, -ms-linear-gradient(top, #676767 0%, #505050 100%) !important;
  background: url(/css/i/video.png) no-repeat 13px 5px, -moz-linear-gradient(top, #676767 0%, #505050 100%) !important;
  background: url(/css/i/video.png) no-repeat 13px 5px, -o-linear-gradient(top, #676767 0%, #505050 100%) !important;
  background: url(/css/i/video.png) no-repeat 13px 5px, -webkit-gradient(linear, left top, left bottom, color-stop(0, #676767), color-stop(1, #505050)) !important;
  background: url(/css/i/video.png) no-repeat 13px 5px, -webkit-linear-gradient(top, #676767 0%, #505050 100%) !important;
  background: url(/css/i/video.png) no-repeat 13px 5px, linear-gradient(to bottom, #676767 0%, #505050 100%) !important;
}
.community .photo,
.community .video {
  width: 185px;
  height: 115px;
  font-size: 18px;
  display: block;
  margin: 10px auto 20px;
  padding: 7px 7px 7px 50px;
}
.pack {
  padding: 10px;
  height: 330px;
  position: relative;
}
.pack.bike {
  background: #F7E7E6;
}
.pack.acc {
  background: #E6E6E6;
}
.pack p {
  font-size: 18px;
  text-align: center;
  line-height: 22px;
  margin-bottom: 30px;
}
.pack ul {
  margin: 10px 5px;
}
.pack ul li {
  background: url(/css/i/item.png) 2px 6px no-repeat;
  padding: 0 0 0 15px;
  margin: 10px 0;
  line-height: 15px;
}
.pack .btn {
  display: block;
  text-transform: uppercase;
  text-align: center;
  bottom: 15px;
  position: absolute;
  width: 240px;
}
.steps {
  padding: 10px 5px 20px;
}
.steps:before,
.steps:after {
  content: " ";
  display: table;
}
.steps:after {
  clear: both;
}
.steps:before,
.steps:after {
  content: " ";
  display: table;
}
.steps:after {
  clear: both;
}
.steps .step {
  float: left;
  padding-left: 1.2em;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.steps .step.current {
  opacity: 1;
  filter: alpha(opacity=100);
}
.steps .step .step-number {
  display: inline-block;
  padding: 0 0.3em;
  margin-left: -1.2em;
  width: 1.2em;
  font-size: 1.5em;
  text-align: right;
}
.steps .step:not(:first-child) .step-number:before {
  float: left;
  margin-left: -20px;
  font: normal normal normal 28px/1 FontAwesome;
  content: "\f105";
  vertical-align: text-bottom;
  color: #aaa;
}
.steps .step:not(:last-child) {
  margin-right: 40px;
}
.packs-tpv .details {
  margin: 20px;
  width: 650px;
  float: left;
  overflow: hidden;
}
.packs-tpv h2 {
  margin: 0 0 20px;
}
.packs-tpv table {
  width: 630px;
}
.packs-tpv table tr:hover {
  background: #FFF;
}
.packs-tpv table tr:last-child td {
  border: 0;
}
.packs-tpv table td {
  width: 150px;
  height: 30px;
  border-bottom: 1px dotted #FFF;
}
.packs-tpv table td:last-child {
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  padding-right: 10px;
}
.packs-tpv table .item-pack {
  width: 330px;
}
.packs-tpv table input {
  margin: 5px;
}
.packs-tpv .whitebox {
  width: 200px;
  float: left;
  margin-top: 20px;
}
.packs-tpv .whitebox .btn {
  display: block;
  width: 180px;
  margin: 0 auto;
}
.packs-tpv .whitebox .vat {
  display: block;
  margin: 20px 0 10px 10px;
  color: #999;
  font-size: 13px;
}
.packs-tpv .delete {
  margin: 10px 0 20px;
  display: block;
  padding: 0 0 0 20px;
  background: url(/css/i/trash.png) transparent no-repeat;
}
#resumen_packs {
  margin: 0 0 20px;
}
#resumen_packs li {
  font-size: 14px;
  padding: 5px 0;
  overflow: hidden;
  line-height: 18px;
}
#resumen_packs li .pack-contratado {
  display: block;
  float: left;
}
#resumen_packs li.total {
  padding-top: 15px;
  border-top: 1px solid #e3e3e3;
  font-size: 18px;
}
#resumen_packs li strong {
  display: block;
  float: left;
}
#resumen_packs .importe {
  display: block;
  float: right;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 16px;
  text-align: right;
}
.greybox.photo .prev,
.greybox.photo .next {
  width: 300px;
  display: block;
  height: 450px;
  margin-top: -450px;
  text-indent: -2000px;
  position: relative;
  cursor: pointer;
}
.profile-photo {
  width: 310px;
  position: relative;
  margin: 30px 0 0 -20px;
  padding: 10px 10px 10px 0;
}
.profile-photo .comment {
  width: 310px;
}
.profile-photo .comment .stats {
  width: 230px;
  margin: 10px 0 0 0;
}
.profile-photo .comment .stats li {
  line-height: 15px;
  border: 0;
  color: #333;
}
.profile-photo .arrow-forum {
  background: url(/css/i/arrow-forum-white.png) no-repeat;
}
.profile-photo .social {
  margin: 20px 0 0;
}
.profile-photo .social li {
  display: block;
  height: 30px;
  float: left;
}
.profile-photo .social li.twitter {
  width: 100px;
}
.profile-photo .social li.facebook {
  width: 115px;
}
.profile-photo .social li.googleplus {
  width: 60px;
}
.like-dislike {
  margin: 0;
  margin: 10px auto 0!important;
  width: 125px!important;
  border: 1px solid #999;
  border-radius: 3px;
  background: #FFF;
  overflow: hidden;
  padding: 5px!important;
}
.like-dislike .like {
  background: #fdfdfd url(/css/i/like.png) 3px 2px no-repeat;
}
.like-dislike .like:hover {
  background: #f0f0f0 url(/css/i/like.png) 3px 2px no-repeat;
  border: 1px solid #CCC;
}
.like-dislike .dislike {
  background: #fdfdfd url(/css/i/dislike.png) 3px 2px no-repeat;
}
.like-dislike .dislike:hover {
  background: #f0f0f0 url(/css/i/dislike.png) 3px 2px no-repeat;
  border: 1px solid #CCC;
}
.like-dislike p {
  float: left;
  margin: 0 10px 0 0!important;
  border-radius: 2px;
  font-size: 14px!important;
}
.like-dislike .like,
.like-dislike .dislike {
  padding: 3px 3px 3px 25px;
  border: 1px solid #FFF;
  cursor: pointer;
  border-radius: 2px;
  font-size: 12px;
  color: #999;
}
.inform {
  width: 23px;
  height: 23px;
  float: left;
  text-indent: -2000px;
  overflow: hidden;
  background: url(/css/i/flag.png) 5px 2px no-repeat;
  margin: 0 0 0 10px;
  border: 1px solid #F0F0F0;
  border-radius: 3px;
}
.inform:hover {
  border: 1px solid #CCC;
  background: #f0f0f0 url(/css/i/flag.png) 5px 2px no-repeat;
}
.arrow-photo-pagination {
  background: url(/css/i/mainarrow-forum.png) no-repeat;
  display: block;
  width: 14px;
  height: 11px;
  margin: 0 0 -1px 185px;
  overflow: hidden;
  position: relative;
  z-index: 999;
}
.photo-pagination {
  border: 1px solid #CCC;
  background: #F0F0F0;
  padding: 5px;
  overflow: hidden;
}
.photo-pagination .photos {
  margin: 0;
  width: 570px;
  float: left;
}
.photo-pagination li {
  width: 110px;
  height: 83px;
  overflow: hidden;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.photo-pagination li .title {
  bottom: 0;
  width: 110px;
}
.photo-pagination li .title a {
  width: 75px;
  font-size: 12px;
}
.photo-pagination li .lastfoto {
  font-size: 12px;
  color: #666;
  display: block;
  background: #fff;
  text-align: center;
  width: 110px;
  height: 53px;
  padding: 30px 0 0;
  cursor: not-allowed;
}
.photo-pagination .prev {
  background: url(/css/i/arrow-left.mini.png) no-repeat;
  margin: 15px 5px 0 3px;
}
.photo-pagination .next {
  background: url(/css/i/arrow-right.mini.png) no-repeat;
  margin: 15px 3px 0 5px;
}
.photo-pagination .prev,
.photo-pagination .next {
  width: 10px;
  height: 50px;
  float: left;
  display: block;
  overflow: hidden;
  text-indent: -2000px;
}
.photo-pagination span.prev,
.photo-pagination span.next {
  cursor: not-allowed;
}
.list-categories {
  overflow: hidden;
  clear: both;
}
.list-categories li {
  float: left;
  width: 90px;
  height: 90px;
  margin: 0 5px 5px 0;
  font-size: 12px;
}
.list-categories li:nth-child(7n) {
  margin-right: 0;
}
.list-categories li label {
  width: 100px;
}
.list-categories li input {
  width: auto;
  height: auto;
  float: left;
  margin: 0 5px;
}
.message .window {
  position: absolute;
  border: 1px solid #CCC;
  background: #FFF;
  display: none;
  width: 200px;
  padding: 10px;
  border-radius: 3px;
  bottom: 0px;
  left: 10px;
}
.message .window dl {
  width: 200px;
}
.message .window dd {
  font-weight: bold;
}
.message .js-show-contact {
  display: none;
}
.message h2 a {
  font-size: 14px;
  cursor: pointer;
}
.openwindow {
  display: block;
  float: left;
}
.message .window dt,
.message .window dd {
  float: left;
  width: 100px;
}
#img_preview #avatarholder {
  float: left;
  border: none;
  margin: 10px 0 10px 15px;
}
#img_preview strong {
  display: block;
  margin: 10px 0 10px 0px;
}
.imgareaselect-border1 {
  background: url(/css/images/border-v.gif) repeat-y left top;
}
.imgareaselect-border2 {
  background: url(/css/images/border-h.gif) repeat-x left top;
}
.imgareaselect-border3 {
  background: url(/css/images/border-v.gif) repeat-y right top;
}
.imgareaselect-border4 {
  background: url(/css/images/border-h.gif) repeat-x left bottom;
}
.imgareaselect-border1,
.imgareaselect-border2,
.imgareaselect-border3,
.imgareaselect-border4 {
  opacity: 0.5;
}
.imgareaselect-handle {
  background-color: #fff;
  border: solid 1px #000;
  opacity: 0.5;
}
.imgareaselect-outer {
  background-color: #000;
  opacity: 0.5;
}
#avatarholder {
  width: 90px;
  height: 90px;
  border: 4px solid #ddd;
  overflow: hidden;
  float: right;
}
.brands-selection {
  overflow: hidden;
}
.brands-selection li {
  width: 280px;
  overflow: hidden;
  float: left;
}
.brands-selection li.small {
  width: 100px;
  padding-top: 50px;
}
.brands-selection li.small .btn {
  height: 33px;
  width: 40px;
  margin: 5px;
  font-weight: bold;
  font-size: 16px;
}
.brands-selection li select {
  height: 120px;
}
.brands-selection li.submit {
  clear: both;
}
.rate li {
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -2000px;
  float: left;
}
.rate li:first-child {
  width: auto;
  height: auto;
  text-indent: 0;
}
.rate li a {
  background: transparent url(/css/i/star.png) 3px 3px no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  padding: 3px;
}
.rate li a.on {
  background: transparent url(/css/i/star.red.png) 3px 3px no-repeat;
}
.feed-community {
  width: 380px;
  float: left;
  clear: none;
  margin: 0 0 0 20px;
}
.feed-community.big {
  width: 620px;
  margin-left: 0;
}
.recent-feed li {
  background: #F0F0F0;
  margin: 0 0 5px;
  padding: 10px;
  overflow: hidden;
  position: relative;
}
.recent-feed li img.comunidad {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 10px 10px 0;
}
.recent-feed li .texto {
  font-weight: bold;
  line-height: 17px;
}
.recent-feed li .fecha {
  color: #999;
  font-size: 12px;
  display: block;
  margin: 5px 0 0;
}
.recent-feed li .comment-feed {
  margin: 10px 0;
  background: #FFF;
  padding: 10px;
  overflow: hidden;
  clear: both;
}
.recent-feed li .comment-feed p {
  font-size: 13px;
  line-height: 16px;
}
.recent-feed li .delete {
  width: 14px;
  height: 14px;
  text-indent: -2000px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(/css/i/trash.png) transparent no-repeat;
}
.comment-user {
  margin: 0 0 20px;
  clear: both;
  overflow: hidden;
}
.comment-user .btn {
  float: right;
  margin: 5px 0 0;
}
.comment-user textarea {
  width: 365px;
  height: 80px;
}
.history {
  line-height: 18px;
}
.history .img-logo {
  margin-bottom: 15px;
}
.history .img-logo img {
  display: block;
  width: 320px;
  height: auto;
  margin: 0 auto;
}
.map #map {
  clear: both;
}
.promo {
  padding: 15px;
  font-size: 16px;
  background-color: #eef3fa;
}
.widget-content.map .contactform {
  width: 280px;
  float: left;
  overflow: hidden;
}
.widget-content.map #map {
  width: 600px;
  height: 320px;
  border: 0;
}
.acc-form {
  padding: 10px;
}
.acc-form input {
  width: 440px;
  height: 28px;
  display: block;
  float: left;
  font-size: 14px;
}
.acc-form input.btn {
  width: 120px;
  margin: 0 0 0 20px;
}
.tagcloud li {
  padding: 3px;
}
.tagcloud li a {
  color: #333;
}
.acc-mosaic li {
  background: #F0F0F0;
  padding: 10px;
  width: 180px;
  height: 230px;
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
}
.acc-mosaic li:nth-child(3n) {
  margin-right: 0;
}
.acc-mosaic li a {
  display: block;
  text-align: center;
  margin: 10px 0;
  color: #333;
}
.acc-mosaic li span {
  display: block;
  text-align: center;
  margin: 10px 0;
  color: #333;
  cursor: pointer;
}
.acc-mosaic li span:hover {
  text-decoration: underline;
}
.acc-mosaic li .price {
  display: block;
  position: absolute;
  bottom: 10px;
  padding: 10px;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 160px;
}
.acc-landing li {
  background: #F0F0F0;
  padding: 10px;
  width: 200px;
  height: 240px;
  float: left;
  margin: 0 20px 20px 0;
  position: relative;
}
.acc-landing li:nth-child(4n) {
  margin-right: 0;
}
.acc-landing li img {
  display: block;
  text-align: center;
  margin: 10px 10px;
  color: #333;
}
.acc-landing li span {
  display: block;
  text-align: center;
  margin: 15px 0;
  color: #333;
  cursor: pointer;
}
.acc-landing li span:hover {
  text-decoration: underline;
}
.acc-landing li .price {
  display: block;
  position: absolute;
  bottom: 10px;
  padding: 10px;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 180px;
}
#landig-desc {
  font-size: 15px;
  margin-bottom: 25px;
  line-height: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.packs-particular {
  width: 900px!important;
  margin: 0 auto;
}
.packs-particular tr {
  border-bottom: 1px solid #CCC;
}
.packs-particular tr:last-child {
  border: 0;
}
.packs-particular .price {
  width: 180px;
  text-align: right;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  padding: 10px;
}
.packs-particular .pack-moto {
  width: 800px;
  padding: 10px;
}
.packs-particular .pack-moto label {
  font-size: 15px;
  font-weight: bold;
}
.packs-particular .pack-moto p {
  font-size: 13px;
  color: #666;
}
.claimbox-acc img {
  float: left;
  margin: 0 5px 5px 0;
}
.claimbox-acc p {
  font-size: 16px;
  line-height: 18px;
}
.claimbox-acc .btn {
  display: block;
  text-align: center;
  margin: 20px auto;
  font-size: 18px;
  width: 170px;
}
.claimbox-acc span {
  font-size: 13px;
}
.summary-acc p {
  margin: 10px 0 20px;
}
.summary-acc ul {
  margin: 10px 0 0 30px;
}
.form-pay {
  background: #F0F0F0;
  overflow: hidden;
  padding: 10px;
}
.form-pay .col2 {
  width: 290px!important;
  margin: 0 20px 0 0;
}
.form-pay .col2:nth-child(2n) {
  margin-right: 0;
}
.form-pay h2 {
  margin: 0 0 10px;
  clear: both;
}
.form-pay li {
  display: block;
  overflow: hidden;
}
.form-pay li label {
  margin: 8px 0 0;
  display: block;
  float: left;
}
.form-pay .whitebox {
  background: #FFF;
  padding: 10px;
}
.form-pay .whitebox li {
  display: block;
  margin: 0 0 10px;
  overflow: hidden;
}
.form-pay .whitebox li input {
  width: 14px;
  height: 14px;
  float: left;
}
.form-pay .whitebox li label {
  float: left;
  display: block;
  margin: 0 0 0 10px;
  font-size: 12px;
  width: 160px;
}
.form-pay .whitebox li label strong {
  display: block;
  font-size: 14px;
  margin: 0 0 5px;
}
.form-pay .whitebox li .price {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  float: right;
}
.form-pay .whitebox li.total {
  margin: 30px 0 0 0;
}
.form-pay .whitebox li.total label {
  font-weight: bold;
  margin-left: 0;
  font-size: 15px;
}
.form-pay .whitebox li.total label span {
  font-size: 12px;
  color: #999;
}
.form-pay .btn {
  display: block;
  margin: 20px auto 0;
  width: 200px;
}
.form-pay li select,
.form-pay li input {
  float: right;
  width: 150px;
  margin: 5px 0;
  height: 20px;
}
.help {
  text-indent: -200px;
  float: right;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: url(/css/i/info.png) no-repeat;
  margin: 0 10px 0 0;
}
.info-contact .phone {
  background: url(/css/i/ico.phone.png) 0 10px no-repeat;
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  font-size: 24px;
  padding: 8px 0 8px 30px;
  margin: 20px;
}
.info-contact strong {
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 10px 0;
}
.info-contact p {
  display: block;
  text-align: center;
  line-height: 18px;
  margin: 0 0 10px;
}
#colores_tallas_container table {
  width: 350px;
  line-height: 38px;
}
#colores_tallas_container table input {
  width: 50px!important;
}
#colores_tallas_container h3 {
  margin: 0 0 10px;
}
#colores_tallas_container .add {
  background: url(/css/i/add.ico.png) transparent no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -2000px;
  overflow: hidden;
}
#colores_tallas_container .remove {
  background: url(/css/i/delete.ico.png) transparent no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -2000px;
  overflow: hidden;
  float: left;
  margin: 0 5px 0;
}
#colores_tallas_container .edit {
  background: url(/css/i/edit.ico.png) transparent no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -2000px;
  overflow: hidden;
  float: left;
  margin: 0 5px 0;
}
.showrebate {
  color: #ff5715;
}
.showrebate:hover {
  text-decoration: underline;
}
.submits .btn {
  float: left;
  margin: 20px!important;
}
.thumbnails-edit {
  overflow: hidden;
  margin: 20px 0 0;
}
.thumbnails-edit li {
  width: 155px;
  padding: 1px 1px 5px;
  background: #CCC;
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
}
.thumbnails-edit li img {
  width: 155px;
  height: 116px;
  display: block;
}
#thumbnails.ui-sortable img {
  cursor: move;
}
.fake {
  background: #FFF;
  opacity: 0.1;
  width: 709px;
  height: 180px;
  margin-top: -180px;
}
img.follow-blog {
  margin: 10px auto 5px;
  margin: 1em auto 0.5em;
}
.info-sinewan img {
  display: block;
  margin: 7px 6px 0;
}
.info-sinewan .social-media {
  clear: both;
  margin: 10px 0 5px;
  overflow: hidden;
  text-align: center;
}
.info-sinewan .social-media span {
  color: #444;
  display: block;
  font-size: 17px;
  padding-bottom: 4px;
}
.info-sinewan .social-media img {
  display: inline;
  float: none;
  margin: 0 20px;
}
.info-sinewan p {
  display: block;
  padding: 8px 5px 0;
  font-size: 13px;
}
.highlighted-cars {
  clear: both;
  overflow: hidden;
  margin: 10px;
}
.highlighted-cars .destacadoad {
  float: right;
}
.highlighted-cars .action-add {
  margin: 10px 0;
  font-size: 16px;
  text-align: center;
  float: left;
  width: 709px;
}
.newcar.minibike.greybox .descp {
  width: 590px;
}
.newcar.minibike.greybox .descp p {
  width: 340px;
  float: left;
  font-size: 13px;
}
.newcar.minibike.greybox .descp .price {
  width: 250px;
  height: 60px;
}
.newcar.minibike.greybox .descp .price .btn {
  width: 200px;
  margin: 15px auto 0;
  display: block;
  float: none;
}
.newcar.minibike.greybox p.p-alter-tragaperras {
  width: 200px;
}
.rss-button {
  float: right;
}
.app-form h3 {
  font-size: 15px!important;
}
.app-form .greybox {
  padding: 5px;
}
.app-form .greybox p {
  font-size: 13px;
}
.app-form .greybox .legaladvice {
  color: #333;
  margin: 10px 0;
  width: 170px!important;
}
.app-form .greybox .legaladvice a {
  color: #333;
}
.app-form input {
  width: 170px!important;
  margin: 0 auto;
}
.app-form label {
  display: block;
  margin: 10px 0 5px;
}
.popup-desambiguar {
  padding: 20px;
  text-align: left;
  width: 620px;
  margin: 0 auto;
}
.popup-desambiguar .btn {
  font-size: 13px;
  display: block;
  width: 200px;
  margin: 20px auto;
  text-align: center;
}
.layer-showroom {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}
.showroom {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.showroom section.left {
  width: 660px;
}
.showroom.vertical .showroom-wrapper,
.showroom.vertical .showroom-photo,
.showroom.vertical .showroom-photo img {
  height: initial;
  width: 100%;
}
.showroom-wrapper {
  height: 100%;
  margin: 5px auto;
  padding-bottom: 75px;
  opacity: 1;
}
.showroom-header {
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  padding: 10px 15px;
  width: 100%;
}
.showroom-header h1 {
  color: #fff;
  font-size: 18px;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
}
.showroom-header h2 {
  font-size: 14px;
  color: #ccc;
  font-weight: normal;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
}
.showroom-header .price {
  background: #333;
  display: block;
  width: 280px;
  float: right;
  overflow: hidden;
  color: #fff;
  height: 30px;
  font-size: 28px;
  padding: 10px;
}
.showroom-header .price span {
  float: right;
  margin: 0 30px 0 0;
  font-family: "Roboto Condensed", sans-serif;
}
.showroom-header .price .btn {
  float: right;
  padding: 5px 20px;
}
.showroom-header .close {
  float: right;
  padding: 0px 5px;
  font-size: 24px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
}
.showroom-header .close:hover {
  color: #ff5715;
  text-decoration: none;
}
.showroom-photo {
  visibility: hidden;
  height: 100%;
  position: relative;
  margin: 0px;
}
.showroom-photo img {
  display: block;
  margin: auto;
  height: 100%;
}
.showroom-photo:hover .sub-menu-photo {
  display: block;
}
.showroom-photo.loaded {
  visibility: visible;
}
.showroom-photos {
  position: absolute;
  bottom: 0px;
  height: 70px;
  width: 100%;
  border: 0;
  background: none;
  margin: 0px;
  padding: 5px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.showroom-photos li {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: initial;
  box-shadow: none;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  padding: 0px;
}
.showroom-photos li.active,
.showroom-photos li:hover {
  text-decoration: none;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2), 0px 0px 0px 3px #ff5715;
}
.showroom-photos li img {
  height: 60px;
  width: initial;
}
.showroom-photos li:last-child {
  margin-right: 0px;
}
.showroom .widget h3,
.showroom .widget h2 {
  color: #fff;
}
.showroom .other-bikes li {
  width: 135px;
  float: left;
  margin: 0 10px 10px 0;
  overflow: hidden;
}
.showroom .other-bikes li:nth-child(2n) {
  margin-right: 0;
}
.sub-menu-photo {
  overflow: hidden;
  height: 30px;
  width: 660px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  background: #000;
  opacity: 0.7;
}
.sub-menu-photo li {
  float: left;
  padding: 5px;
  margin: 0 5px;
  color: #fff;
  height: 20px;
}
.sub-menu-photo li em {
  padding: 2px 5px;
}
.sub-menu-photo li.prev a {
  background: url(/css/i/previous.png) 0 3px no-repeat;
  margin-right: 10px;
}
.sub-menu-photo li.next a {
  background: url(/css/i/next.png) right 3px no-repeat;
  padding: 2px 25px 2px 0;
  margin-left: 10px;
}
.sub-menu-photo li.download a {
  background: url(/css/i/download.png) 0 3px no-repeat;
}
.sub-menu-photo li.zoom a {
  background: url(/css/i/zoom.png) 0 0 no-repeat;
  height: 20px;
}
.sub-menu-photo li a,
.sub-menu-photo li em {
  padding: 2px 0 2px 25px;
  display: block;
  color: #fff;
  font-style: normal;
}
.showroom .photo-pagination .prev,
.showroom .photo-pagination .next {
  height: 88px;
  width: 20px;
  margin: 0;
  background-position: 5px 18px;
  background-color: #CCC;
}
.showroom .photo-pagination .prev:hover,
.showroom .photo-pagination .next:hover {
  background-color: #FFF;
}
.showroom:full-screen,
#showroom:full-screen {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.form-search-acc {
  padding: 0 10px 10px;
  margin: 10px 0!important;
  font-size: 12px;
}
.form-search-acc li {
  width: 195px;
  float: left;
}
.form-search-acc li input {
  width: 170px;
  height: 16px;
  font-size: 12px;
}
.form-search-acc li select {
  width: 170px;
  height: 22px;
  font-size: 12px;
}
.colorbox-content {
  padding: 10px;
  width: 580px;
}
.colorbox-content h2 {
  font-size: 16px;
  margin: 10px 0 20px;
}
.colorbox-content h3 {
  clear: both;
  font-size: 15px;
  margin: 5px 0 10px;
}
.packs-tpv-part_misanuncios {
  width: 580px;
}
.packs-tpv-part_misanuncios td {
  padding: 5px;
}
.popup-content {
  padding: 10px;
}
.popup-content h1 {
  font-size: 19px;
}
.popup-content h2 {
  font-size: 17px;
}
.popup-content h3 {
  font-size: 15px;
}
.sitemap_l1 {
  margin: 0 0 20px;
}
.sitemap_l2 li {
  margin: 3px 0;
}
.sitemap_title {
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  margin: 0 0 5px;
}
.simple-table {
  width: 100%;
  margin: 10px 0 20px;
}
.simple-table thead th {
  background: #333;
  color: #fff;
  padding: 3px;
}
.simple-table tbody td {
  padding: 3px;
  border: 1px solid #CCC;
}
.multilead {
  padding: 30px;
}
.multilead-element {
  width: 200px;
  margin: 0 20px 0 0;
  float: left;
  clear: none;
}
.multilead-element:last-child {
  margin-right: 0;
}
.multilead-element h2 {
  font-size: 16px;
  margin: 10px;
}
.multilead-element .price {
  font-size: 23px;
  color: #fff;
  background: #333;
  font-weight: bold;
  margin: 10px auto 10px;
  text-align: center;
  padding: 6px 6px 0;
  height: 28px;
  display: block;
  width: 100px;
}
.multilead-button {
  clear: both;
  padding: 20px;
  text-align: center;
}
.only-contact {
  clear: both;
  margin: 20px 0 0;
  text-align: right;
}
.only-contact .btn {
  background: none!important;
  color: #000!important;
  text-decoration: underline!important;
  border: 0!important;
  text-transform: inherit!important;
}
.only-contact .btn:hover {
  background: none!important;
}
.check-multilead {
  margin: 10px;
}
.filter-box-content {
  margin: 20px;
  overflow: hidden;
}
.filter-box-content.new {
  padding-bottom: 40px;
}
.filter-box-content ul {
  width: 160px;
  margin: 0 8px 0 0;
  float: left;
}
.filter-box-content ul:last-child {
  margin: 0;
}
.filter-box-content ul li {
  display: block;
  margin: 5px 0;
}
.showmore-search {
  position: absolute;
  bottom: 5px;
  background: #FFF;
  height: 40px;
  width: 680px;
  text-align: center;
  opacity: 0.8;
}
.alternatives-links {
  height: 65px;
  margin: 10px 0 20px;
  width: 729px;
}
.alternatives-links div {
  background-color: #F2F2F2;
  border: 1px solid #CCCCCC;
  float: left;
  margin-right: 10px;
  padding: 5px;
  width: 224px;
}
.alternatives-links div.col2 {
  width: 347px!important;
}
.alternatives-links div.col2 a {
  float: right;
  margin-right: 20px;
}
.alternatives-links div:last-child {
  margin-right: 0;
}
.alternatives-links img {
  float: left;
  margin-right: 15px;
}
.alternatives-links a {
  background: url("/css/i/miniarrow-right.gif") no-repeat scroll right 27px transparent;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: bold;
  height: 25px;
  padding: 22px 0 0;
  width: 135px;
}
.performance {
  clear: both;
  padding-top: 10px;
}
.performance strong {
  display: block;
  margin: 10px 0 5px;
}
.performance p {
  font-size: 12px;
  padding: 0 5px;
}
.cookies {
  position: fixed;
  z-index: 10;
  bottom: -103px;
  padding: 15px;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  background-color: #666;
  background: rgba(68, 68, 68, 0.95);
  color: #fff;
}
.cookies .close {
  float: right;
  display: block;
  cursor: pointer;
  padding: 5px 15px;
}
.cookies .title {
  margin-top: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  height: 31px;
}
.cookies a {
  color: #fff;
  text-decoration: underline;
}
.no-results {
  margin: 10px 0;
}
.no-results li {
  margin: 8px 0;
}
.no-results li:last-child a {
  background: transparent url(/css/i/delete.png) 0 2px no-repeat;
  padding: 0 0 0 15px;
}
.wrap-uploader {
  padding: 20px;
}
.upload .col2 {
  width: 263px!important;
  float: left;
  padding: 5px;
}
.upload .col2 li {
  margin: 5px 0 10px;
}
.upload .col2 li label {
  display: block;
  margin: 0 0 3px;
}
.upload .col2 li span {
  display: block;
  font-size: 13px;
  color: #999;
}
.upload .col2 li textarea {
  width: 250px;
  height: 90px;
  font-size: 13px;
}
.upload .col2 li #frame_upload {
  width: 260px;
  height: 25px;
}
.upload .col2 li .btn {
  width: auto;
  height: auto;
}
.upload .col2 li input,
.upload .col2 li select {
  width: 200px;
  height: 22px;
  font-size: 13px;
}
.more-information {
  text-align: center;
  overflow: hidden;
  padding: 40px 0;
  background: #333;
  min-height: 20px;
}
.friends li .avatar {
  float: left;
  margin: 0 10px 10px 0;
}
.digitalmagazine-controls {
  clear: both;
}
.digitalmagazine-controls ul {
  clear: both;
  overflow: hidden;
  margin: 10px 0;
}
.digitalmagazine-controls li {
  float: left;
  width: 200px;
  text-align: center;
}
.digitalmagazine-controls li span {
  display: block;
  font-size: 13px;
  color: #999;
}
.digitalmagazine-controls .interactivity {
  display: block;
  margin: 10px auto;
  width: 390px;
}
.fake-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin: 20px 0;
  overflow: hidden;
}
.fake-video span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 60px;
  color: #fff;
  text-shadow: #000 0px 0px 50px;
}
.fake-video.hover {
  cursor: pointer;
}
.fake-video.hover span {
  color: red;
  cursor: pointer;
}
.fake-video img,
.fake-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fake-video img {
  height: auto;
  margin-top: -9.5%;
}
.alternative-new {
  margin: 5px 0;
  clear: both;
  float: left;
}
.alternative-new a {
  float: left;
  display: block;
  height: 83px;
  width: 109px;
}
.alternative-new .schedule {
  float: right;
  width: 170px;
}
.alternative-new .schedule li {
  font-size: 13px;
  padding: 9px 5px 8px;
}
.alternative-new .schedule li:nth-child(2n+1) {
  background: #F0F0F0;
}
.alternative-new .schedule li span {
  font-weight: bold;
}
.alternative-btn {
  clear: both;
  float: left;
  margin: 20px 68px 10px;
}
.item_p {
  line-height: 18px;
}
.arrow.right {
  background: transparent url(/css/i/miniarrow-right.gif) no-repeat right 8px;
  padding-right: 10px;
}
.arrow.left {
  background: transparent url(/css/i/miniarrow-left.gif) no-repeat left 8px;
  padding-left: 10px;
}
.global.snippet {
  background: none repeat scroll 0 0 #F0F0F0;
  color: #666666;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
}
.global.snippet h2 {
  padding: 5px 5px 0 5px;
  font-size: 12px;
  line-height: 18px;
}
.global.snippet p {
  padding: 5px;
}
.global.snippet .showmore {
  margin: 0 5px 5px;
}
.global.snippet .model-more {
  display: none;
}
.back-accesoire {
  margin: 0 0 10px;
  display: block;
}
.widget .minicol2.positive,
.widget .minicol2.negative {
  display: table-cell;
  float: none!important;
  font-size: 12px;
  line-height: 14px;
  margin-right: 5px;
  padding: 5px;
  width: 131px !important;
}
#plupload_drag_and_drop {
  border: 2px dashed #cccccc;
  padding: 20px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #555555;
}
#plupload_drag_and_drop:hover,
#plupload_drag_and_drop.hover {
  color: #ff5715;
  border-color: #ff5715;
}
#plupload_container .arrowup {
  display: block;
  text-align: center;
}
#plupload_container .arrowup:hover {
  border-radius: 5px;
  box-shadow: 2px 2px 2px #888;
}
#plupload_container .arrowdown {
  display: block;
  text-align: center;
}
#plupload_container .arrowdown:hover {
  border-radius: 5px;
  box-shadow: 2px 2px 2px #888;
}
.progress-bar {
  background-color: #1a1a1a;
  height: 25px;
  padding: 5px;
  margin: 10px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
  -webkit-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
  box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
}
.progress-bar span {
  display: inline-block;
  height: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
  -ms-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.progress-bar-red span {
  background: #ff5715;
  background-image: -ms-linear-gradient(top, #ff5715 0%, #c40013 100%);
  background-image: -moz-linear-gradient(top, #ff5715 0%, #c40013 100%);
  background-image: -o-linear-gradient(top, #ff5715 0%, #c40013 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff5715), color-stop(1, #c40013));
  background-image: -webkit-linear-gradient(top, #ff5715 0%, #c40013 100%);
  background-image: linear-gradient(to bottom, #ff5715 0%, #c40013 100%);
}
.stripes span {
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-animation: animate-stripes 3s linear infinite;
  -moz-animation: animate-stripes 3s linear infinite;
}
@-webkit-keyframes animate-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 60px 0;
  }
}
@-moz-keyframes animate-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 60px 0;
  }
}
.ui-state-highlight {
  height: 120px;
}
.ui-state-highlight td {
  border: 2px solid #E41D31;
}
#spinner_buton {
  display: none;
}
.form_taller_contacto {
  padding: 0;
  margin: 20px 0 0;
}
#contactform .thin {
  margin: 0;
}
.sky-r {
  position: absolute;
  top: 0px;
  right: -146px;
  width: 146px;
}
.sky-l {
  position: absolute;
  top: 0px;
  left: -146px;
  width: 146px;
}
#baja_notificacion {
  margin-top: 1em;
}
#baja_notificacion div,
#baja_notificacion .errors {
  margin: .5em 0;
}
.showall-filter {
  margin: 20px;
}
.showall-filter ul {
  width: 150px;
  float: left;
}
.showall-filter ul li {
  margin: 5px 5px 5px 0;
}
.accessory-layer {
  position: fixed;
  top: 35px;
  background: #fff;
  width: 917px;
  margin: 0 0 0 -10px;
  border-left: 2px solid #e2e2e2;
  border-right: 2px solid #e2e2e2;
  border-bottom: 2px solid #e2e2e2;
  z-index: 999;
  padding: 0 20px 10px;
  display: none;
  oveflow: hidden;
}
.accessory-layer .content {
  border-top: 1px solid #ddd;
  padding: 10px 0 0 0;
}
.accessory-layer .title {
  font-size: 20px;
  font-weight: bold;
  display: block;
  float: left;
  width: 350px;
  margin: 0px 0 0 10px;
}
.accessory-layer .price {
  width: 100px;
  margin: 0 0 0 10px;
}
.accessory-layer .price span {
  display: block;
  margin: 0 0 5px;
}
.accessory-layer .price b {
  color: #B20000;
  font-size: 24px;
  font-weight: bold;
}
.accessory-layer .original-price {
  color: 999;
  text-decoration: line-through;
  display: inline!important;
}
.accessory-layer .add-basket {
  float: right;
  display: block;
  margin: 10px 0 0;
}
.accessory-layer .sizes-box {
  width: 200px;
  float: left;
  margin-left: 20px;
}
.accessory-layer .sizes-box li {
  margin: 0;
  padding: 2px 0;
}
.accessory-layer .sizes-box select {
  width: 150px;
  padding: 1px;
}
.accessory-layer img,
.accessory-layer .price {
  display: block;
  float: left;
}
.accessory.greybox {
  padding: 20px;
}
.accessory .slider {
  float: left;
}
.accessory .info {
  float: right;
  width: 250px;
}
.accessory .info .title {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  line-height: 20px;
}
.accessory .info .owner {
  padding: 10px 0 0;
  font-size: 12px;
}
.accessory .info .owner a {
  text-decoration: underline;
  color: #333;
}
.accessory .info .rate {
  width: 90px;
  float: right;
  margin: 0 0 10px;
}
.accessory .info .unique {
  margin: 0 0 0 24px;
}
.accessory .info .hours {
  color: #666;
  display: block;
  font-weight: bold;
  text-align: right;
  clear: both;
}
.accessory .info .add-basket {
  clear: both;
  float: right;
  display: block;
  margin: 20px 0;
  width: 230px;
  text-align: center;
  font-size: 22px;
  padding: 8px;
}
.accessory-store {
  font-weight: bold;
}
.accessory-store a {
  color: #333;
  text-decoration: underline;
}
.box-desc-short {
  margin: 8px 0;
  clear: both;
  overflow: hidden;
}
.box-price {
  margin: 15px 0;
  clear: both;
  overflow: hidden;
}
.box-price .info-price {
  color: #79C357;
  font-size: 16px;
  font-weight: bold;
  margin: 4px 0 0;
  display: block;
  float: right;
}
.box-price .price {
  color: #B20000;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
  float: left;
  display: block;
}
.box-price .original-price {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  float: left;
  display: block;
  color: #333;
  text-decoration: line-through;
  clear: both;
}
.sizes-box li {
  padding: 3px 0;
  display: block;
  overflow: hidden;
}
.sizes-box label {
  float: left;
  margin-top: 7px;
  font-weight: bold;
}
.sizes-box .right,
.sizes-box select {
  display: block;
  padding: 5px 0px;
  width: 65%;
  float: right;
}
.sizes-box a {
  margin-left: 75px;
  text-decoration: underline;
  color: #333;
  font-size: 12px;
}
.sizes-box.error label {
  color: #ff5715;
}
.sizes-box .showmessage {
  display: none;
  padding: 5px 0px;
  font-size: 12px;
  text-align: right;
}
.sizes-box .showsizes {
  text-align: right;
}
.description {
  margin: 10px 0;
}
.description .title {
  font-size: 16px;
  border-bottom: 1px solid #CCC;
  display: block;
  margin: 0 0 10px;
  padding: 10px;
  font-weight: bold;
}
.description p {
  line-height: 20px;
}
.noshadow {
  box-shadow: none!important;
  border-bottom: 0!important;
}
.form {
  /*#submit {
		width: 99%!important;
		padding: 8px 0!important;
		float: none;
	}
	.last-step {
		#submit {
			width: 50%!important;
			padding: 8px 0!important;
			float: none;
		}
	}*/
}
.form label span {
  font-size: 11px;
  color: #999;
}
.form label.upper {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  display: block;
  margin: 5px 0 10px;
}
.form .method li {
  margin: 0;
  height: 35px;
  clear: both;
  margin: 5px 0 0;
  /*
			label[for="method-TRANSFER"] {
			}
			label[for="method-SEQURA"] {
				background: url(/css/i/motofango30.png) no-repeat 300px 0px;
				width: 400px;
			}*/
}
.form .method li label {
  padding: 10px 0px;
}
.form .method li label[for="method-CARD"] {
  background: url(/css/i/cards_accepted.png) no-repeat 140px 0px;
}
.form .method li label[for="method-PAYPAL"] {
  background: url(/css/i/paypal.jpg) no-repeat 70px 0px;
}
.form .method label {
  float: none;
  font-weight: normal;
  font-size: 13px;
  clear: none;
  vertical-align: bottom;
  margin: 10px 0 0;
  display: block;
  width: 340px;
}
.form .method input {
  width: auto;
  height: auto;
  float: left;
  margin: 0 10px 0 0;
}
.address-card {
  background: #fff;
  padding: 20px;
  margin: 10px 0;
  width: auto;
}
#form_envio .widget {
  margin-bottom: 10px;
}
.loading-wait {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 5000px;
  background: #000000;
  background: transparent\9;
  background: rgba(0, 0, 0, 0.6);
  zoom: 1;
}
.loading-wait #floatingBarsG {
  position: fixed;
  top: 49%;
  left: 46%;
}
.review {
  margin: 0 0 10px;
  overflow: hidden;
}
.review .greybox {
  float: right;
  width: 500px;
  padding: 10px;
}
.review h3 {
  float: left;
  margin: 0 10px 0 0;
}
.review .date {
  float: left;
  font-size: 12px;
}
.review p.description {
  clear: both;
  margin: 25px 0 0;
}
.review .user-review {
  position: relative;
  width: 80px;
  padding: 0 0 0 10px;
}
.review .user-review .author {
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.review .user-review .triangle {
  position: absolute;
  top: 10px;
  right: 0;
  width: 0!important;
  height: 0;
  padding: 0;
  border-left: 0;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-right: 15px solid #f0f0f0;
}
.review .rating {
  float: right;
}
.rating {
  overflow: hidden;
}
.rating .star {
  display: block;
  float: left;
  width: 17px;
  height: 16px;
  margin: 0 1px 0 0;
}
.rating .star.on {
  background: url(/css/i/star.yellow.on.png) no-repeat;
}
.rating .star.half {
  background: url(/css/i/star.yellow.half.png) no-repeat;
}
.rating .star.off {
  background: url(/css/i/star.yellow.off.png) no-repeat;
}
.opinions {
  margin: 20px 0 0;
}
.opinions li {
  width: 30%;
  float: left;
  oveflow: hidden;
}
.opinions li:first-child {
  width: 40%;
}
.opinions li a {
  font-size: 12px;
  color: #333!important;
  text-decoration: underline;
}
.basket-product {
  overflow: hidden;
  padding: 10px 0px;
  border-bottom: 1px solid #e3e3e3;
}
.basket-product .basket-content {
  display: table;
  width: 100%;
}
.basket-product img {
  display: table-cell;
  margin: 0px auto;
  width: 70px;
}
.basket-product .basket-body {
  display: table-cell;
  vertical-align: top;
}
.basket-product .quantity li {
  text-align: center;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.basket-product .quantity li a {
  display: block;
  text-decoration: none;
}
.basket-product .quantity li a:nth-child(odd) {
  color: #fff;
}
.basket-product .quantity li:nth-child(odd) {
  border: 1px solid #333333;
  background-color: #333333;
}
.basket-product .quantity li:nth-child(even) {
  border: 1px solid #e3e3e3;
}
.basket-product .mf-alert-info {
  display: none;
}
.basket-product.big img {
  width: 100px;
}
.basket .quantity {
  float: right;
}
.summary strong {
  font-size: 18px;
}
.summary-basket .summary {
  background-color: #f3f3f3;
  padding: 10px;
  overflow: hidden;
}
.summary-basket .summary p {
  text-align: left;
  padding: 0 30px 0 50px;
  font-size: 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.summary-basket .summary p strong {
  font-size: 20px;
  font-weight: normal;
  color: #e52525;
  display: block;
  float: right;
  font-family: Arial;
}
.facilities {
  margin: 10px 0px 0px -10px;
}
.facilities li {
  line-height: 2.4em;
}
.facilities li .fa {
  vertical-align: middle;
  width: 50px;
  font-size: 1.5em;
  text-align: center;
  color: #888;
}
.ui-effects-transfer {
  background-size: auto 100%;
  background-repeat: no-repeat;
  opacity: 0.6;
}
.sizes-box.error .color,
.sizes-box.error .size {
  border: 1px solid #ff5715;
}
.sizes-box .showerror,
.sizes-box .shownostock {
  display: none;
  color: #a94442;
  border: 1px solid #ebccd1;
  padding: 5px 5px 5px 30px;
  font-size: 12px;
  margin: 10px 0 0;
  background: #f2dede url(/css/i/ico.alert.png) no-repeat 3px 8px;
}
form.checkoutaddress {
  margin: 20px;
}
form.checkoutaddress select {
  height: 24px;
  width: 375px;
}
form.checkoutaddress input[type=submit] {
  margin: 30px 0 0;
  width: 240px;
}
form.checkoutaddress input,
form.checkoutaddress select {
  display: block;
  font-size: 13px;
  height: 21px;
  margin: 3px 0;
  padding: 2px;
  width: 370px;
  border: 1px solid #ddd;
}
.js-show-order {
  position: relative;
}
.mf-widget.basket {
  clear: both;
}
.mf-widget.basket .mf-widget-content {
  background: #fff;
}
.mf-widget.basket .summary {
  margin: -1px -15px -15px;
  padding: 15px;
  background-color: #f3f3f3;
  overflow: hidden;
}
.window-basket {
  width: 350px;
  position: absolute;
  right: 0;
  z-index: 99;
  margin-top: 35px;
  display: none;
}
.window-basket .triangle {
  display: block;
  float: right;
  clear: both;
  margin: 0 30px -1px 0;
  width: 0!important;
  height: 0;
  padding: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0;
  border-bottom: 10px solid #fff;
}
.window-basket .mf-widget.basket .mf-widget-content {
  border: none;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.sales {
  overflow: hidden;
}
.sales .sale-link {
  text-decoration: none;
  color: black;
  background-color: black;
}
.sales .sale-link:hover {
  text-decoration: none;
  color: black;
}
.sales .sale.extended:hover {
  background-color: #f2f2f2;
}
.sale {
  border: 1px solid #e6e6e6;
  padding: 15px!important;
  overflow: hidden;
  margin-bottom: 10px;
}
.sale .price {
  float: right;
  color: #e10000;
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin: 5px 5px 0 0;
}
.sale h2 {
  font-size: 18px;
  margin-top: 5px;
  clear: none;
}
.sale .buyer {
  width: 30%;
  float: left;
  margin: 10px 0 0;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
.sale .buyer p {
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.sale .products {
  width: 70%;
  float: left;
  margin-top: 10px;
}
.sale .products td img {
  float: left;
  margin: 0 5px 0 0;
}
.sale.extended .buyer {
  width: 100%;
  display: block;
  float: none;
}
.sale.extended .products {
  width: 100%;
  display: block;
  float: none;
  clear: both;
  margin: 20px 0;
}
.sale.extended .sale-date {
  float: right;
}
.sale.extended h2 {
  color: #ff5715;
}
.sale.extended .half {
  width: 50%;
  box-sizing: content-box;
  float: left;
  margin: 10px 0 20px;
}
.sale h3 {
  color: #999;
  font-size: 12px;
  border-bottom: 1px solid #d0d0d0;
  margin: 0 10px 3px 0;
}
.sale p strong {
  font-size: 14px;
}
.sale .phone {
  padding-left: 18px;
  background: url(/css/i/phone-icon.png) 0 2px no-repeat;
  margin-left: 20px;
  font-size: 15px;
}
.sale .status {
  white-space: nowrap;
}
.sale .state,
h2 .state {
  background: #d0d0d0;
  padding: 3px 5px;
  border-radius: 4px;
  font-size: 14px;
  margin-left: 10px;
  color: #fff;
  text-transform: uppercase;
}
.sale .state-COMPLETED,
h2 .state-COMPLETED {
  background: #090;
  color: #fff;
}
.sale .state-ERROR,
h2 .state-ERROR {
  background: #000;
  color: #fff;
}
.sale .state-CANCELED,
h2 .state-CANCELED {
  background: #B00;
  color: #fff;
}
.sale .state-WAITING_TRANSFER,
h2 .state-WAITING_TRANSFER {
  background: #F90;
  color: #fff;
}
.sale .products table,
.aftersale-list table {
  border: 1px solid #D0D0D0;
  width: 100%;
}
.sale .products table tr,
.aftersale-list table tr {
  border-bottom: 1px solid #D0D0D0;
  font-size: 12px;
}
.sale .products table td,
.aftersale-list table td {
  padding: 3px 5px;
  vertical-align: top;
}
.sale .products table th,
.aftersale-list table th {
  background: #333;
  color: #fff;
  padding: 3px;
}
.status:before {
  content: "*";
  color: #FFF;
  margin-right: 5px;
  font-weight: bold;
  font-size: 18px;
}
.status-COMPLETED:before {
  color: #F60;
}
.status-PAID:before {
  color: #090;
}
.status-PENDING:before {
  color: #999;
}
.status-SENT:before {
  color: #090;
}
.status-RETURNED:before {
  color: #B00;
}
.status-REFUNDED:before {
  color: #B00;
}
.status-CANCELED:before {
  color: #B00;
}
.status-PROCESSED:before {
  color: #BB0;
}
.status-WAITING_TRANSFER:before {
  color: #F90;
}
.add-accessory-container {
  padding: 10px;
}
.add-accessory-form {
  padding: 10px;
}
.add-accessory-form h3 {
  padding: 10px 0;
}
.add-accessory-form .js-remove-size {
  display: inline-block;
}
.add-accessory-form a {
  cursor: pointer;
}
.accessories-form-container {
  border: #F0F0F0 1px solid;
}
.pictures-container h3 {
  padding: 15px 0;
}
.pictures-container .uploaded-photos {
  margin: 10px 0;
}
.size-container .disabled-size input {
  opacity: 0.5;
  pointer-events: none;
}
.size-container .js-remove-size {
  float: right;
}
.boxed {
  padding: 20px;
}
.finish-checkout h2 {
  font-size: 18px;
}
.finish-checkout p {
  margin: 5px 0 15px;
  font-size: 14px;
}
.finish-checkout ol {
  margin: 30px 0;
  font-size: 16px;
  list-style: decimal;
}
.finish-checkout ol li {
  margin: 8px 0 8px 20px;
}
.finish-checkout .greybox {
  width: 600px;
}
.accessory-description textarea.text {
  width: auto!important;
}
.accessory-description > p {
  clear: both;
  width: auto!important;
}
.plupload_logo {
  display: none;
}
#uploader label {
  display: inline-block !important;
  width: 40px!important;
}
.plupload_header_content {
  padding: 0 160px 0 10px!important;
  height: auto !important;
}
.plupload_header_text {
  margin-bottom: 5px;
}
.plupload_wrapper {
  min-width: 350px;
}
.ui-widget-header {
  background: #ccc!important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #333!important;
}
.ui-corner-all {
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
}
.ui-corner-left {
  -moz-border-radius-topleft: 3px !important;
  -webkit-border-top-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
  -moz-border-radius-bottomleft: 3px !important;
  -webkit-border-bottom-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.ui-corner-right {
  -moz-border-radius-topright: 3px !important;
  -webkit-border-top-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
  -moz-border-radius-bottomright: 3px !important;
  -webkit-border-bottom-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.js-append-size {
  margin: 10px 0 0;
  display: block;
}
.summary-sales {
  margin: 0 0 20px;
  border-bottom: 1px solid #ddd;
}
.summary-sales p {
  font-size: 12px;
}
.table-private {
  width: 100%;
}
.table-private th {
  text-align: left;
  padding: 3px 0;
  border-bottom: 1px solid #999;
}
.table-private td {
  padding: 3px 0;
}
.motofango-help {
  display: block;
  float: right;
  margin-top: -28px;
  margin-right: 110px;
}
.info-sizes {
  padding: 10px;
}
.back-summary-basket,
.back-address-basket {
  margin: 40px 0 0;
  padding: 0 0 0 10px;
  float: left;
  background: url("/css/i/miniarrow-left.gif") no-repeat 0 3px;
}
.back-address-basket {
  margin: 10px 0 0;
}
.form-review {
  padding: 20px;
}
.form-review li {
  margin: 15px 0;
}
.form-review li label {
  display: block;
  margin: 0 0 5px;
}
.form-review li input {
  width: 100%;
  font-size: 14px;
  padding: 5px;
}
.form-review li textarea {
  width: 100%;
  height: 80px;
  font-size: 14px;
  padding: 5px;
}
.rateit {
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.rateit .rateit-range {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  background: url(/css/i/star.gif);
  height: 16px;
  outline: none;
}
.rateit .rateit-range * {
  display: block;
}
.rateit .rateit-hover {
  background: url(/css/i/star.gif) left -32px;
}
.rateit .rateit-hover-rtl {
  background-position: right -32px;
}
.rateit .rateit-selected {
  background: url(/css/i/star.gif) left -16px;
}
.rateit .rateit-selected-rtl {
  background-position: right -16px;
}
.rateit .rateit-preset {
  background: url(/css/i/star.gif) left -48px;
}
.rateit .rateit-preset-rtl {
  background: url(/css/i/star.gif) left -48px;
}
.rateit button.rateit-reset {
  background: url(/css/i/delete.gif) 0 0;
  width: 16px;
  height: 16px;
  display: -moz-inline-box;
  display: inline-block;
  float: left;
  outline: none;
  border: none;
  padding: 0;
}
.rateit button.rateit-reset:hover,
.rateit button.rateit-reset:focus {
  background-position: 0 -16px;
}
.rateit .rateit-hover,
.rateit .rateit-selected {
  position: absolute;
  left: 0px;
}
.rateit .rateit-hover-rtl,
.rateit .rateit-selected-rtl {
  left: auto;
  right: 0px;
}
* html .rateit,
* html .rateit .rateit-range {
  display: inline;
}
* + html .rateit,
* + html .rateit .rateit-range {
  display: inline;
}
.tpv_error_box {
  margin: 10px 0;
}
.tpv_error_box .btn {
  margin: 0 auto;
  display: block;
  width: 250px;
  text-align: center;
}
.badge {
  background: url("/css/i/sello_motofan.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  height: 71px;
  width: 188px;
  text-indent: -2000px;
}
.badge-content span,
.badge-content textarea {
  cursor: pointer;
}
.badge-content textArea {
  resize: none;
  margin: 5px 0 0 0;
}
.products.aftersale-list {
  width: 100%;
}
.products.aftersale-list table tr {
  height: 26px;
}
.aftersale-element-finished {
  color: #666;
}
.gray-tr {
  background-color: #E0E0E0;
}
.max-amount {
  display: none;
  color: #c40013;
  font-size: 11px;
}
#expired_bike {
  opacity: 0.7;
}
.expired-sheet article.bike.highlighted {
  width: 280px;
}
.expired-sheet article.bike.highlighted h2 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.expired-sheet article.bike.highlighted li.year {
  width: 39px;
}
.expired-sheet article.bike.highlighted li.province {
  width: 115px;
}
.expired-sheet article.bike.highlighted .price {
  height: 86px;
}
.expired-sheet article.bike .descp {
  width: 270px;
}
.expired-sheet article.bike .photo {
  width: 122px;
}
.expired-sheet article.bike .photo img {
  width: 120px;
  height: 90px;
}
.expired-sheet article.bike .price span {
  margin: 0;
  padding: 8px 6px 0;
}
.sorry-expired {
  text-align: center;
  font-size: 14px;
  color: #000;
  margin: 5px 0 15px 0;
  font-weight: bold;
}
.but-have-others {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #008000;
  margin: 5px 0 25px 0;
}
.expired.widget .widget-content {
  border: none;
}
.sorry-inactive {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #CA0012;
  margin: 10px 0 25px;
}
.expired-links-title {
  font-size: 14px;
  margin: 3px 0 10px;
  font-weight: bold;
}
.expired-links-title a {
  color: #000;
  text-decoration: underline;
}
.num-tel.form-cto {
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  margin: 20px 0;
  text-align: center;
}
.telephone.form-cto {
  display: block;
  text-align: center;
}
.form-cto.advise-part {
  margin: 10px 0;
  text-align: center;
  font-style: oblique;
}
#catfish {
  position: fixed;
  z-index: 10000;
  left: 0;
  right: 0;
  bottom: -131px;
}
.newsletter-cta-box-wrapper {
  display: block;
  padding: 15px;
  width: 320px;
  margin: 0 auto;
  font-size: 15px;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  background: #fff;
}
.newsletter-cta-box-wrapper .newsletter-cta-box-close {
  top: 0px;
  right: 0px;
  float: right;
  margin: -3px 0px;
  font-size: 20px;
  text-align: center;
  color: #aaa;
}
.newsletter-cta-box-wrapper .newsletter-cta-box-close:hover {
  color: #666;
  text-decoration: none;
}
.newsletter-cta-box-wrapper .newsletter-cta-box-msg {
  margin-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-style: italic;
}
.newsletter-cta-box-wrapper .newsletter-cta-box-msg img {
  margin-right: 5px;
}
.newsletter-cta-box-wrapper .newsletter-cta-box-form {
  margin-bottom: 10px;
}
.newsletter-cta-box-wrapper .success {
  margin-top: 20px;
  font-size: 12px;
}
.newsletter-cta-box-wrapper input[type="text"] {
  vertical-align: top;
  height: 31px;
  width: 200px;
  padding-left: 5px;
  font-size: 15px;
  border-radius: 2px;
  border: 1px solid #E2E2E2;
  margin-right: 10px;
}
.newsletter-cta-box-wrapper input[type="text"]:focus {
  outline: none;
  border-color: #aaa;
}
.newsletter-cta-box-wrapper .btn {
  padding: 5px 15px;
}
.newsletter-cta-box-wrapper .mf-info {
  font-size: .74em;
}
.newsletter-cta-box-wrapper input[type="checkbox"] {
  margin-top: 2px;
  margin-right: 6px !important;
}
#push_notification {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: -160px;
}
.push-cta-box-wrapper {
  display: block;
  padding: 15px;
  width: 500px;
  margin: 0 auto;
  font-size: 15px;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  background: #fff;
}
.push-cta-box-wrapper img {
  float: left;
  margin: 6px 35px 6px 20px;
}
.push-cta-box-wrapper .push-cta-box-msg {
  margin-bottom: 15px;
  font-family: "Roboto Condensed", sans-serif;
  margin: 10px 20px 10px 130px;
  width: 320px;
  line-height: 22px;
}
.push-cta-box-wrapper .push-cta-box-msg .btn-push {
  text-align: right;
  margin-top: 15px;
  width: 100%;
}
.push-cta-box-wrapper .push-cta-box-msg .btn-push .btn {
  padding: 5px 15px;
}
.push-cta-box-wrapper .push-cta-box-msg .btn-push #js-push-cancel-button {
  margin-right: 15px;
}
.success {
  color: #6fb34a;
}
.fa:hover {
  text-decoration: none;
}
.banners-app {
  float: left;
  height: 0px;
}
@media (max-width: 1279px) {
  .sidebar-left-right .widget-search .form_usedcars {
    width: 48%;
  }
  .sidebar-left-right .widget-search .form_usedcars.left {
    float: left;
  }
  .sidebar-left-right .widget-search .form_usedcars.right {
    float: right;
  }
}
@media (max-width: 1009px) {
  .breadcrumb {
    display: none;
  }
  .btn-block-sm {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
  .push-cta-box-wrapper {
    height: 185px;
  }
  .push-cta-box-wrapper img {
    margin: 45px 35px 10px 20px;
  }
  .push-cta-box-wrapper .push-cta-box-msg {
    margin: 50px 20px 10px 130px;
  }
}
@media (max-width: 767px) {
  .widget-search .form_usedcars {
    width: 100% !important;
  }
  .widget-search .form_usedcars.left,
  .widget-search .form_usedcars.right {
    float: none !important;
  }
  .widget-search .btn {
    float: none !important;
    width: 100% !important;
  }
  .widget-search .js-number-usedearch .message-search {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .register-box a {
    margin: 18px auto!important;
  }
  .contactform.fullsize li {
    padding: 10px 0;
  }
  .contactform.fullsize li label,
  .contactform.fullsize li .fullsize-action {
    width: 100%;
    margin-bottom: 8px;
  }
  .contactform.fullsize li input,
  .contactform.fullsize li select,
  .contactform.fullsize li textarea {
    width: 100%;
  }
  .contactform.fullsize li .mceLayout,
  .contactform.fullsize li .size-container {
    width: 100% !important;
  }
  .contactform.fullsize .fullsize-info {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .contactform ul.errors {
    width: 100% !important;
  }
  .contactform .fullsize ul.errors {
    width: 100% !important;
  }
  .contactform li label {
    float: none;
    margin: 0px 0px 5px;
    width: 100% !important;
  }
  .contactform li input,
  .contactform li select,
  .contactform li textarea,
  .contactform li.control-right *:not(label) {
    float: none;
    width: 100%;
  }
  .contactform #recaptcha_image {
    float: none;
    width: 100% !important;
  }
  .contactform .g-recaptcha {
    float: none;
    width: 100% !important;
  }
  .steps .step:not(.current) .step-text {
    display: none;
  }
  .banners-app {
    margin: 0 auto;
    width: 214px;
    float: none;
  }
  .push-cta-box-wrapper {
    width: 320px;
    height: auto;
  }
  .push-cta-box-wrapper img {
    width: 12px;
    height: 12px;
    margin: 45px 10px 55px 10px;
  }
  .push-cta-box-wrapper .push-cta-box-msg {
    width: 270px;
    margin: 40px 20px 10px 15px;
  }
}
/*************************************************************************************************/
/******************************************** COMMON *********************************************/
/*************************************************************************************************/
.link-hover {
  color: #333333;
  cursor: pointer;
}
.link-hover:hover {
  color: #ff5715;
  text-decoration: none;
}
.img-responsive {
  width: 100%;
  max-width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.form-tags form {
  margin-bottom: 15px;
}
.form-tags select {
  display: inline-block;
  margin-left: 5px;
  vertical-align: bottom;
  font-size: 12px;
}
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0px;
  border-top: 1px solid #e3e3e3;
}
hr.hr-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
/*************************************************************************************************/
/********************************************** FORMS ********************************************/
/*************************************************************************************************/
input[type="text"].text,
input[type="password"].text,
input[type="text"].form-control,
input[type="password"].form-control {
  font-family: Arial, sans-serif;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input[type="text"].text:focus,
input[type="password"].text:focus,
input[type="text"].form-control:focus,
input[type="password"].form-control:focus,
input[type="text"].text:active,
input[type="password"].text:active,
input[type="text"].form-control:active,
input[type="password"].form-control:active {
  outline: 0;
  border-color: #bdbdbd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
input[type="text"].text:focus,
input[type="password"].text:focus,
input[type="text"].form-control:focus,
input[type="password"].form-control:focus,
input[type="text"].text:active,
input[type="password"].text:active,
input[type="text"].form-control:active,
input[type="password"].form-control:active {
  outline: 0;
  border-color: #bdbdbd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
textarea {
  font-family: Arial, sans-serif;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
textarea:focus,
textarea:active {
  outline: 0;
  border-color: #bdbdbd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
textarea:focus,
textarea:active {
  outline: 0;
  border-color: #bdbdbd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
.form-control {
  font-family: Arial, sans-serif;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-control:focus,
.form-control:active {
  outline: 0;
  border-color: #bdbdbd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
input[type="checkbox"].form-control {
  float: left;
  margin-right: 5px;
}
input[type="file"].form-control {
  font-size: 1em;
  padding-top: 7px;
}
select:not([multiple]) {
  height: 30px;
}
select:not([multiple]):focus,
select:not([multiple]):active {
  outline: 0;
  border-color: #bdbdbd !important;
}
select[multiple] {
  width: 100%;
  padding: 0px;
}
select[multiple] option {
  padding: 6px 12px;
}
.select {
  position: relative;
}
.select .caret {
  margin-top: -2px;
}
.select .select-menu {
  display: none;
  position: absolute;
  z-index: 999;
  padding: 5px 0px;
  top: 30px;
  right: 0px;
  border-radius: 2px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.select .select-menu li {
  float: none;
  white-space: nowrap;
}
.select .select-menu li a {
  display: block;
  padding: 10px 20px;
  color: #333333;
}
.select .select-menu li:hover a {
  color: #333333;
  background-color: #e3e3e3;
}
.select:hover .btn-select,
.select.hover .btn-select,
.select:hover .caret,
.select.hover .caret {
  color: #ff5715;
}
.select:hover .select-menu,
.select.hover .select-menu {
  display: block;
}
.form-control-line {
  height: 36px;
  padding: 9px 14px 3px;
  border-width: 0px;
  border-color: #aaa;
  border-bottom-width: 2px;
  font-size: 20px;
  border-radius: 0px;
  background: none;
  box-shadow: none !important;
}
.form-control-line:-moz-placeholder {
  color: #777777;
}
.form-control-line::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control-line:-ms-input-placeholder {
  color: #777777;
}
.form-control-line::-webkit-input-placeholder {
  color: #777777;
}
.form-control-line.disabled,
.form-control-line[disabled] {
  opacity: 0.3;
  filter: alpha(opacity=30);
  background-color: transparent;
}
.form-control-line.height-auto {
  height: auto;
}
.form-group.error label {
  color: #ce3b3b;
}
.form-group.error .text,
.form-group.error .form-control {
  border-color: #ce3b3b;
}
.form-group.error label.error {
  font-weight: normal;
}
.form-group.valid label {
  color: #67ab41;
}
.form-group.valid .text,
.form-group.valid .form-control {
  border-color: #67ab41;
}
.form-comments {
  display: table;
  width: 100%;
}
.form-comments .form-comments-photo {
  display: table-cell;
  width: 50px;
  vertical-align: top;
}
.form-comments .form-comments-content {
  display: table-cell;
  width: 100%;
}
.form-comments .form-comments-input {
  margin-bottom: 5px;
  width: 100%;
}
.form-comments .form-comments-button {
  margin-bottom: 5px;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .btn {
  line-height: 18px;
  min-width: 36px;
}
.input-group .text,
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .text,
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .text:first-child,
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .text:last-child,
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-btn:last-child .btn,
.input-group-btn:last-child .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.input-group-btn:last-child .btn {
  position: relative;
}
.tablet-search {
  display: initial;
}
.panel-seach {
  background-color: transparent;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.inflated-seach {
  background-color: inherit;
}
.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn {
  position: relative;
  float: left;
  min-width: 40px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child) {
  border-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child {
  border-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-left-radius: 0;
}
/*
.btn-group-xs > .btn { .btn-xs(); }
.btn-group-sm > .btn { .btn-sm(); }
.btn-group-lg > .btn { .btn-lg(); }
*/
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/*************************************************************************************************/
/********************************************* MF ************************************************/
/*************************************************************************************************/
.mf-header {
  overflow: inherit;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  background-color: #fff;
}
.mf-header > .container {
  background-color: transparent;
}
.mf-header a,
.mf-header .btn {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  color: #333333;
}
.mf-header a:hover,
.mf-header .btn:hover {
  text-decoration: none;
  color: #ff5715;
}
.mf-header .btn-transp {
  color: #333333;
}
.mf-header .fa-home {
  font-size: 16px;
  line-height: 13px;
}
.mf-header.fixed {
  position: fixed;
  z-index: 9999;
  top: 0px;
  width: 100%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  background-color: #ff5715;
}
.mf-header.fixed .mf-logo,
.mf-header.fixed .links-app,
.mf-header.fixed .links-app-guest {
  display: none;
}
.mf-header.fixed .mf-menu .menu-index .fa-home {
  display: none;
}
.mf-header.fixed .mf-menu .menu-index .menu-logo img {
  margin-left: -5px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mf-header.fixed .mf-header-top {
  display: none;
}
.mf-header-top {
  float: right;
  margin-top: 18px;
}
.mf-header-top .btn-publish {
  background-color: #333333;
  font-weight: normal;
  color: #fff;
}
.mf-header-top .btn-publish:hover {
  color: #fff;
  background-color: #ff5715;
}
.mf-header-top .mf-lang {
  display: inline-block;
}
a.mf-logo {
  display: block;
  float: left;
  margin: 23px 10px 23px 0px;
  padding: 0px;
  height: 31px;
  width: 256px;
  background: url(/img/mf-logo-new-2.png) no-repeat;
  background-size: 256px 31px;
  text-indent: -2000px;
}
a.mf-logo:hover {
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.links-app {
  width: 131px;
  margin: 0;
  padding: 3px 5px;
}
.links-app-guest {
  width: 105px;
  margin: 0;
  padding: 8px 5px;
}
.claim-app {
  margin: 0;
  padding: 10px 0 !important;
}
.mf-menu {
  text-transform: none;
  font-weight: normal;
  background-color: #ff5715;
}
.mf-menu li {
  float: left;
}
.mf-menu li ul {
  display: none;
  /* Temporal mientras no haga desplegables */
}
.mf-menu li a {
  padding: 12px;
  font-size: 16px;
  color: #fff;
}
.mf-menu li.selected a,
.mf-menu li:hover a {
  padding-bottom: 9px;
  border-bottom: 3px solid #fff;
  color: #fff;
}
.mf-menu .menu-index {
  overflow: hidden;
}
.mf-menu .menu-index .menu-logo {
  display: inline-block;
}
.mf-menu .menu-index .menu-logo img {
  -webkit-transition: margin-left 0.2s ease-in-out;
  transition: margin-left 0.2s ease-in-out;
  margin: -1px -5px -2px -127px;
  height: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mf-menu .menu-tienda a {
  color: #fff;
  background-color: #333333;
}
.mf-menu .menu-tienda i {
  font-size: 16px;
  line-height: 13px;
}
.mf-menu .menu-tienda.selected a:hover {
  background-color: #454545;
}
.mf-menu .menu-search {
  position: relative;
  float: right;
  color: #fff;
  width: 165px;
}
.mf-menu .menu-search input {
  margin-top: 5px;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #ffa07b;
  border-radius: 0px;
  color: #fff;
}
.mf-menu .menu-search input:-moz-placeholder {
  color: #ffffff;
}
.mf-menu .menu-search input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.mf-menu .menu-search input:-ms-input-placeholder {
  color: #ffffff;
}
.mf-menu .menu-search input::-webkit-input-placeholder {
  color: #ffffff;
}
.mf-menu .menu-search input:active,
.mf-menu .menu-search input:focus {
  color: #fff;
  box-shadow: none;
  border-color: #fff;
}
.mf-menu .menu-search button {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 9px;
  background-color: transparent !important;
  border: none !important;
  color: #fff;
}
.mf-menu .menu-search button:active,
.mf-menu .menu-search button:hover {
  background-color: transparent !important;
  border: none !important;
  color: #fff;
}
.mf-menu-access {
  display: inline-block;
}
.mf-menu-access .btn {
  font-size: 13px;
}
.mf-lang {
  display: none;
  vertical-align: middle;
}
.mf-lang .lang-flag {
  display: inline-block;
  margin: 0px 5px;
  height: 14px;
  width: 16px;
  vertical-align: middle;
  background: url(/css/i/flags.png) no-repeat;
}
.mf-lang .lang-flag.esp {
  background-position-y: 0px;
}
.mf-lang .lang-flag.bra {
  background-position-y: -25px;
}
.mf-lang .lang-flag.por {
  background-position-y: -50px;
}
.mf-lang .lang-flag.fra {
  background-position-y: -75px;
}
.mf-lang .lang-flag.ita {
  background-position-y: -100px;
}
.mf-lang .lang-flag.bel {
  background-position-y: -125px;
}
.mf-widget {
  margin-bottom: 15px;
  /*.readmore {
		position: absolute;
		background-color: #fff;
		bottom: 0;
		width: 100%;
	}*/
}
.mf-widget .mf-widget-title,
.mf-widget h2,
.mf-widget h3 {
  margin: 0px 0px 15px;
  line-height: 1.1em;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.mf-widget h4 {
  margin-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #888;
}
.mf-widget .mf-widget-content {
  border: 1px solid #e3e3e3;
  padding: 15px;
  overflow: hidden;
}
.mf-widget .mf-widget-content .rival-btn {
  margin: 15px 20px;
}
.mf-widget .mf-widget-content + .mf-widget-content:not(.mf-tabs-content) {
  border-top: none;
}
.mf-widget .showmore {
  float: right;
  margin-top: 5px;
  color: #999;
}
.mf-widget .showmore:hover {
  color: #ff5715;
  text-decoration: none;
}
.mf-widget.dark .mf-widget-content {
  border: 1px solid #333333;
  background-color: #333333;
  color: #fff;
}
.mf-widget.dark .mf-tabs .mf-tab.selected {
  border-color: #333333;
  background-color: #333333;
  color: #fff;
}
.mf-widget.dark select,
.mf-widget.dark input[type="text"],
.mf-widget.dark textarea {
  border: none;
}
.mf-widget.dark input[type="text"] {
  padding: 7px 12px;
}
.mf-widget.dark .mf-info {
  color: #ccc;
}
.mf-widget.dark .mf-info a {
  color: #ccc;
  text-decoration: underline;
}
.mf-widget.dark .mf-info a:hover {
  text-decoration: none;
}
.mf-widget.dark .mf-widget.gray .mf-widget-content {
  background-color: #f3f3f3;
  color: #333333;
}
.mf-widget.gray .mf-widget-content {
  border: none;
  background-color: #f3f3f3;
}
.mf-widget.gray .mf-widget-content .mf-widget.dark .mf-widget-content {
  border: 1px solid #333333;
  background-color: #333333;
  color: #fff;
}
.mf-widget.gray .mf-tabs .mf-tab {
  color: #333333;
  border-color: #e3e3e3;
  background-color: #fff;
}
.mf-widget.gray .mf-tabs .mf-tab.selected {
  border: 1px solid #f3f3f3;
  color: #333333;
  background-color: #f3f3f3;
}
.mf-widget.gray .mf-tabs .mf-tab.selected:hover,
.mf-widget.gray .mf-tabs .mf-tab.selected a:hover {
  color: #333333;
}
.mf-widget.gray .mf-tabs .mf-tab a {
  color: #333333;
}
.mf-widget.gray .mf-tabs .mf-tab:hover,
.mf-widget.gray .mf-tabs .mf-tab a:hover {
  text-decoration: none;
  color: #ff5715;
}
.mf-widget.gray .mf-widget.dark .mf-widget-content {
  border-color: #333333;
  background-color: #333333;
  color: #fff;
}
.mf-widget.shop .mf-widget-content {
  color: #fff;
}
.mf-widget.shop .mf-widget-content .mf-widget-title,
.mf-widget.shop .mf-widget-content h2,
.mf-widget.shop .mf-widget-content h3 {
  color: #333333;
}
.mf-filters fieldset {
  margin-top: 10px;
}
.mf-filters fieldset:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}
.mf-filters h3 > *,
.mf-filters h4 > * {
  display: block;
}
.mf-filters h3 > *:hover,
.mf-filters h4 > *:hover {
  text-decoration: none;
}
.mf-filters h3 .fa,
.mf-filters h4 .caret {
  display: none;
}
.mf-filters h3 a {
  color: #333333;
}
.mf-filters h4 a {
  color: #888888;
}
.mf-filters h4 .caret {
  float: right;
  margin: 5px 5px 0px 0px;
}
.mf-filters select,
.mf-filters input[type="text"],
.mf-filters input[type="submit"] {
  margin-top: 5px;
  width: 100%;
}
.mf-filters input[type="text"] {
  padding: 7px 5px 6px;
  width: 95%;
}
.mf-filters .mf-list {
  width: 175px;
}
.mf-filters .mf-filters-search input[type="text"] {
  float: left;
  width: 64%;
}
.mf-filters .mf-filters-search input[type="submit"] {
  float: right;
  width: 35%;
}
.mf-filters .mf-filters-options div {
  margin: 5px 0px 10px;
}
.mf-filters .mf-filters-options .btn {
  margin-top: 10px;
  width: 100%;
}
.mf-selects:before,
.mf-selects:after {
  content: " ";
  display: table;
}
.mf-selects:after {
  clear: both;
}
.mf-selects:before,
.mf-selects:after {
  content: " ";
  display: table;
}
.mf-selects:after {
  clear: both;
}
.mf-selects label {
  float: left;
  margin-top: 8px;
  margin-bottom: 15px;
  width: 35%;
}
.mf-selects select {
  float: left;
  margin-bottom: 15px;
  width: 65%;
}
.mf-selects .input-group {
  margin-bottom: 15px;
}
.mf-tabs {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.mf-tabs > li {
  display: inline-block;
}
.mf-tabs .mf-tab {
  display: inline-block;
  margin-right: 5px;
  padding: 10px;
  border: 1px solid #f3f3f3;
  border-bottom: none;
  color: #333333;
  background-color: #f3f3f3;
  cursor: pointer;
}
.mf-tabs .mf-tab a {
  color: #333333;
}
.mf-tabs .mf-tab:hover,
.mf-tabs .mf-tab a:hover {
  text-decoration: none;
  color: #ff5715;
}
.mf-tabs .mf-tab.selected {
  color: #333333;
  border-color: #e3e3e3;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
.mf-tabs.big {
  font-size: 1.2em;
}
.mf-tabs.big .mf-tab {
  padding: 15px;
}
.mf-tabs-content {
  margin-top: -1px;
}
.mf-cards {
  margin: 0px -15px -15px 0px;
}
.mf-cards:before,
.mf-cards:after {
  content: " ";
  display: table;
}
.mf-cards:after {
  clear: both;
}
.mf-cards:before,
.mf-cards:after {
  content: " ";
  display: table;
}
.mf-cards:after {
  clear: both;
}
.mf-cards.mf-cards-horizontal {
  margin-bottom: -13px;
}
.mf-cards.mf-cards-horizontal .mf-card-content {
  padding: 5px;
}
.mf-cards.mf-cards-horizontal .mf-card-title {
  line-height: 1.1em !important;
  font-size: 14px;
  margin-top: 8px;
}
.mf-cards.mf-cards-horizontal .mf-card-img {
  float: left;
  width: 42%;
  padding-bottom: 32%;
  margin: -15px 10px -15px -15px;
}
.mf-cards.mf-cards-horizontal.mf-cards-offer .mf-card-content {
  padding: 10px 5%;
}
.mf-cards.mf-cards-horizontal.mf-cards-offer .mf-card-img {
  width: 21%;
  padding-bottom: 15%;
  margin-right: 5%;
}
.mf-cards.mf-cards-gallery .mf-card-content {
  padding: 0px;
  height: 0px;
  padding-bottom: 66.6667%;
}
.mf-cards.mf-cards-gallery .mf-card-content img {
  width: 100%;
}
.mf-cards.mf-cards-1col {
  float: none;
}
.mf-cards.mf-cards-1col .mf-card {
  width: 100%;
}
.mf-cards.mf-cards-3col .mf-card {
  width: 33.33%;
}
.mf-cards.mf-cards-4col .mf-card {
  width: 25%;
}
.mf-cards.mf-cards-6col .mf-card {
  width: 16.666%;
}
.mf-cards.mf-cards-8col .mf-card {
  width: 12.5%;
}
.mf-cards.mf-cards-workshop .mf-card-title {
  margin-bottom: 5px;
}
.mf-cards.mf-cards-workshop .mf-card-img {
  padding-bottom: 100%;
  /* Aspect ratio 1:1 */
}
.mf-cards.mf-cards-workshop .mf-card-body {
  margin-top: 5px;
  color: #333;
}
.mf-cards .mf-card {
  float: left;
  padding-right: 15px;
  width: 50%;
}
.mf-cards .mf-card-home {
  float: none !important;
  width: 49.6% !important;
  display: inline-block;
  vertical-align: top;
}
.mf-card {
  position: relative;
  margin-bottom: 15px;
}
.mf-card.mf-card-green .mf-card-content:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2), 0px 0px 0px 3px #6fb34a;
}
.mf-card.mf-card-green .mf-card-content:hover *:not(.btn) {
  color: #6fb34a;
}
.mf-card.dark .mf-card-title {
  color: #fff;
}
.mf-card.dark .mf-card-content {
  color: #fff;
  background-color: #333333;
}
.mf-card.dark .mf-card-content:hover .mf-card-title,
.mf-card.dark .mf-card-content:hover .mf-card-price {
  color: #fff;
}
.mf-card.dark .mf-card-body {
  color: #aaa;
}
.mf-card.mf-card-center {
  margin-left: 25%;
  margin-right: 25%;
  width: 50%;
  padding-right: 0;
}
.mf-card.mf-card-center.mf-card-new .mf-card-img * {
  margin-top: 17.5%;
}
.mf-card.mf-card-new .mf-card-img {
  background-color: #f3f3f3;
  color: #fff;
}
.mf-card.mf-card-new .mf-card-img * {
  display: block;
  margin: 12.5% auto 0;
  font-size: 100px;
  color: #ccc;
}
.mf-card-content {
  position: relative;
  display: block;
  padding: 15px;
  color: #333333;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.mf-card-content + .mf-card-content {
  margin-top: 15px;
}
a.mf-card-content .js-link,
.mf-card-hover .js-link {
  color: #ff5715;
}
a.mf-card-content:hover,
.mf-card-hover:hover {
  text-decoration: none;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2), 0px 0px 0px 3px #ff5715;
}
a.mf-card-content:hover .mf-card-title,
.mf-card-hover:hover .mf-card-title,
a.mf-card-content:hover .mf-card-price,
.mf-card-hover:hover .mf-card-price {
  color: #ff5715;
}
a.mf-card-content:hover .js-link:hover,
.mf-card-hover:hover .js-link:hover {
  text-decoration: none;
}
.mf-card-new a.mf-card-content:hover .mf-card-img * {
  color: #ff5715;
}
.mf-card-img {
  position: relative;
  display: block;
  margin: -15px -15px 15px;
  height: 0px;
  padding-bottom: 70.667%;
  text-align: center;
  overflow: hidden;
}
.mf-card-img img {
  height: auto;
  width: 100%;
}
.mf-card-img .mf-card-img-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.mf-card-body {
  max-height: 3.6em !important;
  line-height: 1.2em !important;
  overflow: hidden;
  /* Comento ellipsis multiline y lo hago por PHP pq esto hace truncate por medio,
		 no al final, corta el Leer más */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #888888;
}
.mf-card-ad {
  display: block;
  margin: -15px -15px 0px;
  height: 0px;
  padding-bottom: 143%;
  text-align: center;
}
.mf-card-ad img {
  width: 100%;
  max-width: 300px;
}
.mf-card .mf-card-title {
  margin: 0px;
  color: #333;
}
.mf-card .mf-card-title + * {
  margin-top: 10px;
}
.mf-card .mf-card-title + .mf-date {
  margin-top: 0px;
  margin-bottom: 7px;
}
.mf-card-price {
  padding: 5px 0px;
}
.mf-card-price-original {
  height: 18px;
  text-decoration: line-through;
}
.mf-card-roba {
  display: none;
}
.mf-card-roba .mf-card-roba-content {
  display: block;
  margin: 0px auto;
  height: 300px;
  width: 300px;
  line-height: initial;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  text-align: center;
  color: #f33b44;
  background-color: #f3f3f3;
}
.mf-card-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 3px 15px 10px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -10px 10px rgba(255, 255, 255, 0.8);
}
.mf-cards-news .mf-card-content {
  height: 0px;
  padding-bottom: 92%;
}
.mf-cards-last-news .mf-card-content {
  height: 0px;
  padding-bottom: 107%;
}
.mf-cards-motos2hand-home .mf-card-content {
  height: 0px;
  padding-bottom: 105%;
}
.mf-cards-motos2hand .mf-card-content {
  height: 0px;
  padding-bottom: 125%;
}
.mf-cards-workshop .mf-card-content {
  height: 0px;
  padding-bottom: 179%;
}
.mf-cards-accessories .mf-card-content:not(.mf-card-no-ad) {
  height: 0px;
  padding-bottom: 125%;
}
.mf-cards-accessories .mf-card-img {
  padding-bottom: 100%;
}
.mf-cards-accessories .mf-card-title {
  height: 1em;
  line-height: 1em;
  overflow: hidden;
  font-size: 1em;
}
.mf-media:before,
.mf-media:after {
  content: " ";
  display: table;
}
.mf-media:after {
  clear: both;
}
.mf-media:before,
.mf-media:after {
  content: " ";
  display: table;
}
.mf-media:after {
  clear: both;
}
.mf-media .mf-media-item {
  overflow: hidden;
  margin-bottom: 10px;
}
.mf-media .mf-media-item:last-child {
  margin-bottom: 0px;
}
.mf-media a.mf-media-item,
.mf-media .mf-media-item > a {
  display: block;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.mf-media a.mf-media-item:before,
.mf-media .mf-media-item > a:before,
.mf-media a.mf-media-item:after,
.mf-media .mf-media-item > a:after {
  content: " ";
  display: table;
}
.mf-media a.mf-media-item:after,
.mf-media .mf-media-item > a:after {
  clear: both;
}
.mf-media a.mf-media-item:before,
.mf-media .mf-media-item > a:before,
.mf-media a.mf-media-item:after,
.mf-media .mf-media-item > a:after {
  content: " ";
  display: table;
}
.mf-media a.mf-media-item:after,
.mf-media .mf-media-item > a:after {
  clear: both;
}
.mf-media a.mf-media-item:hover,
.mf-media .mf-media-item > a:hover {
  background-color: #f3f3f3;
}
.mf-media .mf-media-img {
  float: left;
  height: auto;
  width: 100px;
}
.mf-media .mf-media-img img {
  width: 100%;
}
.mf-media .mf-media-img-sm {
  width: 75px;
}
.mf-media .mf-media-content {
  padding: 0px 0px 0px 10px;
  overflow: hidden;
}
.mf-media .mf-media-title {
  margin: 0px 0px 5px;
  font-size: 16px;
  line-height: 17px;
  color: #ff5715;
}
.mf-media .mf-media-body {
  margin: 0px;
  color: #333333;
}
.mf-media.user .mf-media-item {
  margin-bottom: 10px;
  width: 100%;
  float: left;
  margin-right: 15px;
}
.mf-media.user .mf-media-item:nth-child(even) {
  margin-right: 0px;
}
.mf-media.user .mf-media-item:last-child {
  margin-bottom: 0px;
}
.mf-media.user .mf-media-img {
  height: 75px;
  width: 75px;
}
.mf-media.user .mf-media-img-sm {
  height: 50px;
  width: 50px;
}
.mf-media.user .mf-media-img-md {
  float: left;
  height: auto;
  width: 100px;
}
.mf-media.user .mf-media-img-md img {
  width: 100%;
}
.mf-media.user .mf-media-content {
  padding-top: 5px;
  padding-bottom: 2.7px;
}
.mf-media.user .mf-media-title {
  font-size: 15px;
}
.mf-media.user .mf-media-body {
  font-size: 12px;
}
.mf-list:before,
.mf-list:after {
  content: " ";
  display: table;
}
.mf-list:after {
  clear: both;
}
.mf-list:before,
.mf-list:after {
  content: " ";
  display: table;
}
.mf-list:after {
  clear: both;
}
.mf-list li,
.mf-list .mf-list-item {
  line-height: 1.6em;
}
.mf-list.mf-list-bullet {
  list-style-type: disc;
  padding-left: 15px;
}
.mf-list.mf-list-2col li,
.mf-list.mf-list-2col .mf-list-item {
  float: left;
  width: 49%;
  padding-right: 15px;
}
.mf-list.border li,
.mf-list.border .mf-list-item {
  padding: 15px 0px;
}
.mf-list.border li:not(:last-child),
.mf-list.border .mf-list-item:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}
.mf-list-icons {
  margin-bottom: 10px;
}
.mf-list-icons:not(.mf-list-icons-inline) .mf-list-icons-item {
  display: block;
}
.mf-list-icons:not(.mf-list-icons-inline) .mf-list-icons-item .fa {
  width: 1em;
  margin-right: 5px;
  text-align: center;
}
.mf-list-icons.mf-list-icons-inline .mf-list-icons-item {
  display: inline-block;
}
.mf-list-icons.mf-list-icons-inline .mf-list-icons-item:not(:last-child) {
  margin-right: 10px;
}
.mf-list-icons.mf-list-icons-2col:before,
.mf-list-icons.mf-list-icons-2col:after {
  content: " ";
  display: table;
}
.mf-list-icons.mf-list-icons-2col:after {
  clear: both;
}
.mf-list-icons.mf-list-icons-2col:before,
.mf-list-icons.mf-list-icons-2col:after {
  content: " ";
  display: table;
}
.mf-list-icons.mf-list-icons-2col:after {
  clear: both;
}
.mf-list-icons.mf-list-icons-2col .mf-list-icons-item {
  float: left;
  width: 50%;
}
.mf-list-definition:before,
.mf-list-definition:after {
  content: " ";
  display: table;
}
.mf-list-definition:after {
  clear: both;
}
.mf-list-definition:before,
.mf-list-definition:after {
  content: " ";
  display: table;
}
.mf-list-definition:after {
  clear: both;
}
.mf-list-definition dt {
  float: left;
  margin-bottom: 7px;
  width: 150px;
  overflow: hidden;
  clear: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.mf-list-definition dd {
  margin-bottom: 7px;
  margin-left: 150px;
  min-height: 18px;
}
.mf-list-definition.striped dt {
  margin: -5px 0px -5px -5px;
  padding: 5px 0px 5px 5px;
}
.mf-list-definition.striped dt:nth-of-type(even) {
  margin: 5px 0px 5px -5px;
}
.mf-list-definition.striped dd {
  margin: -5px -5px -5px 0px;
  padding: 5px 5px 5px 0px;
}
.mf-list-definition.striped dd:nth-of-type(even) {
  margin: 5px -5px 5px 0px;
}
.mf-list-definition.striped dt:nth-of-type(even),
.mf-list-definition.striped dd:nth-of-type(even) {
  margin: 5px -5px;
}
.mf-list-definition.striped dt:nth-of-type(odd),
.mf-list-definition.striped dd:nth-of-type(odd) {
  background-color: #f3f3f3;
}
.mf-list-definition.striped dd {
  margin-left: 145px;
}
.mf-list-definition.mf-list-definition-break dt {
  float: none;
  margin-bottom: 5px;
  width: 100%;
}
.mf-list-definition.mf-list-definition-break dd {
  margin-bottom: 10px;
  margin-left: 0;
}
.mf-list-definition.mf-list-definition-sm dt {
  width: 120px;
}
.mf-list-definition.mf-list-definition-sm dd {
  margin-left: 120px;
}
.mf-list-definition.mf-list-definition-fullsize dt {
  width: 50%;
  max-width: 300px;
}
.mf-list-definition.mf-list-definition-fullsize dd {
  margin-left: 0;
}
.mf-list-definition[class*="lines-"] {
  line-height: inherit;
}
.mf-cards .mf-list-definition dt,
.mf-cards .mf-list-definition dd {
  margin-bottom: 3px;
}
.mf-items .mf-item {
  margin-bottom: 15px;
}
.mf-items .mf-item:before,
.mf-items .mf-item:after {
  content: " ";
  display: table;
}
.mf-items .mf-item:after {
  clear: both;
}
.mf-items .mf-item:before,
.mf-items .mf-item:after {
  content: " ";
  display: table;
}
.mf-items .mf-item:after {
  clear: both;
}
.mf-items .mf-item-img {
  float: left;
  height: 83px;
  width: 125px;
  overflow: hidden;
  background-color: #f3f3f3;
}
.mf-items .mf-item-img img {
  height: auto;
  width: 100%;
}
.mf-items .mf-item-content {
  padding-left: 10px;
  overflow: hidden;
}
.mf-items .mf-item-title {
  margin: 0px 0px 5px;
}
.mf-items .mf-item-body {
  float: left;
  width: 60%;
  color: #333333;
}
.mf-items .mf-item-body .fa {
  margin-right: 5px;
  width: 1em;
  text-align: center;
}
.mf-items .mf-item-body li {
  margin-right: 1%;
  padding: 5px;
  width: 98.99%;
  background-color: #f3f3f3;
}
.mf-items .mf-item-body .date,
.mf-items .mf-item-body .kms,
.mf-items .mf-item-body .year {
  float: left;
  margin-right: 1%;
  width: 32.33%;
}
.mf-items .mf-item-body .year {
  margin-right: 0px;
}
.mf-items .mf-item-body .province {
  margin-top: 32px;
  width: 98.99%;
}
.mf-items .mf-item-body .mark {
  padding: 21px 5px;
}
.mf-items .mf-item-price,
.mf-items .mf-item-action {
  float: left;
  padding: 21px 0px;
  width: 20%;
  text-align: center;
}
.mf-items .mf-item-price {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  color: #fff;
  background-color: #333333;
}
.mf-items .mf-item-action {
  background-color: #f3f3f3;
}
.mf-info,
.mf-date {
  font-style: italic;
  font-size: .9em;
}
.mf-info {
  color: #999;
}
.mf-footer {
  padding: 15px;
  background-color: #fff;
}
.mf-footer:before,
.mf-footer:after {
  content: " ";
  display: table;
}
.mf-footer:after {
  clear: both;
}
.mf-footer:before,
.mf-footer:after {
  content: " ";
  display: table;
}
.mf-footer:after {
  clear: both;
}
.mf-footer .mf-logo {
  margin: 0px;
}
.mf-footer .copy {
  display: inline-block;
  margin: 20px 0px 0px 10px;
}
.mf-footer h3 {
  margin: 20px 0px;
  text-transform: uppercase;
  font-size: 16px;
  color: #ff5715;
}
.mf-footer li {
  line-height: 25px;
}
.mf-footer li a,
.mf-footer li span {
  display: block;
  color: #666;
}
.mf-footer li a:hover,
.mf-footer li span:hover {
  color: #ff5715;
  cursor: pointer;
  text-decoration: none;
}
.mf-pos-neg {
  display: table;
  width: 100%;
}
.mf-pos-neg .mf-positive,
.mf-pos-neg .mf-negative {
  display: table-cell;
  width: 50%;
  padding: 15px 0px 0px 15px;
  color: #fff;
}
.mf-pos-neg .mf-positive {
  color: #6fb34a;
}
.mf-pos-neg .mf-negative {
  color: #e45151;
}
.mf-pos-neg ul li {
  padding-bottom: 7px;
  line-height: 1.2em;
  /*text-indent: -6px;*/
}
.mf-pos-neg ul li:before {
  font: normal normal normal 10px/1 FontAwesome;
  display: inline-block;
  margin-right: 3px;
}
.mf-pos-neg .mf-positive ul li:before {
  content: "\f00c";
}
.mf-pos-neg .mf-negative ul li:before {
  content: "\f00d";
}
.mf-tag {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 3px;
  padding: 5px 10px;
  color: #333333;
  border: 1px solid #e3e3e3;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}
.mf-tag:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ff5715;
  border-color: #ff5715;
}
.mf-pagination:before,
.mf-pagination:after {
  content: " ";
  display: table;
}
.mf-pagination:after {
  clear: both;
}
.mf-pagination:before,
.mf-pagination:after {
  content: " ";
  display: table;
}
.mf-pagination:after {
  clear: both;
}
.mf-pagination li {
  float: left;
  margin: 0px 1px;
}
.mf-pagination li * {
  display: block;
  padding: 7px;
  min-width: 27px;
  text-align: center;
  border: 1px solid #e3e3e3;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.mf-pagination li:hover a,
.mf-pagination li:hover .link_nf,
.mf-pagination li.active * {
  text-decoration: none;
  color: #fff !important;
  background-color: #ff5715;
  border-color: #ff5715;
}
.mf-gallery {
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.mf-gallery .mf-gallery-img {
  position: relative;
  overflow-y: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
  /* Aspect ratio 4:3 */
  margin-bottom: 0px;
  text-align: center;
}
.mf-gallery .mf-gallery-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mf-gallery .mf-gallery-img img.loading {
  width: 30px;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
}
.mf-gallery .mf-gallery-video {
  position: relative;
  padding-bottom: 75%;
  height: 0;
}
.mf-gallery .mf-gallery-video object,
.mf-gallery .mf-gallery-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mf-gallery .mf-gallery-thumbs {
  padding: 4px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.mf-gallery .mf-gallery-thumbs:before,
.mf-gallery .mf-gallery-thumbs:after {
  content: " ";
  display: table;
}
.mf-gallery .mf-gallery-thumbs:after {
  clear: both;
}
.mf-gallery .mf-gallery-thumbs:before,
.mf-gallery .mf-gallery-thumbs:after {
  content: " ";
  display: table;
}
.mf-gallery .mf-gallery-thumbs:after {
  clear: both;
}
.mf-gallery .mf-gallery-thumbs li {
  display: inline-block;
  vertical-align: top;
}
.mf-gallery .mf-gallery-thumbs li a {
  display: inline-block;
  height: 50px;
  box-shadow: none;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.mf-gallery .mf-gallery-thumbs li a.active,
.mf-gallery .mf-gallery-thumbs li a:hover {
  text-decoration: none;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2), 0px 0px 0px 4px #ff5715;
}
.mf-gallery .mf-gallery-thumbs li img {
  display: block;
  height: 50px;
}
.mf-submenu {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.mf-submenu > select {
  margin-bottom: 15px;
  width: 100%;
  background: none;
  border-color: #cccccc;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.mf-submenu > ul {
  margin: -15px -15px 15px -15px;
  height: 46px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: #e2e2e2;
}
.mf-submenu > ul:before,
.mf-submenu > ul:after {
  content: " ";
  display: table;
}
.mf-submenu > ul:after {
  clear: both;
}
.mf-submenu > ul:before,
.mf-submenu > ul:after {
  content: " ";
  display: table;
}
.mf-submenu > ul:after {
  clear: both;
}
.mf-submenu > ul li {
  display: inline-block;
}
.mf-submenu > ul li * {
  display: block;
  padding: 15px;
  color: #333333;
}
.mf-submenu > ul li *:hover {
  color: #fb4700;
  text-decoration: none;
}
.mf-submenu > ul li.active * {
  color: #ff5715;
}
.mf-alert-info {
  padding: 10px;
  font-size: 12px;
  color: #69655c;
  background-color: #fff8e6;
}
.mf-modal {
  position: fixed;
  z-index: 10000000000;
  top: 50px;
  left: 20%;
  margin: 0px;
  width: 60%;
  border-radius: 2px;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.95);
}
.mf-modal .mf-widget {
  margin: 0px;
}
.mf-modal .mf-widget .mf-widget-content {
  border: none;
  border-radius: 2px;
}
.mf-modal:after {
  content: " ";
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(70, 70, 70, 0.8);
}
.mf-modal .mf-modal-close {
  display: block;
}
.mf-modal-close {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 15px;
  font-size: 24px;
  color: #bbb;
}
.mf-modal-close:hover {
  color: #ff5715;
  text-decoration: none;
}
.mf-table {
  text-align: left;
  width: 100%;
  overflow-x: auto;
}
.mf-table th,
.mf-table td {
  padding: 10px;
  vertical-align: top;
}
.mf-table table {
  width: 100%;
}
.mf-table thead th,
.mf-table .mf-table-head th,
.mf-table thead td,
.mf-table .mf-table-head td {
  background-color: #f3f3f3;
}
.mf-table tbody tr:not(:last-child) th,
.mf-table .mf-table-body tr:not(:last-child) th,
.mf-table tbody tr:not(:last-child) td,
.mf-table .mf-table-body tr:not(:last-child) td {
  border-bottom: 1px solid #e3e3e3;
}
.mf-table:not(.mf-table-no-responsive) table > thead > tr > th,
.mf-table:not(.mf-table-no-responsive) table > tbody > tr > th,
.mf-table:not(.mf-table-no-responsive) table > tfoot > tr > th,
.mf-table:not(.mf-table-no-responsive) table > thead > tr > td,
.mf-table:not(.mf-table-no-responsive) table > tbody > tr > td,
.mf-table:not(.mf-table-no-responsive) table > tfoot > tr > td {
  white-space: nowrap;
}
@media (min-width: 1280px) {
  .mf-filters .mf-list {
    max-height: 16em;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .mf-gallery-sidebar {
    overflow-y: auto;
    height: 463px;
  }
}
@media (max-width: 1279px) {
  .mf-submenu ul > li * {
    padding: 15px 7.5px;
  }
  .mf-filters fieldset {
    margin-top: 0px;
  }
  .mf-filters fieldset:not(:last-child) {
    padding-bottom: 0px;
  }
  .mf-filters h3 a:hover,
  .mf-filters h4 a:hover {
    color: #ff5715;
  }
  .mf-filters h3 .fa,
  .mf-filters h4 .caret {
    display: block;
  }
  .mf-filters h3 {
    margin-bottom: 0px;
  }
  .mf-filters h4 {
    margin-bottom: 0px;
  }
  .mf-filters h4 > * {
    padding: 10px 0px;
  }
  .mf-filters hr {
    margin: 0px;
  }
  .mf-filters .mf-filters-search h4,
  .mf-filters .mf-filters-options h4 {
    margin-bottom: 10px;
  }
  .mf-filters .mf-filters-search {
    padding: 10px 0px !important;
  }
  .mf-filters .mf-filters-form {
    display: none;
    margin-top: 15px;
  }
  .mf-filters .mf-filters-form.show-form {
    display: block;
  }
  .mf-filters .mf-list {
    display: none;
    margin-bottom: 10px;
    width: auto;
  }
  .mf-filters .showmore {
    display: none !important;
  }
  .mf-filters .js-show-list .mf-list {
    display: block;
  }
  .mf-filters .js-show-list li.hide {
    display: inline-block !important;
    /* Elementos ocultos por el ver más de desktop */
  }
  .mf-filters .mf-filters-options {
    margin-top: 10px;
  }
  .mf-filters .mf-filters-options div {
    float: left;
    width: 49%;
  }
  .mf-filters .mf-filters-options div:not(:last-child) {
    margin-right: 2%;
  }
  .mf-filters.mf-filters-workshop h4 {
    margin-bottom: 10px;
  }
  .mf-filters.mf-filters-workshop fieldset {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .mf-filters.mf-filters-workshop select {
    width: 100%;
  }
  .mf-filters .mf-list li {
    float: left;
    width: 49%;
    padding-right: 15px;
  }
  .mf-card-ad {
    padding-bottom: 136%;
  }
  .mf-cards.mf-cards-3col .mf-card,
  .mf-cards.mf-cards-4col .mf-card {
    width: 50%;
  }
  .mf-cards.mf-cards-6col .mf-card {
    width: 33.33%;
  }
  .mf-cards.mf-cards-8col .mf-card {
    width: 25%;
  }
  .mf-cards.mf-cards-1col .mf-card,
  .mf-cards.mf-cards-3col .mf-card,
  .mf-cards.mf-cards-4col .mf-card {
    width: 50%;
  }
  .mf-cards-news .mf-card-content {
    padding-bottom: 102%;
  }
  .mf-cards-last-news .mf-card-content {
    padding-bottom: 106%;
  }
  .mf-cards-motos2hand-home .mf-card-content {
    padding-bottom: 104%;
  }
  .mf-cards-motos2hand .mf-card-content {
    padding-bottom: 130%;
  }
  .mf-cards-workshop .mf-card-content {
    height: 0px;
    padding-bottom: 157%;
  }
  .mf-gallery .mf-gallery-thumbs {
    margin-bottom: 15px;
  }
  .mf-cards-accessories .mf-card-content:not(.mf-card-no-ad) {
    padding-bottom: 118%;
  }
}
@media (min-width: 1010px) and (max-width: 1279px) {
  .mf-header.fixed .mf-menu .menu-search {
    display: none;
  }
  .mf-cards.mf-cards-3col-md .mf-card {
    width: 33.33%;
  }
}
@media (min-width: 768px) and (max-width: 1009px) {
  .mf-cards.mf-cards-2col-sm .mf-card {
    width: 50%;
  }
}
@media (max-width: 1009px) {
  .mf-menu .menu-search {
    float: none;
    margin: 0px 15px 10px;
    width: auto;
  }
  .mf-menu .menu-search input {
    color: #ff5715;
    border-color: #ff5715;
  }
  .mf-menu .menu-search input:-moz-placeholder {
    color: #ff5715;
  }
  .mf-menu .menu-search input::-moz-placeholder {
    color: #ff5715;
    opacity: 1;
  }
  .mf-menu .menu-search input:-ms-input-placeholder {
    color: #ff5715;
  }
  .mf-menu .menu-search input::-webkit-input-placeholder {
    color: #ff5715;
  }
  .mf-menu .menu-search input:active,
  .mf-menu .menu-search input:focus {
    color: #ff5715;
    box-shadow: none;
    border-color: #ff5715;
  }
  .mf-menu .menu-search button {
    color: #ff5715;
  }
  .mf-menu .menu-search button:active,
  .mf-menu .menu-search button:hover {
    color: #ff5715;
  }
  .mf-card-ad {
    padding-bottom: 109%;
  }
  .mf-card-roba {
    display: block;
  }
  .mf-cards-news .mf-card-content {
    padding-bottom: 98%;
  }
  .mf-cards-last-news .mf-card-content {
    padding-bottom: 101%;
  }
  .mf-cards-motos2hand .mf-card-content {
    padding-bottom: 118%;
  }
  .mf-cards-motos2hand-home .mf-card-content {
    padding-bottom: 99%;
  }
  .mf-cards-accessories .mf-card-content:not(.mf-card-no-ad) {
    padding-bottom: 112%;
  }
  .mf-cards-workshop .mf-card-content {
    height: 0px;
    padding-bottom: 146%;
  }
  .mf-gallery .mf-gallery-img {
    height: auto;
    padding-bottom: 0px;
  }
  .mf-gallery .mf-gallery-img img {
    position: relative;
    height: auto !important;
    left: inherit !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
  }
  .mf-modal {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  .mf-widget {
    margin-left: -15px;
    margin-right: -15px;
  }
  .mf-widget .mf-widget-content {
    border-left: none;
    border-right: none;
  }
  .mf-tabs {
    font-size: 1.2em;
  }
  .mf-card-ad {
    height: auto;
    padding-bottom: 0px;
  }
  .mf-card-footer {
    position: inherit;
    padding: 10px 0px 0px;
  }
  .mf-cards .mf-card,
  .mf-cards .mf-card-home {
    width: 100% !important;
  }
  .mf-cards.mf-cards-3col .mf-card,
  .mf-cards.mf-cards-4col .mf-card {
    width: 100%;
  }
  .mf-cards.mf-cards-6col .mf-card,
  .mf-cards.mf-cards-8col .mf-card {
    width: 50%;
  }
  .mf-cards.mf-cards-horizontal.mf-cards-offer .mf-card-img {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    margin: 0 0 10px;
  }
  .mf-cards.mf-cards-horizontal.mf-cards-offer .mf-card-title + * {
    margin-bottom: 10px;
    width: 100%;
  }
  .mf-cards.mf-cards-horizontal.mf-cards-offer .oHidden {
    overflow: initial;
  }
  .mf-cards.mf-cards-horizontal.mf-cards-offer .btn {
    float: none;
    clear: both;
    display: block;
    margin: 10px 0px;
  }
  .mf-card.mf-card-center {
    margin-left: 0;
    margin-right: 0;
    padding-right: 15px;
  }
  .mf-cards-news .mf-card-content {
    height: auto;
    padding-bottom: 15px;
  }
  .mf-cards-last-news .mf-card-content,
  .mf-cards-motos2hand .mf-card-content,
  .mf-cards-motos2hand-home .mf-card-content,
  .mf-cards-workshop .mf-card-content {
    height: auto;
    padding-bottom: 15px;
  }
  .mf-cards-accessories .mf-card-content:not(.mf-card-no-ad) {
    height: auto;
    padding-bottom: 15px;
  }
  .form-tags .mf-tag {
    display: none;
  }
  .mf-gallery {
    margin: 0px -15px;
  }
  .mf-1col-xs {
    float: none !important;
    width: 100% !important;
  }
  .mf-list-definition.mf-list-definition-fullsize dt {
    float: none;
    margin-bottom: 5px;
    width: 100%;
  }
  .mf-list-definition.mf-list-definition-fullsize dd {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.condiciones_legales h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.condiciones_legales ol {
  margin-left: 20px;
  margin-top: 15px;
}
.condiciones_legales ul {
  margin-top: 10px;
  margin-left: 20px;
}
.condiciones_legales li {
  margin-bottom: 10px;
}
.condiciones_legales p {
  margin-left: 20px;
  margin-bottom: 10px;
  line-height: 16px;
}
/*************************************************************************************************/
/*********************************************** AD **********************************************/
/*************************************************************************************************/
/* TESTING */
.ad-test {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  text-align: center;
  color: #f33b44;
  background-color: #f3f3f3;
}
.ad-test.ele-desktop,
.ad-test.ele-tablet,
.ad-test.billboard-desktop,
.ad-test.billboard-tablet {
  height: 150px;
  line-height: 150px;
}
.ad-test.ele-tablet,
.ad-test.billboard-tablet {
  display: none;
}
.ad-test.ele-vertical {
  margin-top: -15px;
  height: 600px;
  width: 300px;
}
.ad-test.ad-fixed-bottom {
  position: fixed;
  z-index: 1000000;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  padding: 0px;
  height: 70px;
  width: 100%;
  line-height: 70px;
}
.ad-test.ad-fixed-bottom .close {
  display: block;
  float: left;
  width: 30px;
  line-height: 68px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.ad-test.ad-fixed-bottom .close:hover {
  text-decoration: none;
}
.js-affix-ad {
  width: 300px;
}
.js-affix-ad.fixed {
  position: fixed;
  z-index: 1;
}
.ad-banner {
  display: none;
  clear: both;
  float: none !important;
  width: 590px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding: 0px;
}
.ad-banner iframe {
  width: 590px !important;
}
.ad-banner.mf-card {
  padding-right: 0px;
}
.ad-banner.mf-card .mf-card-content {
  height: auto;
  padding: 0px;
}
.ad-billboard {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.ad-roba {
  margin-left: auto;
  margin-right: auto;
}
.castrol610 {
  display: block;
  clear: both;
  margin: 15px 0px 15px 0px;
}
.castrol610 img {
  width: 100%;
}
/* CSS INTERSTITIAL */
div.ad-interstitial iframe[data-load-complete="true"] {
  right: 0px !important;
  left: 0px !important;
  top: 0px !important;
  z-index: 1000001 !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}
/* END CSS INTERSTITIAL */
@media (min-width: 768px) and (max-width: 1009px) {
  .ad-billboard {
    margin-left: -15px;
  }
}
@media (min-width: 767px) {
  .ad-banner {
    display: block;
  }
}
@media (min-width: 1009px) and (max-width: 1279px) {
  .ad-banner.mf-card {
    margin-left: 7px;
  }
}
@media (min-width: 1280px) {
  .mf-cards-index .ad-banner.mf-card {
    margin-left: -15px;
  }
  .ad-ele {
    margin-top: -15px;
  }
}
@media (max-width: 1279px) {
  .ad-test.ele-desktop,
  .ad-test.billboard-desktop {
    display: none;
  }
  .ad-test.ele-tablet,
  .ad-test.billboard-tablet,
  .ad-test.ad-fixed-bottom {
    display: block;
  }
}
@media (max-width: 1009px) {
  .ad-test:not(.ad-fixed-bottom),
  .ad-roba:not(&.ad-test) {
    display: none !important;
  }
}
/*************************************************************************************************/
/****************************************** RESPONSIVE *******************************************/
/*************************************************************************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-toggle .menu-toggle-bar {
  display: none;
  text-align: center;
}
.menu-toggle .menu-toggle-bar .fa-bars {
  float: left;
  margin-right: -40px;
  padding: 12px;
  height: 40px;
  font-size: 16px;
  color: #fff;
}
.menu-toggle .menu-toggle-bar .mf-logo {
  float: none;
  display: inline-block;
  margin: 10px auto 0px;
  height: 20px;
  width: 165px;
  background-size: 165px 20px;
  background-image: url(/img/mf-logo-white-new.png);
}
.menu-toggle .menu-toggle-content {
  display: block;
  background-color: #fff;
}
.container {
  margin: 0px auto;
  width: 1250px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.section-row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.section-row:before,
.section-row:after {
  content: " ";
  display: table;
}
.section-row:after {
  clear: both;
}
.section-row:before,
.section-row:after {
  content: " ";
  display: table;
}
.section-row:after {
  clear: both;
}
.section-half,
.section-third {
  position: relative;
  float: left;
  padding-left: 7.5px;
  padding-right: 7.5px;
  min-height: 1px;
}
.section-half {
  width: 50%;
}
.section-third {
  width: 33.33%;
}
.section-left {
  float: left;
  width: 905px;
}
.section-left .section-half:first-child {
  padding-left: 0px;
}
.section-left .section-half:nth-child(even) {
  padding-right: 0px;
}
.section-left-left {
  float: left;
  width: 590px;
}
.section-right {
  float: right;
  margin-left: 15px;
  width: 1005px;
}
.sidebar-left-right {
  float: right;
  margin-left: 15px;
  width: 300px;
}
.sidebar-left-left {
  float: left;
  width: 200px;
}
.section-left-right {
  float: right;
  margin-left: 15px;
  width: 690px;
}
.sidebar-right,
.sidebar-ads {
  float: right;
  margin-left: 15px;
  width: 300px;
}
.sinewan-ads {
  overflow: hidden;
}
.mf-widget-content .section-left-left {
  width: 575px;
}
.mf-widget-content .sidebar-left-right {
  width: 285px;
}
.img-responsive {
  width: 100%;
  height: auto;
}
@media (max-width: 1279px) {
  .container {
    width: 979px;
  }
  .section-left-left,
  .section-left-right {
    float: none;
    margin-left: 0px;
    width: initial;
  }
  .section-left {
    margin-left: 0px;
    width: 634px;
  }
  .sidebar-left-left,
  .sidebar-left-right,
  .section-right {
    margin-left: 0px;
    width: 100%;
  }
  .mf-widget-content .section-left-left,
  .mf-widget-content .sidebar-left-right {
    width: 100%;
  }
  .flexslider {
    float: none;
    width: initial;
  }
}
@media (min-width: 1010px) and (max-width: 1279px) {
  .view-accessories .section-left {
    width: 100%;
  }
  .view-accessories .section-left-left {
    float: left;
    width: 575px;
  }
  .view-accessories .sidebar-left-right {
    width: 328px;
  }
  .view-accessories .sidebar-right {
    width: 100%;
  }
  .sidebar-right-left,
  .sidebar-right-right {
    float: left;
    width: 467px;
  }
  .sidebar-right-left {
    margin-right: 15px;
  }
  .section-left .section-half,
  .section-left .section-third {
    position: relative;
    float: none;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 1009px) {
  .container {
    width: 100%;
  }
  .section-left,
  .section-right,
  .sidebar-left-left,
  .sidebar-left-right,
  .sidebar-right {
    width: 100%;
  }
  .section-left + .sidebar-right {
    margin-top: 15px;
  }
  .sidebar-ads {
    display: none;
  }
  body {
    margin-top: 40px;
  }
  .menu-toggle .menu-toggle-bar {
    display: block;
  }
  .menu-toggle .menu-toggle-content,
  .menu-toggle .mf-logo,
  .menu-toggle .menu-index {
    display: none;
  }
  .menu-toggle .select-menu {
    left: 0px;
    right: inherit;
    width: 100%;
    /*min-width: 350px;*/
  }
  .menu-toggle .select-menu li a {
    padding: 15px 20px;
  }
  .menu-toggled {
    overflow-y: hidden;
  }
  .menu-toggled .menu-toggle {
    box-shadow: 0px 0px 83px rgba(0, 0, 0, 0.5);
  }
  .menu-toggled .menu-toggle .menu-toggle-content {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    max-height: 605px;
  }
  .mf-header {
    position: fixed;
    z-index: 9999;
    top: 0px;
    width: 100%;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    background-color: #ff5715;
  }
  .mf-header .mf-logo,
  .mf-header .links-app,
  .mf-header .links-app-guest {
    display: none;
  }
  .mf-header .mf-menu .menu-index .fa-home {
    display: none;
  }
  .mf-header .mf-menu .menu-index .menu-logo img {
    margin-left: -5px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .mf-header + * {
    margin-top: 40px;
    /* Offset superior para contrarestar height navbar */
  }
  .mf-header-top {
    float: none;
    margin: 0px;
    padding: 5px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .mf-header-top .mf-lang {
    display: none;
  }
  .mf-header-top .btn-publish {
    margin: 0 0px 15px;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .mf-menu-access {
    margin: 5px 0px 10px;
    width: 100%;
    text-align: center;
  }
  .mf-menu-access .btn {
    font-size: 14px;
  }
  .mf-menu {
    float: none;
    margin: 10px 0px;
    background-color: #fff;
  }
  .mf-menu li {
    float: none;
  }
  .mf-menu li a {
    display: block;
    padding: 15px 20px;
    color: #333333;
  }
  .mf-menu li .select-menu {
    display: block;
    position: relative;
    z-index: 999;
    top: 0px;
    border-radius: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0px;
  }
  .mf-menu li .select-menu li a {
    padding-left: 45px;
  }
  .mf-menu li.selected a,
  .mf-menu li:hover a {
    padding-bottom: 15px;
    border-bottom: none;
    color: #ff5715;
    background-color: #e3e3e3;
  }
  .mf-menu li.selected .select-menu li a,
  .mf-menu li:hover .select-menu li a {
    color: #333333;
    background-color: transparent;
  }
  .mf-menu li.selected .select-menu li a.selected,
  .mf-menu li:hover .select-menu li a.selected,
  .mf-menu li.selected .select-menu li a:hover,
  .mf-menu li:hover .select-menu li a:hover {
    color: #ff5715;
    background-color: #e3e3e3;
  }
  .mf-menu li.menu-tienda a:hover {
    background-color: #ff5715;
  }
  .mf-lang {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .mf-lang .select-menu {
    top: inherit;
    bottom: 45px;
  }
  .mf-lang .btn-select {
    display: block;
    padding: 15px 20px;
    font-weight: normal;
    color: #aaa;
  }
}
@media (max-width: 767px) {
  .section-row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .section-half,
  .section-third {
    position: relative;
    float: none !important;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1009px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1010px) and (max-width: 1279px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1009px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1010px) and (max-width: 1279px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1009px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1010px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1009px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1010px) and (max-width: 1279px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1009px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1010px) and (max-width: 1279px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1009px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1010px) and (max-width: 1279px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1009px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1010px) and (max-width: 1279px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1009px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1010px) and (max-width: 1279px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
@media (max-height: 605px) {
  .menu-toggled .menu-toggle .menu-toggle-content {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    position: fixed;
    top: 40px;
    bottom: 0px;
  }
}
/*************************************************************************************************/
/****************************************** RESOURCES ********************************************/
/*************************************************************************************************/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.cBoth {
  clear: both;
}
.hide {
  display: none;
}
.hide-imprtnt {
  display: none !important;
}
.dBlock {
  display: block;
}
.dInlineBlock {
  display: inline-block;
}
.lines-0 {
  height: auto;
  -webkit-line-clamp: inherit;
  white-space: inherit;
}
.lines-1 {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lines-2 {
  max-height: 2.8em !important;
  line-height: 1.4em !important;
  overflow: hidden;
  /* Comento ellipsis multiline y lo hago por PHP pq esto hace truncate por medio,
		 no al final, corta el Leer más */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lines-2-news {
  max-height: 2.2em !important;
  line-height: 1.1em !important;
  overflow: hidden;
  /* Comento ellipsis multiline y lo hago por PHP pq esto hace truncate por medio,
		 no al final, corta el Leer más */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lines-3 {
  max-height: 4.2em !important;
  line-height: 1.4em !important;
  overflow: hidden;
  /* Comento ellipsis multiline y lo hago por PHP pq esto hace truncate por medio,
		 no al final, corta el Leer más */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.lines-4 {
  max-height: 5.6em !important;
  line-height: 1.4em !important;
  overflow: hidden;
  /* Comento ellipsis multiline y lo hago por PHP pq esto hace truncate por medio,
		 no al final, corta el Leer más */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.lines-5 {
  max-height: 7em !important;
  line-height: 1.4em !important;
  overflow: hidden;
  /* Comento ellipsis multiline y lo hago por PHP pq esto hace truncate por medio,
		 no al final, corta el Leer más */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.lines-fix-1 {
  height: 1.4em;
  line-height: 1.4em;
  overflow: hidden;
}
.lines-fix-2 {
  height: 2.8em;
  line-height: 1.4em;
  overflow: hidden;
}
.lines-fix-3 {
  height: 4.2em;
  line-height: 1.4em;
  overflow: hidden;
}
.lines-fix-4 {
  height: 5.6em;
  line-height: 1.4em;
  overflow: hidden;
}
.lines-fix-5 {
  height: 7em;
  line-height: 1.4em;
  overflow: hidden;
}
.vaTop {
  vertical-align: top;
}
.vaMiddle {
  vertical-align: middle;
}
.oHidden {
  overflow: hidden;
}
.noHover:hover {
  color: inherit !important;
  cursor: default !important;
}
.tTitle {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.tContent {
  font-family: Arial, sans-serif !important;
  font-weight: normal !important;
  text-transform: none !important;
}
.taCenter {
  text-align: center;
}
.taRight {
  text-align: right;
}
.tWhite {
  color: #ffffff !important;
}
.tGray {
  color: #999999 !important;
}
.tGrayLight {
  color: #999999 !important;
}
.tGrayLighter {
  color: #cccccc !important;
}
.tGrayDark {
  color: #333333 !important;
}
.tGrayDarker {
  color: #222222 !important;
}
.tGreen {
  color: #6fb34a !important;
}
.tRed {
  color: #e45151 !important;
}
.tCorp {
  color: #ff5715 !important;
}
.tStar {
  color: #f0cb0b !important;
}
.tFacebook {
  color: #ff5715 !important;
}
.tTwitter {
  color: #ff5715 !important;
}
.tGoogle {
  color: #ff5715 !important;
}
.tInstagram {
  color: #ff5715 !important;
}
.tYoutube {
  color: #ff5715 !important;
}
.t025x {
  font-size: .25em !important;
}
.t050x {
  font-size: .50em !important;
}
.t060x {
  font-size: .60em !important;
}
.t070x {
  font-size: .70em !important;
}
.t080x {
  font-size: .80em !important;
}
.t085x {
  font-size: .85em !important;
}
.t089x {
  font-size: .89em !important;
}
.t090x {
  font-size: .90em !important;
}
.t100x {
  font-size: 1em !important;
}
.t110x {
  font-size: 1.125em !important;
}
.t125x {
  font-size: 1.25em !important;
}
.t150x {
  font-size: 1.5em !important;
}
.t175x {
  font-size: 1.75em !important;
}
.t200x {
  font-size: 2em !important;
}
.t225x {
  font-size: 2.25em !important;
}
.t250x {
  font-size: 2.5em !important;
}
.t275x {
  font-size: 2.75em !important;
}
.t300x {
  font-size: 3em !important;
}
.t350x {
  font-size: 3.5em !important;
}
.t400x {
  font-size: 4em !important;
}
.t500x {
  font-size: 5em !important;
}
/* MARGINS & PADDINGS */
.p-xxs {
  padding: 2px !important;
}
.p-xs {
  padding: 5px !important;
}
.p-sm {
  padding: 10px !important;
}
.p {
  padding: 15px !important;
}
.p-r-half {
  padding-right: 7.5px !important;
}
.p-md {
  padding: 20px !important;
}
.p-lg {
  padding: 30px !important;
}
.p-xl {
  padding: 50px !important;
}
.p-none {
  padding: 0 !important;
}
.p-l-none {
  padding-left: 0 !important;
}
.p-t-none {
  padding-top: 0 !important;
}
.p-r-none {
  padding-right: 0 !important;
}
.p-b-none {
  padding-bottom: 0 !important;
}
.m-xxs {
  margin: 2px !important;
}
.m-xs {
  margin: 5px !important;
}
.m-sm {
  margin: 10px !important;
}
.m {
  margin: 15px !important;
}
.m-md {
  margin: 20px !important;
}
.m-lg {
  margin: 30px !important;
}
.m-xl {
  margin: 50px !important;
}
.m-n-xxs {
  margin: -2px !important;
}
.m-n-xs {
  margin: -5px !important;
}
.m-n-sm {
  margin: -10px !important;
}
.m-n {
  margin: -15px !important;
}
.m-n-md {
  margin: -20px !important;
}
.m-n-lg {
  margin: -30px !important;
}
.m-n-xl {
  margin: -50px !important;
}
.m-none {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0 !important;
}
.m-l-xxs {
  margin-left: 2px !important;
}
.m-l-xs {
  margin-left: 5px !important;
}
.m-l-sm {
  margin-left: 10px !important;
}
.m-l {
  margin-left: 15px !important;
}
.m-l-md {
  margin-left: 20px !important;
}
.m-l-lg {
  margin-left: 30px !important;
}
.m-l-xl {
  margin-left: 50px !important;
}
.m-l-n-xxs {
  margin-left: -2px !important;
}
.m-l-n-xs {
  margin-left: -5px !important;
}
.m-l-n-sm {
  margin-left: -10px !important;
}
.m-l-n {
  margin-left: -15px !important;
}
.m-l-n-md {
  margin-left: -20px !important;
}
.m-l-n-lg {
  margin-left: -30px !important;
}
.m-l-n-xl {
  margin-left: -50px !important;
}
.m-t-none {
  margin-top: 0 !important;
}
.m-t-xxs {
  margin-top: 2px !important;
}
.m-t-xs {
  margin-top: 5px !important;
}
.m-t-sm {
  margin-top: 10px !important;
}
.m-t {
  margin-top: 15px !important;
}
.m-t-md {
  margin-top: 20px !important;
}
.m-t-lg {
  margin-top: 30px !important;
}
.m-t-xl {
  margin-top: 50px !important;
}
.m-t-n-xxs {
  margin-top: -2px !important;
}
.m-t-n-xs {
  margin-top: -5px !important;
}
.m-t-n-sm {
  margin-top: -10px !important;
}
.m-t-n {
  margin-top: -15px !important;
}
.m-t-n-md {
  margin-top: -20px !important;
}
.m-t-n-lg {
  margin-top: -30px !important;
}
.m-t-n-xl {
  margin-top: -50px !important;
}
.m-r-none {
  margin-right: 0 !important;
}
.m-r-none-bran {
  position: absolute;
  bottom: 10px;
  margin-right: 0 !important;
}
.m-r-xxs {
  margin-right: 2px !important;
}
.m-r-xs {
  margin-right: 5px !important;
}
.m-r-sm {
  margin-right: 10px !important;
}
.m-r {
  margin-right: 15px !important;
}
.m-r-md {
  margin-right: 20px !important;
}
.m-r-lg {
  margin-right: 30px !important;
}
.m-r-xl {
  margin-right: 50px !important;
}
.m-r-n-xxs {
  margin-right: -2px !important;
}
.m-r-n-xs {
  margin-right: -5px !important;
}
.m-r-n-sm {
  margin-right: -10px !important;
}
.m-r-n {
  margin-right: -15px !important;
}
.m-r-n-md {
  margin-right: -20px !important;
}
.m-r-n-lg {
  margin-right: -30px !important;
}
.m-r-n-xl {
  margin-right: -50px !important;
}
.m-b-none {
  margin-bottom: 0 !important;
}
.m-b-xxs {
  margin-bottom: 2px !important;
}
.m-b-xs {
  margin-bottom: 5px !important;
}
.m-b-sm {
  margin-bottom: 10px !important;
}
.m-b {
  margin-bottom: 15px !important;
}
.m-b-md {
  margin-bottom: 20px !important;
}
.m-b-lg {
  margin-bottom: 30px !important;
}
.m-b-xl {
  margin-bottom: 50px !important;
}
.m-b-n-xxs {
  margin-bottom: -2px !important;
}
.m-b-n-xs {
  margin-bottom: -5px !important;
}
.m-b-n-sm {
  margin-bottom: -10px !important;
}
.m-b-n {
  margin-bottom: -15px !important;
}
.m-b-n-md {
  margin-bottom: -20px !important;
}
.m-b-n-lg {
  margin-bottom: -30px !important;
}
.m-b-n-xl {
  margin-bottom: -50px !important;
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}
.w_100 {
  width: 100% !important;
}
.w_100 input {
  width: 100% !important;
}
.w_70 {
  width: 70% !important;
}
.h_min_50 {
  min-height: 50px !important;
}
.m-t-1 {
  margin-top: 1px !important;
}
.m-t-2 {
  margin-top: 2px !important;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.fnone {
  float: none;
}
.pabso {
  position: absolute;
}
@media (min-width: 1010px) and (max-width: 1279px) {
  .tablet-search {
    display: none !important;
  }
  .inflated-seach {
    position: absolute !important;
    background-color: #FF5715 !important;
    top: 36px !important;
    display: block !important;
    z-index: 99999 !important;
  }
  .panel-seach {
    width: 40px !important;
    height: 40px !important;
  }
}
/*************************************************************************************************/
/*************************************** SMARTBANNER *********************************************/
/*************************************************************************************************/
#smartbanner {
  position: absolute;
  left: 0;
  top: -82px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  height: 78px;
  font-family: 'Helvetica Neue', sans-serif;
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
  -webkit-transition: all .3s ease;
}
#smartbanner .sb-container {
  margin: 0 auto;
}
#smartbanner .sb-close {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  border: 2px solid #fff;
  width: 14px;
  height: 14px;
  font-family: 'ArialRoundedMTBold', Arial;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
  background: #070707;
  text-decoration: none;
  text-shadow: none;
  border-radius: 14px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: subpixel-antialiased;
}
#smartbanner .sb-close:active {
  font-size: 13px;
  color: #aaaaaa;
}
#smartbanner .sb-icon {
  position: absolute;
  left: 25px;
  top: 21px;
  display: block;
  width: 57px;
  height: 57px;
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#smartbanner .sb-info {
  position: absolute;
  left: 98px;
  top: 18px;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold;
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
#smartbanner .sb-info strong {
  display: block;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 18px;
}
#smartbanner .sb-info > span {
  display: block;
}
#smartbanner .sb-info em {
  font-style: normal;
  text-transform: uppercase;
}
#smartbanner #smartbanner.no-icon .sb-info {
  left: 34px;
}
#smartbanner .sb-button {
  position: absolute;
  right: 20px;
  top: 24px;
  border: 1px solid #bfbfbf;
  padding: 0 10px;
  min-width: 10%;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #6a6a6a;
  background: -webkit-linear-gradient(top, #efefef 0%, #dcdcdc 100%);
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  margin-top: 14px;
  right: 16px;
}
#smartbanner .sb-button:active {
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #efefef 100%);
}
#smartbanner .sb-button:hover {
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #efefef 100%);
}
#smartbanner .sb-icon.gloss:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 10px 10px 12px 12px;
}
html.sb-animation {
  -webkit-transition: all .3s ease;
}
#smartbanner.no-icon .sb-icon {
  display: none;
}
#smartbanner.android {
  border-color: #ff5715;
  background: #333;
  border-top: 5px solid #ff5715;
  box-shadow: none;
}
#smartbanner.android .sb-close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #b1b1b3;
  background: #1c1e21;
  text-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
}
#smartbanner.android .sb-close:active {
  color: #eeeeee;
}
#smartbanner.android .sb-info {
  color: #cccccc;
  text-shadow: 0 1px 2px #000;
}
#smartbanner.android .sb-info strong {
  color: #ffffff;
}
#smartbanner.android .sb-button {
  min-width: 12%;
  border: 1px solid #DDDCDC;
  padding: 1px;
  color: #ffffff;
  background: none;
  border-radius: 0;
  box-shadow: none;
  min-height: 24px;
  margin-top: 10px;
}
#smartbanner.android .sb-button span {
  text-align: center;
  display: block;
  padding: 0 10px;
  background-color: #ff5715;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff5715), to(#ff5715));
  background-image: -moz-linear-gradient(top, #ff5715, #ff5715);
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
}
#smartbanner.android .sb-button:active {
  background: none;
}
#smartbanner.android .sb-button:active span {
  background: #ff5715;
}
#smartbanner.android .sb-button:hover {
  background: none;
}
#smartbanner.android .sb-button:hover span {
  background: #ff5715;
}
#smartbanner.windows .sb-icon {
  border-radius: 0px;
}
