﻿html {
	height: 100%;
	position: relative;
}
body {
	height: 100%;
	position: relative;
	font-family: 'Montserrat-Regular';
	overflow-x: hidden;
	background: #fff;
    color:#333;
    padding:0 !important;
}
a {
    transition: 0.3s all ease-in-out;
    color:#333;
    text-decoration: none !important;
}
a:hover{
    color:#EC2029;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
    line-height:inherit;
}
p{
    margin:0;
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../src/Montserrat-Regular.woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../src/Montserrat-Medium.woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../src/Montserrat-Bold.woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../src/Montserrat-ExtraBold.woff');
    font-weight: normal;
    font-style: normal;
}
.fontbold{
    font-family: 'Montserrat-Bold';
}
.fontmedium{
    font-family: 'Montserrat-Medium';
}
.font-exbold{
	font-family:'Montserrat-ExtraBold';
}
/******************Declared css************************/
.container
{
	max-width:1600px;
	width:1600px;
	padding:0;
}
.padding{
	padding:25px 0;
}
.mb10 {
    margin-bottom: 10px;
}
.text-center{
	text-align:center;
}
.para{
	font-size:20px;
}
.paraxl {
    font-size: 45px;
}
.paralarge {
    font-size: 36px;
}
.paramedium {
    font-size: 22px;
}
.h2title {
    font-size: 36px;
}
.h1title {
    font-size: 40px;
}
.clrwhite{
	color:#fff;
}
.clrgrey{
	color:#F9F9F9;
}
.headertext {
    font-size: 32px;
}
/*******************************showcase******************/
.section-showcase {
    background: #3B3B3B;
    color: #fff;
	padding:80px 0;
}
.showcase_inner {
    margin: 0 auto;
    text-align: center;
    max-width: 900px;
}
.addrinfo {
    padding: 50px 0 00;
}
.contact-row {
    padding: 20px 0 0 0;
}
address {
    line-height: 32px;
}
/*******************************menu*************************/
.section-menu {
    background: #F7F3F4;
    padding: 0 0 70px 0;
}
.section-menu h2 {
    padding: 60px 0 35px 0;
}
.menu-table {
    width: 100%;
    padding: 0 0 70px 0;
}
.menu-table thead tr {
    background: #DFDBDC;
}
.menu-table thead tr th {
    padding: 20px 25px;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
}
.menu-table thead tr th span {
    text-align: center;
    display: block;
    font-size: 16px;
}
.menu-table tbody {
    background: #fff;
}
.menu-table tbody tr td {
    font-size: 18px;
    padding: 20px 25px;
    font-family: 'Montserrat-Medium';
}
.menu-table tbody tr:nth-child(even) {
    background: #EBE7E8;
}
/**************salient features*****************/
.section-features {
    padding: 0 0 40px 0;
}
.section-features h2 {
    padding: 60px 0 40px 0;
}
.feature-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.feature-list li {
	flex: 0 0 50%;
    max-width: 50%;
    list-style: none;
    font-size: 20px;
    margin: 0 0 20px 0;
    font-family: 'Montserrat-Medium';
    position: relative;
    padding: 0 0 0 45px;
}
.feature-list li:before{
    content: '';
    background: url(../src/images/arrow.png) no-repeat;
    width: 23px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 8px;
}
/********************************section rooms*****************/
.section-rooms {
    background: #F7F3F4;
}
.section-rooms h2 {
    padding: 30px 0 25px 0;
}
.rooms-row {
    padding: 0 0 40px 0;
    max-width: 970px;
    margin: 0 auto;
}
.grid-room span {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #000;
    padding: 10px 0 00;
}
.grid-room img {
    position: relative;
}
.grid-room:before {
    content: '';
    background: #E0DCD9;
    width: 90%;
    height: 5px;
    right: 20px;
    display: block;
    position: absolute;
    bottom: 35px;
}
.grid-room:after {
    content: '';
    background: #E0DCD9;
    width: 5px;
    height: 75%;
    right: 18px;
    display: block;
    position: absolute;
    top: 10px;
}
/****************************header**********************/
.header-row {
    padding: 40px 0;
}
.headergrid.contact {
    text-align: right;
}
/*****************************Banner*********************/
.abtrow {
    padding: 70px 60px;
}
.abtgrid.abt-right {
    text-align: right;
}
.abtgrid.abt-left {
    padding: 0 120px 00 0;
}
.abt-left span {
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    text-transform: uppercase;
}
.abtrow p {
    line-height: 32px;
}
.abtgrid h1 {
    margin: -10px 0 20px 0;
}
/********************************************Responsive****************************/
@media(min-width:1366px) and (max-width:1600px){
.container {
    max-width: 1300px;
    width: 1300px;
    padding: 0;
}
.paramedium {
    font-size: 18px;
}
.h1title {
    font-size: 30px;
}
.abtrow {
    padding: 45px 60px;
}
.h2title {
    font-size: 28px;
}
.abtgrid.abt-left {
    padding: 0 70px 00 0;
}
.feature-list li {
    font-size: 15px;
    margin: 0 0 15px 0;
    padding: 0 0 0 45px;
}
.abtrow p {
    line-height: 30px;
}
.para {
    font-size: 16px;
}
.menu-table thead tr th {
    font-size: 18px;
}
.menu-table thead tr th span {
    font-size: 14px;
}
.menu-table tbody tr td {
    font-size: 14px;
}
.paralarge {
    font-size: 30px;
}
.paraxl {
    font-size: 36px;
}
}
@media(min-width:1200px) and (max-width:1365px){
.container {
    max-width: 1200px;
    width: 1200px;
    padding: 0;
}
.headertext {
    font-size: 24px;
}
.paramedium {
    font-size: 18px;
}
.h1title {
    font-size: 30px;
}
.abtrow {
    padding: 45px 60px;
}
.h2title {
    font-size: 28px;
}
.abtgrid.abt-left {
    padding: 0 70px 00 0;
}
.feature-list li {
    font-size: 15px;
    margin: 0 0 15px 0;
    padding: 0 0 0 45px;
}
.abtrow p {
    line-height: 30px;
}
.para {
    font-size: 16px;
}
.menu-table thead tr th {
    font-size: 18px;
}
.menu-table thead tr th span {
    font-size: 14px;
}
.menu-table tbody tr td {
    font-size: 14px;
}
.paralarge {
    font-size: 30px;
}
.paraxl {
    font-size: 36px;
}
}
@media(min-width:992px) and (max-width:1199px){
.container {
    max-width: 100%;
    width: 100%;
    padding: 0 50px;
}
.abtrow {
    padding: 50px 0;
}
.abtgrid.abt-left {
    padding: 0 40px 00 0;
}
.h1title {
    font-size: 24px;
}
.abt-left span {
    font-size: 20px;
    padding: 0 0 10px 0;
}
.abtrow p {
    line-height: 28px;
}
.para {
    font-size: 16px;
}
.h2title {
    font-size: 26px;
}
.paraxl {
    font-size: 34px;
}
.paralarge {
    font-size: 26px;
}
.addrinfo {
    padding: 30px 0 00;
}
.menu-table thead tr th {
    padding: 15px 12px;
    font-size: 16px;
}
.menu-table thead tr th span {
    font-size: 12px;
}
.menu-table tbody tr td {
    font-size: 13px;
    padding: 15px 15px;
}
.feature-list li {
    font-size: 14px;
    margin: 0 0 20px 0;
}
.grid-room:after {
    right: 3px;
}
}
@media(min-width:768px) and (max-width:991px){
.container {
    max-width: 100%;
    width: 100%;
    padding: 0 35px;
}
.abtrow {
    padding: 30px 0px;
}
.abtgrid.abt-left {
    padding: 0 0 50px 0;
}
.paramedium {
    font-size: 16px;
}
.h1title {
    font-size: 24px;
}
.abtrow p {
    line-height: 28px;
}
.para {
    font-size: 14px;
}
.abtgrid.abt-left {
    padding: 0 0 30px 0;
}
.h2title {
    font-size: 20px;
}
.feature-list li {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 13px;
    margin: 0 0 12px 0;
}	
.grid-room {
    padding: 0 10px !important;
}
.grid-room:before {
    right: 10px;
    bottom: 35px;
}
.grid-room:after {
    height: 70%;
    right: 5px;
}
.menu-table thead tr th {
    padding: 10px 10px;
    font-size: 12px;
}
.menu-table tbody tr td {
    font-size: 12px;
    padding: 12px 15px;
}
.menu-table thead tr th span {
    font-size: 12px;
}
.section-menu h2 {
    padding: 25px 0 25px 0;
}
.paraxl {
    font-size: 24px;
}
.paralarge {
    font-size: 20px;
}
address {
    line-height: 28px;
}
.section-showcase {
    padding: 50px 0;
}
.header-row {
    padding: 40px 0 20px 0;
}
}
@media(max-width:768px){
.container {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
}
.header-row {
    padding: 20px 0;
    text-align: center;
    box-shadow: 0 3px 3px #f2f2f2;
}
header .container {
    padding: 0;
}
.abtrow {
    padding: 20px 0;
}
.abtgrid.abt-left {
    padding: 0;
}
.h1title {
    font-size: 20px;
}
.abtrow p {
    line-height: 24px;
}
.para {
    font-size: 13px;
}
.paramedium {
    font-size: 14px;
}
.headergrid.contact {
    text-align: center;
}
.abtgrid h1 {
    margin: -10px 0 10px 0;
}
.abtgrid.abt-right {
    padding: 20px 0 0 0;
}
.h2title {
    font-size: 20px;
}
.section-rooms h2 {
    padding: 20px 0 15px 0;
}
.grid-room {
    padding: 0 20px !important;
    margin: 0 0 20px 0;
}
.grid-room img {
    width: 100%;
}
.grid-room span {
    font-size: 16px;
}
.rooms-row {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}
.section-features h2 {
    padding: 25px 0 25px 0;
}
.feature-list li {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 12px;
    margin: 0 0 12px 0;
    padding: 0 0 0 30px;
}
.feature-list li:before {
    width: 15px;
    height: 10px;
    background-size: 100%;
}
.section-menu h2 {
    padding: 25px 0 25px 0;
}
.menu-table thead tr th span {
    font-size: 13px;
}
.menu-table thead tr th {
    padding: 15px 10px;
    font-size: 16px;
}
.menu-table tbody tr td {
    font-size: 10px;
    padding: 15px 10px;
}
.section-showcase {
    padding: 30px 0;
}
.section-menu {
    padding: 0 0 30px 0;
}
.paraxl {
    font-size: 24px;
}
.paralarge {
    font-size: 16px;
}
.addrinfo {
    padding: 25px 0 00;
}
.addrinfo address {
    padding: 0 20px;
	line-height: 24px;
}
.contact-row .col-lg-6 {
    margin: 0 0 20px 0;
}
}