
  @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

  body {
    background: #ffffff;
    font-family: "Myriad W01 Regular", "Open Sans", Arial, sans-serif;
    overflow-x: hidden;
  }

	* {
    -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -o-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    transition: width 1s ease-in-out, left 1.5s ease-in-out;
	}

  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: 50px;
  }

  h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #555555;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #ce3232;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #d1d1d1;
  }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title h4 {
    color: #bfbdbd;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
  }

  .overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  section {
    position: relative;
    padding: 60px 0 10px 0;
  }

  #team, 
  #menu,
  #testimonial {
    text-align: center;
  }

  .about-image img,
  .team-thumb img {
    width: 100%;
  }
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    border-radius: 0;
    border: 0;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 8px 20px;
    transition: 0.3s 0.1s;
	font-family: 'Open Sans', sans-serif; font-weight:400; font-style:normal;
	background:#494949;
  }
@media (min-width: 768px) {  .section-btn{padding: 8px 20px; font-size: 13.px;}}
@media (min-width: 992px) {  .section-btn{padding: 13px 20px; font-size: 13.5px;}}
@media (min-width: 1200px) {  .section-btn{padding: 13px 20px; font-size: 14px;}}


  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 0px 0;
	background-color:#494949;
  }

  .custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
  }

  .custom-navbar .navbar-brand span {
    color: #ce3232;
  }

  .top-nav-collapse {
    background: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: -1em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn {
    display: inline-block;
    margin: 0.2em 0 0 1em;
  }
  @media (min-width: 768px) {  .custom-navbar .navbar-nav.navbar-right .section-btn {margin: 0.2em 1em 0 1em;}}

  .custom-navbar .navbar-nav.navbar-right .section-btn:hover {
    background: #292929;
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:focus {
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn a {
    padding: 10px 25px;
  }

  .custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
  }

  .custom-navbar .nav li a {
	  font-size: 13px;
    color: #ffffff;
	font-family: 'Open Sans', sans-serif; font-weight:400; font-style:normal;}
	
  .custom-navbar .nav li a:hover {
    background: transparent;
    color: #d1d1d1;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

@media (min-width: 768px) {  .custom-navbar .navbar-nav > li > a{padding: 11px 15px; font-size: 13px; }}
@media (min-width: 992px) {  .custom-navbar .navbar-nav > li > a{padding: 15px 15px; font-size: 12.5px;}}
@media (min-width: 1200px) {  .custom-navbar .navbar-nav > li > a{padding: 15px 20px; font-size: 13px;}}


  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #df2027;
  }
@media (min-width: 768px) {  .custom-navbar .nav li.active > a{color: #d3cbc2;}}

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }

  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
    }

    .custom-navbar.top-nav-collapse {
      background: #555;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 0px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #fff;
    }

    .top-nav-collapse .nav li a {
      color: #fff;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }
  }



  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
    padding-bottom: 30px;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
  }

  @media (min-width: 768px) {
    .slider .col-md-8 {
      padding-left: 0;
    }
  }

  .slider .owl-dots {
    position: absolute;
    top: 53%;
    right: 2em;
    justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot {
    display: block;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 7px 10px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
    padding: 4em 0 0 2em;
  }

  .slider .item {width: 400px; height:345px; margin:auto; text-align:center; position :relative;}
	@media (min-width: 768px) {.slider .item {width: 750px; height:487px; }}
	@media (min-width: 992px) {.slider .item {width: 950px; height:617px; }}
	@media (min-width: 1200px) {.slider .item {width: 1028px; height:668px; }}
	
	
	.item1 {width:100%; height:300px; position :relative;}
	@media (min-width: 768px) {  .item1 {width:99.4%; height:380px;}}
	
	.item2 {width:100%; height:300px; position :relative;}
	@media (min-width: 768px) {  .item2 {width:99.4%; height:380px;}}




  .slider .item-first {
    background-image: url(../images/slider-imagekabab.png);
  }

  .slider .item-second {
    background-image: url(../images/slider-image2.jpg);
  }

  .slider .item-third {
    background-image: url(../images/slider-image3.jpg);
  }
  
    .slider .item-forth {margin:auto; text-align:center; width:400px; height:378px; background-image: url(../images/offerh.png); background-size: 400px 378px; background-repeat: no-repeat; margin-top:60px; transition: 0.5s; transition-property: all; transition-duration: 0.5s; transition-timing-function: ease; transition-delay: 0s;}
	@media (min-width: 768px) {.slider .item-forth{width:500px; height:473px; background-size: 500px 473px; margin-top:40px; }}
	@media (min-width: 992px) {.slider .item-forth{width:1000px; height:375px; background-image: url(../images/offer.png); background-size: 1000px 375px; margin-top:5px; }}
	@media (min-width: 1200px) {.slider .item-forth{width:1000px; height:375px; background-image: url(../images/offer.png); background-size: 1000px 375px; margin-top:5px; }}
	
	.slider .item-forth:hover {transform: scale(1.02); }
	
	.slider .item-fifth { width: 100%; height:400px; margin:auto;  text-align:center; margin-top:20px; padding:0px; z-index:2; transition: 0.5s; transition-property: all; transition-duration: 0.5s; transition-timing-function: ease; transition-delay: 0s; }
	@media (min-width: 768px) { .slider .item-fifth {width: 750px; height:474px; margin:auto; margin-top:20px; }}
	@media (min-width: 992px) { .slider .item-fifth {width: 950px; height:601px; margin-top:20px;  }}
	@media (min-width: 1200px) { .slider .item-fifth {width: 1028px; height:650px; margin-top:50px; }}
	
	.slider .item-fifth:hover {transform: scale(1.02); }
	
	.containerscr{z-index:1; width:100%; height:320px; overflow:hidden;  background-size: 989px 370px; background-position:center bottom; background-repeat: no-repeat; animation: 1s ease-out 0s 1 slideInFromLeft;}
	@media (min-width: 768px) { .containerscr {height:500px; background-size: 1337px 500px; }}
	@media (min-width: 992px) { .containerscr {height:620px; background-size: 1658px 620px; }}
	@media (min-width: 1200px) { .containerscr {height:710px; background-size: 1920px 718px; }}
	
	 				@keyframes slideInFromLeft {
  0% {
    transform: translateX(-10%);
	opacity:0;
  }
  50% {
    transform: translateX(-2%);
	opacity:0.5;
  }
  100% {
    transform: translateX(0%);
	opacity:1;
  }
}
	 
	 .slider .item-sixth { height: 750px; margin-top:50px; background-image: url(../images/slider-imagebreaded.png); background-position: center top; background-repeat: no-repeat; background-size: 1028px 668px;  }


	.redlandingbg{text-align:center; margin:auto; max-width:100%; height:270px; background-size:cover; background-repeat: no-repeat; background-color:#fff; overflow:hidden }
	@media (min-width: 768px) {  .redlandingbg {height:500px;}}
	@media (min-width: 992px) {  .redlandingbg {height:620px;}}
	@media (min-width: 1200px) {  .redlandingbg {height:700px;}}
	
	.categoriescontainer1{position: relative; margin:auto;  width:100%; height:350px; overflow:hidden; background:linear-gradient(175deg, rgba(254,254,254,1) 0%, rgba(247,246,245,1) 35%, rgba(233,233,235,1) 100%); background-size: 910px 355px; background-position:50% 50%; background-repeat: no-repeat; animation: 1s ease-out 0s 1 slideInFromLeft;}
	@media (min-width: 768px) {  .categoriescontainer1 {width:99.4%; margin-left:0; height:365px; background-size: 910px 355px; }}
	@media (min-width: 992px) {  .categoriescontainer1 {width:99.4%; margin-left:0; height:410px; background-size: 1000px 400px; }}
	
	.categoriescontainer2{position: relative; margin:auto; width:100%; height:370px; overflow:hidden; background:linear-gradient(175deg, rgba(254,254,254,1) 0%, rgba(247,246,245,1) 35%, rgba(233,233,235,1) 100%); background-size: 910px 355px; background-position:50% 50%; background-repeat: no-repeat; animation: 1s ease-out 0s 1 slideInFromLeft;}
	@media (min-width: 768px) {  .categoriescontainer2 {width:99.4%; margin-right:0; margin-left:auto; height:365px; background-size: 910px 355px; }}
	@media (min-width: 992px) {  .categoriescontainer2 {width:99.4%; margin-right:0; margin-left:auto; height:410px; background-size: 1000px 400px; }}

	.categoriescontainer1img{transition-property: all; transition-duration: 0.5s; transition-timing-function: ease; transition-delay: 0s; margin:auto;  width:100%; height:304px; background-image: url(../images/category-breaded.png); background-size: 461px 350px; background-position: center top; background-repeat: no-repeat; }
	@media (min-width: 768px) {  .categoriescontainer1img {margin-right:20px; width:480px; height:365px; background-size: 480px 365px; background-position: right top;}}
	@media (min-width: 992px) {  .categoriescontainer1img {margin-right:20px; width:526px; height:400px; background-size: 526px 400px; background-position: right top;}}
	.categoriescontainer1img:hover {transform: scale(1.03); }
		
	.categoriescontainer2img{	transition: 0.5s; transition-property: all; transition-duration: 0.5s; transition-timing-function: ease; transition-delay: 0s; margin:auto;  width:100%; height:350px; background-image: url(../images/category-deline.png); background-size: 461px 350px; background-position: center top; background-repeat: no-repeat; }
	@media (min-width: 768px) {  .categoriescontainer2img {margin-left:10px; width:480px; height:365px; background-size: 480px 365px; background-position: left top;}}
	@media (min-width: 992px) {  .categoriescontainer2img {margin-left:10px; width:526px; height:400px; background-size: 526px 400px; background-position: left top;}}
	.categoriescontainer2img:hover {transform: scale(1.03); }


  .item-fifth-thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer;
	text-align:center; 
	margin:auto;
  }


  .item-fifth-thumb .item-fifth-hover {font-size:13px; transition-property: all; transition-duration: 0.5s; transition-timing-function: ease; transition-delay: 0s; position: absolute; font-family: 'Open Sans', sans-serif; font-weight:400; font-style:normal; top: 0; right: 0; bottom: 0; left:0; width:80px; height: 40px;  text-align: center;  opacity: 0; transform: translateY(100%); transition: 0.5s 0.2s; margin-left:auto; padding-right:5px; margin-right:7%; margin-top:7%;}
	@media (min-width: 768px) {  .item-fifth-thumb .item-fifth-hover {font-size:13.5px; margin-right:20%; margin-top:10%;}}
  .item-fifth-thumb:hover .item-fifth-hover {
    opacity: 1;
    transition-delay: 0.1s;
    transform: translateY(0);
  }

  .item-fifth-thumb .item-fifth-hover a:hover {
	color:#df2027;
	padding-left:10px;
  }
  
  .item-fifth-thumb .item-fifth-hover a {
	color:#494949;
  }

  .item-fifth-thumb .item-fifth-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .item-fifth-info {
    padding: 10px 30px 20px 30px;
  }

  .item-fifth-item h4 {
    color: #fff;
	padding: 20px;
	font-family: 'Open Sans', sans-serif; font-weight:600; font-style:normal;
	font-size:14px
  }

  .slider .item-second .section-btn {
    background: #292929;
  }

  .slider .item-second .section-btn:hover {
    background: #ffffff;
  }

  .slider .item-third .section-btn {
    background: transparent;
    border: 1px solid #ffffff;
  }

  .slider .item-third .section-btn:hover,
  .slider .item-third .section-btn:focus {
    background: #ce3232;
    border-color: transparent;
    color: #ffffff;
  }




  /*---------------------------------------
     MENU              
  -----------------------------------------*/

  #menu {
    padding-bottom: 0;
	
  }

  #menu .container {
    width: 100%;
	padding:0px;

  }

  #menu .col-md-4 {
    margin: 0;
    padding: 0;

  }

  .menu-thumb img {
    width: 100%;
    transition: 0.5s;
  }

  .menu-overlay {
    padding:3px;
	overflow:hidden; 
	text-align:center; margin:auto;
  }


  .menu-thumb:hover img {
    transform: scale(1.03);
  }

  #menu .menu-thumb {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 100%;

  }

  .menu-thumb .menu-info {
    position: absolute;
    top: 75%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding: 12px 20px 15px 20px;
    transition: 0.5s 0.2s;
  }

  .menu-info .menu-item {
    float: left;
  }

  .menu-info .menu-price {
    float: right;
  }

  .menu-info .menu-price span {
    font-size: 18px;

    line-height: normal;
    display: block;
    margin-top: 10px;
  }

  .menu-thumb .menu-info h3,
  .menu-thumb .menu-info p,
  .menu-thumb .menu-info span {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #df2027;
    z-index: 2;
    position: relative;
  }

  .menu-thumb .menu-info h3 {
    margin-top: 0;
	font-family: 'Open Sans', sans-serif; font-weight:600; font-style:italic;
	font-size: 14.5px;
	line-height:140%;
  }

  .menu-thumb .menu-info p {
    color: #494949;
    text-transform: uppercase;
    font-size: 10px;
	font-family: 'Open Sans', sans-serif; font-weight:800; font-style:normal;
    letter-spacing: 0px;
	line-height:140%;
  }

  .menu-thumb:hover .menu-info h3,
  .menu-thumb:hover .menu-info p,
  .menu-thumb:hover .menu-info span {
    transform: translateY(0px);
    opacity: 1;
  }

  .menu-thumb:hover .menu-info {
    background: rgba(250,250,250,0.8);
  }



  /*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

  #testimonial {
    background: url('../images/testimonial-bg.jpg') center center no-repeat;
    background-size: cover;
  }

  #testimonial .owl-dots {
    position: relative;
    top: 0;
    right: 0;
    justify-content: center;
  }

  #testimonial .owl-theme .owl-dots .owl-dot,
  #testimonial .owl-theme .owl-dots .owl-dot span {
    display: inline-block;
  }

  #testimonial .owl-theme .owl-dots .owl-dot span {
    margin: 20px 5px;
  }

  #testimonial h2 {
    color: #ffffff;
  }

  #testimonial p,
  .tst-author h4,
  .tst-author span {
    display: inline;
  }

  #testimonial p {
    color: #d9d9d9;
    font-size: 20px;
    line-height: 35px;
  }

  .tst-author {
    margin-top: 20px;
  }

  .tst-author h4,
  .tst-author span {
    color: #b2b2b2;
  }

  .tst-author span {
    margin-left: 5px;
  }



  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact .section-title {
    padding-bottom: 0;
  }

  #contact .text-success,
  #contact .text-danger {
    display: none;
  }

  #contact .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }

  #contact .form-control:hover,
  #contact .form-control:focus {
    border-bottom-color: #c9c9c9;
  }

  #contact input {
    height: 55px;
  }

  #contact button#cf-submit {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
  }

  #contact button#cf-submit:hover {
    background: #292929;
    color: #ffffff;
  }



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    border-top: 1px solid rgba(0,0,0,0.05);
    /*padding: 120px 0;*/
    /*padding-bottom: 80px;*/
  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #909090;
  }

  footer strong {
    color: #d9d9d9;
  }

  footer address p {
    margin-bottom: 0;
  }

  .footer-info,
  footer .social-icon {
    margin-top: 20px;
  }

  .footer-open-hour {
    background: #ce3232;
    background: url('../images/footer-open-hour-bg.jpg') center center no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: 0;
    padding: 40px 0 40px 80px;
    overflow: hidden;
    position: relative;
    z-index: 22;
    right: 20px;
    bottom: 20px;
  }

  .footer-open-hour::after {
    background: rgba(29,29,29,0.85);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2222;
  }

  .footer-open-hour h2 {
    color: #ffffff;
  }

  .footer-open-hour p {
    color: #d9d9d9;
  }

  .footer-open-hour strong {
    color: #f9f9f9;
  }



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #ce3232;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    background: #ce3232;
    color: #ffffff;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }


  @media only screen and (max-width: 1200px) {
    .about-info {
      padding-right: 0;
    }

    .about-image {
      position: relative;
    }
  }


  @media only screen and (max-width: 992px) {
    section {
      padding: 10px 0;
    }


    .custom-navbar .section-btn {
      margin-left: 1em;
    }

    .slider .item {
      background-position: center;
    }

    .about-info {
      padding: 0;
    }

    .team-info {
      margin-bottom: 50px;
    }

    #menu .menu-thumb {
      width: 103%;
    }

    #testimonial {
      background-position: 50% 0 !important;
    }

    #google-map,
    .footer-info {
      margin-bottom: 50px;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
	  padding-bottom:0px;
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }


    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .custom-navbar .navbar-nav.navbar-right .section-btn {
      display: block !important;
      width: 35%;
      margin: 10px auto 10px auto;
      padding: 10px;
	  border-radius:4px; 
    }

    .custom-navbar .section-btn a {
      color: #ffffff !important;
    }

    .slider .caption {
      padding: 0;
    }

    .menu-thumb .menu-info {
      top: 80%;
    }

    /*footer {*/
    /*  padding: 60px 0;*/
    /*  padding-bottom: 60px;*/
    /*}*/

    .footer-open-hour {
      right: 0;
      bottom: 0;
      margin-top: 30px;
    }
  }


  @media only screen and (max-width: 580px) {
    h1 {
      font-size: 2.1em;
    }

    h2 {
      font-size: 1.8em;
    }

    .menu-thumb .menu-info {
      top: 70%;
    }
  }

.logo-header{width:220px; height:48px; vertical-align:top; margin:auto; text-align:center; background-size: 220px 48px; background-image: url('../images/logo-headerm.png'); background-repeat: no-repeat;}
@media (min-width: 768px) {.logo-header{width:200px; height:46px; margin-left:-12px; background-size: 200px 46px; background-image: url('../images/logo-headerm.png'); background-repeat: no-repeat;}}
@media (min-width: 992px) {  .logo-header{width:300px; height:53px; margin-left:-22px; background-size: 300px 53px; background-image: url('../images/logo-header.png'); background-repeat: no-repeat;}}
@media (min-width: 1200px) {  .logo-header{width:300px; height:53px; margin-left:-20px; background-size: 300px 53px; background-image: url('../images/logo-header.png'); background-repeat: no-repeat;}}

.navbar-brand {padding:0px !important; height: 44px !important}
@media (min-width: 768px) {  .navbar-brand{padding-top:0px !important; padding-bottom:0px}}

	.formobile{font-family: 'Open Sans', sans-serif; font-weight:400; font-style:normal;font-size: 1.2em;  }
	@media (min-width: 768px) {  .formobile{display:none}}
	.formobile a {text-decoration:none !important; }
	.formobile a:hover {text-decoration:none !important;}
	
	.container2 {width:100%}
	@media (min-width: 768px) { .container2{width:100%}}
	@media (min-width: 992px) { .container2{width:100%}}
	@media (min-width: 1200px) { .container2{width:1170px; margin:auto; text-align:center}}
	
	.redline {width:100%; height:2px; background-color:#fff}
	@media (min-width: 768px) { .redline{height:1px; background-color:#df2027}}
	@media (min-width: 992px) { .redline{height:3px; }}
	@media (min-width: 1200px) { .redline{height:3px}}
	
	.whiteline {width:100%; height:0px; background-color:#fff}
	@media (min-width: 768px) { .whiteline{height:4px}}
	@media (min-width: 992px) { .whiteline{height:5px}}
	@media (min-width: 1200px) { .whiteline{height:6px}}
	
	.navbar {min-height:40px}
	@media (min-width: 768px) { .navbar{min-height:40px}}
	@media (min-width: 992px) { .navbar{min-height:50px}}
	
	.smartcookingbanner {transition: 0.5s; transition-property: all; transition-duration: 0.5s; transition-timing-function: ease; transition-delay: 0s; width:100%; height:450px; text-align:center; margin:auto; background-position: center 30%; background-size: 800px 360px; /*background-image: url('../images/smartcookingbanner.png');*/ background-repeat: no-repeat;}
	@media (min-width: 768px) { .smartcookingbanner{width:700px; height:490px; background-position: center bottom; background-size: 1100px 480px;}}
	@media (min-width: 992px) { .smartcookingbanner{width:900px; height:480px; background-position: center bottom; }}
	@media (min-width: 1200px) { .smartcookingbanner{width:1100px; height:480px; background-position: center bottom;  }}
	
	
	.sclogo {transition: 0.5s; transition-property: all; transition-duration: 0.2s; transition-timing-function: ease; transition-delay: 0s; width:100%; height:142px; background-size: 150px 142px; text-align:center;  margin:30px auto; background-position: center top; background-image: url('../images/sclogo.png'); background-repeat: no-repeat;}
	@media (min-width: 768px) { .sclogo{width:168px; height:159px; background-position: center top; background-size: 168px 159px; }}

	.sclogo:hover {cursor:pointer; transform: scale(1.02); }
	
	
	
	.smartcookingbannertext {max-width:90%; text-align:center; padding-top:30px; margin:auto; font-family: 'Open Sans', sans-serif; font-weight:800; font-style:normal; font-size: 18px; line-height:120%; color:#fff}
	@media (min-width: 768px) { .smartcookingbannertext{max-width:520px; font-size: 24px; padding-top:40px;}}
	
	.smartcookingbannertext2 {text-align:center; padding-top:0px; margin:auto; font-family: 'Open Sans', sans-serif; font-weight:800; font-style:italic; font-size: 14px; line-height:140%; color:#fff}
	@media (min-width: 768px) { .smartcookingbannertext2{ font-size: 15px; padding-top:0px;}}
	@media (min-width: 992px) { .smartcookingbannertext2{text-align:right; max-width:900px; font-size: 16px; margin-top:-50px;}}
	@media (min-width: 1200px) { .smartcookingbannertext2{max-width:900px; font-size: 16px;}}
	
	.storelocatorbanner {cursor:pointer; transition-property: all; transition-duration: 0.5s; transition-timing-function: ease; transition-delay: 0s; width:100%; height:191px; text-align:center; margin:auto; background-position: center bottom; background-size: 900px 191px; background-image: url('../images/storelocator.png'); background-repeat: no-repeat;}
	@media (min-width: 768px) { .storelocatorbanner{height:247px; background-position: center bottom; background-size: 1200px 247px;}}
	.storelocatorbanner:hover {transform: scale(1.03); }

	.purelydifferenttext {max-width:90%; text-align:center; padding-top:30px; margin:auto; font-family: 'Open Sans', sans-serif; font-weight:800; font-style:normal; font-size: 16px; line-height:140%; color:#656565}
	@media (min-width: 768px) { .purelydifferenttext{max-width:500px; font-size: 18px; padding-top:60px;}}
	
	.pdlearnmoretext {transition-property: all; transition-duration: 0.5s; transition-timing-function: ease; transition-delay: 0s;width:90%; padding-top:20px; padding-bottom:40px; text-align:right; margin:auto; font-family: 'Open Sans', sans-serif; font-weight:800; font-style:italic; font-size: 14px; line-height:140%; color:#df2027}
	@media (min-width: 768px) { .pdlearnmoretext{ width:500px; font-size: 16px; padding-top:20px; padding-bottom:40px}}
	@media (min-width: 992px) { .pdlearnmoretext{width:500px; font-size: 16px; padding-top:20px; padding-bottom:50px}}
	@media (min-width: 1200px) { .pdlearnmoretext{width:600px; font-size: 16px; padding-top:20px; padding-bottom:50px; padding-right:5px}}
	.pdlearnmoretext:hover {text-decoration:none !important; color:#df2027; padding-right:0px;}
	.pdlearnmoretext a {text-decoration:none !important; color:#333}
	.pdlearnmoretext a:hover {text-decoration:none !important; color:#df2027; padding-right:0px;}
	
	.pdlearnmoretextbanner {width:100%; text-align:center; margin:auto; background-image: url('../images/pdlearnmoretext.png'); background-size: cover; background-position: center top;}
	
	.appstoreicons {display:inline-block; vertical-align:top}
	.appstoreiconsimg {transition-property: all; transition-duration: 0.5s; transition-timing-function: ease; transition-delay: 0s; width:85px; margin:4px 6px;}
	.appstoreiconsimg:hover {cursor:pointer; opacity:0.7; margin-right:5px}
	
	.lfooterbg{font-size:0px; margin-top:0px; margin:auto; text-align:center; background-color:#242424}
	@media (min-width:768px)  {  .lfooterbg  {margin-top:0px}}
	@media (min-width:992px)  {  .lfooterbg  {margin-top:0px}}
	@media (min-width:1200px)  {  .lfooterbg  {margin-top:0px}}

	
	.lfootertextdiv{ margin:auto; vertical-align:top; text-align:center; color:#a3a1a1; font-size:13px; padding:10px 20px 5px; line-height:200%; font-family: 'Open Sans', sans-serif; font-weight:300; font-style:normal;}
	@media (min-width:768px)  {  .lfootertextdiv  {display:inline-block; text-align:left; line-height:180%; width:auto; text-align:left; font-size:13px; padding:15px 15px 10px 15px;}}
	@media (min-width:992px)  {  .lfootertextdiv  {font-size:13px; padding:18px 30px 10px 30px;}}
	@media (min-width:1200px)  {  .lfootertextdiv  {font-size:13px;  padding:24px 30px 12px 30px;}}
	.lfootertextdiv a{color:#a3a1a1 !important}
	.lfootertextdiv a:hover{color:#e7e7e7!important; text-decoration:none}
	
	.pmusa {text-decoration: none; font-family: 'Open Sans', sans-serif; font-weight:400; font-style:italic; line-height:180%; font-size: 16px; margin-top: 18px; margin-bottom: 6px; color: #d1d1d1;}
	@media (min-width: 768px) {  .pmusa {font-size: 18px; margin-top: 14.5px; margin-bottom: 8px}}
	@media (min-width: 992px) {  .pmusa {font-size: 19px; margin-top: 14.5px; margin-bottom: 10px}}
	@media (min-width: 1200px) {  .pmusa {font-size: 20px; margin-top: 15px; margin-bottom: 10px}}
	
	.footerlogo {height: 82px; width:127px; opacity: 0.6; text-align:center; margin:auto; background-image: url("../images/footer-logo.png"); background-size:cover;background-position: center top; }
	@media (min-width: 768px) {  .footerlogo {height: 69px; width:107px}}
	@media (min-width: 992px) {  .footerlogo {height: 82px; width:127px}}
	@media (min-width: 1200px) {  .footerlogo {height: 82px; width:127px}}

	.widget {opacity: 0.6;}
	.section-footer {background-color: #616161;	padding-top: 30px; padding-bottom: 20px; color: #fff !important;}

	.section-footer .widget p { margin: 0; font-family: 'Open Sans', sans-serif; font-weight:800; font-style:italic;	font-size: 16px; opacity: 0.6;}
	@media (min-width: 768px) {  .section-footer .widget p {font-size: 18px;}}
	@media (min-width: 992px) {  .section-footer .widget p {font-size: 20px;}}
	@media (min-width: 1200px) {  .section-footer .widget p {font-size: 20px; padding:5px;}}


	.keyframecircle {
  width: 100px;
  height: 100px;
  border-radius:100%;
  position: relative;
  opacity:.5;
  text-align:center; margin:auto;
  -webkit-animation: mymove 3s infinite; /* Safari 4.0 - 8.0 */
  animation: mymove 3s infinite;
  z-index:1px;
  
}
	/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  0%   {top: 0px; left: 0px; background: red;}
  50%  {top: 0px; left: 100px;}
  100%  {top: 0px; left: 100px; opacity:0}
}

/* Standard syntax */
@keyframes mymove {
  0%   {top: 0px; left: 0px; background: red;}
  50%  {top: 0px; left: 100px;}
  100%  {top: 0px; left: 100px; opacity:0}
}


.keyframecirclecontainer{z-index:2; width:400px; position:absolute; background-color:#dd1d1d1; text-align:center; margin:auto; margin-left:60%; margin-top:15%; }

.sectionn .bg-move {
  position: absolute;
  top: 0;
  bottom: 0;
left:auto;
  right: auto;
  width: 110%;
  margin-left:10%;
  background-image:url(../images/circles.gif);	background-position:center top; 
  background-size: cover;
background-position: center;}
  
  
  .sectionn .bg-static {
overflow:hidden;
  background-size: cover;
  background-position: center;
  margin:auto;
}
			.learnmore1{ margin-right:auto}
			@media (min-width: 768px) {  .learnmore1 {margin-right:0px; }}
			@media (min-width: 1200px) {  .learnmore1 {margin-right:-70px; }}
			.learnmore2{ margin-left:auto}
			@media (min-width: 768px) {  .learnmore2 {margin-left:0px}}
			@media (min-width: 1200px) {  .learnmore2 {margin-left:-70px}}

	.storelocatortext { font-family: 'Open Sans', sans-serif; font-weight:800; font-style:normal;	font-size: 16px; text-align:center; margin:auto; padding-top:22px; color:#000}
	@media (min-width: 768px) {  .storelocatortext {font-size: 18px; padding-top:28px;}}
	
	
	.footergap{height:30px; width:100%}
	@media (min-width: 768px) {  .footergap {height:50px;}}

	.msmcontainer1{right:0; margin-right:-10px; float:right; margin-top:100px;}
	.msmcontainer{ text-align:left; font-size:12px; padding:4px; padding-right:4px; background: rgba(255, 255, 255, .9); font-family: 'Open Sans', sans-serif; font-weight:400; font-style:normal; border-radius:10px; border: 1px solid #cbbfb4; z-index:9999999; right:0; margin-right:0px; margin-top:0px; float:right;	}
	.msm{ font-family: 'Open Sans', sans-serif; font-weight:400; font-style:normal; padding:6px; line-height:140%; font-size:12px	}
	.msm a{text-decoration:none !important; color:#6e6e6e !important; }
	.msm a:hover{ text-decoration:none !important; color:#e01f27 !important;}
	.msmplus{ position:fixed;right:0; background-color:#b2b2b2; float:right; cursor:pointer; color:#ffffff; margin-right:0px; padding:5px 10px 5px 10px; font-size:20px; margin-top:95px	}
	.msmminus{ position:fixed; z-index:99999999; right:0;  cursor:pointer; float:right; color:#ffffff; background-color:#cccccc; margin-top:95px; font-size:20px; margin-right:0px; padding:5px 12px 5px 12px;	}
.msmmenu {display:none}
@media (min-width: 768px) {  .msmmenu {display:block}}

.navbar{border:0px solid transparent !important}

	.breadcrumb {font-family: 'Open Sans', sans-serif; font-weight:400; font-style:normal; font-size:13.5px; padding-left:0px !important; padding-top:35px;  background-color:#fff !important; margin-bottom:0px !important;}
	.breadcrumb a {color:#767676 !important; text-decoration:none !important}
	.breadcrumb a:hover {color:#E01F27 !important; text-decoration:none !important}
	
	
	.maincont {width:100%; text-align:center; margin:auto; overflow:hidden}
	@media (min-width: 768px) {  .maincont {width:100%;}}
	
	.recipesmobile {display:block}
	@media (min-width: 768px) {  .recipesmobile {display:none}}
	
	.recipesdesk {display:none}
	@media (min-width: 768px) {  .recipesdesk {display:block}}

	.bullet {list-style: none; margin-bottom:0px; padding-left:0px !important;}
    .bullet li::before { content: "\2022"; color: #898989; font-weight: bold; display: inline-block;  width: 1em; margin-left: -1em;}
    
    
    .footer-div {max-width:1200px;  padding-top:4px; }
    @media (min-width: 480px) {  .footer-div {margin-bottom: 0; text-align: center;}}
    @media (min-width: 600px) {  .footer-div {margin-bottom: 0; text-align: center;}}
	@media (min-width: 768px) {  .footer-div {margin-bottom: 0; text-align: center;}}
	@media (min-width: 992px) {  .footer-div {margin-bottom: -20px; text-align: left;}}
	@media (min-width: 1200px) {  .footer-div {margin-bottom: -20px; text-align: left;}}
	@media (min-width: 1500px) {  .footer-div {margin-bottom: -20px; text-align: left;}}

