/*
Theme Name: UCH
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: RepIndia
Author URI: www.repindia.com/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */
@charset "utf-8";

/* CSS Document */
body {
  font-size: 14px;
  font-family: 'Didot';
  background: #E8E3D2;
  margin: 0px;
  padding: 0px;
  position: relative;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  /*#4d4c44*/
}

h1 {
  font-family: 'Didot';
  font-size: 16px;
  color: #26313D;
  margin: 0px 0px 20px 0px;
  text-align: center;
}

h2 {
  font-family: 'Didot';
  font-size: 16px;
  color: #26313D;
  margin: 0px 0px 20px 0px;
  text-align: center;
}

p {
  color: #26313D;
  font-size: 15px;
  margin: 0px;
  line-height: 24px;
  font-family: 'Didot';
}

h3 {
  font-family: 'Didot';
  color: #E8E4D3;
  font-size: 43px;
  margin: 0px;
  text-transform: uppercase;
}

/*Header*/
/*=====Nav=====*/
.wrapper {
  max-width: 1600px;
  margin: 0px auto;
  display: block;
  height: auto;
  position: relative;
}

header {
  -webkit-transition: height 0.6s;
  -moz-transition: height 0.6s;
  -ms-transition: height 0.6s;
  -o-transition: height 0.6s;
  z-index: 99999;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #381E24;
  height: 164px;
}

header.fixed {
  left: 0px;
  width: 100%;
  top: 0px;
  -webkit-transition: height 0.6s;
  -moz-transition: height 0.6s;
  -ms-transition: height 0.6s;
  -o-transition: height 0.6s;
  height: 106px;
  z-index: 99999;
}

header.fixed .top_header {
  padding: 15px;
  min-height: 70px;
}

header.fixed .top_header .reservation {
  margin-top: 0px;
  position: absolute;
  left: 35px;
  top: 10px;
  z-index: 9999;
  background: #381e24;
}

header.fixed .top_header .telephone {
  margin-top: 0px;
  position: absolute;
  right: 35px;
  top: 18px;
  z-index: 9999;
  background: #381e24;
}

.fixed.logo {
  width: 64px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.inner_heading h1 {
  font-family: 'Didot';
  color: #E8E4D3;
  font-size: 43px;
  margin: 0px;
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-top: 40px;
}

.logo a {
  display: block;
  z-index: 9999;
  width: 100%;
}

.logo .logo01 {
  opacity: 1;
  background: #381e24;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  max-width: 100%;
  height: auto
}

.logo .logo02 {
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 60px;
  padding: 0px 10px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.fixed.logo .logo02 {
  opacity: 1;
  background: #381e24;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  max-width: 100%;
  height: auto;
  display: block;
}

.fixed.logo .logo01 {
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

/* .container {
  max-width: 710px;
} */

.container02 {
  max-width: 1020px;
  margin: auto;
  position: relative;
}

.top_header {
  position: relative;
  padding: 15px 0px 115px 0px;
}

.logo {
  width: 160px;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 999;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  background: #381e24;
  padding: 0px 6px;
}

.reservation {
  width: 50px;
  margin-top: 0px;
  position: absolute;
  left: 35px;
  top: 43px;
  z-index: 9999;
  background: #381e24;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  padding: 0px 6px;
}

.reservation a,
.reservation a.show,
.telephone a,
.telephone a.show {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  display: block;
}

.telephone01 {
  width: 28px;
  display: block;
  margin: auto;
}

.reservation01 {
  width: 38px;
  display: block;
  margin: auto;
}

.reservation a.show .reservation02 {
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.reservation a.show .reservation01 {
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.reservation02 {
  width: 50px;
  padding: 0px 6px;
  position: absolute;
  left: 0px;
  opacity: 0;
  top: -1px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.telephone02 {
  padding: 0 6px;
  position: absolute;
  right: -7px;
  top: -15px;
  transition: all 0.6s ease 0s;
  width: 58px;
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  padding: 0px 6px;
}

.telephone a.show .telephone02 {
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.telephone a.show .telephone01 {
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.telephone {
  width: 45px;
  position: absolute;
  padding: 0px 6px;
  right: 35px;
  top: 52px;
  z-index: 9999;
  background: #381e24;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.header {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.my_nav {
  position: relative;
  background: #B18939;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.my_nav .navbar-nav {
  float: none;
  text-align: center;
  width: auto;
  display: table;
  margin: 0px auto;
}

.my_nav .navbar {
  width: 100%;
  min-height: 34px;
  height: auto;
  background: #B18939;
  border-radius: 0px;
  margin-bottom: 0px;
  border: 0px;
  padding: 0px;
}

.my_nav .drop_down {
  position: relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}

.my_nav .navbar-inverse .navbar-nav>li>a {
  font-family: 'brandon_grotesquelight';
  color: #e8e4d3;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 40px;
  letter-spacing: 2px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.my_nav .navbar-inverse .navbar-nav>li>a:hover,
.my_nav .navbar-inverse .navbar-nav>li.active a {
  color: white;
  background: #4D2315;
  box-shadow: none;
}

.current-menu-item a {
  color: #381E24 !important;
}

.dropdown_menu {
  position: absolute;
  bottom: -66px;
  padding: 0px;
  z-index: 99;
  width: 100%;
  display: none;
}

.dropdown_menu li {
  list-style: none;
  background: #FFF;
  margin-bottom: 3px;
}

.dropdown_menu li a {
  font-family: 'brandon_grotesquelight';
  font-size: 14px;
  color: #77726e;
  display: block;
  padding: 5px;
}

.my_nav .navbar-header {
  margin-top: 0px;
  width: 100%;
}

.my_nav .navbar-collapse {
  padding-left: 0px;
}

.my_nav .navbar-brand {
  padding: 0px;
  line-height: 0px;
  height: auto;
  width: 25%;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background: none;
}

.my_nav .navbar-collapse {
  padding-right: 0px;
}

/*======Header End======*/
article {
  margin-top: 164px;
}

.read_more {
  border: solid 1px #BCAD84;
  color: #26313d;
  padding: 7px 10px;
  display: block;
  margin: 0px auto;
  vertical-align: middle;
  width: 154px;
  z-index: 1;
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.read_more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #37474f;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.read_more:hover {
  color: #fff;
  border: 1px solid transparent;
  background-color: #b18939;
}

.wpcf7-submit.read_more:hover,
.wpcf7-submit.read_more:focus,
.wpcf7-submit.read_more:visited {
  background-color: #b18939;
  border: 1px solid #b18939 !important;
  box-shadow: none !important;
  outline: none !important;
}

.read_more:hover:before {
  opacity: 1;
  background-color: #b18939;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.page-id-252 div.wpcf7-response-output {
  margin-bottom: 20px !important;
}

.page-id-35 .banner_caption .read_more {
  color: #FFF;
}

/*=================Article start================*/
.media_section .wow>div {
  position: relative;
}

.media_section .wow>div:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  min-height: 100%;
  z-index: 2;
  left: 0px;
  top: 0px;
}

.section01 {
  width: 100%;
  display: block;
  margin: 80px 0px;
  overflow: hidden
}

.section01 .content {
  width: 100%;
  display: block;
  height: auto;
}

.section01 .content .item {
  width: 25%;
  padding: 2px 40px;
  float: left;
  text-align: center;
  margin-bottom: 40px;
}

.section01 .content .item .text {
  margin-top: 15px;
}

.section01 .content .item .image {
  border: solid 1px #b18939;
  overflow: hidden;
  -moz-transition: all 10s;
  -o-transition: all 10s;
  -webkit-transition: all 10s;
  -ms-transition: all 10s;
}

.section01 .content .item .image img {
  -moz-transition: all 10s;
  -o-transition: all 10s;
  -webkit-transition: all 10s;
  -ms-transition: all 10s;
}

.banner_below_section {
  background: #381e24;
  padding: 10px 0px;
  text-align: center;
}

.banner_below_section ul {
  padding: 0px;
  overflow: hidden;
  display: table;
  margin: 0px auto;
}

.banner_below_section ul li {
  display: block;
  float: left;
  background: url(../images/banner_below_icon.png) no-repeat 0px 3px;
  background-size: 8px;
}

.banner_below_section ul li:first-child {
  background: none;
}

.banner_below_section ul li a {
  padding: 0px 20px;
  color: #E8E4D3;
  font-size: 15px;
}

.text h4 {
  font-size: 15px;
  color: #000;
  text-align: center;
  margin: 10px 0px;
}

.text p {
  margin: 10px 0px;
  line-height: 20px;
  min-height: 80px;
  font-size: 12px;
  font-weight: normal;
}

.stack_section {
  overflow: hidden;
}

.stack_section .top {
  display: block;
  height: auto;
  text-align: center;
  padding: 20px;
}

.stack_section h3 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.stack_section .top p {
  margin: 20px auto 50px auto;
  max-width: 500px;
}

.stack_section {
  overflow: hidden;
}

.stack_section h2 {
  margin-bottom: 20px;
}

.stack_section .col-sm-6 {
  padding: 0px;
}

.nostalgia_section {
  position: relative;
}

.nostalgia_icon01 img {
  width: 40px;
}

.nostalgia_icon02 img {
  width: 360px;
  margin-bottom: 40px;
}

.nostalgia_text p {
  margin: 20px auto;
  max-width: 500px;
}

.nostalgia_text {
  text-align: center;
  padding: 20px;
}

.nostalgia_text h2 {
  margin: 0px;
  padding: 20px 0px;
}

.bottom {
  position: relative;
}

.top {
  position: relative;
}

.heading_icon {
  width: 70px;
  display: block;
  margin: auto;
}

.banner_caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 70%;
  text-align: center;
  z-index: 99;
}

.banner_caption h2 {
  color: #e8e4d3;
}

.banner_caption img {
  width: 40px;
  display: block;
  margin: auto;
  height: auto;
  max-width: 100%;
}

.banner_caption p {
  color: #E8E4D3;
  font-size: 18px;
}

.banner_conatiner {
  position: relative;
}

.list-itme .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  height: auto;
}

.date_picker span {
  width: 100%;
  height: auto;
  display: block;
}

.banner_calender {
  position: absolute;
  right: 50px;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 260px;
  /*background:#381e24; width:250px; height:300px; padding:10px 30px; box-shadow:0px 3px 5px rgba(0,0,0,0.5)*/
}

/*.banner_calender h2{ color:#e8e4d3; background:#381e24; z-index:999; display:table; margin:0px auto;}
.banner_calender h2:after{ content:"";position:absolute;top:18px;height:1px;background:#bcad84; left:10px;z-index:-9;width:229px;}
.outer_line02{position:absolute; bottom:18px; width:229px; height:1px; background:#bcad84;  left:10px;}
.outer_line03{ position:absolute; top:18px; width:1px; height:264px; background:#bcad84;  left:10px;}
.outer_line04{position:absolute; top:18px; width:1px; height:264px;background:#bcad84;  right:10px;}*/
.calender_content {
  position: relative;
}

/*.ui-datepicker{ top:86px !important;}*/
.form-control {
  border-color: #bcad84;
  border-radius: 0px;
  background: none;
  color: #e8e4d3;
  font-size: 14px;
  font-family: 'Didot';
  font-weight: normal;
}

.form-control:hover,
.form-control:focus {
  box-shadow: none;
  text-shadow: none;
  border-color: #bcad84;
}

.date_picker .item {
  position: relative;
  width: 100%;
}

.list-itme img {
  position: absolute;
  right: 2px;
  top: 6px;
  width: 25px !important;
  cursor: pointer;
  padding: 9px;
}

.list-itme .item:after {
  content: "";
  position: absolute;
  min-height: 100%;
  width: 1px;
  background: #bcad84;
  right: 30px;
  display: block;
  top: 0px;
}

.date_picker label,
.time_picker label,
.person_picker label {
  text-align: center;
  display: block;
  color: #e8e4d3;
  font-size: 14px;
  font-weight: 400;
}

.time_person_picker {
  display: block;
  margin-top: 20px;
  margin-left: -5px;
  margin-right: -5px;
}

.time_picker .item {
  position: relative;
  width: 100%;
}

.time_picker .item .form-control {
  padding: 6px 8px;
}

.time_picker {
  width: 60%;
  float: left;
  padding: 0px 5px;
}

.time_person_picker {
  overflow: hidden;
}

.person_picker {
  width: 40%;
  float: left;
  padding: 2px 5px;
}

.person_picker .form-control {
  width: 100%;
  background: url(../images/dropdown_arrow.png) 86% 14px no-repeat;
  background-size: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}

.person_picker .item {
  position: relative;
}

.person_picker .item:after {
  content: "";
  position: absolute;
  min-height: 100%;
  width: 1px;
  background: #bcad84;
  right: 30px;
  display: block;
  top: 0px;
}

.time_picker .item:after {
  content: "";
  position: absolute;
  min-height: 100%;
  width: 1px;
  background: #bcad84;
  right: 30px;
  display: block;
  top: 0px;
}

.time_picker .item img {
  position: absolute;
  right: 12px;
  top: 14px;
  width: 6px;
  cursor: pointer;
}

.btn-default {
  font-family: 'Didot';
  font-size: 16px;
  color: #381e24;
  border-radius: 0px;
  background: #bcad84;
  margin-top: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-shadow: none;
  box-shadow: none;
}

.btn-default:hover {
  color: #bcad84;
  border-radius: 0px;
  background: #381e24;
}

.make_res_icon {
  width: 30px;
  margin: 10px auto;
  display: block;
  height: auto;
}

.expirence_section {
  margin-bottom: 100px;
}

.banner_caption .banner_calender {
  right: inherit;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: none;
  width: 100%;
  box-shadow: none;
  height: auto;
  width: 250px;
}

.banner_caption .banner_calender .btn-default {
  margin-top: 0px !important;
}

.banner_caption .banner_calender form {
  width: 250px;
  margin: 10px auto;
}

.banner_caption .banner_calender h2 {
  display: block;
  background: none;
  position: inherit;
}

.banner_caption .banner_calender h2:after {
  background: none;
}

.section01 .content .item.uch_report_section:nth-child(2) {
  width: 50%;
  position: relative;
}

.section01 .content .item.uch_report_section .read_more {
  width: 200px;
  border-color: #e8e4d3;
  color: #e8e4d3;
  margin-top: 20px;
}

.banner_caption .banner_calender p {
  font-size: 13px;
  font-family: 'Didot';
  font-weight: 400;
  line-height: 16px;
}

.legacy_section {
  background-size: cover;
  width: 100%;
  min-height: 700px;
  position: relative;
  text-align: center;
}

.legacy_section .content {
  width: 60%;
  margin: 0px auto;
}

.page-id-252 .legacy_section .content {
  width: 460px;
  margin: 0px auto;
}

.legacy_section .content h2,
.legacy_section .content p {
  color: #e8e4d3;
}

.legacy_section .content p {
  margin: 20px 0px;
  text-align: justify;
  padding-right: 30px;
}

.summer_special_section {
  width: 100%;
  margin: 20px 0px 150px 0px;
  overflow: hidden;
  text-align: center;
}

.summer_special_section .col-sm-4 {
  padding: 0px 30px;
}

.media_section .read_more {
  margin-top: 40px;
  color: #FFF;
}

.summer_special_section .read_more {
  margin-top: 20px;
}

.summer_special_section p {
  min-height: 150px;
}

.media_page .banner_caption {
  width: auto;
}

.media_page .banner_caption p {
  font-size: 15px;
  font-family: "Didot";
  margin-top: 15px;
  min-height: 100px;
}

.media_page .banner_caption .read_more {
  color: #FFF;
  margin-top: 10px;
}

.summer_special_section .col-sm-4 {
  position: relative;
}

.summer_special_section .col-sm-4:nth-child(2):after {
  content: '';
  position: absolute;
  left: 0px;
  border-left: dotted 2px #b18939;
  height: 200px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.summer_special_section .col-sm-4:nth-child(2):before {
  content: '';
  position: absolute;
  right: 0px;
  border-right: dotted 2px #b18939;
  height: 200px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.year_filter_section {
  padding: 0px 100px;
  margin: 50px 0px 90px 0px;
}

.tab_content {
  width: 100%;
  display: none;
  overflow: hidden;
}

.tab_content.active {
  display: block;
}

.my-tab {
  display: block;
  width: 100%;
  margin-bottom: 60px;
}

.my-tab .breadcrumb {
  background: none;
  float: left;
  padding: 0px;
}

.my-tab .breadcrumb>li {
  color: #b18939;
  font-family: 'Didot';
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.my-tab .breadcrumb>li+li:before {
  content: "|";
  color: #b18939
}

.my-tab .breadcrumb>li a {
  color: #b18939;
  font-family: 'Didot';
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.my-tab .breadcrumb>li a:hover {
  color: #381e24;
}

.my-tab ul {
  padding: 0px;
  float: right;
}

.my-tab .breadcrumb>li.active {
  color: #381e24;
  font-family: 'Didot';
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.my-tab ul li {
  list-style: none;
  display: inline-block;
  cursor: pointer;
  font-family: 'Didot';
  font-weight: 700;
  font-size: 21px;
  color: #381e24;
  border: solid 1px #bcad84;
  padding: 3px 18px;
  margin-left: 10px;
}

.my-tab ul li.active {
  color: #bcad84;
  background: #381e24;
  border: solid 1px #381e24;
}

.month_content {
  margin-bottom: 30px;
}

.month_content h2 {
  font-family: 'Didot';
  font-weight: 700;
  font-size: 28px;
  border-bottom: solid 1px #381e24;
  text-align: left;
  color: #381e24;
  line-height: 42px;
}

.month_content ul {
  padding: 0px;
}

.month_content ul li {
  list-style: none;
  border-bottom: solid 1px #bcad84;
  padding: 0px 30px;
  line-height: 54px;
  background: url(../images/eye_icon.svg) no-repeat 99% 20px;
  background-size: 30px;
}

.month_content ul li a {
  font-family: 'Didot';
  font-weight: 600;
  font-size: 24px;
  display: block;
  color: #381e24;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.month_content ul li a:hover {
  color: #b18939;
}

.explore_dilli_page .bottom .read_more {
  color: #FFF;
  margin-top: 30px;
}

.memoir_section {
  width: 100%;
  min-height: 760px;
  height: auto;
  position: relative;
  padding: 8% 0px;
}

.memoir_form {
  display: block;
  padding: 40px;
  border: solid 3px #381e24;
  background: rgba(232, 228, 211, 0.8);
  width: 100%;
}

.memoir_section .date_picker {
  position: relative;
  display: inline-block;
  width: 61%;
}

.memoir_section .date_picker .form-control {
  width: 100%;
}

.comment_box .form-control {
  border-color: #381e24;
  min-height: 230px;
  color: #381e24;
}

.comment_box .form-control::-webkit-input-placeholder {
  color: #381e24;
}

.comment_box .form-control:-moz-placeholder {
  color: #381e24;
  opacity: 1;
}

.comment_box .form-control::-moz-placeholder {
  color: #381e24;
  opacity: 1;
}

.comment_box .form-control:-ms-input-placeholder {
  color: #381e24;
}

.input_filed {
  margin-bottom: 20px;
}

.input_filed .form-control {
  border-left: none;
  border-right: none;
  border-top: 0px;
  border-bottom: solid 1px #381e24;
  font-family: 'Didot';
  font-size: 14px;
  color: #381e24;
  width: 70%;
  box-shadow: none;
  text-shadow: none;
}

.form-inline .form-group {
  width: 100%;
}

.input_filed label {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #381e24;
  font-family: 'Didot';
  vertical-align: top;
}

.memoir_form .read_more {
  background: none;
  color: #381e24;
  border-color: #381e24;
  margin-top: 30px;
}

.memoir_form h2 {
  color: #381e24;
  font-size: 20px;
  margin-bottom: 50px;
}

.contact_us_page .summer_special_section ul {
  padding: 0px;
  text-align: left;
  display: table;
  margin: auto;
}

.contact_us_page .summer_special_section ul li {
  list-style: none;
  padding-bottom: 10px;
  line-height: 16px;
  color: #381e24;
  font-family: 'Didot';
  font-size: 12px;
  position: relative;
  padding-left: 50px;
}

.contact_us_page .summer_special_section ul li span {
  position: absolute;
  left: 0px;
  text-align: right;
}

.contact_us_page .content {
  padding-top: 40px;
}

.contact_us_page .summer_special_section .col-sm-4:nth-child(2):before,
.contact_us_page .summer_special_section .col-sm-4:nth-child(2):after {
  height: 335px;
}

.contact_us_page .summer_special_section ul li span {
  display: block;
}

.contact_us_page .top p {
  font-family: 'Didot';
  font-size: 12px;
  line-height: 14px;
  margin-top: 15px;
  color: #381e24;
  min-height: inherit;
}

.contact_us_page .top label {
  font-size: 12px;
  color: #381e24;
  font-family: 'Didot'
}

.contact_us_page .top p span {
  display: block;
  font-family: 'Didot';
  font-size: 15px;
}

.contact_us_page .read_more {
  float: left;
  background: none;
}

.contact_us_page input {
  height: 25px;
  font-size: 13px
}

.contact_us_page .form-control {
  font-size: 13px;
}

.contact_us_page .summer_special_section>div {
  overflow: hidden;
}

.contact_us_page .summer_special_section .read_more {
  margin-top: 10px;
}

.tripadvisor_logo_section .logo_section {
  display: table;
  margin: 10px auto;
}

.tripadvisor_logo_section .logo_section a {
  width: 120px;
  padding: 0px 15px;
  display: inline-block;
}

.tripadvisor_logo_section .logo_section a img {
  width: 100px;
}

.contact_us_page {
  margin-top: 278px;
}

.inner_discripton_section {
  padding: 80px 150px;
}

.inner_discripton_section p {
  font-size: 16px;
  margin-bottom: 20px;
}

.media_section .bottom {
  width: 100%;
  height: auto;
}

.bottom:after,
.long_img:after,
.nostalgia_section:after {
  content: "";
  position: absolute;
  /* background: rgba(0, 0, 0, 0.7); */
  width: 100%;
  min-height: 100%;
  z-index: 2;
  left: 0px;
  top: 0px;
}

/*=================Article finished================*/
/*=================footer section start================*/
.footer {
  background: #381E24;
  width: 100%;
  height: auto;
  padding: 15px;
  overflow: hidden;
}

.social_icon {
  overflow: hidden;
  height: auto;
  display: block;
}

.social_icon ul {
  padding: 0px;
  margin: 0px;
}

.social_icon ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 15px;
}

.social_icon ul li a img {
  width: 20px;
  height: 20px;
}

.footer p {
  font-family: 'Univers-CondensedLight';
  color: #BCAD84;
  font-size: 13px;
  letter-spacing: 2px;
}

/*=================footer section finished================*/
.top_line {
  position: absolute;
  height: 2px;
  left: 15px;
  background: #BCAD84;
  display: block;
  top: 88px;
  z-index:
    99;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}

.left_line {
  position: fixed;
  min-height: 100%;
  width: 2px;
  left: 15px;
  background: #BCAD84;
  display: block;
  top: 88px;
  z-index: 99;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.right_line {
  position: fixed;
  min-height: 100%;
  width: 2px;
  right: 15px;
  background: #BCAD84;
  display: block;
  top: 88px;
  z-index: 99;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.bottom_line {
  z-index: 99999;
}

.bottom_line1 {
  position: absolute;
  height: 2.01px;
  width: -moz-calc(50% - 135px);
  width: -webkit-calc(50% - 135px);
  width: calc(50% - 135px);
  right: 15px;
  background: #BCAD84;
  display: block;
  bottom: 102px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  z-index: 9999;
}

.bottom_line2 {
  position: absolute;
  height: 2.01px;
  width: -moz-calc(50% - 135px);
  width: -webkit-calc(50% - 135px);
  width: calc(50% - 135px);
  left: 15px;
  background: #BCAD84;
  display: block;
  bottom: 102px;
  z-index: 9999;
}

.bottom_line img {
  width: 250px;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 79.8px;
  z-index: 9999;
}

.left_line.fixed {
  min-height: -moz-calc(100% - 165px);
  min-height: -webkit-calc(100% - 165px);
  min-height: calc(100% - 165px);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.right_line.fixed {
  min-height: -moz-calc(100% - 165px);
  min-height: -webkit-calc(100% - 165px);
  min-height: calc(100% - 165px);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.top_line.top_line_scroll {
  position: fixed;
  top: 34px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.left_line.left_line_scroll,
.right_line.right_line_scroll {
  z-index: 999;
  position: fixed;
  top: 34px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.banner_calender select option {
  background: #381e24;
}

.wickedpicker__controls__control span:focus,
.wickedpicker__controls__control span:hover {
  outline: none;
}

.contact_us_page .form-control {
  color: #26313D;
}

.memoir_form .date_picker img {
  cursor: pointer;
  padding: 9px;
  position: absolute;
  right: 2px;
  top: 6px;
  width: 25px !important;
}

/*Custom*/
.month_contentx {
  margin-bottom: 30px;
}

.month_contentx h2 {
  font-family: 'Didot';
  font-weight: 700;
  font-size: 28px;
  border-bottom: solid 1px #381e24;
  text-align: left;
  color: #381e24;
  line-height: 42px;
}

.month_contentx ul {
  padding: 0px;
}

.month_contentx ul li {
  list-style: none;
  border-bottom: solid 1px #bcad84;
  padding: 0px 30px;
  line-height: 54px;
}

.month_contentx ul li a {
  font-family: 'Didot';
  font-weight: 600;
  font-size: 24px;
  display: block;
  color: #381e24;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  line-height: 28px;
}

.month_contentx ul li a:hover {
  color: #b18939;
}

.month_contentx ul li {
  list-style: none;
  border-bottom: solid 1px #bcad84;
  padding: 20px 30px 20px 30px;
  line-height: 54px;
}

.month_contentx ul li a {
  background: url(../images/eye_icon.svg) no-repeat 100% 8px;
  background-size: 30px;
  padding-right: 30px;
}

.contact_us_page .top h2 {
  text-transform: uppercase;
}

.wpcf7-not-valid-tip {
  text-align: left;
}

div.wpcf7-response-output {
  overflow: hidden !important;
  margin: 60px 0px 0px 0px !important;
}

.wpcf7-submit.read_more {
  height: auto !important;
  background: none;
}

.wpcf7-submit.read_more:after,
.wpcf7-submit.read_more:before {
  position: inherit;
}

.form-group .col-sm-offset-2.col-sm-10 {
  overflow: hidden;
}

.page-id-252 .legacy_section {}

.list-itme {
  margin-bottom: 20px;
}

.reservationform .my_label {
  color: #e8e4d3;
  text-align: left !important;
  display: block;
  font-weight: normal;
}

.reservationform .wpcf7-submit.read_more {
  color: #e8e4d3;
}

.memoir_form .wpcf7-submit.read_more {
  color: #381e24;
}

.reservationform .form-control {
  color: #b18939;
}

.reservationform .form-control::-webkit-input-placeholder {
  color: #b18939;
}

.reservationform .form-control:-moz-placeholder {
  color: #b18939;
  opacity: 1;
}

.reservationform .form-control::-moz-placeholder {
  color: #b18939;
  opacity: 1;
}

.reservationform .form-control:-ms-input-placeholder {
  color: #b18939;
}

.legacy_section .content {
  padding: 70px 0px;
}

.wickedpicker {
  z-index: 9999 !important;
}

.page-id-252 div.wpcf7-response-output {
  color: #FFF;
}

.list-itme .booking-date {
  position: relative;
  display: block;
}

.read_more:hover {
  border: 1px solid transparent !important;
  box-shadow: none !important;
}

.page-id-431 div.wpcf7-response-output {
  position: absolute;
  width: 100%;
  left: 0px;
}

@media(max-width:1280px) {
  .page-id-431 #ui-datepicker-div {
    top: 286px !important;
  }

  .memoir_section {
    padding: 8% 50px;
  }

  #ui-datepicker-div {
    top: 432px !important;
  }

  .input_filed label {
    font-size: 12px;
  }

  .stack_section h2 {
    margin-bottom: 10px;
  }

  .heading_icon {
    width: 55px;
  }

  h3 {
    font-size: 36px;
  }

  .stack_section h3 {
    padding: 20px;
  }

  .stack_section .top p {
    margin: 15px auto;
  }

  .stack_section .top {
    padding: 10px 18px;
  }
}

@media(max-width:1100px) {
  .carousel-inner .item {
    min-height: 400px !important;
  }

  .section01 .content .item {
    padding: 2px 18px;
  }

  p {
    font-size: 13px;
  }

  h3 {
    font-size: 32px;
  }

  .stack_section h3 {
    padding: 15px;
  }

  .banner_caption p {
    font-size: 15px;
  }

  .nostalgia_text h2 {
    padding: 0px;
  }

  .stack_section h3 {
    padding: 12px;
  }

  .inner_heading h1 {
    font-size: 32px;
    margin: 0px;
    text-transform: uppercase;
    padding: 12px;
  }

  h3 {
    font-size: 26px;
  }

  .make_res_icon {
    display: none !important;
  }

  .banner_calender form {
    margin-top: 26px;
  }

  .nostalgia_text {
    padding: 0px 35px;
  }

  .time_person_picker {
    margin-top: 10px;
  }

  .memoir_section .date_picker {
    width: 54%;
  }

  .memoir_form {
    padding: 40px 24px;
  }
}

@media(max-width:1024px) {
  .section01 {
    margin: 40px 0px;
  }

  .my_nav .navbar-inverse .navbar-nav>li>a {
    padding: 8px 28px;
  }

  .summer_special_section .col-sm-4 {
    padding: 0px 24px;
  }

  .stack_section h3 {
    padding: 12px 12px 0px 12px;
  }

  .nostalgia_text p {
    margin: 12px auto;
  }

  .nostalgia_icon02 img {
    margin-bottom: 0px !important;
  }
}

@media(max-width:980px) {
  .memoir_section {
    padding: 8% 30px;
  }

  .heading_icon {
    display: none !important;
  }

  .page-id-431 #ui-datepicker-div {
    top: 273px !important;
  }

  #ui-datepicker-div {
    top: 422px !important;
  }

  .legacy_section .content p {
    padding-right: 0px;
  }

  .memoir_form {
    padding: 30px 15px;
  }

  .memoir_form h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .my-tab .breadcrumb>li.active,
  .my-tab .breadcrumb>li a,
  .my-tab .breadcrumb>li {
    font-size: 16px;
  }

  .media_page .banner_caption {
    width: 80%;
  }

  .inner_discripton_section {
    padding: 80px;
  }

  .nostalgia_icon02 img {
    width: 260px;
    margin-bottom: 18px;
  }

  h2 {
    font-size: 14px;
  }

  .heading_icon {
    width: 40px;
  }

  .my_nav .navbar-inverse .navbar-nav>li>a {
    padding: 8px 24px;
    font-size: 13px;
  }

  .read_more {
    padding: 5px 10px;
  }

  .legacy_section {
    min-height: 980px;
  }

  .page-id-252 .legacy_section {
    min-height: 800px;
  }

  .year_filter_section {
    padding: 0px 30px;
  }

  .month_contentx h2 {
    font-size: 22px;
  }

  .month_contentx ul li a {
    font-size: 19px;
    line-height: 22px;
    background: rgba(0, 0, 0, 0) url("../images/eye_icon.svg") no-repeat scroll 99% 8px / 20px auto
  }

  .month_contentx ul li {
    padding: 15px 0px;
  }

  .stack_section h3 {
    font-size: 20px;
  }
}

@media(max-width:800px) {
  .banner_caption p {
    font-size: 13px;
    line-height: 16px;
  }

  .contact_us_page .col-sm-offset-2 {
    margin-left: 0px;
  }

  .contact_us_page .summer_special_section .col-sm-4:nth-child(2):before {
    height: auto;
    width: 100%;
  }

  .contact_us_page .summer_special_section .col-sm-4:nth-child(2):after {
    height: auto;
    width: 100%;
  }

  .contact_us_page .summer_special_section .col-sm-4 {
    padding: 30px 120px;
    width: 100%;
  }

  .contact_us_page .summer_special_section .col-sm-4:nth-child(2):before {
    height: 2px;
    width: 89% !important;
    top: 0px;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    border-right: 0px;
    border-top: 2px dotted #b18939;
    left: 45px;
  }

  .contact_us_page .summer_special_section .col-sm-4:nth-child(2):after {
    height: auto;
    width: 89% !important;
    bottom: 0px;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    border-left: 0px;
    border-bottom: 2px dotted #b18939;
    left: 45px;
  }

  .contact_us_page {
    margin-top: 174px;
  }

  .summer_special_section {
    margin: 20px 0px;
    padding-bottom: 56px;
  }

  .contact_us_page .summer_special_section>div {
    margin: 0px -15px;
  }

  .form-horizontal .control-label {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
  }

  .contact_us_page .content .form-group {
    margin-bottom: 5px;
  }

  .contact_us_page .content .col-sm-10 {
    width: 100%;
  }

  .legacy_section .content p {
    margin: 40px 0px;
  }

  .legacy_section .content {
    padding: 70px 0px;
  }

  .my_nav .navbar-inverse .navbar-nav>li>a {
    font-size: 12px;
    padding: 8px 18px;
  }
}

@media(max-width:767px) {
  .page-id-431 div.wpcf7-response-output {
    position: absolute;
    width: 100%;
    left: 0px;
    margin: 40px 0px 0px 0px !important;
  }

  .memoir_section {
    padding: 8% 15px 22% 15px;
  }

  .page-id-252 .legacy_section .content {
    padding: 40px 0px;
  }

  .page-id-252 .legacy_section {
    min-height: 700px;
  }

  .wickedpicker {
    top: 509.033px !important;
  }

  .page-id-431 #ui-datepicker-div {
    top: 357px !important;
  }

  #ui-datepicker-div {
    top: 351px !important;
  }

  .heading_icon {
    display: none !important;
  }

  .reservation01 {
    width: 34px;
  }

  .telephone01 {
    width: 26px;
  }

  .carousel-inner .item {
    height: 280px !important;
  }

  .footer {
    padding: 15px 15px 66px 15px;
  }

  article {
    margin-top: 110px;
  }

  header {
    height: 110px;
  }

  header.fixed {
    height: 58px;
  }

  .navbar-toggle {
    display: block;
    float: none;
    text-align: center;
    color: #FFF;
    border: none;
    box-shadow: none;
    text-shadow: none;
    width: 100%;
    background: #b18939;
  }

  .navbar-toggle:hover,
  .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background: #b18939;
    border: none;
  }

  .my_nav .navbar {
    position: fixed;
    bottom: 0px;
    z-index: 999;
    background: #b18939;
    left: 0px;
    width: 100%;
  }

  .navbar-collapse {
    width: 100%;
    position: relative !important;
    z-index: 99;
    background: #041931;
    height: auto
  }

  div.wpcf7-response-output {
    overflow: hidden !important;
    margin: 40px 10px 0px 10px !important;
  }

  .top_line {
    display: none;
  }

  .input_filed .form-control,
  .memoir_section .date_picker {
    width: 100%;
  }

  .comment_box .form-control {
    min-height: 140px;
  }

  .summer_special_section p {
    min-height: auto;
  }

  .contact_us_page .summer_special_section .col-sm-4:nth-child(2):before,
  .contact_us_page .summer_special_section .col-sm-4:nth-child(2):after {
    width: 100% !important;
    left: 0px;
  }

  .summer_special_section .col-sm-4:nth-child(2):before {
    height: 2px;
    width: 100% !important;
    top: 0px;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    border-right: 0px;
    border-top: 2px dotted #b18939;
    left: 0px;
  }

  .summer_special_section .col-sm-4:nth-child(2):after {
    height: auto;
    width: 100% !important;
    bottom: 0px;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    border-left: 0px;
    border-bottom: 2px dotted #b18939;
    left: 0px;
  }

  .media_page .summer_special_section .col-sm-4 {
    padding: 20px 24px;
  }

  .banner_caption .date_picker .item:after,
  .banner_caption .time_picker .item:after,
  .banner_caption .person_picker .item:after {
    min-height: 99%;
  }

  .banner_caption .time_picker .item img,
  .banner_caption .list-itme img {
    top: 11px;
  }

  .banner_caption .person_picker .form-control {
    background: rgba(0, 0, 0, 0) url("../images/dropdown_arrow.png") no-repeat scroll 86% 11px / 6px auto;
  }

  .banner_caption .banner_calender .item .form-control {
    height: 28px;
    padding: 3px 12px;
  }

  .expirence_section .section01 .content .item,
  .section01 .content .item.uch_report_section:nth-child(2) {
    width: 100%;
  }

  .nostalgia_text {
    padding: 20px 35px;
  }

  .my-tab .breadcrumb,
  .my-tab ul {
    float: none;
  }

  .my-tab {
    text-align: left;
    margin-bottom: 30px;
  }

  .year_filter_section {
    padding: 0px 15px;
  }

  .my-tab ul li {
    font-size: 15px;
    margin-left: 0px;
    margin-right: 5px;
  }

  .month_contentx ul li {
    margin: 0px;
    padding: 15px 30px 15px 0px;
  }

  .month_contentx h2 {
    font-size: 20px;
  }

  .month_contentx ul li a {
    font-size: 16px;
  }

  .legacy_section .content {
    width: 90%;
  }

  .contact_us_page .summer_special_section .col-sm-4 {
    padding: 30px 80px;
    width: 100%;
  }

  h2 {
    margin: 0px;
  }

  .inner_discripton_section {
    padding: 40px 15px;
  }

  .outer_line03,
  .outer_line04 {
    height: 242px;
  }

  .time_person_picker {
    margin-top: 10px;
  }

  .btn-default {
    font-size: 14px;
  }

  h3 {
    font-size: 34px;
  }

  .inner_heading h1 {
    font-size: 26px;
    margin: 0px;
    text-transform: uppercase;
    padding: 12px;
  }

  .banner_caption p {
    font-size: 16px;
  }

  .stack_section h3 {
    padding: 15px 0px;
  }

  .left_line,
  .right_line,
  .bottom_line,
  .bottom_line1,
  .bottom_line2 {
    display: none;
  }

  .section01 .content .item {
    width: 50%;
    padding: 2px 15px;
    margin-bottom: 30px;
  }

  .logo {
    width: 126px;
  }

  .telephone02 {
    right: -8px;
    top: -14px;
    width: 54px;
  }

  .reservation02 {
    width: 46px;
  }

  .telephone {
    width: 38px;
    top: 33px;
  }

  .reservation {
    width: 46px;
    top: 26px;
  }

  .navbar-toggle {
    padding: 7px 10px;
    border-color: #381e24 !important;
    border-width: 2px;
  }

  .my_nav .navbar-collapse.collapse {
    display: none !important;
    border-top: solid 1px;
  }

  .my_nav .navbar-collapse.collapse.in {
    display: block !important;
  }

  .my_nav .navbar-collapse {
    position: absolute;
    z-index: 999;
    background: #b18939;
    width: 100%;
    text-align: left;
    top: 100%;
  }

  .my_nav .navbar-nav {
    width: 100%;
    display: block;
    text-align: left;
  }

  .social_icon ul li {
    padding: 0px 8px;
  }

  .page-id-252 .legacy_section .content {
    width: 80%;
  }
}

@media(max-width:480px) {
  .page-id-252 .legacy_section .content {
    width: 90%;
  }

  .contact_us_page .summer_special_section .col-sm-4 {
    padding: 30px 40px;
    width: 100%;
  }

  .breadcrumb li:first-child {
    display: none;
  }

  .my-tab .breadcrumb>li:nth-child(2):before {
    content: "";
  }

  .my-tab .breadcrumb>li.active,
  .my-tab .breadcrumb>li a,
  .my-tab .breadcrumb>li {
    font-size: 13px;
  }

  .logo {
    width: 110px;
  }

  .media_page .banner_caption p {
    min-height: 80px;
  }

  .time_person_picker {
    margin-top: 5px;
  }

  .banner_caption label {
    margin-bottom: 0px;
  }

  .banner_caption .btn-default {
    margin-top: 10px;
    font-size: 12px;
  }

  .banner_caption .list-itme img {
    top: 2px;
  }

  .explore_dilli_page .bottom .read_more {
    margin-top: 12px;
  }

  .read_more {
    margin-top: 12px;
  }

  .banner_caption {
    width: 100%;
    padding: 0px 15px;
  }

  .media_page .banner_caption {
    width: 100%;
    padding: 0px 15px;
  }

  .banner_below_section ul li a {
    font-size: 11px;
    padding: 0px 10px;
  }

  .banner_below_section ul li:last-child a {
    padding-left: 16px;
  }

  .banner_calender {
    left: 50%;
    right: inherit;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .banner_caption img {
    width: 34px;
  }

  .stack_section h3 {
    padding: 0px;
  }

  h3 {
    font-size: 22px;
    line-height: 20px;
    padding: 0px;
  }

  .banner_caption p {
    font-size: 14px;
  }

  .heading_icon {
    display: none !important;
  }

  .stack_section .top p {
    margin: 5px auto;
  }

  .stack_section .top {
    padding: 20px 15px;
  }

  .section01 .content .item {
    width: 100%;
    padding: 2px 15px;
    margin-bottom: 30px;
  }

  .text p {
    min-height: 48px;
  }

  .pull-right,
  .pull-left {
    float: none !important;
    text-align: center;
  }

  .social_icon {
    margin-bottom: 10px;
  }

}

.month_contentx ul li:last-child {
  border-bottom: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent !important;
  opacity: 1;
}


/* PRELOAD */

#preload {
  background: #ececee;
}

.loader {
  border-top: 0.7em solid rgba(177, 137, 57, 0.3);
  border-right: 0.7em solid rgba(177, 137, 57, 0.3);
  border-bottom: 0.7em solid rgba(177, 137, 57, 0.3);
  border-left: 0.7em solid #381e24;
}


/* PRELOAD */

#preload {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: table;
}

.preload {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.loader {
  margin: 3em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}

#sponsors .item {
  background: #FFF;
  width: 100%;
  padding: 10px;
  box-shadow: 0px 0px 3px #CCC;
  min-height: 240px;
  margin-bottom: 30px;
}

#placement .item {
  background: #FFF;
  width: 100%;
  padding: 10px;
  box-shadow: 0px 0px 3px #CCC;
  min-height: 345px;
  margin-bottom: 30px;
}

#placement .content {
  background: #FFF;
  width: 100%;
  padding: 10px;
  box-shadow: 0px 0px 3px #CCC;
  min-height: 245px;
  margin-bottom: 30px;
}

.capcha {
  background-color: #cccccc;
  border: 1px solid #999;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  width: 200px;
  margin-bottom: 10px;
}

#registration form p a {
  color: #2e2e2e
}

#registration form {
  box-shadow: 0px 0px 3px #999;
  padding: 20px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.wpcf7-form-control-wrap {
  position: static;
}