/**
* 
* 
* Stylesheet
* 
* - Colors
* -- #f56000 rgba(245,96,0,.85)
* -- #000000
* -- #ffffff
* -- #202020
* -- #2e2e2e
* -- #333333
* -- #3a3a3a
* 
* - Type
* -- Google Fonts
* --- Primary: Open Sans
* ---- Light, Regular, Semibold, Bold, Extrabold
* ---- 300,400,600,700,800
* --- Secondary: Roboto Slab
* ---- Thin, Light, Regular, Bold
* ---- 100,300,400,700
* 
* 
* 
* 
**/


* {
	box-sizing: border-box;
}

html,
body {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	min-height: 100%;
	padding: 0;
}

body {
	background-color: transparent;
}

html {
	background-color: #000;
	background-image: linear-gradient(to top, #161616 0%, #000 50%);
}

/* type */

a,
a:hover,
a:focus,
a:active,
.text-primary,
a.text-primary:hover,
a.text-primary:focus {
	color: #f56000;
	outline: none;
	box-shadow: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 700;
}

.break-word {
	word-wrap: break-word;
}

.text-white {
	color: #fff;
}

.text-italic {
	font-style: italic;
}

.section {
	padding-bottom: 6.5em;
	padding-top: 6.5em;
}

.section-title {
	font-size: 2.14em;
	font-weight: 700;
	letter-spacing: .15em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (max-width: 680px) {

	.section-title {
		font-size: 1.35em;
		letter-spacing: initial;
	}

	[class*="st-"]::before,
	[class*="st-"]::after {
		height: 32px;
		position: relative;
		top: -6px;
	}

}

.text-uppercase {
	text-transform: uppercase;
}

.text-normal,
.text-normalcase {
	text-transform: none !important;
}

.text-primary {
	color: #f56000;
}

.text-black {
	color: #000;
}

.typeface-1 {
	font-family: 'Open Sans', sans-serif;
}

.typeface-2 {
	font-family: 'Roboto Slab', 'Open Sans', sans-serif;
}

/* title styles */

.title-decorated-top {
	letter-spacing: .1em;
	padding-top: .5em;
	position: relative;
	text-transform: uppercase;
	margin-top: 0;
}

.title-decorated-top.small {
	font-size: 20px;
	padding-top: .35em;
}

.title-decorated-top::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	background-color: #f56000;
	left: 0;
	width: 1em;
	height: 4px;
}

.st-1,
.st-2,
.st-3,
.st-4 {
	position: relative;
}

.st-1::before,
.st-1::after,
.st-2::before,
.st-2::after,
.st-3::before,
.st-3::after,
.st-4::before,
.st-4::after {
	background: transparent url('/images/emblematico-sprite.png') no-repeat;
}


.st-1::before {
	content: ' ';
	background-position: -33px 0;
	display: inline-block;
	margin-right: 15px;
	position: relative;
	white-space: pre;
	width: 24px;
}

.st-1::after {
	content: ' ';
	background-position: -70px 0;
	display: inline-block;
	margin-left: 15px;
	position: relative;
	white-space: pre;
	width: 24px;
}

.st-2::before {
	content: ' ';
	background-position: -33px -32px;
	display: inline-block;
	margin-right: 15px;
	position: relative;
	white-space: pre;
	width: 24px;
}

.st-2::after {
	content: ' ';
	background-position: -70px -32px;
	display: inline-block;
	margin-left: 15px;
	position: relative;
	white-space: pre;
	width: 24px;
}

.st-3::before {
	content: ' ';
	background-position: -33px -64px;
	display: inline-block;
	margin-right: 15px;
	position: relative;
	white-space: pre;
	width: 32px;
}

.st-3::after {
	content: ' ';
	background-position: -64px -64px;
	display: inline-block;
	margin-left: 15px;
	position: relative;
	white-space: pre;
	width: 32px;
}

.st-4::before {
	content: ' ';
	background-position: 0 -96px;
	display: inline-block;
	margin-right: 15px;
	position: relative;
	white-space: pre;
	width: 64px;
}

.st-4::after {
	content: ' ';
	background-position: right -96px;
	display: inline-block;
	margin-left: 15px;
	position: relative;
	white-space: pre;
	width: 64px;
}

/* social footer */

.btn-facebook,
.btn-instagram {
	background: transparent url('/images/emblematico-sprite.png') no-repeat;
	display: inline-block;
	height: 25px !important;
	overflow: hidden;
	padding: 0 !important;
	text-indent: 200%;
	width: 25px;
	margin-right: 14px;
}

.btn-facebook {
	background-position: 0 0;
}

.btn-facebook:hover {
	background-position: 0 -174px;
}

.btn-instagram {
	background-position: -102px 0;
}


.btn-instagram:hover {
	background-position: -102px -174px;
}

/* btns */

.btn-ghost {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	min-width: 9em;
	padding: .85em 1em;
	border-radius: 0;
	text-transform: uppercase;
}

.btn-look {
	background-color: #F76000;   
	height: 34px; 
	text-transform: uppercase;
}
.btn-look-inv {
	color:#c8c8c8;   
	height: 34px;
	text-transform: none;  
}
.btn-ghost-inverse {
	border-color: #000;
	color: #000;
}

.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost:active {
	background-color: #f56000;
	border-color: #f56000;
	color: #fff;
}

.btn-sm {
	font-size: 12px !important;
	font-weight: 400;
	padding: .45em .55em;
	line-height: 1;
}

.y-btn-close {
	display: inline-block;
	background: transparent url('/images/emblematico-sprite.png') no-repeat -104px -32px;
	height: 24px;
	width: 24px;
}

.y-btn-close:hover,
.y-btn-close:focus,
.y-btn-close:active {
	outline: none;
	box-shadow: 0;
}

.modal-gallery button.close:hover,
.modal-form button.close:hover,
.y-btn-close:hover {
	background-position: -56px -148px;
}

#loading {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
}

/* http://tobiasahlin.com/spinkit/ */
.spinner {
	width: 40px;
	height: 40px;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* layout helper */

.clearfix::before,
.clearfix::after {
	content: '';
	display: table;
	clear: both;
}

.v-space-top {
	height: 200px;
}

.v-space-20 {
	height: 20px;
}

.v-space-30 {
	height: 30px;
}

.v-space-40 {
	height: 40px;
}

.v-space-60 {
	height: 60px;
}

.v-space-70 {
	height: 70px;
}

.v-space-80 {
	height: 80px;
}

.v-space-90 {
	height: 90px;
}

.v-space-100 {
	height: 100px;
}

@media only screen and (max-width: 768px) {

	.v-space-80 {
		height: 30px;
	}

	.v-space-100 {
		height: 48px;
	}

}

.n-m {
	margin: 0;
}

.n-m-t {
	margin-top: 0;
}

.n-m-b {
	margin-bottom: 0;
}

.n-m-r {
	margin-right: 0;
}

.n-m-l {
	margin-left: 0;
}

/* .page-legal, */
.page-pesquisa,
.page-o-bar,
.page-motos,
.page-promocoes,
.page-motos-detalhe,
.page-contactos,
.n-p {
	padding: 0;
}

.n-p {
	padding-bottom: 0;
}

.n-p-t {
	padding-top: 0;
}

.n-p-b {
	padding-bottom: 0;
}

.n-p-l {
	padding-left: 0;
}

.n-p-r {
	padding-right: 0;
}

/* list v-dash */
.list-v-dash > li {
	display: inline-block;
}

.list-v-dash > li + li {
	margin-left: 14px;
	padding-left: 14px;
	border-left: 1px solid #eee;
}

/* dash separator decorator divider */
.separator-top {
	content: '';
	display: block;
	position: absolute !important;
	top: 0;
	left: 50%;
	margin-left: -4em;
	width: 8em;
	height: 1px;
	background-color: #5c5a57;
}

/* display */

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.table {
	display: table;
}

.table-cell {
	display: table-cell;
}

.v-bottom {
	vertical-align: bottom;
}

.flex {
	display: flex;
}

.flex-row {
	flex-direction: row;
	flex-wrap: wrap;
}

.page-promocoes .grid-items,
.page-motos .grid-items {
	justify-content: space-between;
}

/* page-o-bar */

.page-o-bar > .container > .row + .row {
	margin-top: 100px;
}

@media only screen and (max-width: 768px) {

	.page-o-bar > .container > .row + .row {
		margin-top: 48px;
	}

}

/* page-pesquisa */

.page-pesquisa .grid-items {

	padding: 0;
}


/* site-header */

.site-header {
	border-radius: 0;
	left: 0;
	right: 0;
	top: 80px;
	position: absolute;
	z-index: 10;
}

@media only screen and ( max-width: 1340px ) {

	.page-site.page-site-error .site-header,
	.site-header {
		margin-top: 80px;
		position: relative;
		top: 0;
	}

	.page-site .site-header {
		margin-top: 0;
		position: absolute;
		top: 80px;
	}

	.v-space-top {
		display: none;
	}

}

@media only screen and (max-height: 880px) {

	.section {
		padding-bottom: 3em;
		padding-top: 3em;
	}

	.page-pesquisa,
	.page-o-bar,
	.page-motos,
	.page-motos-detalhe,
	.page-contactos {
		padding-top: 0;
	}

}

@media only screen and ( max-width: 1000px ) {

	.page-site.page-site-error .site-header,
	.site-header {
		margin-top: 25px;
		position: relative;
		top: 0;
	}

	.page-site .site-header {
		margin-top: 0;
		position: absolute;
		top: 25px;
	}

	.section {
		padding-bottom: 3em;
		padding-top: 3em;
	}

	.main-nav {
		margin-bottom: 0;
	}

	.main-nav > .container {
		width: 100%;
	}

	.main-nav .navbar-brand {
		margin-top: -30px !important;
	}

	.site-header .navbar-brand img {
		height: 64px;
	}
        
        .site-header .navbar-brand video {
		height: 64px;
	}

	.main-nav .nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}

}

/* navbar */

.navbar-inverse {
	background-color: transparent;
}

.main-nav {
	border: none;
	border-radius: 0;
	font-weight: 600;
	text-transform: uppercase;
}

.main-nav .navbar-brand {
	position: relative;
	height: auto;
	margin-top: -60px;
}

.main-nav a {
	color: #fff !important;
	letter-spacing: .1em;
}

.main-nav a:hover,
.main-nav a:active,
.main-nav .active,
.main-nav .active > a {
	color: #f56000 !important;
}

@media only screen and (min-width: 768px) {
	.main-nav .navbar-right .dropdown {
		text-align: center;
	}
}


/* [lang*=pt] .main-nav .navbar-right .dropdown-menu {
	right: -39%;
} */

.main-nav .navbar-right .dropdown-menu.show {
	display: block;
}

.main-nav .dropdown-menu {
	background: transparent;
	border-top: 2px solid #f56000;
	font-size: .85em;
	padding: 0;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
	background-color: transparent;
	border-color: transparent;
	color: #f56000 !important;
}

.main-nav .dropdown-menu > li > a {
	color: #fff;
	background: #222;
	padding: .85em .5em;
	text-align: center;
}

.main-nav .dropdown-menu > li > a:hover,
.main-nav .dropdown-menu > li > a:active,
.main-nav .dropdown-menu > li > a:focus {
	background-color: #f56000;
	color: #fff !important;
}

.main-nav .dropdown-menu > li + li {
	border-top: 1px solid #322f2e;
}

.main-nav .dropdown:hover > .dropdown-menu {
	display: block;
}

.y-js .main-nav .dropdown:hover > .dropdown-menu {
	display: none;
}

.language-picker {
	font-weight: 300;
}

.language-picker > li + li > a {
	position: relative;
}

.language-picker > li + li > a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 18px;
	bottom: 18px;
	width: 1px;
	background-color: #fff;
}

.main-search {
	background-color: #000;
	background-color: rgba(0,0,0,.8);
	position: fixed;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	z-index: 10000;
	display: none;
}

.main-search-form {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #202020;
}

.main-search-form input,
.main-search-form input:hover,
.main-search-form input:active,
.main-search-form input:focus {
	background-color: #202020;
	border-color: #202020;
	border-radius: 0;
	box-shadow: none;
	font-size: 2em;
	font-weight: 300;
	text-transform: uppercase;
	padding: 1em 1em 1em 0;
	line-height: 1.3;
	color: #fff;
	height: auto;
}

.main-search .form-group {
	margin: 0;
}

.btn-main-search {
	position: absolute;
	top: 2.25em;
	right: 0em;
}

.btn-main-search,
.btn-main-search:hover,
.btn-main-search:hover:active,
.btn-main-search:active,
.btn-main-search:focus {
	background-color: transparent;
	border-radius: 0;
	border-color: transparent;
	color: #fff;
	overflow: hidden;
}

.btn-main-search:hover::after,
.btn-main-search:hover::before {
	background-color: #f56000;
}

.btn-main-search > .glyphicon {
	text-indent: 200%;
}

.btn-main-search::before {
	content: '';
	position: absolute;
	width: 2em;
	height: 2px;
	background-color: #fff;
	transform: rotate(45deg);
	left: .45em;
	top: .95em;
}
.btn-main-search::after {
	content: '';
	position: absolute;
	width: 2em;
	height: 2px;
	left: .45em;
	top: .95em;
	background-color: #fff;
	transform: rotate(-45deg);
}

.main-nav .navbar-toggle {
	border: none;
	border-radius: 0;
	padding: 0;
}

.main-nav .navbar-toggle:hover,
.main-nav .navbar-toggle:focus,
.main-nav .navbar-toggle:active {
	background-color: transparent;
}

.main-nav .navbar-toggle .icon-bar + .icon-bar {
	margin-top: 6px;
}

.main-nav .navbar-toggle:hover .icon-bar {
	box-shadow: 0 1px 2px rgba(0,0,0,1);
}

.y-responsive-header .navbar:first-of-type li:nth-child(1),
.y-responsive-header .navbar:first-of-type li:nth-child(2) {
	margin-top: -3px;
}

.y-responsive-header .toggle-main-search {
	font-size: 1.25em;
}

.y-responsive-header .toggle-main-search {
	background: transparent url('/images/emblematico-sprite.png') no-repeat -89px -128px;
	display: inline-block;
	height: 22px;
	margin-right: 10px;
	padding: 0 !important;
	top: 5px;
	width: 22px;
}

.y-responsive-header .toggle-main-search:hover {
	background-position: -89px -150px;
}

.y-responsive-header .toggle-main-search .glyphicon {
	display: none;
}

@media only screen and (max-width: 992px) {
	.main-nav .navbar-right {
		margin-right: 0;
	}
}

@media only screen and (min-width: 768px) {
	.y-responsive-header {
		display: none;
	}
}

@media only screen and (max-width: 768px) {

	.y-navbar-responsive {
		display: none;
		position: absolute;
		top: -25px;
		right: 0;
		width: 300px;
		background-color: #000;
		background-color: rgba(0,0,0,.85);
	}

	.y-navbar-responsive.in {
		display: block;
		z-index: 200;
	}

	.y-navbar-responsive.in::before {
		content: '';
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0,0,0,.85);
	}

	.y-navbar-responsive.in .y-nav-search,
	.y-navbar-responsive.in .y-nav-language {
		display: none;
	}

	.main-nav .navbar-nav {
		margin-left: 0;
		margin-right: 0;
	}

	.main-nav .y-navbar-responsive {
		padding: 30px 20px;
		text-align: right;
	}

	.y-responsive-header {
		position: relative;
	}

	.y-responsive-header .nav {
		width: 100%;
		text-align: left;
	}

	.y-responsive-header .nav > li {
		display: inline-block;
	}

	.y-navbar-responsive.in > ul > li + li {
		border-top: 1px solid #3a3a3a;
	}

	.y-responsive-header .nav > li > a:focus, 
	.y-responsive-header .nav > li > a:hover {
		background-color: transparent;
	}

	.y-responsive-header .navbar-toggle {
		float: none;
		margin-right: 0;
	}

	.y-navbar-responsive > .nav > li > a {
		padding: 15px 0;
	}

	.y-navbar-responsive .language-picker > li + li > a::before {
		bottom: 13px;
		top: 14px;
		left: -2px;
	}

	.y-responsive-header .dropdown:hover .dropdown-menu {
		display: none !important;
		height: 0 !important;
		overflow: hidden !important;
		width: 0 !important;
		visibility: hidden !important;
	}

}



/* grid */

.grid-item {
	display: inline-block;
	margin: 0 0 30px 0;
	padding: 0;
}

.grid-max-col-2 .grid-item {
	width: 46%;
}

.grid-max-col-2 .grid-item + .grid-item {
	margin-left: 3.3333%;
}

.grid-max-col-2 .grid-item:nth-child(2n+1) {
	margin-left: 0;
}

.grid-max-col-3 .grid-item {
	height: auto;
	width: 30%;
}

.grid-max-col-3 .grid-item + .grid-item {
	margin-left: 3.3333%;
}

.grid-max-col-3 .grid-item:nth-child(3n+4) {
	margin-left: 0;
}

.grid-max-col-3 .grid-item:nth-child(3n+4) {
	margin-left: 0;
}

.grid-max-col-3 .grid-item:nth-child(4) ~ .grid-item {
	margin-top: 30px;
}

@media only screen and (max-width: 768px) {

	.grid-max-col-3 .grid-item {
		width: 46%;
	}

	.grid-max-col-3 .grid-item + .grid-item {
		margin-left: 3.3333%;
	}

	.grid-max-col-3 .grid-item:nth-child(2n+1) {
		margin-left: 0;
	}

}

.grid-max-col-4 .grid-item {
	height: auto;
	width: 22.5%;
}

.grid-max-col-4 .grid-item + .grid-item {
	margin-left: 3%;
}

.grid-max-col-4 .grid-item:nth-child(4n+5) {
	margin-left: 0;
}

.grid-max-col-4 .grid-item:nth-child(5) ~ .grid-item {
	margin-top: 15px;
}

@media only screen and (max-width: 1170px) {

	.grid-max-col-4 .grid-item {
		height: auto;
		width: 30.5%;
	}

	.grid-max-col-4 .grid-item + .grid-item {
		margin-left: 3.3333%;
	}

	.grid-max-col-4 .grid-item:nth-child(3n+4) {
		margin-left: 0;
	}

	.grid-max-col-4 .grid-item:nth-child(3n+4) {
		margin-left: 0;
	}

	.grid-max-col-4 .grid-item:nth-child(4) ~ .grid-item {
		margin-top: 15px;
	}

}

@media only screen and (max-width:768px) {

	.grid-max-col-4 .grid-item {
		width: 48%;
	}

	.grid-max-col-4 .grid-item + .grid-item {
		margin-left: 3.3333%;
	}

	.grid-max-col-4 .grid-item:nth-child(2n+1) {
		margin-left: 0;
	}

}

@media only screen and (max-width: 580px) {

	.grid-max-col-3,
	.grid-max-col-4 {
		text-align: center;
	}

	.grid-max-col-3 .grid-item,
	.grid-max-col-4 .grid-item {
		max-width: 370px;
		width: 100%;
	}

	.grid-max-col-3 .grid-item + .grid-item,
	.grid-max-col-4 .grid-item + .grid-item {
		margin-left: 0%;
	}

	.grid-max-col-3 .grid-item:nth-child(2n+1),
	.grid-max-col-4 .grid-item:nth-child(2n+1) {
		margin-left: 0;
	}

}

.grid-item-image {
	height: auto;
	max-width: 100%;
	width: 100%;
}

/* block-link */

.block-link {
	position: relative;
}

.block-link-mask {
	display: block;
	overflow: hidden;
}

.block-link-mask,
.block-link-mask:hover {
	color: #fff;
	text-decoration: none;
}

.block-link-text-container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	background-color: rgba(0,0,0,.85);
	letter-spacing: .1em;
	text-align: left;
	padding: 20px;
	text-shadow: rgba(0,0,0,.3) 0 1px 1px;
}

.block-link-title {
	font-size: 1em;
	font-weight: 600;
	margin: 0 0 .35em 0;
	text-transform: uppercase;
}

.block-link-info {
	font-style: italic;
	font-size: .86em;
	font-weight: 300;
	margin: 0;
}

.block-link-info-item + .block-link-info-item {
	border-left: 1px solid #fff;
	border-left-color: rgba(255,255,255,.6);
	margin-left: 1em;
	padding-left: 1em;
}

.block-link-overlay {
	display: none;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	background-color: rgba(0,0,0,.35);
}

.block-link-overlay-icon {
	font-size: 2.25em;
	margin: -1.65em 0 0 -.3em;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: scale(0);
}

.page-promocoes .block-link-text-container,
.block-link:hover .block-link-text-container {
	background-color: #f56000;
	background-color: rgba(245,96,0,.60);
}

.block-link:hover .block-link-image {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.block-link:hover .block-link-overlay {
	display: block;
	opacity: 1;
}

.block-link:hover .block-link-overlay-icon {
	transform: scale(1);
}

.block-link-overlay-icon,
.block-link-text-container,
.block-link-image {
	transition: all .2s ease-in;
}

.grid-item > .block-link-mask {
	height: 0;
	padding-bottom: 100%;
}

.grid-item > .block-link-mask > .block-link-image {
	width: 100%;
}

/* bg */

.bg-white {
	background-color: #fff;
	color: #000;
}

.bg-erro {
	background: #000 url('/images/bg-erro.png') no-repeat 25% 60%;
}

.bg-grid {
	background-image: url('/images/bg-grid.jpg');
	background-position: top left;
	/*
	background:
		radial-gradient(black 15%, transparent 16%) 0 0,
		radial-gradient(black 15%, transparent 16%) 8px 8px,
		radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
		radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
		background-color:#282828;
		background-size:16px 16px;*/
	position: relative;
}

.bg-metal-plate {
	background-image: url('/images/bg-metal-plate.jpg');
	position: relative;
}

.bg-logo {
	background-image: url('/images/bg-logo.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

.bg-metal-plate::before,
.bg-grid::before,
.bg-logo::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(to bottom, rgba(0,0,0,1) 25%, rgba(0,0,0,0) 60%);
	z-index: 0;
}

.bg-metal-plate::after,
.bg-grid::after,
.bg-logo::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(to top, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 25%);
	z-index: 0;
}

[class*="bg-"] {
	position: relative;
}
[class*="bg-"] > * {
	position: relative;
	z-index: 2;
}

/* hero-carousel */

.carousel-text-container {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.carousel-text-inner {
	font-size: 1.25em;
	width: 60%;
}

.carousel-title {
	font-size: 3.25em;
	text-transform: uppercase;
	line-height: 1.1;
}

.carousel-subtitle {
	font-weight: 300;
}

.hero-carousel [class*="glyphicon-chevron"] {
	height: 18px;
	font-size: 18px;
	width: 18px;
}

.hero-carousel .carousel-control:hover {
	color: #f56000;
}

.hero-carousel .item {
	padding-bottom: 41%;
}

.hero-carousel .item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}
.hero-carousel .item video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}
 

.hero-carousel .item::after {
	content: '';
	display: block;
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 35%);
}

@media screen and (max-width: 1700px) {

	.hero-carousel .item {
		padding-bottom: 55%;
	}

	.hero-carousel .item img {
		transform: scale(1.35);
	}
        .hero-carousel .item video {
		transform: scale(1.35);
	}
     
     
 
 

}

@media screen and (max-width: 1540px) {

	.hero-carousel .item {
		padding-bottom: 50%;
	}

	.hero-carousel .carousel-title {
		margin-top: 1.15em;
	}

	.hero-carousel .item img {
		transform: scale(1.35);
	}
        .hero-carousel .item video {
		transform: scale(1.35);
	}
       
}

@media screen and (max-width: 1340px) {

	.hero-carousel .carousel-title {
		font-size: 2.3em;
		margin-top: 1.65em;
	}

}

@media screen and (max-width: 1170px) {

	.hero-carousel .item {
		padding-bottom: 55%;
	}

	.hero-carousel .carousel-title {
		font-size: 2em;
		margin-top: 2.75em;
	}

	.hero-carousel .carousel-subtitle {
		font-size: .9em;
	}

}

@media screen and (max-width: 980px) {

	.hero-carousel .item img {
		transform: scale(1.55);
	}
        .hero-carousel .item video {
		transform: scale(1.55);
	}
       
	.hero-carousel .btn-go-to {
		font-size: .75em;
	}

}

@media screen and (max-width: 768px) {

	.hero-carousel .item {
		padding-bottom: 70%;
	}

	.hero-carousel .item img {
		transform: scale(2.25);
	}
        .hero-carousel .item video {
		transform: scale(2.25);
	}

	.hero-carousel .carousel-text-inner {
		width: 78%;
	}

	.hero-carousel .carousel-title {
		margin-top: 0;
	}

	.hero-carousel .btn-go-to {
		font-size: 12px;
	}

}

@media screen and (max-width: 680px) {

	.hero-carousel .item {
		padding-bottom: 90%;
	}

	.hero-carousel .item img {
		transform: scale(2.65) translate(0, 20%);
	}
        
        .hero-carousel .item video {
		transform: scale(2.65) translate(0, 20%);
	}
	.hero-carousel .carousel-title {
		font-size: 1.45em;
		letter-spacing: .1em;
	}

}

@media screen and (max-width: 480px) {

	.hero-carousel .item {
		padding-bottom: 120%;
	}

	.hero-carousel .item img {
		transform: scale(2.65) translate(0, 20%);
	}
        .hero-carousel .item video {
		transform: scale(2.65) translate(0, 20%);
	}

	.hero-carousel .carousel-text-inner {
		width: 75%;
	}

	.hero-carousel .carousel-title {
		font-size: 1.15em;
	}

	.hero-carousel .carousel-subtitle {
		font-size: 12px;
	}

}

/* promocoes */

.promocoes > .container {
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 968px) {
	.promocoes > .container {
		width: 94%;
	}
}

/* eventos fb facebook */

.eventos .grid-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.eventos .grid-item {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 20px;
}

.fb-media-event .media-left {
	padding-right: 14px;
}

.fb-media-event .media-object {
	overflow: hidden;
	height: 160px;
	width: 100%;
}

.fb-media-event .media-object img {
	display: inline-block;
	min-width: 123px;
	max-width: 170px;
	width: 100%;
}


.fb-media-event .block-link-overlay {
	right: 15px;
}

.fb-media-event .media-body {
	border-left: 2px solid #f56000;
	padding-left: 14px;
	vertical-align: middle;
}

.fb-media-event .media-heading {
	color: #f56000;
	position: relative;
}

.fb-media-event .media-heading::before {
	content: '';
	background: transparent url('/images/emblematico-sprite.png') no-repeat left -32px;
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 0;
	right: 0;
}

.fb-media-event .media-heading,
.fb-media-event .media-subtitle {
	font-family: 'Roboto Slab', 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: .1em;
}

.fb-media-event .media-subtitle {
	text-transform: uppercase;
}

.fb-media-event .media-subtitle,
.fb-media-event .media-text {
	color: #000;
}

.eventos .grid-max-col-2 .grid-item:nth-child(2) ~ .grid-item {
	border-top: none;
}

@media only screen and (max-width: 968px) {
	.eventos > .container {
		width: 94%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1160px) {

	.fb-media-event .media-left {
		display: inline;
		float: left;
		height: 0;
		padding-bottom: 23%;
		overflow: hidden;
		width: 120px;
	}

	.fb-media-event .media-left img {
		max-width: 100%;
	}

	.fb-media-event .media-body {
		display: block;
		overflow: visible;
		width: auto;
		border: none;
		padding: 0;
	}

	.fb-media-event .media-text {
		clear: both;
		padding-top: 14px;
	}

}

@media only screen and (max-width: 768px) {
	.eventos .grid-items {
		display: block;
	}

	.eventos .grid-item {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.eventos .grid-item + .grid-item {
		border-top: none;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 560px) {

	.fb-media-event .media-left {
		display: inline;
		float: left;
		height: 0;
		padding-bottom: 30%;
		overflow: hidden;
		width: 140px;
	}

	.fb-media-event .media-left img {
		max-width: 100%;
	}

	.fb-media-event .media-body {
		display: block;
		overflow: visible;
		width: auto;
		border: none;
		padding: 0;
	}

	.fb-media-event .media-text {
		clear: both;
		padding-top: 14px;
	}

}

@media only screen and (max-width: 480px) {

	.fb-media-event .media-left {
		display: block;
		float: none;
		height: auto;
		padding: 0;
		margin-bottom: 14px;
		overflow: hidden;
		width: 170px;
	}

	.fb-media-event .media-left img {
		max-width: 100%;
	}

	.fb-media-event .media-body {
		display: block;
		overflow: visible;
		width: auto;
		border: none;
		padding: 0;
	}

	.fb-media-event .media-text {
		clear: both;
		padding-top: 0;
	}	

}

@media only screen and (max-width: 480px) {

	.eventos .grid-item {
		padding-left: 0;
		padding-right: 0;
	}

	.fb-media-event .media-left {
		float: left;
		height: auto;
		padding: 0;
		margin-bottom: 14px;
		overflow: hidden;
		width: 123px;
		margin-right: 14px;
	}

	.fb-media-event .media-left img {
		max-width: 100%;
	}

	.fb-media-event .media-body {
		overflow: visible;
		width: auto;
		border: none;
		padding: 0;
	}

	.fb-media-event .media-text {
		clear: both;
		padding-top: 0;
	}	

}

/* o-bar */

.section-o-bar .row {
	display: table;
}

.section-o-bar [class*="col-"] {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

@media only screen and (max-width: 992px) {
	.section-o-bar .pull-right {
		float: none;
		clear: both;
	}

	.section-o-bar [class*="col-"] {
		display: block;
		width: 100%;
	}

	.section-o-bar [class*="col-"] + [class*="col-"] {
		margin-top: 30px;
	}

	.section-o-bar img {
		width: 100%;
	}
}

/* gallery */

.btn-call-gallery {
	display: block;
	position: relative;
}

.btn-call-gallery .img-responsive {
	max-width: initial;
	width: 100%;
}

.btn-call-gallery .block-link-overlay {
	background-color: transparent;
	background-color: rgba(245,96,0,.65);
}

.btn-call-gallery .block-link-overlay-icon {
	margin-top: -1em;
}

/* testimonial */

.testimonial {
	position: relative;
}

.testimonial-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.testimonial-title {
	font-size: 4.5em;
	font-weight: 700;
	line-height: 1.2;
}

.testimonial-blockquote {
	padding-left: 50%;
}

.testimonial .flex {
	flex-direction: column;
	align-content: center;
	justify-content: center;
	height: 100%;
}

.testimonial-text .flex-item {
	margin-left: 3%;
	width: 50%;
}

@media only screen and (max-width: 992px) {

	.testimonial {
		display: block;
	}

	.testimonial .img-responsive {
		display: block;
		position: relative;
		max-width: initial;
		width: 100%;
	}

	.testimonial-text {
		display: block;
		position: relative;
	}

	.testimonial-text .flex-item {
		margin: -60px 0 0 0;
		width: 100%;
	}

}

@media only screen and (max-width: 991px) {

	.page-o-bar .pull-right {
		float: none !important;
	}

}

@media only screen and (max-width: 768px) {

	.testimonial-title {
		font-size: 64px;
	}

}

@media only screen and (max-width: 580px) {

	.testimonial-title {
		font-size: 48px;
	}

}

@media only screen and (max-width: 480px) {

	.testimonial-text .flex-item {
		margin-top: -36px;
	}

	.testimonial-title {
		font-size: 32px;
	}

}

/* page-motos-detalhe */

.title-container {
	margin-bottom: 40px;
}

.title-container a:hover {
	text-decoration: underline;
}

.title-container .title {
	font-size: 3.15em;
	line-height: 1.1;
	margin-right: 20px;
}

@media only screen and (max-width: 768px) {

	.title-container .title {
		font-size: 2em;
		margin-right: 0;
	}

	.title-container {
		margin-bottom: 20px;
	}


}

@media only screen and (max-width: 740px) {

	.title-container .pull-right {
		float: none !important;
		clear: both;
		text-align: left;
		width: 100%;
	}

	.title-container a {
		line-height: 1 !important;
	}

}

.title-container a {
	line-height: 8.5;
	text-decoration: none;
}

.motos-detalhe-content {
	background-color: #fff;
	background-color: rgba(255,255,255,.85);
}

.motos-detalhe-content .btn-link {
	color: #000;
}

.col-moto-detail-inner {
	padding-right: 20px;
	flex-direction: column;
	min-height: 100%;
	justify-content: center;
}

.list-moto-details {
	margin-top: 24px;
}

.list-moto-detail + .list-moto-detail {
	margin-top: 14px;
}

.list-moto-detail-title {
	font-weight: 300;
}

.list-moto-detail-text {
	font-weight: 600;
}

.list-moto-detail-text.price-value {
	color: #f56000;
	font-size: 1.2em;
	font-weight: 700;
}

.list-moto-detail-description {
	font-size: .85em;
}

.col-moto-detail-inner .table-cell {
	width: 35%;
}

.col-moto-detail-inner .table-cell + .table-cell {
	padding-left: 5%;
	width: 60%;
}

@media only screen and (max-width: 1199px) {
	.motos-detalhe-content > .flex {
		flex-direction: column;
	}
	.col-moto-detail-inner {
		padding-left: 20px;
	}
}

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

	.col-moto-detail-inner {
		padding-left: 20px;
	}

}
*/

@media only screen and (max-width: 767px) {

	.related-item + .related-item {
		margin-top: 20px;
	}

}

@media only screen and (max-width: 640px) {

	.page-motos-detalhe .table,
	.page-motos-detalhe .table-cell,
	.col-moto-detail-inner .table-cell + .table-cell {
		display: block;
		width: 100%;
	}

	.col-moto-detail-inner .table-cell + .table-cell {
		padding-left: 0;
	}

	.page-motos-detalhe .btn-link {
		margin-top: 20px;
	}

}



.btn-link[data-toggle="modal"] {
	padding: 0;	
	text-decoration: underline;
}

.btn-link,
.btn-link[data-toggle="modal"]:hover,
.btn-link[data-toggle="modal"]:focus,
.btn-link[data-toggle="modal"]:hover:focus,
.btn-link[data-toggle="modal"]:active {
	color: #f56000;
	text-decoration: none;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	color: #f56000;
}

.modal-gallery .modal-content,
.modal-form .modal-content {
	background-color: #c8c8c8;
	border-radius: 0;
}

.modal-gallery .modal-dialog {
	max-width: 960px;
	width: 80%;
}



@media only screen and (max-height: 768px) {

	.modal-gallery .modal-dialog {
		max-width: 720px;
	}

}

@media only screen and (max-width: 768px) {

	.modal-gallery .modal-dialog {
		max-width: 720px;
	}

}

#modal-gallery .owl-carousel {
	opacity: 0 !important;
	transition: all .2s ease-in;
}

#modal-gallery .owl-carousel.owl-loaded {
	opacity: 1 !important;
}

.modal-form .modal-footer,
.modal-gallery .modal-footer {
	display: none;
	border: none;
	background-color: #aaa;
}

@media only screen and (max-height:540px) {
	
	.modal-form .close{
		display: none;
	}

	.modal-form .modal-footer {
		display: block;
	}

}

@media only screen and (max-height:380px) {
	
	.modal-gallery .close {
		display: none;
	}

	.modal-gallery .modal-footer {
		display: block;
	}

}


@media only screen and (max-width:640px) {

	.modal-gallery .modal-dialog {
		width: 88%;
	}

}

.modal-form textarea {
	min-height: 6em;
	min-width: 100%;
	max-width: 100%;
}

.modal-form .btn-ghost {
	border-color: #000;
	color: #000;
	margin-right: 1em;
	min-width: initial;
	padding-left: 0;
	padding-right: 0;
	width: 6em;
	font-size: 13px;
}

.modal-form .btn-ghost:hover {
	border-color: #f56000;
	color: #fff;
}

@media only screen and (max-width: 768px) {

	.btn-ghost {
		font-size: 12px;
	}

}

.modal-form .modal-header {
	border-bottom: none;
}

.modal-form .modal-title {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: .1em;
}

.modal-backdrop.in {
	opacity: .8;
}

.modal-form [type=text],
.modal-form [type=tel],
.modal-form [type=email],
.modal-form textarea {
	color: #585858;
	border-color: transparent;
	font-size: 12px;
}

.modal-form [type=text]:focus,
.modal-form [type=tel]:focus,
.modal-form [type=email]:focus,
.modal-form textarea:focus {
	box-shadow: none;
	border-color: transparent;
}

.modal-form input::placeholder,
.modal-form textarea::placeholder {
	text-transform: uppercase;
}

.modal-gallery button.close,
.modal-form button.close {
	background: transparent url('/images/emblematico-sprite.png') no-repeat -104px -32px;
	height: 25px;
	opacity: 1;
	overflow: hidden;
	text-indent: 200%;
	width: 25px;
	z-index: 5;
}

.modal-form.y-fade .modal-dialog {
	opacity: 0;
	transition: all .2s ease-in;
}

.modal-form.y-fade.in .modal-dialog {
	opacity: 1;
	transition: all .2s ease-in;
}

.modal-gallery.in,
.modal-form.in {
	display: flex !important;
	align-items: center;
	justify-content: center;
	opacity: 1;
}


@media only screen and (min-width: 740px) {

	.modal-gallery button.close,
	.modal-form button.close {
		position: absolute;
		top: -1.5em;
		right: -1.5em;
	}

}

@media only screen and (max-width: 768px) {
	.modal-gallery button.close {
		position: absolute;
		top: -1.5em;
		right: 0;
	}
}

@media only screen and (max-width: 767px) {

	.modal-form button.close {
		position: absolute;
		top: -1.5em;
		right: 0;
	}
}

@media only screen and (max-width: 380px) {

	.modal-form .error-message,
	.modal-form .success-message {
		margin-top: 20px;
	}
	
}


/* moto-carousel */

.moto-carousel .carousel-inner > .item > img {
	width: 100%;
}
.moto-carousel .carousel-inner > .item > video {
	width: 100%;
}

/* list-social-share redes sociais 20 */

.list-social-share a {
	display: inline-block;
	overflow: hidden;
	text-indent: 200%;
	height: 20px;
	line-height: 1;
}

.icon-20 {
	background: transparent url('/images/emblematico-sprite.png') no-repeat;
}

.icon-facebook-20 {
	background-position: -4px -128px;
	width: 16px;
}

.icon-facebook-20:hover {
	background-position: -4px -206px;
}

.icon-instagram-20 {
	background-position: -20px -128px;
	width: 20px;
}

.icon-instagram-20:hover {
	background-position: -20px -206px;
}

.icon-twitter-20 {
	background-position: -40px -128px;
	width: 20px;
}

.icon-twitter-20:hover {
	background-position: -40px -206px;
}

.icon-google-plus-20 {
	background-position: -60px -128px;
	width: 25px;
}

.icon-google-plus-20:hover {
	background-position: -60px -206px;
}

/* pesquisa */

.search-result {
	padding: 2em 0;
	position: relative;
}

.search-result-inner {
	/* border-left: 1px solid #5c5a57; */
	padding: 0 3em;
}

.search-result-inner::before {
	content: '';
	display: block;
	position: absolute;
	top: 2em;
	left: 0;
	bottom: 2em;
	width: 1px;
	background-color: #5c5a57;
}

.search-result-title {
	font-size: 16px;
	margin-top: 0;
	padding-top: 0;
}

.search-result-text {
	font-size: .85em;
	margin-bottom: 0;
	padding-bottom: 0;
}

.search-results.grid-max-col-3 .grid-item {
	width: 33.333%;
}

.search-results.grid-max-col-3 .search-result:nth-child(3n+1) .search-result-inner::before {
	/* border-left: 0; */
	display: none;
	padding-left: 0;
}

.search-results.grid-max-col-3 .search-result:nth-child(1n+4) {
	border-top: 1px solid #5c5a57;
}

.search-results.grid-items .grid-item {
	margin: 0 !important;
}

@media only screen and (max-width:992px) {

	.search-results.grid-max-col-3 .grid-item {
		width: 50%;
	}

	.search-results.grid-max-col-3 .search-result:nth-child(2n+1) .search-result-inner::before {
		/* border-left: 0; */
		display: none;
		padding-left: 0;
	}

	.search-results.grid-max-col-3 .search-result:nth-child(2n+3) {
		border-top: 1px solid #5c5a57;
	}

	.search-results.grid-max-col-3 .search-result:nth-child(2n+2) .search-result-inner::before {
		content: '';
		display: block;
		position: absolute;
		top: 2em;
		left: 0;
		bottom: 2em;
		width: 1px;
		background-color: #5c5a57;
	}

}

@media only screen and (max-width:640px) {

	.search-results,
	.search-results.grid-max-col-3 .grid-item {
		max-width: initial;
		width: 100% !important;
	}

	.search-results .search-result:last-child,
	.search-results .search-result:last-child {
		border-bottom: 1px solid #5c5a57;
	}
	
	.search-results .search-result:first-child,
	.search-results .search-result + .search-result {
		border-top: 1px solid #5c5a57;
	}

	.search-results .search-result .search-result-inner {
		border: none !important;
		padding: 0 !important;
	}
	.search-results .search-result .search-result-inner::before {
		display: none !important;
	}

	.search-result {
		text-align: left;
	}

}

/* contactos */

.col-contactos a {
	color: #fff;
}

#map {
	padding-bottom: 50%;
}

@media only screen and (max-width: 1200px) {
	#map {
		padding-bottom: 60%;
	}
}

@media only screen and (max-width: 992px) {
	#map {
		padding-bottom: 40%;
	}
}

@media only screen and (max-width: 768px) {
	#map {
		padding-bottom: 50%;
	}
}

@media only screen and (max-width: 480px) {
	#map {
		padding-bottom: 60%;
	}
}

/* site-footer */

.site-footer {
	background-color: #000;
	background-image: linear-gradient(to top, #161616 0%, #000 30%);
	font-size: .85em;
	position: relative;
}

.site-footer .title {
	font-size: 1em;
	font-weight: 700;
	letter-spacing: .1em;
	margin-bottom: 2em;
}

.footer-contacts a {
	color: #fff;
}


/* footer-facebook-feed */

.footer-facebook-feed .grid-item {
	margin-right: 10px;
	margin-bottom: 10px;
	height: 94px;
	overflow: hidden;
	width: 94px;
}

.footer-facebook-feed .block-link-mask {
	text-align: center;
}

.footer-facebook-feed .block-link-overlay-icon {
	margin-left: -.5em;
	margin-top: -.55em;
}

.footer-facebook-feed .block-link-overlay {
	background-color: rgba(245,96,0,.55);
}

/* footer-other */

.footer-other .grid-item {
	margin-bottom: 0;
}

/* footer-search */

.footer-search input,
.footer-search input:focus,
.footer-search input:active,
.footer-search button {
	background-color: #2e2e2e;
	border-color: #2e2e2e;
	border-radius: 0;
	color: #c8c8c8;
	box-shadow: none;
}

.footer-search input {
	font-size: 1em;
	text-transform: uppercase;
}

/* footer-legal */

.footer-legal {
	color: #3a3a3a;
	margin-top: 6em;
}

@media only screen and (max-width:768px) {

	.footer-legal .text-right {
		text-align: left;
		margin-top: 20px;
	}

	.footer-legal {
		margin-top: 40px;
	}

}

.ydeal {
	background: transparent url('/images/emblematico-sprite.png') no-repeat 0 -148px;
	color: #fff;
	display: inline-block;
	height: 20px;
	line-height: 1;
	overflow: hidden;
	text-indent: 200%;
	width: 50px;
}

/* toolbar */

.toolbar {
	margin-bottom: 30px;
}

select,
select.form-control {
	background: #2e2e2e url('/images/emblematico-sprite.png') no-repeat right -229px;
	border-color: #2e2e2e;
	box-shadow: none;
	color: #c8c8c8;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	position: relative;
}

select:focus,
select.form-control:focus {
	border-color: #2e2e2e;
	box-shadow: none;
	outline: none;
}

select::-ms-expand,
select.form-control::-ms-expand { 
    display: none;
}

select option,
select option:focus,
select.form-control option,
select.form-control option:focus {
	outline: none;
	border: none;
	border-style: none;
}

.toolbar-clear-filter {
	/* margin-top: -35px; */
}

/* breadcrumb */

.breadcrumb {
	background-color: transparent;
	font-size: .85em;
	letter-spacing: .1em;
	padding: 0;
}

.breadcrumb a,
.breadcrumb {
	color: #c8c8c8;
	font-weight: 300;
}

.breadcrumb > li + li::before {
	content: '|';
}

.breadcrumb a:hover {
	color: #f56000;
	text-decoration: none;
}

/* pagination */

.pagination {
	margin: 0;
}

.pagination > li > a,
.pagination > li > span {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 0 !important;
	margin: 5px;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:active,
.pagination > .active > a:focus,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > a:active {
	background-color: #f56000;
	color: #fff;
	border-color: #f56000;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:active {
	background-color: transparent;
	border-color: #555;
	color: #555;
	/* display: none; */
}

/* error helpers override */

.text-danger {
	color: #ed1c24;
}

.has-error .form-control {
	border-color: #ed1c24;
}

.text-success {
	color: #1bb934;
}

.has-success .form-control {
	border-color: #1bb934;
}

/* owl */

.owl-thumbs {
	margin-top: 10px;
}

.owl-thumbs .current {
	position: relative;
}

.owl-thumbs .current::after {
	content: '';
	position: absolute;
	display: block;
	z-index: 3;
	top: 0;
	left: 50%;
	height: 0;
	width: 0;
	border: 10px solid;
	border-color: #c8c8c8 transparent transparent transparent;
	margin-left: -10px;
}

.owl-thumb-item {
	border: none;
	background-color: transparent;
	padding: 0;
	display: inline-block;
}

.owl-thumbs .owl-item + .owl-item::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5px;
	background: #c8c8c8;
}

.owl-gallery .owl-next,
.owl-gallery .owl-prev {
	height: 27px;
	width: 16px;
	overflow: hidden;
	text-indent: 200%;
	position: absolute;
	top: 60%;
	margin-top: -8px;
	background: transparent url('/images/emblematico-sprite.png') no-repeat;
}

.owl-gallery .owl-next.disabled:hover,
.owl-gallery .owl-next {
	background-position: -112px -64px;
	right: -40px;
}

.owl-gallery .owl-next:hover {
	background-position: -112px -306px;
}

.owl-gallery .owl-prev.disabled:hover,
.owl-gallery .owl-prev {
	background-position: 0 -64px;
	left: -40px;
}

.owl-gallery .owl-prev:hover {
	background-position: 0 -306px;
}

.owl-gallery .owl-next.disabled,
.owl-gallery .owl-prev.disabled {
	opacity: .4;
	cursor: default;
}

/* cookies-container */
.cookies-container {
	box-shadow: 0 -1px 0 rgba(255,255,255,.15);
	bottom: 0;
	position: fixed;
	z-index: 10;
	left: 0;
	right: 0;
	padding: 16px;
	background-color: #000;
	background-color: rgba(0,0,0,.9);
}

#standvirtual {
  position:relative;
}

.standvirtual_content {
  position:absolute;
  height:30px;
  top:10px;
  right:10px;
}
