/* Default Reset, Typography, Forms, etc. */
@import url("normalize.css");
@import url("main.css");

/* ==========================================================================
   Fonts 
============================================================================= */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

/* ==========================================================================
   Basic 
============================================================================= */
body{
  font-family: 'Droid Sans', sans-serif;
  background: #d7d7d7 url(../images/body-bg.jpg) center top no-repeat;
  font-size: 16px;
  color: #5f5f5f;
}
.innerContener{
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.main-title{
  color: #ba1319;
  font-weight: bold;
  padding: 5px 0;
  margin: 0;
}
.main-title img{
  margin-right: 5px;
}
.main-text{
  font-size: 14px;
  color: #989898;
  margin: 0;
  padding: 5px 0;
}
.two-of-three{
  width: 620px;
  float: left;
  margin-right: 30px;
}
.one-of-three{
  width: 310px;
  float: left;
}
.one-of-three-col{
  float: left;
  width: 300px;
  margin-left: 30px;
}
.one-of-three-col:first-child{
  margin-left: 0;
}
.nmp{
  padding: 0 !important;
  margin: 0 !important;
}
.img-text{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* ==========================================================================
   header 
============================================================================= */

/*------- top bar -------*/
.top-bar{
  background: #2d2d2d;
  padding: 3px 0;
}
.social{
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
    
}
.social li{
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.social li:hover,
.social li:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: .3;
}
.top-menu{
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
    
}
.top-menu li{
  display: inline-block;
  margin-left: 20px;
}
.top-menu li a{
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.top-menu li a:hover,
.top-menu li a:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: .3;
  text-decoration: underline;
    
}

/*------- logo -------*/
.header-box{
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE3MTcxOCIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(bottom, rgba(24,24,24,.15) 0%, rgba(255,255,255,.15) 100%);
  background-image: -o-linear-gradient(bottom, rgba(24,24,24,.15) 0%, rgba(255,255,255,.15) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(24,24,24,.15) 0%, rgba(255,255,255,.15) 100%);
  background-image: linear-gradient(bottom, rgba(24,24,24,.15) 0%, rgba(255,255,255,.15) 100%);
  height: 105px;
  overflow: hidden;
}
.logo{
  float: left;
  margin-top: 10px;
}
.logo a{
  display: block;
  width: 296px;
  height: 51px;
  background: url(../images/logo.png) 0 0 no-repeat;
  text-indent: -9999px;
}
.slogan{
  float: left;
  margin: 0;
  padding: 0;
  margin-left: 30px;
  margin-top: 30px;
  padding-left:20px;
  font-weight: normal;
  border-left: 1px solid #5f5f5f;
  
}
.call-us{
  float: right;
  margin-top: 30px;
}

.call-us h3{
  margin: 0;
  padding: 0;
  font-weight: normal; 
  color: #000; 
}
.call-us h3 img{
  margin-right: 5px;
}
.call-us h3.to-x{
  font-weight: bold;
  margin-bottom: 5px;
}
.slider-box{
  background: #2c2c2c;
  height: 374px;
  overflow: hidden;
}
nav{
  background: url(../images/nav-bg.png) 0 0 repeat-x;
  height: 70px;
  overflow: hidden;
}
.main-menu{
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu li{
  float: left;
  line-height: 70px;
  padding: 0 50px;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.main-menu li a{
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  
}
.main-menu li.active,
.main-menu li:hover,
.main-menu li:focus{
  background: #2c2c2c;
}

.block-img{
  float: left;
  margin-right: 10px;
}
.welcome-box{
  padding: 20px 0;
}
.products-box{
  background: #2c2c2c;
  padding: 20px 0;
}
.products-box .main-title{
  color: #fff;
}
.cr-link{
  float: right;
  margin-top: -40px;
}
.cr-link a{
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.cr-link a:hover,
.cr-link a:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: .3;
}
.products-list{
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 10px;
}
.products-list a{
  text-decoration: none;
  
}
.products-list li{
  float: left;
  width: 225px;
  margin-left: 20px;
  margin-bottom: 20px;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.products-list li:hover,
.products-list li:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: .8;
}
.products-list li:nth-child(4n+1){
  margin-left: 0;
}
.products-list li .product-img{
  width: 225px;
  max-width: 225px;
}
.products-list li h4{
  background: #ed1c24 url(../images/ico-prev.png) right center no-repeat;
  padding: 0;
  margin: 0;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-indent: 20px;
  font-weight: normal;
  
}
.cleints-box{
  background: #fff;
  padding: 20px 0;
}
.cleints-box .main-title{
  color: #000;
}
.cleints-list li{
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.cleints-list li:hover,
.cleints-list li:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: .8;  
}
footer{
  border-top: 20px solid #1B1B1B;
  padding: 10px 0;
}
.footer-box{
  background: #1B1B1B;
}
.top-footer{
  margin-bottom: 20px;
  overflow: hidden;
}
.footer-logo{
  float: left;
  margin-top: 10px;
}
.footer-menu{
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 50px;
  margin-top: 20px;

}
.footer-menu li{
  float: left;
  margin-left: 20px;
}
.footer-menu li a{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.footer-menu li a:hover,
.footer-menu li a:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: .3;
  text-decoration: underline;
  
}
.bottem-footer{
  clear: both;
}
.bottem-footer p{
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #fff;
}
.bottem-footer p a{
  color: #fff;
  text-decoration: none;
  padding: 0 5px;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.bottem-footer p a:hover,
.bottem-footer p a:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: .3;
  text-decoration: underline;
  
}
.copyBox{
  float: left;
}
.desBox{
  float: right;
  
}


.banner-box{
  background: #2c2c2c;
}

.inpage-box{
  background: #eceded;
  padding: 20px 0;
}
.inpage-box .main-title{
  color: #2c2c2c;
}

.food-block{
  width:870px;
  background: #2c2c2c;
  overflow: hidden;
  margin-bottom: 20px;
}
.food-block h3{
  background: url(../images/nav-bg.png) center center repeat-x;
  height: 50px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 50px;
  font-weight: normal;
  color: #fff;
  text-indent: 20px;
}
.food-img{
 margin-top: 20px;
  float: left;
  margin-left: 20px;
}
.food-img1{
 margin-top: 80px;
  float: left;
  margin-left: 20px;
}
.food-list{
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width:400px;
  margin-top: 20px;
}
.food-list li{
  padding-bottom: 9px;
  margin-bottom: 5px;
  color: #eceded;
  border-bottom: 2px solid #757575;
  font-size: 14px;
  overflow: hidden;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.food-list li:hover,
.food-list li:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: .3;
  cursor: pointer;
}
.food-list li span{
  width: 200px;
  display: block;
  float: left;
  text-align: left;
}
.food-siz,
.food-type{
  text-align: center;
  
}

/*------- contact -------*/


.map-iframe {
  margin-top: 20px;
}

.contact-form{
  margin-top: 20px;
}
.contact-form fieldset {
  margin-bottom: 10px;
}
.contact-form label {
  display: block;
  margin-bottom: 5px;
  text-align: left;
  color: #2c2c2c;
}
.contact-form input {
  display: block;
  font-size: 14px;
  font-family: 'Droid Sans', sans-serif;
  line-height: 150%;
  color: #616161;
  border: 2px solid  #d8d8d8;
  padding: 5px 10px;
  height: 30px;
  width: 276px;
}
.contact-form input:focus {
  border: 2px solid #bb131a;
}
.contact-form textarea {
  display: block;
  font-size: 14px;
  font-family: 'Droid Sans', sans-serif;
  line-height: 150%;
  color: #616161;
  border: 2px solid  #d8d8d8;
  padding: 5px 10px;
  height: 180px;
  width: 936px;
  margin-bottom: 10px;
}
.contact-form textarea:focus {
  border: 2px solid #bb131a;
}
.contact-form button {
  display: inline-block;
  color: #ffffff;
  background: #bb131a;
  float: right;
  border: 0;
  width: 200px;
  height: 50px;
  line-height: 150%;
    font-family: 'Droid Sans', sans-serif;
  letter-spacing: 1px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 22px;
  margin-bottom: 20px;
}
.contact-form button:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.50;
}
.addr-box {
  margin-top: 20px;
  overflow: hidden;
}

.addr-box {
  margin-top: 20px;
  overflow: hidden;
  padding-top: 5px;
}
.addr-box .img-bl-le {
  float: left;
  width: 30px;
  margin-right: 10px;
}
.addr-box .main-text {
  float: left;
  width: 250px;
}
.addr-box .main-text a{
  color: #989898;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.addr-box .main-text a:hover,
.addr-box .main-text a:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: .5;
}
.a-l{
  margin-bottom: 10px;
    font-family: 'Droid Sans', sans-serif;
  
}