/* CSS Document */


/*------------------------------------------------------------------

Template Name:      Accommodation Booking Websites Design Templates - Nearme
Version:            1.0.0
Date:               dd/mm/yyyy
Author:             Jitu Chauhan

------------------------------------------------------------------
[CSS Table of Contents]

1.  Body / Typography 
2.  Form Elements
3.  Buttons
4.  General / Elements
        4.1 Section space
        4.2 Margin space
        4.3 Padding space
        4.4 Background color
        4.5 Features
        4.6 Bullets 
        4.7 Call to actions
        4.8 Img hover effect
        4.9 Icon
        4.10 Paginations
        4.11 Table

        -----------------------
5. Header / Navigations
        5.1 Header Regular
        5.2 Header Transparent
        5.3 Navigation Regular
        5.4 Page Header

        -----------------------
6. Slider
        6.1 Slider
        -----------------------
7. Content
8. Footers
9. Template Pages
    9.1  Thumbnail List
    9.2  Single Page
    9.3  Contact us
    9.4  Login Page
    9.5  Sign Up page
    9.6  Checkout page
    9.7  Error Page
    9.8  City Page

    
    ------------------------------------
10.Blog
    10.1 Blog Default
    10.2 Blog Single
    10.3 Add new if new update
    ------------------------------------
  
11.Sidebar
    11.1 Widget
    11.2 Sidenav
    ------------------------------------
12. Shortcodes
    12.2 Accordions
    --------------------------
13. Dashboard Page
    13.1 User dashboard
    --------------------------

14. Media Queries
15. Design Guideline
-------------------------------------------------------------------*/


/*-------------------------------------------------------------------
1.  Body / Typography 
-------------------------------------------------------------------*/


/*  ==========================================================================
Fonts
========================================================================== */
	@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i');
	@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');
	@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
	

body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Montserrat', serif;
    background: #f1f3f3;
    color: #646869;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', serif;
    color: #181a1b;
    margin: 0px 0px 14px 0px;
    padding: 0px;
    font-weight: 700;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

h5 {
    font-size: 14px;
    font-weight: 500;
}

h6 {
    font-size: 12px;
    font-weight: 500;
}

p {
    margin: 0 0 20px;
}

p:last-child {
    margin-bottom: 0px;
}

.mt20 {
	margin-top: 20px;
}

label.error {
    color: #F44336;
    font-size: 12px;
    font-weight: 500;
}
.has-error .help-block {
    color: #F44336;
}
input[type=file] {
    display: block;
    width: 100%;
}
ul,
ol {
    margin: 0px;
    padding: 0px;
}

a {
    color: #181a1b;
	transition:all .4s;
}

a:hover {
    text-decoration: none;
    color: #d5a677;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

blockquote {
    padding: 0px;
    margin: 0px 0px 20px 0px;
    font-size: 21px;
    color: #333;
    border-left: 5px solid #d5a677;
    font-weight: 300;
    font-style: italic;
    line-height: 31px;
    border: none;
    position: relative;
}

blockquote:before {
    content: '\f10d';
    position: absolute;
    font-family: "FontAwesome";
    font-style: normal;
    font-size: 60px;
    top: 20px;
    color: #44a5c1;
}

blockquote p {
    padding-left: 80px;
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #d5a677;
    border-left: 0;
}

.display-1 {
    font-size: 42px;
}

.title {
    color: #181a1b;
}

.title-white {
    color: #fff;
}

.listnone {
    list-style: none;
}

.check-circle {
    position: relative;
}

.check-circle li {
    padding-left: 20px;
}

.check-circle li:before {
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 15px;
    color: #44a5c1;
    content: '\f058';
}


/*------------------------------------------------------------------- 
2. Form
-------------------------------------------------------------------*/

label {
    font-size: 14px;
    font-weight: 500;
    color: #181a1b;
}

.control-label {
    font-size: 16px;
}

.form-control {
    background: #fff;
    height: auto;
    border: 1px solid #e5e8e8;
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #181a1b;
    background-image: none;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #4eb7d5;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(68, 165, 193, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(68, 165, 193, .6);
}

select.form-control {
    -webkit-appearance: none;
    border: 2px solid #e5e8e8;
}

textarea.form-control {}

button.btn {}

button.btn-default {}

.input-lg {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 1px;
}

.input-sm {
    height: 34px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 24px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -24px;
}
input[type=checkbox],
input[type=radio] {
    margin: 6px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
.radio:last-child {
    margin-bottom: 0px;
}

.list-sorting button.btn.btn-select {
    padding: 10px 10px;
    font-size: 12px;
}
/*---------- Select options -----------*/
.btn.btn-select {
    padding: 12px 14px;
    font-weight: normal;
    font-size: 16px;
    border-radius: 2px;
    background-color: #fff;
}
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: 1px solid #e5e8e8;
    border-radius: 4px;
}
.bootstrap-select.btn-group .dropdown-menu {
    border: transparent;
}

h1.page-title-main {
    font-size: 22px;
    padding: 0px;
    margin: 0px;
    color: #fff;
    font-weight: 500;
}

/*--- currency ---*/
.btn.currency-btn {
    padding: 0px;
    background: transparent;
    font-size: 13px;
}
.select-currency {
    float: left;
}
.select-currency .bootstrap-select {
    width: 55px !important;
    border-radius: 2px;
    border: transparent;
}


/*--- country ---*/
.select-country {
    float: left;
    margin-right: 20px;
}
.select-country .dropdown-menu {
    width: 180px;
    border-radius: 2px;
    border: transparent;
}
.select-country .dropdown-menu>li>a {
    padding: 4px 10px;
}
.btn-country {
    background-color: transparent;
    padding: 3px;
    font-size: 14px;
    color: #b0edfe;
}
.btn-country:hover {
    color: #fff;
    background-color: #2d87a0;
}


/*------------------------------------------------------------------- 
3. Buttons
-------------------------------------------------------------------*/
.btn {
    display: inline-block;
    padding: 10px 24px;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    border: solid 1px #0e264600;
    border-radius: 1px;
}
.search-box .btn.btn-default {
    padding: 12px 40px 12px;
    transition: all .4s;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
}
.btn-default {
    background: #d5a677;
    color: #fff;
}
.btn-default:hover {
    background: #0e2646;
    color: #fff;
}
.btn-primary {
    background: #44a5c1;
    color: #fff;
    border-bottom: 2px solid #1c86a5;
}
.btn-primary:hover {
    background: #1c86a5;
    color: #fff;
    border-bottom: 2px solid #1c86a5;
}
.btn-secondary {
    background: #737778;
    color: #fff;
    border-bottom: 2px solid #505657;
}
.btn-secondary:hover {
    background: #505657;
    color: #fff;
    border-bottom: 2px solid #505657;
}
.btn-dark {
    background: #2d3031;
    color: #fff;
    border-bottom: 2px solid #1c2021;
}
.btn-dark:hover {
    background: #1c2021;
    color: #fff;
    border-bottom: 2px solid #1c2021;
}
.btn-lg {
    font-size: 18px;
}
.btn-sm {
    font-size: 14px;
    padding: 8px 14px;
}
.btn-xs {
    font-size: 12px;
    padding: 6px 12px;
}

.search-box .input-group .form-control {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 12px 15px 11px;
}

/*--------------------- Links -------------------*/
.btn-link {
    color: #d5a677;
    text-decoration: underline;
}
.btn-link:hover {
    color: #d87300;
}
.btn-link-primary {
    color: #44a5c1;
    text-decoration: underline;
}
.btn-link-primary:hover {
    color: #color;
}
.btn-link-secondary {
    color: #737778;
    text-decoration: underline;
}
.btn-link-secondary:hover {
    color: #505657;
}
.btn-link-dark {
    color: #2d3031;
    text-decoration: underline;
}
.btn-link-dark:hover {
    color: #1c2021;
}
.btn-link-white {
    color: #fff;
    text-decoration: underline;
}
.btn-link-white:hover {
    color: #d87300;
}


/*------------------------------------------------------------------- 
4. General Elements
-------------------------------------------------------------------*/

/*-------------4.1 Section space --------------*/

/*Note: Section space help to create top bottom space;*/
.space-small {
    padding-top: 40px;
    padding-bottom: 40px;
}
.space-medium {
    padding-top: 80px;
    padding-bottom: 80px;
}
.space-large {
    padding-top: 120px;
    padding-bottom: 120px;
}
.space-ex-large {
    padding-top: 140px;
    padding-bottom: 140px;
}
.section-title {
    margin-bottom: 40px;
    line-height: 1.8;
}


.text-white {
    color: #fff;
}

.small-title{font-size: 18px;}



	

/*------------- 4.2 Margin space --------------*/
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}






/*------------- 4.3 Padding space --------------*/
.nopadding {
    padding: 0px;
}
.nopl {
    padding-left: 0px;
}
.noplr {
    padding-right: 0px;
}
.pdb20 {
    padding-bottom: 20px;
}
.pdb40 {
    padding-bottom: 40px;
}

/*------------- 4.4 Background color --------------*/
.bg-primary {
    background-color: #d5a677;
    color: #fff;
}
.bg-light {
    background-color: #fbfbf8;
}
.bg-default {
    background-color: #0E2646;
    color: #fff;
}
.bg-dark {
    background-color: #2d3031;
    color: #646869;
}

.bg-white {
    background-color: #fff;
    
}

/*-------------  4.5 Features --------------*/
.feature {
    margin-bottom: 20px;
}
.feature-icon {}
.feature-content {
    color: #b9eaf8;
}
.feature-center {
    text-align: center;
}
.feature-center .feature-icon {
    font-size: 56px;
    margin-bottom: 30px;
}
.feature-center .feature-content {
    color: #b9eaf8;
    line-height: 1.5;
}
.feature-title {
    color: #fff;
}
.feature-blurb {}
.well-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
	box-shadow:0 0 35px rgba(0, 0, 0, 0.1);
}

.feature ul {
    margin-bottom: 30px;
}
.feature ul li {}

.feature-boxed {
    border-radius: 5px;
    background-color: transparent;
    padding: 40px;
    cursor: pointer;
    -webkit-transition: 0s ease;
}

.feature-boxed .feature-icon {
    font-size: 50px;
    color: #d5a677;
    margin-bottom: 30px;
}

.feature-boxed .feature-content {
    color: #737778;
}

.feature-boxed:hover {
    border-radius: 5px;
    background-color: #fff;
    padding: 40px;
    cursor: pointer;
    -webkit-transition: 1s ease;
}
.feature-boxed.active {
    border-radius: 5px;
    background-color: #fff;
    padding: 40px;
    cursor: pointer;
    -webkit-transition: 1s ease;
}




/*-------------  4.6 Bullets  --------------*/
.arrow {
    position: relative;
}
.arrow li {
    padding-left: 24px;
    line-height: 30px;
    font-size: 15px;
    color: #272c2d;
}
.arrow li:before {
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 15px;
    color: #2cd49a;
    content: '\f00c';
}



/*------------- 4.7 Call to actions --------------*/

/*------------- 4.3 Padding space --------------*/

/*------------- 4.8 Img hover effect --------------*/

/*------------- 4.9 Icon --------------*/

/*------------- 4.10 Paginations --------------*/
.pagination {
    margin: 10px 0px;
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 16px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #737778;
    border: 2px solid #515657;
    margin: 2px;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-radius: 4px;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #49a5bf;
    border-color: #2586a3;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #49a5bf;
    border-color: #2586a3;
}


/*-------------4.11 Table --------------*/
.table {
    background: #fff;
}


/*------------------------------------------------------------------- 
5. Header / Navigations
-------------------------------------------------------------------*/

/*------------- Header Version -1 --------------*/
.header {
    background: #fff;
}
.header-wide { 
    width: 100%;	
	top: 0px;
	z-index: 1020;
	transition:all .4s;
}
.header-top {
    background: #0E2646;
    font-size: 14px;
    color: #ffffff;
    transition: all .4s;
    border-bottom: solid 3px #d5a677;
}
.header-top.nav-fixed {
    position: fixed;
    top: 0px;
    z-index: 1020;
	transition:all .4s;
    width: 100%;
}
.logo {
    padding: 10px 0px;
}
.logo img {}
.welcome-text {
    font-size: 12px;
}
.header-block {
}
.header-action {
    text-align: right;
    padding: 18px 0px;
    float: right;
}
.header-block.header-action a {
    box-shadow: 2px 2px 8px -4px #333;
    font-size: 12px;
	border-radius: 2px;
}
.header-block.header-action .profile-menu-list a {
    box-shadow: none;
	font-size: 14px;
}
.header-right {
    float: right;
}
.header-left {
    float: left;
}
.user-login {
    float: left;
}
.user-login>ul>li {
    display: inline-block;
}
.user-login>ul>li>a.active {
    background: #d5a677;
}
.nav-drop-section {
    background: #fff;
    border: solid 1px #f1f1f1;
    width: 850px;
    position: absolute;
    z-index: 10;
    box-shadow: 0px 1px 7px -4px #8e8e8e;
    border-radius: 4px;
    top: 40px;
    display: none;
    left: -4px;
}
.user-login>ul>li:hover > .nav-drop-section{
	display:block;
}
.nav-drop-section ul li a {
    color: #333;
}
ul.nav-main-city {
    width: 200px;
    float: left;
    background: #f3f6ff;
    padding: 0px 0px;
    position: relative;
    min-height: 400px;
    height: 400px;
}
ul.nav-main-city h4 {
    font-size: 14px;
    font-weight: bold;
    color: #444;
	margin-bottom: 20px;
    padding: 15px 15px 0px;
}
ul.nav-main-city li {
    display: block;
    width: 100%;
}
ul.nav-main-city li a {
    display: block;
    width: 100%;
    padding: 5px 15px;
    margin: 0px;
    min-width: auto;
    line-height: 22px;
}
ul.nav-main-city li a:hover {
    background: #fff;
}
ul.nav-main-city li:hover > a {
    background: #fff;
}
ul.nav-main-city li ul {
    position: absolute;
    left: 200px;
    top: 0px;
    width: 250px;
    height: 100%;
    overflow-y: scroll;
	display:none;
}
@media only screen and (min-width:767px) {
	ul.nav-main-city li:hover > ul {
		display:block;
	}
}
ul.nav-main-city li ul::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.19);
    background-color: #77777700;
}
ul.nav-main-city li ul::-webkit-scrollbar
{
	width: 6px;
	background-color: #ffffff61;
}
ul.nav-main-city li ul::-webkit-scrollbar-thumb
{
	background-color: #f77e1394;
	transition:all .4s;
}
ul.nav-main-city li ul:hover::-webkit-scrollbar-thumb
{
	background-color: #f77e13;
}

/*------------- Navigations --------------*/
#navigation,
#navigation ul,
#navigation ul li,
#navigation ul li a,
#navigation #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#navigation:after,
#navigation>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#navigation #menu-button {
    display: none;
}
#navigation {
    position: relative;
    z-index: 99;
}
#navigation>ul>li {
    float: left;
}
#navigation.align-center>ul {
    font-size: 0;
    text-align: center;
}
#navigation.align-center>ul>li {
    display: inline-block;
    float: none;
}
#navigation.align-center ul ul {
    text-align: left;
}
#navigation.align-right>ul>li {
    float: right;
}
#navigation>ul>li>a {
    padding: 11px 10px;
    font-size: 14px;
    text-decoration: none;
    color: #8e8e8e;
	position:relative;
}
#navigation>ul>li>a:after {
    content: '';
    position: absolute;
    right: 0px;
    background: #0e264666;
    width: 2px;
    height: 10px;
    top: 12px;
}
#navigation>ul>li:hover>a {
    color: #333;
}
#navigation>ul>li.has-sub>a {
    padding-right: 30px;
}
.header-top.most p {
    background: #0e2646;
    color: #fff;
    padding: 6px 15px;
}


/*#navigation > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #646869;
  content: '';
}*/
#navigation>ul>li.has-sub>a:before {
    position: absolute;
    right: 14px;
    font-family: FontAwesome;
    content: "\f107";
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}


/*#navigation > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}*/
#navigation ul ul {
    position: absolute;
    left: -9999px;
}
#navigation.align-right ul ul {
    text-align: right;
}
#navigation ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#navigation li:hover>ul {
    left: auto;
}
#navigation.align-right li:hover>ul {
    left: auto;
    right: 0;
}
#navigation li:hover>ul>li {
    height: 44px;
}
#navigation ul ul ul {
    margin-left: 100%;
    top: 0;
}
#navigation.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#navigation ul ul li a {
    border-bottom: 1px solid #eee;
    padding: 14px 15px;
    width: 220px;
    font-size: 15px;
    text-decoration: none;
    color: #646869;
    font-weight: 400;
    background: #fff;
}
#navigation ul ul li:last-child>a,
#navigation ul ul li.last-item>a {
    border-bottom: 0;
}
#navigation ul ul li:hover>a,
#navigation ul ul li a:hover {
    color: #333;
}
#navigation ul ul li.has-sub>a:after {
    position: absolute;
    top: 21px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #646869;
    content: '';
}
#navigation.align-right ul ul li.has-sub>a:after {
    right: auto;
    left: 11px;
}
#navigation ul ul li.has-sub>a:before {
    position: absolute;
    top: 18px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #646869;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#navigation.align-right ul ul li.has-sub>a:before {
    right: auto;
    left: 14px;
}
#navigation ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0;
}
#navigation.small-screen {
    width: 100%;
}
#navigation.small-screen ul {
    width: 100%;
    display: none;
}
#navigation.small-screen.align-center>ul {
    text-align: left;
}
#navigation.small-screen ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#navigation.small-screen ul ul li,
#navigation.small-screen li:hover>ul>li {
    height: auto;
}
#navigation.small-screen ul li a,
#navigation.small-screen ul ul li a {
    width: 100%;
    border-bottom: 0;
    padding: 15px 0px;
}
#navigation.small-screen>ul>li {
    float: none;
}
#navigation.small-screen ul ul li a {
    padding-left: 25px;
}
#navigation.small-screen ul ul ul li a {
    padding-left: 35px;
}
#navigation.small-screen ul ul li a {
    color: #646869;
    background: none;
    padding: 15px 10px;
}
#navigation.small-screen ul ul li:hover>a,
#navigation.small-screen ul ul li.active>a {
    color: #333;
}
#navigation.small-screen ul ul,
#navigation.small-screen ul ul ul,
#navigation.small-screen.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}
#navigation.small-screen>ul>li.has-sub>a:after,
#navigation.small-screen>ul>li.has-sub>a:before,
#navigation.small-screen ul ul>li.has-sub>a:after,
#navigation.small-screen ul ul>li.has-sub>a:before {
    display: none;
}
#navigation.small-screen #menu-button {
    display: block;
    padding: 5px 10px;
    /* width: 50px; */
    color: #646869;
    cursor: pointer;
    font-size: 6px;
    /* text-transform: uppercase; */
    font-weight: 700;
    /* background: #f1f3f3; */
    border-radius: 4px;
}
#navigation.small-screen #menu-button:after {
    top: 23px;
    right: 17px;
    display: block;
    height: 9px;
    width: 24px;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
    content: '';
}
#navigation.small-screen #menu-button:before {
    top: 17px;
    right: 17px;
    display: block;
    height: 2px;
    width: 24px;
    background: #666;
    content: '';
}
#navigation.small-screen #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 20px;
    background: #f55838;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#navigation.small-screen #menu-button.menu-opened:before {
    top: 23px;
    background: #f55838;
    width: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navigation.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
}
#navigation.small-screen .submenu-button.submenu-opened {
    background: #eeeeee;
}
#navigation.small-screen ul ul .submenu-button {
    height: 45px;
    width: 34px;
}
#navigation.small-screen .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #646869;
    content: '';
}
#navigation.small-screen ul ul .submenu-button:after {
    top: 20px;
    right: 13px;
}
#navigation.small-screen .submenu-button.submenu-opened:after {
    background: #676a6b;
}
#navigation.small-screen .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #646869;
    content: '';
}
#navigation.small-screen ul ul .submenu-button:before {
    top: 17px;
    right: 16px;
}
#navigation.small-screen .submenu-button.submenu-opened:before {
    display: none;
}
#navigation.small-screen.select-list {
    padding: 5px;
}


.header-top.most {
    background: #f7f7f7;
    border-bottom: solid 1px #0e264600;
}



ul.profile-menu-list {
    list-style-type: none;
    display: block;
    float: right;
}
ul.profile-menu-list > li {
    float: left;
    position: relative;
    padding: 0px 0px 0px 10px;
    line-height: 30px;
}
ul.profile-menu-list > li >a {
    color: #d5a677;
    padding: 4px 0px;
    display: block;
}
ul.profile-menu-list > li:hover > ul {
    display:block;
}
ul.profile-menu-list li ul {
	display:none;
    position: absolute;
    width: 160px;
    border-radius: 4px;
    right: 0px;
    background: #fff;
    z-index: 9;
    box-shadow: 0px 0px 5px -3px #666;
    padding: 5px 5px;
    border-top: solid 2px #d5a677;
    top: 40px;
}
ul.profile-menu-list li ul:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d5a677;
    clear: both;
    right: 40px;
    top: -10px;
}
ul.profile-menu-list li ul li {
	width: 100%;
	list-style: none;
	padding: 0px 10px;
	text-align:left;
    float: left;
}
.profile-icon {
    width: 35px;
    height: 35px;
    background-size: contain;
    border-radius: 50%;
    display: block;
    float: left;
}
a.add-new-property {
    padding: 8px 28px;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 30px;
}
.note-editor .btn-default {
    background: #d5a677;
    color: #fff;
    padding: 2px 5px;
    margin: 0px;
}



 .imgDiv {display: inline-block;width: 100%;margin: 15px 0px 0px 0px;}
.img-gal {width: 125px;display: inline-block;position: relative;height: 75px;overflow: hidden;border-radius: 5px;box-shadow: 1px 2px 2px -2px #676767;}
.deleteBtn {position: absolute;right: 0px;color: #fff;transition: all .3s;font-weight: bold;top: 0px;display: none;background: rgba(17, 17, 17, 0.61);border-radius: 50%;padding: 0px 6px;border: solid 2px #f3d97c;cursor: pointer;}
.img-gal img {width: 100%;height: 100%;}
.img-gal:hover > .deleteBtn {display: block;}


/*------------------------------------------------------------------- 
Homepage-2 
-------------------------------------------------------------------*/

/*------------- Header Version - 2 --------------*/
.header-black {
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 2px solid;
    border-color: rgba(255, 255, 255, 0.2);
}
.logo-second {}
.logo-second img {}
.welcome-text {
    font-size: 12px;
}
.header-black-block {
    line-height: 5;
}
.header-black-action {
    text-align: right;
    margin-top: 5px;
}
.header-black-right {
    float: right;
}
.user-login {
    float: left;
}
.user-login>ul { position:relative;}
.user-login>ul>li {
    display: inline-block;
}
.user-login>ul>li>a {
    color: #ffffff;
    padding: 12px 15px 7px;
    display: block;
    font-size: 14px;
    width: 100%;
}


/*------------- Navigations-2 --------------*/
.navigation-second {}

.navigation-second #navigation {
   
}


.navigation-second #navigation>ul>li>a {
    padding: 20px 24px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}
.navigation-second #navigation>ul>li.has-sub>a:before {
    right: 8px;
}


.thumbnail-carousel .owl-theme .owl-nav {
    line-height: 1;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.thumbnail-carousel .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 34%;
    left: -51px;
    color: #484c4c;
    font-size: 18px;
    margin: 12px;
    padding: 11px;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    height: 40px;
    width: 40px;
}
.thumbnail-carousel .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 34%;
    rig;
    right: -47px;
    color: #484c4c;
    font-size: 18px;
    margin: 12px;
    padding: 11px;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    height: 40px;
    width: 40px;
}
.thumbnail-carousel .owl-theme .owl-nav .owl-prev:hover {
    background-color: #d5a677;
    text-decoration: none;
    color: #fff;
}
.thumbnail-carousel .owl-theme .owl-nav .owl-next:hover {
    background-color: #d5a677;
    text-decoration: none;
    color: #fff;
}
.thumbnail-carousel .owl-theme .owl-dots {
    display: none;
}
.thumbnail-carousel .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.thumbnail-carousel .owl-theme .owl-carousel .owl-item img {
    width: 100%;
}



.hostel-book-block {
    background-color: #fff;
    padding: 60px 50px;
    border-radius: 5px;
}
.hostel-book-img {
    height: 230px;
    width: 100%;
}




.story-section {
    color: #fff;
    text-align: center;
    padding-top: 80px;
}
.story-head {}
.story-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 35px;
}
.story-text {
    font-size: 21px;
    font-weight: 400;
    line-height: 34px;
}
.story-section-img {}



/*------------------------------------------------------------------- 
 Slider
-------------------------------------------------------------------*/
.hero-section-2 {
    background: url(../images/hero-image-second.jpg) no-repeat center;
    background-size: cover;
    min-height: 625px;
	
}
.search-transparent.search-block {
    padding-top: 170px;
}
.search-transparent.search-box {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 30px 40px;
}

.search-transparent .search-form .form-control,
.city-filter .form-control,
.widget-booking .form-control {
    border: 2px solid #fff;
}

.row.tab-section input.form-control {
    display: inline-block;
    float: left;
    width: auto;
    width: 18px;
    height: 18px;
    margin: 2px;
}
.row.tab-section .col-md-2 {
    width: 20%;
}
.row.tab-section span.tab-btn {
    color: #fff;
    display: flex;
    padding: 0px 10px;
}
.withoutpad {
    padding: 0px 0px;
}




/*-------------  5.4 Page Header -----------*/
.page-header {
    background: linear-gradient(rgba(26, 27, 28, 0.6), rgba(26, 27, 28, 0.6)), rgba(26, 27, 28, 0.6) url(../images/page_header.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 10px;
    margin: 0px 0px 0px;
    border-bottom: transparent;
}
.page-title {
    color: #fff;
    font-size: 40px;
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.breadcrumb {
    background: transparent;
    color: #fff;
    padding: 0px 15px;
    margin-bottom: 0px;
    float: right;
}
.breadcrumb li {
	font-size: 12px;
}
.breadcrumb li a {
    color: #d5a677;
}
.breadcrumb li a:hover {
    color: #fff;
}
.breadcrumb>.active {
    color: #fff;
}


/*------------------------------------------------------------------- 
6. Slider
-------------------------------------------------------------------*/
.hero-section {
    background: url(../images/hero-image.jpg) no-repeat center;
    background-size: cover;
    min-height: 500px;
	position:relative;
}
.hero-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000047;
    top: 0px;
    left: 0px;
}
.fieldGroup {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

.search-block {
    margin-top: 10%;
    position: relative;
    padding: 20px 30px 40px 30px;
    width: 70%;
    margin-left: auto;
    z-index: 1;
    background: #0e2646f2;
    border-radius: 5px;
    margin-right: auto;
}
.search-block h1 {
    color: #f7f7f7;
    font-size: 28px;
    text-transform: uppercase;
    padding: 10px 0px 15px;
}
.section-title h2 {
    text-transform: uppercase;
    font-size: 26px;
}
.search-box {
    border-radius: 4px;
	position:relative;
    padding: 0;
}
.search-head {
	display:none;
    background: #f7f7f7;
    margin-top: 15px;
    padding: 10px 15px;
    height: 200px;
}
.search-head .display-1 {
    color: #0E2646;
    font-weight: 600;
	    margin-top: 10px;
    font-size: 20px;
}
.search-head p {
    color: #444444;
}
.searchResult {
	position: absolute;
    background: #fff;
    width: 97%;
    padding-top: 15px;
    display: none;
    left: 20px;
    top: 46px;
    height: 216px;
    box-shadow: 1px 4px 7px -5px #333;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow-x: auto;
    max-height: 220px;
}
.border-top-left {
    position: absolute;
    height: 40%;
    width: 20%;
    top: 0px;
    left: 0px;
    content: '';
    border-left: solid 2px #fff055;
    border-top: solid 2px #fff055;
}
.border-bottom-right {
    position: absolute;
    height: 40%;
    width: 20%;
    bottom: 0px;
    right: 0px;
    content: '';
    border-right: solid 2px #fff055;
    border-bottom: solid 2px #fff055;
}
.pg-search-list {
    border-bottom: solid 1px #e5e8e8;
    display: block;
    width: 100%;
    float: left;
    padding: 0px 0px 5px;
    margin: 0px 0px 5px;
}
.searchResult ul li {
    text-align: left;
    cursor: pointer;
}
.searchResult ul li a {
    display: block;
    padding: 4px 18px;
    width: 100%;
    font-size: 14px;
    color: #666;
	transition:all .4s;
    line-height: 14px;
}
.searchResult ul li a:hover {
    color: #d5a677;
}
.searchResult span {
    font-size: 12px;
    padding: 0px 18px;
    display: block;
    color: #d5a677;
    float: left;
    width: 100%;
}

.search-form .form-control,
.city-filter .form-control,
.widget-booking .form-control {
    border: 1px solid #fff;
}
.form-field {
    padding: 0px 4px;
    margin-bottom: 6px;
}


.at-detailsbtn-topbar{
	float: left;
    background: #fff;
    position: relative;
    border-radius: 5px;
    margin: 15px 0 20px 10px;
}
.at-detailsbtn-topbar a{
	border: 0;
	margin: 20px 0;
	min-width: 156px;
	margin-left: 8px;
	line-height: 40px;
}
.at-detailsbtn-topbar em{
	top: 50%;
	left: 50%;
	z-index: 9;
	width: 25px;
	background: #fff;
	font-size: 10px;
	line-height: 25px;
	font-style: normal;
	font-weight: 700;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	margin: -12px 0 0 -14px;
	color: var(--secthemecolor);
	font-family: 'Nunito', sans-serif;
		-webkit-box-shadow: 0 0 0 3px rgba(238,238,238,0.5);
	box-shadow: 0 0 0 3px rgba(238,238,238,0.5);
}
ul.list-menu {
    display: block;
    float: left;
	position:relative;
}
ul.list-menu li {
    float: left;
    list-style: none;
}
@media only screen and (min-width:767px) {
	ul.list-menu li:hover > .nav-drop-section {
		display: block;
	}
}
.at-loginarea .at-detailsbtn-topbar .at-btn{
	float: left;
    margin: 0 0 0 -5px;
    text-align: center;
    color: #fff;
}
.at-loginarea .at-detailsbtn-topbar li:first-child > .at-btn{clip-path:polygon(0 0, 100% 0%, 95% 100%, 0% 100%);}
.at-detailsbtn-topbar .at-btn{border-radius: 4px 0 0 4px;}
.at-detailsbtn-topbar .at-btntwo{
	background: var(--secthemecolor);
	border-radius: 0 4px 4px 0;
	clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
}
.at-btnactive {
    background: #d5a677;
}
.at-btnactive.at-btntwo {
    background: #0e2646;
}

/*------------------------------------------------------------------- 
7. Content
-------------------------------------------------------------------*/
.content {}
.content-area {
    margin-top: 30px;
    margin-bottom: 30px;
}
.search-filter-sidebar {
    background: #fff;
}
.filter-head {
    background: #fcfbf7;
    padding: 15px 20px;
}
.filter-box {
    padding: 20px;
}
.filter-title {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}


/*=======================================================
      PRICING RANGE
========================================================*/

.cost-price-content {}

.cost-price-content h5 {
	margin-bottom: 30px;
}
.lightblue.bb {
    float:left;
	width:100%;
}
.cost-price-content .btn {
	padding: 6px 20px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
.cost-price-content {
	display: inline-block;
	position: relative;
	margin-top: 5px;
	width: 100%;
	margin-bottom: 10px;
}
.cost-price-content span {
	letter-spacing: 0px;
}
.cost-price-content .btn-round {
	margin-top: 30px;
	padding: 7px 20px;
	text-transform: none;
}
.price-min {
	top: 0px;
	left: 0%;
	position: absolute;
	border-radius: 2px;
	height: 30px;
	line-height: 28px;
	color: #555555;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.price-max {
	top: 0px;
	right: 0px;
	position: absolute;
	border-radius: 2px;
	height: 30px;
	line-height: 28px;
	color: #555555;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.noUi-horizontal .noUi-handle {
	background: #0b6c36;
	border: none;
	height: 12px;
	width: 12px;
}

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-base {
	width: 97%;
	height: 100%;
	position: relative;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
	z-index: 10;
}
.noUi-stacking+.noUi-origin {
	z-index: -1;
}
.noUi-state-tap .noUi-origin {
	-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}
.noUi-horizontal {
	height: 4px;
	width: 100%;
	position: relative;
}
.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: 0px;
	top: -8px;
}

.noUi-horizontal.noUi-extended {
	padding: 0 15px;
}

.noUi-horizontal.noUi-extended .noUi-origin {
	right: -15px;
}

.noUi-vertical {
	width: 18px;
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

.noUi-vertical.noUi-extended {
	padding: 15px 0;
}

.noUi-vertical.noUi-extended .noUi-origin {
	bottom: -15px;
}

.noUi-background {
	background-color: #909090;
}

.noUi-base .noUi-background {
	background: none;
}

.noUi-dragable {
	cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
	cursor: n-resize;
}

.noUi-handle {
	cursor: pointer;
}

.noUi-handle:after {
	left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}

.noUi-vertical .noUi-handle:after {
	top: 17px;
}

[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #B8B8B8;
}

[disabled] .noUi-handle {
	cursor: not-allowed;
}

.sidebar-nav.cost-price {
	margin-bottom: 70px;
}

.cost-price-content {
	display: inline-block;
	position: relative;
}

.cost-price-content .noUi-handle-lower,
.cost-price-content .noUi-handle-upper {
	height: 18px;
	width: 18px;
	background-color: #f1f3f8;
	border: 1px solid #dde1eb;
}

.cost-price-content .noUi-base .noUi-connect,
.cost-price-content .noUi-base .noUi-background {
	position: absolute;
}

.price-min,
.price-max {
	position: absolute;
	margin-top: 5px;	
	font-size: 12px;
	color: #515151;
}

.price-min {
	left: 0;
}

.price-max {
	right: 0;
}

.cost-price-content .noUi-handle-lower,
.cost-price-content .noUi-handle-upper {
	background-color: #da9d61;
	border: none;
	border-radius: 50%;
}



.filter-star-rating,
.filter-price,
.filter-amenities,
.filter-facilities,
.filter-reviews {
    border-bottom: 1px solid #efede8;
    font-size: 15px;
}
.filter-lable-title {
    font-size: 14px;
}
.filter-lable {}
#price-range {}
.filter-price {}
.filter-price .ui-slider-horizontal {
    height: 0.4em;
    margin-top: 5px;
    border-radius: 4px;
    margin-bottom: 15px;
}
.filter-price .ui-slider .ui-slider-handle {
    border-radius: 100%;
    background: #bcf0ff;
    border: 2px solid #44a5c1;
}
.filter-price .ui-slider .ui-slider-range {
    background: #d5a677;
}
.filter-price .amount {
    border: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #2d3031;
}
.filter-amenities {}
.filter-facilities {}
.filter-reviews {}
.listing-views {
    text-align: right;
}

.list-sorting {
    margin-bottom: 30px;
}

.filter-box .checkbox label, .filter-box .radio label {
    padding-left: 5px;
}
.filter-box input[type=checkbox] {
    margin-right: 5px;
}

/*------------------------------------------------------------------- 
8. Footers
-------------------------------------------------------------------*/
.footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #212324;
    color: #737778;
    font-size: 15px;
}
.widget-footer {}
.widget-footer .widget-title {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    /* text-transform: capitalize; */
    margin-bottom: 25px;
}
.widget-footer ul {}
.widget-footer ul li {line-height: 30px;}
.widget-footer ul li a {
    color: #737778;

}
.widget-footer ul li a:hover {
    color: #b9b9b9;
}
.tiny-footer {
    background: #1a1b1c;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #737778;
    font-size: 12px;
}
.footer-social {}
.footer-social ul {
    padding: 0px;
    margin: 0px;
}
.footer-social ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}
.footer-social ul li a {
    color: #737778;
	font-size:26px;
}
.footer-social ul li a:hover {
    color: #afafaf;
}
.newsletter {}



/*------------------------------------------------------------------- 
9. Template Pages
-------------------------------------------------------------------*/

/*------- 9.1  Thumbnail List -------*/
.listing-search-box {
    background: #0e2646;
    padding: 15px 0px;
}
.listing-search-box.breadcrumb-box h3 span {
    font-weight: 600;
    font-size: 22px;
}
.listing-search-box.breadcrumb-box h3 {
       margin: 0px;
    color: #f7f7f7;
    font-weight: 500;
    font-size: 22px;
}
.listing-search-box .form-control {
    margin-bottom: 10px;
}
.inner-hotel-list .hostel-list-img {
    overflow: hidden;
    height: 190px;
    background-size: cover;
    background-repeat: no-repeat;
}
.hostel-thumbnail-list {
    position: relative;
    margin-bottom: 30px;
	box-shadow:0 0 35px rgba(0, 0, 0, 0.1);
}
.hostel-list-img {
    overflow: hidden;
    max-height: 235px;
    height: 235px;
    transition: all .5s;
}
.hostel-list-img .image-box-ff {
    max-height: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
	transition: all .5s;
}
.hostel-thumbnail-list:hover > .hostel-list-img .image-box-ff {
    transform: scale(1.2) rotate(5deg);
}

.hostel-list-img img {
    width: 100%;
	transition:all .4s;
	
}
.hostel-thumbnail-list:hover > .hostel-list-img img{
    transform: scale(1.2);
}
.hostel-thumbnail-list-block:hover > .hostel-title a {
	color:#d5a67; 
}
.hostel-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
}
.wishlist-heart {
    color: #fff;
    background-image: url(../images/heart.png);
    width: 30px;
    height: 26px;
    display: block;
}
.wishlist-heart:hover {
    color: #fff;
    background-image: url(../images/heart-hover.png);
    width: 30px;
    height: 26px;
    display: block;
}
.hostel-content {
    background: #fff;
    padding: 20px;
    border-radius: 0px 0px 4px 4px;
    height: 160px;
}
.hostel-head {
    margin-bottom: 15px;
}
.hostel-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.hostel-address {
    font-size: 13px;
    line-height: 21px;
}
.hostel-meta {
    font-size: 14px;
}
.hostel-price {}
.price-from {
    font-size: 12px;
}
.price {
    font-size: 16px;
    color: #181a1b;
    font-weight: 500;
}
span.price i.fa {
    font-size: 14px;
    padding: 0px 2px;
}
.hostel-rating {
    float: right;
}
.rate {
    color: #fff055;
}
.reviews {}
.hostel-thumbnail-list-block {
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
	transition:all .3s;
	box-shadow:0 0 10px rgb(0 0 0 / 20%);
}
.hostel-thumbnail-list-block:hover {
    box-shadow: 0 0 5px rgb(0 0 0 / 5%);
    transform: scale(1.005) rotate(0deg);
}
.hostel-thumbnail-list-block .hostel-content {
    height: 190px;
    border-radius: 0px 4px 4px 0px;
}
.hostel-thumbnail-list-block .hostel-meta {
    width: 100%;
    padding: 10px 0px 0px;
    border-top: solid 1px #f1f3f3;
    margin-top: 15px;
}
.hostel-thumbnail-list-block .hostel-rating {
    float: none;
}
.hostel-thumbnail-list-block .hostel-price,
.hostel-thumbnail-list-block .hostel-rating {
    margin-right: 20px;
}
.destination-grid-box {
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
}
.destination-img {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#70000000', GradientType=1);
    border-radius: 4px;
	height: 350px;
	position:relative;
	background-size: cover;
    background-repeat: no-repeat;
}
.destination-img:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 999;
    position: absolute;
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.destination-img img {
    display: block;
    position: relative;
    z-index: -1;
    border-radius: 4px;
    width: 100%;
}
.destination-content {
    position: absolute;
    bottom: 30px;
    left: 0px;
	transition:all .3s;
	width:100%;
	z-index:9999;
	padding: 0px 20px;
}
.destination-img:hover > .destination-content{
	bottom: 40px;
}
.destination-content p a {
    color: #fff055;
	transition:all .3s;
}
.destination-content p a:hover {
    color: #fff;
}
.destination-title {
    margin-bottom: 15px;
	font-size:24px;
}
.destination-title a {
    color: #fff;
}
.testimonial-block {
    margin-bottom: 20px;
}
.testimonial-user {
    float: left;
    text-align: center;
    padding-top: 20px;
}
.testimonial-img {
    margin-bottom: 20px;
}
.testimonial-info {}
.testimonial-name {
    font-size: 14px;
}
.testimonial-content {
    padding-left: 160px;
}
.testimonial-text {
    font-style: italic;
}
.testimonial-block .rate {
    font-size: 12px;
}
.listing-wrap {
    height: 800px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.map-wrap {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px -15px;
}
.map-wrap #googleMap {
    width: 100%;
    height: 800px;
}


/*------- 9.2 Single Page -------*/
.single-page-header {
    background: linear-gradient(rgb(14 38 70), rgb(14 38 70 / 92%)), rgb(14, 38, 70) url(../images/single_page.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    margin: 0px 0px 0px;
    border-bottom: transparent;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
.single-page-title {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
p.address-pera {
    color: #c9c2bb;
    font-size: 14px;
}
p.address-pera i.fa {
    font-size: 18px;
    padding: 0px 10px 0px 0px;
}
.single-page-head {
    position: absolute;
    bottom: 20px;
}
.tab-content {
    background: #fff;
    padding: 30px;
}
.nav-tabs {
    border: none;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 4px 4px 0 0;
    background: #dfe4e4;
    font-size: 16px;
    padding: 10px 20px;
    color: #737778;
}
.nav-tabs>li {
    float: left;
    margin-bottom: 0px;
}
.nav-tabs>li>a:hover {
    border: none;
    color: #d5a677;
    background-color: #fff;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #d5a677;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom-color: transparent;
}
.review-block {
    margin-top: 40px;
    margin-bottom: 40px;
}
.review-sidebar {
    padding: 10px;
}
.review-box {
    text-align: center;
}
.review-total {
    font-size: 42px;
    color: #d5a677;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 6px;
}
.review-text {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}
.review-list {
    font-size: 14px;
    float: left;
    line-height: 24px;
}
.review-for {
    width: 90px;
}
.review-rating {}
.review-number {
    float: right;
    font-weight: 500;
    color: #272c2d;
}
.review-for,
.review-rating {
    float: left;
    margin-right: 10px;
}
.review-content {
    margin-bottom: 20px;
    border-top: 1px solid #f1f3f3;
    padding-top: 19px;
}
.review-user {
    text-align: center;
}
.user-name {
    margin-bottom: 6px;
}
.user-img {
    margin-bottom: 20px;
}
.user-reviews {
    font-size: 13px;
}
.review-descriptions {
    line-height: 1.7;
    font-size: 15px;
}
.review-title {}
.given-review {
    font-size: 12px;
    line-height: 12px;
}
.leave-review {
    background: #fbfcfc;
    padding: 20px;
    border-radius: 4px;
}
.gallery-block {
    margin-top: 30px;
}
.popup-link {
    margin: 4px;
    display: inline-block;
}
.popup-link img {
    border-radius: 4px;
}
.price-box {
    padding: 5px 0px;
    transition: all .4s;
    text-align: right;
}
.hostel-rate {
    color: #d5a677;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 24px;
}
h2.hostel-rate i.fa {
    font-size: 18px;
    padding: 0px 2px 0px 0px;
}
.rate-from {
    font-size: 14px;
    color: #333;
}
#map {
    height: 300px;
    width: 100%;
}
.small-header-title {
    font-size: 18px;
    border-bottom: 1px solid #e5e8e8;
    padding-bottom: 16px;
	font-weight:bold;
}
.row.each-block {
    border-bottom: solid 1px #f7f7f7;
    padding: 10px 0px 10px;
    margin: 0px 0px;
}
span.icon-title {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    color: #a9a9a9;
    text-transform: uppercase;
}
span.icon-title i.fa {
    color: #fff;
    font-size: 16px;
    padding: 7px 0px;
    text-align: center;
    background: #d5a677;
    width: 30px;
    height: 30px;
    border-radius: 50%;
	margin-right: 5px;
}
span.result-title {
    font-size: 14px;
    display: block;
    padding-left: 35px;
}
.modal-dialog{text-align:center;}
.modal-content{display:inline-block;}
.galeria > img{ width: 200px;}
.galeria:hover{cursor: pointer;}
#btn-download {float:left;}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}
.galeria .gallery-bx {
    width: 165px;
    height: 100px;
    overflow: hidden;
    display: inline-block;
    /* padding: 0px; */
    margin: 4px 4px;
    border: solid 1px #f1f1f1;
}
.galeria .gallery-bx img {
    width: 100%;
}
.galeria > img, .modal-body, .modal-content, .modal{
	-webkit-user-select: none;   
	-moz-user-select: none; 
	-ms-user-select: none; 
	-o-user-select: none;
	user-select: none;
}
  
.scroll-nav {
    margin-bottom: 20px;
    margin-top: -30px;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.scroll-nav.fixed {
    position: fixed;
    top: 67px;
    z-index: 1015;
    width: 100%;
}

.scroll-nav.fixed .price-box {
    padding: 3px 0px;
}
.scroll-nav ul {}
.scroll-nav ul li {
    list-style: none;
    float: left;
    border-right: 1px solid #eee;
}
.scroll-nav ul li:first-child {
    border-left: 1px solid #eee;
}
.scroll-nav ul li a {
    padding: 10px 24px;
    font-size: 14px;
    text-transform: uppercase;
    color: #0e2646;
    transition: all .4s;
    display: block;
    font-weight: 500;
}
.scroll-nav ul li a:hover {
    background: #fbfcfc;
    color: #d5a677;
}
.scroll-nav ul li.active a {
    color: #d5a677;
    background: #fff;
}
.hostel-social {}
.hostel-social li {
    list-style: none;
    display: inline-block;
}
.hostel-social li a {
    background: #f1f3f3;
    padding: 6px 12px;
    border-radius: 4px;
    display: block;
    color: #737778;
    font-size: 16px;
}
.hostel-social li a:hover {
    background: #d5a677;
    color: #fff;
}


/*------- Single Page grid -------*/

.top-content{ margin-top: -30px; margin-bottom: 30px; }
.top-review{line-height: 20px; padding-top: 18px;}
.top-review .review-text{ color: #272c2d; padding-left: 10px;  }




/*------- 9.3 Contact Page -------*/
.required {
    color: #d5a677;
}


/*------- 9.4 Login Page -------*/
.login-box {
    margin-bottom: 30px;
}
.well-box.login-box {
    width: 400px;
    margin: 0px auto;
}
.login-header {
    margin-bottom: 30px;
    padding: 25px 0px 20px;
    text-align: center;
    border-bottom: solid 1px #eee;
}
.login-header h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
}
.login-form {
    margin-bottom: 40px;
}
.login-form button.btn-default {
    margin-top: 10px;
    font-size: 14px;
}
.login-bottom {}
.social-login-box {}
.social-login {}
.social-icon {
    padding-right: 10px;
}
.facebook-btn {
    background: #4469af;
    color: #fff;
    border-bottom: 2px solid #2d5091;
}
.facebook-btn:hover {
    background: #2d5091;
    color: #fff;
    border-bottom: 2px solid #2d5091;
}
.twitter-btn {
    background: #2aa2ef;
    color: #fff;
    border-bottom: 2px solid #1487d1;
}
.twitter-btn:hover {
    background: #1487d1;
    color: #fff;
    border-bottom: 2px solid #1487d1;
}
.google-btn {
    background: #df4a32;
    color: #fff;
    border-bottom: 2px solid #be3f2b;
}
.google-btn:hover {
    background: #be3f2b;
    color: #fff;
    border-bottom: 2px solid #be3f2b;
}
.facebook-btn,
.twitter-btn,
.google-btn {
    margin-bottom: 8px;
    display: inline-block;
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-radius: 4px;
}


/*------- 9.5 Sing up Page -------*/
.singup-box {}
.singup-header {
    margin-bottom: 30px;
    padding: 25px 0px 20px;
    text-align: center;
    border-bottom: solid 1px #eee;
}
.singup-header h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
}
.singup-form button.btn-default {
    margin-top: 10px;
    font-size: 14px;
}
.singup-form {
    margin-bottom: 40px;
}
.singup-bottom {}


/*------- 9.6 Checkout Page -------*/
.checkout-form {}
.checkout-item-box {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
}
.checkout-item-header,
.checkout-item,
.checkout-price-info,
.checkout-booking-info {
    margin-bottom: 30px;
}
.checkout-title {
    margin-bottom: 10px;
    font-size: 16px;
}
.checkout-img {
    margin-bottom: 20px;
}
.checkout-img img {
    border-radius: 4px;
}
.checkout-item {}
.checkout-item-title {
    font-size: 26px;
    margin-bottom: 6px;
}
.checkout-item .hostel-rating {
    float: none;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}
.checkout-item .hostel-address {
    margin-bottom: 0px;
}
.checkout-price-info {}
.checkout-info-title {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}
.checkout-amount {
    font-size: 32px;
    color: #d5a677;
    font-weight: 600;
    letter-spacing: -2px;
}
.checkout-booking-info {}
.checkout-count {
    float: right;
    color: #181a1b;
}
.checkout-date {
    float: right;
}
.checkout-adult {}
.checkout-child {}
.checkout-total-info {}
.checkout-price {}
.checkout-vat {}
.checkout-total-text {}
.checkout-total,
.checkout-total-text {
    color: #d5a677;
    font-weight: 500;
}
.checkout-deposite,
.checkout-deposite-text {
    color: #0E2646;
}
.checkout-deposite-text {}
.checkout-payout-text {
    color: #181a1b;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
}
.checkout-payout {
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
}
.checkout-booking-info ul li,
.checkout-price-info ul li,
.checkout-total-info ul li {
    margin-bottom: 6px;
}


/*-----------9.7 Error Page ----------*/
.error-block {
    text-align: center;
}
.error-title {
    font-size: 62px;
    margin-bottom: 40px;
}
.error-img {}
.error-img img {
    margin-bottom: 30px;
}


/*-----------9.8 City Page ----------*/
.city-filter {
    background: #f8ecc9;
    padding: 10px 0px;
}
.city-heading {
    margin-bottom: 20px;
}
.city-box {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
}
.city-img {}
.city-img img {
    border-radius: 4px 4px 0px 0px;
    width: 100%;
}
.city-content {
    border-bottom: 1px solid #eaeded;
    padding: 20px;
}
.city-name {
    font-size: 20px;
    margin-bottom: 10px;
}
.state-name {
    color: #646869;
    font-size: 12px;
    line-height: 12px;
}
.city-action {
    padding: 10px 20px;
}
.city-action .btn-link {
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}
.city-navigation {}
.city-navigation li {
    display: inline-block;
    list-style: none;
    margin-bottom: 10px;
}
.city-navigation li a {
    background: #dfe4e4;
    padding: 10px 20px;
    display: block;
    border-radius: 4px;
}
.city-navigation li a:hover {
    background: #fff;
    color: #d5a677;
}
.city-navigation li.active a {
    background: #fff;
    color: #d5a677;
    font-weight: 500;
}
.place-block {}
.place-img {}
.place-img img {
    border-radius: 4px;
}
.place-content {
    padding: 16px 0px;
    text-align: center;
}
.place-name {
    font-size: 16px;
}


/*------------------------------------------------------------------- 
10. Blog
-------------------------------------------------------------------*/
.post-sticky {
   
    position: absolute;
    right: 35px;
    top: 5px;
    font-size: 28px;
   
    color: #fff;
}
/*------post-gallery----*/
.post-gallery { margin-bottom: -24px; }
.post-gallery-img { position: relative; width: 100% }
.post-gallery-img img { position: relative; z-index: -1; }
.post-gallery .owl-theme .owl-dots { text-align: center !important; position: relative; bottom: 30px; }
.post-gallery .owl-theme .owl-nav { display: none;}
.post-gallery .owl-theme .owl-nav .owl-prev { }
.post-gallery .owl-theme .owl-nav .owl-next { }
.post-gallery .owl-theme .owl-nav .owl-prev:hover { }
.post-gallery .owl-theme .owl-nav .owl-next:hover { }
.post-gallery .owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; }
.post-gallery .owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 4px 3px; background-color: #fff; border-radius:100px; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
.post-gallery .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background-color: #d5a677; }
.post-gallery .owl-theme .owl-carousel .owl-item img { width: 100%; }
.post-gallery i { font-size: 30px; }
.video-btn {position: absolute;
    color: #d5a677;
    left: 47%;
    top: 19%;
    font-size: 40px;}

.post-audio {}
.featured-post {}
.post-block {
    margin-bottom: 20px;
	box-shadow:0 0 35px rgba(0, 0, 0, 0.1);
}
.post-img {}
.post-img img {
    border-radius: 4px 4px 0px 0px;
    width: 100%;
}
.post-block .post-title {
    font-size: 20px;
    margin-bottom: 14px;
}
.post-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 0px 0px 4px 4px;
}

.post-thumb {}
.post-thumb .post-content {
    background-color: transparent;
    padding: 0px;
}
.post-img.list {
    overflow: hidden;
    max-height: 235px;
    height: 235px;
    transition: all .5s;
}
.post-img.list .image-box-ff {
    max-height: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
	transition: all .5s;
}
.post-img.list:hover > .image-box-ff {
    transform: scale(1.2) rotate(5deg);
}

.meta {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 20px;
}
.meta-date,
.meta-comment,
.meta-user,
.meta-cat,
.meta-admin {
    margin-right: 10px;
}
.meta-date {}
.meta-comment {}
.meta-admin {
    color: #d5a677;
}
.meta-cat {}
.quote-post {
    padding: 40px;
}
.post-holder {
    margin-bottom: 20px;
}
.post-navigation {
    margin-top: 20px;
}
.nav-links {}
.nav-previous {}
.prev-link,
.next-link {
    margin-bottom: 10px;
    display: block;
    color: #646869;
    text-transform: capitalize;
}
.prev-post {}
.previous-title,
.next-title {
    font-size: 16px;
}
.nav-next {}
.next-link {}
.next-post {}
.next-title {}
.author-post {
    background: #fff8e5;
}
.author-img {
    text-align: center;
    margin-bottom: 20px;
}
.author-bio {}
.author-header {}
.author-content {}
.related-post-block {}
.related-post-title {}
.related-post {
    margin-bottom: 20px;
}
.related-post-img {}
.related-post-img img {
    border-radius: 4px;
    margin-bottom: 20px;
}
.related-post-content {}
.related-title {
    font-size: 16px;
    margin-bottom: 6px;
}


/*----- Comments -----*/
.comments-area {}
.comments-title {
    margin-bottom: 30px;
}
.comment-list {
    list-style: none;
}
.comment {}
.comment-body {
    margin-bottom: 15px;
    padding-top: 12px;
    padding-bottom: 20px;
}
.comment-body:last-child {
    border: transparent;
    padding-bottom: 0px;
}
.comment-author {
    padding: 0px 20px;
    float: left;
}
.comment-author img {
    float: left;
}
.comment-info {
    padding-left: 140px;
}
.comment-header {
    margin-bottom: 10px;
}
.user-title {
    margin-bottom: 0px;
}
.comment-meta {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}
.comment-meta-date {}
.comment-content {
    margin-bottom: 20px;
}
.reply {}
.reply-title {
    margin-bottom: 30px;
}
.childern {
    padding-left: 140px;
    list-style: none;
}
.childern .comment-body {
    background: #edf7f7;
    border-radius: 4px;
    padding: 24px 20px 24px 0px;
}


/*------------------------------------------------------------------- 
11. Sidebar
-------------------------------------------------------------------*/
.widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 2px;
}
.widget li {
    margin-bottom: 15px;
}
.widget li:last-child {
    margin-bottom: 0px;
}
.widget-booking {
    background: #d5a677;
    box-shadow: 0px 5px 15px -5px #333;
}
.widget-booking .btn-default {
    background: #0e2646;
    display: block;
    width: 100%;
    font-size: 14px;
	    letter-spacing: 1px;
}
.widget-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.widget-contact {
    background: #fbfcfc;
}
.widget-recent-post {}
.recent-post-img {
    height: 60px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
}
.recent-post-img img {
    border-radius: 4px;
}
.recent-post-content {}
.recent-post-content .meta {
    margin-bottom: 10px;
}
.recent-post-title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
.widget-tags {}
.widget-tags a {
    font-weight: 500;
    font-size: 14px;
    background: #ecf1f1;
    padding: 6px 10px;
    display: inline-block;
    margin-bottom: 4px;
    color: #868a8a;
    border-radius: 4px;
}
.widget-tags a:hover {
    background: #d5a677;
    color: #fff;
}
.widget-contact {}

/* ========== Need Royal Help? ========== */
.rh-need-help{
	padding:30px 30px;
	text-align: center;
	margin: 20 0 30px 0;
	background-color: #0E2646;
}
.rh-need-help p{
	margin: 10px 0 20px 0;
}
.rh-need-help a{
	    padding: 5px 15px;
    border-style: dashed;
    border-width: 1px;
    border-radius: 4px;
    display: inline-block;
    border-color: #f1f3f366;
}
.rh-need-help h5 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.rh-need-help p {
    color: #fff;
}
.rh-need-help a {
    color: #fff;
}
@media screen and (max-width: 991px){
	.rh-need-help{
		margin: 0 0px 30px 15px;
	}
	.rh-need-help{
		width: 100%;
		float: right;
	}
}

/*------------------------------------------------------------------- 
12. Shortcodes
-------------------------------------------------------------------*/
.st-accordion {}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}
.panel-default {
    border-color: #e6e8e8;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e6e8e8;
}
.panel-heading {
    padding: 14px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}
.panel-title a {
    color: #181a1b;
}
.panel-body {
    padding: 30px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px;
}
.panel-heading.active {
    background-color: #0E2646;
    color: #fff;
}
.panel-heading.active a {
    color: #fff;
}


/*------------------------------------------------------------------- 
13. Dashboard
-------------------------------------------------------------------*/

/*---------13.1 User dashboard -------*/
.dashboard-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
}
.dashboard-sidebar {
    margin-bottom: 20px;
}
.db-user-profile {
    background: #e4e7e7;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 2px;
}
.db-user-name {
    margin-bottom: 0px;
}
.db-user-img {
    margin-right: 10px;
}
.db-user-info {}
.db-user-img,
.db-user-info {
    display: inline-block;
    vertical-align: bottom;
}
.dashboard-sidenav {}
.dashboard-sidenav ul {}
.dashboard-sidenav ul li {
    list-style: none;
    margin-bottom: 2px;
}
.dashboard-sidenav ul li a {
    background: #e4e7e7;
    padding: 8px 12px;
    display: block;
    line-height: 20px;
    border-radius: 2px;
    color: #646869;
}
.dashboard-sidenav ul li a:hover {
    color: #fff;
    background: #44a5c1;
}
.dashboard-sidenav ul li.active a {
    background: #44a5c1;
    color: #fff;
}
.dashboard-box {
    background: #fff;
    border: 1px solid #e6e8e8;
    border-radius: 2px;
}
.dashboard-head {
    padding: 12px 18px;
    border-bottom: 1px solid #e6e8e8;
}
.dashboard-head-title {
    margin-bottom: 0px;
    font-size: 20px;
}
.dashboard-data {
    padding: 20px 0px;
}
.user-profile-img {
    margin-bottom: 10px;
}
.user-profile-info {}
.user-email {
    color: #44a5c1;
}
.user-profile-name {}
.db-user-profile-box {}

.db-user-img {
    width: 70px;
    height: 70px;
    margin: 0px 0px 15px;
    display: block;
    border-radius: 50%;
    border: solid 1px #d5a67752;
    background-size: cover;
    background-position: center;
}
.user-profile-img {
    width: 100px;
    height: 100px;
    margin: 0px 0px 15px;
    display: block;
    border-radius: 50%;
    border: solid 1px #d5a67752;
    background-size: cover;
    background-position: center;
}

/*-------- user wishlist --------*/
.dashboard-wislist-box {}
.wishlist-list {
    list-style: none;
}
.wishlist-block {
    border-bottom: 1px solid #e6e8e8;
    padding-bottom: 20px;
    padding-top: 20px;
}
.wishlist-block:first-child {
    padding-top: 0px;
}
.wishlist-img {
    margin-bottom: 20px;
}
.wishlist-img img {
    border-radius: 4px;
}
.wishlist-content {
    padding-top: 6px;
}
.wishlist-content .hostel-rating,
.remove-wishlist {
    float: left;
    font-size: 13px;
}
.remove-wishlist {
    margin-left: 10px;
}
.wishlist-action {}
.wishlist-action .price {
    font-size: 20px;
    margin-bottom: 15px;
}


/*-------- Edit profile --------*/
.dashboard-profile-edit {
    border-bottom: 1px solid #e6e8e8;
    padding-bottom: 20px;
}
.user-profile-action {
    padding-top: 30px;
}
.user-profile-action .btn-link {
    padding-right: 20px;
}
.profile-edit-form {
    margin-top: 20px;
    margin-bottom: 20px;
}


/*--------- booking List --------*/
.dashboard-booking-block {}
.booking-filter {
    margin-bottom: 20px;
}
.booking-filter .form-control {
    margin-bottom: 6px;
}
.booking-list {}
.booking-id {}
.booking-service {}
.booking-status {}
.booking-total {}
.booking-id,
.booking-service,
.booking-status,
.booking-total {
    font-weight: 500;
    color: #181a1b;
}
.booking-list-head {
    border-bottom: 1px solid #e6e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.booked-list-item {
    border-bottom: 1px solid #e6e8e8;
    padding-top: 16px;
    padding-bottom: 16px;
}
.booked-id {
    color: #181a1b;
}
.booked-status {}
.booked-service {}
.booked-total {
    font-size: 20px;
    color: #181a1b;
}
.booked-id,
.booked-status,
.booked-service {
    color: #646869;
}
.booked-total .price-small {
    font-size: 14px;
    color: #646869;
}


/*---------13.2 Partner dashboard -------*/
.dashboard-title {
    font-size: 18px;
    border-bottom: 1px solid #e6e8e8;
    padding-bottom: 10px;
}
.report-info {
    margin-bottom: 0px;
}
.report-info .col-md-3 {
    padding: 0px 0px;
    border-right: solid 1px #dadada;
}
.report-info .col-md-3:last-child {
    border-right: none;
}
.report-item {
    background: #f1f3f3;
    padding: 5px 5px;
    border-radius: 0px;
}
.report-info .row {
    margin-right: 0px;
    margin-left: 0px;
}
.report-item-title {
    font-size: 10px;
    margin-bottom: 5px;
    color: #a7a7a7;
    line-height: 14px;
    text-transform: uppercase;
}
.report-item-data {
    font-size: 11px;
    color: #2d3031;
    line-height: 14px;
    font-weight: 500;
}
.report-item-price,
.report-total-item {
    font-size: 32px;
    margin-bottom: 0px;
}
.report-content {}
.report-content .report-item {
    background: #f8f1db;
    padding: 14px;
    border-radius: 4px;
}
.filter {
    border-bottom: 1px solid #e6e8e8;
    padding-bottom: 20px;
}
.filter .form-control {
    margin-bottom: 6px;
}
.filter,
.filter-service {
    margin-bottom: 30px;
}
.filter-date-box {}
.report-total {}
.report-table {
    margin-top: 40px;
}
.report-th {
    background: #f1f3f3;
    color: #2d3031;
    font-weight: normal;
    text-align: center;
}
.report-count {
    text-align: center;
}
.report-count .number {
    font-size: 34px;
    display: block;
    color: #181a1b;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}


/*----------- Partner -> Manage Service --------*/
.manage-service-box {}
.service-list-head {
    border-bottom: 1px solid #e6e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #2d3031;
    font-weight: 400;
}
.service-list-noresult {}
.service-list-img {}
.service-list-type {}
.service-list-title {}
.service-list-price {}
.service-list-action {}
.service-item {
    border-bottom: 1px solid #e6e8e8;
    padding-bottom: 18px;
    margin-top: 20px;
}
.service-item-img {}
.service-item-img img {
    border-radius: 4px;
}
.service-item-type {}
.service-item-title {}
.service-item-price {
    font-size: 16px;
    color: #2d3031;
    font-weight: 500;
}
.service-item-action {}
.service-item-action .trash {}
.service-item-action .edit {}
.service-item-action .trash,
.service-item-action .edit {
    font-size: 16px;
    margin-right: 10px;
}
.service-item-type,
.service-item-title,
.service-item-price,
.service-item-action {
    padding-top: 30px;
}


/*----------  Withdraw Form --------*/
.withdraw-form {
    margin-bottom: 30px;
}
.payment-list {}
.payment-list-head {
    font-weight: 500;
    color: #181a1b;
    border-bottom: 1px solid #e6e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.payment-id {}
.payment-status {}
.payment-amount {}
.payment {}
.payment-date {}
.payment-action {}
.payment-list-item {}
.payment-item-id {}
.payment-item-status {}
.payment-item-amount {}
.payment-message {}
.payment-item-date {}
.payment-item-action {}


/*------------------------------------------------------------------- 
14. Media Queries
-------------------------------------------------------------------*/

/*------------------------------------------------------------------- 
15. Design Guideline
-------------------------------------------------------------------*/
.guideline_header {
    border-bottom: 1px solid #e2e5e5;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.guideline_title {}
.guideline_block {
    margin-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #e2e5e5;
    padding-bottom: 30px;
}
.guideline_color_box {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 5px;
}
.guideline_color_primary {
    background: #44a5c1;
}
.guideline_color_default {
    background: #d5a677;
}
.guideline_color_secondary {
    background: #181a1b;
}
.guideline_color_base {
    background: #646869;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 0px 0 20px 30px;
    border-radius: 4px;
}
.alignleft {
    float: left;
    margin: 0px 20px 0px 0;
    border-radius: 4px;
}
a img.alignright {
    float: right;
    margin: 0px 0 30px 30px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */

    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.trigger-button {
	display: none;
}
.list-filter-bar {
    margin-bottom: 20px;
}

.filter-box.bhk .radio {
    width: 49%;
    display: inline-block;
}
div.ajaxloader {
    position: fixed;
    width: 100%;
	display:none;
    height: 100%;
    background: #00000014;
    z-index: 999;
    bottom: 0px;
    padding-top: 10%;
    text-align: center;
}
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width:1440px) {}
@media only screen and (max-width:1200px) {
	.navigation-second #navigation>ul>li>a{padding: 17px 14px;}
	.navigation-second #navigation>ul>li.has-sub>a:before {
		right: 0px;
	}
	.thumbnail-carousel .owl-theme .owl-nav .owl-prev{left: 0%;}
	.thumbnail-carousel .owl-theme .owl-nav .owl-next{right: 0%;}
}


/* Medium Devices, Desktops */
@media only screen and (min-width:767px) {
	#navigation > ul {
		display: inline-flex;
		float: right;
	}
}


/* Small Devices, Tablets */
@media only screen and (max-width:768px) {
    /*--- space class --*/
	
	.hide-on-phone {
		display:none !important;
	}
	.list-filter-bar {
		margin-bottom: 10px;
	}

    .space-medium {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .search-block {
		padding-top: 80px;
		width: 100%;
		padding: 30px 15px;
	}
	.search-block h1 {
		font-size: 22px;
		text-align: center;
	}
	h1.page-title-main {
		font-size: 18px;
	}
    /* header */
	.section-title h2 {
		font-size: 24px;
	}
	.widget-footer {
		margin-bottom: 30px;
	}
	.widget-footer .widget-title {
		margin-bottom: 20px;
	}
    .header {
        background: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }
	.row.tab-section span.tab-btn {
		font-size: 13px;
		padding: 0px 5px;
	}
    .header-block {
        padding-top: 4px;
        padding-bottom: 4px;
		text-align:center;
    }
	.logo.header-block img {
		height: 45px;
	}
    /* hostel block */

    .hostel-rating {
        float: none;
        display: inline-block;
    }
    /*--- page header ---*/

    .page-header {
        padding-top: 30px;
        padding-bottom: 10px;
    }
	.header-ticker {
		padding:0px 0px;
	}
    .page-title {
        color: #fff;
        font-size: 40px;
        letter-spacing: -1px;
        text-transform: capitalize;
        margin-bottom: 0px;
    }
    .thumbnail-carousel .owl-theme .owl-nav{display: none;}
    .search-transparent.search-block{padding-top: 200px;}
	 
	#navigation.small-screen ul {
		width: 300px;
		position: absolute;
		right: -15px;
		top: 34px;
		background: #f7f7f7;
		padding: 10px 10px;
	}
	#navigation>ul>li>a:after {
		display:none;
	}
	#navigation>ul>li>a {
		padding: 10px 5px !important;
		font-size: 16px;
		color: #666;
	}
	#navigation.small-screen ul li:first-child {
		border-top:none;
	}
	.list-menu .nav-drop-section {
		width: 100%;
	}
	.list-menu ul.nav-main-city {
		width: 100%;
	}
	ul.nav-main-city li ul {
		position: static;
		left: 0px;
		float: inherit;
		top: 0px;
		width: 100%;
		padding: 0px 0px 0px 15px;
		height: 100%;
		overflow-y: unset;
	}
	ul.nav-main-city h4 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	a.has-sub-menu:after {
		content: '>';
		float: right;
		font-family: monospace;
		font-weight: bold;
		font-size: 15px;
	}
	.hero-section {
		padding-bottom: 30px;
		height:auto;
		min-height:auto;	
   }
   .hostel-content {
		height: auto !important;
	}
	.breadcrumb {
		padding: 15px 0px 0px;
		float: left;
	}
	.scroll-nav ul li {
		float: left;
		width: 25%;
	}
	.scroll-nav ul li a {
        padding: 12px 8px;
		font-size: 13px;
		text-transform: capitalize;
		color: #737778;
		text-align: center;
		display: block;
		border-bottom: 1px solid #eee;
		border-left: 1px solid #eee;
    }
	.hostel-thumbnail-list-block .hostel-meta {
		position:static;
		bottom: 20px;
		width: 100%;
		margin-top: 10px;
	}
	.report-info .col-md-3 {
		padding: 0px 0px;
		border-right: solid 1px #dadada;
		margin-bottom: 1px;
	}
	
	.at-detailsbtn-topbar a {
		margin: 20px 0;
		min-width: 155px;
		font-size: 12px;
		margin-left: 8px;
		line-height: 36px;
	}
	
	.rh-need-help {
		margin-bottom: 0px;
	}
	.trigger-sidebar {
		position: fixed;
		top: 0px;
		z-index: 9999;
		padding: 0px;
		width: 75%;
		left: -75%;
		overflow: scroll;
		height: 100%;
	}
	.listing-search-box.breadcrumb-box h3 {
		font-size: 18px;
	}
	.trigger-button {
		position: fixed;
		display: block;
		right: 10px;
		bottom: 15px;
		z-index:99999;
	}
	.trigger-button a.tritter-btn {
		background: #c78a4c;
		color: #fff;
		font-size: 26px;
		text-align: center;
		line-height: 50px;
		letter-spacing: 1px;
		width: 50px;
		height: 50px;
		float: left;
		font-weight: 300;
		text-transform: uppercase;
		border-radius: 30px;
		box-shadow: 2px 2px 8px -2px #333;
		opacity: 1;
	}
	.tritter-btn.close {
		display:none;
		line-height: 48px !important;
	}
	.single-page-title {
		font-size: 20px;
	}
	.hostel-rate {
		font-size: 20px;
		padding: 4px 0px;
	}
	#map {
		height: 200px;
	}
	.row.each-block {
		border-bottom:solid 1px #e8e8e8;
		padding: 10px 0px 10px;
		margin: 0px -15px;
	}
	.widget.widget-recent-post {
		margin-top: 20px;
		display: inline-block;
		width: 100%;
	}
	.at-detailsbtn-topbar {
		float: none;
		display: table;
		background: #fff;
		position: relative;
		border-radius: 5px;
		margin: 15px auto;
	}
}


/* Extra Small Devices, Phones */
@media only screen and (max-width:480px) {
    .welcome-text {
        display: none;
    }

    .search-head .display-1 {
        color: #fff;
        font-weight: 500;
        font-size: 32px;
    }

    .scroll-nav ul li:first-child {
        border-left: 0px;
    }

    .scroll-nav ul li a {
        padding: 12px 8px;
		font-size: 13px;
		text-transform: capitalize;
		color: #737778;
		text-align: center;
		display: block;
		border-bottom: 1px solid #eee;
		border-left: 1px solid #eee;
    }

    .price-box {
        padding: 13px 0px;
        text-align: center;
    }
	

    .hostel-wishlist {
        top: 10px;
        right: 0px;
        font-size: 30px;
    }

    .listing-views {
        margin-bottom: 20px;
    }

    .social-login-box {
        margin-top: 30px;
    }

    .login-bottom {
        text-align: center;
    }

    .login-bottom .pull-right {
        float: none !important;
    }

    .service-item-type,
    .service-item-title,
    .service-item-price,
    .service-item-action {
        padding-top: 0px;
    }

    .childern {
        padding-left: 10px;
        list-style: none;
    }
    .search-transparent.search-block{padding-top: 180px;}

	.thumbnail-carousel .owl-theme .owl-nav .owl-prev{left: 0%;}
	.thumbnail-carousel .owl-theme .owl-nav .owl-next{right: 0%;}

	.search-box .btn.btn-default {
		font-size: 14px;
		width: 40px;
		overflow: hidden;
		color: #d5a677;
		padding: 12px 10px;
	}
	.search-box button.btn.btn-default:after {
		content: "\f002";
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 16px;
		padding: 13px 0px;
		display: block;
		position: absolute;
		top: 0px;
		color: #fff;
	}
	.searchResult {
		width: 100%;
		left: 5px;
	}
	
}


/* Custom, iPhone Retina */
@media only screen and (max-width:320px) {
    .welcome-text {
        display: none;
    }

    .search-head .display-1 {
        color: #fff;
        font-weight: 500;
        font-size: 32px;
    }

    .service-item-type,
    .service-item-title,
    .service-item-price,
    .service-item-action {
        padding-top: 0px;
    }

    .childern {
        padding-left: 10px;
        list-style: none;
    }

.search-transparent.search-block{padding-top: 180px;}

.thumbnail-carousel .owl-theme .owl-nav .owl-prev{left: 0%;}
.thumbnail-carousel .owl-theme .owl-nav .owl-next{right: 0%;}

}