html, body {
    width: 100%;
    padding: 0;
    margin: 0;
    background-image: url(background1.png), url(backback.png);
    background-repeat: repeat-x, repeat;
}

@media (max-width: 1198px) {
    html, body {
        background-image: url(background2.png), url(backback.png);
        background-repeat: repeat-x, repeat;
    }
}

@media (max-width: 868px) {
    html, body {
        background-image: url(background3.png), url(backback.png);
        background-repeat: repeat-x, repeat;
    }
}

body {
    padding: 0;
    color: #474747;
    font: 16px/24px 'Verdana', Arial, sans-serif;
}

p {
    text-align: justify;
    margin-bottom: 10px;
    margin-top: 10px;
}

.reclama {
    font: 42px/54px 'Impact', Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.mare {
    text-align: left;
    font-family: 'Arial', serif;
    font-size: 40px;
    line-height: 26px;
}

.mecc {
    text-align: center;
    font-family: 'Times New Roman', serif;
    font-size: 30px;
    color: #004990;
    letter-spacing: 1px;
    padding-top: 10px;
}

.mic {
    text-align: center;
    font-family: 'Times New Roman', serif;
    font-weight: bold;
    letter-spacing: 1.8px;
    font-size: 21px;
    line-height: 24px;
}

@media (max-width: 768px) {
    .mare {
        font-size: 30px;
    }
}

.principal {
    background: #f0f0f0;
}

.scurt {
    /* margin-top: -4px; */
    /* padding-bottom: 30px; */
    /* margin-top: -25px; */
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
}

/* navbar-default */

.navbar-default {
    margin-left: -15px;
    margin-right: -15px;
    background: #fff;
    border-style: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 2px solid #b8b8b8;
}

.navbar-default .navbar-nav>li>a {
    padding-left: 12px;
    padding-right: 12px;
}

.navbar-default .navbar-nav>.first {
    margin-left: -15px;
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav>.first {
        margin-left: 0;
    }
}

/* navbar-inverse */

.navbar-inverse {
    margin-left: -15px;
    margin-right: -15px;
}

.navbar-inverse .navbar-nav>li>a {
    padding-left: 12px;
    padding-right: 12px;
}

.navbar-inverse .navbar-nav>.first {
    margin-left: -15px;
}

@media (max-width: 768px) {
    .navbar-inverse .navbar-nav>.first {
        margin-left: 0;
    }
}

/* carousel bulinute jos */

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    /* margin-right: 10px; */
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0,0,0,0);
    border: 2px solid #eee;
    border-radius: 15px;
}

.carousel-indicators .active {
    width: 17px;
    height: 17px;
    margin: 0;
    /* margin-right: 10px; */
    background-color: #e1a7bf !important;
}

/* headings */

h1 {
	font-family:  'Impact', Arial, sans-serif;
	color: #790033;
	margin-top: 0px;
	font-size: 42px;
}

h2 {
    font-size: 28px;
    color: #555;
}

footer {
    /* background-color: #e1a7bf; */
    background-image: linear-gradient(#e1a7bf, #be839c);
    min-height: 60px;
}

.well {
    margin-left: -5px;
    margin-right: -5px;
    /* background: #bfbfbf; */
    background: #7a7a7a;
    text-align: center;
    color: #888;
    padding: 10px;
    height: 192px;
}

.well.willy {
    background: #7c9ed3;
    border-width: 2px;
    border-color: #bbb;
}

.well.willy p {
    color: #ddd;
}

a:hover .well.willy p {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    color: #fff;
}

.wdown {
    background: #e3e3e3;
    text-align: center;
    height: auto;
    margin: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}

a .well {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #fff;
    border-color: #999;
}

a:hover .well {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #ccc;
    border-color: #fff;
}

a.download {
    color: #d9534f;
}

a.download:hover {
    color: #333;
	text-decoration: none;
}

header {
    text-align: center;
    padding: 0;
    padding-bottom: 18px;
    /*background-image: url(backtop.png);
    background-repeat: repeat;*/
    background: #a9a9a9;
    background: #c9c9c9;
}

header h3 {
    font-family: 'Impact', Arial, sans-serif;
    text-transform: uppercase;
    text-align: left;
    margin-top: 40px;
    color: #790033;
    font-size: 56px;
    background: none;
}

@media (max-width: 768px) {
    header h3 {
        text-align: center;
        font-size: 32px;
    }
}

mark {
    background: #e1a7bf;
}

p.cnufoot {
    color: #fff;
    letter-spacing:+1px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footmecs {
    padding: 0;
    background-color: #bbe3f2;
    padding-top: 1px;
    padding-bottom: 1px;
}

#footext1, #footext2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #074999;
	color: #1b60a7;
	text-transform: uppercase;
}

@media (min-width: 768px) {
    #footext1 {
        display: none;
    }
}

@media (max-width: 992px) {
    #footext2 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    #footext2 {
        display: none;
    }
    #footext1 {
        font-size: 22px;
    }
}

ul.mylist {
    list-style-type: none;
    padding: 0 0 0 30px;
    margin: 0;
}

ul.mylist li {
    line-height: 30px;
    /* padding-bottom: 10px; */
}

ul.mylist li:before {
	font-family: 'Glyphicons Halflings';
	content: "\e010";
	/* content: "\e124"; */
	color: #790033;
    vertical-align: bottom;
	padding-right: 10px;
}

ul.mysublist {
    list-style-type: none;
    padding: 0 0 0 60px;
    margin: 0;
}

ul.mysublist li {
    line-height: 30px;
    /* padding-bottom: 10px; */
}

ul.mysublist li:before {
	font-family: 'Glyphicons Halflings';
	content: "\e010";
	/* content: "\e124"; */
	color: #999999;
    vertical-align: bottom;
	padding-right: 10px;
}

tr.header {
    background-color: #790033;
    color: #efefef;
    text-shadow: 1px 1px 0 #444;
}

.table>tbody>tr>td.blu {
	background-color: #ddd;
}

.table>thead>tr>th {
    border-bottom: 1px solid #333;
}

.table>tbody>tr>td {
    border-bottom: 1px solid #bbb;
}

tr.xinfo {
    background-color: #e1a7bf;
}

.table>tbody>tr.xinfo:hover {
    background-color: #be839c;
}

@media (max-width: 768px) {
    .btn-success {
        margin-left: 0;
    }
    .txtascuns1 {
        display: none;
    }
}

.btn-primary {
    /* width: 60px; */
    padding: 10px 20px 10px 20px;
    border-style: none;
    background-color: #e1a7bf
}

.btn-primary:hover {
    background-color: #790033;
}

.center {
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .table>thead>tr>th.ascuns2 {
        display: none;
    }
    .table>tbody>tr>td.ascuns2 {
        display: none;
    }
    .txtascuns2 {
        display: none;
    }
}

@media (max-width: 680px) {
    .table>thead>tr>th.ascuns3 {
        display: none;
    }
    .table>tbody>tr>td.ascuns3 {
        display: none;
    }
}

@media (max-width: 570px) {
    .table>thead>tr>th.ascuns4 {
        display: none;
    }
    .table>tbody>tr>td.ascuns4 {
        display: none;
    }
}

@media (max-width: 380px) {
    .table>thead>tr>th.ascuns5 {
        display: none;
    }
    .table>tbody>tr>td.ascuns5 {
        display: none;
    }
}

.myicon {
    color: #fa1a01;
    font-size: 11px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.delogare {
    border-radius: 5px;
	border: 1px solid #ebccd1;
	background: #f2dede;
	color: #a94442;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* images */

.bordered  {
    border-radius: 3px;
	border: 5px solid #e1a7bf;
    margin-left: auto;
    margin-right: auto;
}

.chenar {
    border-radius: 5px;
    border: 1px solid #aaa;
}

a .bordered {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    border: 5px solid #e1a7bf;
}

a:hover .bordered {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    /* border: 5px solid #d9534f; */
    border: 5px solid #790033;
}

.backtotop {
    font-family: "Arial Black", Arial, sans-serif;
    text-align: center;
    font-size: 20px;
    line-height: 64px
}

figcaption {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin-top: 10px;
    /* background-color: pink; */
    height: 40px;
}

/* formulare */

.myform {
    background-color: #e8e8e8;
    padding: 20px;
    /* border: 1px solid #ac2925; */
    border: 1px solid #888;
    border-radius: 4px;
}

.formheader {
    margin: -20px -20px 20px -20px;
    padding: 10px;
    color: #efefef;
    font-weight: bold;
    /* text-shadow: 2px 2px 4px #555; */
    text-shadow: 1px 1px 0 #444;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #790033;
    text-align: center;
}

.formfooter {
    /* margin: -20px -20px 40px -20px; */
    margin: 30px -20px -20px -20px;
    padding: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #bdbdbd;
    background-color: #d8d8d8;
    text-align: center;
}

.form-control::-moz-placeholder {
    color:#ccc;
    opacity:1
}

.form-control:-ms-input-placeholder {
    color:#ccc
}

.form-control::-webkit-input-placeholder {
    color:#ccc
}

.proc70 {
    width: 70%;
    float: left;
}

.proc50 {
    width: 50%;
    float: left;
}

.proc20 {
    width: 20%;
    float: left;
}

.proc30 {
    width: 30%;
    float: left;
}

@media (max-width: 680px) {
    .proc20, .proc30 {
        width: 50%;
    }
    .proc50, .proc70 {
        width: 100%;
    }
}

@media (max-width: 570px) {
    .clasa {
        width: 40%;
        float: left;
    }
    .judetul {
        width: 58%;
        margin-left: 0;
        float: right;
    }
    .limba {
        margin-left: 10px;
        width: 80%;
        display: block;
    }
    .altacls {
        margin-left: 10px;
        width: 100%;
        display: block;
    }
}

@media (max-width: 380px) {
    .limba2 {
        padding-left: 10px;
    }
    .proc20, .proc30 {
        width: 100%;
    }
}

.gri {
    color: #ccc;
}

.progress-bar-gray {
    background-color: #a5a5a5;
}

.progress-bar-pink {
    background-color: #fd8bfe
}

.progress-bar-darkgray {
    background-color: #707070
}

.white {
    color: #eee;
}