/*
Theme Name: Preventica Theme
Theme URI: http://www.preventica.ro
Description: Tema Preventica SRL Galati 
Author: George Casian - Nexial Research SRL
Author URI: http://www.nexial-service.ro
Version: 1.0
*/

//font folosit la logo
@import url(https://fonts.googleapis.com/css?family=Akronim);
@import url(https://fonts.googleapis.com/css?family=Kranky);
@import url(https://fonts.googleapis.com/css?family=Oregano);

@-ms-viewport       { width: device-width; }
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

//printing and Safari v8.0 fixed-width .container
@media print {
  .container {
    width: auto;
  }
}

//Box-sizing - Some third party software, including Google Maps 
//and Google Custom Search Engine, conflict with Bootstrap
/* Box-sizing resets
 *
 * Reset individual elements or override regions to avoid conflicts due to
 * global box model settings of Bootstrap. Two options, individual overrides and
 * region resets, are available as plain CSS and uncompiled Less formats.
 */
/* Option 1A: Override a single element's box model via CSS */
.element {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}



html,body{
    height:100%
}
body {
  display: block;
  margin: 0% auto;
  padding-top: 1%;
  width: 100%;
  height: 100%;
}

header, aside, section, footer {
    padding: 1%;
    background-color: #fff;
    border: 1px solid #fbece7;
    border-radius: 4px;
    //box-shadow: 5px 5px 5px #888888;
    margin-bottom: 1%;
}

.logo {
    font-family: 'Oregano,Akronim,Kranky', cursive;
    text-shadow: 4px 4px 4px #aaa;

}
.meniu_header {
    margin-top: 2%;
    margin-left: 0%;
    margin-right: 0%;
}
.meniu_header nav {margin-bottom: 0%;}
.navbar-default {background-color: inherit;}
.navbar-default a.navbar-brand, .navbar-default a.navbar-brand:hover {color: #DD4814;}
button.navbar-toggle {background-color: #97310E;}


aside {
    diplay:block;
    margin-top: 1%;
    margin-bottom: 1%;
}

img {//image responsive
    display: block;
    max-width: 100%;
    height: auto;
}


.page-header {
    margin-top: 1%;
    margin-right: 2.5%;
}

.article {
    margin-bottom: 1%;
}
.article div {
    padding-right: 2.8%;
}

.categorie_articol {
    margin-top: 3%;
    margin-bottom: 2%;
    display: block;
}

figure .articol_featured_image {
    margin-bottom: 2%;
}
.articol_featured_image {
    display: block;
    width: auto;
    max-height: 200px;
}

/*.fa-shopping-cart, .fa-fire-extinguisher {color: #97310E;}*/
.fa {color: #97310E;}

hr {
    margin-top: 10px;
    margin-bottom: 5px;
}

footer {
    margin-top: 1%;
}

.footer-sidebar-1 ul, .footer-sidebar-2 ul {
    list-style-type: none;
    padding-left: 0px;
}

.searchform {
    margin-top: 2%;
    margin-bottom: 1%;
    max-width: 650px;
    max-width: 65%;
}

.copyright {
    color: #DD4814;
    font-size: 13px;
    text-align: left;
}

.webdev {
    color: #999;
    text-align: right;
    font-size: 12px;
}
.webdev a {
    color: #999;
}

.copyright, .webdev {margin-bottom: 0%;}

/* pagina 404 */
.pagina_negasita {
//max-width: 500px;
//_width: 500px;
max-width: 650px;
_width: 650px;
padding: 2%;
border: 1px solid #b3b3b3;
border-radius: 4px;
margin: 0% auto;
margin-top: 3%;
margin-bottom: 2%;
box-shadow: 0 1px 10px #a7a7a7, inset 0 1px 0 #fff;
background: #f0f0f0;
font-size: 20px;
line-height: 1.4;
color: #737373;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
.pagina_negasita h2{
margin: 0 10px;
font-size: 45px;
text-align: center;
font-weight: bolder;
margin-bottom: 5%;
color: #737373;
}
.pagina_negasita span {
color: #bbb;
}
.pagina_negasita p {
margin: 1em 0;
display: block;
}
.pagina_negasita p span {
font-weight: bold;
color: #737373;
}
.pagina_negasita ul {
padding: 0 0 0 40px;
margin: 1em 0;
}
/* end pagina 404 */

@media (max-width: 640px) {
.meniu_header {margin-bottom:3%;}
.logo {text-align:center;}
.slogan {text-align:center;}
}
@media (min-width: 768px) and (max-width: 1180px) {
#text-2 {margin-top:15%;}
}