@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700);
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);
@import url(https://fonts.googleapis.com/css?family=Philosopher:400,700);
 @charset "utf-8";
/* CSS Document */


.top {
    width: 100%;
    min-height: 4px;
    float: left;
    background: #000;
    z-index: 9;
    padding: 0 15px;
}
.header {
    width: 100%;
    min-height: 172px;
    float: left;
    background: #573609 url(../images/top_img.jpg) repeat-x top;
}
.header_btn {
    width: 100%;
    min-height: 30px;
    float: left;
    background: rgba(0,0,0,0.8);
    padding: 0 20px;
}
.user_welcome {
    width: 100%;
    min-height: 30px;
    float: left;
    background: rgba(0,0,0,0.8);
    padding: 0 20px;
}
.user_welcome h3 {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 5px auto;
}
.user_welcome h3 a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.user_welcome h3 a:hover {
    color: #e3b502;
    text-decoration: none;
}
.user_welcome h3 a:focus {
    color: #fff;
    text-decoration: none;
}
.logout {
    width: 36%;
    margin: 0 auto;
}
.logout ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.logout li a {
    height: auto;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    display: block;
    background: url(../images/Logout_icon.png) no-repeat;
    padding: 0px 0 0 20px;
    text-transform: capitalize;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.logout li a:hover {
    color: #e3b502;
    background: url(../images/Logout_icon.png) no-repeat 0 -24px;
    padding: 0px 0 0 20px;
}
.header_login {
    width: 50%;
    float: left;
}
.header_btn h3 {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 5px auto;
}
.header_btn h3 a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.header_btn h3 a:hover {
    color: #e3b502;
    text-decoration: none;
}
.header_btn h3 a:focus {
    color: #fff;
    text-decoration: none;
}
.header_login ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.header_login li a {
    height: auto;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: block;
    background: url(../images/Login_icon.png) no-repeat;
    padding: 3px 0 0 20px;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.header_login li a:hover {
    color: #e3b502;
    background: url(../images/Login_icon.png) no-repeat 0 -24px;
    padding: 3px 0 0 20px;
}
.header_login li a:focus {
    outline: none;
}
.header_signup {
    width: 50%;
    float: left;
}
.header_signup ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.header_signup li a {
    height: auto;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: block;
    background: url(../images/sign_up_icon.png) no-repeat;
    padding: 3px 0 0 20px;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.header_signup li a:hover {
    color: #e3b502;
    background: url(../images/sign_up_icon.png) no-repeat 0 -24px;
    padding: 3px 0 0 20px;
}
.header_signup li a:focus {
    outline: none;
}
.header_ph {
    width: 100%;
    min-height: 70px;
    float: right;
    background: rgba(0,0,0,0.8);
    padding: 0 20px;
}
.header_ph ul {
    float: right;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.header_ph li {
    height: auto;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
}
.h_tel {
    background: url(../images/header_ph_icon_y.png) no-repeat left center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 3px 0 0 20px;
}
.h_mob {
    background: url(../images/header_mob_icon_y.png) no-repeat left center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 3px 0 0 20px;
}
.logo {
    z-index: 99;
    margin: -4px auto 0 auto;
    display: block;
}
.banner {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 0 20px 0;
    background: url(../images/banner_bg.jpg) repeat-x top;
}
.banner_bg_01 {
    background: url(../images/lamp.png) top left no-repeat;
}
.banner_bg_02 {
    background: url(../images/lamp.png) top right no-repeat;
}
.inner_banner_bg_01 {
    background: url(../images/inner_banner_bg.png) left center no-repeat;
}
.inner_banner_bg_02 {
    background: url(../images/inner_banner_bg.png) right center no-repeat;
}
.inner_banner img {
    margin: 10px auto;
    display: block;
}
.banner_border {
    width: 100%;
    height: auto;
    float: left;
    background: url(../images/banner_border.jpg) repeat top;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.4);
    box-shadow: 0px 0px 8px rgba(0,0,0,.4);
}
.banner_btm {
    width: 100%;
    height: 13px;
    float: left;
    background: url(../images/banner_btm_img.png) repeat top;
    margin: -13px 0 0 0;
}
.menu {
    width: 100%;
    z-index: 99999;
    margin: -25px auto 0 auto;
    padding: 0 12px;
}
.hm_online_bkg_bg_img {
    width: 100%;
    min-height: 141px;
    float: left;
    background: url(../images/hm_online_bkg_bg.jpg) repeat top;
}
.hm_online_bkg_bg_img1 {
    width: 100%;
    min-height: 141px;
    background: url(../images/hm_online_bkg_bg_bg.png) no-repeat top;
}
.hm_bkg_shadow {
    width: 100%;
    min-height: 23px;
    float: left;
    background: url(../images/hm_bkg_shadow.png) no-repeat top;
}
.hm_online_bkg {
    width: 100%;
    min-height: 100px;
    /*background: #FFF;*/
    margin: 20px 0 0 0;
    float: left;
    /*-webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.4);
												box-shadow: 2px 3px 5px rgba(0,0,0,.4);*/
												
												
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTQlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 94%, rgba(255,255,255,1) 95%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 94%, rgba(255,255,255,1) 95%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 94%, rgba(255,255,255,1) 95%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1 );
}
.hm_online_bkg_bg {
    width: 1130px;
    margin: 0 auto;
    display: block;
    min-height: 100px;
}
.hm_online_bkg_strip {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    text-align: center;
    line-height: 28px;
    border-top: thin solid #b58759;
    color: #74481c;
    float: left;
}
.hm_online_bkg_heading, .hm_online_bkg_booking {
    width: 15%;
    float: left;
    padding: 0 15px;
}
.hm_online_bkg_roomtype, .hm_online_bkg_checkin, .hm_online_bkg_checkout {
    width: 20%;
    float: left;
    padding: 0 15px;
}
.hm_online_bkg_persons {
    width: 10%;
    float: left;
    padding: 0 15px;
}
.hm_online_bkg h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #ff7c00;
    text-transform: uppercase;
    text-align: center;
}
.hm_online_bkg h1 span {
    color: #492f15;
    font-size: 30px;
    font-weight: bold;
}
.form-control {
    width: 100%;
    height: 40px;
    border-radius: 0;
    resize: none;
    font-family: 'Open Sans', sans-serif;
    background: #fff7ee;
    -webkit-box-shadow: inset 0 0 2px 2px #ece4da;
    box-shadow: inset 0 0 2px 2px #ece4da;
    border: #ffeac9 solid 1px;
    color: #74481c;
}
.form-control:focus {
    -webkit-box-shadow: inset 0 0 2px 2px #ece4da;
    box-shadow: inset 0 0 2px 2px #ece4da;
    border: #ffeac9 solid 1px;
}
.hm_online_bkg h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #563718;
    text-transform: uppercase;
    text-align: left;
}
.input-group-addon {
    color: #74481c;
    border: none;
    background: none;
    padding: 0;
    font-size: 22px;
    cursor: pointer;
}
.input_bg {
    background: none;
    border: none;
    width: 117px;
    outline: none;
}
.hm_bkg_btn {
    background: rgb(255,167,26);
    background: -moz-linear-gradient(top, rgba(255,167,26,1) 0%, rgba(185,144,70,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,167,26,1) 0%, rgba(185,144,70,1) 100%);
    background: linear-gradient(to bottom, rgba(255,167,26,1) 0%, rgba(185,144,70,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa71a', endColorstr='#b99046', GradientType=0 );
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 46px 0 0 0;
    padding: 7px 25px;
    text-transform: uppercase;
    border: #dbb16d solid 1px;
    border-radius: 0px;
    /*-webkit-box-shadow: inset 0 0 5px 2px #b57917;
													box-shadow: inset 0 0 5px 2px #b57917;*/
    -wbkit-transition: all .3s linear .1s;
    -moz-transition: all .3s linear .1s;
    -ms-transition: all .3s linear .1s;
    -o-transition: all .3s linear .1s;
    transition: all .3s linear .1s;
}
.hm_bkg_btn:hover {
    background: rgb(255,167,26);
    background: -moz-linear-gradient(top, rgba(255,167,26,1) 0%, rgba(185,144,70,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,167,26,1) 0%, rgba(185,144,70,1) 100%);
    background: linear-gradient(to bottom, rgba(255,167,26,1) 0%, rgba(185,144,70,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa71a', endColorstr='#b99046', GradientType=0 );
    color: #74481c !important;
}
.hm_bkg_btn:focus {
    color: #fff !important;
}
.hm_body {
    width: 100%;
    height: auto;
    float: left;
    background: url(../images/bg.jpg) repeat top;
    border-top: #4b3015 solid 2px;
}
.hm_who_we_are {
    width: 100%;
    height: auto;
    float: left;
    border: #ffc622 solid 3px;
    margin-bottom: 30px;
}
.zoom-img {
    width: 100%;
    float: left;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-position: center;
    background-size: 100% 100%;
    padding: 15px;
}
.zoom-img:hover {
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-size: auto;
    background-position: center;
}
.hm_who_we_are_img {
    width: 100%;
    display: block;
    background: url(../images/hm_who_we_are.jpg);
    min-height: 188px;
}
.hm_who_we_are h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 23px;
    font-weight: bold;
    color: #ffc622;
    text-transform: uppercase;
    text-align: left;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    margin: 0;
}
.hm_who_we_are h1 span {
    font-size: 23px;
    font-weight: normal;
}
.hm_who_we_are h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #fff0c4;
    text-align: justify;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    line-height: 20px;
}
.hm_readmore {
    background: #ffc622;
    border: none;
    border-radius: 0px;
    color: #3a0000;
    text-transform: uppercase;
    z-index: 9;
    -wbkit-transition: all .3s linear .1s;
    -moz-transition: all .3s linear .1s;
    -ms-transition: all .3s linear .1s;
    -o-transition: all .3s linear .1s;
    transition: all .3s linear .1s;
}
.hm_readmore:hover {
    background: #d9a100;
    color: #FFF;
}
.hm_who_we_are h4 ul {
    list-style: none;
    line-height: 27px;
    padding: 0;
}
.hm_who_we_are h4 ul li span {
    font-size: 12px;
    color: #FFF;
    padding: 0 5px 0 0;
}
.hm_our_tariff_img {
    width: 100%;
    display: block;
    background: url(../images/hm_our_tariff.jpg);
    min-height: 188px;
}
.hm_banquet_hall_img {
    width: 100%;
    display: block;
    background: url(../images/hm_banquet_hall.jpg);
    min-height: 188px;
}
.hm_our_facilities_img h4 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
}
.hm_our_facilities_img h4 ul li span {
    font-size: 12px;
    color: #FFF;
    padding: 0 5px 0 0;
}
.hm_our_facilities_img {
    width: 100%;
    display: block;
    background: url(../images/hm_our_facilities.jpg);
    min-height: 188px;
}
.hm_guests_say_img {
    width: 100%;
    display: block;
    background: url(../images/hm_guests_say.jpg);
}
.panel {
    background: none;
    margin-top: 9px;
    margin-bottom: 10PX;
    border: #ffc622 solid 1px;
    border-radius: 0px;
    padding: 5px;
    min-height: 82px;
}
.panel-footer {
    background: none;
    padding: 0;
    margin-top: -50px;
    border: none;
}
.panel-body {
    padding: 0;
}
.hm_who_we_are h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #ffc622;
    text-align: right;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    line-height: 20px;
    margin: 0;
}
.hm_who_we_are h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #fff0c4;
    text-align: justify;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    line-height: 20px;
    margin: 0;
    padding: 0px;
}
.panel-body ul {
    padding: 0;
    margin: 0;
}
.pagination > li > a {
    border: none;
    background: none;
    color: #ffc622;
    font-size: 22px;
    padding: 6px;
    font-weight: normal;
}
.pagination > li > a:hover {
    border: none;
    background: none;
    color: #fff;
}
.pagination > li > a:focus {
    border: none;
    background: none;
    color: #ffc622;
}
.hm_gallery {
    width: 100%;
    height: auto;
    float: left;
    background: url(../images/hm_gallery.jpg) repeat top;
    padding: 30px 0;
    -webkit-box-shadow: 5px 7px 14px rgba(0,0,0,1);
    box-shadow: 5px 7px 14px rgba(0,0,0,1);
}
.hm_gallery_heading {
    display: block;
    width: 97%;
    height: auto;
    margin: 0 auto 20px auto;
    text-align: center;
    background: url(../images/hm_gallery_headline.png) repeat-x center left;
}
.hm_gallery_heading h1 {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #541d00;
    background: #fbebb5;
    padding: 0 12px;
    margin: 0px auto;
    text-align: center;
    text-transform: uppercase;
}
.hm_gallery_heading h1 span {
    font-size: 23px;
    font-weight: normal;
}
.hm_gallery img {
    border: #551e01 solid thin;
    float: left;
    width: 100%;
}
.hm_gallery_b_img_padding {
    padding-right: 0;
}
.hm_gallery_s_img_padding {
    padding-left: 0;
}
.hm_gallery_img_padding {
    padding: 2px;
}
.hm_gly_big {
    min-height: 331px;
}
.hm_gly_sm_xs {
    padding: 0;
    margin: 0 0 15px 0;
}
.hm_view_gallery {
    width: 100%;
    min-height: 164px;
    height: 164px;
    background: #ffc622;
    border: #541d00 solid 6px;
    padding: 32px 15px;
    float: left;
}
.hm_view_gallery h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #541d00;
    text-transform: uppercase;
    margin: 0;
    line-height: 24px;
}
.hm_view_gallery_btn ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.hm_view_gallery_btn li a {
    height: auto;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #541d00;
    display: block;
    background: url(../images/hm_view_gallery.png) no-repeat;
    padding: 3px 0 3px 35px;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.hm_view_gallery_btn li a:hover {
    color: #fff;
    background: url(../images/hm_view_gallery.png) no-repeat 0 -41px;
    padding: 3px 0 0 35px;
}
/*Image Hover Color Effect*/

.tint {
    position: relative;
    float: left;
    cursor: pointer;
    width: 100%;
}
.tint:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0);
    transition: all .3s linear;
}
.tint:hover:before {
    background: rgba(0,0,0,0.3);
    transition: all .3s linear;
}
.side_ptn_01 {
    background: url(../images/side_ptn_01.png) top left repeat-y;
}
.side_ptn_02 {
    background: url(../images/side_ptn_02.png) top right repeat-y;
    padding: 30px 0 0 0;
}
.side1_ptn_01 {
    background: url(../images/side1_ptn_01.png) bottom left no-repeat;
}
.side2_ptn_02 {
    background: url(../images/side2_ptn_02.png) bottom right no-repeat;
    padding: 30px 0 0 0;
}
/* about */


.about {
    width: 100%;
    height: auto;
    min-height: 484px;
    float: left;
    background: url(../images/bg.jpg) repeat top;
    padding: 30px 0 0 0;
}
.about_history_bg_border {
    width: 100%;
    /*min-height: 533px;*/
    height: auto;
    float: left;
    border: 1px solid #97824f;
    box-shadow: 0px 0px 10px #C6BF96;
    background: url(../images/inner_bg.jpg) repeat;
    padding: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0 0 20px 0;
}
.about_history_bg {
    width: 100%;
    /*min-height: 521px;*/
    height: auto;
    float: left;
    background: #FFF;
    border-top: 1px solid #a89771;
    border-right: 1px solid #a89771;
    border-left: 1px solid #a89771;
    border-bottom: 5px solid #bd843e;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 10px;
}
.about_bg_border {
    width: 100%;
    /*min-height: 244px;*/
    height: auto;
    float: left;
    border: 1px solid #97824f;
    box-shadow: 0px 0px 10px #C6BF96;
    background: url(../images/inner_bg.jpg) repeat;
    padding: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0 0 20px 0;
}
.about_bg {
    width: 100%;
    /*min-height: 232px;*/
    height: auto;
    float: left;
    background: #FFF;
    border-top: 1px solid #a89771;
    border-right: 1px solid #a89771;
    border-left: 1px solid #a89771;
    border-bottom: 5px solid #bd843e;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.main_heading {
    display: block;
    width: 97%;
    height: auto;
    margin: 0 auto 30px auto;
    text-align: center;
    background: url(../images/hm_gallery_headline.png) repeat-x center left;
}
.main_heading h1 {
    display: inline-block;
    font-family: 'Great Vibes', cursive;
    font-size: 36px;
    font-weight: normal;
    color: #541d00;
    background: url(../images/bg.jpg) repeat top;
    padding: 0 12px;
    margin: 0px auto;
    text-align: center;
    text-transform: capitalize;
}
.main_heading h1 span {
    font-size: 23px;
    font-weight: normal;
}
.about h2 {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px dashed #d2d0d0;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    color: #541d00;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 5px auto;
}
.about h3 {
    height: auto;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    color: #541d00;
    text-transform: uppercase;
    margin: 5px auto;
}
.about h4 {
    font-size: 14px;
    color: #333;
    line-height: 23px;
    text-align: justify;
    padding: 0 10px;
    font-weight: normal;
    margin: 0;
}
.about h5 {
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    color: #541d00;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 5px auto;
}
.about_img {
    width: 100%;
    float: left;
    border: #FFF solid 4px;
    margin: 0 10px 0 0;
    -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
    box-shadow: 2px 3px 5px rgba(0,0,0,.2);
}
.location_map {
    padding: 0 10px;
}
.about_map {
    border: #fff solid 4px;
    width: 100%;
    height: 176px;
    float: left;
    margin: 0 0 10px 0;
    -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
    box-shadow: 2px 3px 5px rgba(0,0,0,.2);
}
.tourist_attractions {
    width: 100%;
    height: auto;
    float: left;
    background: #FFF;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
}
.tourist_attractions_border {
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #97824f;
    box-shadow: 0px 0px 10px #C6BF96;
    background: url(../images/inner_bg.jpg) repeat;
    padding: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0 0 20px 0;
}
.tourist_attractions h2 {
    width: 100%;
    font-size: 16px;
    color: #bd843e;
    text-align: left;
    font-weight: bold;
    margin: 10px 0;
    padding: 10px 10px 0 10px;
    border: none;
}
.tourist_attractions h3 {
    height: auto;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    color: #541d00;
    text-transform: uppercase;
    margin: 5px auto;
}
.tourist_attractions img {
    float: left;
    border: #efdbc3 solid 4px;
    margin: 0 15px 0 0;
    box-shadow: none;
    min-width: 275px;
}
.contentScroll {
    width: auto;
    max-height: 420px;
    overflow: auto;
    padding: 0px 0px;
}
.t_a_model_bg_border {
    width: 100%;
    min-height: 285px;
    height: auto;
    border: 1px solid #97824f;
    box-shadow: 0px 0px 10px #C6BF96;
    background: url(../images/inner_bg.jpg) repeat;
    padding: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    float: left;
}
.t_a_model_bg {
    width: 100%;
    min-height: 273px;
    height: auto;
    background: #FFF;
    border-top: 1px solid #a89771;
    border-right: 1px solid #a89771;
    border-left: 1px solid #a89771;
    border-bottom: 5px solid #bd843e;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    float: left;
}
.t_a_model_bg h3 {
    height: auto;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    color: #541d00;
    text-transform: uppercase;
    margin: 5px auto;
}
.t_a_model_bg h4 {
    font-size: 14px;
    color: #333;
    line-height: 23px;
    text-align: justify;
    padding: 0 10px;
    font-weight: normal;
    margin: 0;
}
.t_a_model_bg img {
    float: left;
    border: #efdbc3 solid 4px;
    margin: 0 15px 0 0;
    box-shadow: none;
    min-width: 275px;
}
/* profile */

.profile {
    width: 100%;
    height: auto;
    min-height: 484px;
    float: left;
    background: url(../images/bg.jpg) repeat top;
    padding: 30px 0 0 0;
}
.profile_bg_border {
    width: 100%;
    min-height: 350px;
    height: auto;
    float: left;
    border: 1px solid #97824f;
    box-shadow: 0px 0px 10px #C6BF96;
    background: url(../images/inner_bg.jpg) repeat;
    padding: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0 0 20px 0;
}
.profile_bg {
    width: 100%;
    min-height: 338px;
    height: auto;
    float: left;
    background: #FFF;
    border-top: 1px solid #a89771;
    border-right: 1px solid #a89771;
    border-left: 1px solid #a89771;
    border-bottom: 5px solid #bd843e;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 10px;
}
.profile h4 {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-align: justify;
    padding: 0 10px;
    font-weight: normal;
}
.profile img {
    width: 550px;
    float: left;
    border: #FFF solid 4px;
    margin: 0 10px 0 0;
    -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
    box-shadow: 2px 3px 5px rgba(0,0,0,.2);
}
/* facilities */

.facilities {
    width: 100%;
    height: auto;
    min-height: 484px;
    float: left;
    background: url(../images/bg.jpg) repeat top;
    padding: 30px 0 0 0;
}
.facilities_bg_border {
    width: 100%;
    min-height: 350px;
    height: auto;
    float: left;
    border: 1px solid #97824f;
    box-shadow: 0px 0px 10px #C6BF96;
    background: url(../images/inner_bg.jpg) repeat;
    padding: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0 0 20px 0;
}
.facilities_bg {
    width: 100%;
    min-height: 338px;
    height: auto;
    float: left;
    background: #FFF;
    border-top: 1px solid #a89771;
    border-right: 1px solid #a89771;
    border-left: 1px solid #a89771;
    border-bottom: 5px solid #bd843e;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 10px;
}
.facilities h2 {
    width: 100%;
    height: auto;
    float: left;
    /*border-bottom: 1px dashed #d2d0d0;*/
    font-family: 'Philosopher', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    /*color: #541d00;*/
    color: #FFF;
    text-transform: uppercase;
    padding: 8px 0;
    margin: 5px auto;
    background: #74481c;
}
.facilities h4 {
    font-size: 14px;
    color: #333;
    line-height: 23px;
    text-align: left;
    padding: 0 10px;
    font-weight: normal;
}
.facilities p {
    float: left;
    width: 100%;
}
/* temple_timing */

.temple_timing {
    width: 100%;
    height: auto;
    min-height: 469px;
    float: left;
    background: url(../images/bg.jpg) repeat top;
    padding: 30px 0 0 0;
}
.temple_timing_bg_border {
    width: 100%;
    min-height: 350px;
    height: auto;
    float: left;
    border: 1px solid #97824f;
    box-shadow: 0px 0px 10px #C6BF96;
    background: url(../images/inner_bg.jpg) repeat;
    padding: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0 0 20px 0;
}
.temple_timing_bg {
    width: 100%;
    min-height: 338px;
    height: auto;
    float: left;
    background: #FFF;
    border-top: 1px solid #a89771;
    border-right: 1px solid #a89771;
    border-left: 1px solid #a89771;
    border-bottom: 5px solid #bd843e;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 10px;
}
.temple_timing h4 {
    font-size: 14px;
    color: #333;
    line-height: 23px;
    text-align: justify;
    padding: 0 10px;
    font-weight: normal;
}
.temple_timing p {
    width: 100%;
    float: left;
}
.temple_timing .table > tbody > tr > td {
    border-top: none !important;
    border-bottom: 1px solid #ddd !important;
}
/* gallery */

.gallery {
    width: 100%;
    height: auto;
    min-height: 484px;
    float: left;
    background: url(../images/bg.jpg) repeat top;
    padding: 30px 0 0 0;
}
.gallery_bg_border {
    width: 100%;
    min-height: 350px;
    height: auto;
    float: left;
    border: 1px solid #97824f;
    box-shadow: 0px 0px 10px #C6BF96;
    background: url(../images/inner_bg.jpg) repeat;
    padding: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0 0 20px 0;
}
.gallery_bg {
    width: 100%;
    min-height: 338px;
    height: auto;
    float: left;
    background: #FFF;
    border-top: 1px solid #a89771;
    border-right: 1px solid #a89771;
    border-left: 1px solid #a89771;
    border-bottom: 5px solid #bd843e;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.pagination {
    width: 100%;
    margin: 20px auto;
    display: block;
    float: left;/*background: #f0f0f0;*/
}
.backtoalbum {
    float: left;
    color: #000;
    margin: 8px 0 0 15px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.backtoalbum:hover {
    color: #930000;
    text-decoration: none;
}
.gallery_img_box {
    width: 100%;
    background-color: #FFF;
    border: #FFF solid 4px;
    margin: 30px 0;
    box-shadow: 0px 0px 5px #a59b9f;
    color: #745D65;
}
.gallery_img_box img {
    padding: 0;
}
.gallery_img_box h3 {
    margin: -36px 0 0 0 !important;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
    position: relative;
}
/* contact */

.contact {
    width: 100%;
    height: auto;
    min-height: 484px;
    float: left;
    background: url(../images/bg.jpg) repeat top;
    padding: 30px 0 0 0;
}
.contact_bg_border {
    width: 100%;
    min-height: 328px;
    height: auto;
    float: left;
    border: 1px solid #97824f;
    box-shadow: 0px 0px 10px #C6BF96;
    background: url(../images/inner_bg.jpg) repeat;
    padding: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0 0 20px 0;
}
.contact_bg {
    width: 100%;
    min-height: 316px;
    height: auto;
    float: left;
    background: #FFF;
    border-top: 1px solid #a89771;
    border-right: 1px solid #a89771;
    border-left: 1px solid #a89771;
    border-bottom: 5px solid #bd843e;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.contact h2 {
    font-family: 'Raleway', sans-serif;
    width: 100%;
    font-size: 24px;
    color: #541d00;
    text-align: left;
    font-weight: normal;
    margin: 0;
    padding: 5px 10px;
}
.contact h3 {
    font-family: 'Raleway', sans-serif;
    width: 100%;
    font-size: 16px;
    color: #541d00;
    text-align: left;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px;
}
.contact h4 {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    font-size: 15px;
    text-align: left;
    color: #541d00;
    line-height: 26px;
    margin: 0;
    padding: 5px 10px;
}
.contact_address {
    font-family: 'Open Sans', sans-serif;
    color: #541d00;
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0;
}
.contact_phone {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #541d00;
    background: url(../images/footer_call.png) center left no-repeat;
    width: 100%;
    height: auto;
    line-height: 26px;
    padding: 0 0 0 35px;
    margin: 10px;
    float: left;
}
.contact_email {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #541d00;
    background: url(../images/footer_mail.png) center left no-repeat;
    width: 100%;
    height: auto;
    line-height: 26px;
    padding: 0 0 0 35px;
    margin: 10px;
    float: left;
}
.contact_email a {
    color: #541d00;
    outline: none;
    text-decoration: none;
    transition: all 0.25s ease-in-out 0s;
}
.contact_email a:hover {
    color: #eb9942;
    text-decoration: none;
}
.control-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding-top: 0 !important;
    padding-right: 0 !important;
    color: #383838;
    text-align: left !important;
}
.control-label span {
    width: 2px;
    height: auto;
    float: right;
}
.contact_map {
    border: #FFF solid 1px;
    width: 100%;
    height: 308px;
    float: left;
}
/* hall_booking */

.hall_booking {
    width: 100%;
    height: auto;
    min-height: 484px;
    float: left;
    background: url(../images/bg.jpg) repeat top;
    padding: 30px 0 0 0;
}
.hall_booking_bg_border {
    width: 100%;
    min-height: 350px;
    height: auto;
    float: left;
    border: 1px solid #97824f;
    box-shadow: 0px 0px 10px #C6BF96;
    background: url(../images/inner_bg.jpg) repeat;
    padding: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0 0 20px 0;
}
.hall_booking_bg {
    width: 100%;
    min-height: 338px;
    height: auto;
    float: left;
    background: #FFF;
    border-top: 1px solid #a89771;
    border-right: 1px solid #a89771;
    border-left: 1px solid #a89771;
    border-bottom: 5px solid #bd843e;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 10px 0;
}
.booking_date_bg {
    width: 100%;
    min-height: 75px;
    border: 1px solid #d6d6d6;
    box-shadow: 2px 3px 4px #e0e0e0;
    padding: 2px;
    float: left;
}
.main_date {
    width: 100%;
    height: auto;
    background: #ffc622;
    border: 1px solid #a98000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #FFF;
    display: block;
    float: left;
    margin: 5px 0;
}
.dateArea {
    width: 50%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    color: #74481c;
    text-align: center;
    font-weight: normal;
    padding: 4px 0;
}
.monthArea {
    width: 50%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #74481c;
    text-align: center;
}
.yearArea {
    width: 50%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #74481c;
    text-align: center;
}
.hall_booking_list {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    margin: 5px 0;
}
.alert {
    padding: 0 10px;
    margin: 0;
}
.alert h4 {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin: 0px;
    padding: 0 0 4px 0;
}
.evntDtails {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #8b3f24;
    line-height: 20px;
    margin: 5px auto;
    text-align: right;
}
.evntDtails span {
    color: #706c6b;
}
.hallDtails {
    width: 100%;
    min-height: 50px;
    height: auto;
    margin: 15px 0;
}
.hallDtails_btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #fff;
    padding: 8px 0;
    text-transform: capitalize;
}
.hallDtails label {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    float: left;
    margin-right: 7px;
}
.calendar_box {
    width: 100%;
    height: auto;
    border: #74481c solid thin;
    float: left;
}
.calendar_box h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    padding: 5px 0px;
    margin: 0px;
    color: #fff;
    text-align: center;
    background: #74481c;
    height: 55px;
}
.calendar_box h1 span {
    width: 100%;
    float: left;
    font-size: 18px;
}
.time_box_bg {
    background: #F8F8F8;
    float: left;
    padding: 10px 0;
    margin: 0 0 20px 0;
    border: #74481c solid thin;
    border-top: none;
    width: 100%;
}
.time_box_bg h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #563718;
    text-transform: uppercase;
    text-align: left;
}
.time_box_bg h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #563718;
    text-align: justify;
    line-height: 22px;
}
.time_box {
    background: #fff;
    box-shadow: none;
    border: #999 solid 1px;
    height: 38px;
    width: 100%;
    margin: 0 0 20px 0;
}
.time_box_inner {
    border: none;
    width: 100%;
}
.call_immediate {
    text-align: center;
    background: #74481c;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    padding: 5px;
    font-size: 16px;
}
/* Tariff */

.tariff {
    width: 100%;
    height: auto;
    min-height: 354px;
    float: left;
    background: url(../images/bg.jpg) repeat top;
    padding: 30px 0 0 0;
}
.tariff_bg_border {
    width: 100%;
    min-height: 281px;
    height: auto;
    float: left;
    border: 1px solid #97824f;
    box-shadow: 0px 0px 10px #C6BF96;
    background: url(../images/inner_bg.jpg) repeat;
    padding: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0 0 20px 0;
}
.tariff_bg {
    width: 100%;
    min-height: 269px;
    height: auto;
    float: left;
    padding-bottom: 15px;
    background: #FFF;
    border-top: 1px solid #a89771;
    border-right: 1px solid #a89771;
    border-left: 1px solid #a89771;
    border-bottom: 5px solid #bd843e;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.tariff h2 {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px dashed #d2d0d0;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    color: #541d00;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 5px auto;
}
.tariff h3 {
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #541d00;
    text-transform: uppercase;
    margin: 5px auto;
}
.tariff h4 {
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #541d00;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}
.tariff_box {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
}
.tariff_border {
    border-top: none;
}
.tariff_box table {
    margin: 0;
}
/* reservation_select_room */

.select_room {
    width: 100%;
    height: auto;
    min-height: 484px;
    float: left;
    background: url(../images/bg.jpg) repeat top;
    padding: 30px 0 0 0;
}
.select_room_bg_border {
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #97824f;
    box-shadow: 0px 0px 10px #C6BF96;
    background: url(../images/inner_bg.jpg) repeat;
    padding: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0 0 20px 0;
}
.select_room_bg {
    width: 100%;
    height: auto;
    float: left;
    background: #FFF;
    padding: 8px;
    border-top: 1px solid #a89771;
    border-right: 1px solid #a89771;
    border-left: 1px solid #a89771;
    border-bottom: 5px solid #bd843e;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.select_room_flty h1 {
    width: 100%;
    height: auto;
    float: left;
    background: #decbb3;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    text-align: center;
    color: #541d00;
    padding: 5px 0;
    margin: 0;
}
.select_room h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: normal;
    color: #a26316;
    text-align: left;
    padding: 10px 20px;
    margin: 0 0 25px 10px;
    border: #decbb3 thin solid;
}
.select_room h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #563718;
    text-transform: uppercase;
    text-align: left;
}
.select_room h4 {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    float: left;
    color: #004C84;
    text-transform: capitalize;
    text-align: left;
    padding: 6px 0;
    margin: 5px 0;
}
.select_room h5 {
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #541d00;
    padding: 10px 0;
    margin: 5px auto;
}
.select_room h4 img {
    padding: 0 10px 0 0;
}
.select_room_input_bg {
    background: none;
    border: none;
    width: 95%;
    outline: none;
    line-height: 23px;
}
.select_room_btn {
    margin: 0 20px;
}
.select_room_flty {
    width: 100%;
    float: left;
    margin: 0;
    border: #decbb3 thin solid;
    min-height: 143px;
}
.select_room_img {
    border: 4px solid rgb(255, 255, 255);
    margin: 8px;
    box-shadow: 0px 0px 5px rgb(165, 155, 159);
}
/* login */

.login_bg_border {
    width: 100%;
    min-height: 201px;
    height: auto;
    border: 1px solid #97824f;
    box-shadow: 0px 0px 10px #C6BF96;
    background: url(../images/inner_bg.jpg) repeat;
    padding: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.login_bg {
    width: 100%;
    min-height: 189px;
    height: auto;
    background: #FFF;
    border-top: 1px solid #a89771;
    border-right: 1px solid #a89771;
    border-left: 1px solid #a89771;
    border-bottom: 5px solid #bd843e;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.login-mail {
    margin: 10px 0;
    padding: 3px 10px;
    border-radius: 0;
    resize: none;
    font-family: 'Open Sans', sans-serif;
    background: #fff7ee;
    -webkit-box-shadow: inset 0 0 2px 2px #ece4da;
    box-shadow: inset 0 0 2px 2px #ece4da;
    border: #ffeac9 solid 1px;
    color: #c79665;
    float: left;
    width: 100%;
}
.login-mail textarea {
    color: #541d00;
    outline: none;
    border: none;
    width: 100%;
    resize: none;
    min-height: 50px;
    height: 50px !important;
    background: none;
}
.login-mail input[type="text"], .login-mail input[type="password"] {
    border: none;
    outline: none;
    font-size: 15px;
    color: #541d00;
    width: 100%;
    background: none;
}
.forget_pswd {
    color: #555;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    margin: 8px 0;
    display: block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    text-align: center;
}
.forget_pswd:hover {
    color: #000;
}
.forget_pswd:focus {
    color: #000;
    cursor: default;
}
.modal-footer a:hover {
    text-decoration: none;
}
.modal-footer a:focus {
    text-decoration: none;
}
.modal-header {
    border-bottom: 1px dashed #d2d0d0;
    padding: 8px 15px;
    text-align: center;
}
.login_body {
    min-height: 118px;
}
.signup_body {
    min-height: 460px;
}
.modal-footer {
    padding: 10px 15px;
    /*border-top: 1px solid #e5e5e5;*/
    border-top: none;
}
/* reservation_payment_result */

.payment_result {
    width: 100%;
    height: auto;
    min-height: 302px;
    float: left;
    background: url(../images/bg.jpg) repeat top;
    padding: 30px 0 0 0;
}
.payment_result_bg_border {
    width: 100%;
    height: auto;
    min-height: 182px;
    float: left;
    border: 1px solid #97824f;
    box-shadow: 0px 0px 10px #C6BF96;
    background: url(../images/inner_bg.jpg) repeat;
    padding: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0 0 20px 0;
}
.payment_result_bg {
    width: 100%;
    height: auto;
    min-height: 170px;
    float: left;
    background: #FFF;
    border-top: 1px solid #a89771;
    border-right: 1px solid #a89771;
    border-left: 1px solid #a89771;
    border-bottom: 5px solid #bd843e;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 10px;
}
.payment_result h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: #FF3300;
    text-align: center;
    margin: 30px 0;
}
.payment_result h2 i {
    padding: 0 10px;
    font-size: 25px;
}
.payment_result_mail {
    padding: 15px;
}
.payment_result_mail input[type="text"] {
    background: #fff7ee url(../images/p_s_email.png) no-repeat 14px;
    -webkit-box-shadow: inset 0 0 2px 2px #ece4da;
    box-shadow: inset 0 0 2px 2px #ece4da;
    padding: 9px 10px 9px 52px;
    outline: none;
    -webkit-appearance: none;
    font-size: 1em;
    color: #c79665;
    border: none;
    font-family: 'Open Sans', sans-serif;
}
.payment_result_mail button {
    padding: 9px 12px !important;
    vertical-align: top !important;
}
.reviews {
    width: 100%;
    height: auto;
    min-height: 354px;
    float: left;
    background: url(../images/bg.jpg) repeat top;
    padding: 30px 0 0 0;
}
.reviews_bg_border {
    width: 100%;
    height: auto;
    min-height: 82px;
    float: left;
    border: 1px solid #97824f;
    box-shadow: 0px 0px 10px #C6BF96;
    background: url(../images/inner_bg.jpg) repeat;
    padding: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0 0 20px 0;
}
.reviews_bg {
    width: 100%;
    height: auto;
    min-height: 70px;
    float: left;
    background: #FFF;
    border-top: 1px solid #a89771;
    border-right: 1px solid #a89771;
    border-left: 1px solid #a89771;
    border-bottom: 5px solid #bd843e;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.reviews h2 {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    font-size: 16px;
    color: #bd843e;
    text-align: left;
    margin: 0;
    padding: 10px 10px 0 10px;
}
.reviews h3 {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    font-size: 16px;
    color: #bd843e;
    text-align: left;
    font-weight: bold;
    margin: 0;
    padding: 10px;
}
.reviews h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 23px;
    padding: 0 10px;
    text-align: justify;
    font-weight: normal;
}
.reviews_body {
    min-height: 190px;
}
.reviews_body textarea {
    height: 153px;
    min-height: 153px;
}
/* orders */

.orders {
    width: 100%;
    height: auto;
    min-height: 470px;
    float: left;
    background: url(../images/bg.jpg) repeat top;
    padding: 30px 0 0 0;
}
.orders_bg_border {
    width: 100%;
    min-height: 350px;
    height: auto;
    float: left;
    border: 1px solid #97824f;
    box-shadow: 0px 0px 10px #C6BF96;
    background: url(../images/inner_bg.jpg) repeat;
    padding: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0 0 20px 0;
}
.orders_bg {
    width: 100%;
    min-height: 338px;
    height: auto;
    float: left;
    background: #FFF;
    border-top: 1px solid #a89771;
    border-right: 1px solid #a89771;
    border-left: 1px solid #a89771;
    border-bottom: 5px solid #bd843e;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 10px;
}
.orders h4 {
    font-size: 14px;
    color: #333;
    line-height: 23px;
    text-align: justify;
    padding: 0 10px;
    font-weight: normal;
}
.orders_box {
    width: 100%;
    height: auto;
    float: left;
    background: #FFF;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
}
.orders_box table {
    margin: 0;
}
.orders_box table i {
    cursor: pointer;
    font-size: 18px;
    vertical-align: top;
    font-weight: normal;
}
.modify span {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #8b3f24;
    text-align: center;
    padding: 5px 0;
}
.modify {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    color: #333;
    width: 100%;
    float: left;
    text-align: center;
}
/* footer */

.footer {
    width: 100%;
    height: auto;
    min-height: 325px;
    float: left;
    background: url(../images/footer_bg.png) repeat top;
    border-top: #4b3015 solid 2px;
    padding: 30px 0 0 0;
}
/*.footerfirst {
	width: 100%;
	float:right;
	background: url(../images/footer_bg02.jpg) no-repeat top center;
	padding:30px 0 0 0;
}*/
.footermenu {
    margin: 0 0 20px 0;
    float: left;
}
.footermenu h1 {
    width: 100%;
    height: 35px;
    font-family: 'Arvo', serif;
    font-size: 24px;
    color: #523801;
    font-weight: normal;
    background: url(../images/footer_info.png) no-repeat 0px 0px;
    padding-left: 28px;
    margin: 0;
}
.footermenu ul {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    padding: 0 7px;
    margin: 0px;
    list-style: none;
    text-transform: uppercase;
}
.footermenu ul li {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px dashed #472a18;
    padding: 1px 0;
}
.footermenu ul li a {
    text-decoration: none;
    color: #843201;
}
.footermenu ul li a:hover {
    color: #843201;
    font-weight: bold;
}
.link_icon {
    padding-right: 5px;
    font-size: 10px;
    font-weight: bold;
}
.active {
    color: #fff;
    font-weight: bold;
}
.footeraddress {
    margin: 0 0 14px 0;
    float: left;
}
.footeraddress h1 {
    width: 100%;
    height: auto;
    font-family: 'Arvo', serif;
    font-size: 24px;
    color: #463201;
    font-weight: normal;
    background: url(../images/footer_email.png) no-repeat 0px 3px;
    padding-left: 28px;
    margin: 0;
    float: left;
}
.footeraddress h2 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    color: #463201;
    margin: 10px 0 0 0;
    width: 100%;
    float: left;
    line-height: 22px;
}
.footeraddress span {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
}
.footercallus h2 {
    font-family: 'Open Sans', sans-serif;
    color: #463201;
    width: 100%;
    height: 70px;
    margin-top: 16px;
    float: left;
    background: url(../images/footer_call.png) no-repeat 0px 3px;
    padding-left: 30px;
}
.footercallus span {
    color: #843201;
    text-transform: capitalize;
    float: left;
    font-weight: bold;
    font-size: 18px;
}
.footeremail span {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #843201;
    width: 100%;
    text-transform: capitalize;
    margin-top: 14px;
    background: url(../images/footer_mail.png) no-repeat 0px 3px;
    padding-left: 30px;
    float: left;
    line-height: 23px;
}
.footeremail a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #463201;
    padding: 0 0 0 30px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.footeremail a:hover {
    color: #F85F04;
}
.footerlocation h1 {
    width: 100%;
    height: 35px;
    font-family: 'Arvo', serif;
    font-size: 24px;
    color: #523801;
    font-weight: normal;
    background: url(../images/locate.png) no-repeat 0px 3px;
    padding-left: 28px;
    margin: 0;
}
.footer_map {
    border: #956a01 solid 2px;
    width: 100%;
    height: 161px;
    margin: 10px 0 20px 0;
    float: left;
}
.footer_bg {
    width: 100%;
    height: 39px;
    float: left;
    background: url(../images/footer_bg03.png) no-repeat top left;
    margin: -39px 0 0 0;
    position: relative;
}
.copyright {
    width: 100%;
    min-height: 90px;
    float: left;
    background: #000 url(../images/copyright.png) repeat top;
    border-top: #4b3015 solid 4px;
}
.copyright h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 36px 0 0 0;
    text-align: left;
    text-shadow: 2px 2px 1px #000000;
}
.footer_social {
    float: right;
    margin: 26px 0;
}
.trs2 {
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.twt:hover img {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
}
@media (min-width: 1200px) {
.header_btn, .header_ph {
    width: 85%;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.header_ph {
    width: 75%;
}
.hm_online_bkg_heading, .hm_online_bkg_booking {
    width: 17%;
    float: left;
    padding: 0 5px;
}
.hm_online_bkg_roomtype {
    width: 19%;
    float: left;
    padding: 0 5px;
}
.hm_online_bkg_checkin, .hm_online_bkg_checkout {
    width: 19%;
    float: left;
    padding: 0 5px;
}
.hm_online_bkg_persons {
    width: 9%;
    float: left;
    padding: 0 5px;
}
.select_room_flty {
    margin: 20px 0 0 0;
}
.select_room h2 {
    margin: 0 -15px 25px 0;
}
.hm_view_gallery {
    min-height: 135px;
    height: 135px;
    padding: 19px 15px;
}
.hm_view_gallery_btn li a {
    font-size: 20px;
    line-height: 34px;
}
.hm_gly_big {
    min-height: 273px;
}
.tourist_attractions img {
    min-width: 293px;
}
.about_map {
    height: 221px;
}
.inner_banner img {
    padding: 0 8px;
}
.hm_online_bkg_bg {
    width: 900px;
}
}
@media (min-width: 200px) and (max-width: 992px) {
.logo {
    margin: 0 auto 0 auto;
}
.menu {
    margin: -10px auto 0 auto;
}
.header_btn {
    width: 250px;
}
.header_ph {
    width: 415px;
    min-height: 30px;
}
.header_ph li {
    float: left;
    padding-right: 10px;
}
.top {
    padding: 2px 15px;
    z-index: 9999;
    position: relative;
}
.user_welcome {
    width: 50%;
}
.hm_online_bkg_heading, .hm_online_bkg_booking {
    width: 100%;
    float: left;
    padding: 0 15px;
}
.hm_online_bkg_roomtype, .hm_online_bkg_checkin, .hm_online_bkg_checkout {
    width: 100%;
    float: left;
    padding: 0 15px;
}
.hm_online_bkg_persons {
    width: 100%;
    float: left;
    padding: 0 15px;
}
.hm_bkg_btn {
    width: 100%;
    margin: 45px 0 20px 0;
}
.hm_gallery img {
    padding: 0;
}
.copyright h2 {
    text-align: center;
    line-height: 20px;
    margin: 10px 0;
}
.footer_social {
    float: none;
    text-align: center;
}
.footerfirst {
    background: none;
}
.footer_bg {
    background: none;
}
.hm_bkg_shadow {
    background: none;
}
.about_img, .profile img {
    margin: 0 auto 20px auto;
    display: block;
    width: 100%;
    height: auto;
    float: none !important;
}
.hm_readmore {
    float: none !important;
}
.tourist_attractions img {
    width: 100%;
    min-width: auto;
}
.t_a_model_bg img {
    width: 100%;
    min-width: auto;
}
.tourist_attractions h3 {
    text-align: center;
}
.contentScroll {
    width: auto;
    max-height: 650px;
    overflow: auto;
    padding: 0px 0px;
}
.hallDtails_btn {
    width: 100%;
}
.rdio_btn {
    width: 230px;
    margin: 30px auto;
    float: none;
    display: block;
}
.select_room_flty {
    margin: 20px 0 0 0;
}
.select_room h2 {
    margin: 20px -15px 20px 0px;
}
.payment_result_mail button {
    margin: 10px 0;
}
.tourist_attractions h2 {
    text-align: center;
    margin: 0 0 5px 0;
}
.tourist_attractions h4 {
    margin: 0 0 10px 0;
    line-height: 21px
}
.tariff_border {
    border-top: #97824f solid 2px;
}
.nav-justified > li {
    display: block !important;
    width: 100% !important;
}
.inner_banner img {
    padding: 0 4px;
    margin: 4px 0;
}
.hm_online_bkg_bg {
    width: 90%;
}
.alert {
    border: #999 thin solid;
    padding: 10px;
}
.main_date {
    width: 120px;
    height: 55px;
    float: none;
    margin: 5px auto;
    display: block;
}
.evntDtails {
    text-align: center;
}
}
@media (min-width: 510px) and (max-width: 767px) {
.user_welcome {
    width: 100%
}
.logout {
    width: 72px;
}
.header_btn {
    width: 210px;
    margin: 0 auto;
    display: block;
    float: none;
}
.header_ph {
    width: 230px;
    margin: 0 auto;
    display: block;
    float: none;
}
.header_signup ul, .header_login ul {
    width: auto;
}
.tourist_attractions img {
    margin: 0;
}
.main_date {
    width: 120px;
    height: 55px;
    float: none;
    margin: 5px auto;
    display: block;
}
.forget_pswd {
    text-align: center;
}
.select_room_img {
    margin: 0;
}
.evntDtails {
    text-align: center;
}
.banner_bg_01, .banner_bg_02, .inner_banner_bg_01, .inner_banner_bg_02 {
    background: none;
}
.footerlocation {
    height: 290px;
}
}
@media (min-width: 200px) and (max-width: 510px) {
.user_welcome {
    width: 100%
}
.logout {
    width: 72px;
}
.header_btn {
    width: 210px;
    margin: 0 auto;
    display: block;
    float: none;
}
.header_ph {
    width: 230px;
    margin: 0 auto;
    display: block;
    float: none;
}
.header_ph ul {
    float: left;
}
.panel-footer {
    margin: 0;
}
.hm_who_we_are h1 {
    font-size: 22px;
}
.tourist_attractions img {
    margin: 0;
}
.main_date {
    width: 120px;
    height: 55px;
    float: none;
    margin: 5px auto;
    display: block;
}
.login-mail input[type="text"], .login-mail input[type="password"] {
    width: 90%;
}
.select_room_img {
    margin: 0;
}
.evntDtails {
    text-align: center;
}
.banner_bg_01, .banner_bg_02, .inner_banner_bg_01, .inner_banner_bg_02 {
    background: none;
}
.backtoalbum {
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}
.holder {
    text-align: center !important;
}
.side_ptn_01 {
    background: none;
}
.side_ptn_02 {
    background: none;
    padding: 30px 0 0 0;
}
.side1_ptn_01 {
    background: none;
}
.side2_ptn_02 {
    background: none;
    padding: 30px 0 0 0;
}
.tariff h3 {
    font-size: 12px;
}
.footerlocation {
    height: 290px;
}
}
/* Notification */

#message-green {
    margin-bottom: 10px;
}
.green-left {
    background: url(../images/icons/message_green.gif) top left no-repeat;
    color: #6da827;
    font-family: Tahoma;
    font-weight: bold;
    line-height: 12px;
    padding: 0 0 0 20px;
}
.green-left a {
    color: #6da827;
    font-family: Tahoma;
    font-weight: normal;
    text-decoration: underline;
}
.green-right a {
    cursor: pointer;
}
.green-right {
    width: 55px;
}
#message-red {
    margin-bottom: 20px;
}
.red-left {
    background: url(../images/icons/message_red.gif) top left no-repeat;
    color: #ce2700;
    font-family: Tahoma;
    font-weight: bold;
    padding: 0 0 0 20px;
}
.red-left a {
    color: #ce2700;
    font-family: Tahoma;
    font-weight: normal;
    text-decoration: underline;
}
.red-right a {
    cursor: pointer;
}
.red-right {
    width: 55px;
}
