@import url("https://fonts.googleapis.com/css?family=Alfa Slab One");
@import url("https://fonts.googleapis.com/css?family=Shrikhand");
@import url("https://fonts.googleapis.com/css?family=Neucha");

/* Mobile menu button */
@media (max-width:480px){
    .navbar-collapse { 
        background-color: rgba(0,0,0,0.9); 
	    text-align:center;
    }
}

/*-----------website header----------------*/
.navbar {	 
	height: 65px;
	top: 0;
	width:100%;
	position:fixed;
	background-color:#f00000;
	z-index:2;
	/* border-radius: 0 0 15px 15px; */
	border: 3px solid #a00000;
	border-top-width: 0;
	box-shadow: inset 0 -20px 30px 10px #b40000;
    margin-bottom:0px;
}

/* Padding for the brand logo */
.navbar-header {
  padding:5px;
}

/* LOGO Text */
.navbar-header a {
	padding: 5px;
	font-size: 40px;	
	color:white;
	text-decoration: none;
	font-family: Shrikhand;
	letter-spacing: 2px;
	text-shadow:2px 2px 10px black;
}

/* Shadow Effect when hover over logo */
.navbar-header a:hover {	
    text-shadow:2px 2px 10px #b90b03;
}

/* Mobile Menu */
.navbar-toggle {
	font-size: 25px;	
	color:white;
	padding:0px;
	text-decoration: none;
	text-shadow:1px 1px 3px black;
}

/* On hover change the mobile menu shadow to red to indicate it's active */
.navbar-toggle:hover {
	text-shadow:1px 1px 2px #b90b03;
}

/* Header menu link padding */
.navbar-nav li {
	padding-top: 10px;
	background: transparent;
}

/* White header menu links */
.navbar-nav a {
	font-size: 16px;	
	color:white;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-shadow:1px 1px 2px black;
}

/* Yellow on link hover */
.navbar-nav li a:hover {
	text-shadow:1px 1px 2px #b90b03;
	color: #fef6c8;
	background: transparent;
}

/* Background image used throughout the website */
body {
	width:100%;
	margin:0;
    /* background: url("../examples/imgs/BG/commonBG.png") fixed; */
	background: url("../examples/imgs/BG/Background.jpg") fixed;
	background-size: 100% 100%;
}

/* A white full screen strip that makes the breadcrumbs visibale */
.bread-crumbs-container {
    background-color:white;
    margin-top:65px;
    padding-top:12px;
    padding-bottom:8px;    
    color:black;
}

/* Always have spacing between the content and the breadcrumbs (homepage only exception)*/
#main-container {
    margin-top:40px;
}

/* Bootstrap Extend */
@media (min-width: 1200px) {
    .container {
        width: 1470px;
    }
}

/*------frontheader------*/

.banner {
	top: 0px;
	max-width: 100%;
	height: 90px;
	background: transparent;

}

.brand {
	margin: 20px;
	text-align: center;
}

.brand a {
	padding: 5px;
	font-size: 50px;	
	color:white;
	text-decoration: none;
	font-family: Shrikhand;
	letter-spacing: 2px;
	text-shadow:2px 2px 10px black;
}

.brand a:hover {	
    text-shadow:2px 2px 10px #b90b03;
	color: white;
	text-decoration: none;
}

.userbar {
	float:right;
	margin-right:20px;
	position: relative;
	margin-bottom:0px;
	margin-top: 10px;
}

.userbar  li {
	list-style: none;
	font-size: 16px;	
	color:white;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-shadow:1px 1px 2px black;
	float: left;
	margin-left: 15px;	
}

.userbar li a {
	color:white;
	text-decoration:none;
}

.userbar li a:hover {
	text-shadow:1px 1px 2px #b90b03;
	color: #fef6c8;
	background: transparent;
}

.userbar li, .userbar li a:active, .userbar li a:visited {
	background: transparent;
}

.userbarfix {
	top: 0px;
	width:100%;
	position:fixed;
	/*background-image: url("../examples/imgs/header.PNG");*/
	background-color:#f00000;
	z-index:2;
	/*display: none;*/
	border-radius: 0px 0px 15px 15px;
	border: 3px solid #a00000;
	border-top-width: 0px;
	box-shadow: inset 0px -20px 30px 10px #b40000;
}

.breadcrumbs { 
  list-style: none; 
  /*overflow: hidden;*/ 
  font: 13px Sans-Serif;
  background: transparent;
  padding:0px;
  margin: 0px;  
}
.breadcrumbs li { 
  float: left;  
  margin-left:10px;
}
.breadcrumbs li a {
  color: white;
  text-decoration: none; 
  padding: 10px;
  background: black; /* fallback color */
  background: rgba(0,0,0,1); 
  position: relative; 
  display: block;
  float: left;
  height: 36px;
}

.breadcrumbs li a i {
	display: none;
}

.breadcrumbs li a::after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 18px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 18px solid transparent;
  border-left: 10px solid rgba(0,0,0,1); 
  position:absolute;
  top: 0;
  margin-top: 0px; 
  left: 100%;
  z-index: 2; 
}

.breadcrumbs li a::before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 18px solid rgba(0,0,0,1); /* Go big on the size, and let overflow hide */
  border-bottom: 18px solid rgba(0,0,0,1);
  border-left: 10px solid transparent; 
  position:absolute;
  top: 0;
  margin-top: 0px; 
  left: -10px;
  z-index: 1; 
}

.breadcrumbs li:first-child {
	margin-left: 0px;
}

.breadcrumbs li:first-child a {
  padding-left: 15px;  
  border-radius: 10px 0 0 0px;
}
.breadcrumbs li:nth-child(2) a       { background:        rgba(0,0,0,0.8); }
.breadcrumbs li:nth-child(2) a:before { border-top-color: rgba(0,0,0,0.8); border-bottom-color: rgba(0,0,0,0.8); }
.breadcrumbs li:nth-child(2) a:after { border-left-color: rgba(0,0,0,0.8);  }
.breadcrumbs li:nth-child(3) a       { background:        rgba(0,0,0,0.6);  }
.breadcrumbs li:nth-child(3) a:before { border-top-color: rgba(0,0,0,0.6); border-bottom-color: rgba(0,0,0,0.6); }
.breadcrumbs li:nth-child(3) a:after { border-left-color: rgba(0,0,0,0.6); }
.breadcrumbs li:nth-child(4) a       { background:        rgba(0,0,0,0.4); }
.breadcrumbs li:nth-child(4) a:before { border-top-color: rgba(0,0,0,0.4); border-bottom-color: rgba(0,0,0,0.4); }
.breadcrumbs li:nth-child(4) a:after { border-left-color: rgba(0,0,0,0.4); }
.breadcrumbs li:nth-child(5) a       { background:        rgba(0,0,0,0.2); }
.breadcrumbs li:nth-child(5) a:before { border-top-color: rgba(0,0,0,0.2); border-bottom-color: rgba(0,0,0,0.2); }
.breadcrumbs li:nth-child(5) a:after { border-left-color: rgba(0,0,0,0.2); }
.breadcrumbs li:last-child a {
  background: rgba(0,0,0,0) !important;
  color: white;
  pointer-events: none;
  cursor: default;
}

.breadcrumbs li:first-child a::before { 
  border: 0; 
}

.breadcrumbs li:last-child a::before { 
  border: 0; 
}

.breadcrumbs li:last-child a::after { 
  border: 0; 
}

.breadcrumbs li a:hover { 
  background: hsla(34, 85%, 25%, 1); 
}
.breadcrumbs li a:hover:after { 
  border-left-color: hsla(34, 85%, 25%, 1) !important; 
}

.breadcrumbs li a:hover:before { 
  border-top-color: hsla(34, 85%, 25%, 1) !important; 
  border-bottom-color: hsla(34, 85%, 25%, 1) !important; 
}

/*-----------/frontheader------*/

.subcontainer {
	background-color: #F0F9D9;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 1px 1px 2px 1px black;
	margin-bottom: 40px;
}


/*----------resheader--------------------*/
.resheader {
	width: 100%;
	height: 180px;
	background-image: url("../examples/imgs/BG/browseby1.jpg");
	background-size: 100% auto;
	padding: 20px 30px;
	border-radius: 10px 10px 0px 0px;
}

.resicon {
	width:30%;
	float: left;
}

.resicon img {
	width:180px;
	height:125px;
	display: block;
	margin: auto;
	border-radius:10px;
	box-shadow: 2px 2px 3px black;
}

#photolb {
	position: absolute;
	font-family: Neucha;
	font-size: 15px;
	margin-top: -20px;
	margin-left: 180px;
}

.availability {
	width: 40%;
}

.availability, .rating {	
	float:left;
	color: #fff;
	padding: 20px 15px 15px 15px;
	font-family: Neucha;
	letter-spacing: 1px;
	font-size: 16px;
	text-shadow: 1px 1px 2px black;
}

.ResNameandCuisine {
	color: #fff;
	width: 100%;
}


.ResNameandCuisine h2 {
	width: 70%;
	font-family: Shrikhand;
	margin-top:10px;
	padding: 0px;
	color: #fff;
	float: left;
	text-shadow: 1px 1px 2px black;
}

.resheader p {
	font-family: Neucha;
	margin:0px;
	padding: 0px;
}

.ResNameandCuisine p {
	width: 30%;
	overflow: hidden;
	padding: 15px;
	float: left;
}

/*----------//resheader--------------------*/

/*------------lightbox------------------*/

/* Modal Content */
#LightBox {
	width: 35%;
	max-height: 400px;
	margin: auto;
	background-color: rgba(0,0,0,0.6);
	padding: 30px;
	overflow:hidden;
	border-radius: 20px;
}

/*
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
  max-height: 340px;
  max-width: 900px;
  overflow:hidden;
}
*/

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

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

.mySlides {
  display: none;
  width: 100%;
  height:100%;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-shadow: 1px 1px 2px black;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 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);
  text-decoration: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.mySlides img {
  width: 100%;
  height: 100%;
  /*margin-bottom: -4px;*/
}

/*

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

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

*/

/*------------------/lightbox------------------------*/

.singlecolumcontainer {
	width: 100%;
	padding: 30px;	
}

.containerleft, .containerright {
	float: left;
	padding: 30px 10px 10px 10px;
}

.containerleft {
	width: 30%;	
}

.UserIcon, .UserProfile {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: #fff;
	border: 3px solid #c10000;
	border-radius: 10px;
	font-family: Neucha;
	font-size: 15px;
}

.UIleft, .UIright {
	width: 50%;
	float: left;	
}

.UIleft {
	padding:10px;
}

.UIright {
	padding:20px;
}

.UIleft img {
	width:100%;
}



.UIright table {
	text-align: center;
}

.profileheader {
	background-color: #c10000;
	padding:10px;
}

.profileheader span {
	color:#fff;
	font-size: 15px;
	float:left;	
}

.profileheader a {
	float: right;
}

.prodetails {
	padding: 10px;
}

.containerright {
	width: 70%;
	padding-right: 30px;
}

.rightparts {
	border: 3px solid #c10000;
	margin-bottom: 20px;
	border-radius:10px;
	font-family: Neucha;
	font-size: 15px;
}

/*-----------Login/Signup Form-----------------------------*/

.page {
	display: block;
	position: fixed; /* Stay in place */
    z-index: 50; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    padding-top: 60px;
}

/*
.modal {
    display: none;    
	opacity: 0;
    position: fixed; 
    z-index: 50; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9); 
    padding-top: 60px;
	transform: scale(0);	
}
*/

.active {
    display: block;
    transform: scale(1);
    opacity: 1;    
    animation: anim .3s ease-in-out;    
  }

@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


.LogInForm, .SignUpForm, .CurrentUser, .JoinUsForm, .ContactUsForm {
    width:35%;
	min-width:280px;	
    background: rgba(0, 0, 0, 0.8);    
    padding: 30px;
	border-radius:25px;
}

.LogInForm, .CurrentUser, .ContactUsForm {
	margin: 40px auto;
}

.SignUpForm {
	margin: 20px auto;
}

.JoinUsForm {
	width:50%;
	margin: 20px auto;
}

.LogInForm h2, .SignUpForm h2, .JoinUsForm h2, .ContactUsForm h2 {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
	text-align:center;
	font-family: Georgia, Times, "Times New Roman", serif;
	
}

.LogInForm p, .SignUpForm p, .JoinUsForm p, .UserType {
	font-family: Neucha;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 300;
	float: left;
	margin-left:15px;
}

.JoinUsForm input[type="email"], .JoinUsForm input[type="text"] {
	width: 100%;
    padding: 16px 10px 15px 30px;
    font-size: 14px;
    background: transparent;
    border: 1px solid #ffffff;
    outline: none;
    margin-bottom: 26px;
    color: #fff;
	border-radius:25px;
	font-family: Neucha;
}

.ResNN {
	width: 100%;
}

.ResNN input[type="text"] {
	width: 50%;
	float: left;
}

.UserName {
	width: 100%;
}

.UserName input[type="text"] {
	width: 50%;
    padding: 16px 10px 15px 60px;
    font-size: 14px;
    background: transparent;
    border: 1px solid #ffffff;
    outline: none;
    margin-bottom: 26px;
    color: #fff;
	border-radius:25px;
	font-family: Neucha;
	float:left;
}

#loginform input[type="password"],#loginform input[type="email"],
#signupform input[type="password"], #signupform input[type="email"], .ContactUsForm input[type="email"] {
    width: 100%;
    padding: 16px 10px 15px 60px;
    font-size: 14px;
    background: transparent;
    border: 1px solid #ffffff;
    outline: none;
    margin-bottom: 26px;
    color: #fff;
	border-radius:25px;
	font-family: Neucha;
}

#message {
	width: 100%;
	height: 200px;
    padding: 16px 10px 15px 20px;
    font-size: 14px;
    background: transparent;
    border: 1px solid #ffffff;
    outline: none;
    margin-bottom: 26px;
    color: #fff;
	border-radius:25px;
	font-family: Neucha;
	overflow:auto;
}

#loginform input[type="text"], #signupform input[type="text"] {
	background: url("../examples/imgs/icons/idcard.png") no-repeat 20px 12px;
	background-size: 24px;
}
#loginform input[type="email"], #signupform input[type="email"] {
	background: url("../examples/imgs/e-mail.png") no-repeat 20px 12px;
	background-size: 24px;
}

#loginform input[type="password"], #signupform input[type="password"] {
	background: url("../examples/imgs/password.png") no-repeat 20px 12px;
	background-size: 24px;
}

ul.RememberMe {
	list-style: none;
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
	text-align: left;
	padding-left: 10px;
}

ul.RememberMe li input[type="checkbox"] {
	display: none;
}

ul.RememberMe li input[type="checkbox"]+label {
	position: relative;
	padding-left: 50px;
	border: #F0F8FF;
	display: inline-block;
	font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
	font-family: Neucha;
}
ul.RememberMe a {
    float: right;
    margin-right: 40px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
	font-family: Neucha;
}
ul.RememberMe a:hover {
    color: #f54950;
}
ul.RememberMe li input[type="checkbox"]+label span:first-child {
	width: 15px;
	height: 15px;
	display: inline-block;
	border: 2px solid #fff;
	position: absolute;
	top: -1px;
	left: 20px;
	bottom: 4px;
}

ul.RememberMe li input[type="checkbox"]:checked+label span:first-child:before {
	content: "";
	background: url(../examples/imgs/tick.png)no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 10px;
	width: 10px;
	height: 10px;
}

#LogInSubmit:disabled, #SignUpSubmit:disabled {
	cursor: not-allowed;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
}

#LogInSubmit, #SignUpSubmit, #logout, #contactbutton, #SendButton {
	font-size: 18px;
	padding: 16px 65px;
    width: 100%;
	color: #FFF;
	border: none;
	border-radius: 0px;
	outline: none;
	float:none;
	cursor: pointer;
	border-radius:25px;    
	font-family: Georgia, Times, "Times New Roman", serif;
	background-color: #b90b03;
}

#response, #sign_up_response, #log_in_response {
		color: #fff;
		font-size: 16px;
	}
	
#response span, #sign_up_response span, #log_in_response span {
	color: #b90b03;
	font-size: 16px;
}
	
#response i, #sign_up_response i, #log_in_response i{
	color: green;
	font-size: 16px;
}

.clear{clear:both;}

.CurrentUser {
	width: 30%;
	padding: 10px;
}

.topcontrols {
	color: #fff;
	font-size: 20px;
	padding: 5px;
}

#topmenu {
	float: left;
}

#topclose {
	float: right;
}

#topclose:hover, #topmenu:hover {
	cursor: pointer;
}

.UserInfo {
	padding:20px;
}

.UserInfo a {
	width: 40%;
	display: block;
	margin: auto;
}

.UserInfo img {
	width: 100%;
	border-radius: 50%;
	border: 3px solid #fff;
}

.UserInfo h1, .UserInfo h2, .UserInfo p {
	color: #fff;
	text-align: center;		
}

.UserInfo h1 {
	font-size: 30px;
	font-family: Shrikhand;
	margin: 0px;
}

.UserInfo h2, .UserInfo p {
	font-size: 20px;
	font-family: Neucha;
}

.UserInfo h2 {
	margin-top: 0px;
	margin-bottom: 20px;
}

.UserInfo p {
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 20px;
}

/*-------------/Login/Signup Form---------------------*/


section {
	margin-bottom: 100px;
	margin-top: 50px;
}


.textheader {
	color: #b90b03;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-shadow: 1px 1px 3px #000000;
}

.textbody {
	font-family: Neucha;
	font-size: 30px;
}

.commoncontent {
	text-align: justify;
	font-family: Neucha;
	font-size: 17px;
}

/* --Gallery---*/

.hovereffect {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;	
	box-shadow: 3px 3px 7px black;
	border-radius:10px;
	
}

.hovereffect img {
  width:100%;
  height:100%;
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;  
}

.hovereffect:hover img {
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
  -moz-filter: brightness(0.6);
  -o-filter: brightness(0.6);
  -ms-filter: brightness(0.6);
}

.hovereffect .overlay {
  position: absolute;
  display:table;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect h4 {
	text-transform: uppercase;   
    font-size: 25px;
	display: table-cell;    
    vertical-align: middle;
    text-align:center;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    letter-spacing: 2px;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.hovereffect p {
	color: #FFF;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.hovereffect:hover p, .hovereffect:hover h4 {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.gallery_grid {
    padding: 20px;
    	
}

.caption h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 25px;
}

.caption p {
	font-family: Neucha;
	font-size: 15px;
}

.restListDetails {
	padding: 10px;
	font-family: Neucha;
	background-color: #fdfcd5;
	border-radius: 0px 0px 10px 10px;
}

.restListDetails h2 {
	font-family: Shrikhand;
	font-size: 18px;
	display:inline;
	overflow:hidden;
}

.restListDetails h2 a {
	color: black;
}

.restListDetails h2 a:visited {
	color: #b90b03;
}

/* --//Gallery---*/

/* --frontfooter--*/
.commonfooter, .simplefooter {
	color:white;
	background-color: black; 
	border-radius: 0px 0px 10px 10px; 
	padding: 10px;
}

.footerlinks {
	padding: 0px 20px;
}

.footer-heading {}

.footerlinks a {
	display: block;
}

.footerappslink {
	margin-top: 20px;
}

.footerappslink img {
	display: block;
	margin: auto;
}

.footer-social {
	margin-top: 5px;
	font-size:20px;
	text-align:center;
}

.simplefooter {
	display: none;
}

.simappLinks {
	width: 100%;
}

#BackTopBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 10; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#BackTopBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

/* --frontfooter--*/



/*-- start-responsive-design --*/


@media (max-width:1160px){
	.LogInForm, .SignUpForm, .CurrentUser {
    width: 40%;    
    
	}
}

@media (max-width:1024px){
	.LogInForm, .SignUpForm, .CurrentUser {
    width: 50%;    
    min-width:450px;
	}
}



@media (max-width:767px){	
	

	/*-----------Login/Signup Form-----------------------------*/
	

	.LogInForm, .SignUpForm, .CurrentUser {
		width: 70%;		
	}	

    /*-------------/Login/Signup Form---------------------*/

	section {
		margin-bottom: 40px;
		margin-top: 5px;
	}


	.textheader {
		font-size: 20px;
	}

	.textbody {	
		font-size: 10px;
	}

/* --Gallery---*/

	.hovereffect {
		height: 150px;
	}

	.hovereffect h4 {
		font-size: 15px;
	}

	.caption h1 {	
		font-size: 15px;
	}

	.caption p {
		font-size: 10px;
	}

	.restListDetails {
		padding: 10px;
		font-family: Neucha;
		background-color: #fdfcd5;
		border-radius: 0px 0px 10px 10px;
	}

	.restListDetails h2 {
		font-family: Shrikhand;
		font-size: 18px;
		display:inline;
		overflow:hidden;
	}

	.restListDetails h2 a {
		color: black;
	}

	.restListDetails h2 a:visited {
		color: #b90b03;
	}


    /* --//Gallery---*/
	/* --frontfooter--*/
	
.commonfooter {
	display: none;
}

.simplefooter {
	display: block;
}

.simappLinks {
	width: 220px;
	margin: auto;
}

.simappLinks img {
	width: 100px;
	margin-left: 5px;
}
/* --/frontfooter--*/

}



@media (max-width:480px){
	
/* Space the mods apart more to minamise accidently clicks */
.select-mod-container {
  line-height:40px
}

/* Make the plus and minus buttons easier to click on mobile */
.select-mod-quantity {
    padding:3px;
    width:25px;
    height:25px;
}
	
	/*------frontheader------*/

.banner {	
	height: 60px;
}

.brand {
	margin-top: 10px;
	margin-bottom: 0px;
}

.brand a {	
	font-size: 40px;	
}

.userbar {	
	margin-right:15px;
	margin-bottom:0px;
	margin-top: 8px;
	padding-left:0px;
}

.userbar li {	
	font-size: 13px;	
	margin-left: 10px;	
}

.userbar li a span {
	display: none;
}

.userbarfix {
	top: 0px;
	width:100%;
	position:fixed;
	/*background-image: url("../examples/imgs/header.PNG");*/
	background-color:#f00000;
	z-index:2;
	/*display: none;*/
	border-radius: 0px 0px 15px 15px;
	border: 3px solid #a00000;
	border-top-width: 0px;
	box-shadow: inset 0px -20px 30px 10px #b40000;
}

.breadcrumbs {   
  font-size: 11px;
}
.breadcrumbs li { 
  float: left;  
  margin-left:5px;
}
.breadcrumbs li a {  
  padding: 8px 3px;  
  height: 26px;
}

.breadcrumbs li a i {
	display: block;
}

.breadcrumbs li a span {
	display: none;
}

.breadcrumbs li a::after {   
  border-top: 13px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 13px solid transparent;
  border-left: 5px solid rgba(0,0,0,1);   
}

.breadcrumbs li a::before {  
  border-top: 13px solid rgba(0,0,0,1); /* Go big on the size, and let overflow hide */
  border-bottom: 13px solid rgba(0,0,0,1);
  border-left: 5px solid transparent; 
  left: -5px;
}



.breadcrumbs li:first-child a {
  padding-left: 5px;  
}

/*-----------/frontheader------*/

.subcontainer {
	margin-bottom: 20px;
}


/*----------resheader--------------------*/
.resheader {
	width: 100%;
	height: 180px;
	background-image: url("../examples/imgs/BG/browseby1.jpg");
	background-size: 100% auto;
	padding: 20px 30px;
	border-radius: 0px 10px 0px 0px;
}

.resicon {
	width:30%;
	float: left;
}

.resicon img {
	width:180px;
	height:125px;
	display: block;
	margin: auto;
	border-radius:10px;
	box-shadow: 2px 2px 3px black;
}

#photolb {
	position: absolute;
	font-family: Neucha;
	font-size: 15px;
	margin-top: -20px;
	margin-left: 210px;
}

.availability {
	width: 40%;
}

.availability, .rating {	
	float:left;
	color: #fff;
	padding: 20px 15px 15px 15px;
	font-family: Neucha;
	letter-spacing: 1px;
	font-size: 16px;
	text-shadow: 1px 1px 2px black;
}

.ResNameandCuisine {
	color: #fff;
	width: 100%;
}


.ResNameandCuisine h2 {
	width: 70%;
	font-family: Shrikhand;
	margin-top:10px;
	padding: 0px;
	color: #fff;
	float: left;
	text-shadow: 1px 1px 2px black;
}

.resheader p {
	font-family: Neucha;
	margin:0px;
	padding: 0px;
}

.ResNameandCuisine p {
	width: 30%;
	overflow: hidden;
	padding: 15px;
	float: left;
}

/*----------//resheader--------------------*/

/*------------lightbox------------------*/

/* Modal Content */
#LightBox {
	width: 35%;
	max-height: 400px;
	margin: auto;
	background-color: rgba(0,0,0,0.6);
	padding: 30px;
	overflow:hidden;
	border-radius: 20px;
}

/*
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
  max-height: 340px;
  max-width: 900px;
  overflow:hidden;
}
*/

/* The Close Button */
/*
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
*/

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

.mySlides {
  display: none;
  width: 100%;
  height:100%;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-shadow: 1px 1px 2px black;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 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);
  text-decoration: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.mySlides img {
  width: 100%;
  height: 100%;
  /*margin-bottom: -4px;*/
}

/*

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

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

*/

/*------------------/lightbox------------------------*/

.singlecolumcontainer {
	width: 100%;
	padding: 30px;	
}

.containerleft, .containerright {
	float: none;
	padding: 20px 10px 0px 10px;
}

.containerleft {
	width: 100%;	
}


.profileheader {
	padding:5px;
}


.containerright {
	width: 100%;
	padding: 10px;
}

.rightparts {	
	margin-bottom: 20px;	
	font-size: 13px;
}
	
	/*-----------Login/Signup Form-----------------------------*/
	

	.LogInForm, .SignUpForm, .CurrentUser {
		width: 100%;
		min-width:280px;
		padding: 15px;
		margin-top:0;
	}


	.LogInForm h2, .SignUpForm h2 {
		font-size: 20px;
	}

	.LogInForm p, .SignUpForm p, .UserType {
		font-size: 15px;
	}

	.UserName input[type="text"] {
		font-size: 13px;
	}

	#loginform input[type="password"],#loginform input[type="email"],
	#signupform input[type="password"], #signupform input[type="email"] {
		font-size: 13px;
	}

	#loginform input[type="text"], #signupform input[type="text"] {
		background: url("../examples/imgs/icons/idcard.png") no-repeat 20px 14px;
		background-size: 20px;
	}
	
	#loginform input[type="email"], #signupform input[type="email"] {
		background: url("../examples/imgs/e-mail.png") no-repeat 20px 14px;
		background-size: 20px;
	}

	#loginform input[type="password"], #signupform input[type="password"] {
		background: url("../examples/imgs/password.png") no-repeat 20px 14px;
		background-size: 20px;
	}

	ul.RememberMe {
		margin-bottom: 20px;
		padding-left: 8px;
	}

	ul.RememberMe li input[type="checkbox"]+label span:first-child {	
		left: 10px;	
	}

	ul.RememberMe li input[type="checkbox"]+label {	
		padding-left: 30px;	
		font-size: 12px;    
	}

	ul.RememberMe a {    
		margin-right: 20px;    
		font-size: 12px;
    
	}

	#LogInSubmit, #SignUpSubmit {
		font-size: 13px;
	}

/*-------------/Login/Signup Form---------------------*/

	section {
		margin-bottom: 40px;
		margin-top: 5px;
	}


	.textheader {
		font-size: 20px;
	}

	.textbody {	
		font-size: 10px;
	}

/* --Gallery---*/

	.hovereffect {
		height: 150px;
	}

	.hovereffect h4 {
		font-size: 15px;
	}

	.caption h1 {	
		font-size: 15px;
	}

	.caption p {
		font-size: 10px;
	}

	.restListDetails {
		padding: 10px;
		font-family: Neucha;
		background-color: #fdfcd5;
		border-radius: 0px 0px 10px 10px;
	}

	.restListDetails h2 {
		font-family: Shrikhand;
		font-size: 18px;
		display:inline;
		overflow:hidden;
	}

	.restListDetails h2 a {
		color: black;
	}

	.restListDetails h2 a:visited {
		color: #b90b03;
	}


/* --//Gallery---*/	
}

@media (max-width:320px){
	

/*------frontheader------*/

.banner {	
	height: 50px;
}

.brand {
	margin-top: 10px;
	margin-bottom: 0px;
}

.brand a {	
	font-size: 30px;	
}

.userbar {	
	margin-right:15px;
	margin-bottom:0px;
	margin-top: 8px;
	padding-left:0px;
}

.userbar li {	
	font-size: 13px;	
	margin-left: 10px;	
}

.userbar li a span {
	display: none;
}

.userbarfix {
	top: 0px;
	width:100%;
	position:fixed;
	/*background-image: url("../examples/imgs/header.PNG");*/
	background-color:#f00000;
	z-index:2;
	/*display: none;*/
	border-radius: 0px 0px 15px 15px;
	border: 3px solid #a00000;
	border-top-width: 0px;
	box-shadow: inset 0px -20px 30px 10px #b40000;
}

.breadcrumbs {   
  font-size: 11px;
}
.breadcrumbs li { 
  float: left;  
  margin-left:5px;
}
.breadcrumbs li a {  
  padding: 8px 3px;  
  height: 26px;
}

.breadcrumbs li a i {
	display: block;
}

.breadcrumbs li a span {
	display: none;
}

.breadcrumbs li a::after {   
  border-top: 13px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 13px solid transparent;
  border-left: 5px solid rgba(0,0,0,1);   
}

.breadcrumbs li a::before {  
  border-top: 13px solid rgba(0,0,0,1); /* Go big on the size, and let overflow hide */
  border-bottom: 13px solid rgba(0,0,0,1);
  border-left: 5px solid transparent; 
  left: -5px;
}



.breadcrumbs li:first-child a {
  padding-left: 5px;  
}

/*-----------/frontheader------*/

.subcontainer {
	margin-bottom: 20px;
}


/*----------resheader--------------------*/
.resheader {
	width: 100%;
	height: 180px;
	background-image: url("../examples/imgs/BG/browseby1.jpg");
	background-size: 100% auto;
	padding: 20px 30px;
	border-radius: 0px 10px 0px 0px;
}

.resicon {
	width:50%;
	float: none;
}

.resicon img {
	width:100px;
	height:75px;
	display: block;
	margin: auto;
	border-radius:10px;
	box-shadow: 2px 2px 3px black;
}

#photolb {
	position: absolute;
	font-family: Neucha;
	font-size: 15px;
	margin-top: -20px;
	margin-left: 120px;
}

.availability {
	width: 40%;
}

.availability, .rating {	
	float: none;
	color: #fff;
	padding: 20px 15px 15px 15px;
	font-family: Neucha;
	letter-spacing: 1px;
	font-size: 16px;
	text-shadow: 1px 1px 2px black;
}

.ResNameandCuisine {
	color: #fff;
	width: 100%;
}


.ResNameandCuisine h2 {
	width: 70%;
	font-family: Shrikhand;
	margin-top:10px;
	padding: 0px;
	color: #fff;
	float: left;
	text-shadow: 1px 1px 2px black;
}

.resheader p {
	font-family: Neucha;
	margin:0px;
	padding: 0px;
}

.ResNameandCuisine p {
	width: 30%;
	overflow: hidden;
	padding: 15px;
	float: left;
}

/*----------//resheader--------------------*/

/*------------lightbox------------------*/

/* Modal Content */
#LightBox {
	width: 35%;
	max-height: 400px;
	margin: auto;
	background-color: rgba(0,0,0,0.6);
	padding: 30px;
	overflow:hidden;
	border-radius: 20px;
}

/*
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
  max-height: 340px;
  max-width: 900px;
  overflow:hidden;
}
*/

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

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

.mySlides {
  display: none;
  width: 100%;
  height:100%;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-shadow: 1px 1px 2px black;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 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);
  text-decoration: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.mySlides img {
  width: 100%;
  height: 100%;
  /*margin-bottom: -4px;*/
}

/*

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

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

*/

/*------------------/lightbox------------------------*/

.singlecolumcontainer {
	width: 100%;
	padding: 30px;	
}

.containerleft, .containerright {
	float: none;
	padding: 20px 10px 0px 10px;
}

.containerleft {
	width: 100%;	
}


.profileheader {
	padding:5px;
}


.containerright {
	width: 100%;
	padding: 10px;
}

.rightparts {	
	margin-bottom: 20px;	
	font-size: 13px;
}
	
	/*-----------Login/Signup Form-----------------------------*/
	

	.LogInForm, .SignUpForm, .CurrentUser {
		width: 100%;
		padding: 15px;
		margin-top:0;
	}


	.LogInForm h2, .SignUpForm h2 {
		font-size: 20px;
	}

	.LogInForm p, .SignUpForm p, .UserType {
		font-size: 15px;
	}

	.UserName input[type="text"] {
		font-size: 12px;
		padding: 10px 5px 10px 37px;
	}

	#loginform input[type="password"],#loginform input[type="email"],
	#signupform input[type="password"], #signupform input[type="email"] {
		font-size: 12px;
		padding: 10px 5px 10px 37px;
	}

	#loginform input[type="text"], #signupform input[type="text"] {
		background: url("../examples/imgs/icons/idcard.png") no-repeat 15px 10px;
		background-size: 15px;
	}
	
	#loginform input[type="email"], #signupform input[type="email"] {
		background: url("../examples/imgs/e-mail.png") no-repeat 15px 10px;
		background-size: 15px;
	}

	#loginform input[type="password"], #signupform input[type="password"] {
		background: url("../examples/imgs/password.png") no-repeat 15px 10px;
		background-size: 15px;
	}

	ul.RememberMe {
		margin-bottom: 20px;
		padding-left: 8px;
	}

	ul.RememberMe li input[type="checkbox"]+label span:first-child {	
		left: 10px;	
	}

	ul.RememberMe li input[type="checkbox"]+label {	
		padding-left: 30px;	
		font-size: 12px;    
	}

	ul.RememberMe a {    
		margin-right: 20px;    
		font-size: 12px;
    
	}

	#LogInSubmit, #SignUpSubmit {
		font-size: 13px;
	}

/*-------------/Login/Signup Form---------------------*/

	section {
		margin-bottom: 40px;
		margin-top: 5px;
	}


	.textheader {
		font-size: 20px;
	}

	.textbody {	
		font-size: 10px;
	}

/* --Gallery---*/

	.hovereffect {
		height: 150px;
	}

	.hovereffect h4 {
		font-size: 15px;
	}

	.caption h1 {	
		font-size: 15px;
	}

	.caption p {
		font-size: 10px;
	}

	


/* --//Gallery---*/

}

.cart-item {
    margin-bottom: 10px;
}