/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
  .garancija{
       background-image: url('/wp-content/uploads/2014/09/garancija.png'); 
       height:100px;
       width:133px;
    position: absolute;
    z-index: 10000;
    top: 30px;
    left: 50%;
    margin-left: 280px;
    }

  
   .responsive .container .nine.units {
      width:820px;
      border-right:0px;
    }


    .responsive .container {
      width:1080px
    }

    .responsive #shop  .eight.units{
        width: 590px;
        margin-left:20px;
        padding-top:15px;
    }

    .responsive #shop .four.units {
        width: 190px;
    } 
    
#contactus .container{
margin-left:20px;
margin-right:20px;
width:1090px
}

.content .entry-content-wrapper{
  padding-right:10px;
}
#contactus  .avia-builder-el-0{
  width:550px;
}

    
    
    
#shop #text-8{
  width:220px;
  padding-top:0px;
}
#top #main .sidebar_left .sidebar{
  float:left;
  width:200px;
  border-right:0px;
}
    
#shop .template-shop{
  float:left;
  width:600px;
  padding-left:0px;
  border-left:0px;
}

#shop .vsebina {
  margin-top:20px;
  width:820px;
  float:left
}

    
}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want 
      to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
  /*
  .responsive .container {
      width:100%;
      max-width:1080px
  } */

#shop .vsebina {
  margin-top:20px;
}

  
#top #main .sidebar_left .sidebar{
  border-right:0px;
  display: block;
}

#shop .template-shop{
  display: block;
}


}