/*
------- RECURSOS ARANYA -------
------- base.css -------
*/

	/* clear bootstrap padding*/
		.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
			padding: 0px 7px;
		}
		.field-left{
			padding-left: 15px;
		}
		.field-right{
			padding-right: 15px;
		}

	/* ***Basic typogaphy
	=====================================*/
		body{
			font-family: 'Yanone Kaffeesatz', sans-serif;
			background-size: 149px 139px;
			background-position: center;
			background-repeat: repeat;
		}

	/* draw any selected text yellow on red background */
		::-moz-selection{ background: #26455F; color: #ffffff; }
		::selection{ background: #26455F; color: #ffffff; }

	.wrapper{
		background-color: #ffffff;
	}

	/* clases en el custom.js */
		.boxed .wrapper{
			width: 1198px;
			margin: 0 auto;
		}
		@media (min-width: 993px) and (max-width: 1199px){
			.boxed .wrapper{
				width: 998px;
			}
		}
		@media (min-width: 769px) and (max-width: 992px){
			.boxed .wrapper{
				width: 778px;
			}
		}
		@media (max-width: 768px){
			.boxed .wrapper{
				width: auto;
				margin-left: 0;
				margin: 0 15px;
			}
			.boxed .header{
				background: none;
				background-color: #26455F;
			}
			.boxed.home .header{
				background: none;
				background-color: #26455F;
			}
			.boxed .header .container{
				padding: 0;
			}
		}

		@media (max-width: 480px){
			.boxed.home .header{
				height: 130px;
			}
		}

	/*ruled for icon presentation page*/
		.table td, a, h1, h2, h3, h4, h5, h6{
			font-family: 'Yanone Kaffeesatz', sans-serif;
		}
		p{
			font-size: 16px;
			line-height: 22px;
			color: #58646e;
		}
		a:hover,
		a:focus{
			text-decoration: none;
			outline: none;
		}
		h1{
			text-align: center;
			display: inline-block;
		}
		h2{
			position: relative;
			display: inline-block;
		}
		h2.lower{
			margin-top: 30px;
		}
		h3{
			color:#565657;
			margin: 0;
			margin-bottom: 5px;
		}
		h4{
			font-size: 16px;
			font-weight: bold;
			color: #26455f;
			margin-top: 7px;
		}
		h5{
			color:#26455f;
			text-transform: uppercase;
			position: relative;
			margin-top: 15px;
			margin-bottom: 27px;
		}
		h6{
			color: #f25549;
			font-size: 20px;
			text-align: center;
		}

	/* ***Accordions
	=====================================*/
		.panel-heading a{
			font-size: 14px;
			font-weight: 700;
			color: #26455f;
			display: block;
			padding: 17px 0 15px 56px;
			position: relative;
			transition:all 0.3s ease;
		}
		.panel-heading a:hover{
			text-decoration: none;
			color: #f25549;
		}
		.panel-heading a:focus{
			text-decoration: none;
		}
		.panel-group .panel,
		.panel-group .panel-heading{
			background: none;
			border: none;
			box-shadow: none;
			border-radius: 0;
			padding: 0;
			overflow: visible;
		}
		.panel-group .panel-heading + .panel-collapse .panel-body{
			border: none;
		}
		.panel-heading .marker{
			border-right: 1px solid #dadee1;
			width: 34px;
			height: 100%;
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			transition:all 0.3s ease;
		}
		.panel-heading .custom1{
			color: #26455f;
			display: none;
			font: 30px 'Yanone Kaffeesatz', sans-serif;
			position: absolute;
			top: 50%;
			left: 8px;
			margin-top: -18px;
		}
		.panel-heading .custom2{
			display: inline-block;
			font: 30px 'Yanone Kaffeesatz', sans-serif;
			position: absolute;
			top: 50%;
			left: 8px;
			margin-top: -18px;
		}

		.panel-heading .collapsed .custom1{
			display: inline-block;
		}
		.panel-heading .collapsed .custom2{
			display: none;
		}
		.panel-body{
			padding-left: 34px;
		}

	/* ***Alerts
	=====================================*/
		.alert{
			border-radius: 0;
			position: relative;
			padding-left: 56px;
		}
		.alert span{
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			width: 35px;
			color: #ffffff;
			font-size: 15px;
			padding-left: 10px;
			padding-top: 19px;
		}
		.alert-success{
			border:1px solid #92da7f;
			background-color: #e1ffd9;
		}
		.alert-warning{
			border:1px solid#f0d229;
			background-color: #fff9d5;
		}
		.alert-danger{
			border:1px solid#f25549;
			background-color: #ffd3d0;
		}
		.alert-info{
			border:1px solid #9ac8f1;
			background-color: #e7f4ff;
		}
		.alert-success span{
			background-color: #92da7f;
		}
		.alert-warning span{
			background-color:#f0d229;
		}
		.alert-danger span{
			background-color:#f25549;
		}
		.alert-info span{
			background-color: #9ac8f1;
		}
		.alert .close{
			opacity: 1;
		}
		.alert-success .close{
			color: #92da7f;
		}
		.alert-warning .close{
			color: #f0d229;
		}
		.alert-danger .close{
			color: #f25549;
		}
		.alert-info .close{
			color: #9ac8f1;
		}

	/* ***Blockquote
	=====================================*/
		.wrapper blockquote{
			border-left: 5px solid #f25549;
			padding: 27px 30px 31px;
		}
		blockquote p{
			font: italic 18px 'Yanone Kaffeesatz', sans-serif;
			color: #26455f;
		}
		blockquote .author{
			font-size: 14px;
			color: #f25549;
		}

	/* ***Buttons
	=====================================*/
		.btn{
			font:14px 'Yanone Kaffeesatz', sans-serif;
			border-radius: 2px;
			border: none;
			text-transform: uppercase;
			box-shadow: 0 1px 1px rgba(38,69,95,.2), inset 0 1px rgba(255,255,255,.2);
			margin-right: 20px;
			position: relative;
		}
		.btn-lg{
			padding: 16px;
			margin-right: 20px;
			padding-left: 50px;
			margin-bottom: 20px;
		}
		.btn-sm{
			padding: 5px 15px;
			margin-bottom: 20px;
		}
		.btn:focus{
			outline: none;
		}
		.btn-danger{
			background-color: #f25549;
			color: #ffffff;
		}
		.btn-success{
			background-color: #97dc85;
			color: #4f7146;
		}
		.btn-info{
			background-color: #d3e5f4;
			color: #26455f;
			box-shadow: 0 1px rgba(38,69,95,.2), inset 0 1px rgba(255,255,255,.2);
		}
		.btn-danger:hover,
		.btn-danger:focus{
			background-color: #f77f76;
		}
		.btn-success:hover,
		.btn-success:focus{
			background-color: #b6f0a7;
			color: #4f7146;
		}
		.btn-info:hover,
		.btn-info:focus{
			background-color: #c0ddf7;
			color: #26455f;
			background-image: none;
		}
		.btn-lg .entypo{
			position: absolute;
			top: 17px;
			left: 22px;
			font-size: 36px;
			font-style: normal;
			z-index: 40;
		}
		.icon-circled-right:before{
			content: "\e6c8";
			font-family: 'icomoon';
			font-style: normal;
			z-index: 40;
		}

	/* ***Lists
	=====================================*/
		ol li,
		ul li{
			color:#26455f;
			position: relative;
		}
		ul li{
			padding-left: 13px;
		}
		ol li{
			font-weight: 700;
		}
		ol li span{
			font-weight: 400;
		}

	/* ***Table
	=====================================*/
		.col-width{
			width: 25%;
		}
		.table{
			border: none;
		}
		table thead{
			background-color:#e2e2e2;
			background-repeat: repeat;
			border: 1px solid #e2e2e2;
		}
		.table > thead > tr > th,
		.table > tbody > tr > th{
			padding: 25px 21px;
			border: none;
			font:18px 'Yanone Kaffeesatz', sans-serif;
			color: #26455f;
			text-transform: uppercase;
		}
		.table > tfoot > tr > th,
		.table > thead > tr > td,
		.table > tbody > tr > td,
		.table > tfoot > tr > td{
			padding: 10px 20px;
			color: #58646e;
			border-color: #dadee1;
			vertical-align: middle;
		}
		.table > tbody > tr:nth-child(1) > td{
			border-top: none;
		}

	/* ***Tooltips
	=====================================*/
		.top-scroll{
			bottom: 55px;
			height: 50px;
			position: fixed;
			right: 5%;
			width: 50px;
			z-index: 9;
		}
		.top-scroll a{
			background: url("/RecursosAranya/images/arrow.png") repeat scroll center center rgba(38, 69, 95, 0.8);
			display: block;
			height: 50px;
		}
		.top-scroll a:hover{
			background: url("/RecursosAranya/images/arrow.png") repeat scroll center center rgba(241, 85, 73, 0.8);
		}

		/* placeholder change color */
			::-webkit-input-placeholder{
				color:#58646e;
			}
			:-moz-placeholder{
				color:#58646e;
				opacity: 1 !important;
			}
			::-moz-placeholder{
				color:#58646e;
				opacity: 1 !important;
			}
			:-ms-input-placeholder{
				color:#58646e;
			}
/*
------- FIN -------
------- base.css -------
*/

/*
------- RECURSOS ARANYA -------
------- style.css -------
*/
	/* ***Header
	=====================================*/
		.header{
			background-color: #26455f;
			position: relative;
			height: auto;
			margin-bottom: 0;
		}

		/* main zone for menu and slider */
			/* navigation block */
				#navigation-box{
					background: none;
					position: relative;
					top: 1px;
					right: 0;
					z-index: 300;
					margin-top: -80px;
				}
				#navigation{
					padding-top: 0;
				}
				#navigation a{
					color: #0b4792;
					text-shadow: none;
				}
				#navigation > li{
					padding-left: 0;
					padding-right: 0;
				}
				#navigation > li a{
					padding-left: 15px;
					padding-right: 15px;
					padding-bottom: 21px;
				}
				#navigation-toggle{
					background-color: #fdca27;
					border: none;
					box-shadow: 0 1px 1px rgba(0,0,0,0.2);
					position: relative;
				}
				#navigation-toggle.open-menu{
					background-color:#25425b;
					border: none;
				}

			/* rules for dropdown desktop menu */
				@media (min-width:769px){
					#navigation li:first-child{
						padding-top:0;
					}
					#navigation li:first-child:before{
						top:7px;
					}
					.hover-link a:before{
						color: #fff;
						content: attr(data-hover);
						pointer-events: none;
						position: absolute;
						text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
						transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
					}
					.hover-link a:after{
						background: none repeat scroll 0 0 #0b4792;
						bottom: 1px;
						content: "";
						height: 5px;
						left: 0;
						opacity: 0;
						pointer-events: none;
						position: absolute;
						transform: translateY(5px);
						transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
						width: 100%;
						z-index: 15;
					}
					.hover-link a:hover:before, .hover-link a:focus:before{
						opacity: 0;
						transform: translateY(-2px);
					}
					.hover-link a:hover:after, .hover-link a:focus:after{
						opacity: 1;
						transform: translateY(0px);
					}
					#navigation .active:before{
						color: #0b4792;
						text-shadow:none;
					}
				}

			/* custom rules for mobile menu */
				@media (max-width:991px){
					#navigation{
						background-color: rgba(38,69,95,0.8);
						padding-bottom: 0px;
						top: 86px;
						z-index: 199;
						width: 170px;
					}
					.menu-icon{
						margin-top: 17px;
					}
					.menu-icon:before{
						font-family: 'icomoon';
						content: "\e678";
						font-size: 19px;
						color: #fff;
						text-decoration: none;
						position: absolute;
						left: 16px;
						top: 39px;
						opacity: 0;
						transform: translate3d(0,0,0);
						transition: transform 0.5s ease, opacity 0.5s ease;
					}
					.open-menu .menu-icon:before{
						opacity: 1;
						transform: translate3d(0,-27px,0);
						transition: transform 0.5s ease, opacity 0.5s ease;
					}
					.open-menu .menu-icon:hover:before,
					.open-menu .menu-icon:focus:before{
						text-decoration: none;
					}
					#navigation li{
						border-color:#000;
					}
					#navigation li:last-child{
						border: none;
					}
					#navigation a{
						color: #fff;
					}
					#navigation > li a{
						padding-bottom: 6px;
						padding-left: 0;
					}
				}
			/* custom rules for mobile menu */
				@media (max-width:768px){
					#navigation-box{
						position: absolute;
						margin-top: 0;
						right: 25px !important;
					}
					#navigation{
						background-color: rgba(38,69,95,0.8);
						padding-bottom: 0px;
						top: 86px;
						z-index: 199;
						width: 170px;
					}
					.menu-icon{
						margin-top: 17px;
					}
					.menu-icon:before{
						font-family: 'icomoon';
						content: "\e678";
						font-size: 19px;
						color: #fff;
						text-decoration: none;
						position: absolute;
						left: 16px;
						top: 39px;
						opacity: 0;
						transform: translate3d(0,0,0);
						transition: transform 0.5s ease, opacity 0.5s ease;
					}
					.open-menu .menu-icon:before{
						opacity: 1;
						transform: translate3d(0,-27px,0);
						transition: transform 0.5s ease, opacity 0.5s ease;
					}
					.open-menu .menu-icon:hover:before,
					.open-menu .menu-icon:focus:before{
						text-decoration: none;
					}
					#navigation li{
						border-color:#000;
					}
					#navigation li:last-child{
						border: none;
					}
					#navigation a{
						color: #fff;
					}
					#navigation > li a{
						padding-bottom: 6px;
						padding-left: 0;
					}
				}

			/* banner revolution */
				.bannercontainer{
					width:100%;
					position:relative;
					padding:0;
				}
				.bannercontainer li{
					padding-left: 0;
				}

			@media (max-width: 480px){
				.home .header{
					height: 125px;
				}
				.bannercontainer{
					display: none;
				}
			}

	/* ***Footer
	==================================================*/
		input, textarea{
			width: 100%;
			box-sizing: border-box;
			border-radius: 0;
			box-shadow: none;
			border: solid 1px #223749;
			background-color: #728fa8;
			box-shadow: inset 0 1px 1px rgba(0,0,0,.4);
			color: #fff;
		}
		input:focus,
		textarea:focus{
			outline: none;
			border: 1px solid #fff;
		}
		textarea{
			resize:none;
		}
		.copy{
			text-align: center;
			margin-top: 24px;
			margin-bottom: 24px;
		}

	/* ***About (about.html)
	=====================================*/
		/* separator */
			.separator{
				width: 100%;
				height: 1px;
				background-color: #26455f;
				position: relative;
				transition:all 0.3s ease;
			}

	/* ***Sevices (sevice.html)
	=====================================*/
		/* services example */
			.services-list{
				text-align: center;
			}

	/* ***Login
	=====================================*/
		/* E-commerce pages*/
			a:focus{
				outline: none !important;
			}

	/* ***Single product pages
	=====================================*/
		/*quantity select*/
			.qtyminus,
			.qtyplus{
				width: 40px;
				border:none;
				background: none;
				box-shadow: none;
				text-indent: -9999px;
				height: 49px;
				position: relative;
				z-index: 5;
			}
			.qty{
				border: 1px solid #dadee1;
				background:none;
				box-shadow: none;
				width: 58px;
				color: #58646e;
				height: 49px;
				margin-left: -3px;
				margin-right: -3px;
					text-align: center;
			}

	/* ***Responsive
	=====================================*/
		@media (min-width: 481px) and (max-width: 67px){
			/* --- page elements */
				/* Table */
					.table > thead > tr > th,
					.table > tbody > tr > th{
						padding: 16px 8px;
						font-size: 14px;
					}
					.table > tfoot > tr > th,
					.table > thead > tr > td,
					.table > tbody > tr > td,
					.table > tfoot > tr > td{
						padding: 16px 8px;
					}

			/* -- gallery 2 coloum*/
				/*cart*/
					.qty{
						display: block;
						width: 60px;
						margin: 0;
					}
		}

		@media (min-width: 240px) and (max-width: 480px){
			/* --- inner page */
				h1{
					width: 180px;
				}

			/* --- page elements */
				/* Table */
					.table > thead > tr > th,
					.table > tbody > tr > th{
						padding: 8px 4px;
						font-size: 12px;
					}
					.table > tfoot > tr > th,
					.table > thead > tr > td,
					.table > tbody > tr > td,
					.table > tfoot > tr > td{
						padding: 8px 4px;
					}

				/* Tabs */
					.all.active:before{
						display: none;
					}

			/* --- services page */
				.services-list > div{
					width: 100%;
				}

			/* -- gallery 2 coloum*/
				/*cart*/
					.qty{
						display: block;
						width: 60px;
						margin: 0;
					}
		}
		@media (max-width: 400px){
				.hidden-smallest{
					display: none;
			}
				.col-width{
					width: 33%;
			}
		}
		@media (max-width: 1199px){
			#navigation-box{
				right: -40px;
			}
		}
		@media (min-width: 100px) and (max-width:991px){
			#navigation{
				background-color: #fdca27;
			}
			#navigation.showen-c{
				padding-bottom: 10px;
			}
			#navigation li{
				border-color: #0b4792;
				top: 12px !important;
			}
			#navigation .active:before{
				display: none;
			}
			#navigation-toggle.open-menu{
				background-color: #fdca27;
			}
			.MenuResponsive{
				margin-top: 10px !important;
			}
		}

		/*moviles*/
			@media (max-width: 480px){
				/*Añadido Jose 04/07/2016*/
					.services-list{
						margin-top: 0px !important;
					}
			}
			@media (max-width: 360px){
				/*Añadido Jose 04/07/2016*/
					.PieBanner{
						margin-top: 136px;
					}
				/**/
				/*Añadido Jose 04/07/2016*/
					.PieBanner{
						margin-top: 136px;
					}
				/**/
				.services-list{
					margin-top: 0px !important;
				}
			}
			@media (min-width: 1200px){
				.SectionPie{
					padding-left:60px;
				}
			}

		/*Imagenes cuadradas pie*/
			@media (max-width: 480px){
				.services-list{
					margin-top: 60px;
				}
				.btn-lg{
					margin-bottom: 0px;
				}
			}

		/*Inicio Cambio Jose 30/06/2016*/
			.btn-success:focus{
				background-color: #1778bb;
				color: white;
			}
			.btn-success.btn-animate:after{
				color: white;
			}
		/*Fin Cambio Jose 30/06/2016*/

		/*Añadido Jose 04/07/2016*/
			.PieBanner{
				margin-top: 40px;
			}
		/**/

	/*************** BOLETOS ****************/
		.pad20{
			padding-top:20px;
		}
		.pad40{
			padding-top:40px;
		}
		.pad12b{
			padding-bottom: 12px;
		}
		.pad40l{
			padding-left: 40px;
		}
		.panel{
			margin-bottom: 20px;
			background-color: #ffffff;
			border: 1px solid transparent;
			border-radius: 4px;
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
		}
		.panel-default{
			border-color: #0b4792;
		}
		.bgNew{
			background-color: #0b4792;
			padding-left: 20px;
		}
		.bgClaro{
			background-color: #ffffff;
		}
		.bgAzul{
			background-color: #0B4792;
		}
		.panel-heading-boletos{
			color: #fff;
			background-color: #0B4792;
			border-color: #0B4792;
			height:40px;
			padding-left:20px;
			padding-top:10px;
		}
		.panel-heading-modal{
			color: #fff;
			border-color: #ff6e3c;
			height:40px;
			padding-left:20px;
			padding-top:10px;
			background: #ff6e3c;
			background: linear-gradient(to right, #ff6e3c, #FF9904);
		}
		.panel-body-jugada{
			background-color: #dbeaf6;
			padding-left:34px;
			padding-top:6px;
		}
		.btnFlecha{
			font: 14px 'Roboto';
			color: #0b4792;
			background-color: #FDCA27;
			border: none;
			text-transform: uppercase;
			background-repeat: repeat;
			width:25px;
			margin-right: 20px;
			position: relative;
		}
		.spanBoleto{
			background-color: #DBEAF6;
		}
		.numeritos{
			text-decoration: none;
			text-align: center!important;
			padding: 1px;
			border: 1px solid #ccc;
			background-color: #FFF;
		}
		.numeritosS{
			color: #FFF!important;
			padding: 2px;
			background-color: #fdca27;
			text-align: center!important;
			text-shadow: 0 1px 0 rgba(86, 1, 0, 0.83);
		}
		.numeritos:hover{
			color: #fff;
			text-shadow: 0 1px 0 rgba(86, 1, 0, 0.83);
			background-color: #fdca27;
		}
		.partidos{
			text-decoration: none;
			text-align: left !important;
			padding: 0.6px;
			border: 0px;
			background-color: #c0ddf7;
			color: #0b4792;
			margin-bottom: 2px;
		}

		/*Añadido Jose 12/07/2016*/
			.service-item-pequeno .pull-left{
				padding-right: 20px;
			}
			.sorteoLoteria{
				margin-top: 10px;
			}
		/*Fin añadido*/
/*
------- FIN -------
------- style.css -------
*/