/*!
// CONTENIDO
// ------------------------------------------------

1. global
2. titulos
3. bloque de imagenes
4. galeria de imagenes
5. encabezado
6. menu
7. slider
8. en carrera
9. info carrera home
10. noticias
11. galeria
12. pilotos
13. equipos
14. calendario
15. resultados
16. ppcev
17. banners
18. botones
19. formulario
20. paginador
22. widgets
23. footer



/***********************************!---------- GLOBAL ----------***********************************/

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 13px;
	line-height: 24px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	color: #2b2b2b;
	overflow-x: hidden;
}
body.boxed-layout {
	background: #eee;
}
body.boxed-layout .main-container {
	background: #fff;
}
body.boxed-layout, .boxed-layout .nav-container, .boxed-layout .main-container, .boxed-layout nav {
	max-width: 1366px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
ul {
	list-style: none;
}
ul.bullets {
	list-style: inside;
}
.main-container {
	clear: both;
}
hr {
	border: none;
	border-top: 1px solid #ccc;
	margin: 0 0 24px 0;
	width: 100%;
}
hr.short-thick {
	max-width: 50px;
	border-top: 5px solid #ccc;
	opacity: 1 !important;
}
.image-bg hr {
	border-color: #fff;
	opacity: .6;
}
.image-bg.bg-light hr {
	border-color: #ccc;
	opacity: 1;
}
.bg-dark hr {
	border-color: #555;
}
.inline-block {
	display: inline-block;
}
.list-inline {
	margin-left: 0;
}
.list-inline > li {
	padding: 0 8px;
}
.list-inline > li:last-child {
	padding-right: 0;
}
.list-inline > li:first-child {
	padding-left: 0;
}
.bg-primary .list-inline i {
	color: #8ed3ab;
}
.overflow-hidden {
	overflow: hidden;
}
.display-block {
	display: block;
}
.show-grid {
	border: 1px dashed rgba(255, 255, 255, 0);
	padding: 8px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	cursor: default;
}
.show-grid:hover {
	border-color: #222;
}
.right {
	right: 0;
}
.relative {
	position: relative;
	z-index: 2;
}
.clearboth, .clearfix {
	clear: both;
}
.spread-children * {
	display: inline-block;
	margin-left: 12px;
	margin-right: 12px;
}
.spread-children-large * {
	display: inline-block;
	margin-left: 24px;
	margin-right: 24px;
}
.container {
	position: relative;
}
.vnu {
	display: inline;
}

@media only screen and (min-width : 768px) and (max-width : 1180px) {
.col-md-push-1 {
	left: 0;
}
}

@media all and (max-width: 768px) {
.pull-left-sm {
	float: left !important;
}
.overflow-hidden-xs {
	overflow: hidden;
}
}

@media all and (max-width: 767px) {
.spread-children * {
	margin-left: 6px;
	margin-right: 6px;
}
}

/*!---------- TEXTO ----------*/

@media all and (max-width: 767px) {
.text-center-xs {
	text-align: center !important;
}
}
.thin {
	font-weight: 300 !important;
}
.normal {
	font-weight: 400 !important;
}
.bold {
	font-weight: 700 !important;
}

@media all and (max-width: 767px) {
.thin {
	font-weight: 300 !important;
}
}
h1, h2, h3, h4, h5, h6, p, ul, ol, pre, table, blockquote, input, button, select, textarea {
	margin-bottom: 24px;
	margin-top: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Oswald', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	color: #292929;
}
h1, .h1 {
	font-size: 35px;
	line-height: 40px;
}
h1.large {
	font-size: 45px;
	line-height: 50px;
	font-weight: 100;
}

@media all and (max-width: 990px) {
h1.large {
	font-size: 56px;
	line-height: 64px;
}
}
h2 {
	font-size: 40px;
	line-height: 48px;
}
h3 {
	font-size: 32px;
	line-height: 40px;
}
h4 {
	font-size: 21px;
	line-height: 30px;
}
h5 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
h6, .h6 {
	font-size: 12px;
	line-height: 24px;
	font-weight: 700;
}

@media all and (max-width: 767px) {
h1, h1.large, .h1 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 300;
}
h2 {
	font-size: 32px;
	line-height: 40px;
}
h3 {
	font-size: 24px;
	line-height: 32px;
}
h4 {
	font-size: 18px;
	line-height: 26px;
}
h5 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
h6, .h6 {
	font-size: 12px;
	line-height: 24px;
	font-weight: 700;
}
}
.uppercase {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: -1px;
}
.bold-h6 {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}
p, span {
	font-weight: 400;
}
p.lead {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}
.sub {
	font-size: 12px;
}

@media all and (max-width: 767px) {
p.lead {
	font-size: 13px;
	line-height: 24px;
}
p {
	font-size: 12px;
}
}
a, a:visited, a:focus, a:active, a:hover {
	text-decoration: none;
	outline: none;
}
a {
	font-weight: 600;
	color: #ffc000;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	cursor: poitner;
}
.image-bg a, .bg-primary a {
	color: #2b2b2b;
}
.image-bg a:hover, .bg-primary a:hover {
	color: #fff;
	opacity: .9;
}
.bg-light a {
	color: #ffc000;
}
.bg-light a:hover {
	color: #ffc000;
	opacity: 1;
}
a:hover {
	color: #F3961E;
	text-decoration: none;
}
.label {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	background: #ffc000;
	border-radius: 0;
	padding: 6px 12px;
	font-size: 14px;
	vertical-align: middle;
	display: block;
}
blockquote {
	overflow: hidden;
	font-family: "Merriweather", "Georgia", Times New Roman, Times, serif;
	font-size: 20px;
	line-height: 40px;
	font-style: italic;
	background: #f5f5f5;
	padding: 32px;
	color: #777;
	font-weight: 300;
}
.bg-secondary blockquote {
	background: #fff;
	border-color: #ffc000;
}
blockquote .author {
	font-size: 12px;
	display: block;
	float: right;
	margin-top: 16px;
}
.number {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.columns-2 {
	column-count: 2;
	-webkit-column-count: 2;
}

@media all and (max-width: 767px) {
br {
	display: none;
}
blockquote {
	font-size: 16px;
	line-height: 32px;
}
.columns-2 {
	column-count: 1;
	-webkit-column-count: 1;
}
}
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}

@media all and (max-width: 767px) {
.text-left-xs {
	text-align: left !important;
}
}
/*!---------- LISTAS ----------*/
ul[data-bullet] li {
	line-height: 32px;
}
ul[data-bullet] li i:first-child {
	margin-right: 16px;
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	display: inline-block;
}
ul.lead li {
	font-size: 16px;
	line-height: 40px;
}
/*!---------- ALINIACION ----------*/
.v-align-children {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: row;
	-webkit-flex-direction: row;
}
.v-align-children-column {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.disable-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media all and (max-width: 990px) {
.v-align-children {
	display: block !important;
}
}
.v-align-transform {
	position: relative;
	transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	top: 50%;
	z-index: 2;
}
.align-bottom {
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 2;
}
.align-top {
	position: absolute;
	top: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 2;
}
/*!---------- SECCIONES ----------*/

section, footer {
	padding: 15px 0;
	position: relative;
	overflow: hidden;
}
.fullscreen {
	height: 100vh;
}
.bg-dark h1, nav.bg-dark h1, footer.bg-dark h1, .bg-primary h1, .bg-dark h2, nav.bg-dark h2, footer.bg-dark h2, .bg-primary h2, .bg-dark h3, nav.bg-dark h3, footer.bg-dark h3, .bg-primary h3, .bg-dark h4, nav.bg-dark h4, footer.bg-dark h4, .bg-primary h4, .bg-dark h5, nav.bg-dark h5, footer.bg-dark h5, .bg-primary h5, .bg-dark h6, nav.bg-dark h6, footer.bg-dark h6, .bg-primary h6 {
	color: #ffffff;
}
.bg-dark p, nav.bg-dark p, footer.bg-dark p, .bg-primary p, .bg-dark span, nav.bg-dark span, footer.bg-dark span, .bg-primary span, .bg-dark li, nav.bg-dark li, footer.bg-dark li, .bg-primary li {
	color: #fefefe;
}

@media all and (max-width: 767px) {
section {
	padding: 40px 0;
}
}
.overlay:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #292929;
	opacity: 0.3;
	z-index: 2;
}
.overlay-heavy:before {
	opacity: .6;
}
.bg-light.overlay:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	opacity: 0.1;
	z-index: 2;
}
/*!---------- ESPACIO ----------*/

.p0 {
	padding: 0 !important;
}
.p10 {
	padding: 10px 0 !important;
}
.p20 {
	padding: 20px 0 !important;
}
.p40 {
	padding: 40px 0 !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px;
}
.m20 {
	margin: 20px 0 !important;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px !important;
}
/*!---------- COLORES ----------*/
.cl-primary {
	color: #FFC000;
}
.cl-secondary {
	color: #E15B00;
}
/*!---------- COLORES BG ----------*/
.bg-primary {
	color: #2b2b2b;
	background: #f3961e;
	background: -moz-linear-gradient(-45deg, #f3961e 0%, #ffc000 100%);
	background: -webkit-linear-gradient(-45deg, #f3961e 0%, #ffc000 100%);
	background: linear-gradient(135deg, #f3961e 0%, #ffc000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3961e', endColorstr='#ffc000', GradientType=1 );
}
.bg-secondary {
	background: #ffffff;
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #f3f3f3 50%, #ededed 50%, #ffffff 100%);
	background: -webkit-linear-gradient(-45deg, #ffffff 0%, #f3f3f3 50%, #ededed 50%, #ffffff 100%);
	background: linear-gradient(135deg, #ffffff 0%, #f3f3f3 50%, #ededed 50%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
.bg-white {
	background: #ffffff;
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(-45deg, #ffffff 0%, #e5e5e5 100%);
	background: linear-gradient(135deg, #ffffff 0%, #e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=1 );
}
.bg-dark {
	background: #2f3035;
	background: -moz-linear-gradient(top, #2f3035 0%, #3e424a 50%, #32343a 100%);
	background: -webkit-linear-gradient(top, #2f3035 0%, #3e424a 50%, #32343a 100%);
	background: linear-gradient(to bottom, #2f3035 0%, #3e424a 50%, #32343a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3035', endColorstr='#32343a', GradientType=0 );
}
.bg-dark-primary {
	background: #000000;
	background: -moz-linear-gradient(-45deg, #000000 0%, #111111 50%, #161616 50%, #0a0a0a 100%);
	background: -webkit-linear-gradient(-45deg, #000000 0%, #111111 50%, #161616 50%, #0a0a0a 100%);
	background: linear-gradient(135deg, #000000 0%, #111111 50%, #161616 50%, #0a0a0a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0a0a0a', GradientType=1 );
}
.bg-dark-secondary {
	background: #14171a;
	background: -moz-linear-gradient(-45deg, #14171a 0%, #2c2f35 40%, #1e191e 40%, #1e191e 40%, #24252b 40%, #191c1e 100%);
	background: -webkit-linear-gradient(-45deg, #14171a 0%, #2c2f35 40%, #1e191e 40%, #1e191e 40%, #24252b 40%, #191c1e 100%);
	background: linear-gradient(135deg, #14171a 0%, #2c2f35 40%, #1e191e 40%, #1e191e 40%, #24252b 40%, #191c1e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14171a', endColorstr='#191c1e', GradientType=1 );
}
.color-body {
	color: #666;
}
.color-primary {
	color: #ffc000 !important;
}
.color-red {
	color: #e31d3b !important;
}
.color-white {
	color: #fff;
}
.color-black {
	color: #2b2b2b;
}
/*!---------- ANGULAR BOX ----------*/

.skew {
	transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
}
.skew-no {
	transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	-moz-transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
}
.shadow {
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
}
/***********************************!---------- TITULOS ----------***********************************/
.section-title {
	font-size: 22px;
	font-weight: 400;
	line-height: 18px;
	color: #2b2b2b !important;
	text-transform: uppercase;
	float: left;
	position: absolute;
	z-index: 100;
	margin: -60px 0 10px 10px;
	padding: 10px 15px;
	float: left;
}
.section-title .plus {
	content: "\e628";
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 24px;
	color: #fff;
	width: 22px;
	float: left;
}
.title-gray {
	margin: 0px 0px 25px 15px;
}
.title-gray h2 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	margin: 0;
	padding: 10px 15px;
	color: #2b2b2b;
}
.title-gray h2 span {
	font-size: 16px;
	color: #2b2b2b;
}
.title-gray figure {
	float: right;
	margin-top: -10px;
	margin-right: -25px;
}
.title h3 {
	margin-bottom: 0;
}
.title span {
	display: block;
}
/***********************************!---------- BLOQUES DE IMAGENES ----------***********************************/

.image-md {
	max-height: 120px;
}
.image-small {
	max-height: 80px;
}
.image-xs {
	max-height: 50px;
}
.image-xxs {
	max-height: 30px;
}
.fade-half {
	opacity: 0.5;
}
.fade-1-4 {
	opacity: 0.75;
}
.fade-3-4 {
	opacity: 0.25;
}
.fade-on-hover {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: .5;
}
.fade-on-hover:hover {
	opacity: 1;
}
.cast-shadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.cast-shadow-light {
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.image-block, .image-block .image-bg {
	padding: 0;
	height: 50vw;
	max-height: 700px;
}
.image-block .container {
	height: 100%;
}
.image-block-right .image-bg {
	position: absolute;
	top: 0;
}

@media all and (max-width: 768px) {
.image-block {
	height: auto;
	max-height: 1000000px;
}
.image-block .image-bg {
	height: 350px;
}
.image-block .v-align-transform {
	top: 0;
	transform: none;
	-webkit-transform: none;
}
.image-block-right .image-bg {
	position: relative;
}
}
.image-edge .container {
	position: relative;
}
.image-edge .container div[class*='col-'] {
	position: absolute;
}

@media all and (max-width: 990px) {
.image-edge .container div[class*='col-'] {
	position: relative;
	top: 0;
	transform: none;
	-webkit-transform: none;
}
}
.image-square {
	height: 50vw;
	max-height: 640px;
	overflow: hidden;
	padding: 0;
}
.image-square .image, .image-square > .content {
	position: absolute;
}
.image-square .image {
	height: 100%;
}
.image-square > .content {
	padding: 0 10%;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
}
.image-square.left .image {
	left: 0;
}
.image-square.left > .content {
	right: 0;
}
.image-square.right .image {
	right: 0;
}
.image-square.right > .content {
	left: 0;
}

@media all and (max-width: 990px) {
.image-square {
	height: auto;
	max-height: 100000px;
	padding-bottom: 48px;
}
.image-square .image, .image-square > .content {
	position: relative;
}
.image-square .image {
	height: 100vw;
	margin-bottom: 48px;
	max-height: 500px;
}
.image-square > .content {
	top: 0;
	transform: none;
	-webkit-transform: none;
	padding: 0 20%;
}
}

@media all and (max-width: 767px) {
.image-square > .content {
	padding: 0 15px;
}
}
.image-zoom img {
	transition: all 9s ease;
	-webkit-transition: all 9s ease;
	-moz-transition: all 9s ease;
}
.image-zoom:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.image-caption {
	position: relative;
	overflow: hidden;
}
.image-caption .caption {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 16px;
	color: #fff;
}
.image-caption .caption p {
	position: relative;
	z-index: 4;
	margin: 0;
}
.image-caption .caption:before {
	content: '' attr(data-caption) '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 1;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(34, 34, 34, 0.7)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6222222', GradientType=0);
/* IE6-9 */
}
.image-caption.hover-caption .caption {
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transform: translate3d(0, 100px, 0);
	-webkit-transform: translate3d(0, 100px, 0);
	-moz-transform: translate3d(0, 100px, 0);
}
.image-caption.hover-caption:hover .caption {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
/***********************************!---------- GALERIA DE IMAGENES ----------***********************************/

.instafeed.grid-gallery {
	overflow: hidden;
}
.instafeed.grid-gallery li {
	width: 25%;
	display: inline-block;
	float: left;
	padding: 8px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 1;
}
.instafeed.grid-gallery li:hover {
	opacity: .9;
}
.instafeed.grid-gallery.gapless li {
	padding: 0;
	width: 16.66667%;
}
.instafeed.grid-gallery.gapless li img {
	width: 100%;
}

@media all and (max-width: 990px) {
.instafeed.grid-gallery li {
	width: 33.333333%;
}
}
.lightbox-grid, .lightbox-grid ul, .lightbox-grid li {
	position: relative;
	overflow: hidden;
}
.lightbox-grid li {
	width: 25%;
	float: left;
	border: 8px solid rgba(0, 0, 0, 0);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 1;
}
.lightbox-grid li:hover {
	opacity: .9;
}
.square-thumbs li {
	height: 285px;
}
.third-thumbs li {
	width: 33.33333vw;
	height: 33vw;
	border: none;
}

@media all and (max-width: 1190px) {
.square-thumbs li {
	height: 235px;
}
}

@media all and (max-width: 990px) {
.lightbox-grid li {
	width: 33.33333%;
}
.square-thumbs li {
	height: 240px;
}
}

@media all and (max-width: 767px) {
.lightbox-grid li {
	width: 50%;
}
.third-thumbs li {
	height: 50vw;
}
.square-thumbs li {
	height: 185px;
}
}
.lb-outerContainer {
	background: none;
	border-radius: 0;
}
.lightbox .lb-image {
	border-radius: 0;
}
.lb-data .lb-close, .lb-nav a.lb-next, .lb-nav a.lb-prev {
	background: none;
}
.lb-data .lb-close:before, .lb-nav a.lb-next:before, .lb-nav a.lb-prev:before {
	content: "\e646";
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 24px;
	color: #fff;
}
.lb-nav a.lb-next:before, .lb-nav a.lb-prev:before {
	position: absolute;
	top: 50%;
	font-size: 32px;
	margin-top: -16px;
}
.lb-nav a.lb-next:before {
	content: "\e649";
	right: 16px;
}
.lb-nav a.lb-prev:before {
	content: "\e64a";
	left: 16px;
}
/* tabs de galeria */
.button-tabs .tabs {
	display: inline-block;
	overflow: hidden;
	width: 100%;
}
.button-tabs .tabs > li {
	margin-bottom: 5px;
	margin-right: 2px;
	float: left;
}
.button-tabs .tabs > li:last-child {
	margin-right: 0;
}
.button-tabs .tab-title {
	padding: 10px;
	display: inline-block;
	text-align: center;
	min-width: 150px;
	background: #f5f5f5;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.bg-secondary .button-tabs .tab-title {
	background: #eee;
}
.button-tabs .tab-title span {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}
.button-tabs .tab-title span a {
	color: #2b2b2b;
}
.button-tabs .active .tab-title {
	background: #ffc000;
	color: #fff;
}
.button-tabs .active .tab-title a {
	color: #fff;
}
.button-tabs .tab-title:hover {
	background: #eee;
}
.button-tabs .active .tab-title:hover {
	background: #ffc000;
}
.button-tabs.vertical {
	overflow: hidden;
}
.button-tabs.vertical > .tabs {
	max-width: 30%;
	float: left;
}
.button-tabs.vertical > .content {
	padding-left: 3%;
	max-width: 70%;
	float: right;
}
.button-tabs.vertical > .tabs li, .button-tabs.vertical .tab-title {
	width: 100%;
}
.button-tabs.vertical > .tabs li {
	margin-bottom: 10px;
}
.bg-dark .button-tabs .tab-title span {
	color: #222;
}

@media all and (max-width: 767px) {
.button-tabs .tabs li {
	width: 49%;
	margin-bottom: 15px;
}
.button-tabs.vertical .tabs, .button-tabs.vertical .content {
	max-width: 100%;
	width: 100%;
	padding-left: 0;
}
}
/*!---------- HOVER GALERIA ----------*/

img {
	max-width: 100%;
}
.image-tile {
	overflow: hidden;
	position: relative;
	margin-bottom: 24px;
}
.image-tile img {
	width: 100%;
	display: inline-block;
}
.image-tile .label {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 5;
}
.inner-title:before {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(34, 34, 34, 0.9)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#292929', GradientType=0);
	pointer-events: none;
}
.inner-title.title-center:before {
	background: #292929;
	opacity: .4;
}
.inner-title:hover:before {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.inner-title .title {
	color: #FFF;
	position: absolute;
	width: 90%;
	bottom: 24px;
	z-index: 5;
	text-align: left;
}

#DivListadoGalerias .inner-title .title {
	position: relative !important;
    width: 100% !important;
    bottom: 0;
    z-index: 0;
    text-align: left;
    margin-top: 0px !important;
}
#DivListadoGalerias .inner-title .title h5 {
line-height: 16px;
}
.inner-title .title h1, .inner-title .title h2, .inner-title .title h3, .inner-title .title h4, .inner-title .title h5, .inner-title .title h6 {
	color: #ffffff;
}
.inner-title .title p, .inner-title .title span, .inner-title .title li {
	color: #ffffff;
}
.inner-title .title span {
	font-size: 11px;
	line-height: 14px;
	margin-top: 5px;
}
.inner-title .title span i {
	background-color: #FFF;
	color: #000;
	padding: 2px;
	margin-right: 2px;
}
.inner-title.title-center .title {
	bottom: auto;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
}
.inner-title .title h5 {
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	margin: 0
}
.inner-title, .inner-title icon {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 1;
}
.inner-title icon {
	font-size: 42px;
	color: #FFF;
	text-align: center;
	margin: 20% 40%;
	position: absolute;
	z-index: 1000;
	opacity: 0;
}
.inner-title:hover icon {
	opacity: .95;
}
.inner-title:hover {
	opacity: .95;
}
.inner-title.hover-reveal:before {
	opacity: 0;
}
.inner-title.hover-reveal .title {
	opacity: 0;
	transform: translate3d(0, 50px, 0);
	-webkit-transform: translate3d(0, 50px, 0);
	-moz-transform: translate3d(0, 50px, 0);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	border-left: #FFF 1px solid;
	margin-left: 10px;
	padding-left: 8px;
}

.inner-title.hover-reveal:hover .title {
	opacity: 1;
	transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
}

.inner-title.hover-reveal:hover:before {
	opacity: 1;
}

#DivListadoGalerias .inner-title.hover-reveal .title {
	opacity: 1 !important;
    padding: 8px !important;
    margin: 0px !important;
    background: #000 !important;
	border: none !important;
	transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
}


.outer-title img {
	display: inline-block;
	margin-bottom: 12px;
}
.hover-tile {
	position: relative;
	overflow: hidden;
	background: #292929;
}
.hover-tile img {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.hover-tile:hover img {
	opacity: .5;
}
.hover-tile .hover-state {
	position: relative;
	transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	top: 50%;
	z-index: 2;
	position: absolute;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0;
	width: 100%;
}
.hover-state {
	z-index: 99;
	padding: 0 40px;
	cursor: default;
}
.hover-state h1, .hover-state h2, .hover-state h3, .hover-state h4, .hover-state h5, .hover-state h6 {
	color: #ffffff;
}
.hover-state p, .hover-state span, .hover-state li {
	color: #ffffff;
}
.hover-state * {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transform: translate3d(0, 30px, 0) scale(1.05);
	-webkit-transform: translate3d(0, 30px, 0) scale(1.05);
}
.hover-tile:hover .hover-state {
	opacity: 1;
}
.hover-tile:hover .hover-state * {
	transform: translate3d(0, 0px, 0) scale(1);
	-webkit-transform: translate3d(0, 0px, 0) scale(1);
}
.hover-state *:last-child {
	margin-bottom: 0;
}
.border-thick {
	border: 16px solid #fff;
	border-top: none;
}
.border-thick.col-sm-6:first-child {
	border-right: 8px solid #fff;
}
.border-thick.col-sm-6:last-child {
	border-left: 8px solid #fff;
}
/***********************************!---------- ENCABEZADO ----------***********************************/

.page-title {
	padding: 0;
}
.page-title .container {
	position: relative;
	transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	top: 50%;
	z-index: 2;
}
.page-title i {
	position: relative;
	top: 1px;
}
.page-title .title {
	padding: 5px 25px;
	display: block;
	float: left;
}
.page-title .title h2 {
	margin-top: 8px;
	font-size: 18px;
	font-weight: 700;
	line-height: 19px;
	color: #2b2b2b;
}

@media all and (max-width: 767px) {
.page-title i {
	display: none;
}
}
.page-title-1, .page-title-2 {
	height: 400px;
}
.page-title-1 .breadcrumb, .page-title-3 .breadcrumb {
	position: absolute;
	z-index: 3;
	width: 100%;
	text-align: center;
	bottom: 0;
}
.page-title-2 .breadcrumb {
	position: relative;
	margin-bottom: 0;
}
.nav-is-overlay .page-title-1.image-bg:first-child, .nav-is-overlay.page-title-1.bg-dark:first-child, .nav-is-overlay .page-title-2.image-bg:first-child, .nav-is-overlay.page-title-2.bg-dark:first-child {
	height: 300px;
	padding-top: 55px;
	border-bottom: #EDC700 solid 5px;
}

@media only screen and (max-width: 1180px) and (min-width: 768px) {
.nav-is-overlay .page-title-1.image-bg:first-child, .nav-is-overlay.page-title-1.bg-dark:first-child, .nav-is-overlay .page-title-2.image-bg:first-child, .nav-is-overlay.page-title-2.bg-dark:first-child {
	height: 200px;
}
}

@media all and (max-width: 767px) {
.page-title-1, .page-title-2 {
	height: 320px;
}
}
.page-title-3, .page-title-4 {
	height: 240px;
}
.page-title-4 .breadcrumb {
	position: relative;
	top: 8px;
	margin-bottom: 0;
}
.nav-is-overlay .page-title-3.image-bg:first-child, .nav-is-overlay.page-title-3.bg-dark:first-child, .nav-is-overlay .page-title-4.image-bg:first-child, .nav-is-overlay.page-title-4.bg-dark:first-child {
	height: 295px;
	padding-top: 55px;
}

@media all and (max-width: 767px) {
.page-title .text-right {
	text-align: left !important;
}
}
.page-title.fullscreen {
	height: 100vh !important;
	padding-top: 0;
}
.image-bg h1, .image-bg h2, .image-bg h3, .image-bg h4, .image-bg h5, .image-bg h6 {
	color: #ffffff;
}
.image-bg p, .image-bg span, .image-bg li {
	color: #ffffff;
}
.image-bg .container, .image-bg div[class*='col-'] {
	position: relative;
	z-index: 3;
}
.container.image-bg .row {
	position: relative;
	z-index: 3;
}
.background-image-holder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: #292929;
	background-size: cover !important;
	background-position: 50% 50% !important;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0;
}
.background-image-holder img {
	display: none;
}
.background-multiply .background-image-holder {
	background-color: #ffc000 !important;
	background-blend-mode: multiply;
}
.background-image-holder.fadeIn {
	opacity: 1;
}
.parallax > .background-image-holder, .parallax .slides li > .background-image-holder {
	height: 100vh;
	top: -50vh;
	transition: all 0s ease !important;
	transition: opacity 0.3s ease !important;
	-webkit-transform-style: preserve-3d;
}
.parallax:first-child .slides li > .background-image-holder, .parallax:first-child .background-image-holder {
/*top: 0;*/
}
.main-container > a:first-child + .parallax .background-image-holder {
	top: 0;
}

@media all and (max-width: 767px) {
.parallax > .background-image-holder, .parallax .slides li > .background-image-holder {
	top: 0 !important;
	transform: none !important;
	-webkit-transform: none !important;
}
}
/*!---------- LUGAR ----------*/
.breadcrumb {
	margin-bottom: 24px;
}
.breadcrumb-2 {
	background: none;
	padding: 0;
}
.breadcrumb-2 li a, .breadcrumb-2 li {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 11px;
	font-weight: 600;
}
.breadcrumb-2 > li + li:before {
	padding: 0 16px;
	color: #bbb;
}
.image-bg .breadcrumb li a {
	color: #fff;
	opacity: .8;
}
.image-bg .breadcrumb li a:hover {
	opacity: 1;
}
.image-bg .breadcrumb li.active {
	color: #fff;
}
.bg-dark .breadcrumb a {
	color: #fff;
}

@media all and (max-width: 990px) {
.page-title-4 .breadcrumb, .page-title-2 .breadcrumb {
	float: left;
	margin-top: 10px;
	margin-left: 30px;
}
}

@media all and (max-width: 767px) {
.breadcrumb-2 > li + li:before {
	padding: 0 4px;
}
.page-title-4 .breadcrumb, .page-title-2 .breadcrumb {
	float: left;
	margin-top: 8 px;
}
}
/***********************************!---------- MENU ----------***********************************/

/*!---------- LOGO ----------*/
.nav-bar .logo {
	background-color: #000;
	margin-right: 25px;
}
.nav-bar .logo img {
	max-height: 60px;
	margin: 15px;
}
/*!---------- NAVEGACION ----------*/
.nav-container {
	-webkit-backface-visibility: hidden;
	max-width: 100%;
}
nav {
	background: #fff;
	-webkit-backface-visibility: hidden;
	max-width: 100%;
}
nav ul {
	margin-bottom: 0;
}
.module {
	display: inline-block;
	padding: 0;
}
.module-group {
	display: inline-block;
}
.module-group .facebook {
	background-color: #3949AB;
}
.module-group .twitter {
	background-color: #42A5F5;
}
.module-group .instagram {
	background-color: #ab46bc;
}
.module-group .youtube {
	background-color: #fe0000;
}
.module.left, .module-group.left {
	float: left;
}
.module.right, .module-group.right {
	float: right;
}
nav .btn, .nav-bar .btn {
	margin: 0;
	height: auto;
}
.nav-utility {
	height: 45px;
	line-height: 43px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.nav-utility i {
	position: relative;
	top: 1px;
}
.nav-bar {
	height: 85px;
	max-height: 85px;
	line-height: 48px;
}
.nav-bar .module, .nav-bar .module-group {
	height: 85px;
}
.nav-bar a {
	display: inline-block;
}
nav.nav-centered .logo {
	max-height: 64px;
	margin: 64px 0 40px 0;
}
nav.bg-dark .logo-light {
	display: inline;
}
nav.bg-dark .logo-dark {
	display: none;
}
.has-dropdown {
	padding-right: 18px;
}
.has-dropdown:after {
	position: absolute;
	top: 2px;
	right: 20px;
	font-size: 8px;
	content: "\e64b";
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	-moz-transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
}
.menu {
	width: 100%;
	height: 55px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}
.menu.inline-block {
	width: auto;
}
.menu li a {
	font-size: 12px;
	/*
	text-transform: uppercase;
	*/
	font-weight: 600;
	letter-spacing: 1px;
	color: #292929;
	opacity: 0.5;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	max-width: 100%;
	white-space: normal;
	padding-left: 5px;
	opacity: 1 !important;
	height: 50px;
}
.menu li a:hover {
	opacity: 1 !important;
	font-size: 12px;
}
.menu > li {
	padding: 0 30px 0 20px;
	margin: 0 1px;
	float: left;
	position: relative;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0.9;
	background: #2b2b2b;
	height: 50px;
}
.menu > li.active {
	background: #ffc000;
}
.menu > li.online {
	background: #CD0F12;
}
.menu > li.online > a {
	color: #FFF !important;
}
.menu > li.active > a {
	color: #2b2b2b !important;
}
.menu > li:last-child {
	margin-right: 0;
}
.menu > li:last-child > ul {
/*right: 0;*/
}
.menu > li:last-child > ul ul {
	left: auto;
	right: 100%;
}
.menu > li ul {
	width: 590px;
	padding: 8px;
	background: #FFF;
	position: absolute;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	margin-top: 0px;
}
.menu > li ul.small-menu {
	width: 240px;
}
.menu > li > ul > li {
	line-height: 24px;
	vertical-align: top;
	float: left;
	transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	-moz-transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
}
.menu > li > ul > li.active a {
	border-bottom: #F3971D solid 1px;
}
.menu > li > ul > li i {
	display: inline-block;
	margin-right: 2px;
}
.menu > li > ul > .has-dropdown:after {
	color: #fff;
	top: 5px;
	right: 24px;
	content: "\e649";
}
.menu > li > ul li a {
	font-size: 10px;
	color: #2b2b2b;
	height: auto;
	padding: 2px 0px;
	margin: 0 7px;
}
.menu > li > ul li a:hover {
	font-size: 10px;
}
.menu > li > ul > li > ul {
	left: 100%;
	top: 0;
}
.menu > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.menu > li > ul > li:hover > ul, .has-dropdown:hover .mega-menu ul {
	opacity: 1;
	visibility: visible;
}
.make-right {
/*right: 0;*/
}
.make-right {
	width: 540px !important;
}
.module.widget-handle {
	padding: 0 18px;
	cursor: pointer;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0 1px;
	height: 50px;
}
nav.nav-centered .module.widget-handle {
	border: none !important;
}

@media only screen and (min-width : 768px) and (max-width : 1180px) {
.module.widget-handle {
	padding: 0 10px;
}
}
.module.widget-handle i {
	font-size: 18px;
	line-height: 53px;
	opacity: 0.5;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.module.widget-handle:hover i, .module.active i {
	opacity: 1;
}
.widget-handle .function {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	cursor: default;
	width: 200px;
	background: #292929;
	position: absolute;
	z-index: 99;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	visibility: hidden;
	margin-top: -2px;
	right: 0;
}
.module.widget-handle:hover .function {
	opacity: 1;
	transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	visibility: visible;
}
.module.widget-handle .title {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	display: none;
	opacity: .5;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.module.widget-handle .title:hover {
	opacity: 1;
}
.widget-handle .cart {
	position: relative;
}
.widget-handle .cart .label {
	width: 17px;
	height: 17px;
	font-size: 10px;
	line-height: 17px;
	padding: 0;
	text-align: center;
	position: absolute;
	background: #ffc000;
	top: 10px;
	right: -10px;
	border-radius: 50%;
}
.widget-handle .search-form {
	padding: 8px;
	display: inline-block;
	width: 100%;
	line-height: 50px;
}
.widget-handle .search-form input {
	margin: 0;
	font-size: 16px;
}
nav .widget {
	margin: 0;
	padding: 24px;
}
nav .widget .title {
	display: none !important;
}
nav .widget, nav .widget a:not(.btn) {
	color: #fff;
}
nav .widget hr {
	border-color: #777;
	margin-bottom: 16px;
}
nav .widget hr:first-of-type {
	display: none;
}
.nav-open {
	max-height: 10000px !important;
	height: auto !important;
}
.nav-open .mobile-toggle {
	border-bottom: 1px solid #ccc;
}

@media only screen and (min-width : 768px) and (max-width : 1180px) {
.menu > li {
	padding: 0 20px 0 15px;
	margin-right: 2px;
}
.has-dropdown:after {
	margin-right: -8px;
	margin-top: 2px;
}
}
.has-offscreen-nav .main-container {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
.offscreen-container {
	position: fixed;
	transform: translate3d(200%, 0, 0);
	-webkit-transform: translate3d(200%, 0, 0);
	-moz-transform: translate3d(200%, 0, 0);
	width: 50%;
	top: 0;
	height: 100%;
	min-height: 100vh;
	z-index: 20;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	overflow: hidden;
}
.offscreen-container.reveal-nav {
	transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
}
.main-container.reveal-nav {
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
}
.offscreen-left .offscreen-container {
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
}
.offscreen-left .offscreen-container.reveal-nav {
	transform: translate3d(0%, 0, 0);
	-webkit-transform: translate3d(0%, 0, 0);
	-moz-transform: translate3d(0%, 0, 0);
}
.offscreen-left .main-container.reveal-nav, .offscreen-left nav.reveal-nav {
	transform: translate3d(50%, 0, 0) !important;
	-webkit-transform: translate3d(50%, 0, 0) !important;
	-moz-transform: translate3d(50%, 0, 0) !important;
}
.offscreen-container .close-nav {
	position: absolute;
	right: 24px;
	top: 16px;
	z-index: 24;
	font-size: 20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: .5;
}
.offscreen-container .close-nav:hover {
	opacity: 1;
}
.offscreen-container.bg-dark .close-nav i {
	color: #fff;
}

@media all and (max-width: 990px) {
.offscreen-container {
	width: 100vw;
}
.offscreen-container.reveal-nav {
	transform: translate3d(0vw, 0, 0);
	-webkit-transform: translate3d(0vw, 0, 0);
	-moz-transform: translate3d(0vw, 0, 0);
}
.main-container.reveal-nav {
	transform: none !important;
}
/*nav*/
nav.fixed {
	position: absolute !important;
	opacity: 1 !important;
	visibility: visible !important;
}
nav.outOfSight {
	transform: translate3d(0, 0px, 0) !important;
	-webkit-transform: translate3d(0, 0px, 0) !important;
	-moz-transform: translate3d(0, 0px, 0) !important;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.nav-bar, .nav-bar .module-group, .nav-bar .module {
	height: auto;
	overflow: hidden;
}
.nav-bar .module {
	padding: 0 30px;
}
.nav-bar .module-group {
	width: 100%;
}
.nav-bar .module-group .module {
	display: block;
	float: none;
	width: 100%;
}
nav.nav-centered .logo {
	margin: 24px 0 16px 0;
	max-height: 40px;
}
.menu {
	height: auto;
	width: 95%;
	margin: 0 auto;
}
.menu.inline-block {
	width: 100%;
}
.menu a {
	height: auto;
	line-height: 24px;
	padding: 4px 0;
}
.menu li, .menu li a, .menu > li > ul > li {
	transform: skewX(0deg);
	-ms-transform: skewX(0deg);
	-o-transform: skewX(0deg);
	-moz-transform: skewX(0deg);
	-webkit-transform: skewX(0deg);
}
.menu li {
	line-height: 24px;
	float: none;
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto !important;
}
.menu > li ul {
	position: relative;
	width: 100%;
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	left: 0;
}
.menu > li ul.small-menu {
	width: 100%;
}
.menu > li > ul {
	position: relative;
	opacity: 1;
	visibility: visible;
	display: none;
	transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
}
.menu > li > ul > li {
	float: none !important;
	width: auto;
}
.menu > li > ul > .has-dropdown:after {
	content: "\e64b";
}
.menu > li > ul > li > ul {
	left: 0;
	display: none;
	padding: 0;
}
.menu > li > ul li a, .mega-menu .title {
	padding: 4px 16px;
}
.has-dropdown .has-dropdown li {
	padding-left: 18px;
}
.has-dropdown {
	padding-right: 0;
}
.mega-menu {
	margin-left: 0 !important;
}
.mega-menu li {
	width: 100% !important;
}
.toggle-sub > ul, .toggle-sub .mega-menu ul {
	display: block !important;
}
.module.widget-handle {
	border-left: none;
	line-height: 40px;
	min-height: 40px;
	background: #000;
}
.module.widget-handle .menu {
	line-height: 40px;
}
.module.widget-handle .menu li {
	line-height: 40px;
}
.module.widget-handle i {
	line-height: 40px;
}
.module.widget-handle .title {
	display: inline-block;
	position: relative;
	bottom: 3px;
	margin-left: 8px;
}
.widget-handle .function {
	width: 100%;
	position: relative;
	opacity: 1;
	transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	visibility: visible;
	margin-top: 0;
	display: none;
	box-shadow: none !important;
}
.toggle-widget-handle .function {
	display: block !important;
}
.widget-handle .cart .label {
	width: 22px;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	top: 18px;
}
.mobile-toggle {
	border-bottom: none !important;
}
.mobile-toggle i {
	line-height: 53px !important;
}
.mobile-toggle.absolute-xs {
	position: absolute;
	top: 0;
}
nav.nav-centered .mobile-toggle {
	width: 100%;
}
nav.bg-dark .module.widget-handle {
	border-top: 1px solid #444;
}
nav.bg-dark .mobile-toggle {
	border-left: 1px solid #444 !important;
}
nav.bg-dark .nav-open .mobile-toggle {
	border-bottom: 1px solid #444;
}
}
nav.outOfSight {
	transform: translate3d(0, -200px, 0);
	-webkit-transform: translate3d(0, -200px, 0);
	-moz-transform: translate3d(0, -200px, 0);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
nav.scrolled {
	transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
}
nav.fixed, nav.absolute {
	top: 0;
	width: 100%;
	z-index: 999;
	left: 0;
	right: 0;
}
nav.absolute {
	position: absolute;
}
nav.fixed .nav-utility {
	display: none;
}
nav.transparent {
	background: none;
}
nav.transparent .menu > li > a, nav.transparent .nav-utility {
	color: #ffc000;
}
nav.transparent .module.widget-handle i {
	color: #FFF;
}
nav.transparent .menu > li > a, nav.transparent .module.widget-handle i {
	opacity: 1;
}
nav.transparent .has-dropdown:after {
	color: #ffc000;
}
nav.transparent .active:after {
	color: #2b2b2b !important;
}
nav.transparent .logo-dark {
	display: none;
}
nav.transparent .logo-light {
	display: inline;
}

@media all and (max-width: 990px) {
nav.transparent .container {
	padding: 0 !important
}
nav.transparent .nav-open .menu > li > a, nav.transparent .nav-open .module.widget-handle i, nav.transparent .nav-open .nav-utility {
	color: #FFF;
}
nav.transparent .nav-open .logo-dark {
	display: inline;
}
nav.transparent .nav-open .logo-light {
	display: none;
}
nav.transparent .nav-open .has-dropdown:after {
	color: #292929;
}
.menu > li:last-child > ul ul {
	right: 0;
}
.menu li a {
	font-size: 15px;
	line-height: 40px;
}
nav.transparent .facebook, nav.transparent .twitter, nav.transparent .instagram, nav.transparent .youtube {
	display: none !important;
}
}
nav.transparent.fixed .logo-light {
	display: none;
}
nav.transparent.fixed .logo-dark {
	display: inline;
}
nav.transparent.fixed .menu > li > a, nav.transparent.fixed .module.widget-handle i {
	color: #FFF;
}
nav.transparent.fixed .menu > .has-dropdown:after {
	color: #fff;
	color: #292929;
}
nav.transparent.fixed .module.widget-handle {
	border-left: 1px solid #ccc;
}
nav.transparent.fixed .menu > li > a, nav.transparent.fixed .module.widget-handle i {
	opacity: .5;
}
nav.bg-dark .menu > li > a, nav.bg-dark .module.widget-handle i, nav.bg-dark .nav-utility {
	color: #fff;
	opacity: .7;
}
nav.bg-dark .module.widget-handle {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
nav.bg-dark .nav-utility, nav.bg-dark .nav-bar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
nav.transparent.fixed.bg-dark {
	background: #292929;
}
nav.transparent.fixed.bg-dark .menu > li > a, nav.transparent.fixed.bg-dark .module.widget-handle i {
	color: #fff;
}
nav.nav-centered.outOfSight .logo {
	display: none;
}
.nav-is-overlay nav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0) !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	-moz-transform: translate3d(0, 0, 0) !important;
}
/***********************************!---------- SLIDER ----------***********************************/

.image-slider {
	position: relative;
}
.image-slider .slides {
	position: relative;
	overflow: hidden;
}
.image-slider .slides li {
	position: relative;
}
.image-slider .slides li > img {
	width: 100%;
}
.row .image-slider {
	margin-bottom: 24px;
}
.image-slider.height-70 .slides li {
	height: 70vh;
	min-height: 600px;
}
.image-slider .hatch {
	background: url("/vistas/tr/images/bg-3.png") repeat left top;
	width: 100%;
	height: 100%;
}
.flex-direction-nav a.flex-next {
	right: 16px;
}
.flex-direction-nav a.flex-next:before, .flex-direction-nav a.flex-prev:before {
	content: "\e628";
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 24px;
	color: #fff;
}
.flex-direction-nav a.flex-prev {
	left: 16px;
}
.flex-direction-nav a.flex-prev:before {
	content: "\e629";
}
.flex-direction-nav a {
	opacity: 1;
	text-shadow: none;
	color: rgba(0, 0, 0, 0);
	width: 24px;
	height: 24px;
	margin: -12px 0 0;
}
.flex-control-nav li a {
	background: none;
	border: 2px solid #292929;
	width: 10px;
	height: 10px;
}
.controls-inside .flex-control-nav {
	bottom: 24px;
	z-index: 10;
}
.controls-inside .flex-control-nav li a {
	border-color: #fff;
}
.controls-inside .flex-control-nav li a.flex-active {
	background: #fff;
}
.image-bg .flex-control-nav li a {
	border-color: #fff;
}
.image-bg .flex-control-nav li a.flex-active {
	background: #fff;
}
.slider-thumb-controls .flex-control-thumbs {
	margin: 0;
}
.slider-thumb-controls .flex-direction-nav {
	display: none;
}
/* LOGO SPONSOR */

.logo-carousel li {
	text-align: center;
}
.logo-carousel li {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: .5;
}
.logo-carousel li:hover {
	opacity: 1;
}
.logo-carousel img {
	max-height: 60px;
}
.text-slider .flex-direction-nav li a:before {
	color: #222;
}
.image-bg .text-slider .flex-direction-nav li a:before {
	color: #fff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: .5;
}
.image-bg .text-slider .flex-direction-nav li a:hover:before {
	opacity: 1;
}
.text-slider .flex-direction-nav a.flex-prev {
	left: -60px;
}
.text-slider .flex-direction-nav a.flex-next {
	right: -60px;
}
.cover {
	margin: 0;
	padding: 0;
}
.cover h1 {
	color: #FFF;
	font-weight: bold;
	background: rgba(0,0,0,0.60);
	border-right: #E9C010 solid 25px;
	padding: 25px 35px;
}
.cover h1 span {
	color: #000;
	font-size: 0.6em;
	line-height: 0.8em;
	background: #FFF;
	padding: 5px 12px;
	margin-top: 10px;
}
.cover:first-child .fullscreen {
	max-height: 100%;
}
.cover.fullscreen .slides > li {
	height: 100vh;
}
.cover .slides li .container {
	z-index: 4;
	position: relative;
}
.cover .flex-control-nav {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: .9;
}

@media (max-width: 990px) {
.cover h1 {
	font-size: 34px;
	line-height: 40px;
	padding: 15px 25px;
	border-right: #E9C010 solid 18px;
}
}

@media all and (max-width: 767px) {
/*logo*/
.logo-carousel .slides li {
	width: 100%;
}
/*slider*/
.slider-thumb-controls .flex-control-thumbs {
	display: none;
}
.slider-thumb-controls .flex-direction-nav {
	display: block;
}
.image-slider.height-70 .slides li {
	height: auto;
	min-height: none;
	padding: 80px 0;
}
.image-slider.height-70 .v-align-transform {
	top: 0;
	transform: none;
	-webkit-transform: none;
}
/*nav*/
.flex-direction-nav {
	display: none;
}
/*cover*/
.cover h1 {
	font-size: 22px;
	line-height: 28px;
	padding: 10px 25px;
	margin-top: 40px;
	border-right: #E9C010 solid 10px;
}
.cover .align-bottom {
	padding: 0 15px;
}
.cover .align-bottom.relative-xs {
	position: relative;
	bottom: 0;
}
.cover.fullscreen {
	height: auto;
	padding: 80px 0;
}
.cover.fullscreen.image-slider {
	padding: 0;
}
.cover.fullscreen .container {
	top: 0;
	transform: none;
	-webkit-transform: none;
}
.cover.fullscreen .slides li {
	height: auto;
	padding: 80px 0;
}
}
/***********************************!---------- EN CARRERA ----------***********************************/

#home #race-feature {
	min-height: 120px;
}
#home #race-feature .location {
	width: 180px;
	padding: 10px 25px;
	margin: 10px 0;
	float: left;
}
#home #race-feature .location a {
	color: #2b2b2b;
}
#home #race-feature .location h4 {
	color: #2b2b2b;
	line-height: 20px;
}
#home #race-feature .location span {
	color: #2b2b2b;
	margin-top: 5px;
	margin-left: -10px;
	display: block;
	font-size: 18px;
}
#home #race-feature .location span strong {
	background: #2b2b2b;
	color: #FFF;
	padding: 0px 5px;
	font-size: 14px;
	margin-top: -5px;
	margin-left: 5px;
}
#home #race-day .banner, #home #en-carrera .banner {
	margin-top: 45px;
	text-align: center;
}
/***********************************!---------- INFO CARRERA HOME ----------***********************************/

/*!---------- COUNTER ----------*/


#home #countdown .countdown {
	font-size: 55px;
	line-height: 55px;
	text-transform: uppercase;
	background: #2b2b2b;
	color: #FFF;
	margin: 10px 0;
	padding-right: 35px;
	float: left;
}
#home #countdown .countdown .cont-num {
	float: left;
	margin: 10px 5px;
	width: 90px;
	height: 80px;
	text-align: center;
}
#home #countdown .countdown .num {
	font-weight: 700;
}
#home #countdown .countdown span {
	font-size: 12px;
	margin-left: 35px;
	margin-top: 10px;
	float: left;
	text-align: center;
	width: 70px;
	opacity: .5;
	line-height: 11px;
	/*no skew*/
	transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	-moz-transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
}
/*!---------- RESULTADOS ----------*/

#home #en-carrera .no-padding {
	padding: 0 1px;
	margin: 10px 0 0 0;
}
/*!---------- GLOBAL ----------*/

#home .race-feature {
	bottom: auto;
	color: #2b2b2b;
	background: #f3961e;
	background: -moz-linear-gradient(-45deg, #f3961e 0%, #ffc000 100%);
	background: -webkit-linear-gradient(-45deg, #f3961e 0%, #ffc000 100%);
	background: linear-gradient(135deg, #f3961e 0%, #ffc000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3961e', endColorstr='#ffc000', GradientType=1 );
	/*top aling*/
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 2;
	min-height: 120px;
}
/* - - */
#home .race-feature hr {
	border-top: 1px solid #2f3035;
	margin: 0 0 10px 0;
}
#home .race-feature .btn {
	border: #F7F7F7 solid 1px;
	background-color: #2f3035;
	margin-bottom: 7px !important;
}
#home .race-feature h2 {
	margin-top: 5px;
	font-weight: 700 !important;
}
#home .race-feature .date {
	font-weight: 700 !important;
}
/* banner */
#home #race-feature .banner-home {
	position: absolute;
	margin-top: 30px;
	padding: 10px 15px;
	z-index: 100;
}

/* titulo */
#home #race-feature .title-home h4 {
	color: #FFF;
	font-weight: 700;
	font-size: 16px
}
#home #race-feature .title-home {
	background-color: #000;
	position: absolute;
	margin-top: -25px;
	padding: 5px 8px;
	border-bottom: #FFF solid 1px;
	border-right: #FFF solid 1px;
	z-index: 500;
}
/* carrera online */

#home #race-feature .title-home h5 {
    position: absolute;
    background: #fe0000;
    padding: 5px 10px;
    margin-top: 8px;
    text-transform: uppercase;
    color: #FFF !important;
    /*display: block;*/
    width: 130px;
	border-bottom: #FFF solid 1px;
    border-right: #FFF solid 1px;
}
#home #race-feature .title-home h5 a {
    color: #FFF !important;

}


/* contenedor titulo */
#home #race-feature .row-home {
	margin-left: 240px;
}
/* calendario */
#home .calendario-home {
	margin: 0 auto;
	width: 800px;/*width: 1030px;*/
}
#home #calendario {
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: 100;
	color: #DDD;
	width: 730px;
	position: absolute;
	margin-top: -185px;
	padding: 15px 15px 10px 30px;
	background: #2b2b2b;
	z-index: 300;
	/*sombra*/
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
	/*skew*/
	transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
}
#home #calendario .row {
	padding-right: 5px;
	padding-left: 5px;
}
#home #calendario .sep-eta {
	padding-right: 10px !important;
	padding-left: 10px !important;
}
#home #calendario .lyt-sab {
	padding-right: 5px !important;
	padding-left: 20px !important;
}
#home #calendario .lyt-dom {
	padding-right: 5px !important;
	margin-left: 0px !important;
}
#home #calendario b {
	font-weight: 400;
}
#home #calendario span {
	font-weight: 100;
	color: #FFF;
}
#home #calendario .dia {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffc000;
	float: left;
}
#home #calendario .fecha {
	font-size: 13px;
	font-weight: 400;
	float: right;
	margin-bottom: 5px;
}
#home #calendario .lyt-sab .date {
	border-right: #8F8F8F solid 1px;
	border-left: #8F8F8F solid 1px;
	padding: 0 10px;
}
#home #calendario .date .hd {
	border-bottom: #8F8F8F solid 1px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
#home #calendario .date {
	/*skew*/
	transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	-moz-transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
}
#home #calendario .btn {
	font-size: 8px;
	line-height: 12px;
	padding: 4px;
	margin: 0;
	height: 22px;
}
/* contenedor */
#home .menu-race-feature {
	margin: 7px 0px;
}
#home .menu-race-feature li {
	font-size: 9px;
	line-height: 15px;
	color: #FFF;
	float: left;
	padding: 1px 5px;
	margin: 1px;
	background: #2b2b2b;
	/*skew*/
	transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
}
#home .menu-race-feature li a {
	color: #FFF !important;
	text-transform: uppercase !important;

}
#home #race-feature .menu-race-feature li {
	background: #ffd400;
	border: solid 1px #2b2b2b;
	/*skew*/
	transform: skewX(0deg);
	-ms-transform: skewX(0deg);
	-o-transform: skewX(0deg);
	-moz-transform: skewX(0deg);
	-webkit-transform: skewX(0deg);
}
#home #race-feature .menu-race-feature li a {
	color: #2b2b2b !important;
	font-size: 11px;
}

#home .race-content {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 990px;
}

@media (min-width:1200px) {
#home .calendario-home {
	width: 830px;
}
#home .race-content {
	width: 1170px;
}
#home #calendario {
	width: 785px;
	margin-top: -195px;
}
/* titulo */
#home #race-feature .title-home h4 {
	font-size: 21px
}
#home #race-feature .title-home {
	padding: 10px 15px;
}
}

@media (max-width:990px) {
/*contador*/
#home #countdown .countdown {
	font-size: 45px;
	line-height: 50px;
	margin: 30px auto;
}
#home #countdown .countdown .cont-num {
	width: 70px;
	height: 60px;
}
#home #countdown .countdown span {
	padding: 0;
	margin: 0;
}
#home #race-day .location {
	width: 180px;
	margin: 20px 0;
	margin-left: -10px;
}
#home #race-day .title {
	margin-left: 20px;
}
#home #race-day .title h4 {
	font-size: 14px;
}
#home .race-feature {
	position: relative;
	min-height: 170px;
}
/* contenedor */
#home .race-content {
	/*width: 800px !important;*/
}
#home #race-feature .row-home {
	margin-left: 240px;
}
/* calendario */
#home .calendario-home {
	width: 800px;
}
#home #calendario {
	width: 800px;
	display: block;
	margin: 10px 0;
}
#home #en-carrera .row-home .location, #home #en-carrera-finalizada .row-home .location {
	display: none
}
#home #calendario .lyt-sab .date {
	border-right: 0px;
}
#home #calendario .lyt-dom {
	margin-left: 5px !important;
}
}

@media (max-width:767px) {
/*contador*/
#home #countdown .countdown {
	font-size: 45px;
	line-height: 50px;
	margin: 30px auto;
}
#home #countdown .countdown .cont-num {
	width: 50px;
}
#home #countdown .countdown {
	font-size: 32px;
	line-height: 46px;
	padding-right: 20px;
}
#home #countdown .countdown span {
	font-size: 9px;
}
#home #race-day .location {
	width: 170px;
	margin-left: 0px;
}
#home #race-day .location h4 {
	font-size: 11px;
}
/* contenedor */

#home .race-content {
	width: auto;
}
#home #en-carrera .no-padding {
	padding: 0 5px;
	margin: 10px 0 0 0;
}
#home #race-feature .row-home {
	margin-left: 150px;
}
#home .race-feature {
	position: relative;
	min-height: 170px;
}
/* calendario */
#home .calendario-home {
	width: 500px;
}
#home #calendario {
	width: 500px;
	display: block;
	margin: 10px 0;
	margin-top: -20px;
}
#home #en-carrera .row-home .location, #home #en-carrera-finalizada .row-home .location {
	display: none
}
#home #calendario .lyt-sab .date {
	border: 0px;
}
}

@media (max-width:689px) {
/*contador*/
#home #countdown .countdown {
	font-size: 45px;
	line-height: 50px;
	margin: 30px auto 0 auto;
}
#home #countdown .countdown .cont-num {
	width: 50px;
}
#home #countdown .countdown {
	font-size: 32px;
	line-height: 46px;
	padding-right: 20px;
}
#home #countdown .countdown span {
	font-size: 9px;
	margin: 0;
}
#home #race-day .location {
	width: 170px;
	margin-left: 80px;
	margin-top: 0px;
}
#home #race-day .location h4 {
	font-size: 14px;
	line-height: 15px;
}
/* contenedor */

#home #race-feature .row-home {
	margin-left: 0px;
}
#home .race-feature {
	position: relative;
	min-height: 170px;
}
#home .race-content {
	width: auto
}
/* calendario */
#home .calendario-home {
	width: 400px;
}
#home #calendario {
	width: 400px;
	display: block;
	margin: 10px 0;
	margin-top: -20px;
}
#home #en-carrera .row-home .location {
	display: none
}
#home #calendario .lyt-sab .date {
	border: 0px;
}
}
/***********************************!---------- NOTICIAS ----------***********************************/

/*---------- HOME ----------*/
#newshome .col-sm-3, #galleries .col-md-3 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
#newshome .image-caption {
	background: none !important;
	position: relative;
	height: 270px;
	overflow: hidden;
}
#newshome .image-caption .caption {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 15px 10px;
	color: #fff;
}
#newshome .image-caption .caption h4, #newshome .image-caption .caption-static h4 {
	color: #FFF;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	z-index: 8;
	margin-bottom: 5px;
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
#newshome .image-caption .caption h4 span, #newshome .image-caption .caption-static h4 span {
	font-size: 12px;
	color: #000;
	background: #FFF;
	padding: 2px 4px;
}
#newshome .image-caption .caption p {
	position: relative;
	line-height: 15px;
	z-index: 4;
	margin: 0 0 15px 0;
	padding: 0;
}
#newshome .image-caption:hover img {
	height: 370px;
	width: auto;
}
#newshome .image-caption img {
	min-height: 300px;
	width: auto;
	object-fit: cover;
	-webkit-background-size: 450px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
#newshome .image-caption .caption-static {
	padding: 20px 10px;
	display: block;
	position: absolute;
	bottom: 8px;
	width: 100%;
	/*transacion*/
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	margin-bottom: 8px;
}
#newshome .image-caption:hover .caption-static {
	bottom: -145px;
}
#newshome .image-caption .caption:before {
	content: '' attr(data-caption) '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 8px;
}
#newshome .image-caption .caption:before, #newshome .image-caption .caption-static {
	z-index: 0;
	opacity: 1;
	border-bottom: #FCBF0D solid 1px;
	margin-bottom: 8px;
	/*bg*/
	/*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(34, 34, 34, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 1) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 1) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6222222', GradientType=0);*/
 
	background: rgba(0,0,0,0.8);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.85) 56%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(56%, rgba(0,0,0,0.85)), color-stop(100%, rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.85) 56%, rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.85) 56%, rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.85) 56%, rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.85) 56%, rgba(0,0,0,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
#newshome .image-caption.hover-caption .caption {
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transform: translate3d(0, 100px, 0);
	-webkit-transform: translate3d(0, 100px, 0);
	-moz-transform: translate3d(0, 100px, 0);
}
#newshome .image-caption.hover-caption:hover .caption {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

@media (max-width: 990px) {
#newshome .image-caption {
	height: 200px;
}
}

@media all and (max-width: 767px) {
#newshome {
	/*width: 80%;*/
	margin: 0 auto;
	padding: 20px 10px;
}
#newshome .image-caption {
	height: 300px;
}
#galleries {
	padding: 40px 30px !important;
}
#galleries .masonry-item {
	margin: 0 auto;
	width: 100%;
}
#galleries .project .image-tile {
	width: 100%;
	height:auto;
}
#galleries .project .image-tile img {
	margin: 0 auto;
}
}
/*---------- NOTICIA ----------*/
#news h4 {
	font-weight: 400;
}
#news .news-snippet {
	min-height: 605px;
}
#news .news-img-head figure {
	float: left;
	z-index: 20;
}
#news .news-img-head small {
	float: right;
	color: #ffc000;
	background: #323232;
	padding: 5px 10px;
	margin-top: -54px;
	z-index: 100;
}
#news .news-img-content {
	float: left;
	margin-right: 15px;
}
#news .news-img-content figure {
	z-index: 20;
}
#news .news-img-content small {
	float: left;
	position: absolute;
	background: #323232;
	padding: 5px 10px;
	margin-top: -40px;
	z-index: 100;
}
#news .news-img-head figure img, #news .news-img-content img {
	outline: #ffc000 solid 4px;
}
.news-title .label {
	margin-right: 16px;
	float: right;
}
.news-title h4 {
	font-size: 24px;
	position: relative;
	top: 2px;
	margin-bottom: 16px;
}
.news-meta, .news-meta .tags {
	overflow: hidden;
	display: inline-block;
	margin-bottom: 12px;
}
.news-meta > li {
	float: left;
	margin-right: 24px;
}
.news-meta i {
	font-size: 16px;
	margin-right: 8px;
	position: relative;
	top: 2px;
}
.news-snippet iframe {
	width: 100%;
	margin-bottom: 12px;
}
.news-snippet .embed-video-container {
	margin-bottom: 24px;
}
.news-snippet .embed-video-container iframe {
	margin: 0;
}
.news-snippet .inner {
	background: #fff;
	padding: 24px;
}
/* img news */
.news-list figure {
	width: 100%;
	max-height: 250px;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}
.news-list figure img {
	width: 200%;
}

@media (max-width: 991px) and (min-width: 768px) {
.news-list figure {
	max-height: 200px;
}
}

@media all and (max-width: 768px) {
.news-list figure {
	max-height: 440px;
}
}
/* loading news */


.masonry {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0;
	transform: translate3d(0, 100px, 0);
	-webkit-transform: translate3d(0, 100px, 0);
	-moz-transform: translate3d(0, 100px, 0);
}
.masonry.fadeIn {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.masonry-item {
	max-width: 100%;
}
.masonry-item blockquote:hover {
	background: #ffc000;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	color: #fff;
}
.masonryFlyIn .masonry-item {
	opacity: 0;
	transform: translate3d(0, 50px, 0);
	-webkit-transform: translate3d(0, 50px, 0);
	-moz-transform: translate3d(0, 50px, 0);
}
.masonryFlyIn .masonry-item.fadeIn {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.masonry-loader {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 1;
	position: absolute;
	width: 100%;
	z-index: 10;
	top: 80px;
}
.masonry-loader.fixed-center {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	margin-top: -25px;
}
.masonry-loader.fadeOut {
	opacity: 0;
	max-height: 0;
	padding: 0;
	overflow: hidden;
}
.spinner {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 2px 1px 0px #ffc000;
	-moz-animation: spin 0.7s linear infinite;
	-webkit-animation: spin 0.7s linear infinite;
	animation: spin 0.7s linear infinite;
	display: inline-block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
@-moz-keyframes spin {
 100% {
 -moz-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes spin {
 100% {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}

@media all and (max-width: 767px) {
.news-title .label {
	margin-bottom: 8px;
	display: inline-block;
}
.news-title h4 {
	top: 0;
	display: block;
}
.comments input[type="submit"] {
	max-width: 100%;
	float: none;
}
}
/*!---------- BARRA IZQ ----------*/
.widget {
	margin-bottom: 20px;
}
.link-list {
	line-height: 32px;
}
.widget ul:last-child, .widget p:last-child {
	margin-bottom: 0;
}
.widget .title {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	margin-bottom: 12px;
}
.widget hr {
	margin-bottom: 12px;
}
.recent-news {
	line-height: 24px;
}
.recent-news li {
	margin-bottom: 3px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.recent-news .date {
	display: block;
	letter-spacing: 0;
	opacity: .8;
}
.recent-news li:hover .date {
	opacity: 1;
}
.tags {
	overflow: hidden;
}
.tags li {
	float: left;
	margin: 0 4px 4px 0;
}
.tags .btn-sm {
	padding: 0 8px;
	margin: 0;
}

/***********************************!---------- GALERIA ----------***********************************/

#galleries {
	overflow: visible;
}
#galleries .image-tile {
	width: 219px;
	height: 146px;
}
#galleries .image-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: inline-block;
}
#galleries .project .image-tile {
	margin: 0;
}
.project {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 1;
	padding: 0;
}
.project.inactive {
	opacity: .1 !important;
	pointer-events: none !important;
}
.project .image-tile {
	margin: 5px;
}
.project.inactive:hover .title, .project.inactive .image-tile:hover:before {
	display: none;
}

@media (max-width:689px) {
#galleries .image-tile {
	width: auto;
	height: auto;
}
}

@media (min-width:768px) {
#galleries .image-tile {
	width: 375px;
	height: 250px;
}
}

@media (min-width:992px) {
#galleries .image-tile {
	width: 182px;
	height: 132px;
}
}

@media (min-width:1200px) {
#galleries .image-tile {
	width: 219px;
	height: 146px;
}
}

/***********************************!---------- PILOTOS ----------***********************************/

#pilot .pilot {
/*margin: 0 10px*/
}
#pilot .pilot .col-md-3, #pilot .pilot col-sm-4, #pilot .pilot col-xs-12 {
	padding: 0px !important;
	margin: 5px 0 !important;
}
#pilot .pilot .col-sm-4, #pilot .pilot .col-sm-8 {
	padding: 8px !important;
	margin: 0px !important;
}
#pilot a .pilot-item {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 1;
	/*escala*/
	transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transition: scale3d(1, 1, 1);
	/*borde*/
	border: #7a7a7a 10px solid;
	border-bottom: 0px;
	/*bg*/
	background: rgba(219,219,219,1);
	background: -moz-linear-gradient(-45deg, rgba(219,219,219,1) 0%, rgba(246,246,246,1) 47%, rgba(122,122,122,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(219,219,219,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(122,122,122,1)));
	background: -webkit-linear-gradient(-45deg, rgba(219,219,219,1) 0%, rgba(246,246,246,1) 47%, rgba(122,122,122,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(219,219,219,1) 0%, rgba(246,246,246,1) 47%, rgba(122,122,122,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(219,219,219,1) 0%, rgba(246,246,246,1) 47%, rgba(122,122,122,1) 100%);
	background: linear-gradient(135deg, rgba(219,219,219,1) 0%, rgba(246,246,246,1) 47%, rgba(122,122,122,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#7a7a7a', GradientType=1 );
}
#pilot a:hover .pilot-item {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	/*escala*/
	transform: scale3d(1.05, 1.05, 1.05);
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	-moz-transition: scale3d(1.05, 1.05, 1.05);
	/*borde*/
	border: #f3961e 10px solid;
	border-bottom: 0px;
	color: #2b2b2b;
	/*bg*/
	background: #f3961e;
	background: -moz-linear-gradient(-45deg, #f3961e 0%, #ffc000 100%);
	background: -webkit-linear-gradient(-45deg, #f3961e 0%, #ffc000 100%);
	background: linear-gradient(135deg, #f3961e 0%, #ffc000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3961e', endColorstr='#ffc000', GradientType=1 );
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
}
#pilot a .pilot-thumb {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
#pilot a:hover .pilot-thumb {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#pilot .pilot-item .image-tile {
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
	text-align: center;
}
#pilot .pilot-item .pilot-thumb {
	max-width: 205px;
}
#pilot .col-sm-6 .pilot-thumb {
	max-width: 320px;
}
#pilot .pilot-item .logo {
	position: absolute;
	top: 0;
}
#pilot .pilot-item {
	max-width: 100%;
}
#pilot a .title {
	margin: 0 -15px -5px -15px;
	z-index: -100;
	padding: 5px;
	color: #2b2b2b;
	/*transition*/
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	/*bg*/
	background: #f3961e;
	background: -moz-linear-gradient(-25deg, #f3961e 0%, #ffc000 28%, #f3961e 28%, #ffc000 100%);
	background: -webkit-linear-gradient(-25deg, #f3961e 0%, #ffc000 28%, #f3961e 28%, #ffc000 100%);
	background: linear-gradient(100deg, #f3961e 0%, #ffc000 28%, #f3961e 28%, #ffc000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3961e', endColorstr='#ffc000', GradientType=1 );
}
#pilot a:hover .title {
	color: #FFF;
	/*bg*/
	background: #2f3035;
	background: -moz-linear-gradient(-25deg, #2f3035 0%, #3e424a 28%, #2f3035 28%, #2f3035 100%);
	background: -webkit-linear-gradient(-25deg, #2f3035 0%, #3e424a 28%, #2f3035 28%, #2f3035 100%);
	background: linear-gradient(100deg, #2f3035 0%, #2f3035 28%, #3e424a 28%, #2f3035 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3035', endColorstr='#3e424a', GradientType=1 );
}
#pilot a:hover h5, #pilot a:hover h2 {
	/*transition*/
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	color: #FFF;
}
#pilot .pilot-item .title h5 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	text-align: center;
}
#pilot .pilot-item .title h2 {
	font-size: 13px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 0;
}
#pilot .pilot-item .title span {
	font-size: 12px;
	line-height: 13px;
}

@media (max-width:689px) {
#pilot .pilot-item .title h2 {
	font-size: 20px;
}
#pilot .pilot-item .title span {
	font-size: 13px;
}
#pilot .pilot-item .title h5 {
	font-size: 25px;
}
}

@media (min-width:768px) {
#pilot .pilot-item .title h2 {
	font-size: 19px;
}
#pilot .pilot-item .title span {
	font-size: 12px;
}
}

@media (min-width:992px) {
#pilot .pilot-item .title h2 {
	font-size: 14.5px;
}
#pilot .pilot-item .title span {
	font-size: 10px;
}
#pilot .pilot-item .title h5 {
	font-size: 20px;
}
}

@media (min-width:1200px) {
#pilot .pilot-item .title h2 {
	font-size: 18px;
}
#pilot .pilot-item .title span {
	font-size: 12px;
}
}
/*-------- barras pilotos estadisticas */
#pilot .progress-bars {
	margin-bottom: 6px;
}
#pilot .progress {
	height: auto;
	box-shadow: none;
	background-color: #FFF !important;
}
#pilot .progress-bar {
	background: #ffc000;
	box-shadow: none !important;
}
#pilot .bg-primary .progress-bar {
	background: #63c18b;
}
#pilot .progress-pilot {
	height: 34px;
	margin-bottom: 6px;
	border-radius: 0;
	border: none;
}
#pilot .progress-pilot:last-child {
	margin-bottom: 0;
}
#pilot .progress-pilot .progress-bar {
	text-align: left;
	padding-left: 32px;
	line-height: 33px;
	border-radius: 0;
	margin-left: -15px;
}
#pilot .progress-pilot .progress-bar span {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	color: #232323;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 11px;
}
#pilot .progress-pilot span.num {
	text-align: left;
	padding: 0 22px;
	line-height: 40px;
	float: right;
	font-weight: bold;
}
/* --------- galeria */
#pilot .image-slider .slides li img {
	object-fit: cover;
	width: 100%;
	height: 350px;
}
#pilot .flex-control-thumbs img {
	object-fit: cover;
	height: 85px;
}
/* --------- social redes */
#pilot .list-inline li {
	width: 24%;
	text-align: center;
	padding: 0;
	background-color: #2b2b2b;
}
#pilot .list-inline li a {
	color: #FFF;
	font-size: 24px;
	line-height: 72px;
	display: block;
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#pilot .list-inline li a:hover {
	opacity: 0.8;
}
#pilot .list-inline li a:hover i {
	opacity: 1;
}
#pilot .list-inline li.cl-twitter a {
	background-color: #42a5f6;
}
#pilot .list-inline li.cl-facebook a {
	background-color: #3949ab;
}
#pilot .list-inline li.cl-instagram a {
	background-color: #ab46bc;
}
#pilot .list-inline li.cl-web a {
	background-color: #ddb244;
}
#pilot .list-inline li.cl-youtube a {
	background-color: #fe0000;
}
/***********************************!---------- EQUIPOS ----------***********************************/
#teams {
	font-family: 'Oswald', sans-serif;
}
#teams .team {
	border: #ABABAB solid 1px;
}
#teams .team .team-img {
	background: #FFF center center no-repeat;
	width: 100%;
	min-height: 170px;
	height: 100%;
}
#teams .team .title {
	margin-left: -15px;/*margin-bottom:10px;*/
}
#teams .team h4 {
	font-weight: 400;
}
#teams .team a {
	font-weight: 100;
	color: #292929;
}
#teams .team a:hover {
	color: #F4991C;
}
#teams .team ul a {
	color: #FFF;
}
#teams .team span {
	font-weight: 400;
	font-size: 14px;
}
#teams .team hr {
	margin: 5px 0 !important;
}
#teams .team .image-tile {
	margin-right: -5px !important;
}
#teams .team .social-list {
	/*  position: absolute;
    bottom: -38px;
    right: 15px;*/
	background: #2B2B2B;
	color: #FFF;
	text-align: center;
	padding: 0 8px;
	margin-top: 5px;
}

@media all and (max-width: 767px) {
#teams .team .title {
	margin: 5px 15px;
}
#teams .team .social-list {
	position: relative;
	margin-top: 10px;
	bottom: 0px;
	right: 0px;
}
}

@media all and (max-width: 990px) {
#teams .team .title {
	margin: 5px 15px;
}
#teams .team .social-list {
	position: relative;
	margin-top: 10px;
	bottom: 0px;
	right: 0px;
}
}
/***********************************!---------- CALENDARIO ----------***********************************/
#calendar {
}
#calendar .day-item {
	border: #CDCDCD solid 1px;
	margin: 22px 12px 20px 15px;
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7 35%, #f7f7f7 35%, #e0e0e0 100%);
	background: -webkit-linear-gradient(top, #f7f7f7 35%, #f7f7f7 35%, #e0e0e0 100%);
	background: linear-gradient(to bottom, #f7f7f7 35%, #f7f7f7 35%, #e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0', GradientType=0 );
}
#calendar .day-item h2 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin: 10px 0 5px 0;
	padding: 0;
}
#calendar .day-item p{
    margin: 0;
    line-height: 12px;
    display: block;
    background-color: #494949;
    color: #FFF;
    padding: 3px;
    width: auto;
    margin-right: -10px;
}
#calendar .day-item li, #calendar .day-item a {
	color: #000;
}
#calendar .day-item li {
	line-height: 15px;
}
#calendar .day-item span {
	color: #000;
	margin-bottom: 5px;
}
#calendar .day-item .circuit-title .btn {
	float: right;
	position: absolute;
	bottom: -30px;
	right: 10px;
	color: #FFF;
}
#calendar .day-item .circuit-title {
	padding-bottom: 5px;
	margin: 10px;
	min-height: 150px;
}
#calendar .day-item .circuit-title .counter {
	background: #262424;
	height: 45px;
	padding: 5px 10px;
	margin-bottom: 25px;
	margin-left: 10px;
	font-family: 'Oswald', sans-serif;
	float: left;
}
#calendar .day-item .circuit-title .counter li, #calendar .day-item .circuit-title .counter .cont-num {
	float: left;
	margin: 0px 7px;
	color: #FFF;
	font-size: 16px;
	min-width: 18px;
}
#calendar .day-item .circuit-title .counter .cont-num {
/*transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	-moz-transform: skewX(30deg);
	-webkit-transform: skewX(30deg);*/
}
#calendar .day-item .circuit-title .counter .num {
	margin: 0;
	padding: 0;
}
#calendar .day-item .circuit-title .counter li span, #calendar .day-item .circuit-title .counter .cont-num span {
	color: #C4C4C4;
	position: absolute;
	margin: -6px 0 0px -2px;
	font-size: 9px;
}
#calendar .day-item .circuit {
	min-height: 185px;
}
#calendar .day-item .circuit h5 {
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	position: absolute;
	float: left;
	bottom: -5px;
	left: 10px;
	background-color: #424040;
	padding: 10px 15px;
	z-index: 100;
}
#calendar .day-item .circuit .circuit-img {
	text-align: center;
	/*width: 190px;*/
	padding: 12px 5px;
	background: #e0e0e0;
	background: -moz-linear-gradient(top, #e0e0e0 0%, #f7f7f7 65%, #f7f7f7 65%);
	background: -webkit-linear-gradient(top, #e0e0e0 0%, #f7f7f7 65%, #f7f7f7 65%);
	background: linear-gradient(to bottom, #e0e0e0 0%, #f7f7f7 65%, #f7f7f7 65%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f7f7f7', GradientType=0 );
}
#calendar .day-item .circuit .circuit-img img {
	height: 163px;
	filter: invert(0.5);
	-webkit-filter: invert(0.5);
	-moz-filter: invert(0.5);
	-o-filter: invert(0.5);
	-ms-filter: invert(0.5);
}
/*color*/
#calendar .btn span {color: #FFF;}
#calendar .calendar-off .circuit-title .btn {
	background-color: #2A2A2A;
	border: #000 solid 2px;
}
#calendar .calendar-off .circuit-title .btn:hover {
	background-color: #3A3A3A;
	border: #3A3A3A solid 2px;
}
#calendar .calendar-on {
	margin: 20px 10px 16px 11px !important;
	border: #fca10f solid 4px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
#calendar .calendar-on .btn {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	right: -4px !important;
	background: #fca10f !important;
	color: #fff !important;
	border: 2px solid #fca10f !important;
}
#calendar .calendar-on .circuit h5 {
	background-color: #fca10f;
}
#calendar .calendar-on .circuit .circuit-img {
	background: #f7cd13 !important;
	background: -moz-linear-gradient(-45deg, #f7cd13 0%, #f1da36 100%) !important;
	background: -webkit-linear-gradient(-45deg, #f7cd13 0%, #f1da36 100%) !important;
	background: linear-gradient(135deg, #f7cd13 0%, #f1da36 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7cd13', endColorstr='#f1da36', GradientType=1 ) !important;
}
#calendar .calendar-on .circuit .circuit-img img {
	filter: invert(0) !important;
	-webkit-filter: invert(0) !important;
	-moz-filter: invert(0) !important;
	-o-filter: invert(0) !important;
	-ms-filter: invert(0) !important;
}
#calendar .calendar-counter .circuit-title .btn {
	background-color: #474747;
	border: #474747 solid 2px;
}
#calendar .calendar-counter .circuit-title .btn:hover {
	background-color: #7d7e7d;
	border: #7d7e7d solid 2px;
}
#calendar .calendar-counter .circuit .circuit-img {
	background: #7d7e7d;
	background: -moz-linear-gradient(top, #7d7e7d 0%, #474747 100%);
	background: -webkit-linear-gradient(top, #7d7e7d 0%, #474747 100%);
	background: linear-gradient(to bottom, #7d7e7d 0%, #474747 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#474747', GradientType=0 );
}
#calendar .calendar-counter .circuit .circuit-img img {
	filter: invert(1);
	-webkit-filter: invert(1);
	-moz-filter: invert(1);
	-o-filter: invert(1);
	-ms-filter: invert(1);
}

/* calendario doble */
.circuit-double .circuit-name{
	display: none
}
.circuit-double .circuit-pos{
	font-size: 10px;
    line-height: 11px;
}
.circuit-double .circuit-double-btn1{
	margin-right: 120px;
}
.circuit-double .btn{bottom: -23px !important;}


.circuit-double .circuit-double-btn1 span{
	display: none
}
.circuit-double  li{
	font-size: 12px;
    line-height: 11px !important;
}


/* circuito */

#circuit-all {
}
#circuit-all .map iframe {
	height: 350px;
	width: auto;
	margin: 0;
	padding: 0;
}
#circuit-all .news-title h3 {
	margin-bottom: 0;
	font-weight: 700;
}
#circuit-all .news-title span {
	font-weight: 300;
}
/***********************************!---------- RESULTADOS ----------***********************************/

table {
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
}
/*resultado*/
#result .btn, #champion .btn {
	font-size: 10px;
	padding: 0 6px;
	margin: 10px 0 2px 0;
}

@media only screen and (min-width : 768px) and (max-width : 1180px) {
#result .btn, #champion .btn {
	font-size: 9px;
	padding: 0 2px;
	margin: 5px 0 2px 0;
}
#result .btn i, #champion .btn i {
	display: none;
}
}

@media screen and (max-width: 767px) {
/*table responsive */
#champion.table-responsive table td:nth-child(2), #champion.table-responsive table th:nth-child(2) {
	display: none;
}
#champion.table-responsive table td:nth-child(4), #champion.table-responsive table th:nth-child(4) {
	display: none;
}
#champion.table-responsive table td:nth-child(7), #champion.table-responsive table th:nth-child(7) {
	display: none;
}
/* name */
#champion table tr .name {
	font-size: 18px !important;
	font-weight: 400 !important;
}
}
#result table thead, #champion table thead {
	color: #FFF;
	background-color: #2b2b2b;
	border-bottom: 4px solid #ffc000;
	font-weight: 700;
}
#result table tr, #champion table tr, #result table td, #champion table td {
	font-size: 18px;
	vertical-align: middle !important;
}

#champion table td a {
	font-size: 18px;
	vertical-align: middle !important;
	color: #2b2b2b;
	font-weight: 100;
	text-transform: uppercase;
}

#result table tr .name, #champion table tr .name {
	font-size: 22px;
	font-weight: 400
}
#result table tr .name a, #champion table tr .name a {
	font-size: 22px;
	font-weight: 400;
	color: #333;
}
#result table tr .name a:hover, #champion table tr .name a:hover {
	color: #ffc000;
}
#result table .label-red, #champion table .label-red {
	background: #E15B00;
	color: #FFF;
	font-weight: 700;
	padding: 5px;
	float: right;
}
/*campeonato*/
#champion h5 {
	font-size: 14px;
}
#champion h5 span {
	font-size: 18px;
}
#champion .breakdown {
	display: block;
	text-align: center;
}
#champion .breakdown div {
	float: left;
	background: #E7E7E7;
	padding: 5px;
	min-width: 7.6%;
}
#champion .breakdown div span, #champion .breakdown div strong {
	display: block;
	text-align: center;
	margin: 5px 0;
}
#champion .label {
	width: 43px;
}
/***********************************!---------- PPCEV ----------***********************************/
#ppcev .table .btn {
	margin: 0 !important;
}
/* calendario */
#ppcev .calendario {
	font-family: 'Oswald', sans-serif;
	color: #2b2b2b;
	background: #f3961e;
	background: -moz-linear-gradient(-45deg, #f3961e 0%, #ffc000 100%);
	background: -webkit-linear-gradient(-45deg, #f3961e 0%, #ffc000 100%);
	background: linear-gradient(135deg, #f3961e 0%, #ffc000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3961e', endColorstr='#ffc000', GradientType=1 );
	margin: 0 -15px;
	padding: 20px
}
#ppcev .calendario .date {
	border-right: #D96D0E solid 1px;
}
#ppcev .calendario .dia {
	font-size: 22px;
	font-weight: bold;
}
#ppcev .calendario .fecha {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	border-bottom: #D96D0E solid 1px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#ppcev .calendario .btn {
	font-size: 8px;
	padding: 0 5px;
	margin: 5px 0;
	height: 22px;
	color: #333;
	line-height: 21px;
	border: #333 solid 1px;
}
#ppcev .calendario .btn:hover {
	color: #FFF;
	background-color: #000;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
}
/* podio */
#ppcev #en-carrera {
	margin: 0 -15px;
	padding: 20px;
	border-bottom: 1px solid #000;
}
#ppcev #en-carrera h2, #home #en-carrera h2 {
	margin: 0;
	font-weight: 400;
}
#ppcev #en-carrera .podio-wrapper, #home #en-carrera .podio-wrapper {
	background: #2f3035;
	background: -moz-linear-gradient(top, #2f3035 0%, #3e424a 50%, #32343a 100%);
	background: -webkit-linear-gradient(top, #2f3035 0%, #3e424a 50%, #32343a 100%);
	background: linear-gradient(to bottom, #2f3035 0%, #3e424a 50%, #32343a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3035', endColorstr='#32343a', GradientType=0 );
	padding: 25px 5px 30px 20px;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
}
#ppcev #en-carrera .pos, #home #en-carrera .pos {
	font-family: 'Oswald', sans-serif;
	background: #fff;
	width: 30px;
	padding: 3px 10px;
	position: absolute;
	left: -2px;
	top: -5px;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
}
#ppcev #en-carrera .name, #home #en-carrera .name {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #FFF;
}
#ppcev #en-carrera .logo, #home #en-carrera .logo {
	position: absolute;
	right: 3px;
	top: 3px;
}
#ppcev #en-carrera .logo img, #home #en-carrera .logo img {
	width: 40px;
	height: auto;
}
#ppcev #en-carrera .no-padding {
	padding: 0 1px;
}
#ppcev #en-carrera .category, #home #en-carrera .category, #ppcev #en-carrera .banner-home, #ppcev #en-carrera .title-home {
	display: none;
}
/* timer */

#DivContenedorReloj {
	margin: 10px 0;
	position: absolute;
	z-index: 200;
	width: 100%;
}
#DivContenedorReloj #reloj {
	background: #F0BA1A;
	border: #F85212 solid 1px;
	padding: 10px 20px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	font-weight: 700;
	display: block;
	width: 200px;
}
/* opciones del ppcev */
.tabs {
	overflow: hidden;
	border-bottom: solid 1px #CCC;
}
.tabs li {
	display: inline-block;
	cursor: pointer;
}
.tabs.thirds {
	width: 100%;
}
.tabs.thirds li {
	width: 33.3333333%;
}
.tabs.thirds .tab-title {
	width: 100%;
}
.tabbed-content .content > li {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	display: none;
}
.tabbed-content .content .active {
	opacity: 1;
	visibility: visible;
	display: block;
}
.icon-tabs .tabs li {
	width: 16.4%;
	margin-bottom: 24px;
}
.icon-tabs .tab-title {
	text-align: center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: .8;
	padding: 15px 0 10px 0;
	background: #D4D4D4;
}
.icon-tabs .tab-title:hover {
	opacity: 1;
}
.icon-tabs .active .tab-title {
	color: #ffc000;
	opacity: 1;
	background: #000;
}
.icon-tabs .active .tab-title i, .icon-tabs .active .tab-title span {
	color: #ffc000;
}
.image-bg .icon-tabs .active .tab-title i {
	color: #fff;
}
.icon-tabs .tab-title i {
	display: block;
	margin-bottom: 16px;
}
.icon-tabs .tab-title span {
	font-size: 10px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	color: #292929;
}

@media all and (max-width: 767px) {
.icon-tabs .tabs li {
	margin-bottom: 16px;
	margin-right: 0;
	width: 49%;
}
.icon-tabs .tab-title i {
	font-size: 32px;
}
}
.icon {
	font-size: 64px;
	display: inline-block;
	color: #292929;
}
.legend, .head-table {
	padding: 10px;
	background-color: #8B8B8B;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.head-table {
	background-color: #CC8F0B;
	text-align: left;
	margin-bottom: 5px;
}
.head-table a {
	margin: -4px 5px 0 5px;
	float: right;
}
.head-table a span {
	margin-left: 5px;
}
.legend .ti-close {
	color: #fff;
	background: #EF1C20;
	padding: 3px;
}
.legend .ti-check {
	color: #fff;
	background: #07CD30;
	padding: 3px;
}
#ppcev .list-grid {
	margin: 0 auto;
	float: none;
}
#ppcev .grid {
	margin: 20px 0;
}
#ppcev .grid h1 {
	text-align: center;
	border-bottom: #4F4F4F solid 1px;
}
#ppcev .grid h1 span {
	background: #000;
	color: #FFF;
	padding: 0 10px !important;
}
#ppcev .grid h2 {
	font-size: 32px;
	background: #FFB600;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
}
#ppcev .grid h3 {
	margin: 0;
}
#ppcev .grid p {
	font-size: 14px;
}
#ppcev .grid h2, #ppcev .grid h3, #ppcev .grid p, #ppcev .grid figure {
	text-align: center;
}
/***********************************!---------- BANNERS ----------***********************************/

#banner {
	text-align: center;
	text-align: center;
	display: block;
}
#banner img {
	cursor: pointer;
	height: auto;
}
/***********************************!---------- BOTONES ----------***********************************/

.btn {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	border: 2px solid #fca10f;
	padding: 0 26px;
	height: 40px;
	min-width: 150px;
	line-height: 36px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0;
	color: #fca10f;
	text-align: center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	margin-right: 8px;
	margin-bottom: 24px;
	background-color: rgba(255,255,255,0.8)
}
.btn:last-child, .btn:last-of-type {
	margin-right: 0;
}
.btn:hover {
	background: #ffc000;
	color: #fff;
}
.btn-icon {
	width: 40px;
	height: 40px;
	font-size: 20px;
	min-width: 0;
	padding: 0;
	line-height: 38px;
}
.btn-lg {
	height: 50px;
	line-height: 46px;
	min-width: 200px;
}
.btn-icon.btn-lg {
	width: 50px;
	height: 50px;
	line-height: 49px;
	font-size: 24px;
	min-width: 0;
}
.btn-icon.btn-sm {
	width: 30px;
	height: 30px;
	line-height: 29px;
	font-size: 13px;
	min-width: 0;
	padding: 0 0 0 1px!important;
}
.btn-sm {
	height: 30px;
	font-size: 11px;
	line-height: 27px;
	min-width: 0;
}
.btn-filled {
	background: #fca10f;
	color: #fff;
}
.btn-filled:hover {
	background: #d88508;
	border: #d88508 solid 2px;
}
.btn-white, .image-bg .btn, .image-bg .btn:visited {
	color: #fff;
	border-color: #fff;
}
.btn-white:hover, .image-bg .btn:hover, .image-bg .btn:visited:hover {
	background: #fff;
	color: #222;
}
.image-bg .btn.btn-filled, .image-bg .btn-filled:visited {
	border-color: #ffc000;
}
.image-bg .btn-filled:hover {
	border-color: #fff;
}
.btn-rounded {
	border-radius: 25px;
}
body.btn-rounded .btn {
	border-radius: 25px !important;
}
.bg-light .btn {
	border-color: #222;
	color: #222;
}
.bg-light .btn:visited, .bg-light .btn:visited:hover {
	color: #222;
}
.bg-light .btn-filled, .bg-light .btn-filled:visited {
	color: #fff;
}
.btn:visited {
	color: #ffc000;
}
.btn-white:visited, .btn:visited:hover {
	color: #fff;
}
.btn-white:visited:hover {
	color: #222;
}
.btn-filled:visited {
	color: #fff;
}
.btn.bg-dark {
	color: #fff;
	border-color: #292929;
}
.btn.bg-dark:hover {
	background: #434343;
}
.bg-primary .btn {
	color: #fff;
	border-color: #fff;
}
.bg-primary .btn:hover {
	background: #fff;
	color: #ffc000;
}
/***********************************!---------- FORMULARIO ----------***********************************/

input, button, select, textarea {
	font-family: "Lato", Helvetica, Arial, sans-serif;
}
input[type="text"], button, textarea, select, input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.bg-secondary input[type="text"], .bg-secondary textarea, .bg-secondary select {
	background: #fff;
}
.input-lh {
	line-height: 50px;
}
.attempted-submit .field-error {
	outline: 1px red !important;
}
.input-with-label span {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #292929;
	letter-spacing: 1px;
	font-weight: 700;
	display: block;
	cursor: default;
}
input[type="text"], input[type="password"] {
	background: #f5f5f5;
	border: none;
	width: 100%;
	height: 50px;
	padding-left: 20px;
	font-weight: 500;
	margin-bottom: 24px;
	border-radius: 0;
	outline: 1px solid #D4D4D4;
}
.image-bg input[type="text"], .image-bg textarea {
	color: #555;
}
.image-bg.bg-light input.transparent, .image-bg.bg-light button.transparent {
	border-color: #292929;
}
input.transparent, button.transparent {
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff !important;
}
input[type="text"]:focus, input[type="password"]:focus {
	outline: 1px solid #F3961E;
}
textarea {
	width: 100%;
	border: none;
	background: #f5f5f5;
	margin-bottom: 24px;
	border-radius: 0;
	padding: 16px 20px;
	outline: 1px solid #D4D4D4;
}
textarea:focus {
	outline: 1px solid #ccc;
}
::-webkit-input-placeholder {
 text-transform: uppercase;
 font-weight: bold;
 letter-spacing: 1px;
 color: #777;
 font-size: 11px;
}
:-moz-placeholder {
 text-transform: uppercase;
 font-weight: bold;
 letter-spacing: 1px;
 color: #777;
 font-size: 11px;
}
::-moz-placeholder {
 text-transform: uppercase;
 font-weight: bold;
 letter-spacing: 1px;
 color: #777;
 font-size: 11px;
}
:-ms-input-placeholder {
 text-transform: uppercase;
 font-weight: bold;
 letter-spacing: 1px;
 color: #777;
 font-size: 11px;
}
input.transparent::-webkit-input-placeholder, button.transparent::-webkit-input-placeholder {
 color: #fff;
}
input.transparent::-moz-input-placeholder, button.transparent::-moz-input-placeholder {
 color: #fff;
}
input.transparent:-moz-input-placeholder, button.transparent:-moz-input-placeholder {
 color: #fff;
}
input.transparent:-ms-input-placeholder, button.transparent:-ms-input-placeholder {
 color: #fff;
}
input[type="submit"], button[type="submit"] {
	height: 50px;
	line-height: 48px;
	border: 2px solid #F3961E;
	background: #F3961E;
	color: #fff;
	width: 100%;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 0 !important;
}
.bg-primary input[type="submit"], .bg-primary button[type="submit"] {
	background: #fff;
	color: #F3961E;
}
input[type="submit"]:focus, button[type="submit"]:focus {
	outline: none;
}
input[type="submit"].hollow, button[type="submit"].hollow {
	background: none;
	border: 2px solid #ffc000;
	color: #ffc000;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
input[type="submit"].hollow:hover, button[type="submit"].hollow:hover {
	background: #ffc000;
	color: #fff;
}
.select-option {
	position: relative;
	cursor: pointer;
	height: 50px;
	overflow: hidden;
	margin-bottom: 24px;
	border: 1px solid #E1E1E1;
}
.select-option i {
	position: absolute;
	font-size: 18px;
	right: 10px;
	top: 14px;
	z-index: 2;
	pointer-events: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	cursor: pointer;
}
.select-option:focus i {
	color: #fff;
}
.select-option select {
	margin-bottom: 0;
	padding: 10px 32px 10px 15px;
}
.select-option option {
	padding: 15px !important;
	line-height: 22px !important;
}
select {
	height: 50px;
	background: #f5f5f5;
	width: 100%;
	border-radius: 0;
	border: none;
	outline: none;
	padding-left: 20px;
	position: relative;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #777;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	cursor: pointer;
}
select:focus {
	background: #eee;
}
select:active, select:focus, select:hover {
	outline: none;
	border: none;
}
.checkbox-option, .radio-option {
	display: inline-block;
	width: 50px;
	height: 25px;
	border-radius: 25px;
	border: 1px solid #ffc000;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 24px;
}
.checkbox-option .inner, .radio-option .inner {
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #ffc000;
	position: relative;
	top: 2px;
	left: 2px;
	display: inline-block;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
.checkbox-option.checked .inner {
	transform: translate3d(25px, 0, 0);
	-webkit-transform: translate3d(25px, 0, 0);
	-moz-transform: translate3d(25px, 0, 0);
	background: #ffc000;
}
.checkbox-option input {
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
}
.radio-option {
	width: 25px;
	height: 25px;
	text-align: left;
}
.radio-option:nth-of-type(n+2) {
	margin-left: 24px;
}
.radio-option input {
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
}
.radio-option .inner {
	border: none;
	width: 19px;
	height: 19px;
	left: 2px;
	transform: scale(0);
	-webkit-transform: scale(0);
}
.radio-option + span {
	display: inline-block;
	line-height: 25px;
}
.radio-option.checked .inner {
	transform: scale(1);
	-webkit-transform: scale(1);
}
.radio-option.checked .inner {
	background: #ffc000;
}

@media all and (min-width: 991px) {
input.col-md-6, button.col-md-6 {
	width: 49%;
	float: left;
}
input.col-md-6:first-of-type, button.col-md-6:first-of-type {
	margin-right: 1%;
}
input.col-md-6:last-of-type, button.col-md-6:last-of-type {
	margin-left: 1%;
}
}
form.thirds input, form.thirds button {
	width: 32%;
	float: left;
	margin-left: 1%;
	margin-bottom: 16px;
}
form.halves input, form.halves button {
	width: 46%;
	float: left;
	margin-left: 2.5%;
	margin-bottom: 16px;
}
form.halves p, form.thirds p, form.halves span, form.thirds span {
	clear: both;
}
.form-error, .form-success {
	background: #58ce38;
	padding: 12px;
	width: 80%;
	color: #fff;
	clear: both;
	display: block;
	max-width: 700px;
	position: relative;
	top: 16px;
	margin: 0 auto;
	word-break: break-word;
}
.form-error {
	background: #ce3838;
}
.form-error a, .form-success a {
	display: block;
	color: #fff;
}
.attempted-submit .field-error {
	outline: 1px solid #ce3838 !important;
}
form iframe.mail-list-form {
	display: none;
}
.form-loading {
	border: 3px solid #ffffff;
	border-radius: 30px;
	height: 30px;
	left: 50%;
	margin: -15px 0 0 -15px;
	opacity: 0;
	margin: 0px auto;
	top: 50%;
	width: 30px;
	-webkit-animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation: pulsate 1s ease-out;
	-moz-animation-iteration-count: infinite;
	animation: pulsate 1s ease-out;
	animation-iteration-count: infinite;
	z-index: 99999;
}
@keyframes pulsate {
 0% {
 transform: scale(0.1);
 opacity: 0.0;
}
 50% {
 opacity: 1;
}
 100% {
 transform: scale(1.2);
 opacity: 0;
}
}
@-webkit-keyframes pulsate {
 0% {
 transform: scale(0.1);
 opacity: 0.0;
}
 50% {
 opacity: 1;
}
 100% {
 transform: scale(1.2);
 opacity: 0;
}
}
button[type="submit"] .form-loading {
	height: 25px;
	width: 25px;
	display: inline-block;
	top: 9px;
	position: relative;
	left: 0;
}
.btn-white .form-loading {
	border: 3px solid #c8c8c8;
}

@media all and (max-width: 767px) {
form.thirds input, form.halves input, form.thirds button, form.halves button {
	width: 100%;
	margin-bottom: 8px;
	float: left;
	margin-left: 0;
}
}
/***********************************!---------- PAGINADOS ----------***********************************/

.pagination {
	margin: 0;
}
.pagination li {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
}
.pagination li a {
	padding: 0;
	text-align: center;
	padding: 6px 12px;
	margin: 0 4px;
	color: #292929;
	font-weight: 400;
	display: block;
}
.pagination li a:hover, .pagination li.active a, .pagination li.active:hover a {
	background: #ffc000;
	color: #fff;
	font-size: 16px;
	border-color: #ffc000;
	margin: -2px 1px;
	padding: 8px 14px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
/***********************************!---------- WIDGETS ----------***********************************/

#widgets {
	overflow: visible;
}
#widgets .widget {
	background-color: #FFF;
	height: 380px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #000000;
}
#widgets .widget iframe {
	width: 100% !important;
	height: 380px;
}
#widgets .instafeed h4 {
	font: normal normal 14px/1.4 Helvetica, Roboto, "Segoe UI", Calibri, sans-serif;
	font-size: 21px;
	font-weight: 300;
	line-height: 24px;
	color: #292F33;
	padding: 10px;
	margin: 0;
}
#widgets .instafeed h4 span {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #8899A6;
}
#widgets .instafeed hr {
	border-color: rgba(15,70,100,.12);
}
#widgets .instafeed ul {
	width: 98%;
	margin: 5px auto;
	text-align: center;
	height: 300px;
    overflow: auto;
}
#widgets .instafeed li {
	width: 32%;
	display: inline-block;
	padding: 2px auto;
}
#widgets .instafeed li img{
	height: auto;
}
#widgets .instafeed li:nth-of-type(n+7) {
/*display: none;*/
}
#widgets ._2p3a {
	width: 100% !important;
}
/***********************************!---------- FOOTER ----------***********************************/

footer {
	padding: 50px 0 40px 0;
}
footer a {
	color: #fff;/*font-size: 12px;*/
}
footer li a {
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 1px;
}
footer li {
	margin: 0 !important;
	padding: 0 !important;
}
footer .logo {
	max-height: 60px;
}
footer .sub {
	opacity: 0.2;
	color: #FFF;
}
footer p {
	font-size: 12px;
	color: #E4E4E4;
	margin: 10px 0;
	line-height: 22px;
}
footer.copy {
	padding: 10px 0;
	overflow: visible;
}
footer .title {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	color: #ffc000;
	/*
	text-transform: uppercase;
	*/
	letter-spacing: 2px;
	font-weight: 700;
	margin-bottom: 8px;
}
footer hr {
	margin-bottom: 12px;
	opacity: 0.3;
}
footer .link-list {
	line-height: 13px;
}
footer .link-list i {
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 8px;
}
/* button */
footer .btn-info {
	height: 20px;
	font-size: 9px;
	line-height: 18px;
	min-width: 0;
	padding: 0 10px;
}
/* recoment */
footer .shareaholic-canvas li {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}
footer .shareaholic-canvas .shareaholic-share-buttons-container ul.shareaholic-share-buttons {
	margin: 0 !important;
	padding: 0 !important;
}
footer ul li i.shareaholic-service-icon {
	height: 36px !important;
	width: 36px !important;
}
footer .shareaholic-share-buttons-container.round .shareaholic-share-button-container .shareaholic-service-icon {
	font-size: 21px !important;
}

footer .shareaholic-share-buttons-container li.shareaholic-total-count {
	display: none !important;
}

/* button top */
.back-to-top {
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 100;
	color: #2b2b2b;
	font-weight: 700;
}
.back-to-top:hover {
	background-color: #151515 !important;
}
.back-to-top:after {
	content: "\e648";
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.social-list {
	margin: 0;
}
.image-bg .social-list a {
	color: #fff;
}
.bg-dark .social-list a, .image-bg .social-list a {
	color: #fff;
	opacity: .5;
}
.bg-dark .social-list a:hover {
	opacity: 1;
}
.image-bg .social-list a {
	opacity: 1;
}
.bg-light .social-list a {
	color: #222;
}
.bg-dark .back-to-top {
	border-color: #fff;
}
.bg-dark .back-to-top:active, .bg-dark .back-to-top:focus {
	color: #fff;
}
.bg-dark .back-to-top:hover {
	background: none;
}
