@charset "utf-8";
body {
	font: 1em/150% Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background-color: #D6EEF0;
	padding: 0;
	width:60%;
}
.see-our-current-menu{
	transition:0.2s all ease 0;	
}
.see-our-current-menu:hover{
	filter:brightness(0%);
}
.maintop {
    background-image: url("../images/bg-top.jpg");
    background-position: right bottom;
    background-size: cover;
	background-repeat:repeat-y;
}
.mainmid {
    background-image: url("../images/wood-bg.jpg");
    background-position: center top;
	background-size:900px;
}
.mid3 {
    display: table;
    margin: 0 auto;
    padding-top: 70px;
    text-align: center;
    width: 70%;
}
.mid3::after {
    clear: both;
}
.mid3-1 {
    float: left;
    width: 50%;
}
.mid3-2 {
    float: left;
    width: 50%;
	text-align:right;
}
.button {
    max-width: 100%;
    padding: 0 20px 20px;
    width: 64%;
}
.tags{
	position:fixed;	
}
.mid4, .phoneno {
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    font-family: "Slabo 27px",serif;
    font-size: 22px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 1200px;
	box-shadow: 1px 1px 3px #000;
	max-width:80%;
}
a{
	color:#39605f;
}
.top3{
	position:relative;	
}
@media only screen and (min-width: 1200px) {
.hidden-large {
	display: none !important;
}
.visible-large {
	display: inherit !important;
}
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.hidden-tablet {
	display: inherit !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-phone {
	display: inherit !important;
}
.visible-phone {
	display: none !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
.str-sign{
	width:27%;	
}
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
.hidden-large {
	display: inherit !important;
}
.visible-large {
	display: none !important;
}
.hidden-desktop {
	display: none !important;
}
.visible-desktop {
	display: inherit !important;
}
.hidden-tablet {
	display: inherit !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-phone {
	display: inherit !important;
}
.visible-phone {
	display: none !important;
}
}

@media (min-width: 768px) and (max-width: 959px) {
.hidden-large {
	display: inherit !important;
}
.visible-large {
	display: none !important;
}
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.hidden-tablet {
	display: none !important;
}
.visible-tablet {
	display: inherit !important;
}
.hidden-phone {
	display: inherit !important;
}
.visible-phone {
	display: none !important;
}
}

@media (max-width: 767px) {
body {
	width:100%;	
}
.button{
	min-width:45%;
}
.maintop {
	background-position: center bottom;
}
.header{
	margin-top:20px!important;	
}
.facebook-link{
	width:40px!important;	
}
.str-sign{
	width:50%!important;	
}
.social{
	margin-right:5px !important;
}
.lace-border{
	width:100%!important;
}
.hidden-large {
	display: inherit !important;
}
.visible-large {
	display: none !important;
}
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.hidden-tablet {
	display: inherit !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-phone {
	display: none !important;
}
.visible-phone {
	display: inherit !important;
}
}
@media (max-width: 1162px) {
.mid3-1 {
    margin: 0 auto;
    float:none;
}
.mid3-2 {
    margin: 0 auto;
    text-align: center;
    float:none;
}
.button {
    padding: 20px;
}
.mid3 {
    display: block;
    width: 100%;
}
}