::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background-color: #222;
border: 1px solid #FFF;
-webkit-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
}
::-webkit-scrollbar-track {
background-color: #e5e5e5;
border-left: 1px solid #aaa;
}

body {
    background: #fff url('../images/background.jpg');
    font-family:"Droid Sans", Arial, Helvetica, sans-serif;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
p {
    font-family:"Droid Sans", Arial, Helvetica, sans-serif;
    font-size: 17px;
}
.space20 {
  height: 20px;
  display: block;
  width: 100%;
}
.space30 {
  height: 30px;
  display: block;
  width: 100%;
}
.space40 {
  height: 40px;
  display: block;
  width: 100%;
}
.space50 {
  height: 50px;
  display: block;
  width: 100%;
}
.space60 {
  height: 60px;
  display: block;
  width: 100%;
}
.space70 {
  height: 70px;
  display: block;
  width: 100%;
}
.top {
    height: 30px;
    display: block;
    background: #910000;
}
header.site-header {
    display: block;
    min-height: 120px;
    overflow: hidden;
    background: url('../images/header.jpg')no-repeat;
    margin:0 auto;
}
header.site-header img {
    max-width: 100%;
    height: auto;
    display: block; 
}
.logo {
    float:left;
    display: block;
    margin: 0 0 0 20px;
    padding: 0;
}
.logo img {
    width: 120px;
}
/*=Meniu*/

@media only screen and (min-width: 990px) and (max-width: 2400px) { 

    .snip1226 {
      background: #555;
      font-family:"Droid Sans", Arial, Helvetica, sans-serif;
      text-align: left;
      text-transform: uppercase;
      font-weight: 500;
      min-height: 50px;
      padding: 10px 0;
      margin: 0 auto;
    }
    .snip1226 * {
      box-sizing: border-box;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease;
    }
    .snip1226 li {
      display: inline-block;
      list-style: outside none none;
      margin: 0 1.5em;
      overflow: hidden;
    }
    .snip1226 a {
      padding: 0.3em 0;
      color: rgba(255, 255, 255, 0.5);
      position: relative;
      display: inline-block;
      letter-spacing: 1px;
      margin: 0;
      text-decoration: none;
    }
    .snip1226 a:before,
    .snip1226 a:after {
      position: absolute;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease;
    }
    .snip1226 a:before {
      bottom: 100%;
      display: block;
      height: 3px;
      width: 100%;
      content: "";
      background-color: #1fd699;
    }
    .snip1226 a:after {
      padding: 0.3em 0;
      position: absolute;
      bottom: 100%;
      left: 0;
      content: attr(data-hover);
      color: white;
      white-space: nowrap;
    }
    .snip1226 li:hover a,
    .snip1226 .current a {
      transform: translateY(100%);
    }

    .newmeniu,
    .navmenu,
    .sidenav {

      display: none;
    }

}



@media only screen and (min-width: 68px) and (max-width: 990px) { 

.snip1226 {
  display: none;
}

/* The side navigation menu */
.newmeniu {
  cursor: pointer;
    font-weight: 600;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    height: 50px;
    display: block;
    font-size: 25px;
    padding: 8px;
    background: #fff;
    border-bottom: 1px solid #ccc;
  }

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 20px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/*=Css menbiu*/

.navmenu {
   width: 200px;
   display:block;
   position:relative;
}

.navmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: none;
}

.navmenu ul li a {
    display: block;
    color: #fff;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif; 
    padding: 8px 16px;
    text-decoration: none;
    font-size: 15px;
    text-transform:uppercase;
}

/* Change the link color on hover */
.navmenu ul li a:hover {
    background-color: #555;
    color: white;
}

.navmenu ul li ul li a {
    display: block;
    color: #fff;
    padding: 8px 30px;
    text-decoration: none;
}


}



/*=Home css */

.page-title {
  height: 60px;
}

.page-title h1 {
    font-size: 28px;
    color: #910000;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 3400px) { 

  .home {
  background: #fff;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 50px;
  min-height: 720px;
  }
  .content-page {
 background: #fff;
 overflow: hidden;
 display: block;
 margin: 0;
 padding: 50px;
 min-height: 720px
}

}

@media only screen and (min-width: 68px) and (max-width: 768px) { 

  .home {
  background: #fff;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 20px;
  height: auto;
  }
  .content-page {
    background: #fff;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 20px;
  min-height: 720px
  }

}



.produs {
  border-bottom: 1px solid #999;
  margin: 0 0 30px;
  display: block;
  overflow: hidden;
}
.produs img {
  float: left;
  margin: 0 15px 20px 0;
}

h3.titlu-produs {
  color: #900;
}

.accesorii {
  border-bottom: 1px solid #999;
  margin: 0 0 30px;
  display: block;
  overflow: hidden;
}
.accesorii img {
  float: left;
  margin: 0 15px 20px 0;
}


/*=Footer css*/

.footer {
  height: 50px;
  text-align: center;
  background: #f5f5f5;
  color: #333;
  margin: 0;
  padding: 10px 0;
  font-size: 18px;

}

