/*

Eatery Cafe Template 

http://www.templatemo.com/tm-515-eatery

*/

  @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

 


  @font-face{
	  font-family:century;
	  src: url("century-gothic.ttf");
	
  }
  @font-face{
	  font-family:centurybold;f
	  src: url("century-gothic_bold.ttf");
	
  }
   body {
    background:#212120 ;
    font-family: century;
    overflow-x: hidden;
  }
  .container {
	  opacity: 1;
  }
  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    line-height: inherit;
	font-family:centurybold;
  }

  h1 {
    color: #ffffff;
    font-size: 3em;
    line-height: 50px;
  }

  h2 {
    color: #ffffff;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #ffffff;
	font-family:centurybold;
  }

  p {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
	font-family:century;
  }
  p a{
    color: #ffffff;
  }



  /*---------------------------------------
     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: #66c788;
  }

  .section-title {
	font-family:centurybold;
  }
  .bts .section-title {
    padding-bottom: 2px;
	font-family:centurybold;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title h4 {
    color: #bfbdbd;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
  }

  .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  section {
    position: relative;
    padding: 100px 0;
  }

  #team, 
  #menu,
  #testimonial {
    text-align: center;
  }

  .about-image img,
  .team-thumb img {
    width: auto;
    max-width:300px;
    margin:auto;
    border-radius:15px;
  }
  
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
  }



  /*---------------------------------------
       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: 25px 0;
	
  }
  @font-face{
	  font-family:riesling;
	  src: url("riesling.eot");
	  src:
		url("riesling.woff") format("woff"),
		url("riesling.otf") format("opentype"),
		url("riesling.svg#filename") format("svg");
	
  }
  .custom-navbar .navbar-brand {
    color:#ffffff;
    font-size: 40px;
    font-weight: bold;
	text-align:center;
	font-family:riesling;
  }
  


  .custom-navbar .navbar-brand span {
    color: #ce3232;
  }

  .top-nav-collapse {
    background: #ce3232;
  }
  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
  }

  .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;
  }

  .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;
    font-weight: bold;
    color: #ffffff;
    padding-right: 22px;
    padding-left: 22px;
    text-transform: uppercase;
	font-family:century;
  }

  .custom-navbar .nav li a:hover {
    background: transparent;
    color: #000000;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #ce3232;
  }

  .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;
      background: 0 0; 
    }

    .custom-navbar.top-nav-collapse {
      background: #bdecb6;
      -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: 12px 0;
    }

    .top-nav-collapse .navbar-brand {
      color:#006847;
    }

    .top-nav-collapse .nav li a {
      color: #006847;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #006847;
    }
  }



  /*---------------------------------------
      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;
  }


  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  .about-info .section-title {
    padding-bottom: 20px;
  }

  .about-image {
	margin-top:50px;
  }
  @media only screen and (max-width: 991px){
	  .about-image {
	margin-top:20px;
  }
  }



  /*---------------------------------------
      TEAM              
  -----------------------------------------*/

  #team {
	  padding-top:30px;
  }
  @media only screen and (min-width: 768px){
	  #team {
	  padding-top:100px;
  }
  }
  
  .team-thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer;
	display: flex;
	justify-content: center;
  }
  
  .team-info {
    padding: 10px 30px 20px 30px;
  }
  .team-thumb .team-hover {
    position: absolute;
    background: #1c1c1c;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
  }

  .team-thumb:hover .team-hover {
    opacity: 0.95;
    transition-delay: 0.3s;
    transform: translateY(0);
  }

  .team-thumb img {
    transition: 0.5s 0.2s;
  }

  .team-thumb:hover img {
    transform: scale(1.2);
  }

  .team-thumb .social-icon li a {
    background: #292929;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #d9d9d9;
    font-size: 20px;
    margin: 15px 5px 0 5px;
  }

  .team-thumb .team-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .team-item h4 {
    color: #ffffff;
  }

  .team-info p {
    color: #bfbdbd;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  



  /*---------------------------------------
     MENU              
  -----------------------------------------*/

  #menu {
    padding-bottom: 0;
	padding-top:20px;
	box-sizing: border-box;
  }

  #menu .container {
    width: 100%;
	position: relative;
	
  }
  #menu iframe{
	  margin:5px;
	  margin-top:0px;
	  margin-bottom:20px;
  }
  
  .iframe-container{
	 
	  
  }
  #team iframe{
	  margin-bottom:20px;
	  margin-left:5px;
	  margin-right:5px;
  }
  .gallery{
	  margin-bottom:20px;
  }

.gallery img {
  width: 80%;
  max-width:80px;
  height:auto;
  max-height:50px;
}
.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.modal {
  display: none;
  justify-content: center;
  align-items: center;
  vertical-align:middle;
  position: fixed;
  z-index: 1;
  left: 0;
  right:0;
  top: 11.9%;
  max-width: 100%;
  max-height:100%;
  overflow: hidden;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0.9);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: rgb(0,0,0);
  margin: auto;
  padding: 0;
  width: 90%;
  height:90%;
}

.modal-content img{
  vertical-align: middle;
  width: auto;
  height:auto;
  max-width: 80vw;
  max-height:90vh;
  margin:auto;
}

/* The Close Button */
.close {
  position: absolute;
  top: 0;
  right: 1%;
  font-size: 35px;
  font-weight: bold;
  color: #a1a09f;
  opacity:2;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

  .mySlides {
    display: none;
    margin:auto;
  }
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  margin:auto;
  height:105%;
  top: 0%;
  width: auto;
  padding: 16px;
  color: red;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0,0,0);
}

/* Position the "next button" to the right */
.next {
  right: 0%;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
img {
  margin-bottom: -4px;
}


.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

  /*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

  #testimonial {
    background-color:rgba(0, 0, 0, 0.8);
    background-size: cover;
	justify-content:center;
  }

  .youtube{
	  width:95%;
	  height:100%;
	  max-width:560px;
	  max-height:315px;
	  padding-right:10px;
	  padding-left:10px;
  }


  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact .section-title {
    padding-bottom: 0;
  }
  #contact	 {
    padding-bottom: 0px;
  }

  #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 input {
    height: 55px;
	color: #ffffff;
  }
  #contact textarea {
	color: #ffffff;
  }

  #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: 0 0;
    padding-bottom: 40px;
  }

  footer .section-title {
    padding-bottom: 10px;
	font-family:century;
  }

  footer h2 {
    font-size: 20px;
	font-family:century;
  }

  footer a,
  footer p {
    color: #909090;
	font-family:century;
  }

  footer strong {
    color: #d9d9d9;
  }

  footer address p {
    margin-bottom: 0;
	font-family:century;
  }

  .footer-info,
  footer .social-icon {
    margin-top: 20px;
  }
  @media only screen and (min-width: 992px) {
  .footer-call{
	  padding-top:15%;
  }
  footer .social-icon {
    margin-top: 1px;
  }
  }


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 10px;
    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;
  }
  .sol{
	  display:contents;
  }

  .social-icon li a:hover {
    background: #ffffff;
  }
  .copyright-text{
	  padding-left:13px;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

	
  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }
   @media screen and (min-width: 732px) {
	  .section-title {
      padding-bottom: 40px;
    } 
  }


  @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: 60px 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;
    }

  }

@media only screen and (max-width: 844px) and (min-width: 293px){
	
	.custom-navbar .navbar-brand{
		width:80%;
	}
	.navbar-brand{
		padding-left:16%;
	}
	
			
}
@media only screen and (max-width: 550px) {
.modal {
	top: 9%;
  padding-top:30%;
}
.modal img{
	max-height:100%;
}
}
@media only screen and (max-width: 765px) and (min-width: 551px){
	
	.modal {
	top: 10%;	
	height:100%
}
}
@media only screen and (max-width: 293px) {
	
	.custom-navbar .navbar-brand{
		width:70%;
	}
	.navbar-brand{
		padding-left:10%;
	}
}

@media only screen and (max-height: 499px) {
	.modal {
	height:100%;
}
}
@media only screen and (min-height: 500px) {
	.modal {
	height:100%;
}
}
  @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: #bdecb6;
      -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: 5px 0;
      text-align: center;
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #006847;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #006847;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .custom-navbar .navbar-nav.navbar-right .section-btn {
      display: block !important;
      width: 50%;
      margin: 10px auto 10px auto;
      padding: 10px;
    }

    .custom-navbar .section-btn a {
      color: #ffffff !important;
    }

    .slider .caption {
      padding: 0;
    }

    .menu-thumb .menu-info {
      top: 80%;
    }
  }


  @media only screen and (max-width: 580px) {
    h1 {
      font-size: 2.1em;
    }

    h2 {
      font-size: 1.8em;
    }

    .menu-thumb .menu-info {
      top: 60%;
    }
  }

