@import url(font-awesome.min.css);
@import url("http://fonts.googleapis.com/css?family=Roboto:400,700");

.navbar-default {
  background-color:#fff ;
  border:none;
}

.navbar {
  margin-bottom: 0px;
}

.img-responsive {
  display: inline;
}

/*-- Basic --*/
body {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    font-size: 1.5rem;
    color: #555555;
}

#top-header {
  background-color: #333;
  color: #fff;
}

.cart-info {
  text-align: right;
  padding: 8px 0;
  font-size: 13px;
  font-family: "Roboto", Helvetica, sans-serif;
}

.main-content {
  background: url(../img/bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 20px;
  padding-top: 20px;
}

a {
  text-decoration: none;
  color: #d9a931;
}

a:hover {
  text-decoration: none;
  color: #d9a931;
}

p {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 15px;
  color: #666;
}

.heading-section {
  text-align: center;
  padding: 20px 0 50px 0;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 15px;
  color: #555555;
  font-weight: 600;
  text-transform: uppercase;
}

.heading-section h3 {
  text-transform: none;
  font-style: italic;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/*-- Heading --*/

.heading {
   margin-top: 50px;
}
.heading span {
  color: #666;
}

.heading-content {
  text-align: left;
  margin-top: 35px;
}

.home {
  color: #555555;
}

/* ---------- Modal ---------- */
.modal-wrapper {
  -webkit-transition: visibility 0s linear, opacity 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0s;
  -moz-transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
  -o-transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
  transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: rgba(17, 17, 17, 0.7);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.modal-wrapper.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.modal-wrapper::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.modal {
  -webkit-transform: translateY(5em) scale(0.95);
  -moz-transform: translateY(5em) scale(0.95);
  -ms-transform: translateY(5em) scale(0.95);
  -o-transform: translateY(5em) scale(0.95);
  transform: translateY(5em) scale(0.95);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  display: inline-block;
  width: 70%;
  padding: 1.5em;
  vertical-align: middle;
}

.modal-wrapper.is-visible .modal {
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.modal p {
  margin: 0;
}

.modal img {
  max-width: 100%;
  margin: 1.5em 0;
}

@media (min-width: 40em) {
  .modal {
    width: 30em;
  }
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #cc0000;
  line-height: 2;
}

.modal__info {
  color: #666;
  font-size: 0.8em;
}

/* ---------- Keyframes ---------- */
@-webkit-keyframes tilt {
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}

@-moz-keyframes tilt {
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}

@-ms-keyframes tilt {
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}

@keyframes tilt {
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}

.modaler .modal {
  margin: 20px auto;
}

#modalCart {
  height: 637px;
  max-height: 637px;
  overflow: auto;
}

#modalCart a:hover {
  text-decoration:none;
}

#ordersContent ul{
  list-style:none;
  padding-left: 0px;
}

#ordersContent li {
  padding:0 15px;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  padding:10px 15px;
  border-bottom:1px solid rgba(0,0,0,0.1);
  -webkit-box-shadow:inset 0 1px 0 #fff;
  -moz-box-shadow:inset 0 1px 0 #fff;
  box-shadow:inset 0 1px 0 #fff;
  height:45px;
}

#ordersContent li:hover {
  text-shadow:0 -1px #fff;
  -webkit-box-shadow:inset 0 15px 20px #eee;
  -moz-box-shadow:inset 0 15px 20px #eee;
  box-shadow:inset 0 15px 20px #eee;
}

#ordersContent li a {
  color:#495860;
  text-decoration:none;
  border-color:#666;
  border-bottom:1px dotted rgba(0,0,0,0.6);
}

#ordersContent li a:hover {
  border: 0;
}

#ordersContent li span {
  display:block;
  float:left;
}

#ordersContent li strong {
  display:block;
  float:right;
}

#ordersContent p {
  padding:12px 16px 14px 16px;
  overflow:hidden;
  background:#fff;
  -webkit-transition:background 0.2s;
  -moz-transition:background 0.2s;
  -o-transition:background 0.2s;
  transition:background 0.2s;
}

#ordersContent p span{
  display:block;
}

#ordersContent p span:first-child{
  float:left;
}

#ordersContent p span:last-child{
  float:right;
}

#shipping {
  padding:12px 16px 14px 16px;
}

#shipping span {
  float left;
}

#shipping strong {
  float: right;
}

.delete {
  color: #e2e2e2;
  margin-left: 10px;
  padding: 5px;
  cursor: pointer;
}

.delete:hover {
  color: #B30000;
}

hr {
  margin-top: 0px;
}

input[type='text'] {
  padding: 10px;
  border: 1px solid #e2e2e2;
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  color: #555555;
  outline: none;
}

input[type='email'] {
  padding: 10px;
  border: 1px solid #e2e2e2;
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  color: #555555;
  outline: none;
}

.Inputinfo {
  padding-top: 25px;
}

.footer {
  margin-top: 20px;
}

.btn-primary {
  background-color: #d9a931;
  border-color: #d9a931;
}

.btn-primary:hover {
  background-color: #d9a931;
  border-color: #d9a931;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #d9a931;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #d9a931;
}

.send button {
  width: 90px;
  color: #fff;
  cursor: pointer;
  height: 35px;
  line-height: 25px;
  text-align: center;
  background-color: #d9a931;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  outline: none;
}

.send button[type='submit'] {
  background-color: #d9a931;
}

.send button[type='button'] {
  background-color: silver;
}

.modal.fade {
  display: none;
}

#errorMessage {
  margin-top: 15px;
  color: #B30000;
}

#img {
  display:none; 
  position:fixed; 
  left:43%;
  top:20%;
  z-index: 10000;
}

@media screen and (max-width: 766px) {
  #img {
    left:35%;
  }

  .menutext {
    display: none;
  }

  #food, #drinks, #sweets {
    margin-left: 20px;
  }

  .main-menu {
    text-align: center;
  }

  .flexslider .slides img {
    margin-top: 50px;
  }

  .slides li {
    margin-top: 40px;
  }
}

@media screen and (max-width: 990px) {
  .flexslider .slides img {
    margin-top: 50px;
  }

  .home-account {
    text-align: center;
    display: block;
  }

  .cart-info {
    text-align: center;
    display: block;
  }
  
  .logo a img {
      width: 120px;
      margin-top: 28px;
  }
  
  .logo {
    text-align: center;
    padding-top: 5px !important;
    padding-bottom: 10px;
  }

  .search-box {
    display: none;
  }

  .slider-caption {
    display: none;
  }

  .service-item {
    margin-top: 40px;
  }

  .footer-title {
    margin-top: 60px;
  }

  .bottom-footer {
    text-align: center;
  }

  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }

  .team-thumb {
    margin-top: 30px;
  }

  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }

  .info {
    margin-top: 60px;
    text-align: center;
  }
}

@media screen and (max-width: 568px) {
  .main-content {
    background-image: none;
  }

  #img {
    left: 20%;
  }

  .logo {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .heading-content {
    display: none;
  }

  .flexslider .slides img {
    margin-top: 50px;
  }

  .search-box {
    display: none;
  }

  .content-hide p {
    display: none;
  }

  .slider-caption {
    display: none;
  }

  .service-item {
    margin-top: 40px;
  }

  .footer-title {
    margin-top: 60px;
  }

  .bottom-footer {
    text-align: center;
  }

  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }

  .team-thumb {
    margin-top: 30px;
  }

  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }

  .info {
    margin-top: 60px;
    text-align: center;
  }

  .main-menu li {
    display: block;
    margin-top: -60px;
    margin-right: -35px;
  }

  .top-footer {
    display: none;
  }

  .slides li {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .slider-caption {
    display: none;
  }

  .flexslider .slides img {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .fancybox {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .main-content {
    background-image: none;
  }
  
  .heading-content {
    display: none;
  }

  .main-menu {
    text-align: center;
  }

  body {
    overflow-x: hidden;
  }

  .slides li {
    margin-top: 40px;
  }
}

@media screen and (min-width: 995px) {
  body {
    overflow-x: hidden;
  }
}
