.glyphicon {
    top: 3px;
}
.room_home {
    margin: 0;
    display: inline-block;
    color: #475a20;
    cursor: pointer;
}
.room_home:hover {
    color: #475a20;
    text-decoration: none;
}
.inner_res .home_collapse {
    top: 50px;
}
.sign_bg {
    background: none;
}
.MT_5 {
    margin-top: -6px;
}
.wide_cal {
    width: 93%;
}
@media screen and (min-width: 320px) and (max-width: 1199px) {
    .mobiletop-box-divs {
        display: block !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .reservation label,
    .panel-body {
        color: #475a20;
    }
}
input[type="text"]:focus {
    border: none !important;
}
.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;
}
#lostFound_box button,
#lostFound_box 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: 0 10px 10px 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;
}
.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: 0;
    width: 100%;
}
.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}
.icon {
    color: #ddd;
    font-size: 150%;
}
.input--hoshi {
    overflow: hidden;
}
.input--hoshi .input__field--hoshi {
    padding: 8px 0.15em;
    margin-top: 25px;
}
.input__field--hoshi {
    margin-top: 10px;
    padding: 1em 0.15em;
    width: 100%;
    background: transparent;
    color: #595f6e;
	border-bottom: 1px solid #595f6e !important;
}


.contact-form-input input:not(:placeholder-shown) {
    border-bottom: none !important;
}

.input--filled .input__field--hoshi:focus{
border-bottom: 1px solid #595f6e !important;
}

.input--filled .input__field--hoshi {
    border-bottom: none;
}


.selectlost {
    margin: 0 10px;
}
.input__label--hoshi {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 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% - -2px);
    border-bottom: 1px solid #b9c1ca;
}
.input__label--hoshi::after {
    margin-top: 2px;
    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, .contact-form-input input:not(:placeholder-shown)+label::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, .contact-form-input input:not(:placeholder-shown)+label > span{
    -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%;
}
#lostfoundpage .selectdiv:after {
    content: "\f078";
    font: normal normal normal 17px/1 FontAwesome;
    color: #000;
    right: 5px;
    top: 15px;
    height: 34px;
    padding: 15px 0 0 8px;
    position: absolute;
    pointer-events: none;
}
.lostdefault {
    border: none;
    border-bottom: 2px solid #ccc;
}
#lostFound_box .selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 50px;
    float: right;
    margin: 5px 0 0;
    border-radius: 0;
    line-height: 1.75;
    color: #333;
    background-color: #fff;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
}
.lostandfountdatpick {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 99;
    position: relative;
}
.aosolutefiles {
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 20px;
}
.datefieldsbox {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
    color: #595f6e;
}
label.input__label.lostDateBoxLabel {
    opacity: 1 !important;
}
label.input__label {
    display: block !important;
    opacity: 0 !important;
}


.contact-form-input label.input__label {
	/*display: none !important;*/
	position:absolute;
	left: -999;
}

.contact-form-input input:not(:placeholder-shown)+label {
    display: block !important;
	opacity: 1 !important;
}


.positionassingn {
    padding: 0 10px !important;
    position: relative;
    top: -26px;
}
.lostandfountdatpick {
    opacity: 1;
    filter: alpha(opacity=0);
    z-index: 99;
    position: relative;
}
.aosolutefiles {
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 20px;
}
.datefieldsbox {
    position: absolute;
    left: 0;
    top: 5px;
    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: 70% !important;
        border-right: 1px solid #ccc;
        border-radius: 4px;
    }
}
.contactuslablebx {
    color: red;
}
#mail_success {
    background: #d0f4d4;
    padding: 8px;
}
.mail_sucssesbx i {
    width: 25px;
}
textarea.redb {
    border: 2px solid #f00;
}
select {
    border-radius: 4px;
}
select.redb {
    border-bottom: 2px solid #f00;
}
input.redb + label:before {
    border-bottom: 1px solid #f00;
}
.g-recaptcha iframe {
    width: 181px;
    border-right: 1px solid #c6c6c6;
    border-radius: 5px;
}
.g-recaptcha {
    height: 76px;
    width: 300px;
    margin: auto;
    max-width: 100%;
}
.g-recaptcha div:first-child {
    width: 230px !important;
    margin: 0 auto;
}
