/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 
@font-face {font-family: "exo"; src: url("../fonts/Exo_2/Exo2-Regular.ttf");}
@font-face {font-family: "exosemibold"; src: url("../fonts/Exo_2/Exo2-SemiBold.ttf");}
@font-face {font-family: "exobold"; src: url("../fonts/Exo_2/Exo2-Bold.ttf");}
@font-face {font-family: "Calibri":; src:url(../fonts/calibri.ttf);}
 
html,
body {}

#myCarousel {/*margin: -10px 0 40px 0 !important;*/ }

.carousel,
.item,
.active {
    height: auto;
	font-family: "Calibri", Trebuchet MS, Arial !important;
	margin: 0;
	width: 100%; /* foarte important - fara asta joaca cadrele */
	
}

.carousel-inner {
	width: 100%;
    height: 100%;
	margin: 0;
	border: 1px solid #ccc; border-radius: 7px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.fill img {width: 100%;}

footer {margin: 0px 0;}


.carousel-caption {
	position: absolute;	left: 70px !important; top: 20px; z-index:10;
	padding: 0px; margin: 0px !important;
	color: #000066;
	text-align: left;
	opacity: 1; 
	background-color: white !important;
	padding: 15px;
	display: none;
    }
	
.carusel-text-link {
	padding: 0px; 
	margin: 0px; 
	transition: all 0.5s; 
	text-decoration: none;
	}
.carusel-text-link strong {
	display: block;
	font-family: exo;
	font-size: 30px; line-height: 36px; letter-spacing: 0px;
	color: #004489;
	border-bottom: 1px dashed #999;
	padding: 0 0 10px 0; margin: 0 0 10px 0;
	font-family: "Calibri", Trebuchet MS, Arial !important;
	}
.carusel-text-link:hover strong {color: #bf1802;}
.carusel-text-link span {
	display: block;
	font: 18px exo; line-height: 24px; letter-spacing: 0px;
	color: #004489;
	margin: 20px 0 0 0;
	font-family: "Calibri", Trebuchet MS, Arial !important;
	}
.carusel-text-link em {
	position: absolute;	right: 0; bottom: 80px;
	display: block; 
	text-transform: uppercase;
	font: 12px exosemibold; line-height: 20px; letter-spacing: 0px;
	color: #004489;
	margin: 0; padding: 3px 6px;
	border: 1px solid #8484c6; border-radius: 3px;
	transition: all 0.5s;
	margin-right: 30px !important;
	position: fixed;
	margin-bottom: -55px !important;
	z-index: 99 !important;
	display: none;
	}
.carusel-text-link:hover em {color: #bf1802; border-color: #bf1802; transform: scale(1.1,1.1);}
