html,body{margin:0;padding:0;height:100%;font-family:verdana,helvetica,arial, sans-serif;text-align:left;font-size: 0.83em;-webkit-text-size-adjust:none;line-height:15px;}
h1,h2,h3,h4,h5,h6{padding:0 0 8px 0;}
a{color: #e76600;}
p{color: #777; font-size: 16px; line-height: 25px; font-family: lato;}
h2,h3{color:#e76600;font-weight:lighter; font-family: conthrax; }
h3{font-size: 18px;line-height: 25px;}
h2{font-size:25px; line-height: 30px;}
h1{color: #dd6626; font-weight: bold; font-size: 22px; font-family: "Helvetica";font-weight: bold;
}
h3{font-size:18px;padding:10px 0;}p{padding:0 0 12px 0;}a{outline:0;}b,strong{font-weight:bolder;}.left{float:left;}.right{float:right;}
.marginTop3{margin-top: 30px !important;}
@font-face {
  font-family: "conthrax";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/conthrax-sb.ttf") format("embedded-opentype"), url("../fonts/conthrax-sb.ttf") format("woff"), url("../fonts/HelveticaNeueUltraLight.ttf") format("truetype"), url("../fonts/conthrax-sb.ttf") format("svg");
}
.overlay {
	position: absolute;
	background: #0003;
	width: 100%;
	height: 116%;
}

.onlyMobile{
	display: none;
}
.vMiddle {
	display: flex;
	justify-content: center;
	align-items: center;
}

.imagenIWCabecera {
	width: 150px;
	margin: 0px auto 30px auto;
	padding: 0;
	display: block;
	padding-top: 100px;
}

.videoCabeceraBasket {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.navbar-default{
	border-radius: 0px;
    border: none;
    margin-bottom: 0px;
}

.fondoCabecerasBasket{
	background: url('../img/basket/cabeceraBasket.jpg') no-repeat;	
	background-size: cover;
	margin-top: 50px;
	background-position: center;
}


#footer{
	background: url(../img/basket/footer-basketball.jpg);
	background-size: cover;
	background-position: center center;
	padding-bottom: 60px;
	padding-top: 30px;
}

#footerLegal{background: #333;}

#footerLegal{padding: 30px 0px;}
#footerLegal a{color: #fff; text-align: center; margin: 0px 20px; display: inline-block;}

.navbar-brand{padding: 5px;}
.nav > li > a{padding: 30px 20px; font-size: 15px;}
.destacadoInscripcion{background: #333;}

#fondoSolidario { 
	background-image: url(../img/basket/fondo-solidario.jpg);
	background-size: cover;
	padding: 20px 0px;
	margin-top: 50px;
	background-attachment: fixed;
}

#fondoTituloCampus{ 
	background-image: url(../img/basket/fondo-campus-titulo.jpg);
	background-size: cover;
	padding: 20px 0px;
	margin-top: 50px;
}

.destacadoInscripcion strong{font-family: lato; font-size: 60px; line-height: 65px; margin-top: 10px; display: block; color: #fff;}
.destacadoInscripcion a{
	background: #dd6626;
color: #fff;
padding: 12px 25px;
border-radius: 5px;
font-size: 25px;
display: block;
max-width: 215px;
text-align: center;
position: absolute;
margin-top: -28px;
line-height: 35px;
font-family: conthrax;
}
.destacadoInscripcion{padding: 20px 0px;}

#footer h2{font-family: conthrax; color: #fff; font-size: 22px; margin-top: 50px;}
#footer ul li a{font-size: 16px; margin-bottom: 10px; color: #fff; display: block;}
#footer ul{padding: 0px;}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px;
}
.ch-info{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.ch-info .ch-info-front {
	box-shadow: inset 0 0 0 16px rgba(0,0,0,0.3);
}

.ch-info .ch-info-back {
	-webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	background: #bc4d10;
	opacity: 0;
}

.ch-img-1 { 
	background-image: url(../img/basket/ico1-basketball.png);
	background-size: cover;
}

.ch-img-2 { 
	background-image: url(../img/basket/ico2-basketball.png);
	background-size: cover;
}

.ch-img-3 { 
	background-image: url(../img/basket/ico3-basketball.png);
		background-size: cover;

}

.ch-img-4 { 
	background-image: url(../img/basket/ico4-basketball.png);
		background-size: cover;

}


.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px;
	margin: 0 15px;
	padding: 80px 0 0 0;
	height: 110px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
	line-height: 25px;
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover .ch-info-front {
	-webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	opacity: 0;
}

.ch-item:hover .ch-info-back {
	-webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-o-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);
	opacity: 1;
}

/*
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
	background-image: url(../img/basket/ball-basketball.png);
	background-size: cover;
}

.ch-img-2 { 
	background-image: url(../img/basket/ico2-basketball.png);
	background-size: cover;
}

.ch-img-3 { 
	background-image: url(../img/basket/3.jpg);
		background-size: cover;

}

.ch-img-4 { 
	background-image: url(../img/basket/3.jpg);
		background-size: cover;

}

.ch-info {
	position: absolute;
	background: rgba(218, 99, 24, 0.8);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;

}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 45px 0 0 0;
	height: 140px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}*/

/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}

/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */



/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Addition */
/* Apply a natural box layout model to all elements */
/* Read this post by Paul Irish: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
 * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
 
 
 .ch-grid {
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}


.btnBasket{
	background: #dd6626;
color: #fff;
padding: 5px 30px;
border-radius: 5px;
font-size: 16px;
display: block;
max-width: 350px;
text-align: center;
line-height: 35px;
margin-bottom: 30px;
margin-left: 20px;
font-family: conthrax;
}

.btnBasket img{
	max-width: 60px;
margin: -13px 0px 0px -80px;
    margin-right: 0px;
margin-right: auto;
position: absolute;
margin-right: 20px;
background: #dd6626;
padding: 5px;
border-radius: 30px;
}

.center{text-align: center;}

#listadoPersonasBasket h3{
display: block;
font-size: 30px;
padding: 0px;
color: #666;
font-family: lato;
text-align: center;
}


#listadoPersonasBasket img{
	    max-width: 60px;
    display: block;
    margin: 0 auto;
}

.filaTablaBasket{background: #555; border-radius: 5px; margin-bottom: 5px; border-radius: 10px;

  -ms-display: flex;
  display: flex;
  align-items: center;
 
}

.filaTablaBasket p{color: #fff; padding: 10px 0px; margin: 0px; line-height: 20px;}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{background: #f9f4f2 !important;}
.nav-tabs > li > a{background: #e76600;
color: #fff;
padding: 20px 68px;}

.centrarVertImagen{
	display: flex;
	justify-content: center;
	align-items: center;
}

#myTabContent h2{font-size: 17px; line-height: 25px;}

#listadoPersonasBasket .col-md-3{
	padding-right: 0px;
}

#listaIncluye ul li{list-style-type: disc; margin-bottom: 10px; font-family: lato; color: #666;}

#staffUltimos ul li{list-style-type: disc; margin-bottom: 10px; font-family: lato; color: #666;}


.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.grupoVideos{background: #ddd;
    padding-bottom: 30px !important;}

.grupoVideos h3{
	background: #427cae;
    color: #fff !important;
    padding: 10px 15px 15px 15px;
    margin: 0px;
    margin-bottom: 30px !important;
}
.grupoVideos .icon-style4{color: #427cae !important;}

.grupoVideos .paginate4{color: #427cae !important; margin-top: 15px !important;}

#gridVideosBasket iframe{width: 100% !important; height: 200px !important;}
#gridVideosBasket .col-md-4{padding: 1px !important;}

.navbar-default .navbar-nav > li > a:active{background: #ddd !important;}

.filaTablaBasket a{
	background: #e76600;
text-align: center;
color: #fff;
display: block;
padding: 15px;
}

.filaTablaBasket img{
	max-width: 30px;
	margin: 5px;
}
#pagination {
	text-align: center;
}
.f10{font-size: 10px !important;}

.post{height: auto; overflow: hidden;}

.post p{font-size: 15px; font-family: arial; line-height: 22px; margin: 0px;}

.post .title h2 a{font-size: 20px;}

#blogBasketNew #sidebar{
background: #fff;
margin-top: 30px;
padding: 20px;}

#blogBasketNew #sidebar h3{
	font-size: 20px;
}

#singlePostBasket #posts{
	background: #fff;
	padding: 30px;
	margin: 30px 0px;
}
#singlePostBasket #posts img{
	display: block;
margin: 20px 0px;
width: 100%;
height: auto;
}

#cabeceraBlogBasket #imgFondoBasketBlog{background: url('../img/basket/blog/fondo-blog-basket.jpg') no-repeat; background-attachment: fixed;}

.goTop{display: none;}

#galeriaMultimediaBasket img{width: 130%;}

.destacadoInscripcion .consultaFechasInscripciones{
background: transparent;
max-width: 100%;
position: inherit;
text-align: left;
padding: 0px;
margin-top: 0px;
}

#pagination{display: block; clear: both;}

#pagination .past-page{display: inline-block; width: 100%; margin-top: 30px;padding: 10px; border-radius: 3px; margin-bottom: 30px; font-size: 22px; max-width: 200px;}
#pagination .next-page{
	display: inline-block;
width: 100%;
margin-top: 30px;
padding: 10px;
border-radius: 3px;
margin-bottom: 30px;
font-size: 22px;
max-width: 200px;
}

@media (max-width: 991px){
	.navbar-toggle{display: block !important;}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{width: 100%;}
	.navbar-nav > li{width: 100%;}
	.nav > li > a{padding: 18px;}
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{width: 100%;}
	.navbar-brand > img{width: 95px !important; margin-top: 0px !important;}
	
	.navbar{
		background: 0 none;
	}
	
	.navbar > div, .navbar > div > div{
		width: 100%;
		margin: 0;
		padding: 0;
	
	
	}
	
	.navbar-header, #bs-example-navbar-collapse-1{
		background: #fff;
		margin: 0 !important;
		padding: 0px 10%;
	}
	
	#bs-example-navbar-collapse-1{
		width: 80%;
		padding: 0px 10%;
	}

} /* cierra media query */

.one-time .slick-prev{display: none !important;}
.one-time .slick-next{display: none !important;}


.slick-prev::before, .slick-next::before {color: #333 !important; font-size: 50px;}

#slideExcursiones img {
	margin: 0 auto;
	height: auto;
	max-height: 575px;
	width: auto !important;
}

.clear {
	clear: both;
}

.imgAjustada{
	height: 529px;
}

.table-responsive {
	padding: 40px 0px;
}

#tablaPrecios a {
	background: #e76600;
	display: block;
	width: 100%;
	color: white;
	text-align: center;
	padding: 4px 10px;
	margin: 0;
}

#tablaPrecios p {
	padding: 4px 0px;
	margin: 0;
	color: #555;
}

.table-striped > tbody > tr:nth-child(2n+1) {
	background-color: #555;
	color: white;
}
.table-striped > tbody > tr:nth-child(2n+1) p{
	color: white !important;
}

#tablaPrecios tr:hover .reserva {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}


.post a {
	width: 100%;
	display: block;
	margin-top: 10px;
	padding: 15px;
	background: #e76600;
	color: white;
	text-align: center;
}

.fotoListadoBasket {
	height: auto;
	max-height: 325px;
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.cartaCurso {
	background: #333;
	padding: 15px 25px;
	margin-bottom: 10px;
}

.cartaCurso h3 {
	padding-top: 15px;
	margin: 0 !important;
	padding: 0;
}

.botonReserva{
	padding-bottom: 15px;
} 

.reservatarjetas {
	background: #e76600;
	color: white;
	display: block;
	padding: 15px;
	text-align: center;
	max-width: 250px;
	margin: 0 auto;
	width: 100%;
}

.cartaCurso p{
	color: white;
}

			.formularioBasket *{
				font-family: lato;
			}
			.formularioBasket label {
				width: 90%;
				text-align: left;
			}
			.formularioBasket input {
				border: 0;
				background: rgba(156,160,163,0.3);
				width: 90%;
				height: 30px;
				margin-bottom: 15px;
				padding-left: 10px;
			}
			.formularioBasket .form-submit {
				background: #fcd21b;
				font-family: clanPro;
				padding: 10px;
				display: block;
				height: auto;
				width: 100%;
				max-width: 170px;
				margin: -10px auto;
			}
			.formularioBasket .form-select {
				background: #e1e2e3;
				width: 100%;
				width: 90%;
				height: 30px;
				margin: 0;
				border: none;
				text-align: center;
			}
			
@media (max-width: 1000px) {
  .destacadoInscripcion a {
		position: relative;
		margin-top: 0;
	}
	.navbar-brand > img {
		width: 40px !important;
	}
}
