@charset "utf-8";
/* CSS Document */

* :focus { outline: 0 !important; }
body{font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#333;}
/* form validation  */
    label.valid {
    width: 24px;
    height: 24px;
    background: url(/img/valid.png) center center no-repeat;
    display: inline-block;
    text-indent: -9999px;
    }
    label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
    }
    .controls{
        position:relative;
    }
    .has-success .controls i{ font-weight: bold;font-size: 18px;display: block;position: absolute;right: 10px;top: 2px;}
    .has-success i:after {/*font-family: "Glyphicons Halflings";content:"\e013";*/font-family: 'FontAwesome'; content: "\f00c";color: green; font-size:20px;font-weight: bold;}
    .has-error .controls i{ font-weight: bold;font-size: 18px;display: block;position: absolute;right: 10px;top: 2px;}
    .has-error i:after {/*font-family: "Glyphicons Halflings";content:"\e014";*/font-family: 'FontAwesome'; content: "\f00d";color: red;}
/* endformvalidation */

.clear {clear:both;}
.logblock { padding-top: 15px;}
.lang { padding-top: 20px;}
.bold {font-weight:bold;}
#footer{text-align:center; padding-top:10px; }
.carousel-inner img {width: 100%; height: 100%;} 
.row{padding:0px; margin:0px;}
.btn-default {color: #6c757d; background-color: transparent; background-image: none; border-color: #ddd;}
.btn-space{margin-left:5px;}
.space{margin-left:15px;}
.notfound{margin-top:60px; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:100px; color:#0099FF;}
.notfound1{margin-top:40px; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:40px; color:#000000; margin-bottom:100px;}
.top{background-color:#010a4e; color:#FFFFFF; font-family:Roboto Condensed; font-size:18px; font-weight:400;}
.navbar-brand{color:#FFFFFF; font-family:Roboto Condensed; font-size:30px; font-weight:bold; letter-spacing:5px;}
.titlu-despre{color:#000; font-family:Roboto Condensed; font-size:30px; font-weight:700; font-weight:bold;}
.bg-oferta{background:url(/img/hp2.jpg); }
.titlu-oferta{color:#fff; text-align:center; font-family:Roboto; font-size:35px; font-weight:700; font-weight:bold; text-shadow: 2px 2px #aaa;}
.but-oferta{color:#666; text-align:center; font-family:Roboto Condensed; font-size:25px; font-weight:400;}
.font-mic{font-size:12px;}
.nav-link a {color:#fff;}
.link-card a{color:#666;}
.link-card a:hover{color:#000;}