
/* 
    Created on : Feb 14, 2016, 5:37:07 PM
    Author     : Fastweb
*/

body {
    color: #7F7F7F;
    font-family: Trebuchet, Trebuchet MS, Tahoma, Arial, sans-serif;
    font-size: 15px;
}
.home_h1 {
    font-size: 24px;
}
.h1, h1, .h3, h3, h4, .h4 {
    font-family: 'Open Sans';
    color: #333
}
.h1, h1 {
    font-size: 28px;
}

.container {
    max-width: 1270px 
    /*default 985pc */    
}
.custom-navbar {
    background-color: #fff;
    border: 0;
    margin-top: 120px;    
}

.custom-brand {
    position: absolute;
    height: auto;
    width: auto;
    top: -110px;
    padding-left: 30px;
    margin-bottom: 10px; 
}
.custom-collapse {
    margin-top: 20px;
}

.gallery-block {
    margin-bottom: 30px;
}

.video_block {
    margin-bottom: 40px;    
}

.stiri_box_title {
    display: block;
    height: auto;
    margin: 10px 0;
    width: 100%;
}
/* news */
.title_news { color: #444; font-size: 16px; line-height: 1em; margin: 10px 0; }
.title_news:hover { color: #111; }

.event:hover { text-decoration: none; }

.model-name {
    margin-top: 20px;
    margin-bottom: 20px;
    /* max-width: 330px;*/
    max-width: 215px;
    text-align: center;
    font-size: 18px;
    color: #000;
}
.model-name:hover {
    color: #000;
}
.img-caption {
    border-top: 1px solid #010101;
    margin-top: 8px;
   /* max-width: 270px;*/
    max-width: 330px;
    padding-top: 4px;
}
.img-caption p {
    color: #010101;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.footer-divider {
    border-top: 1px solid #000;
    height: 0;
    margin-bottom: 10px;
    width: 100%;
}
.footer-info {
    color: #000;
    font-size: 12px;
    margin-top: 12px
}
.social {    
    height: 24px;
    margin: 0;
    padding: 0;
}
.social li {
    display:inline-block;    
    height: 24px;
    list-style: none;
    float: left;
    margin: 0 6px 0 0;
    width: 24px;
}
.social li a {
    display: inline-block;
    height: 24px;
    width: 24px;    
}
.social .instagram {
    background-image:url('../img/instagram.png');
    background-repeat: no-repeat;
    background-position: center
}
.social .facebook {
    background-image:url('../img/fb-art.jpg');
    background-repeat: no-repeat;
    background-position: center
}
.social .google {
    background-image:url('../img/google-plus.jpg');
    background-repeat: no-repeat;
    background-position: center
}

.custom-newsletter-input {
    float: right
}
.newsletter-button {
    float: right;
    margin: 26px 0 0 10px;
}

.select_zi {  width:50px; }
.select_luna { width:130px; }
.select_an { width:70px; }

.form_input_img{width:120px; height:40px; float:left; margin-top:5px }
.form_input_link {width:20px; height:auto; float:left; margin:5px 0 0 15px; }
.link{
    background-image: url('../images/refresh.png');
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    width: 20px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.model_div {
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
}
.model_div img { border: 1px solid #444; }

.under_menu {    
    float: left;
    height: 32px;
    width: 100%;
    margin-bottom: 10px;
}
.under_menu li { 
    display: inline-block;
    list-style-type: none;
}

.filter {
    float: left;
    padding: 0;
}
.filter li {
    float: left;
    list-style: none;
    margin-right: 20px; 
}
.filter li a {
    background-image: url('../images/arrows.png');
    background-repeat: no-repeat;
    background-position: 0 4px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 0 14px;
    text-decoration: none;
    height: auto;
    width: auto;
}
.filter li.active a, .filter li a:hover {
    background-position: 0 -10px;
    color: #ed1c24;
}

/** model **/
.model-info {
    margin: 0;
    padding: 0;
}
.model-info li {
    display: inline-block;
    list-style-type: none;
    padding: 0 25px 0 0;
}
.model-info li a {

}

.model-info li.active a, .model-info li a:hover {
    color: #ed1c24;
}

.navbar-default .navbar-nav > li > a {
    font-family: 'EB Garamond';
    color: #000;
}

.navbar-default .navbar-nav > li > a:hover {
    font-family: 'EB Garamond';
    text-decoration: underline;
    color: #000;
}

.faceb {
    float: right;
    margin-top: -70px;
    width: 280px;
}

.updated-icon {
    background-image: url('../images/updated_icon.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    float: left;
    height: 18px;
    margin: 250px 0 0 0;
    position: absolute;
    width: 69px;
    z-index: 90;
}
.box_error{ background:#fff; padding: 3px; }
.box_error p, .err {color:#860006; line-height:1.3em; margin:0}
.box_success{ background:#fff; padding: 3px; }
.box_success p, .succ {color:#006600; line-height:1.3em; margin:0}
.box_warning{background:#FFF6BF; border:1px solid #FFD324; -moz-border-radius:3px;-webkit-border-radius:3px; border-radius:3px; height:auto; float:left; margin:0 0 12px 0; padding:10px 15px 10px 15px; width:96%;}
.box_warning p {color:#333; line-height:1.3em; margin:0}
.warning {color:#c5a00c; line-height:1.3em; margin:0}
.box_notice{background:#8FBDE0; border:1px solid #6CACDE; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; height:auto; float:left; margin:0 0 12px 0; padding:10px 15px 10px 15px; width:96%;}
.box_notice p {color:#003863; line-height:1.3em; margin:0}

.list-group li {border: 0px}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #555;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/*@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}*/


@media (max-width: 992px) {
    form.newsletter {
        margin: 0 auto;
        width: 260px;
    }
}
@media (max-width: 767px) {
    .model-info li {
        display: list-item;
        padding: 0 15px 5px 0;
    } 
}
@media (max-width: 767px) {
    form.newsletter {
        float: left;
        width: 260px;
    }
    .custom-navbar {        
        margin-top: 50px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }
    .custom-nav {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        height: 120px;
        left: 0;
        right: 0;
        top: 0;
        position: fixed;
        z-index: 100
    }
    .custom-brand {
        top: -50px;
        width: 50%;
    }
    .content {
        margin-top: 140px;
    }
    .faceb {
        float: right; 
        width: 150px;
    }
    .under_menu {
        margin-top: 120px;
    }

}
