html { height: 100%; }
body {
	text-align: center;

	min-height: 100%; height: auto !important; height: 100%; margin: 0 auto;
	background-color: #003F7D;
	/*
	background-image: linear-gradient(top, #003F7D 0%, #0066CC 100%);
	background-image: -o-linear-gradient(top, #003F7D 0%, #0066CC 100%);
	background-image: -moz-linear-gradient(top, #003F7D 0%, #0066CC 100%);
	background-image: -webkit-linear-gradient(top, #003F7D 0%, #0066CC 100%);
	background-image: -ms-linear-gradient(top, #003F7D 0%, #0066CC 100%);

	background-size: 100% 100%;

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.00, #003F7D),
		color-stop(0.99, #0066CC)
	);
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;

	letter-spacing: -0.75px;

	padding-top: 75px;
    padding-bottom: 20px;
}
body#login { padding-top:0; }
#login #brand-wrap img { max-width:170px !important; }
#brand-wrap img { display:inline-block; }

.container { max-width:100% !important; }

/* GENERAL */

.copy { color:#fff; }

footer { width:100%; font-size:1em; margin-top:50px; margin-bottom:50px; color:#fff; }
footer a { color:#fff; text-decoration:underline; }

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	/*color: #FFCC00;*/
	text-decoration: none;
}

.well {
	background: none;
	border: none;
	margin-bottom: 0;
}

.alert { margin-top: 20px; font-size:16px; }

.col-md-12 { clear:both; }

.btn {
	-moz-box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.15);

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
	margin: 20px 0;
	font-size: 16px !important;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	letter-spacing: -1px;
	padding:6px 14px !important;
}
.btn:hover {
	color: #FFF;
	-moz-box-shadow: inset 0 4px 0 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 4px 0 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 4px 0 0 rgba(0,0,0,0.15);
}
.btn.btnRemoveItem { padding:8px 10px; }

.btn-half { width:45%; }
.left { float:left; }
.right { float:right; }

.btn-link:hover, .btn-link:focus {
	color: #FFFFFF;
	text-decoration: none;
}
.btn-xs {
	font-size: 16px;
	font-weight: normal;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-xs:hover {
	color: #FFCC00;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}


.btn-action {
	margin: 15px 0;
	width: 100%;
	background-color: #CC0033;
	font-size: 20px;
}
.btn-action:hover {
	background-color: #9F0028;
}

.btn-yellow {
	color: #004A93;
	background-color: #FFCC00;
}
.btn-yellow:hover {
	color: #004A93;
	background-color: #D8AC00;
}

.btn-warning { letter-spacing: 0; }


.req-validation { margin-top:0; border-radius:0; }



/* PLACEHOLDER */
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder {
   color: #CCC;
}
input.error { background:#f2dede; }
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder { /* Firefox 18- */
   color: #CCC;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder {  /* Firefox 19+ */
   color: #CCC;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder {
   color: #CCC;
}


#loading {
	position: absolute;
	z-index: 3000;
	top:0;

	visibility: hidden;

	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.75) url(/media/assets/img/loading.gif) center center no-repeat !important;
	text-align: center;
}
#loading div {
	position: absolute;
	top: 50%;
	width:100%;
	margin-top: -45px;
}


/* TITULOS */
h1 {
	margin-top:0px;
	margin-bottom:0;
	padding: 4px 0;
	background-color: #134706;
	font-family:'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;

	color: #FFCC00;

	letter-spacing: -1px;

	-moz-box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.15);
}

.box { border:solid 1px #666; padding:15px; background:#FFCC00; }


/**/

#brand-wrap {
	margin-top: 20px;
	margin-bottom: 20px;
}

.form-group {
	margin-bottom: 0px;
}
.form-group input {
	font-size: 20px;
	font-weight: 300;
	color: #999;
	text-align: center;
	letter-spacing: -1px;
	-moz-box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.15);
}

form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
form li:first-child .form-group input {
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
form li:last-child .form-group input {
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
form li:only-child .form-group input {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
form li .form-group input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


/* lOGIN */
#new-account-wrap {
	margin-top: 40px;
}


/* SIGN UP */
#go-to-login {
	margin-top: 40px;
}


/* MENU */
#menu-wrap {
	height: 60px;
	background-color: #CC0033;
	margin-bottom: 15px;
	border-bottom: 2px solid #AE002B;
}

#menu-wrap .brand { width: 40%; max-height: 60px; padding-left:10px; }
#menu-wrap .brand img { width: auto; max-height: 60px; }

#menu-wrap .list-inline li {
	width: 50px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #AE002B;
	margin-left: -4px;
}
#menu-wrap .list-inline li:hover {
	background-color: #8F0025;
}
#menu-wrap .list-inline li.active {
	background-color: #AE002B;
}
#menu-wrap .list-inline li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	font-size: 8px;
	height: 60px;
	line-height: 30px;
	vertical-align:middle;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
#menu-wrap .list-inline li:hover a {
	color: #FFCC00;
}
#menu-wrap .list-inline li a span {
	display: block;
	font-size: 22px;
}



/* PLAYCARD */
.panel { background: none; border: none; }
.panel-body {
	color: #CCC;
	background: none;

	padding: 1px 0 0 0;

}
.panel-body b { color:#fff; font-weight:400; }
.panel-body .row a { color:#ccc; letter-spacing: normal; }
.panel-default>.panel-heading {
	/*background: none;*/
}
.panel-heading { border-radius:0; }

.panel-group .panel+.panel { margin-top:15px; }

.panel-title { font-size: 22px; }
.panel-title>a { display: block; }

.panel-default>.panel-heading {
	font-size: 20px;
	color: #004A93;

	background: #fff;
	/*border-bottom: 1px dotted #fff;*/
}
.panel-group .panel-heading+.panel-collapse .panel-body { border-top: none; }
.panel-group .panel {
	border-radius: 0;
}

.card-status {
	margin-left: 5px;
	margin-right: 2px;
	left: 4px;
	top:-1px;
	color: #FFCC00;
}
.card-status-validated {
	color: #00CC33;
	font-weight: 400;
}

.credits-wrap {
	background-color: #EEE;
	border: 1px solid #CCC;
	font-size: 15px;
	color: #333;
	letter-spacing: normal;
}
.credits-wrap .row { margin:0; }
.credits-wrap span {
	font-size: 17px;
	font-weight: bold;
	color: #666;
}
.credits-wrap .col-xs-6 {
	padding: 5px;
	line-height:30px;
}
.credits-wrap .col-xs-6:nth-child(1) {
	border-right: 1px solid #ccc;
}
.credits-wrap .col-xs-6:nth-child(2) {
	border-right: 1px solid #ccc;
}
.credits-wrap .col-xs-6:nth-child(3) {
	border-right: 1px solid #ccc;
}
.credits-wrap .col-xs-6:nth-child(4) {
}
.panel-default>.panel-heading { border:solid 1px #ccc; }

.btn-recharge-wrap {
	min-height: 55px;
	background-color: #fff;
	border-color: #ddd;
}


/* RECHARGE */
.btn-group-justified .btn { width: auto; }
.btn-group-lg>.btn {
	width: 25%;
	margin: 0;
	padding: 10px 0;
	font-size: 26px;
	color: #666;
	text-align: center;
	line-height: 1.33;
	border-radius: 6px;

	/*background-color: #EEE;*/
}
.btn-group-lg>.btn.active {
	background-color: #003366;
	color: #FFCC00;
}

#fPlaycardrecharge .form-group {
	margin-bottom: 25px;
}
#fPlaycardrecharge .badge {
	font-size: 20px;
	background-color: #004A93;
}


/* GAMES PLAYED */
.list-group-item { color: #666; text-align: left; }


/* CART */
.badge {
	font-size: 20px;
}

/* BOTONES */
.btn-login {
	margin: 15px 0;

	text-transform: uppercase;

	background-color: #CC0033;
	width:100%;
}
.btn-login:hover {
	background-color: #9F0028;
}

.btn-password {
	background-color: #CC0033;
}
.btn-password:hover {
	background-color: #9F0028;
}

.btn-new-account {
	margin-top: 0;
}

.btn-new-playcard {
	font-size: 17px;
	color: #fff;
	background-color: #CC0033;
}
.btn-new-playcard:hover {
	background-color: #9F0028;
}

.btn-associate {
	font-size: 20px;
	color: #fff;
	background-color: #009966;
}
.btn-associate:hover {
	background-color: #00C686;
}

.btn-recharge {
	font-size: 17px;
	color: #fff;
	background-color: #009966;
}
.btn-recharge:hover {
	background-color: #00C686;
}
.btn-recharge.btn-lg {
	font-size: 20px;
}

.btns .btn { display:inline-block; }
.btnFBConnect { display:inline-block; background:url(../img/fbconnect.png); width:181px; height:40px; position:relative; top:15px; }


/* MENSAJES */
#message { display:none; }
#message.active {
	font-weight:bold !important;
}
#message.alert { color:#3c763d !important; }

::-webkit-input-placeholder {
   color: #999 !important;
   font-weight:300;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999 !important;
   font-weight:300;
   opacity:  1;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999 !important;
   font-weight:300;
   opacity:  1;
}

:-ms-input-placeholder {
   color: #999 !important;
   font-weight:300;
}

.shape {
    border-style: solid;
    border-width: 0 70px 40px 0;
    float: right;
    height: 0px;
    width: 0px;
    -ms-transform: rotate(360deg); /* IE 9 */
    -o-transform: rotate(360deg); /* Opera 10.5 */
    -webkit-transform: rotate(360deg); /* Safari and Chrome */
    transform: rotate(360deg);
}
.listing {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin: 0 0 15px 0;
    overflow: hidden;
    color:#333;
    text-align:left;
    cursor:pointer;
    position:relative;
    min-height:120px;
}
.shape {
    border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
.listing-radius {
    border-radius: 7px;
}
.listing-danger {
    border-color: #d9534f;
}
.listing-danger .shape {
    border-color: transparent #d9533f transparent transparent;
}
.listing-success {
    border-color: #5cb85c;
}
.listing-success .shape {
    border-color: transparent #5cb75c transparent transparent;
}
.listing-default {
    border-color: #999999;
}
.listing-default .shape {
    border-color: transparent #999999 transparent transparent;
}
.listing-primary {
    border-color: #428bca;
}
.listing-primary .shape {
    border-color: transparent #318bca transparent transparent;
}
.listing-info {
    border-color: #5bc0de;
}
.listing-info .shape {
    border-color: transparent #5bc0de transparent transparent;
}
.listing-warning {
    border-color: #f0ad4e;
}
.listing-warning .shape {
    border-color: transparent #f0ad4e transparent transparent;
}
.shape-text {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    right: -40px;
    top: 2px;
    white-space: nowrap;
    -ms-transform: rotate(30deg); /* IE 9 */
    -o-transform: rotate(360deg); /* Opera 10.5 */
    -webkit-transform: rotate(30deg); /* Safari and Chrome */
    transform: rotate(30deg);
}
.listing-content {
    padding: 0 20px 10px;
}
.listing .lead { font-size:21px; font-weight:300; line-height:1.4; margin-bottom:2px;}
.listing p { font-size:14px; font-weight:100; min-height:100px; }
.listing-action {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background:url(/media/assets/img/bg-black.png);
	text-align:center;
	display:none;
	padding-top:10px;
}
.listing-action .listing-form { width:100%; height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.listing-action .input-group { width:140px; margin:0 auto; text-align:center; }
.listing-action .input-group .input-group-btn { top:-4px; }
.listing-action .input-group input { margin:-4px 10px 0; }

.listing-action label { font-size:16px; color:white; margin-bottom:10px; }
.listing-action input { height:33px; margin-top:2px; border:0; text-align:center; }
.listing-action .btn { margin:0; color:white; }
.listing-msg { display:none; margin: 0 10px; position: absolute; top: 50%; margin-top: -100px; }
.listing-msg .btn { float:none; margin:0 auto; }

.listing-default .shape { border-color:transparent #006AEC transparent transparent; }
.listing-msg .btn { padding:5px 15px !important; }
.input-group-btn>.btn { padding:5px; width:40px; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-color:#006AEC;
	border-color:#006AEC;
	border-radius:0;
	padding:8px 15px 8px 10px;
}

.box table thead tr th { font-weight:bold; }
.box table { margin-bottom:0; }

.history { background:#dadada; }
.history h2 { color: #333; font-size: 15px; text-transform: uppercase; margin: 0; width: 100%; background: #CCC; padding: 7px; }
.history ul { padding:0; }
.history .history2 ul li { background:#EEE; font-size: 15px; color: #333; text-align: left; padding: 5px 10px 5px 10px; display: inline-block; width: 100%; }
.history ul li .badge { font-size:17px; vertical-align:middle; padding-top:4px; margin-top:0; float:right; }

.box#checkout { font-size:14px; padding-top:0; }
.row.item { background:#FAFAFA; padding:10px 0; border-bottom:solid 1px #BBB; display: flex; align-items: center; }
.row.item p { margin:0; }
.row.load { background:#CACACA; padding-top:10px; }
.row.total { background-color: #006AEC; color:white; padding:10px; }
.btnCheckout { display:inline-block; margin-top:15px; }

#languages { text-align:center; font-size:14px; color:white; text-shadow:#000 1px 1px 1px; }
#languages a { color:white; }
#languages a:hover { color:white; text-decoration:underline; }

#imgPicture { position:relative; text-align:center; }
#imgPicture > img { width:216px;border:solid 1px #CCC; margin:0 auto; }
#imgPicture .loader {
	position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 217px;
    background: url(../img/bg-transp.png?v=2);
    display:none;
}

.code input { font-size:30px; width:45px; padding:0; border:solid 1px #999; text-align:center; margin:10px 0 30px; color:#000; }

@media screen and (max-width:750px) {
	.listing .lead { height:auto; }
	.listing p { min-height:10px; }
}

@media (min-width: 481px) {
	h1 { font-size:22px; }
	.btn-block { display:inline-block; width:auto; }
	#signup .container,
	#cards .container { max-width:960px; }
	#login .container,
	#password .container { width:500px; }
	#fCardNew .glyphicon.glyphicon-credit-card { font-size:180px; }
	.total { text-align:right; }
}

@media (min-width: 1200px) {
	.container {
	    width: 1170px !important;
	}
}

.listing-action a.btn {
	font-size:12px !important;
}


#frmVoucherApp strong {
		color: white;
		text-shadow: 2px 2px 2px black;
}

span#contadorCarrito {
	position: absolute;
	top: 3px;
	background-color: red;
	width: 16px;
	height: 16px;
	text-align: center;
	color: white;
	font-size: 12px;
	border-radius: 50%;
	font-weight: bold;
	line-height: 16px;
}

.cd-popup-trigger {
  display: block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  margin: 3em auto;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50em;
  background: #35a785;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-trigger {
    margin: 6em auto;
  }
}

/* --------------------------------

xpopup

-------------------------------- */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index:10;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 700px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container p {
  padding: 1em;
	line-height: 1em;
}
.cd-popup-container .txt_standard {
	padding: 2em !important;
}
.cd-popup-container .cd-buttons{
	list-style-type: none;
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 100%;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
	color: #726f6f;
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 4em auto;
  }
}
.img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

#fCart input[type=submit]:disabled {
  background-color: gray !important;
}

#fCart input[type=submit]:hover:disabled {
  color: white !important;
  cursor: default;
	box-shadow: none;
}

.jconfirm-title-c, .jconfirm-title, .jconfirm-content div {
	color:black !important;
}

#brand-wrap img { margin:0 auto; }

.gift { display:none !important; }
.item.giftcard .cardSelector { display:none; }
.item.giftcard .gift { display:inline !important; }

/*--- WAIVERS ---*/
#signature-pad{
	border: 1px solid black; padding: 20px;background-color:#fff;
	width: 100%;
}
@media screen and (max-width: 900px) {
  #signature_div{
	margin-top:312px;
  }
}
@media screen and (min-width: 900px) {
  #signature_div{
	margin-top:312px;
  }
}
@media screen and (max-width: 500px) {
  #signature_div{
	margin-top:300px;
  }
}
@media screen and (max-width: 100px) {
  #signature_div{
	margin-top:400px;
  }
}
#adult {
	margin-bottom:20%;
}

@media screen and (max-width: 480px) {
	.nav.mb {
	    width: 100%;
	    background: #CC0033;
	}
}

.header_mobile .logo img { max-height: 60px; margin-top:4px; }
.sticky { position:fixed; top:0; z-index:100; left:0; width:100%; }
.btn_menu { position: absolute; right: 20px; top: 11px; font-size: 25px; }


.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 104;
	display: none
}

.popup_filtro.fullscreen > form .content,
.popup.fullscreen > .content {
	width: 100%
}

.popup_filtro > form .content,
.popup > .content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 60px;
	max-height: 100%;
	overflow: auto
}

.popup_filtro > form .content .head,
.popup > .content .head {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #f7f7f7;
	padding: 10px 10px;
}

.popup_filtro > form .content .head .title,
.popup > .content .head .title {
	font-weight: 900;
	font-size: 18px;
	color: #1c3753;
	text-align: center;
	margin: 0
}

.popup .btn_volver {
	position: absolute;
	top: 5px;
	left: 5px
}

.popup .btn_cerrar {
	position: absolute;
	top: 8px;
	right: 15px;
	color: #9e9e9e;
	font-size: 15px
}

.popup .btn_delete {
	position: absolute;
	top: 8px;
	right: 15px;
	color: #9e9e9e;
	font-size: 22px
}

.popup .btn_back {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #FFF;
}

.popup .btn_back i { font-size:25px; }

.popup .btn_cerrar {
	top: 12px
}

.popup.popup_menu .content {
	background-color: white;
	width: 100%;
	height:100%;
}

.popup.popup_menu .content ul {
	font-size: 0;
	margin-left: -10px;
	margin-right: -10px;
	padding: 0;
}

.popup.popup_menu .content ul li {
	width: 45%;
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border-radius:10px;
	padding:0px;
	margin: 6px;
}

.popup.popup_menu .content ul li .title_cat {
	display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.popup.popup_menu .content ul li .title_cat i { font-size: 28px; }
.popup.popup_menu .content ul li a { color:#000; font-size:23px; }

.popup.popup_menu .head {
	height: 60px;
	position: absolute;
	background-color: #212123;
	z-index: 1
}

.popup.popup_menu .head .title {
	color: white;
	text-transform: uppercase;
	font-weight: bold
}

.popup.popup_menu .btn_back {
	color: white;
	font-size: 18px;
	right: 15px;
	left: initial;
	top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.popup.popup_menu .title_image {
	position: absolute;
	left: 15px;
	top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.popup.popup_menu .title_image img {
	/*max-width: 100%;
	height: 50px;*/
	max-width: 80%;
    max-height: 50px;
}

.popup.popup_menu .body {
	background-color: #fff;
	padding-top: 65px;
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.popup.popup_menu .body .body_content {
	padding: 0 15px
}

.popup.popup_menu a.button.link {
	padding: 5px 10px;
	display: inline-block;
	text-align: center;
	color: #000;
	border-color: white;
	letter-spacing: 1px;
	margin: 15px 0;
	text-decoration: none;
}

.popup.popup_menu .bottom_access {
	position: relative;
	padding: 10px 15px;
	background: #ff9f00;
		background: -webkit-linear-gradient(bottom, #ff9f00 0%, #ff800d 100%);
		background: -moz-linear-gradient(bottom, #ff9f00 0%, #ff800d 100%);
		background: -ms-linear-gradient(bottom, #ff9f00 0%, #ff800d 100%);
		background: -o-linear-gradient(bottom, #ff9f00 0%, #ff800d 100%);
	background: linear-gradient(to bottom, #ff9f00 0%, #ff800d 100%);
}

.popup.popup_menu .bottom_access:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 14px;
	background: url('../imgs/iconos/sombra_bottom_4.png') center bottom repeat-x;
	background-size: 100% 14px
}

.popup.popup_menu .bottom_access .btn_favorite {
	color: white
}

.popup.popup_menu .bottom_access .btn_newsletter_mini {
	color: #2d3244;
	font-size: 20px !important;
	position: absolute;
	right: 15px;
	top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.popup.popup_menu .bottom_access .tooltip {
	width: 150px;
	right: initial;
	left: -8px
}

.popup.popup_menu .bottom_access .tooltip:before {
	background-position: left 10px top;
	margin-top: 0
}

.history ul li small { white-space:nowrap; }
.item { border-bottom:solid 2px; }
.cardSelector input { cursor:pointer; }
@media (max-width:800px) {
	.cardSelector { top:-7px !important; }
}


.sk-fading-circle {
  margin: 0px auto;
  width: 20px;
  height: 20px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

.status .glyphicon { display:none; color:#fff; }
.success .sk-fading-circle,
.failed .sk-fading-circle { display:none; }
.success .status .glyphicon.glyphicon-ok { display:block; }
.failed .status .glyphicon.glyphicon-exclamation-sign { display:block; }
.success .status { background:#1c9f74; }
.failed .status { background:#d9534f; }

.item.info { background: #FFF; border: solid 0px #000; border-bottom: 0; padding: 0 20px 20px; }
.item.info .alert-danger { display:none; }

.cardSelector .dropdown-menu li a { color:#000 !important; }
p.itemrow { min-height:70px; line-height:70px; margin:0; }
@media screen and (max-width:750px) {
	p.itemrow { height:auto; line-height:70px; margin:0; }
	.btnGiftCard { margin-top:-15px !important; }
}


.ratebox { display:flex; justify-content:center; position:relative; width:560px; margin:25px auto; }
.ratebox span { position:absolute; top:-10px; font-size:16px; color:#000; }
.ratebox ul { padding:0; margin:15px 0; display:flex; }
.ratebox ul li { list-style:none !important; }
.ratebox ul li a { display:block; color:#000; padding:5px 10px; width:40px; border:solid 2px #000; border-right:0; text-decoration:none !important; }
.ratebox ul li:last-child a { border-right:solid 2px #000; }
.ratebox ul li a:hover,
.ratebox ul li a.active { background:#000; color:#fff; }
.ratebox .em { display:flex; align-items:center; margin:0 15px; font-size:30px; }
textarea.feedback { border:solid 2px #000; }

.form-group { text-align:left; margin-bottom:25px; }

.control-label .iti { margin-top:5px; } 

.form-group input[type=checkbox] { width:25px !important; box-shadow:none; }
.form-group input[type=checkbox] + p { flex:1; }

.loadingDateSelector {
	position: absolute;
	/*left: 50%;
	transform: translate(-50%);
	top: 168px;*/
	z-index: 2;
	background:
  rgba(0, 0, 0, 0.4);
	padding:
  110px 102px;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
  }