/*body config*/
html,
body { }

a:hover{text-decoration:none; color:#d31245;}
/*body config end here*/

/*container fix width*/
.container {max-width: 700px;}
/*container fix width end here*/

/*background zone*/
.bg_pink_grand_hyatt {background-color:#d31245;}
.bg_gray_grand_hyatt {background-color:#796f6f;}
.bg_white_grand_hyatt {background-color:#ffffff;}
/*background zone end here*/

/*text color*/
.txt_black{color:#000000;}
.txt_white{color:#ffffff;}
.text_pink_grand_hyatt{color:#d31245;}
.txt_blue{color:#1b97bc;}
/*text color end here*/

.text_linehight_16{line-height:16px;}

/*img width full*/
.img_full{width:100%;}
/*img width full end here*/

/*caption text on img*/
.item {
    display: inline-block;
    width: 100%;
}
.well { position:relative; display: block; padding: 0; border:none;}
.well span {position: absolute;left: 0; top: 20%;/*background:rgba(240, 101, 99, 0);*/}
/*caption text on img end here*/

/*link style*/
.hyatt_link{text-decoration: none;}
.hyatt_link:hover{ color: 000000;}
/*link style end here*/

/*navbar style*/
.navbar {
    margin-bottom: 0;
}
.navbar-default {
      background-color: #796f6f;
      border-radius: 0;
	  border:none;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #FFF;
}

.navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
	font-family: 'Neutraface 2 Text Demi';
	font-weight: 500;
	font-style: normal;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
      color:#FFFFFF;
      background-color: #d31245;
	transition: 0.9s;
	font-family: 'Neutraface 2 Text Demi';
	font-weight: 500;
	font-style: normal;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #FFFFFF;
	background-color: #d31245;
	font-family: 'Neutraface 2 Text Demi';
	font-weight: bold;
	font-style: normal;
}

.navbar-default .navbar-text {
    color: #FFF;
}

.navbar-default .navbar-toggle {
    border-color: #D1D2D4;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #D1D2D4;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}
/*navbar end here*/

.shadow {
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}



.textoverimage { 
   position: relative; 
}

img {
    max-width:100%;
}

.onimg { 
   position: absolute; 
}