body{
	margin: 0;
	font-family: 'Roboto', sans-serif;

}
section{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
html,body {
overflow-x: hidden;
}

/*header*/
.header{

}
.header-top{
	position: relative;
	padding: 20px;
	margin-bottom: 45px;
}
.title{
	margin-bottom: 20px;
	text-align: center;
	margin-top: 90px;
}
.title-header{
	font-size: 35px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
/*    background-color: #888888;
*/    padding: 3px 10px;
/*    color: white;*/
}
.header-contact{
	position: absolute;
	top: 20px;
	right: 20px; 
	font-size: 18px;
}
.header-name{
	position: absolute;
    top: 20px;
    left: 20px;
    font-size: 18px;
    
}
.header-name-line{
	display: inline-block;
	background-color: #e69707;
    color: white;
    padding: 3px 7px;
    margin-bottom: 3px;
}
.header-contact-line{
	display: inline-block;
	background-color: #e69707;
    color: white;
    padding: 3px 7px;
    margin-bottom: 3px;
}
/*menu*/
.menu{
	font-size: 0px;
	background-color: #e69707;
	text-align: center;

}
.menu-link{
    color: white;
    font-size: 16px;
    display: inline-block;
    padding: 10px 20px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
a.menu-link:link, a.menu-link:visited {
    text-align: center; 
    text-decoration: none;
}
a.menu-link:hover{
    background-color: white;
    color: black;
}
/*intro*/
.intro{
	background-image: url(./images/background-image-blur.jpg);
	padding: 90px 0px;
    box-sizing: border-box;
    max-width: 100%;
    background-size: cover;

}
.intro-text{
	font-size: 18px;
    padding: 15px;
    background-color: rgba(255,255,255,0.75);
    font-weight: 500;
    text-align: center;
    line-height: 23px;
    max-width: 900px;
    margin-left: auto;
	margin-right: auto;
}
/*product */
/*h2:after {
     background: none repeat scroll 0 0 #e69707;
     bottom: -10px;
     content: "";
     display: block;
     height: 10px;
     position: relative;
     width: 100px;
}*/
.underline{
    height: 6px;
    width: 120px;
    display: inline-block;
    background-color: #e69707;
    margin-bottom: 40px;
}
/*.underline:before{
    content: "";
    position: absolute;
    width: 10%;
    height: 27px;
    left: 45%;
    border-bottom: 5px solid #e69707;
}*/
/*.underline:before {
  content : "";
  position: absolute;
  left    : 0;
  bottom  : 0;
  height  : 1px;
  width   : 50%;  /* or 100px 
  border-bottom:1px solid magenta;
}*/
.product-section{
	padding: 30px;
  text-align: center;
}
.section-background{
	max-width: 100%;
	background-color: #e697070d;
}
.product-section h2{
	text-align: center;
  margin-bottom: 10px;
}
.product-table{
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.product-cell{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.product-cell-left{
	text-align: center;
}
.product-section ul{
	list-style-type: square;
	line-height: 24px;
}
.product-section li{
	margin-bottom: 8px;
  text-align: left;
}
.price-button{
    background-color: #e69707;
    padding: 7px 30px;
    color: white;
    text-decoration: none;
}
.price-button-div{
  margin-top: 35px;
}
.green{
  color: #048802;
  list-style-image: url('/images/check-box.png')
}

.price-button img{
  height: 14px;
  padding-right: 5px;
}
.available{
    padding: 7px 30px;
    margin-top: 20px;
    display: inline-block;
    color: #048802;
    margin-bottom: 7px;
}
.available img{
  height: 14px;
}
.product-image-list img{
	height: 170px;
	margin: 15px;
	cursor: pointer;
}
.product-image{
	height: 250px;
  max-width: 100%;
	margin: 5px;
	cursor: pointer;
  border: 3px solid #f9f7f7;
}
.list-image{
  border: 3px solid #f9f7f7;
}
.product-image:hover {
    box-shadow: 0 0 2px 1px rgba(230, 151, 7, 1);
    cursor: pointer;
}
.list-image:hover {
    box-shadow: 0 0 2px 1px rgba(230, 151, 7, 1);
    cursor: pointer;
}
.sale-cell{
  display: table-cell;
  vertical-align: top;
  width: 25%;
  padding-top: 20px;
  position: relative;
}
.sale-h2{
  display: inline-block;
}
.sale-underline{
    height: 6px;
    width: 120px;
    display: inline-block;
    background-color: red;
    margin-bottom: 15px;
}
.sale-icon{
  height:36px;
  vertical-align: -7px;
}
.sale-image-container{
  display: inline-block;
  position: relative;
}
.sale-image{
  height: 200px;
  max-width: 100%;
  margin: 5px;
  cursor: pointer;
  border: 3px solid #f9f7f7;
}
.sale-image:hover {
  box-shadow: 0 0 2px 1px rgba(230, 151, 7, 1);
  cursor: pointer;
}
.sale-badge{
  position: absolute;
  top: 15px;
  left: 0;
  display: inline-block;
  background-color: #e60707;
  font-size: 17px;
  color: #FFF;
  padding: 6px 13px;
  box-shadow: 3px 3px 0 RGBA(0,0,0,0.5);
}

.sale-product-price{
  color: red;
  font-weight: bold;
  font-size: 20px;
  margin-top: 9px;
}
.buy-button{
    background-color: red;
    padding: 7px 30px;
    color: white;
    text-decoration: none;
}
.buy-button-div{
  margin-top: 35px;
}
.buy-button img{
  height: 14px;
  padding-right: 5px;
}
.o-nas-image{
	height: 220px;
}
.o-nas-cell{
  display: table-cell;
  vertical-align: top;
}
.o-nas-cell-right{
  text-align: left;
  width: 70%
}
.section-map{
	max-width: 85%;
}
.map{
	width: 100%;
	height: 400px;
	margin-bottom: 30px;
	margin-top: 20px; 
}
.map-static img{
  width: 100%;
}
.contact-table{
  display: table;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 30px;
}
.contact-table-cell{
	display: table-cell;
	width: 50%;
	padding: 0 20px 20px 0;
}
.contact-table-cell-left{
	background-color: #f2f2f2;
}
.contact-line{
	background-color: #e69707;
    color: white;
    padding: 3px 7px;
    margin-bottom: 10px;
    display: table;
    font-size: 22px;
}
#address-bottom{
  margin-bottom: 20px;
}
a.contact-line, a.contact-line:visited{
    text-decoration: none;
    color: white;
}
.contact-line-link{
    text-decoration: none;
    color: white;
}
input[type=text], select, textarea {
    font-size: 14px;
    width: 90%;
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 10px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}
#form-submit{
	font-size: 20px;
	cursor: pointer;
	background-color: #e69707;
    color: white;
}
.form-hide{
  display: none;
}
.thank-you{
	margin-top: 15px;
	display: none;
}
.thank-you-show{
	display: block;
}
.lightbox-overlay{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	font-size: 0;
}
.lightbox-overlay-show{
	display: block;
}
.lightbox-image-container{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    display: inline-block;
    max-width: 90%;
    height: 90%;
    text-align: center;
}
#lightbox-image{
	max-height: 100%;
  max-width: 100%;
}
#lightbox-close{

}
.lightbox-close{
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: rgba(0,0,0,0.5);
	padding: 10px;
	cursor: pointer;
}
.lightbox-close img{
	height: 20px;
}
/*.backgroundimage {
  background: url("./images/background.jpg");
  width: 1000px;
  position: relative;
  height: 300px;
  background-repeat: no-repeat;
  z-index: 1;
}*/

/*van page styles*/
.van .menu{
  background-color:   #0F38A9;
}
.van .header-contact-line{
  background-color:   #0F38A9;
}
.van .header-name-line{
  background-color:   #0F38A9;
}
.van .underline{
  background-color:   #0F38A9;
}
.van .price-button{
  background-color:   #0F38A9;
}
.van .contact-line{
  background-color:   #0F38A9;
}
.van #form-submit{
  background-color:   #0F38A9;
}
.van-cell{
  display: table-cell;
  width: 25%;
}
.van-table{
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.intro-van{
  background-image: url(./images-van/background2.jpg);
  padding: 90px 0px;
    box-sizing: border-box;
    max-width: 100%;
    background-size: cover;
}

.intro-vantext {
    font-size: 20px;
    padding: 20px;
    background-color: rgba(255,255,255,0.75);
    font-weight: 500;
    text-align: center;
    line-height: 23px;
    max-width: 400px;
    margin-left: 5%;
    margin-right: auto;
    padding-top: 45px;
    padding-bottom: 45px;
}
.red{
  color: black;
  list-style-image: url('/images/check-box-black.png')
}
.van-image{
  height: 250px;
  max-width: 100%;
  margin: 5px;
  border: 4px solid #dee7ff;
}

/*end of van page styles*/

@media only screen and (max-width: 900px) {
    body {
        /*background-color: lightblue;*/
    }
    .header-top {
    margin-bottom: 5px;
    }
    .intro-van{
      background-image: none;
      background-color: #CBCBCB;
      padding: 0;
    }
    .intro-vantext{
      margin: 0;
      max-width: none;
    }
    .van-cell{
      display: inline-block;
      width: 50%;
      margin-bottom: 20px;
      padding: 5px;
      box-sizing: border-box;
    }
    .van-cell img{
      width: 60%;
      margin-bottom: 10px;
      max-width: 100px;
    }
    .product-section{
      display: block;
    }
    .contact-table-cell{
    display: block;
    width: 100%;
    padding: 0 20px 0px 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
    }
    .product-cell{
    display: block;
    width: 100%;
    }
    .sale-cell{
    display: block;
    width: 100%;
    }
    .o-nas-cell{
    display: block;
    }
    .o-nas-cell-right{
      width: 100%;
    }
    .header-top{
    margin-bottom: 15px;
    }
}
@media only screen and (max-width: 400px) {
    body {
        /*background-color: lightblue;*/
    }
    .header-contact{
    display: none;
    }
    .header-top{
    margin-bottom: 5px;
    }
}
