/* FontS
==============================*/
@import url('https://fonts.googleapis.com/css?family=Poppins:700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:700,900&display=swap');

/* General 
==============================*/
*,*:focus {
    outline: none!important;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    overflow-x: hidden;
    width: 100%;
    overflow: hidden;
}

/* Page Setting
==============================*/
.section-setting{
    position: relative;
    padding: 70px 0px;
}
.section-color{
    background-color: #f9f9f9;
}
.section-color:before {
    content: " ";
    background: url(../images/icons.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.11;
}
.page-content{
    position: relative;
}
.section-title{
    text-align: center;
    margin: 0px auto 50px;
}
.section-title h3{
    font-size: 38px;
    letter-spacing: 10px;
    line-height: 50px;
    margin: 0;
    font-weight: 900;
    color: #00a5c3;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.section-title p{
    margin: 15px auto;
    font-size: 13px;
    color: #777;
    max-width: 768px;
    letter-spacing: 4px;
}
sub{
    bottom: auto;
    top: -5px;
}

/* Page Heading
==============================*/
.page-head{
    overflow: hidden;
    position: relative;
    display: flex;
    width: 100%;
    background: url(../images/bc.jpg) no-repeat center;
    background-size: cover;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 280px;
    padding-top: 80px;
}
.page-head:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,.6);
}
.page-head h3{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 33px;
	font-weight: 900;
}
.page-head .breadcrumb{
    background-color: transparent;
    text-align: center;
    display: block;
    padding: 0;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 20px auto 0;
}
.page-head .breadcrumb li{
    display: inline-block;
    color: #fff;
}
.page-head .breadcrumb li a{
    color: #fff;
}
.page-head .breadcrumb li a i{
	margin-right: 5px;
}

/* Links 
==============================*/
a,a:hover,a:focus {
    cursor: pointer;
    text-decoration: none;
}

/* Lists  
==============================*/
ul,li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* dot-lists
=========================*/
.dot-lists{
	margin: 25px auto;
}
.dot-lists li{
    padding-left: 40px;
    margin: 15px auto;
    letter-spacing: 1px;
    text-align: left;
    color: #777;
    font-size: 13px;
    line-height: 30px;
}
.dot-lists li:before{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-variant: normal;
	text-rendering: auto;
	position: absolute;
	text-align: center;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	line-height: 30px;
	z-index: 99;
	border: 1px solid #5fae30;
	color: #5fae30;
	font-weight: 900;
	border-radius: 3px;
}

/* Rate
===============================*/
.rate{
    font-size: 12px;
    color: #FF9800;
}

/*Images
==============================*/
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Custom-btn
==============================*/
.custom-btn {
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    color: #ffffff;
    background-color: #5fae30;
    margin: 15px auto;
    padding: 0 20px;
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    font-weight: 900;
    border-radius: 3px;
}
.custom-btn i{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.custom-btn:hover {
	background-color: #060509;
    color: #ffffff;
}
.icon-btn{
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: none;
    color: #ffffff;
    background-color: #00a5c3;
    padding: 0;
    font-size: 11px;
    border-radius: 3px;
}

/*Form Inputs
==============================*/
label{
    display: block;
    color: #060509;
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.form-control {
    background-color: transparent;
    border: 1px solid #d9d9d9;
    margin: 0px auto;
    color: #6c757d;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control:hover,
.form-control:focus {
    outline: 0;
    background-color: transparent;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
textarea.form-control {
    height: 120px!important;
    resize: none;
    overflow-x: hidden;
    line-height: 30px;
    font-size: 13px;
}
input[type=radio],
input[type=checkbox] {
    display: none;
}
input[type=radio]+label,
input[type=checkbox]+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 25px;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
}
input[type=radio]+label::before,
input[type=checkbox]+label::before {
    content: "";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border: 1px solid #ecf0f3;
    line-height: 20px;
    color: inherit;
    border-radius: 0;
    font-size: 11px;
    z-index: 99;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
input[type=radio]+label::before {
    border-radius: 50%
}
input[type=radio]:checked+label::before,
input[type=checkbox]:checked+label::before{
	content: "\f00c";
	color: #00a5c3;
}
.form-title {
    width: 100%;
    position: relative;
    text-align: left;
    color: #00a5c3;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px auto 15px;
}

/* Upload File
=============================*/
.uplaod-wrap {
    height: 45px;
    background-color: white;
    position:relative;
    border: 1px solid #edf0f4;
    border-radius: 3px;
    overflow: hidden;
}
.uplaod-wrap  input[type='file'] {
    width: 100%;
    height: 100%;
    opacity:0;
    border:0;
    line-height: 45px;
}
.uplaod-wrap  .path {
    width: calc(100% - 95px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 95px;
    font-size: 14px;
    line-height: 45px;
    pointer-events: none;
    border: 0;
    padding: 0 15px;
}
.uplaod-wrap .button {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    line-height: 45px;
    color: #fff;
    background-color: #00a5c3;
    text-align: center;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 10px;
    min-width: 95px;
    border-radius: 3px 0 0 3px;
    letter-spacing: 1px;
}

/* Tables
========================*/
.table-responsive-lg{
	width: 100%;
}
.table{
	margin: 0px auto 15px;
	width: 100%;
}
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td,
.table>tfoot>tr>th, 
.table>thead>tr>td,
.table>thead>tr>th{
    text-align: left;
    padding: 0;
    line-height: 25px;
    padding: 10px;
    font-size: 13px;
    border-color: #f8f8f8;
}
.table>thead>tr>th{
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #f8f8f8;
    font-weight: 600;
    font-size: 12px;
    color: #3498db;
}

/* Scroll
==============================*/
::-webkit-scrollbar {
	width: 3px;
	background-color:#ffffff;
}
::-webkit-scrollbar-track {
	background-color:#ffffff;
}
::-webkit-scrollbar-thumb {
	background-color:  #00a5c3;
	border-radius:50px;
}

/* Loader
================================*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: #fff
}
.loader img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 140px;
    -webkit-animation: fadeinout 1s ease-in-out alternate infinite;
    -moz-animation: fadeinout 1s ease-in-out alternate infinite;
    -o-animation: fadeinout 1s ease-in-out alternate infinite;
    animation: fadeinout 1s ease-in-out alternate infinite;
}
.spin {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 200px;
    height: 200px;
    margin: auto;
    border: 3px solid transparent;
    border-radius: 50%;
    border-top-color: #00a5c3;
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}
.spin:before {
    content: "";
    border: 3px solid transparent;
    border-top-color: #00a5c3;
    border-radius: 60%;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    position: absolute;
    -webkit-animation: antispin .7s infinite linear;
    -moz-animation: antispin .7s infinite linear;
    -o-animation: antispin .7s infinite linear;
    animation: antispin .7s infinite linear;
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-webkit-keyframes antispin {
    from {
        -webkit-transform: rotate;
        -moz-transform: rotate;
        -o-transform: rotate;
        transform: rotate
    }
    to {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}
@keyframes antispin {
    from {
        -webkit-transform: rotate;
        -moz-transform: rotate;
        -o-transform: rotate;
        transform: rotate
    }
    to {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}
@-webkit-keyframes fadeinout {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeinout {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

/* Header
===============================*/
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
    width: 100%;
    margin: auto;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
}
header .navbar{
	padding: 0;
}
header .navbar-brand{
	margin: 0;
	height: 70px;
	padding: 1px 0;
}
header .navbar-brand img{
	height: 100%;
}
header ul{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 17px 0;
}
header ul li{
	display: inline-block;
	vertical-align: middle;
}
header ul li a {
	position:relative;
	display: block;
	padding: 0px 15px;
	margin: 0 auto;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 700;
	background-color: #00a5c3;
	text-align: center;
	line-height: 35px;
	border-radius: 3px;
	letter-spacing: 1px;
}
header ul li:last-child a{
	background-color: #5fae30;
}
header ul li a i{
	margin-right: 5px;
}
header ul li a:hover {
	background-color:#000;
	color:#fff;
}

/* Profile Header
==============================*/
header .header-widget{
    float: right;
    text-align: right;
    z-index: 999;
    position: relative;
}
header .header-widget a{
	margin: 0;
}
.profile-header .dropdown{
    float: left;
    border-left: 1px solid #e6e6e6;
}
.profile-header .dropdown:last-child{
    border-right: 1px solid #e6e6e6;
}
.profile-header .dropdown .dropdown-toggle {
    display: block;
    padding: 0 15px;
    position: relative;
    line-height: 70px;
    width: 100%;
    min-width: 40px;
    height: 70px;
    background-color: transparent;
    border: 0;
    color: #00a5c3;
    font-size: 22px;
    text-align: center;
}
.profile-header .dropdown .dropdown-toggle i{
	line-height: 70px;
}
.profile-header .dropdown.profile .dropdown-toggle i{
    font-size: 16px;
    margin-left: 10px;
}
.profile-header .dropdown .dropdown-toggle .count{
    position: absolute;
    top: 8px;
    right: 5px;
    color: #ffffff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 10px;
    z-index: 999;
    font-weight: 700;
    background-color: #8fbb11;
}
.profile-header .dropdown.profile .dropdown-toggle{
    width: auto;
    padding: 0 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
.profile-header .dropdown-toggle::after{
	display: none;
}
.profile-header .dropdown .dropdown-toggle img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    background-color: #00a5c3;
}
.profile-header .dropdown .dropdown-menu{
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    width: 270px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    left: -1px !important;
    opacity:0;
    visibility:hidden;
    top: 100px !important;
    transform: none !important;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.profile-header .dropdown.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 70px !important;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.profile-header .dropdown .dropdown-menu li a{
    padding: 0;
    display: block;
    font-size: 12px;
    white-space: unset;
    background-color: transparent;
    text-transform: inherit;
}
.profile-header .dropdown .dropdown-menu li a:hover{
    background: #f5f5f5;
}
.dropdown .dropdown-menu li{
	border-bottom: 1px solid #f1f1f1;
	padding: 5px;
	overflow: hidden;
	background-color: #fff;
	display: block;
	text-align: left;
}
.dropdown .dropdown-menu li:last-child{
	border-bottom: 0;
}
.dropdown .dropdown-menu li:hover{
	background-color:#f9f9f9;
}
.dropdown .dropdown-menu .drop-footer{
    line-height: 40px;
    background-color: #fff;
}
.dropdown .dropdown-menu .drop-footer a{
	display: block;
	text-align: center;
	margin: 0;
	color: #00a5c3;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 12px;
}
.notify-item a{
    text-align: right!important;
}
.notify-item .notify-cont{
    display: block;
    position: relative;
    overflow: hidden;
    padding: 5px 5px 5px 60px;
    width: 100%;
    line-height: 18px;
    font-size: 11px;
    color: #000000;
    font-weight: 700;
    letter-spacing: .5px;
    text-align: left;
}
.notify-item .notify-cont .notify-time{
    color: #399a3b;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
    display: block;
    text-align: left;
}
.notify-item .notify-cont .notify-time i{
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}
.notify-item .notify-img{
    position: absolute;
    left: 5px;
    top: 5px;
}
.notify-item .notify-img img{
	 width: 50px;
	 height: 50px;
	 border-radius: 50%;
	 padding: 2px;
	 border: 2px solid #00a5c3;
	 margin: 5px auto;
	 overflow: hidden;
}
.profile-header .dropdown.profile .profile-dropdown{
    left: auto;
    right: 0;
}
.profile-header .dropdown.profile .profile-dropdown .heading{
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    padding: 10px;
    background-color: #fff;
}
.profile-header .dropdown.profile .profile-dropdown .heading img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #8fbb11;
    padding: 3px;
}
.profile-header .dropdown.profile .profile-dropdown .heading h3{
    line-height: 30px;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.profile-header .dropdown.profile .profile-dropdown ul{
	position: relative;
	padding: 0;
}
.profile-header .dropdown.profile .profile-dropdown ul li a{
	margin: 0;
	line-height: 28px;
	color: #060606;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
}
.profile-header .dropdown.profile .profile-dropdown ul li a i{
	display: inline-block;
	vertical-align: middle;
	float: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: transparent;
	margin: auto;
	text-align: center;
	color: #666 !important;
}
.lang{
	
font-size: 16px !important;
}

/* Main Section
===============================*/
.main-section{
    overflow: hidden;
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    background: url(../images/bc.jpg) no-repeat center;
    background-size: cover;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.main-section:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,.6);
}
.wel-text{
    font-family: 'Poppins', sans-serif;
	color: #fff;
}
.wel-text h1{
	font-size: 130px;
	letter-spacing: 10px;
	line-height: 130px;
	margin: 15px auto 30px;
	font-weight: 900;
	color: #caf7ff;
}
.wel-text h3{
	letter-spacing: 11px;
	font-weight: 700;
	text-transform: uppercase;
}
.search-box{
	max-width: 991px;
	background-color: #fff;
	margin: 60px auto 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	border-radius: 3px;
}
.search-box:before {
    content: " ";
    background: url(../images/icons.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
}
.search-box .title{
    letter-spacing: 11px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    line-height: 30px;
    color: #00a5c3;
    position: relative;
    padding: 25px 0;
}
.search-box .form-group{
	margin: 10px;
	text-align: left;
	min-width: 27%;
	vertical-align: middle;
	display: inline-block;
	position: relative;
}
.search-box .form-group label{
	text-transform: uppercase;
}
.search-box .form-group:last-child{
    min-width: 95px;
}
.search-box .custom-btn{
    color: #fff;
    background-color: #5fae30;
    transform: translateY(13px);
}
.search-box .custom-btn:hover{
    color: #fff;
    background-color: #00a5c3
}

/* Item
============================*/
.offer-item{
    display: block;
    margin: 15px auto;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.offer-item .top-info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 10px;
}
.offer-item .top-info span{
    background-color: #8BC34A;
    color: #fff;
    line-height: 35px;
    padding: 0 15px;
    margin: 5px auto;
    float: left;
    font-size: 13px;
    word-spacing: 3px;
    border-radius: 3px;
    text-transform: uppercase;
}
.offer-item .top-info .icon-btn{
	float: right;
	margin: 5px auto;
	background-color: #dd4745;
	font-size: 16px;
}
.offer-item img{
    width: 100%;
    -webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}
.offer-item .cont{
	display: block;
	padding: 65px 25px 10px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(180deg,rgba(0, 0, 0, .01) 10%, rgba(0, 0, 0, .07) 30%, rgba(0, 0, 0, .80) 45%);
}
.offer-item .cont h3{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 10px 0 0;
    font-weight: 900;
    color: #ffffff;
    display: block;
}
.offer-item .cont p{
    margin: 5px 0;
    color: #fcfcfc;
    font-size: 13px;
    letter-spacing: 1px;
}
.offer-item .cont i{
    margin-right: 5px;
} 
.offer-item:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1) ;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}

/* Destination Item
============================*/
.destination-item{
    display: block;
    margin: 15px auto;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.destination-item img{
    width: 100%;
    -webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}
.destination-item .cont{
	display: block;
	position: absolute;
	width: 90%;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.95);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 10px 0;
	border-radius: 3px;
}
.destination-item .cont h3{
    position: relative;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
    font-size: 17px;
    font-weight: 900;
    color: #00a5c3;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
}
.destination-item .cont p{
    margin: 0;
    color: #626262;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.destination-item .cont i{
    margin-right: 5px;
} 
.destination-item:hover img{
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg);
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}

/* Be Host
============================*/
.be-host .section-title{
    text-align: left;
}
.be-host .section-title h3{
    letter-spacing: 5px;
    font-size: 90px;
    line-height: 90px;
}
.be-host .section-title p{
    letter-spacing: 1px;
    line-height: 30px;
    font-size: 14px;
}

/* Hint
==============================*/
.hint{
    background: url(../images/bc.jpg) center fixed no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 100px 0;
}
.hint:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
}
.hint .container{
    position: relative;
    z-index: 99;
}
.counter{
    margin: 35px auto;
}
.counter li{
    padding: 15px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    color: #f9f9f8;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.counter li span{
    font-size: 60px;
    letter-spacing: 8px;
    color: #caf7ff;
}

/* Footer
==============================*/
footer{
    overflow: hidden;
    position: relative;
    width: 100%;
    background: url(../images/bc.jpg) no-repeat bottom fixed;
    background-size: cover;
    padding: 70px 0px 15px;
}
footer:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,.8);
}
footer .widget{
	margin: 15px auto;
	overflow: hidden;
}
footer .widget .widget-title{
    display: block;
    margin: 15px auto;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
    position: relative;
    padding: 10px 0 10px 25px;
}
footer .widget .widget-title:before , 
footer .widget .widget-title:after{
    content: " ";
    position: absolute;
    left: 0;
    border: 10px solid transparent;
    border-left-color: #00a5c3;
    width: 20px;
    height: 20px;
    margin: auto;
}
footer .widget .widget-title:after {
    left: 3px;
    border-left-color: #5fae30;
}
footer .widget .widget-content ul.contact li{
    margin: 0 auto 15px;
    font-size: 14px;
    position: relative;
    color: #060509;
    padding-left: 40px;
    line-height: 25px;
}
footer .widget .widget-content ul.contact li i{
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    border: 1px solid #060509;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #060509;
}
footer .widget .widget-content p{
    line-height: 22px;
    margin: 15px auto;
    font-size: 13px;
    color: #efefef;
    max-width: 768px;
    letter-spacing: 2px;
}
footer .widget .widget-content ul li a{
    display: block;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 28px;
    padding-left: 20px;
}
footer .widget .widget-content ul li a:before , 
footer .widget .widget-content ul li a:after{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: 5px solid transparent;
    border-left-color: #00a5c3;
    width: 10px;
    height: 10px;
    margin: auto;
}
footer .widget .widget-content ul li a:after {
    left: 3px;
    border-left-color: #5fae30;
}
footer .copyright{
    display: block;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 35px;
    margin: 0;
}
footer hr{
	border-color: #ffffff;
}
footer .form-group{
	position: relative;
	margin: 15px auto;
	border-radius: 3px;
	overflow: hidden;
}
footer .form-group .form-control{
	border: 0;
	background-color: #fff;
}
footer .widget-content .icon-btn{
	position: absolute;
	right: 0px;
	top: 0;
	width: 40px;
	height: 45px;
	margin: 0;
	color: #fff;
	background-color: #5fae30;
}
footer .widget-content .icon-btn i{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
}
footer .payment{
    margin: 6px 0 0 auto;
}

/* Arrow Animation
=============================*/
a.scroll {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
	width: 110px;
	height: 100px;
	background-color: #fff;
    border-radius: 50% 50% 0 0;
}
a.scroll:before , 
a.scroll:after{
    content: " ";
    position: absolute;
    top: 23px;
    left: 0;
    right: 0;
    border: 18px solid transparent;
    border-top-color: #5fae30;
    width: 20px;
    height: 20px;
    margin: auto;
    -webkit-animation: move 1s ease-in-out alternate infinite;
    -moz-animation: move 1s ease-in-out alternate infinite;
    -o-animation: move 1s ease-in-out alternate infinite;
    animation: move 1s ease-in-out alternate infinite;
    animation-delay: 0.1s;
}
a.scroll:after {
    top: 18px;
    border-top-color: #00a5c3;
    animation-delay: 0s;
}
footer a.scroll{
    bottom: auto;
	top: -50px;
	border-radius:0 0 50% 50%;
}
footer a.scroll:before , 
footer a.scroll:after{
    bottom: 20px;
    top: auto;
    border-top-color: transparent;
    border-bottom-color: #e32129;
    -webkit-animation: moveinv 1s ease-in-out alternate infinite;
    -moz-animation: moveinv 1s ease-in-out alternate infinite;
    -o-animation: moveinv 1s ease-in-out alternate infinite;
    animation: moveinv 1s ease-in-out alternate infinite;
}
footer a.scroll:after {
    bottom: 15px;
    top: auto;
    border-bottom-color: #00a5c3;
}
@keyframes move {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes moveinv {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* Login
=============================*/
.login-wrap{
    display: flex;
    height: 100%;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-content: center;
    overflow-y: auto;
    background: url(../images/bc.jpg) no-repeat bottom;
    background-size: cover;
}
.login-wrap:before{
    background-color: rgba(0,0,0,.6);
    position: absolute;
    content: " ";
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.login-wrap .row,
.login-wrap .container {
    height: 100%;
    justify-content: center;
    align-content: center;
}
.login-wrap .logo,
.login-wrap .content {
    text-align: center;
    height: 100%;
    justify-content: center;
    align-content: center;
    display: flex;
    flex-direction: column;
    padding: 25px;
    position: relative;
}
.login-wrap .logo{
    background-color:#fff;
}
.login-wrap .logo:before{
    content: " ";
    background: url(../images/icons.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
}
.login-wrap .logo img {
    max-width: 270px;
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
    z-index: 99;
}
.login-form{
    display: block;
    position: relative;
    background-color: #fff;
    max-width: 520px;
    min-width: 420px;
    text-align: center;
    margin: auto;
    border-radius: 10px;
}
.login-form .close-btn{
	position:absolute;
	left: -20px;
	top: -20px;
	background-color: #ffb8b3;
	color: #000;
	width:40px;
	height: 40px;
	display:block;
	z-index: 999;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
}
.login-wrap .head-title{
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #00a5c3;
	margin: 0;
	line-height: 35px;
	padding: 10px;
	display: block;
	border-bottom: 1px solid #f1f1f1;
}
.login-form .form-cont{
    background-color: #fff;
    padding: 25px 25px 0px;
    overflow: hidden;
    text-align: left;
    border-radius: 0 0 10px 10px;
}
.login-form .form-cont .head-title{
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #060606;
    margin: 0px auto 20px;
}
.login-form .form-cont .form-group{
    overflow: hidden;
}
.login-form .form-cont .form-group a{
    display: inline-block;
    vertical-align: middle;
    color: #00a5c3;
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 35px;
    margin: 5px auto;
}
.login-form .form-cont .form-group .custom-btn{
    float: right;
    margin: 5px auto;
    line-height: 35px;
    font-size: 12px;
}
.login-form .form-cont .form-group .hint{
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.login-form .form-group .hint a{
	font-size: 14px;
}
.soical-log{
	border-top: 1px solid #f1f1f1;
	padding: 15px 25px;
}
.log-footer{
    border-top: 1px solid #f1f1f1;
    display: block;
    line-height: 40px;
    font-size: 13px;
    color: #777;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.soical-log .head-title{
    margin: 0 auto 15px;
    line-height: 25px;
    padding: 0;
    border: 0;
}
.soical-log .custom-btn{
    font-size: 10px;
    display: inline-block;
    text-align: left;
    color: #fff;
    margin: 5px 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 35px;
    padding: 0 10px;
}
.soical-log .custom-btn i{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-right: 8px;
    border-right: 1px solid #fff;
    margin-right: 5px;
}
.soical-log .custom-btn.face{
    background-color: #3B5998;
}
.soical-log .custom-btn.insta{
    background-color: #060606;
    color: #ffffff;
}
.soical-log .custom-btn.insta i{
	border-color: #ffffff
}
.soical-log .custom-btn.twitter{
    background-color: #0077B5;
}
.login-wrap .content span{
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 15px auto;
	display: block;
}

/*Side Filiter
==========================*/
.category{
    padding: 30px 0px;
}
.category .search-box{
    max-width: 100%;
    margin: 15px auto;
    background-color: #fff;
}
.category .search-box:before{
    display: none;
}
.filt-icon i{
	display: inline-block;
	vertical-align: middle;
	margin-right:5px;
}
.filt-icon:hover{
	background-color: #00a5c3;
	color: #fff;
}
.filt-icon , .prof-icon{
    display: none;
    position: relative;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 13px;
    line-height: 40px;
    color: #181d22;
    background-color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 14px;
    font-weight: 700;
    border-radius: 3px;
}
.filt-icon i, .prof-icon i{
	float: left;
	margin-right: 15px;
	width: 40px;
	line-height: 40px;
	border-right: 1px solid rgba(0,0,0,.1);
	text-align: center;
}
.side-filter {
    display: block;
    position: relative;
    margin: 0px auto;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.side-filter .panel{
    background: #fff;
    margin: 15px auto;
    box-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    border: 0;
}
.side-filter .panel h4.panel-title {
    border-bottom: 1px solid #ecf0f3;
    line-height: 45px;
    padding: 0 0 0 15px;
    font-weight: 100;
    margin: 0;
}
.side-filter .panel h4.panel-title a {
    display: block;
    position: relative;
    font-size: 12px;
    color: #00a5c3;
    text-align: left;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}
.side-filter .panel h4.panel-title a i{
	display: inline-block ;
	vertical-align: middle;
}
.side-filter .panel .panel-title>a:before {
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 40px;
    font-size: 11px;
    padding: 0;
    width: 40px;
    text-align: center;
    right: 0;
    top: 0;
    border-left: 1px solid #ecf0f3;
    color: #00a5c3;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.side-filter .panel .panel-title>a.collapsed:before {
    content: " \f067"
}
.side-filter .panel .panel-content {
    border-top: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    max-height: 430px;
    overflow-y: auto;
}
.side-filter .form-group {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
}
.side-filter .form-group:last-child {
    border-bottom: 0
}
.side-filter .irs--round .irs-from,
.side-filter .irs--round .irs-to, 
.side-filter .irs--round .irs-single{
	color: #00a5c3;
}
.search-result{
    width: 100%;
    margin: 15px auto;
    background-color: #fff;
    border-radius: 3px;
    padding: 5px 15px;
    position: relative;
    font-size: 13px;
    color: #000000;
    text-align: left;
    line-height: 50px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 700;
    overflow: hidden;
}
.search-result .form-control{
    float: right;
    width: 170px;
    height: 40px;
    line-height: 40px;
    margin: 5px auto;
}

/* Chalet Item
===========================*/
.chalet-item{
    display: block;
    margin: 15px auto;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.chalet-item .top-info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 10px;
}
.chalet-item .top-info span{
    background-color: #8BC34A;
    color: #fff;
    line-height: 30px;
    padding: 0 15px;
    margin: 5px auto;
    float: left;
    font-size: 11px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.chalet-item .top-info .icon-btn{
	float: right;
	margin: 5px auto;
	background-color: #dd4745;
}
.chalet-item img{
    width: 100%;
    -webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}
.chalet-item .cont{
	display: block;
	padding: 5px;
	position: relative;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #fff;
}
.chalet-item .cont h3{
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 5px 0;
    font-weight: 700;
    color: #00a5c3;
    display: block;
}
.chalet-item .cont .rate{
	margin: 5px auto;
}
.chalet-item .cont i{
    margin-right: 5px;
} 
.chalet-item:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1) ;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}
.chalet-item .cont .offer-price{
	padding: 0 15px;
	margin: 10px auto 0;
	font-size: 12px;
	letter-spacing: 1px;
	border-radius: 3px;
	text-transform: uppercase;
	color: #8bc34a;
}
.chalet-item .cont .offer-price s{
	color: #dd4745;
	margin-right: 5px;
	font-size: 15px;
}

/* Chalet Details
============================*/
.chalet-head{
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
}
.chalet-head .cont{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 0 35px 0;
    color: #fff;
} 
.chalet-head:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,.6);
}
.chalet-head .cont h3{
	font-size: 21px;
	letter-spacing: 3px;
	line-height: 30px;
	margin: 10px 0;
	font-weight: 900;
	color: #ffffff;
	display: block;
	text-transform: uppercase;
}
.chalet-head .cont .address{
    color: #fcfcfc;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 5px auto;
}
.chalet-head .cont .address i{
    margin-right: 5px;
    background-color: #00a5c3;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
}
.chalet-head .cont .rate{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    border-right: 2px solid #fff;
    padding-right: 15px;
}
.chalet-head .cont .custom-btn{
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    padding: 0;
    color: #fff;
    margin: 0;
}
.chalet-head .cont .price{
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 165, 195, 0.7);
    border-radius: 3px;
    height: 120px;
    width: 120px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    font-size: 11px;
}
.chalet-head .cont .price span{
	 font-size: 55px;
}
.gallery-thumbs .swiper-slide {
    width: 102px !important;
    height: auto;
    margin: 1px !important;
    border: 1px solid #ffffff;
    display: inline-block;
    opacity: 0.7;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.chalet {
	padding: 25px 0;
}
.chalet p{
    background-color: #fff;
    padding: 15px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #666;
    margin: 25px auto;
    border-radius: 3px;
}
.chalet .main_info{
    background-color: #fff;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #666;
    margin: 25px auto;
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
}
.chalet .main_info li{
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #00a5c3;
    font-size: 14px;
    letter-spacing: 2px;
    width: 25%;
    float: left;
    padding: 15px;
    border-left: 1px solid #efefef;
}
.chalet .main_info li:first-child{
	border-left: 0;
}
.chalet .main_info li img{
    width: 74px;
    padding: 10px;
}
.chalet .amenities{
    background-color: #fff;
    padding: 15px;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #666;
    margin: 25px auto;
    border-radius: 3px;
}
.chalet .amenities h3{
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 30px;
    margin: 0;
    font-weight: 900;
    color: #00a5c3;
    display: block;
    text-transform: uppercase;
}
.amenities-list li{
    display: inline-block;
    min-width: 230px;
    margin: 15px auto;
    line-height: 25px;
}
.amenities-list li img{
    width: 25px;
    float: left;
    margin-right: 10px;
}
.chalet .map{
    background-color: #fff;
    padding: 15px;
    margin: 25px auto;
    border-radius: 3px;
}
.chalet-owner{
    background-color: #fff;
    padding: 15px;
    margin: 25px auto;
    border-radius: 3px;
}
.chalet-owner h3{
	font-size: 15px;
	letter-spacing: 3px;
	line-height: 30px;
	margin: 0;
	font-weight: 900;
	color: #00a5c3;
	display: block;
	text-transform: uppercase;
}
.chalet-owner .owner{
	margin: 15px auto;
	overflow: hidden;
}
.chalet-owner .owner img{
    float: left;
    width: 55px;
    border-radius: 50%;
    border: 2px solid #5fae30;
    padding: 3px;
    background-color: #fff;
}
.chalet-owner .owner .cont{
    margin-left: 75px;
    line-height: 20px;
}
.chalet-owner .owner .cont h4{
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 25px;
    margin: 0;
    font-weight: 900;
    color: #5fae30;
    display: block;
    text-transform: uppercase;
}
.chalet-owner .owner .cont span{
    display: block;
    line-height: 25px;
    font-size: 13px;
    color: #333;
    letter-spacing: 1px;
}
.chalet .book-form{
	background-color: #fff;
	padding: 15px;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 2px;
	color: #00a5c3;
	font-weight: 900;
	margin: 5px auto;
	border-radius: 3px;
	text-align: center;
	text-transform: uppercase;
    position: sticky;
    top: 95px;
}
.chalet .book-form .search-box {
    padding: 0;
    flex-direction: column;
    text-align: center;
    margin: 0;
}
.chalet .book-form .search-box:before{
	display: none;
}
.chalet .book-form .search-box .form-group {
    min-width: 100%;
    display: block;
    margin: 10px;
}
.chalet .book-form .search-box .custom-btn{
    transform: translateY(0px);
    margin: 0;
}
.fix-btn{
	display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
    margin: 0;
    text-align: center;
    border-radius: 0;
}

/* Booking
==========================*/
.book-info{
    background-color: #fff;
    margin: 15px auto;
    border-radius: 3px;
    padding: 15px 25px;
}
.book-info h3{
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 20px;
    margin: 5px auto;
    font-weight: 900;
    color: #00a5c3;
    display: block;
    text-transform: uppercase;
}
.book-info ul{
	margin: 10px -15px;
}
.book-info ul li{
    line-height: 20px;
    text-transform: uppercase;
    color: #2b2b2b;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 20px;
    background-color: #f3f3f3;
    margin: 5px auto;
    border-radius: 3px;
}
.book-info ul li span{
    display: block;
    margin: 5px 0;
    color: #00a5c3;
}
.book-info a{
    color: #5fae30;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.payment-form{
    background-color: #fff;
    margin: 15px auto;
    border-radius: 3px;
    padding: 15px 25px;
}
.payment-form .form-group{
    margin: 10px auto;
}
.payment-form h3{
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 20px;
    margin: 0 0 5px;
    font-weight: 900;
    color: #00a5c3;
    display: block;
    text-transform: uppercase;
}
.help-info{
    background-color: #fff;
    margin: 15px auto;
    border-radius: 3px;
    padding: 15px 25px;
}
.help-info h3{
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 20px;
    margin: 0 0 5px;
    font-weight: 900;
    color: #00a5c3;
    display: block;
    text-transform: uppercase;
}
.list-item{
    display: block;
    margin: 15px auto;
    overflow: hidden;
}
.list-item img{
    float: left;
    width: 120px;
    height: 95px;
    border-radius: 3px;
}
.list-item .cont{
    padding-left: 130px;
}
.list-item .cont h3{
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.list-item .cont .price{
    font-size: 12px;
    color: #444;
    letter-spacing: 1px;
    margin: 2px auto;
}
.list-item .cont .price span{
    font-size: 16px;
}
.list-item .cont .address{
    color: #444;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 2px auto;
}
.list-item .cont .address i{
    color: #444;
}
.help-info .amenities-list li{
	display: block;
	min-width: 100%;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px;
	background-color: #f3f3f3;
	margin: 10px auto 0;
	border-radius: 3px;
}

/* Profile
=========================*/
.profile-side{
    display: block;
    position: relative;
    margin: 15px auto;
}
.profile-side .profile-head{
    display: block;
    position: relative;
    margin: 15px auto;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
}
.profile-side .profile-head .profile-head-img{
    display: block;
    padding: 20px 15px;
    text-align: left;
    border-bottom: 1px solid #fbfbfb;
}
.profile-side .profile-head .profile-head-img img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #00a5c3;
    padding: 2px;
    float: left;
    margin-right: 10px;
}
.profile-side .profile-head span{
    display: block;
    position: relative;
    font-size: 13px;
    color: #00a5c3;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.profile-side .profile-head div.stat{
    color: #229924;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 20px;
    margin-top: -5px;
}
.profile-links{
	margin: 0;
}
.profile-links li a {
    color: #000000;
    text-align: left;
    font-size: 13px;
    padding: 0 12px;
    display: block;
    line-height: 45px;
    overflow: hidden;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #F5F5F5;
}
.profile-links li a i {
	display: inline-block;
	vertical-align: middle;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	margin-right: 5px;
}
.profile-links li a:hover ,
.profile-links li.active a:hover,
.profile-links li.active a{
    background-color: #00a5c3;
    color: #fff;
}
.profile-cont .profile-cont-head {
    display: block;
    margin: 15px auto;
    position: relative;
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #00a5c3;
    background-color: #fff;
    padding: 0 15px;
    border-radius: 3px;
    line-height: 50px;
}
.profile-cont-form {
    display: block;
    margin: 15px auto;
    position: relative;
    padding: 25px 15px;
    background-color: #ffffff;
    text-align: left;
    border-radius: 3px;
    overflow: hidden;
}
.profile-cont-form .row{
	margin: auto;
}
.profile-cont-form .custom-btn{
	margin: 0 auto 10px;
}
.profile-cont-form .chalet-item .top-info a{
    background-color: #8BC34A;
    color: #fff;
    line-height: 30px;
    padding: 0 15px;
    margin: 5px auto;
    float: left;
    font-size: 12px;
    word-spacing: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.profile-cont-form .chalet-item .cont{
	border: 1px solid #f1f1f1;
}
.profile-cont-form .chalet-item {
	margin: 5px -10px;
}
.add_ads_form  .upload-btn{
    display: block;
    position: relative;
    margin: 0;
    overflow: hidden;
    max-width: 260px;
}
.add_ads_form  .upload-btn input[type='file']{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 0;
	cursor: pointer;
}
.add_ads_form  .upload-btn .custom-btn{
    margin: 0;
    width: 260px;
    padding: 0;
    background-color: #00a5c3;
}
.add_ads_form .gallery{
    display: block;
    background-color: #fbfbfb;
    margin: 15px auto 5px;
    padding: 10px;
}
.add_ads_form .gallery .thumb{
	display:inline-block;
	position:relative;
	width: 117px;
	margin: auto 5px;
}
.add_ads_form .gallery .thumb button{
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	background-color: #F44336;
	border-radius: 50%;
}
.add_ads_form .form-group{
	margin: 0 auto 10px;
}
.add_ads_form .radio-wrap{
    display: inline-block;
    min-width: 240px;
    margin: 10px auto;
}
.balance-count {
    display: block;
    margin: 0 auto 15px;
    text-align: center;
    position: relative;
    border: 1px solid #f9f9f8;
    font-weight: 600;
    font-size: 12px;
    color: #00a5c3;
    line-height: 35px;
    padding: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.balance-count span {
    color: #000;
    display: block;
    background: #edb3b3;
    margin: auto !important;
}
.balance-count .custom-btn.green{
	background-color: #b4ffb7;
}
.profile-cont-form .custom-btn.remove_field{
	margin: 70px auto auto auto;
	width: 100%;
	padding: 0;
	color: #fff;
	font-size: 12px;
}
h4.alert-text {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .5px;
    color: #00a5c3;
    line-height: 30px;
    margin: 0px auto 10px;
}
.item-list{
    position: relative;
    font-size: 13px;
    background-color: #fff;
    color: #2b3f4f;
    font-weight: 600;
    line-height: 20px;
    padding: 15px;
    margin: 0px auto 15px;
    background: #fbfbfb;
}
.item-list .icon-btn{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #F44336;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.item-list a{
    display: block;
    position: relative;
    color: #2b3f4f;
}
.item-list img{
    float: left;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    padding: 2px;
    border: 2px solid #00a5c3;
    margin: 5px auto;
}
.item-list .item-content{
    display: block;
    padding: 5px 5px 5px 60px;
}
.item-list .item-content span{
    display: block;
    color: #8fbb11;
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0px 0px;
}
.item-list .item-content span i{
    color: #8fbb11;
} 
.only-message{
    padding: 0;
}
.only-message .message-head,
.only-message .message-details ,
.message-replay {
    border-bottom: 1px solid #f4f4f4;
    padding: 15px;
    line-height: 22px;
    font-size: 12px;
    color: #555;
    position: relative;
}
.only-message .message-head .sender-img {
    float: left;
}
.only-message .message-head .sender-img img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #00a5c3;
	padding: 3px;
	}
.only-message .message-head .sender-name {
    display: block;
    line-height: 25px;
    font-size: 13px;
    color: #060606;
    padding: 5px 5px 5px 70px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.only-message .message-head .sender-name span{
    display: block;
    font-size: 12px;
    color: #00a5c3;
}
.only-message .message-head .icon-btn{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #F44336;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.message-replay .form-group{
    margin: 0 auto 15px;
}
.message-replay .custom-btn{
    margin: 0 auto;
}

/* Media Query
=========================*/
@media all and (max-width:991px){
	.fix-btn{
		display: block;
	}
    .wel-text h1{
        font-size: 72px;
        line-height: 60px;
    }
    .wel-text h3{
    	letter-spacing: 6px;
    	font-size: 15px;
    }
    .search-box{
    	display: block;
    	text-align: left;
    }
    .search-box .form-group ,
    .search-box .form-group:last-child{
    	min-width: 47%;
    	margin: 1%;
    }
    .section-setting .row{
    	justify-content: center;
    }
    .be-host .section-title h3{
    	font-size: 26px;
    	line-height: 30px;
    }
    footer .text-left, footer .text-right{
    	text-align: center !important;
    }
    footer .payment{
    	margin: auto;
    }
    .filt-icon, .prof-icon{
        display: block;
    }
    .side-filter , .profile-side{
        position: fixed;
        width: 260px;
        height: 100%;
        overflow-y: auto;
        left: -100%;
        padding: 12px;
        top: 0;
        margin: 0;
        background-color: #f8f8f8;
        z-index: 9999;
        -webkit-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
        -moz-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
        box-shadow: 0 5px 10px 0 rgba(0,0,0,.11);
    }
    .side-filter.move , .profile-side.move{
        left: 0;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        transition: .5s all;
    }
    .profile-side .prof-icon ,
    .side-filter .filt-icon{
    	margin: 0;
    	display:block;
    	text-align: center;
    	background-color: #ffd6d6;
    }
    .profile-side.move:before ,
    .side-filter.move:before{
    	width: 100%;
    	height:100%;
    	left: 0;
    	top: 0;
    	background-color:rgba(255, 255, 255, 0.1);
    	position:fixed;
    	content: " ";
    	z-index: -1;
    }
    .chalet .book-form{
    	position:relative;
    	top: auto;
    }
    .chalet-head .cont{
        padding-bottom: 15px;
    }
    .login-wrap .page-content{
        height: 100%;
    }
    .login-wrap .row, .login-wrap .container{
        display: block;
        height: auto;
    }
    .login-wrap .logo {
        padding: 10px 0 50px;
        display: block;
        height: auto;
    }
    .login-wrap .logo img{
        margin: 25px auto;
    }
    .login-wrap .content {
        padding: 50px 0;
        display: block;
        height: auto;
    }
    .login-wrap .content:before{
        left: 0;
        right: 0;
        top: 6px;
        bottom: auto;
        border-left-color: transparent;
        border-top-color: #5fae30;
    }
    .login-wrap .content:after{
        left: 0;
        right: 0;       
        top: 0px;
        bottom: auto;
        border-left-color: transparent;
        border-top-color: #00a5c3;
    }
    .login-wrap .content h3{
        font-size: 19px;
        margin: 15px auto;
    }
    .login-wrap .content p{
        font-size: 13px;
        line-height: 22px;
    }
}
@media all and (max-width: 767px){
	.chalet-head{
		margin-top: 70px;
	}
	.chalet-head:before{
		display: none;
	}
	.chalet-head .cont{
		position:relative;
		background-color: #000;
		padding: 15px;
	}
	.chalet-head .cont h3{
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 30px;
		margin: 5px auto;
	}
	.chalet-head .cont .address{
		color: #fcfcfc;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 25px;
		margin: 5px auto;
	}
	.chalet-head .cont .address i{
		margin-right: 5px;
		background-color: #00a5c3;
		width: 25px;
		height: 25px;
		line-height: 25px;
		border-radius: 50%;
		text-align: center;
	}
	.chalet-head .cont .rate{
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px 0 0;
		border-right: 2px solid #fff;
		padding-right: 15px;
	}
	.chalet-head .cont .custom-btn{
		display: inline-block;
		vertical-align: middle;
		background-color: transparent;
		padding: 0;
		color: #fff;
		margin: 0;
	}
	.chalet-head .cont .price{
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		height: auto;
		padding: 5px;
	}
	.chalet-head .cont .price span{
		 font-size: 35px;
	}
	.container{
		max-width: 680px;
	}
	.chalet .main_info li{
		width: 50%;
	}
}
@media all and (max-width:570px){
	.section-setting{
		padding: 35px 0px;
	}
	.section-title{
		margin-bottom: 25px;
	}
    .wel-text h1 , .section-title h3{
        font-size: 25px;
        line-height: 25px;
        margin: 15px auto;
        letter-spacing: 4px;
    }
    .wel-text h3{
    	letter-spacing: 4px;
    	font-size: 12px;
    }
    .section-title p{
    	letter-spacing: 1px;
    	font-size: 12px;
    }
    .counter li span{
    	display:block;
    }
    .search-box{
    	display: block;
    	text-align: left;
    }
    .search-box .form-group ,
    .search-box .form-group:last-child{
    	min-width: 100%;
    	margin: 1% auto;
    }
    .section-setting .row{
    	justify-content: center;
    }
    .be-host .section-title h3{
    	font-size: 22px;
    	line-height: 25px;
    }
    .be-host .section-title p , footer .copyright{
    	font-size: 12px;
    	line-height: 22px;
    }
    footer .widget .widget-title{
    	padding: 0 0 0 25px;
    	margin: 5px auto;
    }
    header ul{
    	right: 15px;
    }
    .login-form{
    	min-width: 100%;
    	max-width: 100%;
    }
    .soical-log .custom-btn{
    	display:block;
    	width: 100%;
    }
    .login-form .close-btn{
    	left: 0;
    	right: 0;
    	margin: auto;
    	top: -30px;
    }
    .search-result .form-control{
    	float: none;
    	width: 100%;
    }
    .chalet .main_info li{
    	border-left: 0;
    	width:100%;
    	border-bottom: 1px solid #efefef;
    }
    .profile-header .dropdown .dropdown-toggle img{
    	margin: auto;
    }
    .profile-header .dropdown.profile .dropdown-toggle span{
    	display:none;
    }
    .profile-header .dropdown .dropdown-toggle{
    	padding: 0 10px;
    }
    .list-item img{
		float: none;
		width: 100%;
		height: auto;
	}
	.list-item .cont{
		padding: 10px 0;
		text-align: center;
	}
	 .profile-header .dropdown{
    	position: unset;
    }
    .profile-header .dropdown .dropdown-menu{
    	right: 0 !important;
    	left: auto !important;
    	margin: auto;
    	transform: none !important;
    }
    .item-list{
    	overflow: hidden;
    }
    .item-list .icon-btn{
    	position: relative;
    	float: right;
    }
    .page-head{
    	min-height: 200px;
    }
 }