
/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
/* #Tablet (Landscape)
================================================== */
@media only screen and (max-width: 1024px) {
/*#main {
		overflow-x: hidden;
		}*/

.long-fancy-title {
	background-size: 92% 60%;
	background-position: center;
}
.four-columns .col {
	margin-right: 15px;
}
.four-columns .col:first-child {
	margin-left: 10px;
}
.frame5 .arrow-left {
	left: auto;
	right: -10px;
	-moz-transform: scale(1) rotate(180deg);
	-webkit-transform: scale(1) rotate(180deg);
	-o-transform: scale(1) rotate(180deg);
	-ms-transform: scale(1) rotate(180deg);
	transform: scale(1) rotate(180deg);
}
.frame-listing li.frame5 .detail {
	left: -303px;
	right: auto;
}
.gallery-slider #carousel {
	z-index: 2;
}
.single-post .room-features p {
	clear: both;
	}
.single-post .room-features p:first-child {
clear: none;
}
}
@media only screen and (max-width: 959px) {
#trigger-primary-nav > a {
    display: block;
    font-size: 20px;
    line-height: 38px;
    padding-top: 7px;
    text-decoration: none;
    text-transform: uppercase;
    color:#fff;
    clear: both;
}
.top-right {
	width: 460px;
	padding-right: 10px;
}
ul.social-media.clearfix {
	clear: both;
}
#home .main-nav > li > a, .main-nav > li > a {
	padding: 22px 5px 32px;
}
.feature-img img {
	width: 740px;
}
.col.col1, .col.col2 {
	width: 720px;
	margin-left: 25px;
}
article.post.clearfix {
	margin-left: 25px;
	margin-right: 30px;
}
.col.testimonial {
	width: 700px;
	margin-left: 25px;
	margin-right: 30px;
}
.col.teaser {
	margin-left: 25px;
	margin-top: 20px;
	width: 608px;
	margin-right: 30px;
}
#billboard .flexslider .slides li {
	width: 735px !important;
	height: 359px;
}
.long-fancy-title {
	background-size: 96% 60%;
	background-position: center;
	margin: 40px 0 15px -10px;
	width: 100%;
}
.four-columns {
	margin-left: 25px;
}
.four-columns .col:first-child {
	margin-left: 0;
}
#top-footer .trip-advicer-box {
	padding: 10px 20px 0 20px;
}
#top-footer .photo-gallery {
	padding-left: 35px;
	width: 270px;
}
.fancybox-skin {
	width: 684px;
	height: 355px;
}
.sec-nav li {
	padding: 0 8px;
}
#gallery .gallery-slider .gallery-title {
	width: 98.5%;
}
.frame-listing li.frame4 .detail, .frame-listing li.frame5 .detail {
	left: -303px;
	right: auto;
}
li.find-more {
	display: none;
}
.frame4 .arrow-left, .frame5 .arrow-left {
	left: auto;
	right: -10px;
	-moz-transform: scale(1) rotate(180deg);
	-webkit-transform: scale(1) rotate(180deg);
	-o-transform: scale(1) rotate(180deg);
	-ms-transform: scale(1) rotate(180deg);
	transform: scale(1) rotate(180deg);
}
.frame-5.frame-listing li .detail {
	left: 30%;
}
.frame-listing li.frame4 .detail {
	left: -303px;
	right: auto;
}
.frame-listing li.frame5 {
	left: 566px;
	top: 0;
}
.frame-listing li.frame4 {
	left: 570px;
	top: 253px;
}
.frame-listing li.frame6 {
	left: 31px;
}
.ask-question-form {
	padding-bottom: 30px;
}
.testimonial-wrap {
	width: 600px;
	margin: 0 auto;
	float: none;
	padding-top: 30px;
	text-align: center;
}
.testimonial-wrap blockquote.our-view {
	padding: 0;
}
.testimonial-wrap .author {
	margin-top: 10px;
}
.testimonial-wrap em img {
	float: left;
}
.ask-question-form {
	width: 305px;
	padding-left: 0;
	margin-left: 300px;
	margin-top: -180px;
}
.big-box.col {
	width: 680px;
	margin-left: 15px;
	margin-bottom: 20px;
}
.location-map iframe {
	width: 740px;
}
.gform_wrapper .top_label .medium {
	width: 355px;
	margin-right: 15px;
}
.gform_footer.top_label {
	margin-right: 15px;
}
.gallery-slider #carousel {
	z-index: 2;
}
.post .meta-conatiner .metadata {
	float: left;
	margin-top: 20px;
}
.single-post .col-1 {
	width: 100%;
}
.single-post .button-conatiner li {
	width: 225px;
}
.single-post .room-features ul {
	width: 650px;
}
#carousel.flexslider {
	display: none;
}
.gallery-slider .gallery-title {
	bottom: 0;
}
.single-post .room-features p {
	clear: both;
}
.single-post .room-features p:first-child {
	clear: none;
}

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
/* #Tablet (Portrait)
================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* All Mobile Sizes (devices and browser) */
/* #Mobile (Both) >
================================================== */
/*@media only screen and (max-width: 767px) {*/
@media only screen and (max-width: 767px) {
    
iframe {
    max-width: 100%;
}
  #menu-item-75 ul.sub-menu > li{
        display: none;
    }
    #menu-item-75 ul.sub-menu > li:first-child{
        display: block;
    }
#primary-nav > div > ul ul{
    position: static;
    width: 100%;
    display: block !important;
}
.sub-menu-toggle {
  background: url("../../images/arrow-down-icon.png") no-repeat scroll 4px 6px;
    cursor: pointer;
/*    display: block;*/
    height: 24px;
    position: absolute;
    right: 6px;
    top: 8px;
    width: 25px;
}
#top-header {
	background-size: auto 100%;
	height: 200px;
}
.top-right {
	float: none;
}
ul.social-media.clearfix {
	clear: both;
	float: left;
	margin-right: -110px;
}
ul.quick-contact {
	font-size: 12px;
	text-align: left;
}
ul.quick-contact li {
	line-height: 14px;
	margin-bottom: 8px;
	float: left;
	width: 141px;
	margin-right: 12px;
}
span.head-small {
	font-size: 12px;
}
#primary-nav {
	clear: both;
	width: 100%;
}
#slider, .flexslider .slides {
	width: 425px;
}
#billboard .flexslider .slides li {
	width: 425px !important;
	height: 250px;
}
#slider .slides img {
	height: 250px;
	width: 100% !important;
}
#gallery-carousel .slides img {
	width: 100% !important;
}
.slider-content {
	width: 170px;
	bottom: 25px;
	padding: 10px 15px 0px 10px;
}
.slider-content h1 {
	font-size: 20px;
}
#booking-console {
	width: 441px;
}
.four-columns .col {
	margin-right: 43px;
	float: left;
	width: 175px;
	margin-top: 60px;
}
.four-columns .col:nth-child(2n+2) {
	margin-right: 0;
}
#top-footer .conatct-info {
	width: 240px;
	margin-left: 10px;
	padding-right: 35px;
}
#top-footer .trip-advicer-box {
	width: 91px;
}
.flex-viewport {
	width: 405px;
}
#top-footer .photo-gallery {
	padding-left: 15px;
	margin-top: 30px;
	width: 96%;
}
.trigger-primary-nav {
	display: block;
}
.toggle-nav.icon-menu {
	float: right;
          margin-right: 0px;
         margin-top: 5px;
	-webkit-transition: transform 0.4s ease-in-out;
	-moz-transition: transform 0.4s ease-in-out;
	-ms-transition: transform 0.4s ease-in-out;
	-o-transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}
.icon-menu:before {
	font-size: 24px;
	color: #fff;
}
#billboard .flexslider {
	margin-top: -20px;
}
/*New As per Surendra dai*/ 
#trigger-primary-nav {
	display: block;
	background: url(../../images/nav-bg.jpg) repeat-x;
	padding-bottom: 22px;
}
body.interior  #trigger-primary-nav{
    padding-bottom: 6px;
}
#primary-nav {
	background: none repeat scroll 0 0 #502d0f;
	clear: both;
	right: -30%;
	padding: 2.7em 0 0;
	position: absolute;
	top: -40px;
        height: 100%;
	width: 30%;
	z-index: 99;
	margin: 0!important;
}
#main {
	overflow: hidden;
	position: relative;
}
#inner-wrapper {
	width: 100%;
	position: relative;
}
.show-nav #inner-wrapper {
	margin-left: -30%;
}
#menu-primary {
	margin-top: 120px;
}
.nav-height-col {
	display: inline-block !important;
	position: absolute;
	top: 0;
	right: -70%;
	width: 70%;
	height: 100%;
	border-left: 1px solid #684626;
	background: none repeat scroll 0 0 #502d0f;
	color: #fff;
}
.main-nav > li {
	float: left;
	width: 52%;
}
.main-nav > li > a {
	padding: 10px 0 10px !important;
	text-align: left;
	margin-left: 20px;
}
.main-nav li:hover ul, .main-nav li.sfHover ul {
	left: 20px;
	top: 35px;
}
.main-nav li li a, .main-nav li.sfHover li a, .main-nav li.current-menu-item li a, .main-nav li.current-menu-parent li a, .main-nav li.current-menu-ancestor li a, .main-nav li li.current-menu-item li a, .main-nav li li.current-menu-parent li a, .main-nav li.sfHover li li a:hover, .main-nav li.sfHover li li.current-menu-item a, .main-nav li li.current-menu-parent li.current-menu-item a {
	padding-left: 30px;
}
/*.main-nav ul {
	display: none;
}*/
.main-nav > li .current_page_item .main-nav ul {
	display: block;
}
.feature-img img {
	width: 402px;
}
.menu-list .post img {
	display: block;
	width: 170px;
}
.col.testimonial {
	width: 405px;
}
.teaser {
	width: 310px;
	margin-top: 20px;
}
.flex-viewport {
	width: 405px;
}
.post-lists img.alignleft {
	display: block;
	float: none;
	margin: 0 auto;
}
.post .meta-conatiner .metadata {
	float: left;
	margin: 0 auto;
	width: 100%;
	margin-top: 10px;
}
.post .meta-conatiner .metadata {
	float: left;
	margin: 0 auto;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	margin-left: 65px;
}
h5.post-title {
	margin-top: 15px;
}
article.post.clearfix {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 15px;
}
div.button-conatiner {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
/*.main-nav .menu-item-has-children:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF;
	border-image: none;
	border-style: solid;
	border-width: 6px;
	content: "";
	left: 6px;
	position: absolute;
	top: 13px;
}*/
div.post-lists {
	margin-top: 80px;
}
.flexslider .slides img {
	width: 82% !important;
}
#gallery .gallery-slider .gallery-title {
	width: 285px;
	bottom: 0;
}
.gallery-slider #carousel {
	display: none;
}
img.alignright {
	display: block;
	float: none;
}
.col.col2 {
	margin-top: 20px;
	width: 440px;
}
.frame-listing li, .frame-listing li .detail {
    position: static;
}
.frame-listing li .detail {
    display: block !important;
    margin-top: 8px;
     padding: 5%;
    width: 90%;
}
#main-contant .frame-glow .frame-listing > li{
   width: auto;
   height: auto;
   margin-bottom: 30px;
    background-position: center top;
}
.frame-glow .button-3{
    position: static;
    margin:17px auto;
    width:153px;
    display: block;
}
.frame-listing li .detail .arrow-left{
    display: none;
}
.frame-2{
   padding: 23px 27px 29px; 
   margin: 0 auto;
   width:134px;
}  
.frame-3{
     padding: 105px 50px 46px 55px;
     margin: 0 auto;
}
.frame-4{
    padding:20px;
    margin: 0 auto;
}
.frame-5{
    padding:57px 20px 26px 23px;
    margin: 0 auto;
}
.frame-6{
    padding:25px 24px;
    margin:0 auto;
}
.frame-glow .frame-listing li:hover .detail {
	display: block !important;
	z-index: 0 !important;
}

.about-the-inn .frame-glow {
	min-height: 1113px;
}
.frame-listing li.frame2 {
	left: 15px;
}
.frame-listing li.frame3 {
	top: 240px;
	left: 80px;
}
.frame-listing li.frame6 {
	top: 37px;
	left: 230px;
}
.about-us-entry {
	padding: 0;
}
.testimonial-wrap {
	width: 440px;
	margin-top: 35px;
}
.testimonial-wrap blockquote.our-view {
	padding: 0;
}
.ask-question-form {
	width: 305px;
	padding-left: 0;
	margin-left: 150px;
	margin-top: -180px;
}
.big-box > p a {
	display: inline-block;
	float: none;
}
.big-box > p {
	overflow: hidden;
}
#packages .big-box {
	padding: 10px 20px 30px;
}
.big-box.col {
	width: 360px;
}
div.gform_footer.top_label {
	margin-right: 15px;
}
.location-map iframe {
	width: 400px;
	height: 230px;
}
.gform_wrapper .top_label .medium {
	width: 190px;
}
img.alignleft {
	width: 100%;
}
div#gallery-slider {
	width: 270px;
}
#gallery-slider .slides img {
	width: 295px !important;
}
.gallery-slider .gallery-title {
	width: 285px;
}
#gallery-slider .slides li {
	width: 306px !important;
}
#gallery-slider .flexslider .slides {
	width: 287px;
}
section.gallery-slider {
	width: 295px;
}
.single-post .room-features {
	width: 305px;
}
.single-post .room-features ul {
	width: 311px;
}
.single-post .room-features p {
	margin-bottom: 15px;
}
#gallery-slider .slides li {
	width: 278px !important;
}
.single-post .col-2 {
	margin-left: 15px;
}
.interior .main-nav li:hover ul, .interior .main-nav li.sfHover ul {
	top: 36px;
}
.bottom-section .testimonial + .col.teaser{
    width: auto;
}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* #Mobile (Landscape) >
================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/* #Mobile (Portrait) >
================================================== */
@media only screen and (max-width: 479px) {
#top-header {
	background-size: auto 100%;
	height: 200px;
}
.top-right {
	float: none;
	width: 308px;
}
ul.social-media.clearfix {
	clear: none;
	float: right;
	margin-top: -40px;
	margin-right: 10px;
}
ul.quick-contact {
	font-size: 12px;
	text-align: left;
}
ul.quick-contact li {
	line-height: 14px;
	margin-bottom: 0;
	float: left;
	width: 141px;
	margin-right: 12px;
}
span.head-small {
	font-size: 12px;
}
#primary-nav {
	clear: both;
	width: 100%;
}
#slider, .flexslider .slides {
	width: 280px;
}
#billboard .flexslider .slides li {
	width: 280px !important;
	height: 250px;
}
#slider .slides img {
	height: 250px;
}
#booking-console {
	width: 296px;
}
.slider-content {
	width: 170px;
	bottom: 25px;
	padding: 10px 15px 0px 10px;
}
.slider-content h1 {
	font-size: 20px;
}
.four-columns {
	margin: 0 auto;
	width: 175px;
}
.four-columns .col:first-child {
	margin-top: 80px;
}
#top-footer .trip-advicer-box {
	width: 245px;
	background: 0;
	text-align: center;
}
#top-footer .trip-advicer-box .certificate {
	float: left;
	display: inline-block;
	margin-right: 60px;
}
#top-footer .trip-advicer-box .certificate:nth-child(2n) {
	margin-right: 0;
}
#top-footer .photo-gallery {
	padding-left: 15px;
}
.flex-viewport {
	width: auto;
}
.trigger-primary-nav {
	display: block;
}

.toggle-nav.icon-menu {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	-webkit-transition: transform 0.4s ease-in-out;
	-moz-transition: transform 0.4s ease-in-out;
	-ms-transition: transform 0.4s ease-in-out;
	-o-transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}
.icon-menu:before {
	font-size: 24px;
	color: #fff;
}
#billboard .flexslider {
	margin-top: -20px;
}
#trigger-primary-nav {
	display: block;
	background: url(../../images/nav-bg.jpg) repeat-x;
	padding-bottom: 22px;
        
}


#primary-nav {
	background: none repeat scroll 0 0 #502d0f;
	clear: both;
	right: -30%;
	padding: 2.7em 0 0;
	position: absolute;
	top: -40px;
	width: 30%;
	z-index: 99;
	margin: 0!important;
}
#main {
	overflow: hidden;
	position: relative;
}
#inner-wrapper {
	width: 100%;
	position: relative;
}
.show-nav #inner-wrapper {
	margin-left: -60%;
}
#menu-primary {
	margin-top: 120px;
}
.nav-height-col {
	position: absolute;
	top: 0;
	right: -70%;
	width: 70%;
	height: 100%;
	border-left: 1px solid #684626;
	background: none repeat scroll 0 0 #502d0f;
	color: #fff;
	text-indent: -999em;
}
.main-nav > li {
	float: left;
	width: 100%;
}
.main-nav > li > a {
	padding: 10px 0 10px !important;
	text-align: left;
	margin-left: 20px;
}
.main-nav li:hover ul, .main-nav li.sfHover ul {
	left: 20px;
	top: 35px;
}

/*.main-nav ul {
	display: none;
}*/
.main-nav > li .current_page_item .main-nav ul {
	display: block;
}
.fancy-title span, .long-fancy-title span {
	font-size: 22px;
}
.feature-img img {
	width: 280px;
}
.col.col1, .col.col2 {
	width: 280px;
	margin: 0 auto;
}
.menu-list .post img {
	display: block;
	margin-bottom: 20px;
}
.menu-list .post .entry {
	display: block;
}
.col.testimonial {
	width: 280px;
}
.teaser {
	width: 240px;
	padding: 30px;
	margin-top: 10px;
}
.post .button-conatiner .button {
	margin-right: 2px;
	margin-bottom: 10px;
}
.post .meta-conatiner .metadata {
	text-align: left;
	margin-left: 0;
}
.flexslider .slides img {
	width: 82%;
}
.testimonial-wrap {
	width: 310px;
}
.ask-question-form {
	margin-top: 0;
	margin-left: 0;
}
.big-box.col {
	width: 240px;
}
.menu-list .post img {
	width: 278px;
	margin-right: 0;
}
.location-map iframe {
	width: 275px;
}
.gform_wrapper .top_label .medium {
	width: 275px;
}
.abs-rt {
	position: static;
}
div#gallery-slider {
	width: 205px;
}
#gallery-slider .slides img {
	width: 205px !important;
}
.gallery-slider .gallery-title {
	width: 195px;
}
#gallery-slider .slides li {
	width: 205px !important;
}
#gallery-slider .flexslider .slides {
	width: 205px;
}
section.gallery-slider {
	width: 205px;
}
.single-post .room-features {
	width: 205px;
}
.single-post .room-features ul {
	width: 205px;
}
.single-post .room-features p {
	margin-bottom: 0;
}
#gallery-slider .slides li {
	width: 205px !important;
}
.single-post .col-2 {
	width: 214px;
	margin-left: 10px;
}
.single-post .room-features ul li {
	width: 100%;
	padding-left: 15px;
}
#gallery .gallery-slider .gallery-title {
	display: none;
	}
}

/* Small Andriod Mobile Portrait Size ( 240 devices and browsers) */
@media only screen and (max-width: 319px) {
}
