body {
  background-color: #eef0f5;
  padding-bottom: 20px;
  font-family: "Roboto",Arial,sans-serif;
}
.navbar{
	background-color: white;
	height: 70px;
}
.banner{
	margin-top: 70px;
	position: relative;
    display: block;
    height: 610px;
    width: inherit;
    text-align: center;
    background:  url(../images/banner610.jpg) center top no-repeat;
    background-size:cover;
}
.bannerBuyNow{
    background-color:#ed9c28;
    color:white;
    width:300px;
    height:60px;
    line-height: 40px;
    border-radius:30px;
    font-size: 24px;
    position: relative;
    top:397px;
    left:35px;
}
.bannerBuyNow:link{
  background-color:#ed9c28;
  color:white;
}
.bannerBuyNow:visited{
  background-color:#ed9c28;
  color:white;
}
.bannerBuyNow:hover{
  background-color:#ed9c28;
  color:white;
}
.bannerBuyNow:active{
  background-color:#ed9c28;
  color:white;
}

.priceDel{
    color: rgba(0,0,0,.5);
    position: relative;
    top:400px;
    left:-20px;
}
.learnMore{
    font-size: 28px;
    text-decoration:underline;
    position: relative;
    top:345px;
    left:245px;
}
.learnMoreText:hover{
    color:white;
}

/* parallel erea*/
.parallelbanner{
      margin:0;
      padding:0;
      height: 270px;
      /*margin-bottom: 20px;*/
      border: 1px solid #eef0f5;
      margin-top: 30px;
    }
    .parallelbanner:hover{
      border: 1px solid red;
    }
    .thumbnailDiv{
      background-color: #d1dce7;
      height: 100%;
      width: 30%;

    }
    .thumbnailImg{
      height: 96%;
      padding:17px  10px 8px 8px;
    }
    .spaceDiv{
      margin:0;
      padding:0;
      height: 100%;
      width: 1%;
      background-color: white;
    }
    .rightTextDiv{ 
      height: 100%;
      width: 69%;
      padding-left: 5%;
      background-color: white;
    }
    .buyNowButton{
      background-color:#ed9c28;
      color:white;
      width:245px;
      height:45px;
      line-height:30px;
      border-radius:20px;
      font-size:18px;
    }
    .buyNowButton:link{
      background-color: #ed9c28;
      color:white;
    }
    .buyNowButton:visited{
      background-color: #ed9c28;
      color:white;
    }
    .buyNowButton:hover{
      background-color: #ed9c28;
      color:white;
    }
    .buyNowButton:active{
      background-color: #ed9c28;
      color:white;
    }

/*virtical erea*/
    .virticalBanner{
          margin:0;
          padding:0;
          width:275px;
          height:490px;
          border: 1px solid #eef0f5;
        }
    .virticalBanner:hover{
          border: 1px solid red;
        }
    .bottomThumbnailDiv{
          background-color: #d1dce7;
          height: 40%;
          width: 100%;
        }
    .bottomThumbnailImg{
          margin:0;
          padding:0;
          padding:12px 12px;
        }
    .bottomTextDiv {
          height: 60%;
          width: 100%;
          padding-top: 10%;
          background-color: white;
        }
    .bottomBuyNowButton{
          background-color:#ed9c28;
          color:white;
          width:145px;
          height:40px;
          line-height: 25px;
          border-radius:25px;
          font-size: 16px;
          position: relative;
          left:-10px;
          top:5px;

        }
    .bottomBuyNowButton:link{
          background-color:#ed9c28;
          color:white;
        }
    .bottomBuyNowButton:visited{
          background-color:#ed9c28;
          color:white;
        }
    .bottomBuyNowButton:hover{
          background-color:#ed9c28;
          color:white;
        }
    .bottomBuyNowButton:active{
          background-color:#ed9c28;
          color:white;
        }
    .bottomBuyNow{
          position: relative;
          top:25px;
        } 
    .bottomBuyNow2and3{
         position: relative;
         top:45px;
        }
    .virticalSpace{
          width:15px;
          height: 10px;
          float:left;
        }