.bar_overview{background:url("../themes/yosemite/img/guestrooms.png") no-repeat;height: 15px;
 margin-bottom: 10px;width: 92%;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
h1{font-size:2em; margin-top:30px;}
.selectdiv option {padding:0 0 0 10px;}
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 10px;
	max-width: 400px;
	width: calc(100% - 2em);
	vertical-align: top;
}
.ask_question {background:#fff;}
.ask_question  textarea {width:100%; background:#e9e9e9; border:1px solid #ccc; height:116px;} 
.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	
	font-weight: normal;
	font-size:100%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	margin-top:0px;
	width: 100%;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #ddd;
	font-size: 150%;
}

/* Individual styles */
/* Hoshi */
.input--hoshi {
	overflow: hidden;
}

.input__field--hoshi {
	padding: 8px 0.15em;
    width: 100%;
    margin-top: 25px;
	background: transparent;
	color: #595F6E;
}

.input__label--hoshi {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 3px 0.25em;
	width: 100%;
	height: calc(100% - 1em);
	text-align: left;
	pointer-events: none;
}

.input__label-content--hoshi {
	position: absolute;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 0px); /*height: calc(100% - 10px);*/
	border-bottom: 1px solid #B9C1CA;
}

.input__label--hoshi::after {
	margin-top: 0px;
	border-bottom: 2px solid red;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__label--hoshi-color-1::after {
	border-color: hsl(200, 100%, 50%);
}

.input__label--hoshi-color-2::after {
	border-color: #0070e0;
}

.input__label--hoshi-color-3::after {
	border-color: hsl(20, 100%, 50%);
}

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
	-webkit-animation: anim-1 0.3s forwards;
	animation: anim-1 0.3s forwards;
	 -ms-animation: fadein 5s infinite;
	 
	 
}
_:-ms-fullscreen, :root .ie11up { -ms-animation: fadein 5s infinite; }
@-webkit-keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

@keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}
.selectdiv {
  position: relative;
  float: left;
  min-width:100%;

}

.selectdiv:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #000;
    right:0px;
    top: 16px;
    height: 34px;
    padding: 15px 0px 0px 8px;
   
    position: absolute;
    pointer-events: none;
}
.lostdefault {border:none; border-bottom:1px solid #ccc;}
/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  
  display: block;
  width: 100%;
  
  height: 50px;
  float: right;
  margin: 15px 0 0;


  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
    -ms-word-break: normal;
  word-break: normal; padding:0 0 0 10px;

}
.lostandfountdatpick{opacity:0;filter:alpha(opacity=0);z-index:99;position:relative;}
.aosolutefiles{position:absolute;right:0px;top:-2px;font-size:20px;}
.datefieldsbox{position:absolute;left:0px;top:5px;font-size:16px;color:#595f6e;}
label.input__label {display:block !important;opacity:1 !important;}
.positionassingn{padding: 0 10px !important;position: relative;top: -10px;}
.lostandfountdatpick{opacity:0;filter:alpha(opacity=0);z-index:99;position:relative; font-size: 15px; line-height: 20px;}
.aosolutefiles{position:absolute;right:0px;top:-36px;font-size:20px;}
.datefieldsbox{position:absolute;left:0px;top:-25px;font-size:16px;color:#595f6e;}
.lostfoundbg {  background: #636564 none repeat scroll 0 0;  color: #fff;  margin-top: 15px;  padding: 10px 15px;}
.g-recaptcha  div {width:100% !important; text-align:center;}

.lostfoundbg  label {color:red;}

@media screen and (min-width: 320px) and (max-width: 400px){
	.g-recaptcha iframe{ width:100% !important; border-right:1px solid #ccc;border-radius:none !important;}

}

@media screen and (min-width: 360px) and (max-width: 2500px){
.g-recaptcha{margin: 0 auto; border-right: 1px solid #ccc;}
}
/*@media screen and (max-width: 360px) {
	.g-recaptcha{border-right: 0px solid #ccc !important;}
		}*/
.contactuslablebx  {color:red;}
#mail_success {background:#d0f4d4; padding:8px;}
.mail_sucssesbx i {width:25px;}


.PO{position: absolute !important;}



/* Safari 6.1-7.0 */

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {
    .input {width:100%;}
}}
