.ttl {
    height: 25px;
    text-align: left;
    color: white;
    line-height: 25px;
    position: absolute;
    top: 6px;
    width: 280px;
    left: 15px;
    font-family: Arial;
    font-size: 14px;
    padding: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
    overflow: hidden;
}
.shortDesc {
    /*! padding: 8px; */
    font-family: arial;
    font-size: 10px;
    position: absolute;
    top: 85px;
    left: 17px;
    /* background-color: aquamarine; */
    width: 140px;
    color: #353434;
    font-weight: normal;
    height: 130px;
    overflow: hidden;
    line-height: 12px;
}
.shortDesc p{
    padding: 0px;
    font-weight: normal;
    color: #353434 !important;
}
.email {
    position: absolute;
    right: 30px;
    top: 245px;
    cursor: pointer;
}
.twit {
    position: absolute;
    right: 70px;
    top: 245px;
    cursor: pointer;
}
.fb {
    position: absolute;
    right: 115px;
    top: 245px;
    cursor: pointer;
}
.readmore{
  width: 100px;
  height: 30px;
  background-color: #00AEEF;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial;
  position: absolute;
  right:5px;
  font-size: 12px;
  top:5px;
  text-decoration:none;
}

.price {
    /*! padding-left: 6px; */
    /*! padding-top: 6px; */
    font-size: 16px; font-family:Arial;font-weight: normal;
    color: black;

}
.price strong{color:#434535;text-transform: uppercase; font-size: 15px; font-family:Arial;font-weight: normal;}
.copy {
    text-transform: capitalize;
    padding-left: 6px;
    margin-top: 3px;
}
.copy  strong{color:white;text-transform: uppercase; font-size: 13px; font-family:Arial;}
.cp{
  /*! background-color: #8dc63f; */
display: inline-block;
position: relative;
top: 130px;
left: 0;
height: 240px;
width: 280px;
  border-top: 1px solid white;
}
.tn{
    /*width: 139px;
    height: 138px;
    position: absolute;
    left: 166px;
    top: 42px;
    display: inline-block;
    overflow: hidden;
    text-align: center;*/
    width: 145px;
    height: 145px;
    position: absolute;
    left: 178px;
    top: 46px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}
.tn img{
  display: inline;
width: 100%;
height: 100%;
}
.cl{
  /*background-color: orange;*/
position: relative;
height: 286px;
width: 340px;
max-width: 340px;
margin-bottom: 10px;
/*! box-shadow: 0px 2px 2px rgba(0,0,0,0.5); */
/*! border: 1px solid white; */
  display: inline-block;
  /*! margin-right: 10px; */
  /*! cursor: pointer; */
  background-image: url(images/cl_bcg.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
#prc {
    position: absolute;
    top: 47px;
    left: 20px;
    font-family: Arial;
    font-size: 20px;
    width: 100%;
    font-weight: bold;
}
.enquire {
    position: absolute;
    width: 102px;
    height: 38px;
    left: 34px;
    bottom: 12px;
    cursor: pointer;
}
.share {
    position: absolute;
    width: 102px;
    height: 38px;
    left: 34px;
    bottom: 52px;
    cursor: pointer;
}
.fb img, .twit img, .email img{
  width: 40px;
}
.share img, .enquire img {
  width: 120px;
}

/* MEDIA OVERRIDES */
/* ----------- iPhone 4 and 4S ----------- */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
  .tn{width: 139px; height: 138px; position: absolute; left: 166px; top: 42px; display: inline-block; overflow: hidden; text-align: center; }
  .cl{/*background-color: orange;*/ position: relative; height: 286px; width: 320px; max-width: 320px; margin-bottom: 10px; display: inline-block; background-image: url(images/cl_bcg.png); background-size: 100%; background-repeat: no-repeat; }
  .enquire {position: absolute; width: 102px; height: 38px; left: 34px; bottom: 22px; cursor: pointer; }
  .share {position: absolute; width: 102px; height: 38px; left: 34px; bottom: 52px; cursor: pointer; }
}

/* ----------- iPhone 5 and 5S ----------- */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {
  .tn{width: 139px; height: 138px; position: absolute; left: 166px; top: 42px; display: inline-block; overflow: hidden; text-align: center; }
  .cl{/*background-color: orange;*/ position: relative; height: 286px; width: 320px; max-width: 320px; margin-bottom: 10px; display: inline-block; background-image: url(images/cl_bcg.png); background-size: 100%; background-repeat: no-repeat; }
  .enquire {position: absolute; width: 102px; height: 38px; left: 34px; bottom: 22px; cursor: pointer; }
  .share {position: absolute; width: 102px; height: 38px; left: 34px; bottom: 52px; cursor: pointer; }
}

/* ----------- iPhone 6 ----------- */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2) { 
  .tn{width: 139px; height: 138px; position: absolute; left: 166px; top: 42px; display: inline-block; overflow: hidden; text-align: center; }
  .cl{/*background-color: orange;*/ position: relative; height: 286px; width: 320px; max-width: 320px; margin-bottom: 10px; display: inline-block; background-image: url(images/cl_bcg.png); background-size: 100%; background-repeat: no-repeat; }
  .enquire {position: absolute; width: 102px; height: 38px; left: 34px; bottom: 22px; cursor: pointer; }
  .share {position: absolute; width: 102px; height: 38px; left: 34px; bottom: 52px; cursor: pointer; }
}

/* ----------- iPhone 6+ ----------- */
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (-webkit-min-device-pixel-ratio: 3) { 
  .tn{width: 139px; height: 138px; position: absolute; left: 166px; top: 42px; display: inline-block; overflow: hidden; text-align: center; }
  .cl{/*background-color: orange;*/ position: relative; height: 286px; width: 320px; max-width: 320px; margin-bottom: 10px; display: inline-block; background-image: url(images/cl_bcg.png); background-size: 100%; background-repeat: no-repeat; }
  .enquire {position: absolute; width: 102px; height: 38px; left: 34px; bottom: 22px; cursor: pointer; }
  .share {position: absolute; width: 102px; height: 38px; left: 34px; bottom: 52px; cursor: pointer; }
}

/* ----------- Galaxy S3 ----------- */
@media screen 
and (device-width: 320px) 
and (device-height: 640px) 
and (-webkit-device-pixel-ratio: 2) {
  .tn{width: 139px; height: 138px; position: absolute; left: 166px; top: 42px; display: inline-block; overflow: hidden; text-align: center; }
  .cl{/*background-color: orange;*/ position: relative; height: 286px; width: 320px; max-width: 320px; margin-bottom: 10px; display: inline-block; background-image: url(images/cl_bcg.png); background-size: 100%; background-repeat: no-repeat; }
  .enquire {position: absolute; width: 102px; height: 38px; left: 34px; bottom: 22px; cursor: pointer; }
  .share {position: absolute; width: 102px; height: 38px; left: 34px; bottom: 52px; cursor: pointer; }
}

/* ----------- Galaxy S4 ----------- */
@media screen 
and (device-width: 320px) 
and (device-height: 640px) 
and (-webkit-device-pixel-ratio: 3) {
  .tn{width: 139px; height: 138px; position: absolute; left: 166px; top: 42px; display: inline-block; overflow: hidden; text-align: center; }
  .cl{/*background-color: orange;*/ position: relative; height: 286px; width: 320px; max-width: 320px; margin-bottom: 10px; display: inline-block; background-image: url(images/cl_bcg.png); background-size: 100%; background-repeat: no-repeat; }
  .enquire {position: absolute; width: 102px; height: 38px; left: 34px; bottom: 22px; cursor: pointer; }
  .share {position: absolute; width: 102px; height: 38px; left: 34px; bottom: 52px; cursor: pointer; }
}

/* ----------- Galaxy S5 ----------- */
@media screen 
and (device-width: 360px) 
and (device-height: 640px) 
and (-webkit-device-pixel-ratio: 3) {
  .tn{width: 139px; height: 138px; position: absolute; left: 166px; top: 42px; display: inline-block; overflow: hidden; text-align: center; }
  .cl{/*background-color: orange;*/ position: relative; height: 286px; width: 320px; max-width: 320px; margin-bottom: 10px; display: inline-block; background-image: url(images/cl_bcg.png); background-size: 100%; background-repeat: no-repeat; }
  .enquire {position: absolute; width: 102px; height: 38px; left: 34px; bottom: 22px; cursor: pointer; }
  .share {position: absolute; width: 102px; height: 38px; left: 34px; bottom: 52px; cursor: pointer; }
}

/* ----------- HTC One ----------- */
@media screen 
and (device-width: 360px) 
and (device-height: 640px) 
and (-webkit-device-pixel-ratio: 3) {
  .tn{width: 139px; height: 138px; position: absolute; left: 166px; top: 42px; display: inline-block; overflow: hidden; text-align: center; }
  .cl{/*background-color: orange;*/ position: relative; height: 286px; width: 320px; max-width: 320px; margin-bottom: 10px; display: inline-block; background-image: url(images/cl_bcg.png); background-size: 100%; background-repeat: no-repeat; }
  .enquire {position: absolute; width: 102px; height: 38px; left: 34px; bottom: 22px; cursor: pointer; }
  .share {position: absolute; width: 102px; height: 38px; left: 34px; bottom: 52px; cursor: pointer; }
}