/*
Template Name: Biketik - HTML5 Bike Repair & Service Template
Version: 1.0
Author: Shamim Ahmed
Template URI: http://sylnote.com/themes/biketik
License URI: http://themeforest.net/user/shamimsaj
Tags: Bike Repair, bike repair, template, html5, landing page
*/

/* ------------------------------------------------------------------
[Table of contents]
--------------------
1.  Base Style
2.  Header / #header
3.  Intro / .intro
4.  About / .about
5.  Latest Project / .projects
6.  Services / .service
7.  Chose Us & Tuneup Compare / .others
9.  Pricing Table / .pricing-plan
10. Testimonial / .testimonial
11. Video / .video
12. Blog / .blog
13. Contact / .contact
14. Footer
15. Helper Classes

------------------------------------------------------------------- */
 @import url('//fonts.googleapis.com/css?family=PT+Sans');
 @import url('//fonts.googleapis.com/css?family=Raleway:300,400,500,600');
 @import url('//fonts.googleapis.com/css?family=Poppins:300,400,500');
  @import url('https://fonts.googleapis.com/icon?family=Material+Icons');
  



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

html {
    color: #222;
    font-size: 15px;
    line-height: 1.4;
}
::-moz-selection {
    background: #0e72c8;
    text-shadow: none;
}
::selection {
    background: #0e72c8;
    text-shadow: none;
}
body{
	font-family: Helvetica, sans-serif, Arial;
}
p{
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.3px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}
figure{
	margin:0;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
    color: #000;
}
a{
	-webkit-transition: .3s ease;
	transition:.3s ease;
}
a:hover, a:focus{
	text-decoration:none;
    outline: 0;
}
*:focus{outline:none;}
.success {
	color: #0e72c8;
	margin-top: 10px;
}
/* -------- Pre Loader -------- */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fefefe;
	z-index:9999;
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url('http://gbici.labici.net/images/preloader.gif');
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px;
}
/* ===============================
   Header
   =============================== */
header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1;
}
header nav.navbar-default{
	background:transparent;
	border:0;
	border-radius:0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
header nav .navbar-header .navbar-brand{
	padding:0;
	margin-top:22px;
	margin-left:-15px !important;
}


header nav ul.nav{
	float:right;
	margin-top:20px;
}
header nav ul.nav li{
	padding:0 12px;
	margin-top:15px;
}

header nav ul.nav li.left-salir{
	margin-top:0;
}

header nav ul.nav li:last-child{
	padding-right:17px;
}
header nav ul.nav li a{
	text-transform:none;
	color:#fff !important;
	padding:15px 0;
	font-size:13.5px;
	text-transform:uppercase;
	
}
header nav ul.nav li.active a{
	position:relative;
}
header nav ul.nav li.active a:before{
	position:absolute;
	content:"";
	width:100%;
	height:2px;
	background:#0e72c8;
	bottom:0;
	left:0;
}
header nav ul.nav li.active a:after{
	position:absolute;
	/*content:"";*/
	width:7px;
	height:7px;
	border:2px solid #0e72c8;
	left:50%;
	margin-left:-3px;
	bottom:-2px;
	background:#212121;
	border-radius:100px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
	color:#0e72c8 !important;
}
header nav ul.nav li.active a{
	background:none !important;
}

header .is-sticky nav {
    background: #212121 none repeat scroll 0 0;
    padding-bottom: 30px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
/* Button Search Header */
.btn-search-header, ul.main-menu{
    display: table-cell;
    vertical-align: top;
}
.btn-search-header {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 80px;
    padding: 0 5px 0 12px;
    position: absolute;
    right: 10px;
    top: 5px;
    -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.btn-search-header:hover,
.btn-search-header:focus {
	color: #0e72c8;
}
.btn-search-header > span {
  cursor: pointer;
}
.btn-search-header span.open {
	position: fixed;
	top: 50px;
	right: 100px;
	font-size: 30px;
	z-index: 999;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
}
.btn-search-header span.open::before {
    background: #0e72c8;
    content: "";
    height: 50px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(45deg);
            transform: skewX(45deg);
    width: 2px;
}
.btn-search-header span.open::after {
    background: #0e72c8;
    content: "";
    height: 50px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-45deg);
            transform: skewX(-45deg);
    width: 2px;
}
.search-popup {
	display: none;
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
}
.form-search-navi {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		  transform: translate(-50%, -50%);
}
.form-search-navi .form-control {
	padding: 18px 12px;
	height: auto;
	border: 0;
	outline: none;
	box-shadow: none;
	font-size: 16px;
	border-radius: 0;
	width: 300px;
	background: transparent;
	color: #0e72c8;
	border-bottom: 1px solid #0e72c8;
}
.form-search-navi button {
	background: transparent;
	border: 0;
	outline: 0;
	box-shadow: none;
	position: absolute;
	top: 20px;
	right: 0;
	line-height: 40px;
	z-index: 99;
}
/* ===============================
   Intro
   =============================== */
.intro .intro-slider .carousel-inner .item figure{
	position:relative;
}
.intro .intro-slider .carousel-inner .item figure img{
	width:100%;
}
.intro .intro-slider .carousel-inner .item figure::before {
	background: rgba(0, 0, 0, 0.74) none repeat scroll 0 0;
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
}
.intro .intro-slider .carousel-inner .item figure figcaption{
	position:absolute;
	width:100%;
	left:0;
	top:0;
}
.intro-slider .carousel-controls {
    border: 2px solid #0e72c8;
    color: #0e72c8;
    display: inline-block;
    font-size: 30px;
    height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -50px;
    width: 50px;
    transition: .3s ease;
}
.intro-slider .control-left.carousel-controls {
    left: -100px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 100px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 100px;
    -moz-border-radius-bottom-right: 0;
    border-radius: 100px;
    border-bottom-right-radius: 0;
}
.intro-slider .control-right.carousel-controls {
    right: -100px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 100px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 100px;
    -moz-border-radius-left-right: 0;
    border-radius: 100px;
    border-bottom-left-radius: 0;
}
.intro-slider:hover .control-left.carousel-controls {
    left: 50px;
}
.intro-slider:hover .control-right.carousel-controls {
    right: 50px;
}
.intro{
	position:relative;
	overflow:hidden;
}
.intro .intro-text{
	position:relative;
	top:50%;
	-webkit-transform:translateY(70%);
	        transform:translateY(70%);
	text-align:center;
	color:#fff;
}
.intro .intro-text h1{
	font-size: 46px;
	word-spacing: 2px;
	margin: 30px 0 20px 0;
	font-weight:700;
    color: #fff;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	
}
.intro .intro-text h1 span{
	color:#0e72c8;
}
.intro .intro-text p.sub-heading{
	font-size:26px;
	background:#fff;
	padding:10px 25px;
	margin:20px 0;
	display:inline-block;
	color:#212121;
}
.intro .intro-text .intro-desc{
	max-width:600px;
	margin: 10px auto 80px;
	font-size:22px;
}
.intro .intro-text ul.intro-btn{
	margin-top:35px;
}
.intro .intro-text ul.intro-btn li{
	display:inline-block;
	margin-right:15px;
}
.intro .intro-text ul.intro-btn li:last-child{
	margin-right:0;
}
.intro .intro-text ul.intro-btn li:first-child a{
	border:2px solid #fff;
	color:#fff;
	padding:10px 40px;
    text-transform: uppercase;
}
.intro .intro-text ul.intro-btn li:first-child a:hover{
    background: #fff;
    color: #212121;
}
.intro .intro-text ul.intro-btn li:last-child a{
	border:2px solid #0e72c8;
	background:#0e72c8;
	color:#fff;
	padding:10px 40px;
	text-transform:uppercase;
}
.intro .intro-text ul.intro-btn li:last-child a:hover{
    background: none;
}
.intro .intro-text div{
	margin-top:30px;
}
.intro .intro-text div a{
	color:#bdbdbd;
	font-size:25px;
    position :relative;
    -webkit-animation: mymove 1.3s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 1.3s infinite;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    0%   {top: 0px; opacity: 1;}
    100% {top: 10px; opacity:0;}
}

/* Standard syntax */
@keyframes mymove {
    0%   {top: 0px; opacity: 1;}
    100% {top: 10px; opacity: 0;}
}

/* ===============================
   About
   =============================== */
.section-header {
    text-align: center;
    margin-bottom: 80px;
}

.section-header h2 {
    text-transform: uppercase;
    margin: 0 0 25px 0;
    padding-bottom: 20px;
    font-size: 38px;
    font-weight: 600;
    position: relative;
}


.section-header h2:before {
    bottom: 0;
    color: #0e72c8;
    content: "";
    font-family: "FontAwesome",sans-serif;
    font-size: 15px;
    left: 50%;
    margin-left: -11px;
    position: absolute;
}

.section-header h2:after {
    background: #0e72c8;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    width: 70px;
}


.section-header h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 30px 0 45px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
	line-height:36px;
}


.section-header h3:before {
    bottom: 0;
    color: #0e72c8;
    content: "";
    font-family: "FontAwesome",sans-serif;
    font-size: 15px;
    left: 50%;
    margin-left: -11px;
    position: absolute;
}

.section-header h3:after {
    background: #0e72c8;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    width: 70px;
}



.section-header p {
    max-width: 615px;
    margin: 0 auto;
}

.about {
    padding: 100px 0;
}

.about .col-sm-4.about-box-col:nth-child(2) {
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
}

.about .about-box {
    text-align: center;
}

.about .about-box .about-icon {
    display: inline-block;
    width: auto;
    height: 115px;
    margin: 0 auto;
}

.about .about-box h3 {
    margin: 20px 0 15px 0;
    text-transform: uppercase;
    font-size: 22px;
}

.about .about-box p {
    margin-bottom: 0;
}

.about .about-box:hover .about-icon {
    border-color: #0e72c8;
    color: #fff;
    background: #0e72c8;
}

/* ===============================
   Latest Project
   =============================== */
.projects {
    background: #f4f4f4;
    /*padding: 100px 0;*/
}

.projects .project-wrapper .project-carousel figure {
    position: relative;
    overflow: hidden;
}

.projects .project-wrapper .project-carousel figure figcaption {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .8s ease;
    transition: .8s ease;
    text-align: center;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

.projects .project-wrapper .project-carousel figure figcaption h3 {
    color: #fff;
    margin: 0 0 10px 0;
}

.projects .project-wrapper .project-carousel figure figcaption p {
    color: #fff;
}

.projects .project-wrapper .project-carousel figure figcaption p a {
    color: #fff;
}

.projects .project-wrapper .project-carousel figure figcaption ul li {
    display: inline-block;
    margin-right: 5px;
}

.projects .project-wrapper .project-carousel figure figcaption ul li:last-child {
    margin-right: 0;
}

.projects .project-wrapper .project-carousel figure figcaption ul li a {
    border: 2px solid #fff;
    color: #fff;
    display: block;
    height: 35px;
    padding-top: 5px;
    width: 35px;
}

.projects .project-wrapper .project-carousel figure figcaption ul li:first-child a{
    -webkit-border-radius: 100px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 100px;
    -moz-border-radius-bottomright: 0;
    border-radius: 100px;
    border-bottom-right-radius: 0;
}

.projects .project-wrapper .project-carousel figure figcaption ul li:last-child a{
    -webkit-border-radius: 100px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 100px;
    -moz-border-radius-bottomright: 0;
    border-radius: 100px;
    border-bottom-left-radius: 0;
}

.projects .project-wrapper .project-carousel figure figcaption ul li a:hover {
    background: #fff;
    color: #0e72c8;
}

.projects .project-wrapper .project-carousel figure:before {
    position: absolute;
    content: "";
    background: rgba(76, 175, 80, 0.8);
    width: 100%;
    height: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.projects .project-wrapper .project-carousel figure:hover:before {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.projects .project-wrapper .project-carousel figure:hover figcaption {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}
.projects .project-wrapper .project-carousel .owl-controls .owl-buttons {
    position: absolute;
    bottom: -44px;
    width: 100%;
}

.projects .project-wrapper .project-carousel .owl-controls .owl-buttons .owl-prev, .projects .project-wrapper .project-carousel .owl-controls .owl-buttons .owl-next {
    display: inline-block;
    border: 2px solid #0e72c8;
    color: #0e72c8;
    font-size: 25px;
    height: 40px;
    text-align: center;
    width: 40px;
    position: absolute;
}

.projects .project-wrapper .project-carousel .owl-controls .owl-buttons .owl-prev {
    left: 50%;
	margin-left:-110px;
    -webkit-border-radius: 100px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 100px;
    -moz-border-radius-bottomright: 0;
    border-radius: 100px;
    border-bottom-right-radius: 0;
}

.projects .project-wrapper .project-carousel .owl-controls .owl-buttons .owl-next {
    right: 50%;
	margin-right:-110px;
    -webkit-border-radius: 100px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 100px;
    -moz-border-radius-bottomright: 0;
    border-radius: 100px;
    border-bottom-left-radius: 0;
}
.projects .project-wrapper .project-all-btn {
  margin-top: 50px;
  text-align: center;
}
.projects .project-wrapper .project-all-btn > a {
  border: 2px solid #0e72c8;
  color: #0e72c8;
  display: inline-block;
  padding: 5px 15px;
  text-transform: uppercase;
}
.projects .project-wrapper .project-all-btn > a:hover{
	background:#0e72c8;
	color:#fff;
}
/* ===============================
   Services
   =============================== */
.service {
    padding: 100px 0;
}

.service .service-boxes .service-box-column {
    margin-bottom: 50px;
}
.service .service-boxes .service-box-column:last-child{
	margin-bottom:0;
}
.service .service-box .service-icon {
    display: table-cell;
    vertical-align: top;
}

.service .service-box .service-icon i {
    display: inline-block;
    font-size: 24px;
    border: 2px solid #0e72c8;
    padding: 15px;
    color: #0e72c8;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 100px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 100px;
    -moz-border-radius-bottomright: 0;
    border-radius: 100px;
    border-bottom-right-radius: 0;
}

.service .service-box .service-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}

.service .service-box .service-info h3 {
    margin: 0 0 15px 0;
    font-size: 22px;
    text-transform: uppercase;
}

.service .service-box .service-info a {
    color: #0e72c8;
}

.service .service-box:hover .service-icon i {
    border-color: #0e72c8;
    background: #0e72c8;
    color: #fff;
}

/* ===============================
   Chose Us & Tuneup Compare
   =============================== */
.others {
    padding: 100px 0;
    background: #f4f4f4;
}

.others .wcus h2 {
    margin: 0 0 30px 0;
    padding-bottom: 20px;
    font-size: 25px;
    text-transform: uppercase;
    position: relative;
}

.others .wcus h2:before {
    background: #0e72c8 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 75px;
}

.others .wcus h2:after {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 2px solid #0e72c8;
    border-radius: 100px;
    bottom: -2px;
  /*  content: "";*/
    height: 7px;
    left: 48px;
    position: absolute;
    width: 7px;
}

.others .wcus .skill-bars .single-skill {
    margin-bottom: 25px;
    overflow: hidden;
}

.others .wcus .skill-bars .single-skill .skill-ratio {
    margin-top: 10px;
    height: 10px;
    background:#ddd;
    position: relative;
}

.others .wcus .skill-bars .single-skill .skill-ratio span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #0e72c8;
    text-align: right;
}

.others .wcus .skill-bars .single-skill .skill-ratio span strong {
    font-weight: 300;
    top: -25px;
    position: absolute;
    right: 0;
}

.others .wcus .skill-bars .single-skill:last-child {
    margin-bottom: 0;
}

.others .tucomp h2 {
    margin: 0 0 50px 0;
    padding-bottom: 20px;
    font-size: 25px;
    text-transform: uppercase;
    position: relative;
}

.others .tucomp h2:before {
    background: #0e72c8 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 75px;
}

.others .tucomp h2:after {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 2px solid #0e72c8;
    border-radius: 100px;
    bottom: -2px;
   /* content: "";*/
    height: 7px;
    left: 48px;
    position: absolute;
    width: 7px;
}

.others .tucomp .compare-box h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
}

.others .tucomp .compare-box .single-compare {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.others .tucomp .compare-box .single-compare p {
    margin-bottom: 0;
}

.others .tucomp .compare-box .single-compare p span {
    color: #0e72c8;
    display: inline-block;
    float: right;
}

.others .tucomp .compare-box .single-compare:last-child {
    margin-bottom: 0;
    padding: 0;
    border-bottom: 0;
}

/* ===============================
   Pricing Plan
   =============================== */
.pricing-plan {
    padding: 100px 0 40px;
}

.pricing-plan .pricing-container .pricing-single {
    margin-bottom: 30px;
	float:left;
	width:33%;
}
.pricing-plan .pricing-container .pricing-single:last-child{
	margin-bottom:0;
}
.pricing-plan .pricing-container .pricing-single .plan-name {
    background: #f4f4f4;
    padding: 20px;
    min-height: 168px;
}

.pricing-plan .pricing-container .pricing-single .plan-name h3 {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #0e72c8;
    font-weight: 600;
    word-spacing: 5px;
}

.pricing-plan .pricing-container .pricing-single .plan-list {
    background: #eee;
    padding: 20px;
    min-height: 168px;
}

.pricing-plan .pricing-container .pricing-single .plan-list ul {
    margin-bottom: 0;
}

.pricing-plan .pricing-container .pricing-single .plan-list ul li {
    padding: 5px 0;
    font-weight: 300;
    font-size: 15px;
}

.pricing-plan .pricing-container .pricing-single .plan-list ul li i {
    display: inline-block;
    padding-right: 5px;
}

.pricing-plan .pricing-container .pricing-single .plan-list ul li i.fa-check-circle {
    color: #0e72c8;
}

.pricing-plan .pricing-container .pricing-single .plan-list ul li i.fa-times-circle {
    color: #777;
}

.pricing-plan .pricing-container .pricing-single .plan-price {
    background: #0e72c8;
    padding: 35px;
    min-height: 168px;
    text-align: center;
}

.pricing-plan .pricing-container .pricing-single .plan-price span {
    display: block;
    font-size: 16px;
	text-align: left;
}

.pricing-plan .pricing-container .pricing-single .plan-price span ~ span {
    font-size: 19px;
    font-weight: 600;
}

.pricing-plan .pricing-container .pricing-single .plan-price .plan-buy-btn {
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 75px;
	background:#0e72c8;
	font-size:15px;
	font-weight:500;
}

/* ===============================
   Testimonial
   =============================== */
.testimonial {
    padding: 100px 0;
    background: url(http://gbici.labici.net/images/banner-intro1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.testimonial:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.testimonial .section-header {
    color: #fff;
}

.testimonial .section-header h2 {
    color: #fff;
}

.testimonial .testimonial-wrapper .testimonial-carousel .owl-item {
    text-align: center;
    color: #fff;
}

.testimonial .testimonial-wrapper .testimonial-carousel .owl-item p {
    max-width: 650px;
    margin: 0 auto;
}

.testimonial .testimonial-wrapper .testimonial-carousel .owl-item h3 {
    color: #0e72c8;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    margin: 20px 0 5px 0;
}

.testimonial .testimonial-wrapper .testimonial-carousel .owl-item span {
    color: #777;
}

.testimonial .testimonial-wrapper .testimonial-carousel .owl-controls .owl-buttons {
    position: absolute;
    top: 10px;
    width: 100%;
}

.testimonial .testimonial-wrapper .testimonial-carousel .owl-controls .owl-buttons .owl-prev, .testimonial .testimonial-wrapper .testimonial-carousel .owl-controls .owl-buttons .owl-next {
    display: inline-block;
    border: 2px solid #0e72c8;
    color: #fff;
    font-size: 25px;
    height: 40px;
    text-align: center;
    width: 40px;
    position: absolute;
}

.testimonial .testimonial-wrapper .testimonial-carousel .owl-controls .owl-buttons .owl-prev {
    left: 0;
    -webkit-border-radius: 100px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 100px;
    -moz-border-radius-bottomright: 0;
    border-radius: 100px;
    border-bottom-right-radius: 0;
}

.testimonial .testimonial-wrapper .testimonial-carousel .owl-controls .owl-buttons .owl-next {
    right: 0;
    -webkit-border-radius: 100px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 100px;
    -moz-border-radius-bottomright: 0;
    border-radius: 100px;
    border-bottom-left-radius: 0;
}

/* ===============================
   Video
   =============================== */
.video {
    padding: 100px 0;
}

.video .video-wrapper iframe {
    border: 0;
    margin: 0 auto;
    display: block;
}

/* ===============================
   Blog
   =============================== */
.blog {
    padding: 100px 0;
    background: #f4f4f4;
}

.blog .blog-wrapper .blog-single:hover .blog-thumb img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

.blog .blog-wrapper .blog-single:hover .blog-info h3 a {
    color: #0e72c8;
}

.blog .blog-wrapper .blog-single:hover .blog-info ul.blog-meta li:last-child a {
    color: #0e72c8;
}

.blog .blog-wrapper .blog-single .blog-thumb {
    position: relative;
    overflow: hidden;
}

.blog .blog-wrapper .blog-single .blog-thumb img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.blog .blog-wrapper .blog-single .blog-thumb span.post-date {
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-block;
    text-align: center;
    background: #0e72c8;
    padding: 10px 20px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-border-radius: 100px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 100px;
    -moz-border-radius-bottomright: 0;
    border-radius: 100px;
    border-bottom-left-radius: 0;
}

.blog .blog-wrapper .blog-single .blog-thumb span.post-date span {
    display: block;
    font-weight: 600;
    font-size: 17px;
}

.blog .blog-wrapper .blog-single .blog-thumb a.post-category {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: #0e72c8;
    padding: 3px 15px;
}

.blog .blog-wrapper .blog-single .blog-info h3 a {
    color: #212121;
    font-size: 22px;
    text-transform: uppercase;
}

.blog .blog-wrapper .blog-single .blog-info h3 a:hover {
    color: #0e72c8;
}

.blog .blog-wrapper .blog-single .blog-info ul.blog-meta li {
    display: inline;
    position: relative;
    padding-right: 15px;
    margin-right: 5px;
}

.blog .blog-wrapper .blog-single .blog-info ul.blog-meta li:before {
    position: absolute;
    content: "/";
    right: 0;
    top: 0;
}

.blog .blog-wrapper .blog-single .blog-info ul.blog-meta li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.blog .blog-wrapper .blog-single .blog-info ul.blog-meta li:last-child:before {
    content: none;
}

.blog .blog-wrapper .blog-single .blog-info ul.blog-meta li a {
    color: #777;
}

.blog .blog-wrapper .blog-single .blog-info ul.blog-meta li a:hover {
    color: #0e72c8;
}

.blog .blog-wrapper .blog-single .blog-info p{
	margin-bottom:0;
}

/* Call To Action */
.callto-action {
    padding: 0 0 100px 0;
}

.callto-action .cta-single {
    border: 2px solid #ddd;
    padding: 15px;
    text-align: center;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
	text-transform: uppercase;
}

.callto-action .cta-single:hover {
    border-color: #0e72c8;
	cursor:pointer;
	cursor:hand;
	color: #0e72c8;
}

.callto-action .cta-single p {
    margin-bottom: 0;
	color:#999;
	text-transform:none;
}

.callto-action .cta-single h3 {
    margin: 10px 0;
    text-transform: uppercase;
}

.callto-action .cta-single a {
    color: #0e72c8;
}

/* ===============================
   Contact
   =============================== */
.field {
  margin: 1em 0;
}

form#ajax-contact .field {
  margin: 3em 0;
}

form#ajax-contact input#btn_contact_submit {
    background: #0e72c8 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-family: Helvetica,sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 14px 30px;
    text-align: center;
    text-transform: uppercase;
    width: 25%;
	height:auto;
}



form#ajax-contact button {
    background: #0e72c8 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-family: Helvetica,sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 14px 30px;
    text-align: center;
    text-transform: uppercase;
    width: 25%;
}

label {
  display: block;
  color: #000;
  font-size:18px;
  font-weight:500;
 font-family: Helvetica, sans-serif;
}

input {
  width: 100%;
  font-size: 1.2em;
  border-bottom: 1px solid #000;
  border-top:0;
  border-left:0;
  border-right:0;
  height:30px;
}

textarea {
  width: 100%;
  height: 200px;
  font-size: 1.2em;
  border-bottom: 1px solid #000;
   border-top:0;
  border-left:0;
  border-right:0;

}

button {
  display: inline-block;
  border: none;
  font-size: 24px;
  padding:18px 30px;
  background: #0e72c8;
  color: #fff;
  text-transform:uppercase;
  /*margin: 40px 0 0 0;*/
  width: 75%;
  text-align: center;
  font-weight:400;
   font-family: 'Raleway', sans-serif;

}

button:hover, button:focus {
  opacity: 0.75;
  cursor: pointer;
}

button:active {
  opacity: 1;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.contact #map {
    width: 100%;
    height: 360px;
}

.contact #map .info-window h3 {
    margin: 0;
}

/* Clients Logo */
.clients-logo img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

/* ===============================
   Footer
   =============================== */
footer {
    background: #212121;
    padding: 30px 0 0 0;
    color: #C3C3C3;
}

footer .footer-widget h2.widget-title {
    margin: 0 0 30px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}

footer .footer-widget .widget-content img.footer-logo {
    margin-top: 20px;
}

footer .footer-widget .widget-content ul.footer-social {
    margin-top: 20px;
}

footer .footer-widget .widget-content ul.footer-social li {
    display: inline-block;
    margin-right: 10px;
}

footer .footer-widget .widget-content ul.footer-social li a {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 2px solid #0e72c8;
    color: #c3c3c3;
    padding-top: 5px;
    -webkit-border-radius: 100px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 100px;
    -moz-border-radius-bottomright: 0;
    border-radius: 100px;
    border-bottom-left-radius: 0;
}

footer .footer-widget .widget-content ul.footer-social li a:hover {
    border-color: #0e72c8;
    background: #0e72c8;
    color: #fff;
}

footer .footer-widget .widget-content .latest-post-single {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
}

footer .footer-widget .widget-content .latest-post-single:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

footer .footer-widget .widget-content .latest-post-single div {
    display: table-cell;
    vertical-align: top;
}

footer .footer-widget .widget-content .latest-post-single div ~ div {
    padding-left: 15px;
}

footer .footer-widget .widget-content .latest-post-single div ~ div h3 {
    margin: 0 0 5px 0;
}

footer .footer-widget .widget-content .latest-post-single div ~ div h3 a {
    font-size: 18px;
    color: #C3C3C3;
}

footer .footer-widget .widget-content .latest-post-single div ~ div h3 a:hover {
    color: #0e72c8;
}

footer .footer-widget .widget-content .latest-post-single div ~ div span {
    font-size: 12px;
    color: #757575;
}

footer .footer-widget .widget-content ul.widget-gallery {
    margin-top: 30px;
}

footer .footer-widget .widget-content ul.widget-gallery li {
    display: inline-block;
    margin-bottom: 4px;
}

footer .footer-widget .widget-content ul.working-hour-widget li span {
    display: inline-block;
    min-width: 110px;
    color: #0e72c8;
}

footer .footer-bottom {
    margin-top: 20px;
    text-align: center;
    background: #0e72c8;
    padding: 20px 0;
}

footer .footer-bottom p {
    margin-bottom: 0;
    color: #000;
}

/* ===============================
   Page Header Style
   =============================== */
.page-header{
	padding:180px 0 100px 0;
	position:relative;
	background:url(http://gbici.labici.net/images/banner-intro.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin:0;
	position: relative;
	text-align: center;
}
.page-header:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.68);
	left: 0;
	top: 0;
}
.header-text h1 {
	color: #fff;
	font-size: 36px;
	margin: 0 0 15px;
	text-transform: uppercase;
	letter-spacing:0.5px;
}
.header-text > p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
}
.header-text ol.breadcrumb{
	background: none;
	border-radius: 0;
	padding: 0;
	margin-top: 20px;
	font-size: 15px;
}
.header-text ol.breadcrumb li a{
	color:#0e72c8;
}

/* ===============================
   Shop Page Style
   =============================== */
.shop{
	padding: 100px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.shop .shop-container .product-box{
	margin-bottom: 80px;
}
.shop .shop-container .product-box figure{
	text-align: center;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	padding: 25px 0;
	position: relative;
	overflow: hidden;
}
.shop .shop-container .product-box figure .price-tag{
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 20px;
	color: #fff;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	background: #0e72c8;
	padding-top: 20px;
}
.shop .shop-container .product-box figure figcaption{
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 100%;
	background: rgba(0,0,0,0.8);
	transition: .5s ease;
}
.shop .shop-container .product-box:hover figure figcaption{
	bottom: 0;
}
.shop .shop-container .product-box figure figcaption ul{
	margin-bottom: 0;
}
.shop .shop-container .product-box figure figcaption ul li{
	display: inline-block;
}
.shop .shop-container .product-box figure figcaption ul li a{
	display: block;
	padding: 15px;
	font-size: 25px;
	color: #fff;
}
.shop .shop-container .product-box figure figcaption ul li a:hover{
	color: #0e72c8;
}
.shop .shop-container .product-box figure img{
	display: inline;
}
.product-name a{
	border-bottom: 1px solid #0e72c8;
	font-size: 20px;
	font-weight: 400;
	padding: 15px 0;
	text-align: center;
	color: inherit;
	display: block;
}
.product-name a:hover{
	color: #0e72c8;
}

.product-pagination ul{
	text-align: center;
	margin-bottom: 0;
}
.product-pagination ul li{
	display: inline-block;
	margin-right: 10px;
}
.product-pagination ul li:last-child{
	margin-right: 0;
}
.product-pagination ul li a{
	padding: 10px 15px;
	border:1px solid #eee;
	display: block;
	color: inherit;
}
.product-pagination ul li a:hover{
	border-color: #0e72c8;
	background: #0e72c8;
	color: #fff;
}
.product-pagination ul li.active a{
	border-color: #0e72c8;
}
.shop.related-product{
	padding-bottom: 20px;
}
.shop .shop-container .related-products h2{
	margin: 0 0 50px 0;
}

/* Product Details */
.product-details{
	padding: 100px 0 0 0;
}
.product-details-container h2{
	margin: 0 0 20px 0;
}
.product-details-container ul.product-rating{
	margin-bottom: 20px;
}
.product-details-container ul.product-rating li{
	display: inline-block;
	color: #0e72c8;
}
.product-details-container .p-price{
	margin-bottom: 50px;
}
.product-details-container .p-price p{
	font-size: 30px;
	color: #0e72c8;
	font-weight: 600;
	margin-bottom: 5px;
}
.product-details-container ul.pd-btns{
	margin: 50px 0;
}
.product-details-container ul.pd-btns li{
	display: inline-block;
	margin-right: 15px;
}
.product-details-container ul.pd-btns li a{
	display: block;
	padding: 10px 25px;
	border: 1px solid #0e72c8;
	color: #0e72c8;
	margin-bottom: 15px;
}
.product-details-container ul.pd-btns li a:hover{
	color: #fff;
	background: #0e72c8;
}
.product-details-container ul.pd-btns li:first-child a{
	background: #0e72c8;
	color: #fff;
}
.product-details-container ul.pd-btns li:first-child a:hover{
	background: none;
	color: #0e72c8;
}
.product-details-container ul.pd-btns{}



/* ===============================
   Helper classes
   =============================== */
.hidden {
    display: none !important;
}
.no-padding{
    padding-right: 0;
    padding-left: 0;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

a.boton {
    background: #0e72c8 none repeat scroll 0 0;
    border: 2px solid #0e72c8;
	text-transform:uppercase;
	color:#fff;
	padding:8px 20px;
}

p.justificado{
	text-align:justify;
	line-height:23px;
}

.pricing-plan .pricing-container .pricing-single .plan-price-gris {
    background: #f2f2f2 none repeat scroll 0 0;
	min-height: 168px;
    padding: 35px;
    text-align: left;
}

.pricing-plan:hover .pricing-container:hover .pricing-single:hover .plan-price-gris:hover {
    background: #ffffff none repeat scroll 0 0;
	 padding: 33px;
}


.col-sm-11.plan-price-gris:hover{
	border: 2px solid #ddd;
	cursor:pointer;
	cursor:hand;
	background:#fff;
}

.col-sm-11.plan-price:hover{
	border: 2px solid #ddd;
	cursor:pointer;
	cursor:hand;
}


.pricing-plan:hover .pricing-container:hover .pricing-single:hover .plan-price:hover {
	background:#fff;
}

.col-sm-11.plan-price:hover .titulo{
	color:#000;
}

.col-sm-11.plan-price .titulo{
	color:#fff;
}


.pricing-plan .pricing-container .pricing-single .plan-price-gris .titulo{
    text-align: left;
	font-weight:600;
	font-size:24px;
}


.pricing-plan .pricing-container .pricing-single .plan-price-gris .precio {
    color: #000;
    display: block;
    font-size: 44px;
	text-align: left;
	font-weight:600;
	margin:8px 0 20px 0;
}

.pricing-plan .pricing-container .pricing-single .plan-price-gris span {
    color: #000;
    display: block;
    font-size: 16px;
	text-align: left;
}

.pricing-plan .pricing-container .pricing-single .plan-price-gris .impuestos {
    color: #000;
    display: block;
    font-size: 14px;
	text-align: left;
}

.pricing-plan .pricing-container .pricing-single .plan-price .titulo{
    text-align: left;
	font-weight:600;
	font-size:24px;
}


.pricing-plan .pricing-container .pricing-single .plan-price .precio {
    display: block;
    font-size: 44px;
	text-align: left;
	font-weight:600;
	margin:8px 0 20px 0;
	color:#fff;
}

.pricing-plan .pricing-container .pricing-single .plan-price span {
    display: block;
    font-size: 16px;
	text-align: left;
	color:#fff;
}

.pricing-plan:hover .pricing-single:hover .plan-price:hover span {
    color: #000;
}


.pricing-plan .pricing-container .pricing-single .plan-price .impuestos {
    color: #fff;
    display: block;
    font-size: 14px;
	text-align: left;
}



.pricing-plan .pricing-container .pricing-single .plan-price-gris span ~ span {
    font-size: 19px;
    font-weight: 500;
}

.pricing-plan .pricing-container .pricing-single .plan-price-gris a.plan-buy-btn {
    border: 2px solid #0e72c8;
    color: #fff;
    display: inline-block;
    margin-top: 75px;
    padding: 8px 20px;
    text-transform: uppercase;
	background:#0e72c8;
}

.pricing-plan .pricing-container .pricing-single .plan-price-gris .plan-buy-boton{
    border: 2px solid #0e72c8;
    color: #fff;
    display: inline-block;
    margin-top: 75px;
    padding: 8px 20px;
    text-transform: uppercase;
	background:#0e72c8;
	font-size:15px;
}


.clients-logo {
	padding:40px 0;
}

.footer-widget{
	text-align:center;
}


footer p{
	font-size:14px;
	color:#fff;
}


footer p a{
	color:#fff;
	text-decoration:none;
}

.footer-bottom p{
	color:#000;
}

.footer-bottom p a{
	color:#0e72c8;
}

h2.espacio{
	margin:130px 0 0 0;
}

section#projects .col-sm-12{
	padding-left:0;
}

section#projects .col-sm-6{
	padding-left:2px;
}

section#projects .col-sm-5 p{
	text-align:justify;
	margin-bottom:20px;
	font-size:16px;
}

header nav ul.nav li.registro-movil{
	display:none;
}

header nav ul.nav li.abono-movil{
	display:none;
}

header nav ul.nav li.left-movil{
	display:none;
}

header nav ul.nav li.registro{
    padding: 0 0 0 12px;
	margin:0;
}

header nav ul.nav li.registro a{
	margin-top: -19px;
    padding: 0;
	background:#6f8eca;
}

header nav ul.nav li.registro a:hover{
	background:#000;
}

header nav ul.nav li.registro-interior{
    padding: 0 0 0 12px;
	margin:0;
}

header nav ul.nav li.registro-interior a{
	margin-top: -19px;
    padding: 0;
	background:#6f8eca;
}

header nav ul.nav li.registro-interior a:hover{
	background:#000;
}



header nav ul.nav li.abono{
    padding: 0;
	margin:0;
}


header nav ul.nav li.abono a{
	margin-top: -19px;
    padding: 0;
	background:#2e5493;
}

header nav ul.nav li.abono a:hover{
	background:#000;
}

header nav ul.nav li.abono-interior{
    padding: 0;
	margin:0;
}


header nav ul.nav li.abono-interior a{
	margin-top: -19px;
    padding: 0;
	background:#2e5493;
}

header nav ul.nav li.abono-interior a:hover{
	background:#000;
}



header nav ul.nav li.left{
    padding: 0;
	margin:0;
}



header nav ul.nav li.left a{
	margin-top: -19px;
    padding: 0;
	background:#cf801c;
}

header nav ul.nav li.left-salir a{
	margin-top: -19px;
    padding: 0;
	background:#0e72c8;
}


header nav ul.nav li.left a:hover{
	background:#000;
}

header nav ul.nav li.left-salir a:hover{
	background:#000;
}


header nav ul.nav li.login a {
    /*background: #fff none repeat scroll 0 0;*/
    margin: 7px 0 0 0;
    padding: 8px 20px;
	/*border: 1px solid #0e72c8;*/
	font-size:15px;
	font-family: 'Roboto', sans-serif;
}

header nav ul.nav li.login .fa-user::before {
    color: #0e72c8;
     content: "\f007"; 
    font-size: 18px;
    margin: 0 7px 0 5px;
}

body#index header nav ul.nav li.login .fa-user::before {
    color: #fff;
}

body#contacto header nav ul.nav li.login .fa-user::before {
    color: #fff;
}


/* ===============================
  REGISTRO
   =============================== */
   
   
h3.alta{
	color:#000;
	font-size:20px;
	font-weight:600;
	margin:10px 0 15px 0;
}

form#alta .field {
  width:48%;
  float:left;
  padding:0 2% 0 0;
}

form#alta h3 {
	color:#000;
	font-size:28px;
	font-weight:600;
	font-family:Frutiger,sans-serif;
	width:100%;
	float:left;
	margin:0 0 15px 0;
}

form#alta .field1 {
  margin: 1em 0;
  width:48%;
  float:left;
  padding:0 0 0 2%;
}


form#alta .field2 {
  margin: 1em 0;
  width:100%;
  float:left;
}


form#alta label {
  display: block;
  color: #231f20;
  font-size:15px;
  font-weight:500;
   font-family: 'Roboto', sans-serif;
 /*font-family:"PT Sans",sans-serif;*/
}

form#alta label.pin {
  display: block;
  color: #999;
  font-size:12px;
  font-weight:400;
 font-family: 'Roboto', sans-serif;
 margin:6px 0 0 1px;
}




form#alta label.radio {
  display: inline;
  font-size:15px;
  font-weight:600;
 font-family:"PT Sans",sans-serif;
 margin:0 20px 0 5px;
}

form#alta input {
  width: 100%;
   /*border: 1px solid #bfbfbf;*/
  border: 1px solid #666;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 16px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 4px;
	/*border-radius:4px;*/
}

form#alta input[type=email] {
  width: 100%;
   /*border: 1px solid #bfbfbf;*/
  border: 1px solid #666;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 16px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 4px;
	/*border-radius:4px;*/
}


form#alta input.codigo-postal {
  width: 60%;
   /*border: 1px solid #bfbfbf;*/
  border: 1px solid #666;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 16px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 4px;
	/*border-radius:4px;*/
}


form#alta input[type=tel] {
  width: 60%;
   /*border: 1px solid #bfbfbf;*/
  border: 1px solid #666;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 16px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 4px;
	/*border-radius:4px;*/
}


form#alta input[type=password] {
  width: 60%;
   /*border: 1px solid #bfbfbf;*/
  border: 1px solid #666;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 16px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 4px;
	/*border-radius:4px;*/
}



form#alta select {
  width: 100%;
  /*border: 1px solid #bfbfbf;*/
   border: 1px solid #666;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 16px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 4px;
	/*border-radius:4px;*/
}


form#alta input[type=date] {
  width: 100%;
  /*border: 1px solid #bfbfbf;*/
   border: 1px solid #666;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 16px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 4px;
	/*border-radius:4px;*/	
}


form#alta input[type=radio] {
   height: auto;
    max-width: 100%;
    vertical-align: baseline;
    width: auto;
}

form#alta input[type=checkbox] {
   height: auto;
    max-width: 100%;
    vertical-align: baseline;
    width: auto;
	margin:0 5px 0 0;
	border:1px solid #666;
	background:#ddd;
}

form#alta button {
  display: inline-block;
  border: none;
  font-size: 18px;
  padding:8px 30px;
  background: #0e72c8;
  color: #fff;
  text-transform:none;
  width: 200px;
  text-align: center;
  font-weight:600;
  font-family: 'Raleway', sans-serif;
  border-radius:4px;

}

form#alta a.login {
  display: inline-block;
  border: none;
  font-size: 16px;
  padding:8px 30px;
  background: #0e72c8;
  color: #fff;
  text-transform:none;
  width: 200px;
  text-align: center;
  font-weight:500;
  font-family: 'Raleway', sans-serif;
  text-transform:uppercase;
}

form#modificar a.login {
  display: inline-block;
  border: none;
  font-size: 16px;
  padding:8px 30px;
  background: #0e72c8;
  color: #fff;
  text-transform:none;
  width: 200px;
  text-align: center;
  font-weight:500;
  font-family: 'Raleway', sans-serif;
  text-transform:uppercase;
}

form#resumen-pago a.login {
  display: inline-block;
  border: none;
  font-size: 16px;
  padding:8px 30px;
  background: #0e72c8;
  color: #fff;
  text-transform:none;
  width: 200px;
  text-align: center;
  font-weight:500;
  font-family: 'Raleway', sans-serif;
  text-transform:uppercase;
}






/* ===============================
  MODIFICAR
   =============================== */
   
   
h3.modificar{
	color:#000;
	font-size:20px;
	font-weight:600;
	margin:10px 0 15px 0;
}

form#modificar .field {
  width:48%;
  float:left;
  padding:0 2% 0 0;
}

form#modificar h3 {
	color:#000;
	font-size:28px;
	font-weight:600;
	font-family:Frutiger,sans-serif;
	width:100%;
	float:left;
	margin:0 0 15px 0;
}

form#modificar .field1 {
  margin: 1em 0;
  width:48%;
  float:left;
  padding:0 0 0 2%;
}


form#modificar .field2 {
  margin: 1em 0;
  width:100%;
  float:left;
}


form#modificar label {
  display: block;
  color: #231f20;
  font-size:17px;
  font-weight:600;
 font-family:"PT Sans",sans-serif;
}

form#modificar label.pin {
  display: block;
  color: #999;
  font-size:12px;
  font-weight:400;
 font-family: 'Roboto', sans-serif;
 margin:6px 0 0 1px;
}




form#modificar label.radio {
  display: inline;
  font-size:15px;
  font-weight:600;
 font-family:"PT Sans",sans-serif;
 margin:0 20px 0 5px;
}

form#modificar input {
  width: 100%;
  border: 1px solid #bfbfbf;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 16px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 4px;
	border-radius:4px;
	background:#ededed;
	color:#999;
}

form#modificar input[type=email] {
  width: 100%;
  border: 1px solid #bfbfbf;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 16px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 4px;
	border-radius:4px;
		background:#ededed;
	color:#999;

}


form#modificar input.codigo-postal {
  width: 60%;
  border: 1px solid #bfbfbf;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 16px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 4px;
	border-radius:4px;
}


form#modificar input[type=tel] {
  width: 60%;
  border: 1px solid #bfbfbf;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 16px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 4px;
	border-radius:4px;
		background:#ededed;
	color:#999;

}


form#modificar input[type=password] {
  width: 60%;
  border: 1px solid #bfbfbf;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 16px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 4px;
	border-radius:4px;
		background:#ededed;
	color:#999;

}



form#modificar select {
  width: 100%;
  border: 1px solid #bfbfbf;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 16px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 4px;
	border-radius:4px;
		background:#ededed;
	color:#999;

}


form#modificar input[type=date] {
  width: 100%;
  border: 1px solid #bfbfbf;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 16px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 4px;
	border-radius:4px;
		background:#ededed;
	color:#999;

}




form#modificar input[type=radio] {
   height: auto;
    max-width: 100%;
    vertical-align: baseline;
    width: auto;
}

form#modificar input[type=checkbox] {
   height: auto;
    max-width: 100%;
    vertical-align: baseline;
    width: auto;
	margin:0 5px 0 0;
}

form#modificar button {
  display: inline-block;
  border: none;
  font-size: 18px;
  padding:8px 30px;
  background: #0e72c8;
  color: #fff;
  text-transform:none;
  width: 200px;
  text-align: center;
  font-weight:600;
  font-family: 'Raleway', sans-serif;
  border-radius:4px;

}



.col-sm-12-gris{
    padding: 8px 0 20px 25px;
	background:#f4f4f4;
	float:left;
	width:94%;
	margin:0 0 60px 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    position: relative;
    word-wrap: break-word;
	box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
	
}

.col-sm-12-gris-1{
    padding: 8px 0 20px 25px;
	background:#f4f4f4;
	float:left;
	width:94%;
	margin:0 0 40px 0;
}

.requerido{
	color:#cac9c9;
}


body#alta header nav.navbar-default {
	background:#eee;
}

body#alta header nav ul.nav li a {
    color: #000 !important;
}


body#alta header nav ul.nav li.alta a {
    color: #fff !important;
}

body#alta header nav ul.nav li.login a {
	color:#0e72c8 !important;
  
}

body#contacto header nav ul.nav li.login a {
	color:#0e72c8 !important;
  
}

body#index header nav ul.nav li.login a {
	color:#0e72c8 !important;
  
}


body#contact .fa-angle-down::before {
    color:#fff;
}

body#index .fa-angle-down::before {
    color:#fff;
}



body#alta header nav .navbar-header .navbar-brand {
    margin: 15px 0 0 10px;
}

body#alta .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

body#alta header nav .navbar-header .navbar-brand {
    margin-left: 0 !important;
}

body#alta .page-header {
    background: #fff none repeat scroll 0 0;
    margin: 110px 0 0;
    padding: 20px 0 0;
    text-align: left;
	border-bottom:1px dotted #ccc;
}

body#alta .page-header::before {
    background: none;
}

body#alta header nav ul.nav li.active a::before {
    height: 0;
}

body#alta header nav ul.nav {
    margin-bottom: 10px;
}

body#alta .col-sm-9.alta{
    padding:0 0 5px 98px;
	color:#0e72c8;
	text-transform:uppercase;
}


body#alta .col-sm-4.activo{
	color: #bbb;
}


body#alta .header-text h1 {
    color: #0e72c8;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 9px 0 15px;
    text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}


body#alta .about {
    padding: 60px 0 100px;
}


body#alta .numero {
	display: inline-block;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.1;
    vertical-align: middle;
    width: 40px;
}

body#alta .texto {
	 float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 4px;
    text-transform: uppercase;
    width: 150px;
}


body#alta .texto a{
	color:#0e72c8;
}


body#alta .col-sm-8.exito p{
    font-size: 17px;
    font-weight: 500;
}

body#alta .col-sm-9.perfil {
    color: #fff;
    padding:8px 0 5px 20px;
	font-size:20px;
	color: #bbb;
	font-weight:400;
	text-transform: uppercase;
}

body#alta .col-sm-9.perfil1 {
    color: #fff;
    padding:5px 0 5px 120px;
	font-size:22px;
	color: #f3b2c1;
	font-weight:400;
	text-transform: uppercase;
}


p.morado{
	color:#0e72c8;
	margin:30px 0 20px 0;
}

a.volver {
    background: #0e72c8 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    text-align: center;
    text-transform: none;
    width: 200px;
	margin:30px 0 0 0;
	text-transform:uppercase;
	font-weight:500;
}

a.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 14px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
	text-transform:uppercase;
	background:#0e72c8;
	color:#fff;
}

a.btn:hover {
	color:#fff;
	background:#b6a3c8;
}


.card .card-header {
    background-color: transparent;
    border-bottom: medium none;
    padding: 10px 25px;
	text-align:center;
}

.card-header {
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 0;
    padding: 0.75rem 1.25rem;
}

.card.user-card {
    border-top: medium none;
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
    transition: all 150ms linear 0s;
	-webkit-border-top-left-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-bottomright: 30px;
border-top-left-radius: 30px;
border-bottom-right-radius: 30px;
}

.card {
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out 0s;
}


.col-sm-12-perfil:hover {
   box-shadow: 0 0 25px -5px #9e9c9e;

}
.card {
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    word-wrap: break-word;
}

.user-card .card-block {
    text-align: center;
}
.card .card-block {
    padding: 0 25px;
	min-height: 180px;
}

.user-card .card-block .usre-image {
    display: inline-block;
    height: 110px;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    width: 110px;
	z-index:0;
}

.f-w-600 {
    font-weight: 600;
	font-size: 14px;
}
.m-t-25 {
    margin-top: 25px;
}

.card .card-block p {
    line-height: 1.4;
}
.text-muted {
    color: #919aa3 !important;
	  font-size: 14px; !important
}

.card .card-header h5 {
    color: #222;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    margin-right: 10px;
}

.user-card .card-block .usre-image img {
    left: 5px;
    position: absolute;
    top: 5px;
    z-index: 20;
}
.img-radius {
    border-radius: 50%;
}

.sidebar-menu > li {
    padding: 5px 10px;
}

.sidebar-menu li > a {
    font-weight: 400;
    display: block;
    padding: 15px 5px 15px 15px;
	background: #0e72c8 none repeat scroll 0 0;
    color: #fff;
}

.fa-user::before {
    content: "\f007"; 
	/*color: #fff;*/
	font-size:18px;
	margin:0 7px 0 5px;
}

.fa-renovar::before {
    content: "\f283"; 
	/*color: #fff;*/
	font-size:16px;
	margin:0 5px 0 0;
}


.fa-notificar::before {
    content: "\f0f3"; 
	/*color: #fff;*/
	font-size:16px;
	margin:0 5px 0 2px;
}



.fa-cerrar::before {
    content: "\f00d"; 
	color: #fff;
	font-size:18px;
	margin:0 7px 0 5px;
}


.sidebar-menu li > a > .pull-right-container {
    position: absolute;
    right: 27px;
	margin-top: -3px;
}

.fa-angle-right::before {
    content: "\f105";
	font-size:20px;
}

ul.sidebar-menu{
	list-style:none;
	padding:0;
  
}

.col-sm-12-perfil {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    margin: 0 0 60px;
    padding: 8px 0 20px 25px;
    width: 94%;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    min-width: 0;
    position: relative;
    word-wrap: break-word;
	box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
}

.col-sm-6-perfil {
    float: left;
    padding: 0;
    width: 50%;
}

.col-sm-4-perfil {
    float: left;
    padding: 0;
    width: 33.3333%;
}

.col-sm-7-perfil {
    float: left;
    padding: 0;
    width: 58.33333333%;
}

.col-sm-7-perfil .form-control {
    background-color: #ededed;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #999;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 78%;
	float:left;
}

.col-sm-7-perfil label {
   color: #666;
    display: block;
    float: left;font-family:Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 35px;
    width: 22%;
	padding: 0 15px 0 0;
    text-align: right;
}

form#resumen-pago .field3 {
    border-bottom: 1px solid #f4f5f5;
    float: left;
    min-height: 60px;
    padding: 5px 0;
    width: 100%;
}


.col-sm-5-perfil {
    float: left;
    padding: 0;
    width: 41.66666667%;
}


.col-sm-2-perfil {
    float: left;
    padding: 0;
    width: 16.6667%%;
}

form#mi-perfil h5 {
    color: #000;
    float: left;
    font-family:Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 15px;
    width: 100%;
}




/* ===============================
  MODIFICAR
   =============================== */
   

form#mi-perfil .field {
  width:48%;
  float:left;
  padding:0 2% 0 0;
}

form#mi-perfil .field1 {
  margin: 1em 0;
  width:48%;
  float:left;
  padding:0 0 0 2%;
}


form#mi-perfil .field2 {
  margin: 1em 0;
  width:100%;
  float:left;
}


form#mi-perfil label {
  display: block;
  color: #231f20;
  font-size:15px;
  font-weight:600;
 font-family:Helvetica,sans-serif;
}


form#mi-perfil label.radio {
  display: inline;
  font-size:15px;
  font-weight:600;
 font-family:Helvetica,sans-serif;
 margin:0 20px 0 5px;
}

form#mi-perfil input {
  width: 98%;
  border: 1px solid #bfbfbf;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 13px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 4px;
	border-radius:4px;
	background:#fff;
	color:#666;
}

form#mi-perfil input[type=email] {
  width: 100%;
  border: 1px solid #bfbfbf;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 13px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 4px;
	border-radius:4px;
		background:#fff;
	color:#666;

}


form#mi-perfil input.codigo-postal {
  width: 60%;
  border: 1px solid #bfbfbf;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 13px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 4px;
	border-radius:4px;
}


form#mi-perfil input[type=tel] {
  width: 60%;
  border: 1px solid #bfbfbf;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 13px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 4px;
	border-radius:4px;
		background:#fff;
	color:#666;

}


form#mi-perfil input[type=password] {
  width: 60%;
  border: 1px solid #bfbfbf;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 13px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 4px;
	border-radius:4px;
		background:#fff;
	color:#666;

}



form#mi-perfil select {
  width: 100%;
  border: 1px solid #bfbfbf;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 13px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 4px;
	border-radius:4px;
		background:#fff;
	color:#666;

}



form#mi-perfil input[type=radio] {
   height: auto;
    max-width: 100%;
    vertical-align: baseline;
    width: auto;
}

form#mi-perfil input[type=checkbox] {
   height: auto;
    max-width: 100%;
    vertical-align: baseline;
    width: auto;
	margin:0 5px 0 0;
}

form#mi-perfil button {
  display: inline-block;
  border: none;
  font-size: 16px;
  padding:8px 30px;
  background: #0e72c8;
  color: #fff;
  text-transform:none;
  width: 200px;
  text-align: center;
  font-weight:500;
  font-family: Helvetica, sans-serif;
  text-transform:uppercase;
}

#cabecera{
    width: 100%;
	text-align:left;
	padding: 8px;
	border-bottom:2px solid #f4f5f5;
	font-family:Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 600;
	color:#000;
}

#linea{
    width: 100%;
	text-align:left;
	padding: 14px 4px;
	border-bottom:1px solid #f4f5f5;
    font-size: 15px;
    font-weight: 400;
	min-height: 68px;
}

#linea p{
	margin:0;
	font-weight:400;
    
}


#pie{
    width: 100%;
	text-align:left;
	padding: 14px 4px;
	border-top:2px solid #f4f5f5;
    font-size: 15px;
    font-weight: 600;
}

#linea p.peq{
    font-size: 12px;
	font-weight:200;
	color:#666;
}


form#resumen-pago select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #999;
    font-size: 15px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 4px;
    width: 85%;
}

form#resumen-pago select.bicis {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #999;
    font-size: 15px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 4px;
    width: 50%;
}


form#resumen-pago .field2 {
    float: left;
	padding: 16px 0;
    width: 100%;
	border-bottom: 1px solid #f4f5f5;
}
form#resumen-pago .field2-1 {
    float: left;
	padding: 16px 0;
    width: 100%;
	border-bottom: 3px solid #f4f5f5;
}

form#resumen-pago h5 {
    color: #0e72c8;
    float: left;
    font-family:Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 25px;
    width: 100%;
}

.texto-tarjeta p {
	float: left;
    font-size: 13px;
    margin: 25px 0 0;
    text-align: justify;
}

form#resumen-pago h5.pago {
    color: #000;
    float: left;
    font-family:Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
}

form#resumen-pago .field4 {
  margin:0;
  width:100%;
  float:left;
	text-align:right; 
	border:0; 
	padding: 0 5% 0 0;
}

form#resumen-pago button {
    background: #0e72c8 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
   
    font-size: 18px;
    font-weight: 600;
    padding: 8px 30px;
    text-align: center;
    text-transform: none;
    width: 200px;
}

p.text-muted a {
	text-decoration:underline;
	 
	 font-size: 15px;
}

p.login{
	
	 font-size: 14px;
	 margin:8px 0 0 0;
	 color:#fff;
	 font-weight:400;
}

p.registrarse{
	
	 font-size: 15px;
	 margin:20px 0 0 0;
	 text-align:center;
}

p.registrarse a{
	text-decoration:underline;

}

p.text-center.text-muted{
	 margin:40px 0 0 0;
}

#map {
	float: left;
	height: 650px;
	width: 750px;
		box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
   -webkit-border-top-right-radius: 16px;
-webkit-border-bottom-left-radius: 16px;
-moz-border-radius-topright: 16px;
-moz-border-radius-bottomleft: 16px;
border-top-right-radius: 16px;
border-bottom-left-radius: 16px;
margin: 55px 0 0;

}

#dataTables-example_filter .form-control.input-sm{
	width: 190px;
	border: 0;
	border-radius:0;
	
}

#dataTables-example_filter {
	 border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 8px;
    min-width: 0;
    padding: 11px 10px 7px;
    position: relative;
    word-wrap: break-word;
	box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
	margin:0 0 10px 16px;
	width: 96%;
	background:url(http://gbici.labici.net/images/ico-buscar-estacion.png) no-repeat 271px 12px;
}

#dataTables-example_length {
	padding: 10px 0 0;
    text-align: right;
    width: 96%;
}

#dataTables-example td.dt-center{
	background: #fff none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-style: none none solid;
    border-width: 0 0 1px;
}

#dataTables-example th.dt-center.sorting{
 border-right: 0 none;
    padding-left: 5px;
    text-align: left;
}

#dataTables-example tfoot{
	display:none;
}

#dataTables-example_wrapper .dataTables_info {
    clear: both;
    float: left;
    /*font-size: 13px;*/
    left: -764px;
    min-height: 50px;
   /*f padding-left: 47px;*/
	padding-left: 37px;
    position: absolute;
    /*top: 661px;*/
	top:0;
	background:url(http://gbici.labici.net/images/estaciones-disponibles.png) no-repeat 0 7px;
	font-size: 17px;
    font-weight: 400;
	font-family:Helvetica,sans-serif;
}


div.dataTables_info{
    float: left;
    min-height: 50px;
    position: absolute;
	background:url(http://gbici.labici.net/images/estaciones-disponibles.png) no-repeat 0 12px;
	font-size: 17px;
    font-weight: 400;
	font-family:Helvetica,sans-serif;
	white-space: normal;
	padding-left:40px;
}


div.dataTables_info input{
	width:auto;
}

/*td.invisible.sorting_1{
	display:none;
}

th.dt-center.invisible.sorting_asc{
	display:none;
}

th.invisible{
	display:none;
}*/

body#publicidad header nav.navbar-default {
	background:#eee;
}

body#publicidad header nav ul.nav li a {
    color: #000 !important;
}


body#publicidad header nav ul.nav li.alta a {
    color: #fff !important;
}

body#publicidad header nav ul.nav li.login a {
    color: #0e72c8 !important;
}



body#publicidad header nav .navbar-header .navbar-brand {
    margin: 38px 0 0 10px;
}

body#publicidad .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

body#publicidad header nav .navbar-header .navbar-brand {
    margin-left: 0 !important;
}



body#publicidad .page-header:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	left: 0;
	top: 0;
	border-bottom:1px dotted #ccc;
}


body#publicidad .page-header {
    margin: 116px 0 0;
    padding: 14px 0;
    text-align: left;
	border-bottom:0;
	background:url(http://gbici.labici.net/images/banner-intro.jpg) right 0;
}




body#publicidad header nav ul.nav li.active a::before {
    height: 0;
}


body#publicidad .col-sm-9.alta{
    padding:0 0 5px 98px;
	color:#fff;
	text-transform:uppercase;
}


body#publicidad .col-sm-4.activo{
	color: #f3b2c1;
}


body#publicidad .header-text h1 {
    font-size: 22px;
    letter-spacing: 0;
    margin: 9px 0 15px;
   color: #bbb;font-family:Helvetica,sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    margin: 9px 0 15px;
    text-transform: uppercase;
}


body#publicidad .about {
    padding: 60px 0 100px;
}

body#publicidad .modal-sm {
    width: 590px;
}
body#publicidad .modal-dialog {
    margin: 160px auto;
    width: 600px;
}

body#publicidad .modal-header {
    background: #231f20 none repeat scroll 0 0;
    padding: 30px;
    text-align: center;
}

body#publicidad .modal-body {
    padding: 40px 40px 70px;
    position: relative;
}




body#estaciones header nav.navbar-default {
	background:#eee;
}

body#estaciones header nav ul.nav li a {
    color: #000 !important;
}


body#estaciones header nav ul.nav li.alta a {
    color: #fff !important;
}

body#estaciones header nav ul.nav li.login a {
    color: #0e72c8 !important;
}



body#estaciones header nav .navbar-header .navbar-brand {
    margin: 15px 0 0 10px;
}

body#estaciones .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

body#estaciones header nav .navbar-header .navbar-brand {
    margin-left: 0 !important;
}



body#estaciones .page-header:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	left: 0;
	top: 0;
	border-bottom: 1px dotted #ccc;
}


body#estaciones .page-header {
    margin: 116px 0 0;
    padding: 14px 0;
    text-align: left;
	border-bottom:0;
	background:url(http://gbici.labici.net/images/banner-intro.jpg) right 0;
}




body#estaciones header nav ul.nav li.active a::before {
    height: 1px;
}

body#alta header nav ul.nav {
    margin-bottom: 0;
}

body#estaciones .col-sm-9.alta{
    padding:0 0 5px 98px;
	color:#fff;
	text-transform:uppercase;
}


body#estaciones .col-sm-4.activo{
	color: #f3b2c1;
}


body#estaciones .header-text h1 {
   color: #000;
    font-family: Helvetica,sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 9px 0 15px;
    text-transform: capitalize;
}


body#estaciones .about {
    padding: 60px 0 100px;
}


body#estaciones .modal-header {
    background: #231f20 none repeat scroll 0 0;
    padding: 30px;
    text-align: center;
}

body#estaciones .modal-body {
    padding: 40px 40px 70px;
    position: relative;
}

body#estaciones .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 14px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
	text-transform:uppercase;
	color:#fff;
}

body#estaciones p.text-muted a {
	color:#0e72c8;
  
}

body#estaciones p.registrarse a {
	color:#0e72c8;
}

.sidebar-menu li button {
    background: #fff none repeat scroll 0 0;
    color: #0e72c8;
    display: block;
    font-weight: 400;
    padding: 15px 0;
	/*text-align: left;*/
	text-align: center;
    text-transform: none;
    width: 100%;
	font-size:14px;font-family:Helvetica,sans-serif;
	text-transform:uppercase;
}


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.white-box {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5ebec;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 25px;
	box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);

}

.white-box .box-title {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 12px;
}

table.table > thead > tr > th {
    border-bottom: 1px solid #e5ebec;
    vertical-align: middle;
	padding: 15px 8px;
	font-size: 14px;
	font-family: Helvetica,sans-serif;
}

table.table > thead > th {
	color: #333b3f;
    font-weight: 600;
	text-align: left;
	text-transform:capitalize;
}

table.table > tbody > tr > td .fecha {
	color:#0e72c8;
}

#Renovaciones table.table > tbody > tr > td{
	 border-top: 1px solid #e5ebec;
	 color:#8d9498;
	 padding: 20px 12px;
    vertical-align: middle;
	 font-size: 15px;
	 font-family:Helvetica,sans-serif;
 }
 
ul.pagination li.active a{
	 background-color: #0e72c8;
    border: 0 none;
    border-radius: 20px;
    color: #fff;
    cursor: default;
	
}

ul.pagination li a{
    border: 0 none;
    border-radius: 20px;
    color: #000;
    cursor: default;
	font-size:13px;
}


#Renovaciones h5 {
    color: #0e72c8;
    float: left;
    font-family:Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 15px;
    width: 100%;
}

.at-theme-light .mat-toolbar.mat-primary {
    background: #0e72c8 none repeat scroll 0 0;
    color: #fff;
}

.mat-toolbar {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    width: 100%;
	 background: #0e72c8 none repeat scroll 0 0;
}

.mat-toolbar-row {
    height: 64px;
}
.mat-toolbar .mat-toolbar-row {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    width: 100%;
}

.mat-toolbar h5{
   font-family:Helvetica,sans-serif;
    font-weight: 300;
	font-size:18px;
	color:#fff;
	letter-spacing: 0.5px;
    padding: 14px 0;
}

.at-p-20, .at-padding-20 {
    padding: 20px !important;
}

.mat-list-text h3{
    font-size: 12px; 
	color: rgba(0, 0, 0, 0.87);
}

.mat-list-text p{
    color: #0e72c8;
    font-size: 12px;
    font-weight: 500;
}


.mat-divider {
border-top: 1px solid rgba(0, 0, 0, 0.12);
    display: block;
    margin: 10px 0 0;}

.mat-list-item-content{
	height: 60px;
	align-items: center;
    display: flex;
    padding: 0 16px;
}

.material-icons {
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
    display: inline-block;
    font-family: "Material Icons";
    font-feature-settings: "liga";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
	 background-repeat: no-repeat;
    display: inline-block;
    fill: currentcolor;
    height: 24px;
    width: 24px;
}

.mat-list-text{
    padding: 0 16px;
    width: 100%;
}

#Notificaciones .col-sm-12-perfil{
    padding:0;
}

.col-sm-8.exito{
	margin: 80px 0 0;
    text-align: center;
}


.margenlogin{
	margin-left:50px;
}



/*----switch ----*/


.has-switch {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.231;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 80px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.has-switch.deactivate {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
    cursor: default !important;
}
.has-switch > div {
    width: 162%;
    position: relative;
    top: 0;
}
.has-switch > div.switch-animate {
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch > div.switch-off {
    left: -63%;
}
.has-switch > div.switch-off label {
    background-color: #7f8c9a;
    border-color: #bdc3c7;
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
.has-switch > div.switch-on {
    left: 0%;
}
.has-switch > div.switch-on label {
    background-color: #34aadc;
}
.has-switch input[type=checkbox] {
    display: none;
}
.has-switch span {
    cursor: pointer;
    font-size: 14.994px;
    font-weight: 700;
    float: left;
    height: 29px;
    line-height: 19px;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 50%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch span.switch-left {
    border-radius: 30px 0 0 30px;
    background-color: #2A3542;
    color: #34aadc;
    border-left: 1px solid transparent;
}
.has-switch span.switch-right {
    border-radius: 0 30px 30px 0;
    background-color: #bdc3c7;
    color: #ffffff;
    text-indent: 7px;
}
.has-switch span.switch-right [class*="fui-"] {
    text-indent: 0;
}
.has-switch label {
    border: 4px solid #2A3542;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    height: 29px;
    margin: 0 -21px 0 -14px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 29px;
    z-index: 100;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.switch-square {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-mask: url('http://gbici.labici.net/img/mask.png') 0 0 no-repeat;
    mask: url('http://gbici.labici.net/img/mask.png') 0 0 no-repeat;
}
.switch-square > div.switch-off label {
    border-color: #7f8c9a;
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left {
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left [class*="fui-"] {
    text-indent: -10px;
}
.switch-square span.switch-right {
    border-radius: 0 6px 6px 0;
}
.switch-square span.switch-right [class*="fui-"] {
    text-indent: 5px;
}
.switch-square label {
    border-radius: 0 6px 6px 0;
    border-color: #34aadc;
}


.iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

#iw-container {
	margin-bottom: 10px;
}
#iw-container .iw-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight: 400;
	padding: 10px;
	background-color: ;
	color: black;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	padding: 1px 1px 2px 14px;
	max-height: 110px;
	overflow-y: auto;
	overflow-x: hidden;
}

.renovar-abono {
	padding:30px 0;
	background:#0e72c8;
	color:#fff;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.5px;
 font-family:'Roboto',sans-serif;
	 text-transform:uppercase;
}

.renovar-abono .col-xs-8{
	margin:12px 0 0 0;
}


.renovar-abono a.plan-buy-btn{
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 8px 30px;
    text-transform: uppercase;
 font-family:'Roboto',sans-serif;
   font-size: 18px;
   letter-spacing:0;
}

.renovar-abono a.plan-buy-btn:hover{
    border: 2px solid #000;
	background:#000;
}

.cerrar{
	position:absolute;
	top:10px;
	right:15px;
	cursor:pointer;
	cursor:hand;
}




.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0e72c8;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.col-sm-9.aviso-legal h3 {
	text-transform:uppercase;
   font-family:'Roboto',sans-serif;
	margin:30px 0 20px 0;
	font-size:18px;
	font-weight:500;
}

.col-sm-9.aviso-legal {
	margin-top:-25px;
}


li.aviso-legal a{
	text-transform:uppercase;
   font-family:'Raleway',sans-serif;
	font-size:12px;
	color:#0e72c8;
	padding: 8px 0;
}

.usuario .card-block {
    padding: 0 25px;
    text-align: left;
	margin:40px 0 0 0;
}


.usuario .card-header {
    text-align: left;
	background:none;
	border:none;
}

.usuario .text-muted {
    color: #fff !important;
    font-size: 14px;
}

.usuario .card-block .usre-image {
    display: inline-block;
    height: 110px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 110px;
    z-index: 0;
}

.usuario .card-header h5 {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 0 37px;
  
}

/* PAGINA MI PERFIL */

body#mi-perfil header nav.navbar-default {
	background:#eee;
}

body#mi-perfil header nav ul.nav li a {
    color: #000 !important;
}


body#mi-perfil header nav ul.nav li.alta a {
    color: #fff !important;
}

body#mi-perfil header nav ul.nav li.login a {
    color: #0e72c8 !important;
}



body#mi-perfil header nav .navbar-header .navbar-brand {
    margin: 17px 0 0 10px;
}

body#mi-perfil .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

body#mi-perfil header nav .navbar-header .navbar-brand {
    margin-left: 0 !important;
}

body#mi-perfil .page-header {
    background: #0e72c8 none repeat scroll 0 0;
    margin: 75px 0 0;
    padding: 20px 0 0;
    text-align: left;
	border:0;
	/*border-bottom:1px dotted #ccc;*/
}

body#mi-perfil .page-header::before {
    background: none;
}

body#mi-perfil header nav ul.nav li.active a::before {
    height: 0;
}

body#mi-perfil header nav ul.nav {
   /* margin-bottom: 10px;*/
}

body#mi-perfil .col-sm-9.alta{
    padding:0 0 5px 98px;
	color:#0e72c8;
	text-transform:uppercase;
}


body#mi-perfil .col-sm-4.activo{
	color: #f3b2c1;
}

body#mi-perfil ul.sidebar-menu li{
	float:left;
	width:30.5%;
		border-left:2px solid #0e72c8;
	border-top:2px solid #0e72c8;
	background:#fff;
}

body#mi-perfil ul.sidebar-menu li.active{
	/*background:#fff;*/
	color: #f3b2c1;
}


body#mi-perfil .col-sm-8.perfil1{
	margin:90px 0 0 0;
	padding-left:0;
}


body#mi-perfil ul.sidebar-menu li:last-child{
	border-right:2px solid #0e72c8;
	border-top:2px solid #0e72c8;
}


body#mi-perfil .header-text h1 {
    color: #0e72c8;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 9px 0 15px;
    text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}


body#mi-perfil .about {
    padding: 60px 0 100px;
}


body#mi-perfil .numero {
	display: inline-block;
    float: left;font-family:Helvetica,sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.1;
    vertical-align: middle;
    width: 40px;
}

body#mi-perfil .texto {
	 float: left;font-family:Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 4px;
    text-transform: uppercase;
    width: 150px;
}


body#mi-perfil .texto a{
	color:#0e72c8;
}


body#mi-perfil .col-sm-8.exito p{
    font-size: 17px;
    font-weight: 500;
}

body#mi-perfil .col-sm-9.perfil {
    color: #fff;
    padding:5px 0 5px 20px;
	font-size:22px;
	color: #f3b2c1;
	font-weight:400;
	text-transform: uppercase;
}

body#mi-perfil .col-sm-9.perfil1 {
    color: #fff;
    padding:5px 0 5px 120px;
	font-size:22px;
	color: #f3b2c1;
	font-weight:400;
	text-transform: uppercase;
}


.usre-notificacion {
    display: inline-block;
    height: 44px;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    width: 44px;
	z-index:0;
}

body#alta .about .about-box .about-icon {
    border: 2px solid #de9100;
    border-radius: 100px 100px 0;
    color: #7d43ac;
    display: inline-block;
    font-size: 24px;
    height: 70px;
    margin: 0 auto;
    padding-top: 15px;
    transition: all 0.3s ease 0s;
    width: 70px;
}

body#alta  .about .about-box:hover .about-icon a{
    border-color: #0e72c8;
    color: #fff;
    background: #0e72c8;
}


body#alta #separador{
    padding: 60px 0;
}

.ir-arriba {
	padding:18px;
	display:inline-block;
	background:#0e72c8;
	color:#fff;
	position: fixed;
	bottom:20px;
	right:20px;
	display:none;
	cursor:pointer;
	z-index:10000;
	border:2px solid #fff;
}


.fa-arriba::before {
   content: "\f077"; 
	color: #fff;
	font-size:18px;
}


body#alta .about .about-box h3 {
    margin: 30px 0 15px 0;
    text-transform: uppercase;
    font-size: 20px;
}


body#alta .about .about-box h3 a:hover {
	color:#0e72c8;
}

body#alta .about .about-box {
    text-align: center;
	padding:40px 0;
	border:1px solid #ddd;
	background:#f4f2f2;
	box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);

}

body#alta .about .col-sm-4.about-box-col:nth-child(2) {
	border:none;
}

body#alta .col-sm-9.acceso-usuario{
    padding:0 0 5px 48px;
	color:#0e72c8;
	text-transform:uppercase;
}

body#alta .col-sm-11.acceso-usuario {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    padding: 12px 0 5px 30px;
    text-transform: uppercase;
}


label.switch{
	margin:10px 0 0 10px;
}

.texto{
	margin-top:20px;
	float:left;
}



ul {
	list-style:none;
}
	
header nav ul.navegacion {
	float:left;
	margin:15px 0 0 0;
}

			
header nav ul.navegacion > li {
	float:left;
}
			
header nav ul.navegacion li.login ul li a {
	background-color:#efefef;
	text-decoration:none;
	padding:10px 12px;
	display:block;
	font-size:13px;
	border-bottom:1px solid #fff;
	margin:0;
	color:#fff;
}
			
header nav ul.navegacion li.login ul li a:hover {
	background-color:#ccc;
}
			
header nav ul.navegacion li.login ul {
	display:none;
	position:absolute;
	min-width:200px;
	margin-top:6px;
}
			
header nav ul.navegacion li:hover > ul {
	display:block;
}
			
header nav ul.navegacion li.login ul li {
	position:relative;
	padding:0;
	margin:0;
}
	
	
.fa-mis-datos::before {
   content: "\f2c0"; 
}
		
		
.fa-mis-abonos::before {
   content: "\f097"; 
}

	
.fa-mis-notificaciones::before {
   content: "\f0a2"; 
}

.fa-estaciones::before {
   content: "\f206"; 
}

.fa-renovar-abono::before {
   content: "\f09d"; 
}

.fa-cerrar-sesion::before {
   content: "\f00d"; 
}

.modal-body .btn-default1 {
    background-color: #000;
    border-color: #fff;
    color: #fff;
}

.modal-body .btn-default {
    background-color: #0e72c8;
    border-color: #fff;
    color: #fff;
}

form#password .field {
    border: 0 none;
    float: left;
    margin: 0;
    padding: 0 5% 0 0;
    text-align: center;
    width: 100%;
}

form#password a.login {
    background: #0e72c8 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px;
    text-align: center;
    text-transform: uppercase;
    width: 28%;
}

form#password h5 {
    color: #0e72c8;
    float: left;
    font-family:Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 25px;
    width: 100%;
}

.col-sm-3.password {
	margin:10px 0 0 0;
}

.col-sm-9.password .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #e7e8e7;
    color: #000;
    display: block;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 20px;
    width: 98%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.col-sm-12.password {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
    float: left;
    margin: 0 0 50px;
    min-width: 0;
    padding: 30px 0 30px 25px;
    position: relative;
    width: 94%;
	background:#fafafa;
}

.table-responsive table.table th{
	color:#000;
}

/* DISEÑO PARA EMAIL DE REGISTRO */

body#email nav.navbar-default {
	background:#ddd;
	border-bottom:1px dotted #ccc;
	width: 100%;
	text-align:left;
}


body#email .navbar-header {
    padding: 15px 0 25px 0;
    text-align: left;
}


body#email .page-header::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

body#email .page-header {
    background: #fff none repeat scroll 0 0;
    margin: 80px 0 20px;
    padding: 20px 0 0;
    text-align: left;
	border-bottom:1px dotted #ccc;
}


body#email h3 {
    color: #0e72c8;
	float:left;
	margin-left: 12px;
}


body#email .field {
    float: left;
    margin: 10px 0 10px 0;
    width: 100%;
	color: #000;
    font-weight: 300;
}

body#email .field strong{
	color:#000;
}

body#email .footer-bottom p{
	border-top:1px dotted #ccc;
	font-size:13px;
	margin:30px 0 0 0;
	padding:10px 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#000;
}

body#email .header-text > p {
    color: #000;
    font-family: helvetica;
    font-size: 14px;
    margin: 15px 0 20px;
}

body#email .header-text > p a{
    color: #0e72c8;
}


body#email .header-text > p a:hover{
    color: #000;
}

img.imagen-registro{
	background: transparent none repeat scroll 0 0;
    border: 4px solid #ddd;
    border-radius: 150px;
    padding: 5px;
	margin:10px 0 20px 0;
}


.img-responsive1{
    width: auto;
	margin-left: -143px;
}


span.boton {
    background: #0e72c8 none repeat scroll 0 0;
    border: 2px solid #0e72c8;
    color: #fff;
    padding: 8px 20px;
    text-transform: uppercase;
}



form#alta .field-2 {
    float: left;
    padding: 0 2% 0 0;
    width: 98%;
}

.col-sm-12-legal {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
    float: left;
    margin: 30px 0 60px;
    padding: 8px 0 20px 25px;
    position: relative;
    width: 94%;
    word-wrap: break-word;
}

.col-sm-12-legal p {
	font-size:13px;
}

/* BLOG TEMPORAL */

ul.blog-noticias {
	padding:0;
}

.blog-noticias .post-date h4 {
    color: #0e72c8;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 20px;
}


.blog-noticias h2 {
    font-size: 29px;
	line-height: 35px;
    margin-top: 20px;
	width:80%;
	float:left;
}

.blog-noticias .post-content-details-container {
    border-bottom: 1px solid #ebebeb;
    clear: both;
    padding: 0 0 27px;
}


.blog-noticias .post-content-details {
    float: left;
	width: 100%;
}

.blog-noticias .post-content-details li, .blog.small-image .post-content-details li, .blog.two-columns .post-content-details li, .blog.three-columns .post-content-details li {
    color: #000;
    font-size: 11px;
    margin: 3px 10px 3px;
    text-transform: uppercase;
	float:left;
	list-style:disc;
}
.blog-noticias .post-content, .blog .post-content-details li {
    float: left;
}

.blog-noticias p {
	color: #303030;
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0;
    text-align: justify;
    width: 76%;
	}


.blog-noticias ul.post-content-details {
	padding:5px 0 15px;
}

.blog-noticias a.seguir-leyendo{
	background: #0e72c8 none repeat scroll 0 0;
	  border: medium none;
    color: #fff;
    display: inline-block;
    font-family: Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    text-align: center;
    text-transform: lowercase;
    width: 170px;
	margin:20px 0 0 0;
}


.blog-noticias img.sombreado{
	box-shadow: 2px 2px 5px 2px rgba(224, 224, 224, 1);
	padding:10px;
	background:#fff;
}


a.volver-pago {
    background: #0e72c8 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-family: Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0 0;
    padding: 10px;
    text-align: center;
    text-transform: lowercase;
    width: 170px;
}

form#password button#btn-remember {
    background: #0e72c8 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px;
    text-align: center;
    text-transform: uppercase;
    width: 28%;
}


body#alta section#about form#ajax-contact .field {
    text-align: center;
	margin:0;
}


form#ajax-contact button.recordar {
    background: #0e72c8 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px;
    text-align: center;
    text-transform: uppercase;
    width: 28%;
}

form#ajax-contact h5 {
    color: #0e72c8;
    float: left;
    font-family:Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 25px;
    width: 100%;
}

form#mi-perfil .col-sm-12-perfil select {
	text-transform:uppercase;
}

#form-messages.error {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
    border-radius: 4px;
    margin-bottom: 0.75rem;
    padding: 1em;
	width:94%;
}

body#mi-perfil ul.sidebar-menu li.active1 {
    padding-bottom: 7px;
}

body#mi-perfil ul.sidebar-menu li.mi-perfil {
    padding-bottom: 3px;
}


#Notificaciones h5 {
    color: #0e72c8;
    float: left;
    font-family: Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 15px;
    width: 100%;
}

header nav ul.nav li.acceso-login-movil{
	display:none;
}

ul.blog-noticias h2 a{
	color:#000;
}

p.label-peq{
	 color: #999;
    font-family: Helvetica,sans-serif;
    font-size: 11px;
    line-height: 14px;
    margin: 5px 0 0;
}

a.contactar {
    background: #0e72c8 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-family: Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 170px;
}

form#mi-perfil input#f-nombre {
	background:#eee;
}

form#mi-perfil input#f-apellido1 {
	background:#eee;
}
form#mi-perfil input#f-apellido2 {
	background:#eee;
}
form#mi-perfil input#f-dni {
	background:#eee;
}