

/* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}*/

.item1 {
  position: relative;
  border:1px solid #DADADA;
  overflow: hidden;
  padding:2%
 
}
.item1 img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item1:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.inner {
  transition: box-shadow .3s;
  margin: 0px 0px 0px 27px;
  border: 1px solid #ccc;
  background: #fff;
  float: left;
  
}
.inner:hover {
  box-shadow: 0 0 15px rgba(33,33,33,.5); 
}
.grad {
    background: url(../imagesn/btn_enq.png) repeat-x;
}
.enqury_btn {
    display: inline;
    background: #f2f5ff;
    font-weight: normal;
    border: 1px #b1def2 solid;
    float: left;
    padding: 5px;
    margin-right: 10px;
	 background: orange;
}
.enqury_btn a {
    color: #0055AA;
    text-decoration: underline;
    background: url(../imagesn/enqry_icon.png) no-repeat left;
    padding: 9px 15px 10px 23px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}
.size{padding:10px 0px 10px 0px}
.fontt{font-size:14px;text-align:center;margin:0px 0px 0px 0px}

.tmenu li1 {
    display: block;
    position: relative;
    float: left;
}
.tmenu li1 a {
    text-decoration: none;
    color: #000;
    padding: 5px 23px 5px 25px;
    white-space: nowrap;
    line-height: 30px;
}
.tmenu li1 a {
    font-weight: normal;
}
.tmenu ul li1 a, .tmenu li ul:hover {
    color: #CC0000;
}

/*.btnSearch {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#ededed));
    background: -webkit-linear-gradient(top, #ededed, #FFF);
    background: -moz-linear-gradient(top, #ededed, #FFF);
    background: -ms-linear-gradient(top, #ededed, #FFF);
    background: -o-linear-gradient(top, #ededed, #FFF);
    color: #EF3F0B;
    font-weight: normal;
    border: none;
    width: 75px;
    height: 33px;
    cursor: pointer;
    border-left: 1px solid #4285F4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    margin-top: 0px;
    line-height:normal;
}*/
/*.postRequest a {
   
    color: #EF3F0B;
    font: normal 13px arial;

    text-decoration: none;
    cursor: pointer;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#ededed));
    background: -webkit-linear-gradient(top, #ededed, #FFF);
    background: -moz-linear-gradient(top, #ededed, #FFF);
    background: -ms-linear-gradient(top, #ededed, #FFF);
    background: -o-linear-gradient(top, #ededed, #FFF);

}*/
/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {}
@media all and (max-width : 330px) {}
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width:1440px) {
}
@media only screen and (max-width:1200px) {}
/* Medium Devices, Desktops */
@media only screen and (max-width:992px) { }

/* Small Devices, Tablets */
@media only screen and (max-width:768px) {}
@media only screen and (max-width:480px) 
{
	.inner {transition: box-shadow .3s;margin: 0px 0px 0px 4px;border: 1px solid #ccc;background: #fff;float: left;}
	
	}

/* Custom, iPhone Retina */
@media only screen and (max-width:320px) 
{
	.inner
	 {
	 	transition: box-shadow .3s;margin: 0px 0px 0px 4px;border: 1px solid #ccc;background: #fff;float: left;
	 	}
    
                                          
                                          
                                          
                                          
                                          }





















