

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



html{


}

body{

    padding-top: 50px;
    padding-bottom: 20px;

    background-repeat: no-repeat;
    background: url("../img/bg.jpg") no-repeat center center fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;



    behavior: url("./css/PIE.htc");  

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/bg.jpg',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/bg.jpg',sizingMethod='scale')";




}

button{
    color: black;
}

footer{
    margin-top: 30px;
    margin-bottom: 30px;
    border: 3px solid #333333;
    border-radius: 6px;
    padding: 6px;
    box-shadow:         4px 4px 18px 0px rgba(50, 50, 50, 0.66);
    background: rgba(255, 255, 255, .8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CCffffff', endColorstr='#CCffffff'); /* IE */
    text-align: center;
}

footer .well{
    margin-bottom: 0px;
}

.header{
    border-radius: 6px;
    float: left;
    width: 100%;
    border: 3px solid #333333;
    margin-bottom:30px;
    box-shadow:         4px 4px 18px 0px rgba(50, 50, 50, 0.66);
    background: rgba(255, 255, 255, .8) !important;
}

.content{

    clear: both;
    background: rgba(255, 255, 255, .8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CCffffff', endColorstr='#CCffffff'); /* IE */
    padding: 10px;
    border-radius: 6px;

    border: 3px solid #333333;
    box-shadow:         4px 4px 18px 0px rgba(50, 50, 50, 0.66);

    min-height: 30em;
}
.actuality{

    overflow: hidden;

}
.row{
    margin-left: 0px;
    margin-right: 0px;



}
.container nav.navbar{
    border-radius: 0px;


    box-shadow: none;
    margin-bottom: 0px;
}

.container .jumbotron{
    border-radius: 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;

}



.header-image{
    padding:15px;

    font-size:21px;
    font-weight:200;
    line-height:2.1428571435;
    color:inherit;
    background-color:#eee;
    float: left;
    width: 100%;


    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/header.jpg");
    behavior: url(./css/PIE.htc);

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/header.jpg',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/header.jpg',sizingMethod='scale')";


}
.lt-ie8 .header-image{

    background-color: white;
    background-image: none;
    background-size: auto;
    padding: 0px;
    padding-bottom: 15px;
    padding-top: 15px;

    filter:none;
    width: 100%;
}

.lt-ie8 .content{

    background-color: white;

}

.lt-ie8 footer{

    background-color: white;

}

@media only screen and (max-width : 768px){
    .header-image{
        background-image: none;

    }
    #bee-logo {
        display: none;
    }


    #naceradec-logo {
        display: none;
    }
    .header-image{
        display: none;
    }

}

#bee-logo {
    float: left;
    padding-bottom: 1em;
    padding-left: 0.8em;
}


#naceradec-logo {
    clear: left;
    float: left;
    padding-left: 1em;
}

@media only screen and (max-width : 480px){
    #bee-logo{
        display: none;
    }
    #naceradec-logo{
        display: none;
    }
}

.header-image h1{

    font-size: 2.5em;
    text-align: right;
    color: #FFA500;
    margin-top: 0.5em;
    margin-bottom: 0em;
    font-weight: bold;
    margin-right: 0.2em;
    /*text-shadow: -3px 0 #FFD34E, 0 3px #FFD34E, 3px 0 #FFD34E, 0 -3px #FFD34E;*/

}

.actuality .input-date{
    float: left;
    width: 100%;
    font-weight: bold;
}

.actuality .input-date .btn{

    float: right;
}

.navbar .navbar-nav > .active > a{

    background-color: #EBEBEB;
}

.photo{
    padding-top: 1em;
}
.photo .thumbnail{
    height: 130px;
}



.form-bg{

    width: 25em;
    height: 15em;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    border-radius:9px;
    margin: 5em auto 0;
    background-color: #D4D6D4;
    -moz-box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);
    box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);


}

.form-bg form{



    padding: 1em;

    height: 13em;


}

.form-bg input{

    width: 100%;
}

#remember{

    vertical-align: middle;
    display: inline;
}

.form-bg-remember{
    display: inline;
    vertical-align: middle;

}
.form-bg-remember input{
    width: auto;
}

.form-bg form button{

    float: right;
    display: inline-block;

}

#addNewsForm p{
    margin-top:1em; 
}















