/* 
    Document   : style
    Created on : Jun 20, 2014, 10:30:46 AM
    Author     : Oana
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

html {
    position: relative;
    min-height: 100%;
}
body {
    background-color: #000;
    /* Margin bottom by footer height */
    margin-bottom: 130px;
}
a {
    color: #999;
    -webkit-transition: all 0.4s;
    -moz-transition: all  0.4s;
    -o-transition:all  0.4s;
    -ms-transition: all  0.4s;
    transition: all  0.4s;
}
a:hover {
    color: #7a683f;
    text-decoration: none
}

h1, h2, h3, h4, h5, h6, p, span, label {
    color: #fff;
}
h1 {
    font-size: 25px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}

.alert-danger p {
    color: #d9534f;
}
.alert-success p {
    color: #3c763d;
}
.link{
    background-image: url('../images/refresh.png');
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    width: 20px;
}

#footer {
    background-color: transparent !important;
    background-image: url('../images/footer_bg.jpg');
    background-repeat: repeat-x;
    background-position: left top;
    border-top: 1px solid #5a5745;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 130px;
    background-color: #f5f5f5;
}

.container {
    max-width: 950px;
}

.slider-wrapper {
    margin-top: 10px;
}

.navlinks {
    margin: 10px auto !important; 
    width: 393px !important;
}
.navlinks li a, .submenu li a {
    color: #8a8462;
    font-size: 15px;
    text-transform: uppercase;
}
.navlinks li a:hover, .navlinks li a:focus, .submenu li a:hover, .submenu li a:focus, .submenu li.active a, .submenu li.active a:hover {
    background-color: transparent;
    color: #fff;
}

.submenu {
    margin-bottom: 20px;
    width: auto;
}
.submenu li a {
    color: #616565;
    font-size: 16px;
    padding: 10px 6px;
    text-transform: none;
}

.info-text {
    font-size: 12px;
}

.info-text span {
    font-size: 10px;
    padding-bottom: 4px;
}
.info-white {
    color: #fff;
    font-size: 12px !important;
}

.link-pdf {
    background-image: url('../images/pdf_icon.png');
    background-repeat: no-repeat;
    color: #fff;
    /*margin-top: -78px;*/
    padding: 0 0 0 20px;
}

.categorii {
    margin: 140px 0 0 0;
    padding: 0;
}

.categorii li {
    float: left;
    list-style: none;
    margin-bottom: 20px;
    margin-right: 20px;
}
.categorii li.last {
    margin-right: 0;
}
.categorii li a {
    border:1px solid #fff;
    display: block;
    height: 334px;
    overflow: hidden;
    width: 290px;
}
.categorii li a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1); 
}
.categorii li a:hover .cat-img img {
    display: block;
    max-height: 367px;
}
.cat-img img {
    display: none;
}
.cat-img {    
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.titlu-cat {
    background-image: url('../images/cat_bg.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 80px;
    margin-top: -352px;
    /*position: absolute;*/
    position: relative;
    text-align: center;
    width: 300px;
    z-index: 10000
}
.titlu-cat h3 {
    color: #fff;
    padding: 15px 0 0 0;
    text-transform: uppercase;
}

.categorii li a:hover .titlu-cat {
    background-image: url('../images/cat_bg_on.png');
    background-position: left top;
    background-size: 316px 80px;
    z-index: 10000
}
.categorii li a:hover .titlu-cat h3 {
    color: #000;
    font-weight: bold;
}


.line-white {
    background-image: url('../images/line_white.jpg');
    background-repeat: no-repeat;
    height: 1px;
    margin: 30px 0 10px 0;
    max-width: 920px;
}
.bottom-line {
    margin: 10px 0;
}

.margin-div  {
    margin: 80px 0 10px 0;
}

input, textarea{
    background-color: #262626 !important;
    border: 0 !important;
}
input {
    height: 30px !important;
}
.btn-style {
    background-color: #777;
    border:1px solid #444;
}

.contact-div {
    background-image: url('../images/bg_contact.png');
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 350px
}

/* Responsive: Portrait tablets and down */
@media screen and (max-width: 940px) { 
    
}

/* Responsive: Portrait tablets and down */
@media screen and (max-width: 700px) {    
    .navlinks {
        margin: 0 auto !important; 
        width: auto !important;
    }

}