/** Your theme modifications here **/
  @font-face {
      font-family: 'Grand Hotel';
      font-style: normal;
      font-weight: 400;
      src: local('Grand Hotel'), local('GrandHotel-Regular'), url(https://fonts.gstatic.com/s/grandhotel/v5/NrGQkrs9rbHm5EYx0Eil0iYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
      unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
    }
    /* latin */
    @font-face {
      font-family: 'Grand Hotel';
      font-style: normal;
      font-weight: 400;
      src: local('Grand Hotel'), local('GrandHotel-Regular'), url(https://fonts.gstatic.com/s/grandhotel/v5/NrGQkrs9rbHm5EYx0Eil0o4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
    }
.grand-title
{font-family:"Grand Hotel",cursive;font-weight:500;color:#000;margin:0;font-size:3em;padding:0;border-left:none;line-height:80px}
.grand-title-sm
{font-family:"Grand Hotel",cursive;font-weight:500;color:#CA0000;margin:0;font-size:1.5em;padding:0;border-left:none;line-height:30px}
.banner-image{min-width:1280px}
.m-b-0{margin-bottom:0!important}
.m-l-0{margin-left:0!important}
.m-t-0{margin-top:0}
.m-t-5{margin-top:5px}
.m-t-10,.m-t-15{margin-top:10px}
.m-r-5{margin-right:5px}.m-r-10,.m-r-15{margin-right:10px}.m-b-5{margin-bottom:5px}.m-b-10,.m-b-15{margin-bottom:10px}.m-l-5{margin-left:5px}.m-l-10,
.m-l-15{margin-left:10px}.m-l-15-imp{margin-left:15px!important}.m-t-20{margin-top:20px}.m-r-20{margin-right:20px}.m-b-20{margin-bottom:20px}.m-l-20{margin-left:20px}.m-t-30{margin-top:30px}.m-r-30{margin-right:30px}
.m-b-30{margin-bottom:30px}.m-l-30{margin-left:30px}.m-t-50{margin-top:50px}.m-r-50{margin-right:50px}.m-b-50{margin-bottom:50px}.m-l-50{margin-left:50px}.m-top-bottom{margin:1em 0}.m-b-one{margin-bottom:1em}
.m-b-half{margin-bottom:.5em}
.p-t-5{padding-top:5px}.p-r-5{padding-right:5px}.p-b-5{padding-bottom:5px}.p-l-5{padding-left:5px}.p-t-10{padding-top:10px}.p-r-10{padding-right:10px}
.p-b-10{padding-bottom:10px}.p-b-20{padding-bottom:20px}.p-l-10{padding-left:10px}.p-20{padding:20px}.left-0{left:0!important}
.l-padding-2{padding-left:2px!important}.r-padding-2{padding-right:2px!important}.text-dblack{color:#444}.textDblack{color:#444!important}.b-r-3{border-radius:3px}.ie-mask-layer{display:none}

.img-disp {
    text-decoration: none;
    display: block;
    width: 300px;
    height: 300px;
   margin: 10px 3px 3px 10px;
   float:center;
}
.round {
  
   width:auto;
   border: 1px solid lightgrey;
    border-radius: 10px;
}
.buy-nowGren {
  font-weight: normal;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  padding: 6px 60px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;  
  color: #ffffff;
  background-color: #4fbfa8;
  border-color: #41b39c;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.buy-nowGrey {
    background: #999 none repeat scroll 0% 0%;
    padding: 0px 120px;
    font-size: 17px;
    color: #FFF;
    border-radius: 5px;
    float: right;
    
}
.img-mnu {
    
    display: block;
    width: 150px;
    height: 150px;
   margin: 1px 3px 3px 1px;
   float:top;
}
.img-car {
    
    display: block;
    width: 40px;
    height: 40px;
   margin: 1px 1px 1px 1px;
   float:center;
}
.news {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 16px;
	padding:2;
}
.newsH {
	font-family: "Arial";
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	padding:2;
	color:#CA0000;
}

imgz {
    max-width: 100%;
    display: block;
}

.thumbnailz {
	position: absolute;
    top: 50%;
    left: 50%;
    
    width: 320px;
    height: 320px;
    
    -webkit-transform: translate(-50%,-50%); /* Safari and Chrome */
    -moz-transform: translate(-50%,-50%); /* Firefox */
    -ms-transform: translate(-50%,-50%); /* IE 9 */
    -o-transform: translate(-50%,-50%); /* Opera */
    transform: translate(-50%,-50%);
}

.imagez {
    width: 100%;
    height: 100%;    
}

.imagez imgz {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;
}

.imagez:hover img {
    -webkit-transform:scale(1.50); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.hoverly-item a {
line-height: 200px;

}

.hoverly-item a i {
    font-size: 20px;
    background: #0AA708;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 35px;
    border: 3px solid transparent;
    transition: all .4s ease-in;
}

.hoverly-item a i:hover {
    border: 3px solid #f82e56;
    background: #fff;
    color: #F9B412;
    transition: all .4s ease-in;
}
.product_view .modal-dialog{max-width: 450px; width: 90%;}
