@charset "utf-8";
/* CSS Document */

.theme-search-area-title-lg {
    font-size: 60px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.25), 0 1px 15px rgba(0,0,0,0.5);
}

.theme-search-area-title {
    margin: 0;
    font-weight: 900;
}

.theme-search-area-section-input-2 {
    display: block;
    width: 100%;
    border: none !important;
    outline: none !important;
    height: 45px;
    padding-left: 42.30769230769231px;
    font-size: 16px;
    background: #fff;
}
.theme-search-area-white-2 {
    color: #6a6a6a; 
}
.theme-search-area-submit-white {
    background: #1276bc;
    color: #f8f9fb;
}

._pt-10 {
    padding: 4px !important;
    /*background: #febb02;*/
    border-radius: 3px;
}
._pt-20 {
    padding-top: 20px;
}
.w-50 {
    width: 50%;
}
.plr-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.d-inblock {
    display: inline-block;
}
.location-text, location-text a {
    text-align: left;
    float: left;
    font-weight: normal;
    opacity: 0.5;
    font-size: 13px;
    margin-bottom: 15px;
}
.nav-center {
   text-align: left; 
}
.nav-active-white > li.active > a, .nav-active-white > li.active > a:hover, .nav-active-white > li.active > a:focus {
 background-color: rgba(1,1,1,0.5);
    color: #fff;
}
.theme-breadcrumbs-item-title > a {
    color: #fff;
   text-decoration:none;
}
.theme-search-area-section-fade-white .theme-search-area-section-inner-2 {
    background: #fff;
	border-radius: 3px;
}
.navbar-primary .navbar-nav > li > a {
    color: #fff;
}
.text-red {
	color: #CB171A;
}
.text-dark {
  color: #171717;
}
.theme-search-area-subtitle {
    margin-top: 8px;
    margin-bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    font-size: 25px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.25), 0 1px 15px rgba(0,0,0,0.5);
}
._bg-n {
    background-color: rgba(1,1,1,0.5);
}
.nav-white > li > a, .nav-white > li > a:hover, .nav-white > li > a:focus {
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    background: #ff6c26;
}
.tab-content-curved {
    border-radius: 0px 4px 4px 4px;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: 3px;
}
.disabled{ background:#d3d3d3;}

.loader {
    border: 2px solid #f3f3f3; /* Light grey */
    border-top: 2px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .modal-backdrop.in{
      z-index: 0;
  }
  .list_day_title{padding: 5px; background: #4F4E4E; color: #fff; border-radius: 3px; margin-right: 5px;}
  .cancelled_booking{background: #e2e2e2;}

  .list-single-main-item-title {
    margin: 0 0 35px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #d8e4ef;
}
.list-single-main-item {
    padding: 30px 30px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #d8e4ef;
    font-size: 13px;
}

.custom-form textarea, .custom-form input[type="text"], .custom-form input[type=email], .custom-form input[type=password], .custom-form input[type=button] {
    float: left;
    border: 1px solid #d8e4ef;
    background: #F7F9FB;
    width: 100%;
    padding: 14px 20px 14px 45px;
    border-radius: 5px;
    color: #666;
    font-size: 13px;
    -webkit-appearance: none;
    margin-bottom: 20px;

    
}
.pagination {
    margin-top: 30px;
    text-align: center;
    float: left;
    width: 100%;
}
.pagination a.current-page, .pagination a:hover {
    color: #fff !important;
}
.pagination a {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    position: relative;
    font-size: 13px;
    color: #888DA0;
    background: #fff;
    letter-spacing: 1px;
}

.pagination a.current-page, .pagination a.current-page:hover {
    background: #3AACED;
}
.pagination a:hover {
    background: #F9B90F;
}
a {
    text-decoration: none !important;
    position: relative;
}
.fuzone {
    position: relative;
    border: 1px   solid #e2e2e2;
    border-radius: 3px;
    background: #F7F9FB;
    transition: all 0.3s linear;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    min-height:160px;
    margin-top:0px;
    float:left;
    cursor:pointer;
}
.fuzone input {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    z-index:100;
    cursor:pointer;
}
.fuzone .fu-text {
    text-align: center;
    margin: 50px 0;
    font-size: 12px;
    color: #999;
    font-weight:400;
    position: relative;
}
.fuzone .fu-text i {
    font-size:44px;
    width:100%;
    padding-bottom:10px;
    transition: all 0.3s linear;
    color:#666;
}

.amendre {
    border: 1px solid #e2e2e2;
    padding: 10px;
    border-radius: 3px;
    background: #C1DDFB;
    display: table;
}

.age-ch {
    padding: 10px 0px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
}
.pr-line {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 7px;
}
.con-button{
   border: 1px solid #e2e2e2 ;
        padding: 10px;
        width: 180px !important;
        border-radius: 3px;
        text-align: center !important;
        float: right !important;
        cursor: pointer;
    }

.add_hotel{
    display: none;
}
.add_your_hotel{
    display: none;
}