a, a:hover, a:active, a:focus {
	outline: 0;
}
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
.hidden {
	display:none !important;
}
img.placeholder {
	background:#BEBEBE;
}
.optgroup-lang {
	background-color: #A9A9A9;
}
.optgroup-group {
	background-color: #DFDFDF;
}

@media screen and (max-width: 768px) {
	.sfrom-s { display:none !important; }
}
@media screen and (max-width: 992px) {
	.sfrom-m { display:none !important; }
}
@media screen and (max-width: 1200px) {
	.sfrom-l { display:none !important; }
}

@media screen and (min-width: 1200px) {
	.sto-m { display:none !important; }
}
@media screen and (min-width: 992px) {
	.sto-s { display:none !important; }
}
@media screen and (min-width: 768px) {
	.sto-xs { display:none !important; }
}
/*POPUP*/
#popup-darkener {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:100;
	position:absolute;
	display: none;
	width: 100%;
	background-color: #000000;
	opacity: 0.7;
}
#popup-wrap {
	opacity: 1;
	margin:0;
	border:1px solid #C4C4C4;
	box-shadow:0px 1px 3px 0 rgba(0, 0, 0, .3), inset 0px 1px 0px rgba(255, 255, 255, .3);
	top: 10%;
	background-color:#ffffff;
	border-radius: 3px;
	z-index:101;
	position:absolute;
	display: block;
	padding: 10px 1%;
}
#popup-close {
	z-index:102;
	display: block;
	margin: -20px -3% 0 0;
	padding: 0;
	position: relative;
	float:right;
	width: 20px;
	height: 20px;
	background: url('../../magister-assets/images/close-20x20.png') no-repeat left top;
}
/*POPUP*/

/*JUMBOTRON*/
.module-jumbotron .jumbo { height:45vh; }
.module-jumbotron .jumbo.jumbo-lg { height:60vh; }
.module-jumbotron .jumbo.jumbo-sm { height:30vh; }

.module-jumbotron { padding:0;margin:0;width:100%; }
.module-jumbotron .carousel-inner { height:100%;width:100%; }
.module-jumbotron .carousel-inner .item { height:100%;width:100%;background-repeat:no-repeat;background-size:cover;background-position:center center ; }

.module-jumbotron .carousel-inner .carousel-text { position:absolute;text-align:right; left:50%; right:0;top: 50%;color:#FFF;z-index: 99;transform: translateX(0) translateY(-50%); }
.module-jumbotron .carousel-inner .carousel-text .carousel-action .btn-custom { background:rgba(255,255,255,0.7); }
.module-jumbotron .carousel-inner .carousel-text .carousel-action .btn-custom:hover { background:rgba(255,255,255,1); }
/*JUMBOTRON*/