/* John Shrestha
Creative Web - Designer

-------------------------------------------------------------------------------- */
/*
PURPOSE:
[1] Basic cascading stylesheet for ALL browsers
[2] Contains only resets and global styles
[3] MEDIA = SCREEN

REVISION HISTORY:
December 8, 2014. v1.0. Under Construction.

STATUS OF THIS DOCUMENT:
This is a working draft.



LEGAL NOTICE:
Distribution of this document is limited.
Copyright (C) Dhaba.net.au. All Rights Reserved.
*/
/*
==================================
KILL THE DEFAULTS AND GLOBALIZE
==================================
*/


/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
   *, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.box {
  width: 50%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 15px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.popup h2 {
  margin: 26px;
  color: #000;
  font-family: 'architects_daughterregular',"Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align:center;
  font-size:30px;
  text-transform:capitalize;
  line-height:40px;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 0.2s;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #7b147a;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
  content:"";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9;
}
.overlay .popup {
 	background: url(../images/c-bg.jpg);
	display: cover;
  border-radius: 0px;
  width: 50%;
  position: fixed;
  top: 0;
  left: 25%;
  padding: 25px;
  margin: 190px auto;
  z-index: 10;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.overlay:target .popup {
    top: -100%;
    left: -100%;
}

@media screen and (max-width: 768px){
  .box{
    width: 70%;
  }
  .overlay .popup{
    width: 70%;
    left: 15%;
  }
}
@font-face {
    font-family: 'architects_daughterregular';
    src: url('architectsdaughter-webfont.eot');
    src: url('architectsdaughter-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('architectsdaughter-webfont.woff2') format('woff2'),
         url('architectsdaughter-webfont.woff') format('woff'),
         url('architectsdaughter-webfont.ttf') format('truetype'),
         url('architectsdaughter-webfont.svg#architects_daughterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body { 
	background: url(../images/body-bg.jpg) repeat;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
h1,h2,h3,h4 {
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	
}
.clear{
	clear:both;
}
.left {
	float: left;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 20px;	
}
h1 {
	font-family: 'architects_daughterregular',"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000;
	font-weight: bold;
	text-align:center;
	text-transform: uppercase;

}
h2 {
	font-family: 'architects_daughterregular', "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	line-height: 25px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
	margin: 0;
}
.red {
	color: #b21615;	
}
.spacer {
	clear: both;
	padding-top: 20px; 	
}
/*********************************************************************/
header {
	background: url(../images/top-bg.jpg) repeat-x center top;
	display: block;
	height: 130px;
}
#mainheader{
	width: 1000px;
	margin:0 auto;	
}
.header-left {
	float: left;
}
.header-right {
	margin-top: 20px;
	float: right;
	z-index: 999999;
}

.top-phone {
    font-size: 20px;
    text-align: right;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom:10px;
}

#slideshow {
	width: 100%;
	clear: both;
	margin: 0 auto;
	z-index: -99;
}
.readmore {
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
}
.readmore a {
	background: #FFF;
	border-radius: 5px;
	padding: 10px 25px;	
	color: #333 !important;
	text-transform: uppercase;
	font-weight: bold;
}
.readmore a:hover {
	background: #CCC;
}
.readmore1 {
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
}
.readmore1 a {
	background: #412b42;
	border-radius: 5px;
	padding: 6px 15px;	
	color: #FFF !important;
	text-transform: uppercase;
	font-weight: bold;
}
.readmore1 a:hover {
	background: #573958;
}
#content-bg {
	background: url(../images/content-bg.png) repeat;
	display: block;
	overflow: hidden;
	margin-top: -280px;
	width: 100%;
	z-index: 999;
	position: absolute;
	padding: 30px 0;
}
.welcome {
	width: 1000px;
	margin: 0 auto;
	padding: 0;	
	text-align: center;
}
.welcome p {
	text-align: center;
	color: #FFF;
}

.notice {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
    padding: 10px;

}
.notice h2 {
 
    color: #ff0000 !important;
    font-family: arial;
    font-size: 18px;
}

.notice p {
	text-align: center;
	color: #000 !important;
	    margin: 0 !important;
}

#container {
	clear: both;
	background: url(../images/body-bg.jpg) repeat;
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 10px 0;
	margin-top: -200px;
	z-index: 999;
}
#container p {
	color: #000;	
}
#container h2{
	color: #000;	
}
#tab{
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
}
.aboutus{
	background:url(../images/about-bg.jpg) no-repeat;
	height: 210px;
	width: 275px;	
	padding: 20px;
	float:left;
	margin-right: 25px;
}
.aboutus p{
	color: #222222;
	font-weight: bold;	
	font-size: 13px;
	line-height: 17px;
}
.ourmenu{
	background:url(../images/menu-bg.jpg) no-repeat;
	width: 275px;
	height: 210px;	
	padding: 20px;
	float:left;
	margin-right: 25px;
}
.ourmenu p{
	color: #222222;
	font-weight: bold;	
	font-size: 13px;
	line-height: 17px;
	text-align: center;
}
.price{
	font-size: 45px;
	text-align: center;
	color: #F00;	
	padding: 7px 0;
	font-weight: bold;
}
.hours{
	background:url(../images/opening-bg.jpg) no-repeat;
	width: 275px;
	height: 210px;	
	padding: 20px;
	float:left;
}
.hours p{
	color: #222222;
	font-weight: bold;	
	font-size: 15px;
	line-height: 24px;
	text-align: center;
}
.socialicons{
}
.socialicons img:hover{
	opacity: 0.5;
}

footer{
	width: 100%;
	margin: 0 auto;	
	background: #412b42;
}
.footr {
	clear:both;
	color: #FFF;
	font-size: 12px;
	width: 960px;
	margin: 0 auto;
	padding: 15px 20px;
	line-height: 21px;
	margin-top: 0px;
	text-align: center;
	font-weight: bold;
}
.footr a,a:link {
	text-decoration: none;
	color: #FFF;
}
.footr a:hover {
	text-decoration: none;
	color: #F00;
}
.contact {
	
	width: 1000px;
	margin: 20px auto;
	padding: 0;	
}
.contact h2 {
	text-align: left;	
	font-family: 'architects_daughterregular',"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    line-height: 25px;
	letter-spacing: 1px;
}
.contactinfo {
	float: right;
	color: #333;
	font-size: 17px;
	line-height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	margin-right: 300px;
}
#Map {
	float: right;
}
#Feedbackform {
	clear: both;
	padding: 0;
	float: left;
}
.Feedbackform input[type="text"] {
	width: 200px;
	margin-bottom: 7px;
	padding: 4px 10px;
	border: 1px solid #CCC;
	border-radius: 3px;
}
.Feedbackform textarea{
	width: 250px;
	margin-bottom: 7px;
	padding: 4px 10px;
	border: 1px solid #CCC;
	border-radius: 3px;
}
.Feedbackform input[type="submit"] {
	background:#da2a29; 
	border: none;
	margin-top:8px; 
	padding:5px 0; 
	cursor:pointer; 
	color:#FFF; 
	width: 90px;
	font-weight:bold;
	float: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.Feedbackform input[type="submit"]:hover {
	background:#c6201f;
}
.alertmsg {
	font-size:12px; 
	color:#F00; 
	font-style:none;
	padding: 10px 0;
}
.code-sec {
	clear:left;
}
.menupage {
	width: 1000px;
	margin: 0 auto;
	padding: 0;	
	text-align: center;
}
@media only screen and (min-width :780px) and (max-width :1024px)	
{
header {
	height: auto;	
}
#mainheader{
	width: 100%;
	margin:0 auto;	
}
.header-left {
	float: none;
	text-align: center;
}
.header-right {
	clear:both;
	margin-top: 0px;
	float: none;
	text-align: left;
}

#slideshow {
	width: 100%;
	clear: both;
	margin: 0 auto;
}
.readmore {
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
}
.readmore a {
	background: #FFF;
	border-radius: 5px;
	padding: 10px 25px;	
	color: #333 !important;
	text-transform: uppercase;
	font-weight: bold;
}
.readmore a:hover {
	background: #CCC;
}
.readmore1 {
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
}
.readmore1 a {
	background: #412b42;
	border-radius: 5px;
	padding: 6px 15px;	
	color: #FFF !important;
	text-transform: uppercase;
	font-weight: bold;
}
.readmore1 a:hover {
	background: #573958;
}
#content-bg {
	background: url(../images/content-bg.png) repeat;
	display: block;
	overflow: hidden;
	margin-top: 0px;
	width: 100%;
	z-index: 999;
	position: static;
	padding: 30px 0;
}
#container {
	clear: both;
	background: url(../images/body-bg.jpg) repeat;
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 30px 0;
	margin-top: 0px;
	z-index: 999;
}
.welcome {
	width: 100%;
	margin: 0 auto;
	padding: 0;	
	text-align: center;
}
.welcome p {
	text-align: center;
	color: #FFF;
}
#tab{
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}
.aboutus{
	background:url(../images/about-bg.jpg) no-repeat;
	height: 210px;
	width: 275px;	
	padding: 20px;
	float:left;
	margin-right: 20px;
}
.aboutus p{
	color: #222222;
	font-weight: bold;	
	font-size: 13px;
	line-height: 17px;
}
.ourmenu{
	background:url(../images/menu-bg.jpg) no-repeat;
	width: 275px;
	height: 210px;	
	padding: 20px;
	float:left;
	margin-right: 20px;
}
.ourmenu p{
	color: #222222;
	font-weight: bold;	
	font-size: 13px;
	line-height: 17px;
	text-align: center;
}
.price{
	font-size: 45px;
	text-align: center;
	color: #F00;	
	padding: 7px 0;
	font-weight: bold;
}
.hours{
	background:url(../images/opening-bg.jpg) no-repeat;
	width: 275px;
	height: 210px;	
	padding: 20px;
	float:left;
}
.hours p{
	color: #222222;
	font-weight: bold;	
	font-size: 15px;
	line-height: 24px;
	text-align: center;
}

footer{
	width: 100%;
	margin: 0 auto;	
	background: #412b42;
}
.footr {
	clear:both;
	color: #FFF;
	font-size: 12px;
	width: auto;
	margin: 0 auto;
	padding: 15px 20px;
	line-height: 20px;
	margin-top: 0px;
	text-align: center;
	font-weight: bold;
}
.footr a,a:link {
	text-decoration: none;
	color: #FFF;
}
.footr a:hover {
	text-decoration: none;
	color: #F00;
}
}
@media only screen and (max-width : 780px)
{
header {
	height: auto;	
}
#mainheader{
	width: 100%;
	margin:0 auto;	
}
.header-left {
	float: none;
	text-align: center;
}
.header-right {
	clear:both;
	margin-top: 0px;
	float: none;
	text-align: left;
}
.top-phone {
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    background: #520950;
}

#slideshow {
	width: 100%;
	clear: both;
	margin: 0 auto;
}
.readmore {
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
}
.readmore a {
	background: #FFF;
	border-radius: 5px;
	padding: 10px 25px;	
	color: #333 !important;
	text-transform: uppercase;
	font-weight: bold;
}
.readmore a:hover {
	background: #CCC;
}
.readmore1 {
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
}
.readmore1 a {
	background: #412b42;
	border-radius: 5px;
	padding: 6px 15px;	
	color: #FFF !important;
	text-transform: uppercase;
	font-weight: bold;
}
.readmore1 a:hover {
	background: #573958;
}
#content-bg {
	background: url(../images/content-bg.png) repeat;
	display: block;
	overflow: hidden;
	margin-top: 0px;
	width: 100%;
	z-index: 999;
	position: static;
	padding: 30px 0;
}
#container {
	clear: both;
	background: url(../images/body-bg.jpg) repeat;
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 30px 0;
	margin-top: 0px;
	z-index: 999;
}
.welcome {
	width: 100%;
	margin: 0 auto;
	padding: 0;	
	text-align: center;
}
.welcome p {
	text-align: center;
	color: #FFF;
}
.notice {
	width: 98%;
	margin: 0 auto;
	text-align: center;
	background: #fff;
    padding: 10px;

}
.notice h2 {
 
    color: #ff0000 !important;
    font-family: arial;
    font-size: 18px;
}

.notice p {
	text-align: center;
	color: #000 !important;
	    margin: 0 !important;
}

#tab{
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}
.aboutus{
	background:url(../images/about-bg.jpg) no-repeat;
	height: 210px;
	width: 275px;	
	padding: 20px;
	float:none;
	margin-right: 20px;
	margin: 0 auto;
}
.aboutus p{
	color: #222222;
	font-weight: bold;	
	font-size: 13px;
	line-height: 17px;
}
.ourmenu{
	background:url(../images/menu-bg.jpg) no-repeat;
	width: 275px;
	height: 210px;	
	padding: 20px;
	float:none;
	margin-right: 20px;
	margin: 0 auto;
}
.ourmenu p{
	color: #222222;
	font-weight: bold;	
	font-size: 13px;
	line-height: 17px;
	text-align: center;
}
.price{
	font-size: 45px;
	text-align: center;
	color: #F00;	
	padding: 7px 0;
	font-weight: bold;
}
.hours{
	background:url(../images/opening-bg.jpg) no-repeat;
	width: 275px;
	height: 210px;	
	padding: 20px;
	float:none;
	margin: 0 auto;
}
.hours p{
	color: #222222;
	font-weight: bold;	
	font-size: 15px;
	line-height: 24px;
	text-align: center;
}

footer{
	width: 100%;
	margin: 0 auto;	
	background: #412b42;
}
.footr {
	clear:both;
	color: #FFF;
	font-size: 12px;
	width: auto;
	margin: 0 auto;
	padding: 15px 20px;
	line-height: 20px;
	margin-top: 0px;
	text-align: center;
	font-weight: bold;
}
.footr a,a:link {
	text-decoration: none;
	color: #FFF;
}
.footr a:hover {
	text-decoration: none;
	color: #F00;
}
.contact {
	width: 100%;
	padding: 0 20px;	
}
.contactinfo {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.con-info{
	
		color: #333;
	font-size: 17px;
	line-height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

.btn-success {
    color: #fff;
    background-color: #ff0b09 !important;
    border-color: #ff0b09 !important;
}
.btn-success:hover {
    color: #fff;
    background-color: #da2a29 !important;
    border-color: #da2a29 !important;
}