/*
You can define a default value as well if an attribute
isn't passed
 
@mixin default-text-color($tc: $black){
  color: $tc;
}
*/


.row_clr {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

* {
    padding: 0;
    margin: 0;
}

.no-pad {
    padding: 0;
}

@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
        position: relative;
    }
}

.hid {
    opacity: 0;
}

#__bs_notify__ {
    display: none !important;
}

body {
      font-family: 'Dosis', sans-serif;
}

#navigation {
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0);
    border: 0;
	transition:all .35s;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand img, .top_sub_menu{
transition:all .35s;	
}

#navigation .container-fluid.cf{padding: 0 150px}

#navigation .navbar-collapse {
    padding: 0;
}

#navigation #bot_main_nav {
    margin-top: 15px;
    margin-bottom: 20px;
}

#navigation #bot_main_nav li {
    /* border-right: 1px solid #d1cfcf; */
}

#navigation #bot_main_nav li > a {
    color: #fff;
    font: 400 16px 'Dosis', sans-serif;
    text-transform: uppercase;
    -webkit-transition: all .35s;
    transition: all .35s;
    padding: 0 15px;
}

#navigation #bot_main_nav li > a:hover {
    color: #edc98d;
}

#navigation #bot_main_nav li.active > a {
    color:#edc98d;
    background: transparent;
}

#navigation #bot_main_nav li:last-child {
    border: 0;
}

#navigation #bot_main_nav li:last-child a {
    padding-right: 0;
}

.top_sub_menu {
    padding: 0;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 60%;
    z-index: 1;
    position: relative;
}

@media (max-width: 768px) {
    .top_sub_menu {
        padding-left: 0 !important;
    }
}

.top_sub_menu li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    padding: 0px 7px;
    color: #353535;
    line-height: 1;
}

.top_sub_menu li span.env {
    font-size: 20px;
    margin-right: 10px;
    margin-top: -5px;
}

.top_sub_menu li a {
    color: #4b4c4c;
    text-decoration: none;
    font: 400 14px 'Dosis', sans-serif;
}

.top_sub_menu li a span {
    display: inline-block;
    vertical-align: middle;
    font: 400 11px 'Dosis', sans-serif;
    color: #989898;
    margin-left: 8px;
}

.top_sub_menu li.social {
    border: 0;
    padding: 0px 0px;
}

.top_sub_menu li.social a {
    -webkit-transition: all .35s;
    transition: all .35s;
}

.top_sub_menu li.social a img {
    width: 28px;
    height: 28px;
}

.top_sub_menu li.social a:hover {
    color: #583d03;
}

.top_sub_menu li a img {
    display: inline-block;
    vertical-align: middle;
}

.top_sub_menu li:nth-child(2) {
    border: 0;
    margin: 0 7px;
}

.top_sub_menu li:nth-child(2) a {
}

.top_sub_menu li:first-child a {
}

.top_sub_menu li:last-child {
    position: relative;
    border-right: 0;
    padding-right: 0;
}

.top_sub_menu li:last-child img {
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}

.top_sub_menu .fa.fa-phone {
    font-size: 14px;
    margin-right: 10px;
    border: 1px solid #000;
    padding: 6px 8px;
    border-radius: 50%;
    color: #000;
    font-weight: 700;
    -webkit-transition: all .35s;
            transition: all .35s;
}

.top_sub_menu .fa.fa-envelope {
    font-size: 12px;
    margin-right: 10px;
    border: 1px solid #4c9bde;
    padding: 7px 7px;
    border-radius: 50%;
    color: #4c9bde;
    font-weight: 700;
    -webkit-transition: all .35s;
            transition: all .35s;
}

.top_sub_menu li:nth-child(2):hover .fa.fa-envelope {
    background: #4c9bde;
    color: #fff;
}

.top_sub_menu li:nth-child(1):hover .fa.fa-phone {
    background: #000;
    color: #fff;
}

@media (min-width: 768px) {
    .navbar > .container-fluid .navbar-brand {
            margin-left: -15px;
            margin-top: 12px;
    }

}


#navigation.scrolled {
    background-color: rgb(237, 183, 91);
}

#navigation.scrolled .top_sub_menu {
    margin-top:7px;
}

#navigation.scrolled .navbar-brand {
    padding-top: 0px;
    width: 180px;
}

@media (max-width: 768px) {
    #navigation.scrolled .navbar-brand {
        padding-top: 15px;
    }
}


a.reservation-link{
    position: fixed;
    right: -67px;
    top: calc(37% + 185px);
    display: block;
    width: 185px;
    text-align: center;
    padding: 12px 0px;
    color: #583d03;
    background: #ecb65a;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    text-decoration: none;
    transition: all .35s;
    -webkit-transition: all .35s;
    z-index: 99999;
    
}

a.reservation-link:hover{
   
    background: #583d03;
    color: #ecb65a;
    
}








#gallery{margin: 30px 0 0 }    
#gallery .left{}    
#gallery .left a {margin-bottom: 15px; display: block; width: 100%}    
#gallery .left a:last-child{margin-bottom: 0}    
#gallery .right{ padding-left: 0}    
#gallery .right img{}   
#gallery .load-more{
    display: block;
    float: left;
    margin: 60px 0;
    text-align: center;
    width: 100%;
}   
#gallery .load-more a{
    padding: 10px 60px;
    color: #583d03;
    background: #ffd792;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
} 


.gal-h{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;
    font-size: 42px;
    color: #583c00;
}

.gal-h span{
    font-family: "Allura", cursive;
    font-size: 65px;
    margin: 0 10px;
}



.btn-readmore.nonsl-btn{
    text-transform: capitalize;
    font-size: 18px;
    margin-top: 60px;
}

.btn-readmore.nonsl-btn:focus {
    background-color: inherit;
    border-color: #583d03;
    color: #583d03;
    outline: 0;
}


.btn-readmore.nonsl-btn2{
    text-transform: capitalize;
    font-size: 18px;
    margin-top: 7px;
}

.btn-readmore.nonsl-btn2:focus {
    background-color: inherit;
    border-color: #583d03;
    color: #583d03;
    outline: 0;
}


.modal-footer .btn-default {
    color: #333;
    background-color: #ffd893;
    border-color: #ccc;
    padding: 7px 40px;
    border: 0;
    font-weight: 700;
    font-size: 16px;
    border-radius: 0;
    transition: all .35s;
}

.modal-footer .btn-default:hover{background-color: #ecb65a;}

  
@media (min-width: 768px){
.modal-dialog {
    width: 720px;
    margin: 30px auto;
}
}

	/* info (hed, dek, source, credit) */
.rg-container {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
	padding: 1em 0.5em;
	color: #222;
	font-family: "PT Sans", sans-serif;
	padding-top: 0;
}
.rg-header {
	margin-bottom: 1em;
	text-align: left;
	padding-top: 15px;
}

.rg-header > * {
	display: block;
}
.rg-hed {
	font-weight: 700;
	font-size: 18px;
	color: #1d1d1d;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.rg-dek {
	font-size: 1em;
	color: #686868;
}

.rg-source {
	margin: 0;
	font-size: 0.75em;
	text-align: right;
}
.rg-source .pre-colon {
	text-transform: uppercase;
}

.rg-source .post-colon {
	font-weight: bold;
}

/* table */
table.rg-table {
	width: 100%;
	margin-bottom: 0.5em;
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}
table.rg-table tr {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
	color: #333;
}
table.rg-table thead {
	/* border-bottom: 3px solid #ddd; */
}
table.rg-table tr {
	/* border-bottom: 1px solid #ddd; */
	color: #222;
	background: #ffffff;
}
table.rg-table tr.highlight {
	background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
	background-color: #f6f6f6;
}
table.rg-table th {
	font-weight: bold;
	padding: 1em .5em;
	font-size: 1em;
	background: #edb75b;
	text-align: center;
	border: 1px solid black;
}
table.rg-table td {
	padding: 1em 0.5em;
	font-size: 0.9em;
	text-align: center;
	font-size: 15px;
	font-weight: 300;
	border: 1px solid black;
	border-top: 0;
}
table.rg-table .highlight td {
	font-weight: bold;
}
table.rg-table th.number, td.number {
	text-align: right;
}

/* media queries */
@media screen and (max-width: 600px) {
.rg-container {
	max-width: 600px;
	margin: 0 auto;
}
table.rg-table {
	width: 100%;
}
table.rg-table tr.hide-mobile, table.rg-table th.hide-mobile, table.rg-table td.hide-mobile {
	display: none;
}
table.rg-table thead {
	display: none;
}
table.rg-table tbody {
	width: 100%;
}
table.rg-table tr, table.rg-table th, table.rg-table td {
	display: block;

	padding: 0;
}
table.rg-table tr {
	border-bottom: none;
	margin: 0 0 1em 0;
	padding: 0.5em;
	padding-top: 0;
	margin-top: -10px;
}
table.rg-table tr.highlight {
	background-color: inherit !important;
}
table.rg-table.zebra tr:nth-child(even) {

	background-color: none;
}
table.rg-table.zebra td:nth-child(even) {
	background-color: #f6f6f6;
}
table.rg-table tr:nth-child(even) {
	background-color: none;
}
table.rg-table td {
	padding: 1em 0 1em 0;
	border-bottom: 1px dotted #ccc;
	text-align: right;
	border: 0;
	border-bottom: 1px solid #000;
}
table.rg-table td[data-title]:before {
	content: attr(data-title);
	font-weight: bold;
	display: inline-block;
	content: attr(data-title);
	float: left;
	margin-right: 0.5em;
	font-size: 0.95em;
}
table.rg-table td:last-child {
	padding-right: 0;
	border-bottom: 1px solid #000;
}
table.rg-table td:empty {
	display: none;
}
table.rg-table .highlight td {
	background-color: inherit;
	font-weight: normal;
}
}



.res-book-now .res-calender {
    padding-right: 60px;
    width: 388px;
}

.res-book-now .res-form{
    width: calc(100% - 388px);
}




/*Mobile phones potrait*/

/*Mobile phones landscape*/

/*Mobile phones*/

@media (max-width: 767px) {
  
.navbar-default .navbar-toggle {
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 20px;
    background-color: #593e03;
    border-color: #fdf7f7;
}  
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #593e03;
}    
#navigation {
    background-color: rgb(236, 182, 91);
}  
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-brand > img {
    width: 120px;
} 
#navigation .container-fluid.cf {
    padding: 0 20px;
}   
#navigation #bot_main_nav li > a {
    font: 400 16px 'Dosis', sans-serif;
    padding: 7px 15px;
}  
.top_sub_menu {
    margin-right: 16px;
    margin-top: 10px;
    float: right;
}  
#navigation #bot_main_nav {
    margin: 15px 0;
}    
#gallery {
    margin: 40px 0 40px !important;
}  
#gallery .container {padding: 0 5px}   
  
#gallery .load-more {
    margin: 40px 0;

}    

.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.res-rates .rate-item .rate-item-in img {
    width: 100%;
}
.btn-readmore.nonsl-btn {
    font-size: 15px;
}

.res-book-now .res-calender {
    padding-right: 0;     
    width: 330px;  
}   
.res-book-now .res-form {  
    width: 100%; margin-top:40px  
}       
    
}

@media (min-width: 1025px) and (max-width: 1199px) {
  
#navigation .container-fluid.cf {
    padding: 0 40px;
} 
#navigation #bot_main_nav li > a {
    font: 400 12px 'Dosis', sans-serif;
    padding: 0 7px;
}
.navbar-brand > img {
    width: 140px;
}    
.navbar > .container-fluid .navbar-brand {
    margin-top: 10px;
}       
       
    
}


@media (min-width: 1200px) and (max-width: 1679px) {

#navigation .container-fluid.cf {
    padding: 0 80px;
} 
#navigation #bot_main_nav li > a {
    /*font: 400 14px 'Dosis', sans-serif;*/
	    font: 400 13px 'Dosis', sans-serif;
    padding: 0 8px;
}
.navbar-brand > img {
    width: 180px;
}    
.navbar > .container-fluid .navbar-brand {
    margin-top: 17px;
}  
    
  
}


/*tabs*/

@media (min-width: 768px) and (max-width: 991px) {
 
#navigation .container-fluid.cf {
    padding: 0 20px;
} 
#navigation #bot_main_nav li > a {
    font: 400 11px 'Dosis', sans-serif;
    padding: 0 5px;
}
.navbar-brand > img {
    width: 120px;
}    
.navbar > .container-fluid .navbar-brand {
    margin-top: -4px;
    margin-bottom: 0;
}     
#navigation #bot_main_nav {
    margin-top: 17px;
    margin-bottom: 20px;
}
#links{
    margin: 0 -15px;
} 

.res-book-now .res-calender {
    padding-right: 0;
    width: 330px;
}   
.res-book-now .res-form {
    width: calc(100% - 335px);
}  
    
}

@media (min-width: 992px) and (max-width: 1024px) {
 
#navigation .container-fluid.cf {
    padding: 0 40px;
} 
#navigation #bot_main_nav li > a {
    font: 400 12px 'Dosis', sans-serif;
    padding: 0 7px;
}
.navbar-brand > img {
    width: 140px;
}    
.navbar > .container-fluid .navbar-brand {
    margin-top: 10px;
}       
    
}


  
@media (max-width: 480px) {
     
   
    #links img{width: 100%}
    #gallery .left{width: 100%}    
    #gallery .right{width: 100%; padding-left: 15px !important; margin: 15px 0}    
	 
/*.res-book-now .res-calender {
    padding-right: 0;
    width: 325px;
    padding-left: 0;
    margin-left: 0px;
}*/
  
}

.pack-pop{ padding:0 0 0 20px; line-height:25px;}

/*nav bar collpase in ipad*/

/*@media (max-width: 1024px) and (orientation: portrait) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;   box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
		text-align:center;
    }
    .collapse.in{
        display:block !important;
    }
}

@media (max-width: 1024px) and (orientation: landscape) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
		text-align:center;
    }
    .collapse.in{
        display:block !important;
    }
}

*/
