@font-face {
  font-family: "Prompt";
  src: url(assets/fonts/Prompt-ExtraLight.ttf) format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Prompt";
  src: url(assets/fonts/Prompt-ExtraLightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic; }
  
.home-design{width:100%; height:auto; position:relative;}
.home-design figure{ position:relative;}
.home-design figure img.full{width:100%; height:auto;}
.home-design figure .detail{ position:absolute; bottom:0; width:100%; background:rgba(0, 0, 0, 0.6) none repeat scroll 0px 0px;}
.home-design figure .detail .topic{ font-weight:bold; font-size:20px;}
.home-design figure .detail .detail-container{ padding:30px 20px; text-align:center; color:#FFF;}
  
body {
  background-color: #ffffff;
  font-family:Prompt;
  color: #000;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 24px;
  position:relative;
}

.no-padding {
  padding: 0;
}

#showHeader{position:relative;}
.pic-top{width:200px; height:362px; background:url(assets/img/pic-top.png); position:absolute; top:0; right:0; z-index:11111;}
.pic-bottom{width:200px; height:561px; background:url(assets/img/pic-bottom.png); position:absolute; bottom:40px; left:0;}
.pic-bottom2{width:100px; height:93px; background:url(assets/img/pic-bottom2.png); position:absolute; bottom:120px; right:0;}

.w3-tag{margin-bottom:8px;}

.mu-about-us-right ul {
  margin-bottom: 20px;
  padding-left: 10px;
}

.mu-about-us-right ul li {
  line-height: 24px;
  margin-bottom: 10px;
}

.mu-about-us-right ul li:before {
  content: "\f0da";
  font-family: fontAwesome;
  margin-right: 10px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  font-family:Prompt;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}

img {
  border: none;
  max-width: 100%;
}

.gold {
   position: absolute;
   transform: translate(-50%,-50%);
   top: 50%;
   left: 50%;
   font-weight: bold;
   background-image: linear-gradient( to right, #462523 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100% );
   color:transparent;
   -webkit-background-clip:text;
}

.wt-readmore-btn {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  font-size: 16px;
  padding: 15px 35px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.wt-readmore-btn::after {
  bottom: 5px;
  content: "";
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.wt-readmore-btn:hover, 
.wt-readmore-btn:focus {
  color: #fff;
}

.wt-readmore-btn:hover::after, 
.wt-readmore-btn:focus::after {
  bottom: 0px;
  content: "";
  left: 0px;
  right: 0px;
  top: 0px;
}

.wt-browsmore-btn {
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.5px;
  padding: 12px 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.wt-browsmore-btn:hover, 
.wt-browsmore-btn:focus {
  color: #fff;
}

.wt-send-btn {
  background-color: #255d91;
  border: 1px solid #FFFFFF;
  display: inline-block;
  font-size: 16px;
  padding: 10px 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-shadow: 2px 2px 4px #eaeaea;
  font-weight:bold;
}

.wt-send-btn:hover, 
.wt-send-btn:focus {
  color: #ecb946;
}

/*==================
 HEADER SECTION
====================*/
.navbar-header
{
	float:left;
}

#wt-header {
  background-color: #FFF;
  /*position: fixed;*/
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}


/*==================
 NAVBAR SECTION
====================*/
.wt-main-navbar {
  background-color: transparent;
  border: none;
  padding: 20px 0;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.wt-main-navbar .wt-main-nav {
	font-size:18px;
}

.wt-main-navbar .wt-main-nav li a {
  color: #255d91;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight:bold;
}

.wt-main-navbar .wt-main-nav .dropdown-menu {
  background-color: #fff;
  border-radius: 0;
}

.wt-main-navbar .wt-main-nav .dropdown-menu li a {
  padding: 10px 20px;
}

.wt-main-navbar .navbar-header .navbar-brand {
  display: inline-block;
  font-weight: 700;
  font-size: 35px;  
  padding: 0;
  margin-top: 16px;
  height: 34px;
  width: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.wt-main-navbar .navbar-header .navbar-brand img {
  margin-top: -28px;
}


.wt-main-navbar .navbar-header .navbar-brand-small {
  height: 20px;
  margin-top: 16px;
  width: 105px;
}

.wt-main-navbar .navbar-header .navbar-brand-small span {
  margin-top: -4px;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}


/*scrol to top*/

.scrollToTop {
  bottom: 60px;
  color: #fff;
  display: none;
  font-size: 30px;
  line-height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 55px;
  z-index: 999;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: 55px;
  border-radius: 50%;
}


.scrollToTop:hover,
.scrollToTop:focus {
  color: #fff;
}

/*==================
	SLIDER SECTION
====================*/

#wt-slider {
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}

.wt-slider-area {
  display: inline;
  float: left;
  width: 100%;
}

.wt-top-slider {
  display: inline;
  float: left;
  width: 100%;
}

.wt-top-slider-single {
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}

.wt-top-slider .wt-top-slider-single:after {
  /*background-color: rgba(0, 0, 0, 0.6);*/
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.wt-top-slider .wt-top-slider-single img {
  width: 100%;
}

.wt-top-slider .wt-top-slider-single .wt-top-slider-content {
  position: absolute;
  left: 15%;
  top: 30%;
  right: 15%;
  text-align: center;
  z-index: 99;
}

.wt-top-slider .wt-top-slider-single .wt-top-slider-content .wt-slider-small-title {
  font-family: "Tangerine", cursive;
  font-size: 100px;
  font-weight: 400;
  line-height: 40px;
}

.wt-top-slider .wt-top-slider-single .wt-top-slider-content .wt-slider-title {
  color: #fff;
  font-size: 70px;
  line-height: 90px;
}

.wt-top-slider .wt-top-slider-single .wt-top-slider-content p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 0 30px;
}

.wt-top-slider .slick-prev::before {
  content: "\f177";
  font-family: fontAwesome;
}

.wt-top-slider .slick-next::before {
  content: "\f178";
  font-family: fontAwesome;
}

.wt-top-slider .slick-prev,
.wt-top-slider .slick-next {
  background-color: transparent;
  border: 2px solid #888;
  height: 60px;
  top: 50%;
  width: 70px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.wt-top-slider .slick-prev::before,
.wt-top-slider .slick-next::before {
  color: #888;
}

.wt-top-slider .slick-prev:hover, 
.wt-top-slider .slick-prev:focus,
.wt-top-slider .slick-next:hover,
.wt-top-slider .slick-next:focus {
  color: #fff;
}

.wt-top-slider .slick-prev:hover::before, 
.wt-top-slider .slick-prev:focus::before,
.wt-top-slider .slick-next:hover::before,
.wt-top-slider .slick-next:focus::before {
  color: #fff;
}

.wt-top-slider .slick-prev {
  left: 20px;
}

.wt-top-slider .slick-next {
  right: 20px;
}

.wt-top-slider .slick-dots {
  bottom: 20px;
}

.wt-top-slider .slick-dots li button {
  border-radius: 50%;
}

.wt-top-slider .slick-dots li button::before {
  color: transparent;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.wt-top-slider .slick-dots li.slick-active button::before {
  color: transparent;
  border-radius: 50%;
  opacity: 1;
}

/* comming soon */
#wt-soon {
  display: inline;
  float: left;
  width: 100%;
  padding: 10px 0 20px 0;
  background:#175e53;
  color:#c2b35d;
  font-size:48px !important;
  line-height:70px;
  font-weight:bold;
}

/*==================
	ABOUT US SECTION
====================*/

#wt-about-us {
  display: inline;
  float: left;
  width: 100%;
  padding: 70px 0 100px 0;
}
#wt-about-us .wt-title h2{ color:#000;}

.wt-about-us-area {
  display: inline;
  float: left;
  width: 100%;
}

.wt-about-us-right {
  display: inline;
  width: 100%;
}

.wt-about-us-right ul {
  margin-bottom: 20px;
  padding-left: 25px;
}

.wt-about-us-right ul li {
  line-height: 24px;
  margin-bottom: 10px;
}

.wt-about-us-right ul li:before {
  content: "\f0da";
  font-family: fontAwesome;
  margin-right: 10px;
}

.wt-about-us-left {
  display: inline;
  float: left;
  margin-top: 20px;
  padding-top: 30px;
  padding-right: 15px;
  width: 100%;
}

.wt-title {
  display: inline;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.wt-title .wt-subtitle {
  font-size: 50px;
  font-family: "Tangerine", cursive;
  line-height: 30px;
}

.wt-title h2 {
  color: #000;
  font-size: 35px;
  margin-bottom: 5px;
}

/*=================
DESIGN
===================*/
#wt-design {
  display: inline;
  float: left;
  width: 100%;
  padding: 70px 0;
  background:#68606b;
}


/*=================
LOCATION
===================*/
#wt-location {
  display: inline;
  float: left;
  width: 100%;
  padding: 50px 0 20px 0;
  background:#c2b35d;
}



/*==================
 COUNTER SECTION
====================*/

#wt-counter {
  background-attachment: fixed;
  background-image: url("assets/img/counter-bg.jpeg");
  background-size: cover;
  display: inline;
  float: left;
  width: 100%;
}

.wt-counter-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  display: inline;
  padding: 100px 0;
  float: left;
  width: 100%;
}

.wt-counter-area {
  display: inline;
  float: left;
  width: 100%;
}

.wt-counter-nav {
  display: inline-block;
  width: 100%;
}

.wt-counter-nav li {
  display: inline-block;
}

.wt-counter-nav li:last-child {
  border-right: none;
}

.wt-counter-nav li .wt-single-counter {
  color: #fff;
  display: inline;
  float: left;
  padding: 25px 0;
  text-align: center;
  width: 100%;
}

.wt-counter-nav li .wt-single-counter span {
  font-family: "Tangerine", cursive;
  font-size: 40px;
}

.wt-counter-nav li .wt-single-counter h3 {
  font-size: 50px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.wt-counter-nav li .wt-single-counter h3 span {
  font-family: "Open Sans", sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
}

.wt-counter-nav li .wt-single-counter h3 sup {
  font-weight: normal;
  display: inline-block;
  font-size: 35px;
}

.wt-counter-nav li .wt-single-counter p {
  font-size: 18px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
}

/*==================
 MENU ITEM SECTION
====================*/

#wt-restaurant-menu {
  display: inline;
  float: left;
  width: 100%;
  padding: 100px 0;
}

.wt-restaurant-menu-area {
  display: inline;
  float: left;
  width: 100%;
}

.wt-restaurant-menu-content {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
}

.wt-restaurant-menu {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: none;
}

.wt-restaurant-menu li {
  display: inline-block;
  float: none;
}

.wt-restaurant-menu li a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  margin: 0 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.wt-restaurant-menu li a:hover,
.wt-restaurant-menu .active a,
.wt-restaurant-menu .active a:hover,
.wt-restaurant-menu .active a:focus {
  background-color: #FFF;
}

.wt-tab-content-area {
  display: inline;
  float: left;
  width: 100%;
  padding: 50px 0;
}

.wt-tab-content-left {
  display: inline;
  float: left;
  padding-right: 15px;
  width: 100%;
}

.wt-tab-content-right {
  display: inline;
  float: left;
  padding-left: 15px;
  width: 100%;
}

.wt-menu-item-nav li {
  border-bottom: 1px dashed #ccc;
  display: inline;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 15px;
  width: 100%;
}

.wt-menu-item-nav li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.wt-menu-item-nav li .media .media-left {
  width: 110px;
  height: 110px;
}

.wt-menu-item-nav li .media .media-left a,
.wt-menu-item-nav li .media .media-left a img {
  display: block;
  width: 110px;
  height: 110px;
}

.wt-menu-item-nav li .media .media-body .media-heading {
  font-size: 20px;
  margin-bottom: 10px;
}

.wt-menu-item-nav li .media .media-body .media-heading a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.wt-menu-item-nav li .media .media-body .wt-menu-price {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 20px;
}

.wt-menu-item-nav li .media .media-body p {
  margin-top: 10px;
  font-size: 14px;
}

/*==================
RESERVATION SECTION
====================*/

#wt-reservation {
  background-color: #222;
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}

.wt-reservation-area {
  display: inline;
  float: left;
  width: 100%;
}

.wt-reservation-area .wt-title h2 {
  color: #fff;
}

.wt-reservation-content {
  display: inline;
  float: left;
  margin-top: 20px;
  padding: 0 100px;
  width: 100%;
}

.wt-reservation-content h3 {
  color: #fff;
  display: inline-block;
  padding-bottom: 10px;
  font-weight: bold;
}

.wt-reservation-content p {
  color: #fff;
  letter-spacing: 0.5px;
  padding: 0 50px;
  text-align: center;
}

.wt-reservation-left {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
}

.wt-reservation-form .form-control {
  margin-bottom: 20px;
}

.wt-reservation-form input[type="text"],
.wt-reservation-form input[type="email"] {
  border-radius: 0;
  color: #000;
  height: 40px;
}

.wt-reservation-form input[type="text"]:focus,
.wt-reservation-form input[type="email"]:focus {
  box-shadow: none;
}

.wt-reservation-form input[type="text"]::-webkit-input-placeholder,
.wt-reservation-form input[type="email"]::-webkit-input-placeholder {
  color: #555;
}

.wt-reservation-form input[type="text"]:-moz-placeholder,
.wt-reservation-form input[type="email"]:-moz-placeholder {
  color: #555;
}

.wt-reservation-form input[type="text"]::-moz-placeholder,
.wt-reservation-form input[type="email"]::-moz-placeholder {
  color: #555;
}

.wt-reservation-form input[type="text"]:-ms-input-placeholder,
.wt-reservation-form input[type="email"]:-ms-input-placeholder {
  color: #555;
}

.wt-reservation-form select {
  border-radius: 0;
  height: 40px;
}

.wt-reservation-form select:focus {
  box-shadow: none;
}

.wt-reservation-form select option {
  margin-bottom: 10px;
  color: #000;
}

.wt-reservation-form textarea {
  border-radius: 0;
  color: #000;
  padding: 10px;
}

.wt-reservation-form textarea:focus {
  box-shadow: none;
}

.wt-reservation-form textarea::-webkit-input-placeholder {
  color: #555;
}

 .wt-reservation-form textarea:-moz-placeholder {
  color: #555;
}

.wt-reservation-form textarea::-moz-placeholder {
  color: #555;
}

.wt-reservation-form textarea:-ms-input-placeholder {
  color: #555;
}

.wt-reservation-form button[type="submit"] {
  border: none;
  margin-top: 20px;
  margin-left: 15px;
}

.datepicker {
  border-radius: 0;
  padding: 6px 10px;
}

.datepicker .datepicker-switch, 
.datepicker .prev, 
.datepicker .next, 
.datepicker tfoot tr th {
  font-size: 20px;
}

.table-condensed > thead > tr > th, 
.table-condensed > tbody > tr > th, 
.table-condensed > tfoot > tr > th, 
.table-condensed > thead > tr > td, 
.table-condensed > tbody > tr > td, 
.table-condensed > tfoot > tr > td {
  padding: 6px;
}

.datepicker table tr td.day:hover {
  color: #fff;
}

.wt-reservation-right {
  background-color: #fff;
  display: inline;
  float: left;
  margin-top: 40px;
  width: 100%;
  padding: 10px;
}

.wt-opening-hour {
  display: inline;
  float: left;
  width: 100%;
  padding: 10px;
}

.wt-opening-hour h2 {
  font-family: "Tangerine", cursive;
  font-size: 50px;
  margin: 10px 15px 20px;
  padding-bottom: 15px;
  text-align: center;
}

.wt-opening-hour ul li {
  margin-bottom: 25px;
  letter-spacing: 2px;
}

.wt-opening-hour ul p{
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

/*==================
 GALLERY SECTION
====================*/

#wt-gallery {
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
  background:#456b76;
}

.wt-gallery-area {
  display: inline;
  float: left;
  width: 100%;
}

.wt-gallery-content {
  display: inline;
  float: left;
  width: 100%;
}

.wt-gallery-body {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 20px;
}

.wt-single-gallery {
  display: inline;
  float: left;
  margin-bottom: 30px;
  width: 33.33%;
}

.wt-single-gallery:last-child {
  margin-bottom: 0px;
}

.wt-single-gallery .wt-single-gallery-item {
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}

.wt-single-gallery .wt-single-gallery-item:hover .wt-single-gallery-info {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

.wt-single-gallery .wt-single-gallery-item .wt-single-gallery-img {
  display: inline;
  float: left;
  overflow: hidden;
  width: 100%;
}

.wt-single-gallery .wt-single-gallery-item .wt-single-gallery-img img {
  
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.wt-single-gallery .wt-single-gallery-item .wt-single-gallery-info {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-top: 28%;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}


/*==================
 CONTACT SECTION
====================*/

#wt-contact {
  background-color: #175e53;
  color:#FFFFFF;
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}

.wt-contact-area {
  display: inline;
  float: left;
  width: 100%;
}

.wt-contact-content {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
}

.wt-contact-left {
  display: inline;
  float: left;
  width: 100%;
}

.wt-contact-left .form-group {
  margin-bottom: 25px;
}

.wt-contact-left .form-group label {
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.wt-contact-form input[type="text"],
.wt-contact-form input[type="email"] {
  color: #000;
  border-radius: 0;
  height: 40px;
}

.wt-contact-form input[type="text"]:focus,
.wt-contact-form input[type="email"]:focus {
  box-shadow: none;
}

.wt-contact-form textarea {
  color: #000;
  border-radius: 0;
  padding: 10px;
}

.wt-contact-form textarea:focus {
  box-shadow: none;
}

.wt-contact-right {
  display: inline;
  float: left;
  padding: 0 30px;
  width: 100%;
}

.wt-contact-right .wt-contact-widget {
  display: inline;
  float: left;
  margin-bottom: 25px;
  width: 100%;
}

.wt-contact-right .wt-contact-widget h3 {
  margin-top: 0px;
  padding-bottom: 10px;
  display: inline-block;
}

.wt-contact-right .wt-contact-widget > p {
  letter-spacing: 0.5px;
  line-height: 26px;
}

.wt-contact-right .wt-contact-widget address {
  margin-top: 20px;
}

.wt-contact-right .wt-contact-widget address p {
  letter-spacing: 0.5px;
}

.wt-contact-right .wt-contact-widget address p i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.wt-contact-right .wt-contact-widget address p span {
  display: inline-block;
  margin-right: 20px;
  min-width: 130px;
}

#form-messages {
  margin-bottom: 10px;
    background-color: #fff;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
        border-radius: 4px;
}

.error{ color:#F00; display:inline !important;}
input.error,select.error{ border: 1px solid #F00 !important;}
label.error {display: none; font-weight:normal !important;}

/*==================
 MAP SECTION
====================*/

#wt-map {
  display: inline;
  float: left;
  height: 450px;
  width: 100%;
}

#wt-map iframe {
  width: 100%;
  height: 100%;
}

/*==================
 FOOTER SECTION
====================*/

#wt-footer {
  background-color: #444;
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}

.wt-footer-area {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
}

.wt-footer-social {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.wt-footer-social a {
  background-color: #555;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 47px;
  margin: 5px;
  text-align: center;
  width: 45px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.wt-footer-copyright {
  display: inline;
  float: left;
  width: 100%;
}

.wt-footer-copyright p {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #fff;
  padding-top:10px;
}

.wt-footer-copyright p a {
  color: #fff;
}

/*==================
 RESPONSIVE DESIGN
====================*/

@media (max-width: 1199px) {

  .wt-main-navbar .wt-main-nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wt-top-slider .wt-top-slider-single .wt-top-slider-content {
    position: absolute;
    left: 5%;
    top: 15%;
    right: 5%;
  }

  .wt-top-slider .wt-top-slider-single .wt-top-slider-content .wt-slider-small-title {
    font-size: 80px;
  }

  .wt-top-slider .wt-top-slider-single .wt-top-slider-content .wt-slider-title {
    font-size: 55px;
    line-height: 70px;
  }

  .wt-reservation-content {
    padding: 0;
  }

  .wt-testimonial-slider li .wt-testimonial-single {
    padding: 0 50px;
  }

  .wt-chef-nav .slick-list li .wt-single-chef .wt-single-chef-social {
    padding: 23px 5px;
  }

  .wt-single-gallery .wt-single-gallery-item .wt-single-gallery-info {
  padding-top: 26%;
  }

  
}


@media (max-width: 991px) {


  .wt-main-navbar .wt-main-nav li a {
    padding-left: 5px;
    padding-right: 5px;
  }

  .wt-top-slider-content .wt-reservation-btn {
    display: none;
  }

  .wt-about-us-left,
  .wt-reservation-form {
    text-align: center;
  }
  
  .wt-reservation-right {
    margin-top: 60px;
  }
  
  #wt-contact .wt-contact-area .wt-contact-content .wt-contact-right {
    margin-top: 50px;
    padding: 0;
  }

  #wt-gallery .wt-gallery-area .wt-gallery-content .wt-gallery-body .wt-single-gallery .wt-single-gallery-item .wt-single-gallery-info {
    padding-top: 22%;
  }

  #wt-client-testimonial .wt-client-testimonial-area .wt-testimonial-content .wt-testimonial-slider li .wt-testimonial-single {
    padding: 0 60px;
  }

  #wt-client-testimonial .wt-client-testimonial-area .wt-testimonial-content .wt-testimonial-slider li .wt-testimonial-single .wt-testimonial-info p::before {
    top: 40%;
  }


}


@media (max-width: 767px) {

  #wt-header {
    padding: 0 15px;
  }
  #top-menu a{color:#fff !important;}
  .navbar-header
	{
		position:static;
	}
	#wt-soon{font-size:28px !important; line-height:48px; font-weight:normal !important;}
	#wt-location{padding:30px 0 20px 0;}
  .navbar-default .navbar-toggle {
    border-radius: 0px;
	position:absolute;
	right:0;
  }

  .navbar-default .navbar-toggle:hover, 
  .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }

  .wt-main-navbar .wt-main-nav {
    background-color: #175e53;
    text-align: left;
  }
  
  #navbar{margin-top:15px;}
  
  .wt-main-navbar .wt-main-nav li{
		border-bottom:#eaeaea solid 1px;  
		padding:0 20px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #fff;
  }

  #wt-counter .wt-counter-overlay .wt-counter-area .wt-counter-nav li {
    margin-top: 10px;
    margin-bottom: 10px;
    border-right: none;
  }
   
}


@media (max-width: 640px) {
  
  .navbar-default .navbar-toggle:hover, 
  .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }

  #wt-slider .wt-slider-area .wt-top-slider .wt-top-slider-single .wt-top-slider-content .wt-slider-title {
    font-size: 50px;
    line-height: 75px;
  }

 .wt-top-slider .wt-top-slider-single .wt-top-slider-content {
    top: 18%;
  }

  #wt-restaurant-menu .wt-restaurant-menu-area .wt-restaurant-menu-content .wt-restaurant-menu li a {
    font-size: 16px;
    margin: 0 5px;
  }

  #wt-gallery .wt-gallery-area .wt-gallery-content .wt-gallery-body .wt-single-gallery .wt-single-gallery-item .wt-single-gallery-info {
    padding-top: 18%;
  }

  #wt-client-testimonial .wt-client-testimonial-area .wt-testimonial-content .wt-testimonial-slider li .wt-testimonial-single {
    padding: 0;
  }

  .wt-testimonial-slider li .wt-testimonial-single .wt-testimonial-info p {
    font-size: 16px;
    line-height: 30px;
  }

  #wt-chef .wt-chef-area .wt-chef-content .wt-chef-nav .slick-list li .wt-single-chef .wt-single-chef-social a {
    margin: 0 3px;
    padding: 3px 0;
    width: 30px;
  }

  .wt-top-slider .slick-dots {
    display: none !important;
  } 

  .wt-top-slider .wt-top-slider-single .wt-top-slider-content .wt-slider-small-title {
    font-size: 45px;
    line-height: 35px;
  }

  .wt-top-slider .wt-top-slider-single .wt-top-slider-content p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0px;
    padding: 0 5px;
  }

  #wt-slider .wt-slider-area .wt-top-slider .wt-top-slider-single .wt-top-slider-content .wt-slider-title {
    font-size: 30px;
    line-height: 50px;
  }

}


@media (max-width: 480px) {

  .wt-top-slider .wt-top-slider-single .wt-top-slider-content {
   top: 20%;
  }

  .wt-top-slider .wt-top-slider-single .wt-top-slider-content p {
    display: none;
  }
 
  .wt-reservation-content p {
    padding: 0;
  }


  .wt-title {
    margin-bottom: 0;
  }

  #wt-client-testimonial .wt-client-testimonial-area .wt-testimonial-content .wt-testimonial-slider li .wt-testimonial-single {
    padding: 0;
  }

  #wt-subscription .wt-subscription-area .wt-subscription-form input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
  }

  #wt-subscription .wt-subscription-area {
    padding: 0;
    text-align: center;
  }

  #wt-subscription .wt-subscription-area .wt-subscription-form .wt-readmore-btn {
    width: auto;
  }

  #wt-gallery .wt-gallery-area .wt-gallery-content .wt-gallery-body .wt-single-gallery {
    width: 100%;
  }

   #wt-gallery .wt-gallery-area .wt-gallery-content .wt-gallery-body .wt-single-gallery .wt-single-gallery-item .wt-single-gallery-info {
    padding-top: 30%;
  }

  #wt-map {
    height: auto;
  }

  #wt-restaurant-menu .wt-restaurant-menu-area .wt-restaurant-menu-content .wt-restaurant-menu li {
    margin-bottom: 10px;
  }
  
  
}

@media (max-width: 360px) {

  #wt-slider .wt-slider-area .wt-top-slider .wt-top-slider-single .wt-top-slider-content .wt-slider-title {
    font-size: 22px;
    line-height: 30px;
  }

  .wt-top-slider .wt-top-slider-single .wt-top-slider-content .wt-slider-small-title {
    font-size: 30px;
    line-height: 25px;
  }

  #wt-restaurant-menu .wt-restaurant-menu-area .wt-restaurant-menu-content .wt-restaurant-menu li {
    margin-bottom: 12px;
  }

  #wt-about-us {
    padding: 100px 0 50px;
  }

  #wt-restaurant-menu {
    padding-bottom: 0px;
  }

  #wt-reservation .wt-reservation-area .wt-reservation-content {
    padding: 0;
  }

  .wt-opening-hour h2 {
    font-size: 42px;
    padding-bottom: 10px;
  }

  .wt-title h2 {
    font-size: 28px;
  }

  #wt-client-testimonial .wt-client-testimonial-area .wt-testimonial-content .wt-testimonial-slider li .wt-testimonial-single .wt-testimonial-info p {
    font-size: 16px;
    line-height: 24px;
  }
  
  #wt-contact .wt-contact-area .wt-contact-content .wt-contact-right {
    text-align: center;
  }

  #wt-contact .wt-contact-area .wt-contact-content .wt-contact-right .wt-contact-widget address {
    text-align: left;
  }

  #wt-contact {
    padding: 100px 0 50px;
  }

  #wt-gallery .wt-gallery-area .wt-gallery-content .wt-gallery-body .wt-single-gallery .wt-single-gallery-item .wt-single-gallery-info {
    padding-top: 27%;
  }

  #wt-footer .wt-footer-area .wt-footer-social a {
    font-size: 18px;
  }

  .wt-menu-item-nav li {
    text-align: center;
  }

  #wt-restaurant-menu .wt-restaurant-menu-area .wt-restaurant-menu-content .wt-tab-content-area .wt-menu-item-nav li .media .media-left {
    height: auto;
    width: 100%;
    margin-right: 0;
    float: left;
  }

  #wt-restaurant-menu .wt-restaurant-menu-area .wt-restaurant-menu-content .wt-tab-content-area .wt-menu-item-nav li .media .media-left a{
    display: inline-block;
    margin-bottom: 10px;
  }

  #wt-restaurant-menu .wt-restaurant-menu-area .wt-restaurant-menu-content .wt-tab-content-area .wt-menu-item-nav li .media .media-left a img {
    display: inline-block;
  }

  #wt-map {
    height: 250px;
  }

  .wt-contact-form .wt-send-btn {
    width: 100%;
  }

}


@media (max-width: 320px) {

  #wt-gallery .wt-gallery-area .wt-gallery-content .wt-gallery-body .wt-single-gallery .wt-single-gallery-item .wt-single-gallery-info {
    padding-top: 25.5%;
  }

  
}
