@import "font-awesome.css";

@import url(//fonts.googleapis.com/css?family=Economica:400);
@import url(//fonts.googleapis.com/css?family=Economica:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);


@import url(//fonts.googleapis.com/css?family=Dosis);


html {
    width: 100%;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    color: #969696;
    font: 300 14px/20px 'Open Sans', sans-serif;
	background-image: url("linen.jpg");
 background-repeat: repeat-x;
}




/* ==========================================================================
Contact
 ========================================================================== */ 
.headline {padding: 0px 15px;}
.registrationForm input[type="text"], .registrationForm textarea { color: #818181; border: 1px solid #dddddd; outline: none; width: 100%; padding: 15px 20px; display: block; margin-bottom: 15px; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; border-radius: 0; height: auto;}
.registrationForm textarea { min-height: 150px;}
.registrationForm button { width: 100%; text-align: center; color: black; padding: 15px 0; background: #e1619a; margin-bottom: 15px; border: none; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; text-transform: uppercase; font-weight: bold; border-radius: 0;}
.registrationForm button i { color: #fff; font-size: 24px;}
.registrationForm button:hover{ opacity: 0.1;}
.contact-list {padding: 0px;}
.contact-list i {border: 1px solid #DDD; border-radius: 20px; height: 40px; width: 40px; text-align: center; line-height: 40px; margin-right: 10px; margin-bottom: 10px;}
.contact-list li {list-style: none; padding-left: 0px;}
.contact-list .spacer {padding-left: 50px; display:inline;}
.registrationForm {padding: 20px;}


.leftpad{ padding-left: 20px;}

/* ==========================================================================
Google Map
 ========================================================================== */ 
 #map {height: 400px;}




.navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
    color:#ffffff;
}






.navbar {
    	margin-bottom: 0;
}

.navbar-static-top
{
	margin-top:30px;
	height: 80px;
	padding-top: 15px;
	margin-bottom:0px;
	border-bottom:0px;

}




.space
{
	padding-right: 30px;
	padding-left: 20px;
	text-align: justify;	
}



.container
{
	max-width: 900px;
    	margin: auto;
    	text-align: center;
}

.section
{
    	margin: auto;	
}

.section-wide
{

  	width: 100%;	
}



.section-main
{
	width: 900px;
	margin-bottom:20px;


    	background-color: white;
	padding-bottom:20px;
	
}

.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p {
    margin-bottom: 20px;
}

input, textarea {
    border-radius: 0 !important;
    outline: none !important;
    -webkit-appearance: none;

}


img {
    max-width: 100%;
	width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #535151;
    font-family: 'Economica', sans-serif;
}

h2 {
    font-size: 36px;
    line-height: 48px;
    padding-top: 38px;
    margin-bottom: 14px;
}

.page1 h2 {
    padding-top: 31px;
    margin-bottom: 39px;
}



/****Links****/


a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #aaccaa;
}

.btn {
    display: inline-block;
    border: 1px solid #969696;
    color: #969696;
    margin-top: 24px;
    padding: 5px 32px 11px;
    font: bold 20px/20px 'Economica', sans-serif;
}

.btn:hover {
    color: #fff;
    border-color: #aaccaa;
    background-color: #aaccaa;
}

.link1 {
    margin-top: 29px;
    display: block;
    float: right;
    color: #fff;
    background-color: #2e2d2d;
    font-size: 24px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 55px;
}

.link1:hover {
    background-color: #aaccaa;
    color: #fff;
}

/****classes****/

.mb0 {
    margin-bottom: 0px !important;
}
.m0 {
    margin: 0 !important;
}
.pad0 {
    padding: 0 !important;
}

.pad1 {
}


.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-top: 3px;
}

.inn__1 {
    border: 1px solid #f2f1f2;
}

.page1 .img_inner {
    margin-top: 7px;
}

.fleft {
    float: left;
    width: auto !important;
    margin-right: 30px;
    margin-bottom: 0px;
}


.oh {
    overflow: hidden;
}
.fright {
    float: right !important;
}
.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}
.ta__center {
    text-align: center;
}

.ta__left {
    text-align: left;
}

.ta__right {
    text-align: right;
}

.wrapper, .extra_wrapper {
    overflow: hidden;
}
.clear {
    float: none !important;
    clear: both;
}

.oh {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}

.rel {
    position: relative;
}

/*header*/

header {
    display: block;
    position: relative;
    z-index: 800;
    padding-top: 28px;
    background-color: #f1f0f1;
}

header h1 {
    position: relative;
    text-align: center;
    z-index: 990;
    float: left;
}


header h1 a {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;    
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

header h1 a img {
    display: block;
}


/****Content background-size: 115%;****/

.weddings
{
    	background: url(../images/image0011.jpg)  no-repeat;
	background-size: cover;
}

.buffet
{
    	background: url(../images/buffet7.jpg)  no-repeat;
	background-size: cover;	
}

.corporate
{
    	background: url(../images/bnp-paribas-1024x768.jpg)  no-repeat;
	background-size: cover;
}

.bbq
{
    	background: url(../images/hogroast.jpg)  no-repeat;
	background-size: cover;
}

.logomain
{
    	background: url(../images/logo.png)  no-repeat;

    	background-size: 100%;
	z-index: 10000 !important; 
}

.logo1
{
	background: url(../images/logo14.jpg)  no-repeat;
	width: 100%;
	height:100%;
	background-size: contain;	
}



.dish1
{
    background: url(../images/page1_img3.jpg)  no-repeat;
    background-size: 100%;
}

.body-events
{
	background: url(../images/eventss.jpg);
	background-size: 100%;
	background-position-y: 110px;
}

.body-bbq
{
	background: url(../images/hogroast.jpg);
	background-size: 100%;
	background-position-y: 110px;
}

.body-functions
{
    background: url(../images/kobe-beef.jpg);
    background-size: 100%;
}

.body-buffet
{
    background: url(../images/buffet8.jpg) no-repeat;
    background-size: 100%;
}

.body-wedding
{
    background: url(../images/weddings.jpg);
    background-height: 100%;
}

.body-about
{
    background: url(../images/catering.jpg);
    background-size: 100%;
background-position-y: 110px;
}

.body-contact
{
    background: url(../images/contact.jpg)  no-repeat;
    background-size: 100%;
}

.body-corporate
{
    background: url(../images/corporate.jpg)  no-repeat;
    background-size: 100%;
}



/****Blocks****/
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.home_banner
{
    background-color: white !important;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font: bold 36px/48px 'Economica', sans-serif;
    border: 0px solid blue;
    height: 290px;
}

.home_banner_img {
    width: 57px;
    max-width: 57px;
    height: 130px;
    max-height: 140px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding-top:20px;
}

.home_banner_title {
    padding: 6px 0 18px;
    width: 194px;
    margin: 0 auto 2px;
    background: url(../images/bann_sep.png) 0 bottom repeat-x;
}


.home_banner_link
{
	padding-top: 140px;
    	font: bold 36px/48px 'Economica', sans-serif !important;	
}


.home_banner_link  a 
{
    color: #fff;
    text-decoration: none;
    font: bold 36px/48px 'Economica', sans-serif;
}

.home_banner_link   a:hover {
    color: red;
    text-decoration: underline;
    font: bold 36px/48px 'Economica', sans-serif;
}

.home_banner_link   a:visited {
    color: #fff;
    text-decoration: none;
    font: bold 36px/48px 'Economica', sans-serif;
}

.home_banner_link   a:active {
    color: #fff;
    text-decoration: none;
    font: bold 36px/48px 'Economica', sans-serif;
}


.home_banner  a {
    color: #fff;
}

.home_banner  a:hover {
    color: black;
    text-decoration: none;
}





.black
{
    	background-color: black !important;
	color: white !important;
}


.green{
    	background-color: #aad4b3 !important;
	color: white !important;
}


.pink 
{
    	background-color: #e1619a !important;
	color: white !important;
}

.blue {
    background-color: #86cdd7 !important;
	color: white !important;
}

.yellow {
    background-color: #fc9b7a !important;
	color: white !important;
}

.oldyellow {
    background-color: #fcf258 !important;
	color: white !important;
}

.bann_capt {
    background-color: #aad4b3;
    color: #fff;
    padding-bottom: 22px;
    text-align: center;
    font: bold 36px/48px 'Economica', sans-serif;
}

.bann_title {
    padding: 6px 0 18px;
    width: 194px;
    margin: 0 auto 2px;
    background: url(../images/bann_sep.png) 0 bottom repeat-x;
}

.bann_capt  a {
    font-size: 20px;
}

.bann_capt  a:hover {
    color: #fff;
    text-decoration: underline;
}

.block1 .count {
    width: 119px;
    margin: 0 auto;
    height: 119px;
    text-align: center;
    font: 40px/116px 'Dosis', sans-serif;
    border-radius: 500px;
    border: 1px solid #939393;
    margin-bottom: 25px;
}

.block1 {
    text-align: center;
    padding: 49px 0;
}

.box {
    padding-bottom: 49px;
    background-color: #f1f0f1;
}

.box .btn {
    margin-top: 30px;
}

.box h2 {
    padding-top: 38px;
    margin-bottom: 16px;
}

.box strong.color1 {
    font-weight: 600;
}

.bq1 {
    background: url(../images/quotes.png) right 0 no-repeat;
    margin-top: -37px;
    padding-top: 12px;
    overflow: hidden;
}

.bq1 a {
    margin-top: 3px;
    float: right;
    display: block;
    font: bold 20px/48px 'Economica', sans-serif;
}

.bq1 a .fa {
    margin-right: 6px;
    position: relative;
    top: 1px;
    font-size: 18px;
    line-height: 48px;
}

.bq1 .fleft {
    margin-top: 5px;
    margin-right: 19px;
}

.bq_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 12px;
}

.block2 {
    margin-top: -22px;
    overflow: hidden;
}

.block2+.block2 {
    margin-top: 26px;
}

.block2 time {
    display: block;
    background-color: #000;
    text-align: center;
    width: 70px;
    float: left;
    margin-right: 30px;
    color: #fff;
    position: relative;
    top: 3px;
    padding: 15px 0 19px;
    font: bold 24px/30px 'Economica', sans-serif;
}

.form_title {
    font-size: 16px;
    position: relative;
    top: -1px;
    font-weight: normal;
}

.blog {
    margin-right: -1px;
    padding-top: 45px;
}

.blog +.blog  {
    padding-top: 40px;
}

.blog img {
    border: 1px solid #f2f1f2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 21px;
}

.blog_title {
    margin-bottom: 17px;
    color: #535151;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
}

.blog .btn {
    margin-top: 30px;
}

.blog table {
    border-top: 1px solid #d9d9d9;
    width: 100%;
    line-height: 40px;
    position: relative;
    top: 2px;
}

.blog table tr {
    border-bottom: 1px solid #d9d9d9;
}

.blog table .fa {
    font-size: 20px;
    color: #adacac;
    min-width: 24px;
    margin-right: 27px;
    line-height: 40px;
}

.blog table td+td .fa  {
    margin-right: 5px;
}

.blog table td:first-child {
    width: 238px;
}

.blog table td+td+td {
    text-align: right;
}

.block3 {
    overflow: hidden;
    margin-top: -2px;
}

.block3+.block3 {
    margin-top: 37px;
}

.block3+.block3 +.block3 {
    margin-top: 42px;
}

.block3 .fleft {
    margin-top: 5px;
    margin-right: 20px;
}

.block3 .text1 {
    margin-bottom: 22px;
    font-weight: normal;
    line-height: 24px;
}

.block3 .text1 time {
    display: block;
}

/****Gallery****/

.gall_item {
    display: block;
    background: #aaccaa url(../images/magnify.png) center center no-repeat;
}

.gall_item img {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    width: 100%;
    box-shadow: 0 0 #fff;
}

.gall_item:hover img {
    opacity: 0.2;
}

.gall_block {
    background-color: #f1f0f1;
    padding: 1px;
}

.gall_bot {
    padding: 28px 21px 30px;
}

.gall_bot .btn {
    position: relative;
    top: 1px;
}

.gall_bot  .text1 {
    margin-bottom: 22px;
}

/****Separators****/

.sep__1 {
    height: 29px;
}




/****Text styles****/
.text1 {
    font-size: 18px;
    margin-bottom: 2px;
    line-height: 20px;
}

.tx__1 {
    margin-bottom: 22px;
}

.fw {
    font-weight: 600;
}

.color1 {
    color: #535151;
}

/*.color1 a:hover, a.color1:hover {
    color: #ccc;
}*/

.color2 {
    color: #eee;
}

.td_underline {
    text-decoration: underline;
}

/****Map****/

.map {
    overflow: hidden;
    padding-top: 3px;
    padding-bottom: 22px;
}

.map figure {
    position: relative;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.map figure iframe {
    width: 100%;
    height: 445px;
    max-width: 100%;
}

.map_block {
    padding-top: 20px;
    color: #535151;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
}

.map_block+.map_block {
   padding-top: 24px; 
}

.map_block  .map_title {
    margin-bottom: 4px;
    font-weight: 600;
}

.address1 {
    padding-top: 3px;
    display: block;
    float: left;
}

.address1 dt {
}

.address1+.address1 {
    margin-left: 60px;
}

.address1 dd span {
    min-width: 85px;
    display: inline-block;
    text-align: left;
}

.address1 dd span.col1 {
    min-width: 0;
}

/**Footer**/

#footer {
    display: block;
    padding: 50px 0 40px;
    color: #e2e2e2;
    font-size: 14px;
    line-height: 18px;
}

.copyright {
    font-weight: normal;
    float: left;
}

.copyright .brand {
    position: relative;
    top: -2px;
    font-weight: 300;
    font-size: 18px;
}

.copyright div {
    padding-top: 6px;
}

.copyright div a:hover {
    color: #535a5f;
}

.socials {
    float: right;
    color: #fff;
    margin-top: -4px;
    overflow: hidden;
}

.socials .fa {
    background-color: #ddd;
    font-size: 25px;
    float: left;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 500px;
    text-align: center;
}

.socials .fa:hover {
    color: #fff;
    background-color: #303030;
}

.socials .fa +.fa {
    margin-left: 16px;
}

.socials .fa.fa-pinterest {
    font-size: 30px;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 640px;
    overflow: hidden;
    width: 43px;
    height: 28px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0; 
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/



* iPad in portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)  
{
}

/*widescreen*/
@media only screen and (max-width: 1199px) {

}



/* iPhone */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
{

.home_banner
{
    height: 50px;
}



.home_banner_link
{
	padding-top: 0px;
    	font: bold 24px;
}

.home_banner_img 
{
  display: none !important;

}

.home_banner_title 
{
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
}

.section-main
{
	width: 100%;
    	background-color: white;
	
}

.navbar-static-top
{
	margin-top:0px;

}

.navbar-nav
{
	background-color: #ffffff; 
	background: #ffffff; 

}

.navbar-fixed-bottom
{
	position: static;
}

.col-sm-4
{
	width: 100% !important;
} 


.logo1
{
	background: url(../images/logo15.jpg)  no-repeat;
	width: 100%;
	height:100%;
	background-size: contain;
    	margin: auto;
    	text-align: center;
	
}




}

/* iPad in landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)  
{

.home_banner
{
    height: 220px;
}

}


