/*
========================================
			Global Styles
========================================
*/
body{
	font-family: "Merriweather";	
}
p{
	font-family: "Merriweather";
	font-size: 14px;
	line-height: 24px;
}
img{
	max-width: 100%;
	height: auto;
}
a:hover,
a:focus{
	outline: none;
	text-decoration: none;
}
.top-5{ margin-top: 5px; }
.top-10{ margin-top: 10px; }
.top-15{ margin-top: 15px; }
.top-20{ margin-top: 20px; }
.top-25{ margin-top: 25px; }
.top-30{ margin-top: 30px; }
.top-35{ margin-top: 35px; }
.top-40{ margin-top: 40px; }
.top-45{ margin-top: 45px; }
.top-50{ margin-top: 50px; }
.top-55{ margin-top: 55px; }
.top-60{ margin-top: 60px; }
.top-65{ margin-top: 65px; }
.top-70{ margin-top: 70px; }
.top-75{ margin-top: 75px; }
.top-80{ margin-top: 80px; }
.bottom-5{ margin-bottom: 5px; }
.bottom-10{ margin-bottom: 10px; }
.bottom-15{ margin-bottom: 15px; }
.bottom-20{ margin-bottom: 20px; }
.bottom-25{ margin-bottom: 25px; }
.bottom-30{ margin-bottom: 30px; }
.bottom-35{ margin-bottom: 35px; }
.bottom-40{ margin-bottom: 40px; }
.bottom-45{ margin-bottom: 45px; }
.bottom-50{ margin-bottom: 50px; }
.bottom-55{ margin-bottom: 55px; }
.bottom-60{ margin-bottom: 60px; }
.bottom-65{ margin-bottom: 65px; }
.bottom-70{ margin-bottom: 70px; }
.bottom-75{ margin-bottom: 75px; }
.bottom-80{ margin-bottom: 80px; }
form textarea,
form input{
	max-width: 100%;
}
/*
========================================
			Topbar Styles
========================================
*/
.top-bar {
    background-color: #466EC6;
    padding: 15px 0;
    color: #fff;
}
.top-bar p{
	margin: 0;
	font-size: 12px;
	line-height: 18px;
}
.top-bar ul{
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}
.top-bar ul li{
	display: inline-block;
}
.top-bar ul li a {
    color: rgba(255, 255, 255, 0.7);
    margin-left: 10px;
}
/*
========================================
			Header Styles
========================================
*/
.navbar-brand {
    height: auto;
}
.navbar-default {
    background-color: #fff;
    border: none;
    margin: 0;
    padding: 20px 0;
}
header .nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Open Sans";
    background-color: transparent;
    color: #000 !important;
    font-weight: 600;
}
header .nav {
    padding: 23px 0 10px;
}
.site-main-nav,
.site-main-nav li{
    position: relative;
}
.site-main-nav  ul.sub-menu{
    list-style: none;
    padding: 0;
	position: absolute;
    top:100%;
    left: -99999px;
    opacity: 0;
    background-color: #466EC6;
    width: 250px;
    z-index: 99
}
.site-main-nav  ul.sub-menu li a{
    padding: 15px;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}
.site-main-nav .menu-item-has-children:hover >  ul.sub-menu{
    left: 0;
    opacity: 1;
}
.site-main-nav li > ul::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 24px;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #466EC6;
    border-left: 5px solid transparent;
}
#nav-line { 
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px; 
    background: #AA8667;
}
/*
========================================
			Single Page Styles
========================================
*/
.page-title{
	padding: 60px 0;
	text-align: center;
	margin: 0;
	background:url(../images/hotel-in-nepal-the-best-budget-hotel.png) no-repeat center center;
}
.page-title h1{
	margin: 0;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	color: #232323;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 3px;
}
.single-page-content {
    padding: 50px 0;
}
.single-page-content p{
	font-family: "Merriweather";
	font-size: 14px;
	line-height: 28px;
}
/*
========================================
			Home Rooms Styles
========================================
*/
#rooms{
	padding: 40px 0;
}
#rooms h2 {
    font-family: "Open Sans";
    color: #292929;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 3px;
    margin-bottom: 40px;
}
.image-content a{
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.image-content img{
	transition: all .2s ease-in-out;
}
.image-content:hover img{
	transform: scale(1.2);
}
.bottom-content h3 a {
    color: #7E6648;
    font-family: "Open Sans";
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.bottom-content .detail {
    color: #787878;
}
.image-content {
    position: relative;
}
.room-price {
    position: absolute;
    top: 7%;
    left: -15px;
    background-color: #4B6BB2;
    color: #fff;
    padding: 6px 23px;
    font-size: 18px;
   
    font-style: italic;
}
/*
========================================
		Home Gallery and News Styles
========================================
*/

#gallery-and-news h3 {
    color: #292929;
    font-family: "Open Sans";
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
}

#message-section {
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
#message-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}
#message-section p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}
@media (max-width: 767px) {
	#message-section{
		text-align: center;
	}
}
#message-section h2 {
    font-family: "Open Sans";
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 3px;
    color: #fff;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.offer-section {
    padding: 80px 0;
    background-color: #fff;
}
#footer {
    padding: 70px 0;
    background-color: #F3F3F3;
}
#footer p{
	color: #7A7A7A;
}
footer h3{
	font-family: "Open Sans";
	font-weight: 700;
	color: #424242;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 30px;
}

.affiliation a img {
    height: 45px;
    display: inline-block;
    margin-right: 15px;
}

.certificate-of-excellence div {
    display: inline-block;
}
.copyright-section{
	padding: 25px 0;
	background-color: #E2E2E2;
}
.copyright-section p{
	font-size: 12px;
	margin: 0;
	color: #828282;
}
.room-title {
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 20px;
    padding-top: 30px;
}
.room-title h2 {
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    color: #4B4B4B;
    letter-spacing: 2px;
    margin: 0;
    line-height: 20px;
}
.room-title .price {
    margin: 0;
    text-align: right;
    font-size: 15px;
    line-height: 20px;
}

.price span{
	color: #74B7D3;
	font-size: 20px;
}

.room-info .infos {
    font-size: 14px;
    line-height: 28px;
}
.room-info .infos i,
.room-info .infos strong{
	margin-right: 10px;
}

.info {
    font-style: italic;
}

form > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
form > ul > li{
	margin-bottom: 15px;
}
.booking-form label {
    font-size: 12px;
    font-weight: 400;
}
.booking-form label .required{
	color: red;
	font-size: 11px;
	position: relative;
	top: -5px;
}
.booking-form {
    padding: 15px;
    background-color: #e5e5e5;
}
.booking-form h2{
	text-align: center;
	font-family: "Open Sans";
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	color:#977B58;
	border-bottom:2px solid #BEA78B;
	letter-spacing: 3px;
	padding-bottom: 10px;
}
.booking-form input[type="submit"]{
	background-color: #977B58;
	border:none;
	color: #fff;
	border-bottom: 2px solid #7D6444;
	padding: 8px 25px;
}
.booking-form input,
.booking-form textarea{
	border:none;
	padding: 3px 5px;
	width: 100%;
}
.contact-form input{
	height: 50px;
	width: 100%;
	background-color: #F5F5F5;
	border:none;
	padding: 10px;
}
.contact-form textarea{
	width: 100%;
	background-color: #F5F5F5;
	border:none;
	padding: 10px;
	min-height: 200px;
}
.contact-form input[type="submit"]{
	width: 250px;
	background-color: #977B58;
	border-bottom: 3px solid #7D6444;
	color: #fff;
}
.social > a {
	margin:5px;
}


/*
========================================
		Home Gallery and News Styles
========================================
*/
#home-reservation {
    background-color: #977B58;
    padding: 40px 0;
}
#home-reservation h2 {
    font-family: "Open Sans";
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    color: #977B58;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 28px;
}
#home-reservation  ul li{
	width: 25%;
	float: left;
	padding: 0 15px;
}

#home-reservation ul li label {
    width: 100%;
    font-size: 13px;
    font-weight: 400;
}
#home-reservation ul li label .required{
	color:red;
	position: relative;
	top:-5px;
}
#home-reservation ul li input {
    width: 100%;
    border: 1px solid #977B58;
    padding: 5px 10px;
}
#home-reservation ul li.message {
    width: 50%;
}
#home-reservation ul li textarea{
	min-height: 150px;
	padding: 10px;
	border: 1px solid #977B58;
	width:100%;
}
#home-reservation select{
	padding: 5px 10px;
	border: 1px solid #977B58;
	width: 100%;
}
#home-reservation input[type="submit"]{
    width: 250px;
    background-color: #977B58;
    border-bottom: 3px solid #7D6444;
    color: #fff;
}
.home-reservation {
    border: 2px solid #977B58;
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #fff;
}
#home-reservation ul li.notes {
    width: 50%;
    margin-top: -115px;
}
#home-reservation ul li.submit-btn {
    display: block;
    clear: both;
}

.blog-date {
    background-color: #B89F80;
    box-shadow: 2px 2px 0px #928778;
    -moz-box-shadow: 2px 2px 0px #928778;
    -webkit-box-shadow: 2px 2px 0px #928778;
    color: #fff;
    font-size: 16px;
    padding: 15px;
    text-align: center;
}
.blog-content h2 {
    font-family: "Open Sans";
    margin-top: 0;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.blog-more {
    box-shadow: 2px 2px 0px #928778;
    -moz-box-shadow: 2px 2px 0px #928778;
    -webkit-box-shadow: 2px 2px 0px #928778;
    background-color: #B89F80;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    float: right;
}
.room-detail-price em{
    display: block;
}
.room-detail-price {
    text-align: center;
    display: block;
    font-size: 16px;
    margin-top: 40px;
}
.room-detail-price strong {
    font-size: 36px;
    color: #7E6648;
}
.room-and-tariff h3 {
    margin-top: 10px;
}
.rooms-list {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.rooms-list:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.home-blog h2 {
    font-size: 18px;
    margin: 0;
    font-family: "Open Sans";
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    #home-reservation ul li{
        width:50%;
    }
    #home-reservation ul li.notes,
    #home-reservation ul li.message{
        width:100%;
    }
}

.sucess h4{
    text-align: justify;
}