@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Open Sans', sans-serif;
	/*background:url(../images/debut_light.png);*/
	background: url(../images/brillant.png);
	background-repeat: repeat;
}
h1, h2, h3, h4, h5 {
	font-family: 'Roboto Condensed', sans-serif!important;
}
.h1 {
	font-size: 63px;
	font-family: 'Roboto Condensed', sans-serif;
}
.h2 {
	font-size: 44px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}
.h3 {
	font-size: 34px;
	font-family: 'Roboto Condensed', sans-serif;
}
.h4 {
	font-size: 20px;
	line-height: 24px;
	font-family: 'Roboto Condensed', sans-serif;
}
.botonlogout{    
    width: 100%;
    color: #262626;
    text-align: left;
    text-decoration: none;
    border: none;
    padding-left: 35px;
    height: auto;
	background-color: #FFF;
    background: url(../images/logout.png) center left no-repeat;
    background-position: 20px;
	
	
}
.botonlogout:hover{    
	width: 100%;
    color: #000;
	background-color: #f5f5f5;

}
#success_message {
	display: none;
}
.img-questions{
	width: 100%;
	margin: 0 auto;
}
/*Campo para validación de formulario*/
.campo-validacion {
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #ff8f00;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	display: block;
	text-align: center;
	padding: 5px 0;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.campo-validacion-light {
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #ff8f00;
	display: block;
	text-align: center;
	padding: 5px 0;
	border-bottom: 1px rgba(255, 157, 0, 0.29) solid;
	margin: 0px 5px 20px 0px!important;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.715);
	-moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.715);
	-webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.715);
	-o-box-shadow: 0 1px 0 0 rgba(255,255,255,0.715);
}
.campo-validacion-server-dark{
	font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #ff8f00;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    display: block;
    border: solid 1px rgba(255,255,255,.2);
    padding: 20px;
    margin: 15px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}
.campo-validacion-server-light{
	font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    color: #ff8f00;
    display: block;
    border: solid 1px rgba(255, 157, 0, 0.29);
    padding: 20px;
    margin: 15px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
}

/*///*/

.list-group-item.disabled {
	cursor: auto!important;
}
.small, small {
	font-size: 80%!important;
}
.divider-custom {
	border: rgba(255, 0, 0, 0.5) 1px dotted;
}
.navbar-logo {
	float: left;
	height: 55px;
	padding: 10px 0px;
}
.btn-top-universik {
	height: 35px;
	padding: 7px 15px!important;
	margin: 10px 10px 10px 5px;
	color: #222!important;
	font-weight: bold;
	border: 1px solid #af0000;
	background: #222;
	background-image: -webkit-linear-gradient(top, #FFF, #CCC);
	background-image: -moz-linear-gradient(top, #FFF, #CCC);
	background-image: -ms-linear-gradient(top, #FFF, #CCC);
	background-image: -o-linear-gradient(top, #FFF, #CCC);
	background-image: linear-gradient(to bottom, #FFF, #CCC);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: 0.4s; /* Safari */
	transition: all 0.4s;
}
.btn-top-universik:hover {
	color: #FFF!important;
	background: #222;
	background-image: -webkit-linear-gradient(top, #333, #111);
	background-image: -moz-linear-gradient(top, #333, #111);
	background-image: -ms-linear-gradient(top, #333, #111);
	background-image: -o-linear-gradient(top, #333, #111);
	background-image: linear-gradient(to bottom, #333, #111);
	text-decoration: none;
}
.btn-top-universik-login {
	height: 35px;
	padding: 7px 15px!important;
	margin: 10px 10px 10px 5px;
	background-color: rgba(0,0,0,0)!important;
	color: #FFF!important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: all 0.4s;
}
.btn-top-universik-login:hover {
	background-color: rgb(202, 0, 3)!important;
}
.btn-transparent-universik {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
	height: auto;
	padding: 10px 20px!important;
	margin: 10px 10px 10px 10px;
	background-color: rgba(0,0,0,0.4)!important;
	color: #FFF!important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: all 0.5s;
}
.btn-transparent-universik:hover {
	background-color: rgb(202, 0, 3)!important;
}

.btn-transp-universik-land {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
	height: auto;
	padding: 10px 20px!important;
	margin: 10px 10px 10px 10px;
	background-color: rgba(0,0,0,0.4)!important;
	color: #FFF!important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: all 0.5s;
}
.btn-transp-universik-land:hover {
	background-color: rgb(0, 173, 43)!important
}


.info-box {
	background: rgba(0,0,0,0.5);
	border-radius: 11px;
	padding: 7px;
	margin: 0 auto 20px auto;
	color: #dedede;
}
.bgkr-top-landing-universik {
	background: url(../images/universik-bkgr-top-landing01.jpg) center center no-repeat;
	background-color: #595959;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: aliceblue;
	padding-bottom: 15px;
}
.bgkr-02-landing-universik {
	background: url(../images/universik-bkgr-top-landing02.jpg) center center no-repeat;
	background-color: #595959;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: aliceblue;
	padding-bottom: 15px;
}
.bgkr-top-platform-universik {
	/*background: url(../images/universik-bkgr01.jpg) center center no-repeat;*/
	background-color: #595959;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: aliceblue;
	padding-bottom: 15px;
}
.bgkr-top-pasarela-welcome {
	background: url(../images/universik-welcome01-min.jpg) no-repeat;
	background-color: #595959;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: aliceblue;
	padding-bottom: 15px;
}
.bgkr-platform-universik {
	background: url( ../images/universik-bkgr01-min.jpg) center center no-repeat;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: aliceblue;
	padding-bottom: 15px;
}
.bgkr-universik-slider-01 {
	background: url( ../images/universik-bkgr02-min.jpg) center center no-repeat;
	background-color: #595959;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: aliceblue;
	padding-bottom: 15px;
}
.content-slider-capitulos {
	height: auto;
}
.content-slider-top-slider {
	height: auto;
}
.content-slider-comments {
	height: auto;
}
.fullimage-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .7);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .7);
}
.navbar-inverse-custom {
	background-color: rgba(25, 25, 25, 0.85);
}
.navbar-inverse-landing {
	background-color: rgba(165, 0, 0, 0.9)
}
.btn-lg-custom {
	padding: 10px 16px;
	font-size: 24px;
	line-height: 1.3333333;
	border-radius: 6px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.modal-content-custom {
	background-image: url(../images/brillant.png);
	color: #333;
}
.meta-custom {
	margin-top: 10px;
	clear: both!important;
}
.info-icon {
	color: orange;
}

.footer-custom {
	background-color: #333;
}
.heading-shadow {
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
}

.universik-red {
	color: #d20000;
}
.well-custom {
	min-height: 20px;
	padding: 33px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
}
.custom-support {
	background-color: #fcfdff;
	padding: 15px;
	border-top: 2px solid #ffa500;
	border-radius: 0px;
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.carousel-content {
	max-width: 950px;
	padding: 15px 35px 30px 35px;
	margin: 15px auto;
	align-items: center;
	text-align: center;
	color: aliceblue;
	height: auto;
	background: rgba(0, 0, 0, 0.0);
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.5)), color-stop(1, #000));
 background-image: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0, 0, 0, 0.5), endColorstr=rgba(0, 0, 0, 0)), progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.carousel-control.left {
	background-image: none!important;
}
.carousel-control.right {
	background-image: none!important;
}
.transparent {
	color: rgba(0,0,0,0.00);
	background: rgba(0,0,0,0.00);
	text-shadow: 0 1px 2px rgba(0, 0, 0, .0);
}
.transparent:hover {
	color: rgba(0,0,0,0.00);
	background: rgba(0,0,0,0.00);
	text-shadow: 0 1px 2px rgba(0, 0, 0, .0);
}
.transparent:focus {
	color: rgba(0,0,0,0.00);
	background: rgba(0,0,0,0.00);
	text-shadow: 0 1px 2px rgba(0, 0, 0, .0);
}
.form-control-dark {
	background-color: #222!important;
	border: 1px solid #444!important;
	color: whitesmoke;
	margin: 10px 2%;
	height: 50px;
	font-size: 16px;
}
.form-control-light {
	background-color: #FFF!important;
	border: 1px solid #CCC!important;
	color: #333;
	height: 50px;
	font-size: 16px;
}
.form-small {
	max-width: 400px;
	margin: 10px auto;
	padding: 10px;
	line-height: 1.7em;
}
.form-large {
	max-width: 600px;
	margin: 10px auto;
	padding: 10px;
	line-height: 1.7em;
}
.verification-code {
	background-image: url(../images/gf-creditcard-icons.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.credit-card {
	background-image: url(../images/credit-cards.png);
	background-position: right center;
	background-repeat: no-repeat;
}
/*Macbook Effect*/
.macbook {
	margin: 0 auto;
	background: url(../images/macbook-medium.png) center center;
	width: 500px;
	height: 285px;
	background-size: cover;
	background-repeat: no-repeat;
}
.screen {
	background: #000;
	border-radius: 3% 3% 0.5% 0.5% / 5%;
	margin: 0 auto;
	position: relative;
	width: 80%;
}





/*Efecto para imagenes de capitulos vistos*/
.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
		border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.hovereffect .caps-vistos-title {
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
    padding-top: 5px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 27% 0;
    opacity: 1;
    transition: all .5s;
}

.hovereffect .caps-vistos-title:hover {
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
    padding-top: 5px;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 0;
	opacity: 0;
}

.hovereffect img {
	display: block;
	position: relative;
		border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	margin: 0 auto;
}
.hovereffect h5 {
	margin-top: 15px;
	padding: 0 15px;
    color: #fff;
    text-align: center;
}
.hovereffect p {
	/*text-transform: uppercase; */
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 10px;
    background: rgba(0,0,0,0.6);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .2s ease-in-out;
	padding: 5px 0px 5px 0;
    margin-top: -5px;
    margin-bottom: 3px;
    transition: all .2s ease-in-out;

}
.hovereffect .info-caps-btn {
	text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    filter: alpha(opacity=0);
	margin: 5px 0 0;
    padding: 4px 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 5px 0 0;
    padding: 4px 14px;
}

.hovereffect:hover img {
		border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.hovereffect:hover .overlay {
	opacity: 1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	filter: alpha(opacity=100);
}
.hovereffect:hover p{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: translatey(0);
	-webkit-transform: translatey(0);
	transform: translatey(0);
}

/*----------------------------------------------*/

/*Estilos para progress bar*/
.progress-complete-small {
	overflow: hidden;
	height: 14px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #5cb85c;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	color: #aeffae;
	font-size: 10px;
	font-weight: 700;
}


/*------------------*/

.list-group-item {
	position: relative;
	display: block;
	padding: 20px 10px 20px 10px;
	margin-bottom: 0px;
	background-color: rgba(255,255,255,0.00);
	border: 0px;
	box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	transition: all .6s;
}
a.list-group-item img {
	transform: scale(1.0);
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	opacity: 0.9;
	transition: all .7s ease-in-out;
	
}
a.list-group-item h3 {
	color: #666;
	font-size: 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
a.list-group-item:hover h3 {
	color:#d20000;
	font-size: 20px;
}
a.list-group-item p {
	font-size: 12px;
	height: 5px;
	top: -25px;
	color: #666;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
a.list-group-item:hover p {
	font-size: 12px;
	top: 0px;
	height: 50px;
	color: #333;
	opacity: 1;
}
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
    color: #000;
    text-decoration: none;
    background-color: rgba(99, 99, 99, 0.07);
}
a.list-group-item:hover img {
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	opacity: 0.5;
}

/*Efecto para imagenes de próximos capítulos*/

.container-img{
    position: relative;
    width: 100px;
    height: 70px;
	background-color:#000000;
    overflow: hidden;
    float: left;
    margin: 0 15px 10px 0;
	transition: all cubic-bezier(0.47, 0, 0.75, 0.72) .4s;
    border: 2px solid rgb(234, 234, 234);
}

.image-caps {
  opacity: 1;
  display: block;
max-width: 350px;
  height: auto;
  transition: .5s ease-in;
  backface-visibility: hidden;
}

.middle {
 opacity: .6;
    position: absolute;
    top: 0px;
    left: 50%;
    transition: .9s ease;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}


.icon-hover {
    color: rgba(255, 255, 255, 1);
    font-size: 50px;
    top: 30px!important;
    position: relative;
	text-shadow:1px 1px 3px rgba(0, 0, 0, 1);
}
/*-----effect image próximos capitulos----*/
a.list-group-item:hover .container-img .image-caps{
	opacity: 0.4;
}

a.list-group-item:hover .middle{
opacity: 1;
}
/*-------capítulos vistos plataforma e-learning mobile-----------*/

a.list-group-item-caps {
	color: #666;
	text-decoration:none;
    width: 100%;
    display: block;
    background-color:rgba(249, 249, 249, 0.0); 
    border-bottom: 1px solid #ccc;
	padding: 15px 15px 10px 15px;
	transition: all .4s;
	}
a.list-group-item-caps:hover {
	color: #222;
    width: 100%;
    display: block;
    background-color: rgba(99, 99, 99, 0.07);
    border-bottom: 1px solid #9F0205;
	}
a.list-group-item-caps img {
	transform: scale(1.0);
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	opacity: 0.7;
	float:left;
	transition: all .7s ease-in-out;
}
a.list-group-item-caps:hover img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	opacity: 1.0;
	transition: all .7s ease-in-out;
}
/*-----------------*/
.logo-footer {
	margin: 20px auto;
}
.footer-bottom {
	background-color: #222;
	padding: 20px;
	color: darkgray;
}
.footer-bottom a {
	color: #FEFEEF;
}
.footer-bottom a:hover {
	color: red;
}
.shadow-img {
	background-image: url(../images/bottom-shadow.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
.visto {
    color: #3c763d;
    display: inline-block;
    padding-left: 5px;
    border-left: 1px solid #ccc;
    font-size: 14px!important;
    text-align: right;
    float: right;
    margin-top: 5px;
}

.meta-menu-box{
    display: inline-block;
    margin-right: 5px;
    width: 100%;

}
.principal-photo {
	width: 100%;
	max-width: 300px;
	padding-bottom: 31px;
	background-size: contain;
	margin: 0 auto;
}

.thumbnail-custom{
    width: 100px;
    height: 70px;
    float: left;
    display: block;
    overflow: hidden;
    margin: 0 10px 5px 0px;
    border: 1px solid rgba(206, 206, 206, 0.5);
    border-radius: 4px;
	}
.section-viewed-chapters {
	background: rgba(0,0,0,.05);
	padding: 10px 0!important;
}
.breadcrumb-box {
	margin: 70px auto 10px auto;
	background-color: rgba(255, 255, 255, 0.85)!important;
}
.capitulo-breadcrumb a {
	font-weight: 500;
	font-size: 13px!important;
}
ol.breadcrumb>.active {
	font-family: 'Roboto Condensed', sans-serif!important;
	color: #777!important;
}
ol.breadcrumb-custom li a {
	font-family: 'Roboto Condensed', sans-serif!important;
	font-size: 13px;
	font-weight: 500!important;
	color: #444;
}
ol.breadcrumb-custom li {
	font-family: 'Roboto Condensed', sans-serif!important;
	font-size: 12px;
	font-weight: 500!important;
	color: #444;
}

/* MENU PLATAFORMA UNIVERSIK */
.panel-menu-custom{
border: none;
border-radius: 0;
background-color: rgba(255,255,255,0);
text-align: left;
box-shadow:none;
}

.panel-menu-custom-heading{
background-color: rgba(255,255,255,0)!important;
border-bottom: 1px solid rgba(0,0,0,.1)!important;
border-radius: 0!important;
	font-size: 17px!important;
	font-weight: 700!important;
	padding-left: 5px;
}
.list-group-item-custom{
    padding:5px 5px 5px 10px!important;
    box-shadow: none!important;
    border-radius: 0!important;
    border: 0!important;
	font-size: 12px!important;
	font-weight: 600!important;
	transition: all .4s;
}

.list-group-item-custom .:hover{
	color: #000;
}
/* Accordion with glyphicons */
.panel-heading .accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
	content: "\e252";    /* adjust as needed, taken from bootstrap.css */
	float: left;        /* adjust as needed */
	color: grey;         /* adjust as needed */
	margin-right: 10px;
}
.panel-heading .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\e250";    /* adjust as needed, taken from bootstrap.css */
}
.date-lesson {
	color: gray;
}
.badge {
	border-radius: 4px;
	background: orange;
}
.badge-custom-meta {
    display: inline-block;
    min-width: 10px;
    padding: 4px 5px;
    margin: 6px 0 0 -5px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: white;
    border-radius: 4px;
}
/*VERTICALPAN-image effect*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.pic {
	float: left;
	height: 213px;
	width: 350px;
	margin: 20px;
	overflow: hidden;
}
.vertpan img {
	margin-top: 0px;
	-webkit-transition: margin 1s ease;
	-moz-transition: margin 1s ease;
	-o-transition: margin 1s ease;
	-ms-transition: margin 1s ease;
	transition: margin 1s ease;
}
.vertpan img:hover {
	margin-top: -300px;
}
/*Comments carrousel styles*/

.comments-large {
	color: #000;
	text-align: left;
	width: 42%;
	text-shadow: none;
	font-weight: 600;
	left: 15%!important;
}
/* Carousel */

#quote-carousel {
	padding: 0px 5px 160px 5px;
	margin-top: 10px;/* Control buttons  *//* Previous button  *//* Next button  *//* Changes the position of the indicators *//* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
	background: none;
	color: #CACACA;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}
#quote-carousel .carousel-control.left {
	left: 0px;
}
#quote-carousel .carousel-control.right {
	right: 0px;
}
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
	width: 40px;
	height: 40px;
	margin: 5px;
	cursor: pointer;
	border: 4px solid #CCC;
	border-radius: 50px;
	opacity: 0.3;
	overflow: hidden;
	transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
	background: #333333;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border-color: #f33;
	opacity: 1;
	overflow: hidden;
}
.carousel-inner {
	height: auto;
}
.item blockquote {
	border-left: none;
	margin: 0;
}
.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}
/*RESPONSIVE ALIGN TEXT*/

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
	text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
	text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
	text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
	text-align: justify;
}
/* @media (max-width: 767px)*/ @media (max-width: 770px) {
.text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
	text-align: inherit;
}
.text-left-xs {
	text-align: left;
}
.text-center-xs {
	text-align: center!important;
}
.text-right-xs {
	text-align: right;
}
.text-justify-xs {
	text-align: justify;
}
.h1 {
	font-size: 34px;
	font-family: 'Roboto Condensed', sans-serif!important;
}
.h2 {
	font-size: 26px;
	font-family: 'Roboto Condensed', sans-serif!important;
	font-weight: 300;
}
.h3 {
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif!important;
}
.navbar-logo {
	float: left;
	height: 55px;
	padding: 10px 10px;
}
ol.breadcrumb-custom li a {
	font-size: 11px;
}
ol.breadcrumb-custom li {
	display: block!important;
}
.content-slider-top-slider {
	height: 330px;
}
.content-slider-capitulos {
	height: 560px;
}
.content-slider-comments {
	height: 500px;
}
.panel-body-custom {
	padding: 0!important;
}

a.list-group-item p {
	display: inline-block;
}
.bgkr-top-landing-universik {
	background: url(../images/universik-bkgr-top-landing01.jpg) center center no-repeat;
	background-color: #595959;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: aliceblue;
	padding-bottom: 15px;
}
.bgkr-02-landing-universik {
	background: url(../images/universik-bkgr-top-landing02.jpg) center center no-repeat;
	background-color: #595959;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: aliceblue;
	padding-bottom: 15px;
}
.bgkr-universik-slider-01 {
	background: url( ../images/universik-bkgr02-min.jpg) center center no-repeat;
	background-color: #595959;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: aliceblue;
	padding-bottom: 15px;
}
.bgkr-top-pasarela-welcome {
	background: url(../images/universik-welcome01resp-min.jpg) no-repeat;
	background-color: #595959;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: aliceblue;
	padding-bottom: 15px;
}
.btn-transparent-universik {
	font-size: 18px;
	height: auto;
	padding: 10px 15px!important;
	margin: 0 auto;
	background-color: rgba(202,0,3,.3)!important;
	color: #FFF!important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: all 0.5s;
}
.btn-transparent-universik:hover {
	background-color: rgba(202,0,3,1)!important;
}
	
.btn-transp-universik-land {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
	height: auto;
	padding: 10px 15px!important;
	margin: 10px 10px 10px 10px;
	background-color:rgba(0, 169, 49, 0.7)!important;
	color: #FFF!important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: all 0.5s;
}
.btn-transp-universik-land:hover {
	background-color: rgb(0, 173, 43)!important
}
	
.form-control-dark {
	margin: 7px 2%;
	height: 38px;
	font-size: 12px;
}
.credit-card {
	background-image: none;
}
.capitulo-breadcrumb::before{
display: none!important;
}
	
.breadcrumb > li + li:before{
display: none!important;
}
	li.capitulo-breadcrumb a {
	font-weight: 600;
	font-size: 16px!important;
}	
}		
 @media (min-width: 768px) and (max-width: 991px) {
.text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
 text-align: inherit;
}
.text-left-sm {
 text-align: left;
}
.text-center-sm {
 text-align: center!important;
}
.text-right-sm {
 text-align: right;
}
.text-justify-sm {
 text-align: justify;
}
.h1 {
 font-size: 50px;
 font-family: 'Roboto Condensed', sans-serif!important;
}
.h2 {
 font-size: 40px;
 font-family: 'Roboto Condensed', sans-serif!important;
 font-weight: 300;
}
.h3 {
 font-size: 30px;
 font-family: 'Roboto Condensed', sans-serif!important;
}
.navbar-logo {
 float: left;
 height: 55px;
 padding: 10px 10px;
}
 .bgkr-top-landing-universik {
 background:url(../images/universik-bkgr-top-landing01.jpg) center center no-repeat;
 background-color:#595959;
 background-attachment:scroll;
 -webkit-background-size:cover;
 -moz-background-size:cover;
 -o-background-size:cover;
 background-size:cover;
 color: aliceblue;
 padding-bottom: 15px;
}
.bgkr-02-landing-universik {
 background:url(../images/universik-bkgr-top-landing02.jpg) center center no-repeat;
 background-color:#595959;
 background-attachment: scroll;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 color: aliceblue;
 padding-bottom: 15px;
}
 .bgkr-universik-slider-01 {
 background: url( ../images/universik-bkgr02-min.jpg) center center no-repeat;
 background-color: #595959;
 background-attachment: scroll;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 color: aliceblue;
 padding-bottom: 15px;
}
 .bgkr-top-pasarela-welcome {
 background: url(../images/universik-welcome01resp-min.jpg) no-repeat;
 background-color: #595959;
 background-attachment: scroll;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 color: aliceblue;
 padding-bottom: 15px;
}
.thumbnails li {
    padding: 0 12px 0 12px!important;
}	
 
.hovereffect .caps-vistos-title h4{
	font-size:14px;
	margin:0;
	}
.hovereffect .overlay h5{
	font-size: 12px
	/*display:none;*/
	}
.hovereffect .overlay p{
	font-size: 10px;
	/*display:none;*/
	}
.hovereffect .info-caps-btn{
	display:none;
	}
}
 @media (min-width: 992px) and (max-width: 1199px) {
.text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
 text-align: inherit;
}
.text-left-md {
 text-align: left;
}
.text-center-md {
 text-align: center;
}
.text-right-md {
 text-align: right;
}
.text-justify-md {
 text-align: justify;
}
 .bgkr-top-pasarela-welcome {
 background: url(../images/universik-welcome01resp-tablet-min.jpg) no-repeat;
 background-color: #595959;
 background-attachment: scroll;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 color: aliceblue;
 padding-bottom: 15px;
}
}
 @media (min-width: 1200px) {
.text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
 text-align: inherit;
}
.text-left-lg {
 text-align: left;
}
.text-center-lg {
 text-align: center;
}
.text-right-lg {
 text-align: right;
}
.text-justify-lg {
 text-align: justify;
}
}
