/*! 
 * Template Name: devAid - Bootstrpa 4 Theme for developers
 * Version: 2.2
 * Author: Xiaoying Riley
 * Copyright: 3rd Wave Media
 * Twitter: @3rdwave_themes
 * Website: https://themes.3rdwavemedia.com/
*/
/* ======= Fonts ======= */

/* ======= Base ======= */
body {
  font-family: 'Lato', arial, sans-serif;
  color: #444;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #eebf3f;
}

a {
  color: #eebf3f;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}


a:hover {
  text-decoration: underline;
  color: #0e98c5;
}

.btn, a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-family: 'Montserrat', arial, sans-serif;
  padding: 8px 16px;
  font-weight: bold;
}

.btn .svg-inline--fa, a.btn .svg-inline--fa {
  margin-right: 5px;
}

.btn:focus, a.btn:focus {
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.btn-cta-primary, .btn-cta-primary {
  background: #222;
  border: 1px solid #222;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

a.btn-cta-primary:hover, .btn-cta-primary:hover {
  background: #eebf3f;
  border: 1px solid #eebf3f;
  color: #fff;
}

a.btn-cta-secondary, .btn-cta-secondary {
  background: #eebf3f;
  border: 1px solid #eebf3f;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

a.btn-cta-secondary:hover, .btn-cta-secondary:hover {
  background: #222;
  border: 1px solid #222;
  color: #fff;
}

.text-highlight {
  color: #222;
}

.offset-header {
  padding-top: 90px;
}

pre code {
  font-size: 16px;
}

.text_primary{
	color:#222 !important;
}
a.text_primary{
	text-decoration: underline;
}
a.text_primary:hover{
	color:#222 !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:active, .nav-link, a.nav-link {
	border: 1px solid #fff;
	color:#222 !imporatant;
	text-decoration: none !important;
}

.nav-tabs .nav-link:hover {
	border-top-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	color:#222 !imporatant;
	text-decoration: none !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover  {
	border-color: #fff;
    border-bottom: 4px solid #eebf3f;
	font-weight: 700;
}
.nav-link{
	padding: .5rem 2rem;
}
@media (min-width: 1200px){
.container {
	width: 1170px;
	padding: 0;
}
}
@media (min-width: 768px){
.container, .container-md, .container-sm {
    max-width: 100% !important;
}
}

/* TABLE */

.page-item.active .page-link {
    z-index: 3;
    color: #222;
    background-color: #eebf3f;
    border-color: #eebf3f;
}
.page-link {
    color: #222;
}
.table td, .table th {
    padding: .5rem;
}

.bold{
font-weight: 700;
}

/* ======= Header ======= */
.header{
	padding: 10px 0;
	background: #eebf3f;
	position: fixed;
	width: 100%;
	color: #222;
	background: #fff;
	z-index: 9999;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.header.logo a {
  color: #222;
}

.header .logo {
  margin: 0;
  font-size: 26px;
  padding-top: 10px;
}

.header .logo a {
  color: #222;
}

.header .logo a:hover {
  text-decoration: none;
}

.header .main-nav .navbar-collapse {
  padding: 0;
}

.header .main-nav .navbar-toggler {
  margin-right: 0;
  margin-top: 0;
  background: none;
  float: right;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px 8px;
  right: 10px;
  top: 10px;
  background: #222;
}

.header .main-nav .navbar-toggler:focus {
  outline: none;
}

.header .main-nav .navbar-toggler .icon-bar {
  display: block;
  background-color: #fff;
  height: 2px;
  width: 22px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.header .main-nav .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.header .main-nav .navbar-toggler:hover .icon-bar {
  background-color: #fff;
}

.header .main-nav .nav .nav-item {
  font-weight: bold;
  margin-right: 30px;
  font-family: 'Montserrat', sans-serif;
}

.header .main-nav .nav .nav-item .nav-link {
  color: #222;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  font-size: 14px;
  padding: 15px 10px;
}

.header .main-nav .nav .nav-item .nav-link.active {
  color: #eebf3f;
  background: none;
}

.header .main-nav .nav .nav-item .nav-link:hover {
  color: #eebf3f;
  background: none;
}

.header .main-nav .nav .nav-item .nav-link:focus {
  outline: none;
  background: none;
  color: #eebf3f;
}

.header .main-nav .nav .nav-item .nav-link:active {
  outline: none;
  background: none;
  color: #eebf3f;
}

.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}


.header .main-nav .nav .nav-item .dropdown-item{
	color: #222 !important;
    font-size: 13px !important;
}

.header .main-nav .nav .nav-item .dropdown button:focus {
    color: #eebf3f;
}

.empty_menu{
	display:none;
	float:left;
	margin-top:90px;
	width:100%;
}
.wrapper{
	min-height: 100vh;
	margin-bottom: 50px;
	padding-top: 70px;
}
/* ======= Login Section ======= */

.login-box,
.register-box {
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  color:#222;
  background: #fff;
}

.login-box-msg.errorLogin{
	color:red;
}

.forgot_pass{
	font-size: 12px;
    text-align: right;
    float: right;
    margin-top: 10px;
}
/* ======= Section ======= */
.main {
  background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.7)), url('../images/background.jpg');
  background-position: 50%;
  background-size: cover;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 150px;
  /*margin-bottom: 40px;*/
}

.main .title {
  font-size: 40px;
  color: #fff;
  margin-top: 0;
}

.main .title .highlight {
  color: #eebf3f;
}

.main .intro {
  font-size: 28px;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.main .btns .btn {
  margin-right: 15px;
  font-size: 18px;
  padding: 8px 30px;
}

/* ======= Events Section ======= */
.events {
	margin-top: 50px;
	width:100%;
}

.event-item{
	margin-bottom: 20px;
}

.event-item-content{
	padding: 10px;
	background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.7)), url('../images/background.jpg');
	background-position: 50%;
	background-size: cover;
	color: #fff;
	font-size:14px;
	max-width:200px;
	height: 90px;
	border-radius: 10px;
	margin: 0 auto;
	line-height: 70px;
}
#cycling.event-item-content{
	background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.7)), url('../images/cycling.jpg');
	background-position: 50%;
	background-size: cover;
}
#running.event-item-content{
	background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.7)), url('../images/running.jpg');
	background-position: 50%;
	background-size: cover;
}

#trail.event-item-content{
	background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.7)), url('../images/trail.jpg');
	background-position: 50%;
	background-size: cover;
}
#mtb.event-item-content{
	background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.7)), url('../images/mtb.jpg');
	background-position: 50%;
	background-size: cover;
}
#triathlon.event-item-content{
	background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.7)), url('../images/triathlon.jpg');
	background-position: 50%;
	background-size: cover;
}
#ski.event-item-content{
	background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.7)), url('../images/ski.jpg');
	background-position: 50%;
	background-size: cover;
}

/* ======= Race Listing ======== */
.races{
	padding-top: 20px;
	margin-bottom:30px;
}
.race_item{
	
	margin-bottom: 20px;
	border-top: 1px solid #eee;
	padding-top: 30px;
	min-height: 120px;
}

.race_date>span{
	float: left;
    width: 100%;
	color:#888;
	font-size:15px;
}
.race_date_day{
	font-size: 24px !important;
	font-weight: 600;
}

.race_info h5{
	text-align: left;
    color: #222;
	margin:0;
}
a.race_title{
	color:#222;
}
a.race_title:hover{
	color:#eebf3f;
	text-decoration: none;
}

.race_type{
	color: #888;
	text-transform: uppercase;
	font-size: 15px;
	float: left;
}

.race_dates{
	width: 100%;
    text-align: left;
}

.race_img{
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0));
	background-position: 50%;
	background-size:cover;
	
}

/***MAPS ****/
.marker {
	height: 15px;
	width: 15px;
	background-position: 50%;
	background-size: cover;
}
.marker.marker_start{
	background-image: url(https://www.segmentpeaks.com/assets/web/images/icon-green.png);
}
.marker.marker_end{
	background-image: url(https://www.segmentpeaks.com/assets/web/images/icon-end.png);
}
/* ======= Inscribe Section ======= */

.race_price{
	float: right;
}

.total_price{
	float: right;
}

/* ======= About Section ======= */
.about {
	padding: 0;
	background-image: url(https://www.segmentpeaks.com/assets/web/images/about.jpg);
	background-size:cover;
	background-position:50%;
	
}

.about .fondo{
	
}
.about .texto{
	margin: 30px 0;
	padding: 30px 40px;
	background: rgba(245,245,245,0.8);
}

.about .title {
  color: #222;
  margin-top: 0;
  margin-bottom: 40px;
}

.about .intro {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.about .item {
  position: relative;
  margin-bottom: 30px;
}

.about .item .icon-holder {
  position: absolute;
  left: 30px;
  top: 0;
}

.about .item .icon-holder .svg-inline--fa {
  font-size: 24px;
  color: #222;
}

.about .item .content {
  padding-left: 60px;
}

.about .item .content .sub-title {
  margin-top: 0;
  color: #222;
  font-size: 18px;
}

/* =========RACES============= */
.card{
	border: 0;
	border-radius: 0;
	box-shadow: #ccc 0px 5px 7px;
	border-top: 5px solid #eebf3f;
}
.rrss_icons a, .rrss_icons a:focus, .rrss_icons a:active, .rrss_icons a:hover{
	color: inherit;
}
.rrss_icons .nav,
.rrss_icons .nav-item{
	line-height:53px !important;
	height: 53px !important;
}
.rrss_icons, .rrss_icons a{
		font-size: 1rem;
		text-align: left;
	}

/* =========SEGMENTOS============= */
.segment_category{
	background-color: #eebf3f;
    padding: 2px 10px;
    font-size: 75%;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 20px;
    float: right;
	color: #fff;
	font-family: 'Montserrat', Arial;

}
/* ======= Patrocinadores ======== */
.item-patrocinador{
	vertical-align: middle;
    line-height: 100px;
    text-align: center;
}

/* ======= Features Section ======= */
.features {
	display:none;
	padding: 80px 0;
	background: #eebf3f;
	color: #fff;
}

.features .title {
  color: #222;
  margin-top: 0;
  margin-bottom: 30px;
}

.features a {
  color: #222;
}

.features a:hover {
  color: #042a36;
}

.features .feature-list li {
  margin-bottom: 10px;
  color: #222;
}

.features .feature-list li .svg-inline--fa {
  margin-right: 5px;
  color: #fff;
}

/* ======= Docs Section ======= */
.docs {
  padding: 80px 0;
  background: #f5f5f5;
}

.docs .title {
  color: #222;
  margin-top: 0;
  margin-bottom: 30px;
}

.docs .docs-inner {
  max-width: 800px;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
}

.docs .block {
  margin-bottom: 60px;
}

.docs .code-block {
  margin: 30px inherit;
}

.docs .code-block pre[class*="language-"] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* ======= License Section ======= */
.license {
  padding: 80px 0;
  background: #f5f5f5;
}

.license .title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #222;
}

.license .license-inner {
  max-width: 800px;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
}

.license .info {
  max-width: 760px;
  margin: 0 auto;
}

.license .cta-container {
  max-width: 540px;
  margin: 0 auto;
  margin-top: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.license .cta-container .speech-bubble {
  background: #d6f3fc;
  color: #222;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.license .cta-container .speech-bubble:after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #d6f3fc;
}

.license .cta-container .icon-holder {
  margin-bottom: 15px;
}

.license .cta-container .icon-holder .svg-inline--fa {
  font-size: 56px;
}

.license .cta-container .intro {
  margin-bottom: 30px;
}

/* ======= Contact Section ======= */
.contact {
  padding: 80px 0;
  background: #eebf3f;
  color: #fff;
}

.contact .contact-inner {
  max-width: 760px;
  margin: 0 auto;
}

.contact .title {
  color: #222;
  margin-top: 0;
  margin-bottom: 30px;
}

.contact .intro {
  margin-bottom: 60px;
}

.contact a {
  color: #222;
}

.contact a:hover {
  color: #042a36;
}

.contact .author-message {
  position: relative;
  margin-bottom: 60px;
}

.contact .author-message .profile {
  position: absolute;
  left: 30px;
  top: 15px;
  width: 100px;
  height: 100px;
}

.contact .author-message .profile img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.contact .author-message .speech-bubble {
  margin-left: 155px;
  background: #10b2e7;
  color: #222;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}

.contact .author-message .speech-bubble .sub-title {
  color: #222;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 30px;
}

.contact .author-message .speech-bubble a {
  color: #fff;
}

.contact .author-message .speech-bubble:after {
  position: absolute;
  left: -10px;
  top: 60px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #10b2e7;
}

.contact .author-message .speech-bubble .source {
  margin-top: 30px;
}

.contact .author-message .speech-bubble .source a {
  color: #222;
}

.contact .author-message .speech-bubble .source .title {
  color: #0c86ae;
}

.contact .info .sub-title {
  color: #0e98c5;
  margin-bottom: 30px;
  margin-top: 0;
}

.contact .social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
  display: inline-block;
  margin: 0 auto;
}

.contact .social-icons li {
  float: left;
}

.contact .social-icons li.last {
  margin-right: 0;
}

.contact .social-icons a {
  display: inline-block;
  background: #0c86ae;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 8px;
  float: left;
}

.contact .social-icons a:hover {
  background: #e6ad14;
}

.contact .social-icons a .svg-inline--fa {
  color: #fff;
  text-align: center;
  margin-top: 14px;
  font-size: 20px;
}

.error{
    		color:red;
    		font-weight: normal;
    	}
		.stat-subtext{
			font-size: 11px;
			font-weight: 400;
			color: #494950;
			line-height: 1;
		}
		.stat-text{
			font-size:24px;
			font-weight: 400;
			line-height: 1;
			white-space: nowrap;
			-webkit-font-smoothing: antialiased;
		}
		.navbar-inverse .navbar-nav>li>a {
			color: #000;
		}
		.navbar-inverse {
			background: transparent;
			border:0;
		}
		.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
			padding: 0;
		}
		.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
			color: #000;
			background-color: #FFE252;
		}
		.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
			border-radius: 0;
		}
		.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
			background-color: #FFE252;
		}
		.dataTables_wrapper .dataTables_paginate .paginate_button {
			box-sizing: border-box;
			display: contents;
			min-width: 1.5em;
			padding: 0;
		
		}
		.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
			z-index: 3;
			color: #fff;
			cursor: default;
			background-color: #FFE252;
			border-color: #FFE252;
		}
		
		table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
			border: 1px solid white;
			background-color: #ffe252;
			box-shadow:none;
		}
		
		@media (min-width: 1200px){
			.container {
				width: 1170px;
				padding: 0;
			}
		}

/* ======= Footer ======= */
.footer {
	/*margin-top:60px;*/
	padding: 15px 0;
	background: #222;
	color: #fff;
}

.footer .copyright {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #fff;
}

.footer a{
	color: #fff;
}

.footer .fa-heart {
  color: #fb866a;
}

@media (max-width: 767px) {
  .header .main-nav .navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    left: 0;
    top: 60px;
    position: absolute;
    background: #fff;
  }
  .header .main-nav .navbar-collapse .navbar-nav {
    margin-left: 10px;
  }
  .header.navbar-fixed-top {
    height: 70px;
  }
  .promo .btns .btn {
    margin-right: 0;
    clear: both;
    display: block;
    margin-bottom: 30px;
  }
  .promo .title {
    font-size: 66px;
  }
  .promo .meta {
    margin-top: 60px;
  }
  .promo .meta li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
  .contact .author-message {
    text-align: center;
  }
  .contact .author-message .profile {
    position: static;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .contact .author-message .speech-bubble {
    margin-left: 0;
  }
  .contact .author-message .speech-bubble:after {
    display: none;
  }
  .contact .social-icons a {
    width: 36px;
    height: 36px;
    margin-right: 2px;
    font-size: 18px;
  }
  .contact .social-icons a .svg-inline--fa {
    margin-top: 7px;
  }
}
