body {
		background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
	}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}


/* Typography */
 

h1 {
  font-weight: bold;
  font-size: 100px;
}

h2 {
  color: #333;
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 8px;
}
#contact h2 {
  color: #ffffff;
}

h3 {
  color: #444;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
#menu h3 {
   color: #555;
}

 

a {
  text-decoration: none !important;
}
a:visited,
a:focus {
  outline: none;
  text-decoration: none !important;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* hover min css */
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before {
  background-color: #ffffff;
}


/* All Section styles */
#about,
#feature,
#video,
#menu,
#team,
#gallery,
#contact {
 	/*
	color: #656565;
    padding-top: 0px;
    padding-bottom: 20px;
	*/
}

#feature,
#video,
#team,
#gallery,
#contact {
  text-align: center;
}

#feature,
#team {
  background: rgb(240,240,240);
}



/* section title */
.section-title {
  padding-bottom: 70px;
}
Header,
#about .section-title,
#menu .section-title {
  text-align: center;
}
#contact .section-title {
  color: #f0f0f0;
}



/* Preloader section  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #000; 
  
   
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
 background-image:url(../images/logo%20-%2060%20X%2060.png);
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
	
/*booking form*/	
	
.section {
	position: relative;
	height: 100vh;
}

.section .section-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);  
}



#booking {
	font-family: 'Josefin Sans', sans-serif;
	background-image: url('../img/background.jpg');
	background-size: cover;
	background-position: center;
}

#booking::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
}

.booking-form {
	padding-left: 20px;
    padding-right: 20px;	
}

.booking-form .form-header {
	text-align: center;
	margin-bottom: 40px;
}

.booking-form .form-header h1 {
	font-family: 'Cardo', serif;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 38px;
	color: #0c0c09;
	margin-top: 0;
	margin-bottom: 0px;
}

.booking-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.booking-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.booking-form .form-group i {
    position: absolute;
    right: 0;
    top: 23px;
   	color:#c99552;
    transition: 0.3s;
    padding-top: 12px;
    padding-right: 15px;
}

.booking-form .form-control {
	background-color: #fff;
    height: 40px;
    border: 1px solid #c99552;
    -webkit-box-shadow: none;
    border-radius: 0px;
    color: #000000;
    font-size: 18px;
}

 



.booking-form .form-control::-webkit-input-placeholder {
	color: #e1e1e1;
}

.booking-form .form-control:-ms-input-placeholder {
	color: #e1e1e1;
}

.booking-form .form-control::placeholder {
	color: #e1e1e1;
}

.booking-form .form-control:focus {
	border-color: #c99552;
}

.booking-form input[type="date"].form-control:invalid {
	color: #000;
}

.booking-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-form select.form-control+.select-arrow {
	position: absolute;
    right: 0px;
    bottom: 0px;
    width: 24px;
    text-align: center;
    pointer-events: none;
    height: 40px;
    line-height: 40px;
    color:#c99552;
    font-size: 14px;
    border-radius: 0px 3px 3px 0px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.booking-form select.form-control+.select-arrow::after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	 
}

.booking-form select.form-control:focus+.select-arrow {
	background: #c99552;
	color: #fff;
}

.booking-form .form-label {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 3px;
	display: inline-block;
	color: #c99552;
	text-transform: capitalize;
}

.booking-form .in-out {
	position: absolute;
	font-size: 24px;
	color: #c99552;
	right: -15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	z-index: 20;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: 25px;
}

.booking-form .form-btn {
	margin-top: 23px;
    MARGIN-BOTTOM: 20PX;
}

.booking-form .submit-btn {
	color: #fff;
    background-color: #97772c;
    font-weight: 400;
    height: 50px;
    border: none;
    font-size: 20px;
    width: 100%;
    letter-spacing: 3px;
	    text-transform: uppercase;
}
.booking-form-popup .submit-btn {
	color: #fff;
    background-color: #97772c;
    font-weight: 400;
    height: 50px;
    border: none;
    font-size: 13px;
    width: 100%;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 5px;
}

.booking-form-call-button .submit-btn {
  color: #fff;
  background-color: #97772c;
  font-weight: 400;
  height: 50px;
  border: none;
  font-size: 16px;
  width: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/*booking form*/	


/* Home section */
#home {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
        align-items: center;
  text-align: center;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#home .gradient-overlay {
  background: #000;  
  opacity: 0.4;      
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
}

Header{
background-color: #2e3191;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
	}

Header h6 {
	color: #ffffff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 10px;
    font-size: 10px;
    margin-left: 10px;
	}

Header h2 {
	
	font-size: 50px;
    font-family: 'Pinyon Script', cursive;
    color: #98772c;
    font-weight: normal;
    text-transform: none;
	
	
	}

Header h4 {  
	color: #ffffff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 10px;
    font-size: 10px;
    margin-top: -5px;
	
	}

.text_1 {
	font-size: 90px;
    font-family: 'Pinyon Script', cursive;
    color: #e4a413;
    font-weight: normal;
}

.text_p {
	
	color: #00a551;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 10px;
    font-size: 18px;
	     
}

.text_p_1 {
	
	color: #FFF;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 5px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: -20px;
	     
}

.logo{   }

.logo > IMG { margin-bottom:50px;      }

.motif_IMG_1 { margin-top: -45px; }
.motif_IMG_2 { 

	margin-top: -35px;
    width: 35px;
	
	 }

#home .btn {
  background: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 13px 30px;
  margin-top: 34px;
  text-transform: uppercase;
}
#home .btn:hover,
#home .btn:focus {
  color: #c21500;
}


/* Navigation section */
.navbar-default {
    background-color:#97772c;
    border: none;
}

.navbar-default .navbar-brand {
    color: #505050;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 40px;
    margin: 0;
    position: absolute;
    z-index: 999;
    margin-top: -110px;
}

.navbar-default .navbar-nav {
  margin: 7.5px 65px 0px 0px !important;

}

.navbar-default .navbar-nav li {
    margin-right: 10px;
}



.navbar-default .navbar-nav li a {
	text-transform: uppercase;
    letter-spacing: 3px;
      color: #fff;
    font-size: 14px;
    font-weight: 500;
   
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li a:hover {
    color: #000 !important;
	
}

.active { 
	color: #000 !important;
	font-weight:bold !important;
	}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #98772c;
    background-color: transparent;
}

 .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: transparent;
} 


 

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
       background-color: #fff;
  }
  
 

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}



/* Feature section */
#feature .feature-thumb {
  background-color: #ffffff;
  position: relative;
  padding: 40px;
  margin-top: 32px;
}
#feature .feature-icon {
  background-color: #222;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  top: 0;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
#feature .feature-icon:hover {
  background-color: #c21500;
}
#feature .feature-icon span {
  display: table-cell;
  vertical-align: middle;
}
#feature .feature-icon .fa {
  color: #ffffff;
  font-size: 36px;
  margin: 0;
  padding: 0;
}

#feature h3 {
  padding-top: 14px;
  padding-bottom: 10px;
}



/* About section  */
#about .col-md-4 ul {
  padding-top: 4px;
  padding-left: 28px;
}

#about .col-md-4 ul li {
  color: #777;
  font-size: 18px;
  font-weight: 400;
  padding-top: 2px;
  padding-bottom: 2px;
}


/* WELCOME section  */

#WELCOME {
 background: url(../images/WELCOME_BG.jpg) 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #999;
    width: 100%;
    height: 730px;
   
   
} 

/* #WELCOME {
    background-image: url('../images/WELCOME_BG.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	 position: relative;
  color: #999;
  width: 100%;
  height: 100vh;
}*/ 

  .footer-span-home-1{
    text-transform: none;
    FONT-SIZE: 16px;
    line-height: 35px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    margin-left: 30px;
  }
  #footer-fixed{
    position:fixed;
     bottom:0;
      width:100%;
  }
  .powered-by-css{
    text-align: right;
  }
 .copyright-css{
  text-align: left;
 }
#WELCOME .overlay {
    background: rgba(03,03,03,0.6);
    width: 100%;
    position: absolute;
    top: 0;
    height: 730px;
}

#WELCOME h2 {
     
     padding-top: 25px;
    padding-bottom: 16px;
    text-align: center;
	font-size:120px;
    font-family: 'Pinyon Script', cursive;
    color: #98772c;
	text-transform: none;
	 letter-spacing: 0px;
}

#WELCOME p {
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
    FONT-SIZE: 16px;
    line-height: 35px;
    letter-spacing: 3px;
}

.Testi_list {
	padding: 40px;
    padding-top: 0px;
    padding-bottom: 0px; 
	
} 

#Testimonials {}


#Testimonials h2 {
     
    padding-top: 40px;
    padding-bottom: 0px;
    text-align: center;
    font-size: 89px;
    font-family: 'Pinyon Script', cursive;
    color: #98772c;
    text-transform: none;
	    letter-spacing: 0px;
}

#Testimonials H3 {
	text-transform: uppercase;
    letter-spacing: 3px;
    color: #97772c;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 0px;
    padding-top: 0px;
}

#Testimonials H6 {
	 
    letter-spacing: 3px;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
     
}

#Testimonials p {
    color: #000;
    text-align: justify;
    FONT-SIZE: 18px;
    line-height: 30px;
   font-weight: initial;
}
 

#Testimonials h5 { font-size: 20px;}

#Testimonials IMG { }

.MORE_1{
	background-position: center;
    background-image: url(../images/more_btn_1.png);
    background-repeat: no-repeat;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    background-color: white;
    font-size: 14px;
    color: #2e3191;
    padding-left: 20px;
    padding-right: 20px;
	}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}


	
       
#contact {}


#contact h2 {
     
    padding-top: 40px;
    padding-bottom: 0px;
    text-align: center;
    font-size: 89px;
    font-family: 'Pinyon Script', cursive;
    color: #98772c;
    text-transform: none;
	 letter-spacing: 0px;
}

#contact H3 {
	text-transform: uppercase;
    letter-spacing: 3px;
    color: #97772c;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#contact H6 {
	 
    letter-spacing: 3px;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
     
}

#contact p {
    color: #000;
    text-align: center;
    FONT-SIZE: 16px;
    line-height: 30px;
    font-weight: initial;
    text-transform: uppercase;
}

#contact p span {
	color:#98772c;
    
}
 

#contact h5 { font-size: 20px;}

/* #contact IMG { margin-top: 30px; }	 */
 



#Hotel_Tariff h2 {
     
    padding-top: 40px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 89px;
    font-family: 'Pinyon Script', cursive;
    color: #98772c;
    text-transform: none;
	    letter-spacing: 0px;
}

#Hotel_Tariff h5 {
    font-size: 20px;
	
	 
    border-bottom: 3px solid #98772c;
    width: 250px;
    padding-bottom: 10px;
    font-weight: bold;
   
}

#Hotel_Tariff p {
    color: #000;
    padding-top: 20px;
    padding-bottom: 0px;
    text-align: justify;
    text-transform: none;
    FONT-SIZE: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: initial;
}

.Nest_back { 


 }
 
.Nest_back a { 

    color: #ffffff;
    padding: 10px;
    background-color: #97772c;
   
    font-size: 13px;

 }
 
.Nest_back a:hover { 

	background-color: #000;
	
} 

 



/*#Nest_back { list-style:none; }

#Nest_back li { 

    float: left;
    margin-left: 20px;
    border-bottom: 2px solid #97772c;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}



#Nest_back li a {
	
	text-transform: uppercase;
    letter-spacing: 0px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	
	}*/


#Hotel_Tariff IMG {
	
       
	 
}

#Tariff_box {
   margin-bottom: 40px;
}

#Tariff_box > a {}

#Tariff_box > h3 {
	
	Text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
		
	}
	
#Tariff_box > h3 > a {
	
	  color: #000;
		
	}
	
#Tariff_box > h3 > a:hover { 
  color: #97772c;
  font-weight:bold;
}	
	
#Tariff_box > p {
	
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
    font-weight: 500;
    margin-top: -10px;
    color: #98772c;
    font-weight: bold;
		
	}
	
#Tariff_box > p > i {
	
	    
    font-size: 20px;
    
		
	}	


#List_1 {
	list-style-type: disc;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
    line-height: 30px;
		}

#List_1 li {		

	color: #98772c;
    padding-left: 0px;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    text-align: left;
}

#List_1 li span {		

		    color: #000;
    		 
}

#myImg{}

#img01{}
	
 

#page2 {
    background-color: #e6e7e8;
    position: relative;
    color: #999;
    width: 100%;
} 

 

   

 

#page2 h2 {
     
        padding-top: 25px;
    padding-bottom: 16px;
    text-align: center;
	font-size:120px;
    font-family: 'Pinyon Script', cursive;
    color: #98772c;
	text-transform: none;
}

.WE {
   width: 70px;
    background-color: #F00;
    margin: 0 auto;  
    
}

.WE h4  {
 	color: #FFF;
    position: absolute;
    z-index: 999;
    margin-top: 130px;
    
}



#page2 p {
    color: #000;
    padding-top: 20px;
    padding-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
    FONT-SIZE: 16px;
    line-height: 35px;
	letter-spacing: 3px;
}


hr.new3 {
    border-top: 5px solid #98772c;
    width: 50px;
}




.hide-text{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.ease-all{
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}





#page1 {
  
  background-color:#e6e7e8;  
  position: relative;
  color: #999;
  width: 100%;
 
}

.card { margin-top:100px;}

.card h2 {
     
        padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 16px;
    color: #2e3191;
    background-position: center;
    background-image: url(../images/motif_2.png);
    background-repeat: no-repeat;
    height: 100%;
    text-transform: uppercase;
    font-weight: 600;
	 
}

.card p {
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-transform: uppercase;
    FONT-SIZE: 14px;
    line-height: 30px;
    letter-spacing: 2px;
}

.card p span {	
	font-size: 40px;
    line-height: 60px;
	
	}

.card h4 {
     
    background-position: center;
    background-image: url(../images/more_btn_1.png);
    background-repeat: no-repeat;
    height: 100%;
	
	padding-top: 17px;
    padding-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
       
   
    
    
	 
}

.card h4 A {
     
    
    font-size: 14px;
    color: #2e3191;
	 
}


.social{
	height: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 168px;
    margin: 0 auto;
      margin-top: 8px;
      padding-bottom: 50px;
}


.social li a{
	display: inline-block;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 1rem;
	text-align: center;
	padding-top: 11px;
	
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
	
	-webkit-box-shadow: inset 0 0 0 3px #FFF;
	-moz-box-shadow: inset 0 0 0 3px #FFF;
	-o-box-shadow: inset 0 0 0 3px #FF;
	-ms-box-shadow: inset 0 0 0 3px #FF;
	box-shadow: inset 0 0 0 3px #FFF; 
	
	color: #fff;
}

.social li a:hover{
	-webkit-box-shadow: inset 0 0 0 3px #98772c;
	-moz-box-shadow: inset 0 0 0 3px #98772c;
	-o-box-shadow: inset 0 0 0 3px #98772c;
	-ms-box-shadow: inset 0 0 0 3px #98772c;
	box-shadow: inset 0 0 0 3px #98772c;
	
	color: #98772c;
}


/*.cpy-right {  text-align: center; }*/

.cpy-left h1  {
	 color: #FFF;
    padding-top: 30px;
    text-transform: none;
    FONT-SIZE: 16px;
    line-height: 35px;
    letter-spacing: 2px;
    font-weight: 500;
    text-align: left;
	}
	
.cpy-left h1 a  { color:#FFF; }	
	
.cpy-left span a {  
	color:#FFF; 
	}
	
	
.cpy-right h1  {
	color: #FFF;
    padding-top: 30px;
    text-transform: none;
    FONT-SIZE: 16px;
    line-height: 35px;
    letter-spacing: 2px;
    font-weight: 500;
	text-align:right;
	}
	
.cpy-right h1 a  { color:#FFF; }	
	
.cpy-right span a {  
	color:#FFF;   
	}		


.social_1{
	height: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 140px;
    margin: 0 auto;
	    margin-top: 5px;
}


.social_1 li a{
	display: inline-block;
	float: left;
	width: 28px;
	height: 28px;
	margin-right: 1rem;
	text-align: center;
	padding-top: 9px;
	
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
	
	-webkit-box-shadow: inset 0 0 0 3px #000;
	-moz-box-shadow: inset 0 0 0 3px #000;
	-o-box-shadow: inset 0 0 0 3px #000;
	-ms-box-shadow: inset 0 0 0 3px #000;
	box-shadow: inset 0 0 0 3px #000; 
	font-size:12px;
	color: #000;
}

.social_1 li a:hover{
	-webkit-box-shadow: inset 0 0 0 3px #98772c;
	-moz-box-shadow: inset 0 0 0 3px #98772c;
	-o-box-shadow: inset 0 0 0 3px #98772c;
	-ms-box-shadow: inset 0 0 0 3px #98772c;
	box-shadow: inset 0 0 0 3px #98772c;
	
	color: #98772c;
}


.cpy-right_1 {      

	text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
	
	}

.cpy-right_1 span  { 
    
	color: #000;
    padding-top: 30px;
    text-align: center;
    text-transform: none;
    FONT-SIZE: 16px;
    line-height: 35px;
    letter-spacing: 2px;
    font-weight: 500;
	}
	
.cpy-right_1 span a {  
	color:#000; 
	}	


/* Video section  */
#video {
  background: url('../images/video-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #999;
}

#video .overlay {
  background: rgba(03,03,03,0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#video h2 {
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 16px;
}

#video .fa {
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 100px;
  color: #ffffff;
  font-size: 28px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
  margin-top: 22px;
}



/* Menu section */
#menu .media {
  padding-bottom: 20px;
}

#menu .media-object img {
  width: 220px;
  padding-right: 12px;
  position: relative;
}

#menu .media-object span.menu-price {
  position: absolute;
  background-color: #ffffff;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 20px;
  top: 50%;
  left: 3%;
}



/* Team section */
#team h3 {
  padding-bottom: 0px;
}

#team .team-des h4 {
  color: #666;
  padding-top: 0px;
  padding-bottom: 10px;
}

#team img {
  width: 100%;
}

#team .team-thumb {
  width: 100%;
  position: relative;
}

#team .team-des {
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 90px;
  overflow: hidden;
  transition: height 450ms;
}
#team .team-thumb:hover .team-des {
  color: #ffffff;
  height: 100%;
  background-color: #c21500;
  padding-top: 30%;
  opacity: 0.9;
}
#team .team-thumb:hover h3,
#team .team-thumb:hover h4,
#team .team-thumb:hover .social-icon li a {
  color: #eee;
}

#team .join-team {
  background-color: #c21500;
  color: #f0f0f0;
  padding: 30px 20px;
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
}
#team .join-team .fa {
  font-size: 32px;
  padding-bottom: 14px;
}
#team .join-team .btn {
  background-color: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  padding: 6px 26px;
  margin-top: 18px;
}
#team .join-team .btn:hover {
  color: #222;
}

#team .col-md-6 {
  padding-top: 62px;
}
#team .col-md-6 h2 {
  padding-bottom: 16px;
}



/* Gallery section */
#gallery .gallery-thumb {
  position: relative;
  overflow: hidden;
  margin: 0;
} 

#gallery .gallery-thumb .gallery-overlay {
  background: #c21500;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#gallery .gallery-thumb:hover .gallery-overlay {
    opacity: 0.9;
}

#gallery .gallery-thumb .gallery-overlay .gallery-item {
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#gallery .gallery-thumb .fa {
  background: #ffffff;
  border-radius: 100%;
  font-size: 24px;
  color: #222;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    margin-bottom: 42px;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 8px 17px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  color: #C21500;
}

/*isotope box css*/
.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
} 

.fluid-img {
    width: 100%;
    display: block;
}


/* Contact section  */
#contact {
 
}

#contact .overlay {
  
}

.input_1{ width: 180px;} 


#contact .form-control {
 	background: transparent;
    border: none;
    border: 1px solid #666;
    border-radius: 0px;
    box-shadow: none;
    color: #000;
    font-size: 15px;
    margin-bottom: 16px;
    transition: all 0.4s ease-in-out;
    
}

#contact .form-control::placeholder {
  color:#000;
  font-weight:bold;
  text-transform: uppercase;
}

#contact .form-control:hover {
  border-color: #ddd;
}

#contact input {    height: 35px;}

#contact input[type='submit'] {
	
    background: #97772c;
    color: #FFF;
    font-size: 20px;
     font-weight: 500;
    letter-spacing: 2px;
    height: 50px;
    margin-top: 20px;
    border: none;
}
#contact input[type='submit']:hover {
  background-color: #000;
  border-color: transparent;
  color: #ffffff;
}


/* Footer section  */
footer {
  background-color: #141414;
  color: #757575;
  padding-top: 100px;
  padding-bottom: 100px;
}

footer h3 {
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 14px;
}

footer strong {
  color: #f0f0f0;
  font-size: 20px;
  display: block;
  padding-top: 6px;
  padding-bottom: 2px;
}


/* copyright section  */
#copyright p {
  padding: 20px;
}

.gototop {
  background-color: #242424;
  color: #ffffff;
  font-size: 40px;
  padding: 20px 32px;
  text-align: right;
  transition: all 0.4s ease-in-out;
}
.gototop:hover {
  background-color: #c21500;
  color: #fff;
}

/* social icon section  */
.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 100px;
  color: #626262;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 12px;
  margin-right: 10px;
}

.social-icon li a:hover {
  background: #111;
  color: #ffffff;
}


/*Gallery*/

.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 0px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}


.footer_div_top{
  margin-bottom: 80px;
}
#using_fixed_footer{
  position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    background:#97772c;
}
#social_footer-margin{
  margin-bottom:0px;
}
.neo_right_text{
  float:right;
}
/*Gallery*/

@media (max-width: 991px) {
	
.navbar-default .navbar-nav {
       margin: 7.5px 20px;
}	
	
.navbar-default .navbar-nav li {
    margin-right: 0px;
}

.navbar-default .navbar-nav li a {
     
    letter-spacing: 0px;
    font-size: 13px;
}
#social_footer-margin{
  margin-bottom:0px;
}
.neo_right_text{
  float:right;
}
.footer_div_top{
  margin-bottom: 80px;
}
}

/* Mobile Responsive */
@media (max-width: 980px) {

  #home {
    height: 100vh;
  }

  #feature .col-md-4:last-child,
  #about .col-md-4 {
    margin-top: 42px;
  }

  #team .team-thumb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #team .join-team {
    padding: 71px 50px;
    margin-top: 20px;
  }
  
    #contact-form {
        padding: 30px;
}  
  
  .input_1 {
    width: 100%;
}
#social_footer-margin{
  margin-bottom:0px;
}
.neo_right_text{
  float:right;
}
.footer_div_top{
  margin-bottom: 0px;
}
}


@media (max-width: 900px) {
	
	

  h1 {font-size: 70px;}
  
  #contact-form {
        padding: 30px;
}  
  
  .input_1 {
    width: 100%;
}

.navbar-default .navbar-nav {
       margin: 7.5px 20px;
}	
	
.navbar-default .navbar-nav li {
    margin-right: 0px;
}

.navbar-default .navbar-nav li a {
     
    letter-spacing: 0px;
    font-size: 13px;
}

.display_1 {display: none;} 
#using_fixed_footer{
  position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    background:#97772c;
}
#social_footer-margin{
  margin-bottom:0px;
}
.neo_right_text{
  float:right;
}
}


@media (max-width: 768px) {
	
.navbar-default .navbar-nav li {
    margin-right: 0px;
}	

.navbar-default .navbar-brand {
    line-height: 46px;
  }
  
#contact-form {
        padding: 30px;
}  
  
  .input_1 {
    width: 100%;
} 
#using_fixed_footer{
  position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    background:#97772c;
}
#social_footer-margin{
  margin-bottom:30px;
}
.neo_right_text{
  float:none;;
}
.footer_div_top{
  margin-bottom: 0px;
}
}

@media (max-width: 768px) {
  #using_fixed_footer{
    position: relative;
      bottom: 0px;
      left: 0px;
      right: 0px;
      margin-bottom: 0px;
      background:#97772c;
  }
  #social_footer-margin{
    margin-bottom:30px;
  }
  .neo_right_text{
    float:none;;
  }
  .footer_div_top{
    margin-bottom: 0px;
  }
.navbar-default .navbar-nav {
       margin: 7.5px 20px;
}	
	
.navbar-default .navbar-nav li {
    margin-right: 0px;
}

.navbar-default .navbar-nav li a {
     
    letter-spacing: 0px;
    font-size: 13px;
}	
	
#Hotel_Tariff h5 {
    font-size: 20px;
    border-bottom: 3px solid #98772c;
    width: 100%;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

#Testimonials h2 { font-size: 60px; }	
	
	
.logo > IMG {
    margin-bottom: 10px;
    width: 20%;
}

	
	
.text_1 {
    font-size: 55px;
    
}


  #home {
    height: 100vh;
  }

Header h2 {
    font-size: 40px;
    
}

#WELCOME { height: 100%; }

#WELCOME .overlay {height: 100%;}
     
#WELCOME h2 {
       font-size: 80px;
	   font-size: 80px;
       padding-bottom: 0px;
}

#WELCOME p {
     FONT-SIZE: 16px;
	 padding-top: 0px;
}

  #feature {
    padding-top: 80px;
    padding-bottom: 80px;
  }

 
  
.navbar-default {
    background-color: #97772c;
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

  #menu .media-object img {
    width: 100%;
    padding-bottom: 14px;
  }
  #menu .media-object span.menu-price {
    top: 30%;
    left: 6%;
  }
  
#contact h2 {
    
}


#Hotel_Tariff h2 {
    font-size: 80px;
}  

#contact-form {
        padding: 30px;
}

.input_1 {
    width: 100%;
}

.booking-form {
    padding-left: 50px;
    padding-right: 50px;
}


.hide-bullets {
     display: none;
}
  footer {text-align: center;}
  
  
#Hotel_Tariff IMG {
    margin-bottom: 10px;
}

.cpy-left h1  { 

	text-align: center;
    FONT-SIZE: 12px;
    margin-bottom: -20px;

  }
.cpy-right h1  { 

	text-align: center;
    FONT-SIZE: 12px;
    margin-top: -35px;
 }

.display_1 {display: none;} 

}


@media (max-width: 767px) {
	
.navbar-default .navbar-nav li {
    margin-right: 0px;
}

.navbar-default .navbar-nav li a {
     
    letter-spacing: 3px;
    font-size: 14px;
	text-align:center;
}	
	
#Hotel_Tariff h5 {
    font-size: 20px;
    border-bottom: 3px solid #98772c;
    width: 100%;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

#Testimonials h2 { font-size: 60px; }	
	
	
.logo > IMG {
    margin-bottom: 10px;
    width: 20%;
}

	
	
.text_1 {
    font-size: 55px;
    
}


  #home {
    height: 100vh;
  }

Header h2 {
    font-size: 40px;
    
}

#WELCOME { height: 100%; }

#WELCOME .overlay {height: 100%;}
     
#WELCOME h2 {
       font-size: 80px;
	   font-size: 80px;
       padding-bottom: 0px;
}

#WELCOME p {
     FONT-SIZE: 16px;
	 padding-top: 0px;
}

  #feature {
    padding-top: 80px;
    padding-bottom: 80px;
  }

 
  
.navbar-default {
    background-color: #97772c;
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

  #menu .media-object img {
    width: 100%;
    padding-bottom: 14px;
  }
  #menu .media-object span.menu-price {
    top: 30%;
    left: 6%;
  }
  
#contact h2 {
    
}


#Hotel_Tariff h2 {
    font-size: 80px;
}  

#contact-form {
        padding: 30px;
}

.input_1 {
    width: 100%;
}

.booking-form {
    padding-left: 50px;
    padding-right: 50px;
}


.hide-bullets {
     display: none;
}
  footer {text-align: center;}
  
  
#Hotel_Tariff IMG {
    margin-bottom: 10px;
}

.cpy-left h1  { 

	text-align: center;
    FONT-SIZE: 12px;
    margin-bottom: -20px;

  }
.cpy-right h1  { 

	text-align: center;
    FONT-SIZE: 12px;
    margin-top: -35px;
 }

.display_1 {display: none;} 

}


@media (max-width: 736px) {
	
.navbar-default .navbar-nav li {
    margin-right: 0px;
}	
	
#Hotel_Tariff h5 {
    font-size: 20px;
    border-bottom: 3px solid #98772c;
    width: 100%;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

#Testimonials h2 { font-size: 60px; }	
	
	
.logo > IMG {
    margin-bottom: 10px;
    width: 20%;
}

	
	
.text_1 {
    font-size: 55px;
    
}


 

Header h2 {
    font-size: 40px;
    
}

#home {
    height: 100vh;
  }

#WELCOME { height: 100%; }

#WELCOME .overlay {height: 100%;}
     
#WELCOME h2 {
       font-size: 80px;
	   font-size: 80px;
       padding-bottom: 0px;
}

#WELCOME p {
     FONT-SIZE: 16px;
	 padding-top: 0px;
}

  #feature {
    padding-top: 80px;
    padding-bottom: 80px;
  }

 
  
.navbar-default {
    background-color: #97772c;
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

  #menu .media-object img {
    width: 100%;
    padding-bottom: 14px;
  }
  #menu .media-object span.menu-price {
    top: 30%;
    left: 6%;
  }
  
#contact h2 {
    
}


#Hotel_Tariff h2 {
    font-size: 80px;
}  

#contact-form {
        padding: 30px;
}

.input_1 {
    width: 100%;
}

.booking-form {
    padding-left: 50px;
    padding-right: 50px;
}


.hide-bullets {
     display: none;
}
  footer {text-align: center;}
  
  
#Hotel_Tariff IMG {
    margin-bottom: 10px;
}

.cpy-left h1  { 

	text-align: center;
    FONT-SIZE: 12px;
    margin-bottom: -20px;

  }
.cpy-right h1  { 

	text-align: center;
    FONT-SIZE: 12px;
    margin-top: -35px;
 }
 
.display_1 {display: none;}

 

}


@media (max-width: 667px) {
	
.navbar-default .navbar-nav li {
    margin-right: 0px;
}
	
#Hotel_Tariff h5 {
    font-size: 20px;
    border-bottom: 3px solid #98772c;
    width: 100%;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

#Testimonials h2 { font-size: 60px; }	
	
.logo > IMG {
    margin-bottom: 10px;
    width: 20%;
}
	
.text_1 {
    font-size: 50px;
    
}


  #home {
    height: 100vh;
  }

Header h2 {
    font-size: 40px;
    
}

#WELCOME { height: 100%; }

#WELCOME .overlay {height: 100%;}
     
#WELCOME h2 {
       font-size: 80px;
	   font-size: 80px;
       padding-bottom: 0px;
}

#WELCOME p {
     FONT-SIZE: 16px;
	 padding-top: 0px;
}

  #feature {
    padding-top: 80px;
    padding-bottom: 80px;
  }

 
  
.navbar-default {
    background-color: #97772c;
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

  #menu .media-object img {
    width: 100%;
    padding-bottom: 14px;
  }
  #menu .media-object span.menu-price {
    top: 30%;
    left: 6%;
  }
  
#contact h2 {
    
}


#Hotel_Tariff h2 {
    font-size: 80px;
}  

#contact-form {
        padding: 30px;
}

.input_1 {
    width: 100%;
}

.booking-form {
    padding-left: 50px;
    padding-right: 50px;
}


.hide-bullets {
     display: none;
}
  footer {text-align: center;}
  
  
#Hotel_Tariff IMG {
    margin-bottom: 10px;
}

.cpy-left h1  { 

	text-align: center;
    FONT-SIZE: 12px;
    margin-bottom: -20px;

  }
.cpy-right h1  { 

	text-align: center;
    FONT-SIZE: 12px;
    margin-top: -35px;
 }

.text_p {
    color: #00a551;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 10px;
    font-size: 18px;
} 

.display_1 {display: none;}

}


@media (max-width: 650px) {
	
	
.navbar-default .navbar-nav li {
    margin-right: 0px;
}	
	
#Hotel_Tariff h5 {
    font-size: 20px;
    border-bottom: 3px solid #98772c;
    width: 100%;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

#Testimonials h2 { font-size: 60px; }	
	
.logo > IMG {
    margin-bottom: 10px;
    width: 20%;
}
	
	
.text_1 {
    font-size: 55px;
    
}


  #home {
    height: 100vh;
  }

Header h2 {
    font-size: 40px;
    
}

#WELCOME { height: 730px; }

#WELCOME .overlay {height: 730px;}
#footer-fixed{
  position: relative;
   bottom:0;
    width:100%;
}
.powered-by-css {
  text-align: center;
}
.copyright-css{
  text-align: center;
 }
#WELCOME h2 {
       font-size: 80px;
	   font-size: 80px;
       padding-bottom: 0px;
}

#WELCOME p {
     FONT-SIZE: 16px;
	 padding-top: 0px;
}

  #feature {
    padding-top: 80px;
    padding-bottom: 80px;
  }

 
  
.navbar-default {
    background-color: #97772c;
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

  #menu .media-object img {
    width: 100%;
    padding-bottom: 14px;
  }
  #menu .media-object span.menu-price {
    top: 30%;
    left: 6%;
  }
  
#contact h2 {
    
}


#Hotel_Tariff h2 {
    font-size: 80px;
}  

#contact-form {
        padding: 30px;
}

.input_1 {
    width: 100%;
}

.booking-form {
    padding-left: 50px;
    padding-right: 50px;
}


.hide-bullets {
     display: none;
}
  footer {text-align: center;}
  
  
#Hotel_Tariff IMG {
    margin-bottom: 10px;
}

.cpy-left h1  { 

	text-align: center;
    FONT-SIZE: 12px;
    margin-bottom: -20px;

  }
.cpy-right h1  { 

	text-align: center;
    FONT-SIZE: 12px;
    margin-top: -35px;
 }

.text_p {
    color: #00a551;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 10px;
    font-size: 18px;
} 

.display_1 {display: none;}

}


