/*#########################*/


/*Fuentes				  */


/*#########################*/

@font-face {
    font-family: 'thin_coolregular';
    src: url('thin_cool-webfont.woff2') format('woff2'), url('thin_cool-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'thin_designregular';
    src: url('thin_design-webfont.woff2') format('woff2'), url('thin_design-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*#########################*/


/*Navbar                   */


/*#########################*/

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

.navbar img {
    float: left;
    margin-top: 5px;
    height: 40px;
}

.navbar-admin img {
    float: left;
    margin: 5px 10px 0;
    height: 30px;
}

.navbar a {
    color: #aaa !important;
    margin-bottom: 0 !important;
    height: 60px;
    line-height: 60px !important;
    padding: 0 10px !important;
    margin-top: 0 !important;
    font-size: 16px;
}


/*.navbar i {color: rgb(255,255,255) !important}*/

.navbar {
    border-radius: 0 !important;
    height: auto;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin-bottom: 0 !important;
    background: #090a0e;
    -webkit-position: fixed;
    position: fixed !important;
    top: 0px;
    z-index: 99999;
    width: 100%;
}

.navbar-collapse {
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    height: 0;
}

.navbar-collapse.in {
    height: calc(100vh - 3em) !important;
}

.dropdown-menu {
    background: #090a0e !important;
}

.dropdown-menu>li>a {
    height: 30px !important;
    line-height: 30px !important;
}

.dropdown-menu .divider {
    margin: 9px !important;
    background-color: rgba(255, 255, 255, .25) !important;
}

.avatar_img {
    float: right;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 10px;
}

.avatar_img img {
    margin: 0;
}

.nav>.avatar_menu a.dropdown-toggle {
    height: 60px;
}

#cke_introeditor,
#cke_bodyeditor {
    width: 100% !important;
    border-radius: 5px;
    overflow: hidden;
}

a {
    text-decoration: none !important;
}

a.btn-primary {
	color: white !important;
}

body {
    background: #212121;
    padding-top: 60px;
}

p {
    color: #555 !important;
}

.modal-content {
	margin: 0 !important;
	border-radius: 0 !important;
	border-color: white;
}


/*LOGIN*/

.body_login {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    background: url('/img/autoadmin.jpg') no-repeat center;
    background-size: cover;
}

.login_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

.login_container p {
    margin: 5px;
}

.login_container img {
    max-width: 100%;
}

.login_container .login_entry {
    padding: 1em;
}

.login_container .login_entry .btn {
    width: 100%;
    margin: 1em auto .5em;
}

.register {
    background: url('http://pablobrunodw.com/img/trabajando.png') no-repeat center;
    background-size: cover;
    min-height: calc(100vh - 60px);
    width: 100%;
    background-color: #000;
}

.register_container {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 5%;
}

.register_container p {
    margin: 5px;
    display: none;
}

.register_container img {
    max-width: 100%;
}

.register_container .register_entry {
    padding: 1em;
}

.register_container .register_entry .btn {
    width: 100%;
}

.user-login {
    background: url('http://pablobrunodw.com/img/trabajando.png') no-repeat center;
    background-size: cover;
    height: calc(100vh - 60px);
    width: 100%;
    background-color: #000;
}

.news-form {
    margin-top: 3em;
    margin-bottom: 3em;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;

}

.user-form {
    background: white;
    padding: .5rem !important;
    border-radius: 10px;
}

.img-thumb {
    max-height: 250px;
    padding: 10px;
    border: 1px solid rgba(34, 36, 38, .15);
    display: none;
    border-radius: .28571429rem;
    margin-bottom: 20px;
}

.img-thumb-profile {
    max-width: 100%;
    max-height: 250px;
    padding: 10px;
    border: 1px solid rgba(34, 36, 38, .15);
    border-radius: .28571429rem;
    margin-bottom: 20px;
}

.old-img-thumb {
    max-height: 250px;
    padding: 10px;
    border: 1px solid rgba(34, 36, 38, .15);
    border-radius: .28571429rem;
    margin-bottom: 20px;
}

.ui.input {
    width: 100% !important;
    margin-bottom: 20px;
}

.input-group {
    margin-bottom: .75em;
    width: 100%;
}

.ui.inverted.button {
    font-size: 1rem !important;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: rgb(0, 155, 255);
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.input-group-addon.label-profile {
    width: 100px;
}

.ui.buttons,
.ui.button,
.or {
    font-size: 1em !important;
}

.file-input,
.file-input-new {
    width: 100%;
}

.ui.buttons a {
    color: rgba(0, 0, 0, .65) !important;
}

.navbar-toggle {
    color: #fff;
    font-size: 1.5em;
    padding: 0px 8px 0px 10px !important;
    line-height: 60px;
	margin: 0 10px 0 0;
}


/*##### Productos #####*/

.cel-header {
    height: 50vh;
    overflow: hidden;
}

.art-content {
    padding-top: 50px !important;
}

.art-header {
    overflow: hidden;
}

.art-header img {
    max-width: 100%;
}

.art-body {
    margin-bottom: 2em;
    margin-top: 2em;
}

.art-body h5 {
    color: #999 !important;
}


/*#### Alertas ####*/

.alert {
    border-radius: 3px;
    margin-top: 10px;
    border:none;
    margin-bottom: 0 !important;
}

.alert h4 {
    font-weight: 600;
}

.alert .icon {
    margin-right: 10px;
}

.alert .close {
    color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
    right: 5px !important;
}

.alert .close:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.alert a {
    color: #fff;
    text-decoration: underline;
}

.alert-success {
    border-color: #008d4c;
}

.alert-success h4 {
    color: #008d4c !important;
}

.alert-success i {
    color: #008d4c !important;
}

.alert-danger,
.alert-error {
    border-color: #d73925;
}

.alert-warning {
    border-color: #e08e0b;
}

.alert-info {
    border-color: #00acd6;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}


/*##### FOOTER #####*/

.footer {
    min-height: 150px !important;
    background-color: #333;
    box-shadow: 0 -2px 10px rgb(0, 0, 0, .25);
    padding: 20px !important;
    color: white !important;
}

.precio {
    font-size: 20px !important;
    background: rgba(0, 0, 0, .75);
    position: absolute;
    padding: 0px 15px;
    color: rgb(255,214,0) !important;
    top: -150px;
    left: 0;
}

table tr:nth-child(odd) {
    background: #f6f6f6;
}

table td:nth-child(1) {
    width: 127.5pt;
    font-weight: bold;
}

table {
    width: 100% !important
}

.nroVisitantes {
    margin: auto 2px;
    padding: 0 15px;
    color: white !important;
    background: rgba(102, 247, 94, 1);
    background: -moz-linear-gradient(top, rgba(102, 247, 94, 1) 0%, rgba(0, 128, 0, 1) 50%, rgba(102, 247, 94, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102, 247, 94, 1)), color-stop(50%, rgba(0, 128, 0, 1)), color-stop(100%, rgba(102, 247, 94, 1)));
    background: -webkit-linear-gradient(top, rgba(102, 247, 94, 1) 0%, rgba(0, 128, 0, 1) 50%, rgba(102, 247, 94, 1) 100%);
    background: -o-linear-gradient(top, rgba(102, 247, 94, 1) 0%, rgba(0, 128, 0, 1) 50%, rgba(102, 247, 94, 1) 100%);
    background: -ms-linear-gradient(top, rgba(102, 247, 94, 1) 0%, rgba(0, 128, 0, 1) 50%, rgba(102, 247, 94, 1) 100%);
    background: linear-gradient(to bottom, rgba(102, 247, 94, 1) 0%, rgba(0, 128, 0, 1) 50%, rgba(102, 247, 94, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#66f75e', endColorstr='#66f75e', GradientType=0);
}


/*##### Video #####*/

video {
    width: 100%;
}

.ui.form {
    font-size: 1em !important;
}

.sol-img {
    height: 100px;
    overflow: hidden;
}

.campo-texto {
    border: none !important;
    border-radius: 0 !important;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .25) !important;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.pregunta {
    color: #777 !important;
    text-transform: uppercase;
    margin-bottom: -12px;
    font-size: 12px !important;
}

.pregunta-text {
    color: #777 !important;
    padding-left: 10px !important;
    margin-bottom: 0 !important;
}

.oferta {
    margin-bottom: 20px;
}

.hidden-title {
    position: fixed !important;
    background: white;
    right: 0;
    top: -300px;
    transition: all .5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    z-index: 9999;
    padding: 15px;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); 
}

.show-title {
    top: 60px;
}

.text-right {
    text-align: right;
}

.thumb {
    max-width: calc(20% - 4px);
    border: 1px solid gainsboro;
    margin-bottom: 5px;
}

.btnUnPublishArticle {
    color: green !important;
    cursor: pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.btnPublishArticle {
    color: red !important;
    cursor: pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.btnEditArticle {
    color: steelblue !important;
    cursor: pointer;
}

.btnRemoveArticle{
    cursor: pointer;
}

.breadcrumb {
    padding-top: 1.5em;
    background: transparent;
}

.img-portada {
    max-width: 100%;
    max-height: 205px;
}

.img-secondary {
    max-width: 100%;
    max-height: 100%;
}

.imgExtras {
    overflow: hidden;
    height: 100px;
    margin-bottom: 5px;
    text-align: center;
    border: 1px dashed;
    background: rgba(0,0,0,.2);
}

.imgPortada {
    overflow: hidden;
    margin-bottom: 5px;
    text-align: center;
    border: 1px dashed;
    background: rgba(0,0,0,.2);
}

.btnDeleteImg i {
    color:  rgba(255,255,255,.7) !important;
    text-shadow: none;
}

.btnChangeImg i {
    color:  rgba(255,255,255,.7) !important;
    text-shadow: none;
    cursor: pointer;
    color: #555;
}
.btnDeleteImg {
    background: #373039;
    padding: 4px 2px 4px 4px;
    position: absolute;
    right: 15px;
    top: 5px;
    border-radius: 51%;
    color: white !important;
    font-size: 12px;
}

.btnChangeImg {
    background: #373039;
    padding: 2px 2px 2px 4px;
    position: absolute;
    right: 15px;
    bottom: 5px;
    border-radius: 51%;
    color: white !important;
    font-size: 12px;
}

input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    background: rgba(255,255,255,0.5);
}

.owl-dots {
    display: none !important;
}

.owl-nav {
    display: none !important;
}

.owl-prev,
.owl-next {
    color: #ffffff;
    font-size: 90px !important;
    height: 100% !important;
    line-height: 100px !important;
    position: absolute;
    color: white !important;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 42px;
    background: rgba(0, 0, 0, 0.5) !important;
    opacity: .2;
}

.owl-prev,
{
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 1
}

@media (min-width:768px) {
	.owl-nav {
        display: block !important;
    }

    .navbar .navbar-header {
        box-shadow: none;
    }
    .register_container p {
        display: block;
    }
    .navbar {
        height: 60px;
    }
    .navbar-nav {
        margin-top: -1px !important;
    }
    .user-form {
        padding: 5rem !important;
    }
    .sol-img {
        height: 100px;
        overflow: hidden;
    }
    .thumb {
        max-width: 100%;
    }
    .hidden-title {
	    width: 50%;
	}
    /*.cel-header {height: calc(100vh - 60px);}*/
}



@media (max-width:576px) {
	.modal-dialog {
		margin: 0 !important;
	}
}