/*!
 * Clean Blog v1.0.0 (http://startbootstrap.com)
 * Copyright 2014 Start Bootstrap
 * Licensed under Apache 2.0 (https://github.com/IronSummitMedia/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    font-family: 'Lora', 'Times New Roman', serif;
    font-size: 20px;
    color: #f0f0f0;
    /*background-image: url('/img/home-bg.jpg');*/
    /*background-repeat: no-repeat;*/
    background-color: #000000;
}
p {
    line-height: 1.5;
    margin: 30px 0;
}
p a {
    text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-weight: 800;
}
a {
    /*color: #404040;*/
    color: #f0f0f0;
}
a:hover,
a:focus {
    color: #0085a1;
}
a img:hover,
a img:focus {
    cursor: zoom-in;
}
blockquote {
    color: #909090;
    font-style: italic;
}
hr.small {
    max-width: 100px;
    margin: 15px auto;
    border-width: 4px;
    border-color: white;
}
.navbar-custom {
    /*border-bottom: 1px solid transparent;*/
    background-color: rgba(0,0,0,0.3);
    z-index: 5;
    width: 100%;
    z-index: 3;
    /*font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    /*Mientras encuentro imagenes de mu*/
    /*background-color: #000000;*/
    /*border-color: transparent;*/
/*    border-color: #000000;*/
    border: none;
}
.navbar-custom .navbar-brand {
    font-weight: 800;
}
.navbar-custom .nav li a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
    .navbar{
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .navbar-custom .navbar-brand {
        color: white;
        padding: 20px;
    }
    .navbar-custom .navbar-brand:hover,
    .navbar-custom .navbar-brand:focus {
        color: rgba(255, 255, 255, 0.8);
    }
    .navbar-custom .nav li a {
        color: white;
        padding: 20px;
    }
    .navbar-custom .nav li a:hover,
    .navbar-custom .nav li a:focus {
        color: rgba(255, 255, 255, 0.8);
    }
}

@media only screen and (max-width: 767px) {
    .navbar {
        margin-bottom: 40px;
    }
}

.intro-header {
    background-color: #909090;
    background: no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-bottom: 50px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
    padding: 100px 0 50px;
    color: white;
}
@media only screen and (min-width: 768px) {
    .intro-header .site-heading,
    .intro-header .post-heading,
    .intro-header .page-heading {
        padding: 150px 0;
    }
}
.intro-header .site-heading,
.intro-header .page-heading {
    text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
    margin-top: 0;
    font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
    font-size: 24px;
    line-height: 1.1;
    display: block;
/*    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-weight: 300;
    margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
    .intro-header .site-heading h1,
    .intro-header .page-heading h1 {
        font-size: 80px;
    }
}
.intro-header .post-heading h1 {
    font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
    line-height: 1.1;
    display: block;
}
.intro-header .post-heading .subheading {
/*    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-size: 24px;
    margin: 10px 0 30px;
    font-weight: 600;
}
.intro-header .post-heading .meta {
    font-family: 'Lora', 'Times New Roman', serif;
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
}
.intro-header .post-heading .meta a {
    color: white;
}
@media only screen and (min-width: 768px) {
    .intro-header .post-heading h1 {
        font-size: 55px;
    }
    .intro-header .post-heading .subheading {
        font-size: 30px;
    }
}
.post-preview > a {
    color: #f0f0f0;
}
.post-preview > a:hover,
.post-preview > a:focus {
    text-decoration: none;
    color: #0085a1;
}
.post-preview > a > .post-title {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
    margin: 0;
    font-weight: 300;
    margin-bottom: 10px;
}
.post-preview > .post-meta {
    color: #909090;
    font-size: 18px;
    font-style: italic;
    margin-top: 0;
}
.post-preview > .post-meta > a {
    text-decoration: none;
    color: #f0f0f0;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
    color: #0085a1;
    text-decoration: underline;
}
@media only screen and (min-width: 768px) {
    .post-preview > a > .post-title {
        font-size: 28px;
    }
}
.section-heading {
    font-size: 36px;
    margin-top: 60px;
    font-weight: 700;
}
.caption {
    text-align: center;
    font-size: 14px;
    padding: 10px;
    font-style: italic;
    margin: 0;
    display: block;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
footer {
    padding: 1em 0;
}
footer .list-inline {
    margin: 0;
    padding: 0;
}
footer .copyright {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}
.floating-label-form-group {
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 1.5em;
    background: none;
    box-shadow: none !important;
    resize: none;
}
.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: 0.85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top 0.3s ease,opacity 0.3s ease;
    -moz-transition: top 0.3s ease,opacity 0.3s ease;
    -ms-transition: top 0.3s ease,opacity 0.3s ease;
    transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}
.floating-label-form-group-with-focus label {
    color: #0085a1;
}
form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eeeeee;
}
.btn {
/*    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 15px 25px;
}
.btn-lg {
    font-size: 16px;
    padding: 25px 35px;
}
.btn-default:hover,
.btn-default:focus {
    background-color: #0085a1;
    border: 1px solid #0085a1;
    color: white;
}
.pager {
    margin: 20px 0 0;
}
.pager li > a,
.pager li > span {
/*    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 15px 25px;
    background-color: white;
    border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
    color: white;
    background-color: #0085a1;
    border: 1px solid #0085a1;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #909090;
    background-color: #404040;
    cursor: not-allowed;
}
::-moz-selection {
    color: white;
    text-shadow: none;
    background: #0085a1;
}
::selection {
    color: white;
    text-shadow: none;
    background: #0085a1;
}
img::selection {
    color: white;
    background: transparent;
}
img::-moz-selection {
    color: white;
    background: transparent;
}
body {
    webkit-tap-highlight-color: #0085a1;
}


/* ESTILO AGREGADO BY PELU*/

@media only screen and (min-width: 768px) {
    .background{
        background-color: rgba(0,0,0,0.3);
        z-index: 5;
        padding-top: 250px;
        position: relative;
    }
    
    #carouselFade{
        position: absolute;
        top: 0;
        left: 0;
        margin-bottom: 0;
        /*margin-top: 80px;*/
    }
}

/* Sidebar Styles */

.sidebar-nav {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    width: 100%;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #f0f0f0;
    padding: 0.25em 0.2em 0.25em 1em;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #0085A1;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

#menu > .header{
    width: calc(100% - 30px);
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
}

.menu-bars{
    margin-left: 10px;
    display: none;
}

@media only screen and (max-width: 991px){
    .menu-bars{
        display: inline-block;
    }
    
    #menu-options{
        display: none;
    }
    
    #menu-options li a{
        text-align: center;
    }
    
    .home-boxes{
        margin-bottom: 25px;
    }
}

#content{
    padding: 0 15px;
    min-height: 500px;
}

.home-boxes{
    /*border: 8px double #1a1a1a;*/
    border: 5px double #494949;
    border-width: 30px;
    -moz-border-image: url(/img/border.png) 30 repeat;
    -webkit-border-image: url(/img/border.png) 30 repeat;
    -o-border-image: url(/img/border.png) 30 repeat;
    border-image: url(/img/border.png) 30 fill repeat;
    padding: 0;
    border-radius: 10px;
}

.home-boxes .header{
    font-size: 1.6em;
    line-height: 1.8;
    margin-top: -45px;
    text-align: center;
    margin-bottom: 30px;
    /*background-color: rgba(0,83,111,1);*/
    background-color: rgba(0,133,161,1);
    /*background-color: rgba(73,73,73,1);*/    
/*    -moz-border-image: url(/img/border.png) 30 repeat;
    -webkit-border-image: url(/img/border.png) 30 repeat;
    -o-border-image: url(/img/border.png) 30 repeat;*/
    /*border-image: : url(/img/border.png) 30 fill repeat;*/
    border-image-source: url(/img/border.png);
    border-image-slice: 30;
    border-image-repeat: repeat;
    border-image-outset: 15px;
    border-image-width: 30px;
}

.content-header{
    background-color: rgba(0,133,161,1);
    border-image-source: url(/img/border.png);
    border-image-slice: 30;
    border-image-repeat: repeat;
    border-image-outset: 15px;
    border-image-width: 30px;
    margin-top: -45px;
    margin-bottom: 30px;
    padding: 5px 0;
}

.content-header h1{
    margin: 10px auto;
    text-indent: 1em;
}

.login-container{
    /*border-bottom: 5px double #494949;*/
    padding: 0 15px 15px;
}

/*.home-boxes .btn-primary{
    background-color: #0085a1;
}*/

.server-status{
    /*margin-top: 70px;*/
    /*border-top: 5px double #494949;*/
    padding: 0 15px;
}

.server-status .header{
    line-height: 1;
    padding: 10px 0;
}

.server-status ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.server-status ul li{
    width: 100%;
    border-bottom: 1px solid #aaa;
}

.server-status ul > li:nth-child(even){
    /*background-color: #0f0f0f;*/
    background-color: rgba(15,15,15,0.8);
}

.server-status ul li:first-child, .server-status ul li:last-child{
    border-bottom: none;
}

.server-label{
    width: 78%;
    display: inline-block;
    vertical-align: middle;
}

.server-info{
    width: 18%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.server-info div{
    width: 1em;
    height: 1em;
    margin: 5px auto;
    border-radius: 1em;
}

.server-info .on{
    background-color: #02B11F;
    background-image: radial-gradient(ellipse farthest-corner at right top, #6CF287 0%, #42D661 20%, #06AC2A 40%, #02B11F 100%);
}

.server-info .off{
    background-color: #C80204;
    background-image: radial-gradient(ellipse farthest-corner at right top, #FF9194 0%, #EF817E 20%, #CA090D 40%, #C80204 100%);
}


/*CAROUSEL*/
#carouselFade{
    width: 100%;
/*    margin-top: 50px;*/
    margin-bottom: 30px;
}

@media only screen and (min-width: 1024px){
    #carouselFade{
        width: 1024px;
        left: calc((100% - 1024px)/2);
    }
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item img{
    /*width: 100%*/
    border-radius: 0 0 5px 5px;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

#carousel-layer{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    z-index:2;
    box-shadow: 0px 0px 5px 1px #000000 inset;
}

#social-networks a{
    color: #f0f0f0;
    opacity: 0.8;
}

#social-networks a:hover{
    color: #f0f0f0;
    opacity: 1;
}

#social-networks .fa-inverse{
    color: #404040;
}

.big-checkbox{
    width: 1em;
    height: 1em;
    -moz-appearance: none;
}

.table-striped-custom  > tbody > tr:nth-of-type(odd) {
    background-color: rgba(15,15,15,0.8);
}

.table-striped-custom  > tbody > tr:nth-of-type(odd) {
    background-color: rgba(15,15,15,0.8);
}

.table-hover-custom > tbody > tr:hover {
  background-color: rgba(45,45,45,0.8);
}

th {
  text-align: center;
}

.thumbnail-no-background {
    background-color: unset;
}

.thumbnail-no-background .item-image {
    height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item-image img {
    margin: 0 auto;
}

.thumbnail-no-background p {
    line-height: 1;
    margin: 0.5em 0;
}

.thumbnail-no-background .button-container {
    padding-bottom: 1em;
}

.item-name {
    margin-top: 0;
}

.modal-content {
    background-color: #000000;
    border: 1px solid #e5e5e5;
}

.modal-backdrop.in {
    opacity: 0.8;
}

.close {
    color: #f0f0f0;
}

.close:hover {
    color: #f0f0f0;
}

.close:focus {
    color: #f0f0f0;
}

.order-checkout-link {
    color: #0085a1;
    font-style: italic;
    font-size: bold;
}

code {
    background-color: #000000;
    color: #0085a1;
}

.terms-and-conditions {
    user-select: none;
}

.list-group-item {
    background-color: #000000;
}

/* Panels */
.panel {
    background-color: #000000;
    color: #ffffff;
}

.panel-default > .panel-heading {
    background-color: #000000;
    color: #ffffff;
}

/* Nav account */
.nav-account {
    margin-bottom: 15px;
}
/* ESTILO AGREGADO BY PELU*/