@media (max-width: 768px) {
  .col-xs-12.text-right, .col-xs-12.text-left {
    text-align: center; } }
@media (max-width: 768px) {
  .pull-xs-left {
    float: left; }

  .pull-xs-right {
    float: right; } }
@media (min-width: 768px) and (max-width: 992px) {
  .pull-sm-left {
    float: left; }

  .pull-sm-right {
    float: right; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .pull-md-left {
    float: left; }

  .pull-md-right {
    float: right; } }
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left; }

  .pull-lg-right {
    float: right; } }
@font-face {
  font-family: 'Geometria-Light';
  src: url("../fonts/Geometria-Light.eot?") format("eot"), url("../fonts/Geometria-Light.otf") format("opentype"), url("../fonts/Geometria-Light.woff") format("woff"), url("../fonts/Geometria-Light.ttf") format("truetype"), url("../fonts/Geometria-Light.svg#Geometria-Light") format("svg"); }
html, body {
  background-image: url("../img/background.png");
  font-family: Geometria-Light, Arial, serif;
  font-size: 14px;
  color: #6d6d6d; }

ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: -3px; }

a {
  color: #6d6d6d; }

a:hover {
  text-decoration: none;
  color: #000000; }

h4 {
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px; }

.flexContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.marginBottom40 {
  margin-bottom: 40px; }

header {
  background-color: #191919;
  color: #ffffff; }
  header ul li {
    display: inline-block; }
  header a {
    color: #ffffff;
    padding: 15px;
    display: inline-block; }
  header a:hover {
    color: #ffffff;
    text-decoration: none; }
  header form {
    margin-top: 8px; }
  header #searchString, header #searchBtn {
    border: 0;
    border-radius: 0;
    height: 30px;
    vertical-align: top;
    display: inline-block;
    box-shadow: none; }
  header #searchString {
    background-color: #595959;
    width: 211px;
    color: #ffffff; }
  header #searchBtn {
    background-image: url("../img/search.png");
    width: 30px; }
  header .loggedInfo {
    padding-right: 10px; }

.logoRow {
  height: 150px; }
  .logoRow .linkIcons {
    margin-right: auto; }
  .logoRow .logoImage img {
    width: 100%; }
  .logoRow .basketInfo {
    align-self: flex-end;
    margin-left: auto;
    margin-bottom: 10px; }
    .logoRow .basketInfo div {
      display: inline-block; }

.navbar-default {
  border: 0;
  border-radius: 0;
  background-color: white;
  border-top: 1px solid #efefef;
  border-bottom: 8px solid #e9e9e9; }
  .navbar-default .dropdown-menu {
    border: 0;
    border-radius: 0; }
  .navbar-default .navbar-collapse {
    padding-right: 15px !important;
    padding-left: 15px !important; }

.footerContainer {
  border-top: 1px solid #bebcbc;
  padding-top: 20px;
  margin-top: 20px; }

h1 {
  margin: 20px 10px;
  font-size: 38px;
  color: #000000; }

.paginate {
  font-size: 14px;
  color: #9c9c9c;
  margin: 20px 20px 0; }
  .paginate a {
    text-decoration: none;
    display: inline-block;
    padding: 10px; }
  .paginate img {
    vertical-align: -7px; }

.bold {
  font-weight: bold; }

.contentBlock {
  margin: 10px;
  padding: 10px;
  border: 1px solid #efefef;
  box-shadow: -5px 5px 0px 0px #efefef;
  background-color: white;
  padding: 20px 10px; }

.button, .lightButton {
  display: block;
  text-align: center;
  padding: 5px;
  border: 0;
  background-image: url(../img/basket_btn_background.png);
  font-size: 15px;
  color: #fefefe;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px; }

.linkButton, .lightLinkButton {
  display: block;
  text-align: center;
  padding: 5px;
  border: 0;
  background-image: url(../img/basket_btn_background.png);
  font-size: 15px;
  color: #fefefe;
  text-decoration: none;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px; }

.lightButton {
  background-image: url("../img/light_btn.png");
  color: #6d6d6d; }

.lightLinkButton {
  background-image: url("../img/light_btn.png");
  color: #6d6d6d; }

.linkButton:hover, .lightLinkButton:hover {
  color: #fefefe; }

.lightLinkButton:hover {
  color: #6d6d6d; }

.floatRight {
  float: right; }

.writeUs {
  padding: 20px 0; }

.mainContent .itemList {
  margin-top: 15px; }
  .mainContent .itemList .singleItem {
    margin: 10px;
    padding: 10px;
    border: 1px solid #efefef;
    box-shadow: -5px 5px 0px 0px #efefef;
    background-color: white;
    z-index: 100; }
    .mainContent .itemList .singleItem .imageLink {
      display: block;
      text-align: center;
      height: 240px; }
      .mainContent .itemList .singleItem .imageLink img {
        max-width: 100%;
        max-height: 240px;
        margin: auto;
        padding: 10px; }
    .mainContent .itemList .singleItem .itemName {
      height: 2em; }
    .mainContent .itemList .singleItem .itemPrice {
      font-size: 27px;
      color: #000000;
      border-top: 1px solid #bebcbc; }
    .mainContent .itemList .singleItem .toBasketButton {
      display: block;
      text-align: center;
      padding: 5px;
      border: 0;
      background-image: url(../img/basket_btn_background.png);
      font-size: 15px;
      color: #fefefe;
      text-decoration: none;
      width: 100%; }

.basketItemList .itemPicture {
  text-align: center; }
.basketItemList img {
  max-width: 150px;
  max-height: 150px;
  padding: 10px 10px; }
.basketItemList .itemDescriptionBlock, .basketItemList .itemPriceBlock {
  padding: 10px; }
.basketItemList .itemPriceBlock {
  text-align: center; }

.deliverySelectorBlock ul {
  margin-bottom: 10px; }
  .deliverySelectorBlock ul li {
    list-style-type: circle;
    margin-left: 25px; }
.deliverySelectorBlock .singleDeliveryPrice {
  margin-top: 7px; }
.deliverySelectorBlock .overallDelivery {
  text-align: right; }

.margin-right-10 {
  margin-right: 10px; }

.singleProductPage .thumbsContainer {
  margin: 20px;
  padding: 10px;
  border: 1px solid #efefef;
  text-align: center; }
  .singleProductPage .thumbsContainer img {
    max-width: 100px;
    max-height: 100px;
    cursor: pointer; }
.singleProductPage .bigImageLink {
  display: block; }
.singleProductPage .thumbImageLink {
  display: inline-block;
  margin: 2px; }
.singleProductPage .bigImage {
  max-width: 100%;
  margin: auto; }
.singleProductPage .quantitySelector {
  width: 100px; }

.parallaxBanner {
  height: 380px;
  text-align: center;
  position: relative;
  z-index: 50; }
  .parallaxBanner .topText {
    color: #000000;
    font-size: 38px;
    padding-top: 30px;
    margin-left: 45px;
    position: absolute;
    top: 0px; }
  .parallaxBanner img {
    margin-top: 50px; }

.parallaxTop {
  z-index: 100;
  position: relative; }

.bank-type {
  padding: 10px;
}
.bank-type label {
  padding: 10px;
  margin: 10px;
  border: 1px solid #efefef;
  width: 100%;
}
.bank-type input {
  vertical-align: middle;
  margin-right: 10px;
}

/*# sourceMappingURL=idejosnamai.css.map */
