body,
html {
    font-family: 'JF Flat Regular', Sans-Serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #1c424d;
    background: #f3f5f6;
    direction: rtl;
}
@font-face {
    font-family: 'BornAddict';
    src: url('../fonts/fonts/BornAddict.ttf');
    src: url('../fonts/fonts/BornAddict.ttf?#iefix') format('embedded-opentype'), url('../fonts/fonts/BornAddict.ttf') format('woff'), url('../fonts/fonts/BornAddict.ttf') format('truetype'), url('../fonts/fonts/BornAddict.ttf#Awesome Free Font') format('ttf');
}
@font-face {
    font-family: 'Quenda';
    src: url('../fonts/fonts/Quenda-Medium.otf');
    src: url('../fonts/fonts/Quenda-Medium.otf?#iefix') format('embedded-opentype'), url('../fonts/fonts/Quenda-Medium.otf') format('woff'), url('../fonts/fonts/Quenda-Medium.otf') format('truetype'), url('../fonts/fonts/Quenda-Medium.otf#Awesome Free Font') format('otf');
}
h1 {
    font-weight: 700;
}
h1 strong {
    font-weight: 900;
}
h2 {
    font-size: 36px;
    margin: 0;
    font-family: 'JF Flat Regular', Sans-Serif;
}
h3 {
    font-size: 16px;
    font-weight: 700;
}
h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}
p {
    font-family: 'JF Flat Regular', Sans-Serif;
    font-size: 13px;
}
a {
    color: #5b777f;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
a,
input,
button {
    transition: all 0.5s;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #f1c40f;
}
.img-centered {
    margin: 0 auto;
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.clr {
    clear: both;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #032e3a;
    z-index: 99999;
    height: 100%;
}
#status {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    padding: 0;
}
.section-title {
    padding: 30px 0;
}
.section-title h2 {
    font-weight: 400;
    margin-bottom: 26px;
}
hr {
    height: 3px;
    width: 60px;
    position: relative;
    background: #626a29;
    border: 0;
    margin-bottom: 30px;
}
h2.title {
    color: #43474c;
    line-height: 120px;
    font-size: 27px;
    font-weight: 800;
}
h2.title .fa {
    color: #004d85;
}
/* Header */
#navbar {
    min-height: 40px;
    background: #004d85;
    padding: 20px 0px;
}
#navbar .navbar-default {
    background: transparent !important;
    border: 0px none;
    margin-bottom: 0px;
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.15), 0 0px 0px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.15), 0 0px 0px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.15), 0 0px 0px rgba(0, 0, 0, 0.075);
    -o-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.15), 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.15), 0 0px 0px rgba(0, 0, 0, 0.075);
}
#navbar .navbar-nav > li > a {
    text-shadow: none;
}
#navbar .navbar-header {
    float: right;
}
#navbar .navbar-toggle {
    float: left;
}
#navbar .links ul {
    padding: 0;
    margin: 0;
}
#navbar .mash-menu .mash-list-items > li {
    padding: 0px;
    float: right;
}
#navbar .mash-menu .mash-list-items > li + li {
    border-right: 1px solid #0065af;
}
#navbar .mash-menu .mash-list-items > li > a {
    display: block;
    padding: 0px 15px;
    color: #FFF;
    line-height: 40px;
    font-family: 'JF Flat Regular', Sans-Serif;
}
#navbar .mash-menu .mash-list-items > li a {
    font-family: 'JF Flat Regular', Sans-Serif;
}
#navbar .mash-menu .mash-list-items > li > a:hover,
#navbar .mash-menu .drop-down li:hover > a {
    color: #f2bb46;
}
#navbar .mash-menu .mash-list-items > li .container-fluid .pull-right label {
    display: inline-block;
    width: auto !important;
    line-height: 35px;
}
#navbar .mash-menu .mash-list-items > li .container-fluid a:hover {
    color: #004d85;
}
#navbar .links ul li.dropdown:hover .dropdown-menu {
    display: block !important;
}
#navbar .links ul li.dropdown .dropdown-menu li a {
    color: #004d85;
    padding: 0px;
}
#navbar .links ul li.dropdown .dropdown-menu > li > a:focus,
#navbar .links ul li.dropdown .dropdown-menu > li > a:hover {
    background: transparent;
    color: #000;
}
#navbar .search {
    margin-top: 25px;
    display: inline-block;
    margin-bottom: 20px;
}
#navbar .search #search {
    width: 155px;
    padding: 10px 10px;
    border-radius: 5px;
    border: 0px none;
}
#navbar .lang {
    background: #bf7463;
    color: #FFF;
    padding: 10px;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 7px #bc5147;
    -moz-box-shadow: inset 0px 0px 7px #bc5147;
    -ms-box-shadow: inset 0px 0px 7px #bc5147;
    -o-box-shadow: inset 0px 0px 7px #bc5147;
    box-shadow: inset 0px 0px 7px #bc5147;
}
#navbar .links .social {
    margin: 5px 0px 10px;
}
#navbar .links .social a {
    color: #FFF;
    margin: 0 3px 0 0;
    border-radius: 3px;
    text-align: center;
    height: 30px;
    width: 30px;
    display: inline-block;
    padding: 0;
    line-height: 30px;
}
#navbar .links .social a.fb {
    background: #3b5998;
}
#navbar .links .social a.tw {
    background: #2ba8e0;
}
#navbar .links .social a.rs {
    background: #ff9900;
}
#navbar .links .social:hover a {
    opacity: 0.8;
}
#navbar .links .social a:hover {
    opacity: 1;
}
#navbar .navbar-default .navbar-toggle {
    border: 0px none;
}
#navbar .navbar-toggle {
    margin-top: 4px;
}
#navbar .navbar-toggle .icon-bar {
    background: #FFF;
    width: 32px;
    height: 4px;
}
#navbar .mob-only {
    display: none;
}
.mash-menu img {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    #navbar .navbar-header {
        float: none;
    }
    #navbar .navbar-right {
        float: right;
    }
    #navbar .navbar-right .mob-none {
        display: none;
    }
    #navbar .mob-only {
        display: block;
    }
}
/* Header */
#header {
    background-color: #000;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: auto;
    color: #ffffff;
    background: url(../img/header-img.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    #header {
        padding-top: 55px;
        padding-bottom: 20px;
    }
}
#header p.top-title {
    font-weight: 800;
    font-size: 23px;
}
#header p.bottom-title {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 25px;
}
/*----- Tabs -----*/
.tabs {
    width: 100%;
    display: inline-block;
}
/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
    display: block;
    clear: both;
    content: '';
}
.tab-links li {
    margin: 0px 5px;
    list-style: none;
    display: inline-block;
}
.tab-links a {
    padding: 9px 15px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    background: #43474c;
    font-size: 16px;
    color: #FFF;
    transition: all linear 0.15s;
}
.tab-links a:hover {
    background: #004d85;
    text-decoration: none;
}
li.active a,
li.active a:hover {
    background: #004d85;
    color: #FFF;
}
/*----- Content of Tabs -----*/
.tab-content {
    padding: 15px;
    border-radius: 3px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.5);
    color: #000;
}
.tab {
    display: none;
}
.tab.active {
    display: block;
}
#header .header-inner .tab-content .form-group {
    position: relative;
}
#header .header-inner .tab-content .form-group label {
    position: absolute;
    right: 10px;
    top: 11px;
    font-weight: 100;
    color: #989ea3;
}
#header .header-inner .tab-content .form-group label .fa {
    color: #004d85;
    font-size: 16px;
}
#header .header-inner .tab-content .form-group .form-control {
    padding-right: 35px;
}
#header .header-inner .tab-content .form-group .form-control::-webkit-input-placeholder {
    color: #5d6063;
}
#header .header-inner .tab-content .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #5d6063;
}
#header .header-inner .tab-content .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #5d6063;
}
#header .header-inner .tab-content .form-group .form-control:-ms-input-placeholder {
    color: #5d6063;
}
#header .header-inner .tab-content .btn-yellow {
    height: 100%;
    width: 100%;
    background: #f6be2d;
    color: #FFF;
    font-weight: 800;
}
#header .header-inner .tab-content .btn-yellow:hover {
    background: #e6ae1d;
    color: #FFF;
}
/* Content */
#content {
    background: #f3f5f6;
    padding-bottom: 25px;
}
#content .col-md-4 {
    position: relative;
    margin: 15px 0;
}
#content .image img {
    width: 100%;
}
#content .img-about {
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
    background: #FFF;
    color: #5d6063;
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
#content .img-about h3 {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 15px 10px;
    color: #004d85;
    font-size: 12px;
    line-height: 18px;
}
#content .img-about p {
    float: right;
    margin: 20px;
}
#content .img-about .fa {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    padding: 0 10px;
}
#content .img-hover {
    position: absolute;
    top: 0px;
    bottom: 40px;
    left: 30px;
    right: 30px;
    background: rgba(8, 81, 133, 0.7);
    color: #FFF;
    text-align: center;
    -webkit-transform: scale(0) translateY(90px);
    -moz-transform: scale(0) translateY(90px);
    -ms-transform: scale(0) translateY(90px);
    -o-transform: scale(0) translateY(90px);
    transform: scale(0) translateY(90px);
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
#content .img-hover h3 {
    top: 30%;
    position: absolute;
    left: 0;
    right: 0;
}
#content .img-hover p {
    top: 55%;
    position: absolute;
    left: 0;
    right: 0;
}
#content a:hover .img-about {
    -webkit-transform: scale(0) translateY(0px);
    -moz-transform: scale(0) translateY(0px);
    -ms-transform: scale(0) translateY(0px);
    -o-transform: scale(0) translateY(0px);
    transform: scale(0) translateY(0px);
}
#content a:hover .img-hover {
    -webkit-transform: scale(1) translateY(20px);
    -moz-transform: scale(1) translateY(20px);
    -ms-transform: scale(1) translateY(20px);
    -o-transform: scale(1) translateY(20px);
    transform: scale(1) translateY(20px);
}
#myList li {
    display: none;
}
#loadMore {
    color: #FFF;
    cursor: pointer;
}
#loadMore:hover {
    color: black;
}
#showLess {
    color: red;
    cursor: pointer;
}
#showLess:hover {
    color: black;
}
/* content-page */
#content-page {
    padding: 10px 0 30px;
}
#content-page h1.top-title {
    color: #004d85;
    font-size: 23px;
    font-weight: 800;
    line-height: 45px;
    margin: 0;
}
.sub-ttl{
    margin: 5px 0 10px; 
    line-height: 22px;
}

.room-xs{
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.room-xs-thumb{
    display: block;
    overflow: hidden;
    position: relative;
}
.room-xs-price{
    position: absolute;
    left: 10px;
    top: 10px;
    display: inline-block;
    background: #FFC525;
    color: #1c424d;
    padding: 5px 10px;
}
.room-xs-ttl{
    margin: 10px 0;
    font-size: 14px;
}
.room-xs p{
    display: inline-block;
    color: #777;
    font-size: 12px;
    margin: 0 5px 10px;
}

#content-page .line-clr {
    width: 100%;
    height: 2px;
    background: #DEDEDE;
}
#content-page .pags-top {
    width: 100%;
    background: #FFF;
    height: auto;
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: -1px 1px 4px #C0C0C0;
    -moz-box-shadow: -1px 1px 4px #C0C0C0;
    -o-box-shadow: -1px 1px 4px #C0C0C0;
    box-shadow: -1px 1px 4px #C0C0C0;
}
#content-page .pags-top p {
    display: inline-block;
    color: #5d6063;
    line-height: 24px;
}
#content-page .pags-top a {
    color: #004d85;
    padding: 0 10px;
}
#content-page .pags-top a + a {
    border-right: 1px solid #004d85;
}
#content-page .pags-top a + a:last-child {
    border-right: none;
}
#content-page .pags-top #info_type {
    padding: 0px 10px;
}
#content-page .hotels {
    background: #FFF;
    margin-bottom: 20px;
}
.no-padding {
    padding: 0;
}
@media (max-width: 560px){

    .no-padding {
        width: 100%;
    }

}
.hotels .fa {
    margin-right: 0;
    margin-left: 5px;
}
#content-page .hotels .images img {
    max-width: 100%;
}
#content-page .hotels .hotel-about {
    padding: 0 15px;
}
#content-page .hotels .hotel-about h3 {
    color: #004d85;
}
#content-page .hotels .hotel-about p {
    color: #a7a7a7;
    margin: 0 0 5px 15px;
}
#content-page .hotels .hotel-about p i {
    color: #5d6063;
}


#content-page .hotels .hotel-about .available-services{
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 8px 0;
    margin-top: 10px;
    overflow: hidden;
}
#content-page .hotels .hotel-about .available-services .label,
#content-page .hotels .hotel-about .available-services p{
    display: inline-block;
    vertical-align: middle;
    margin: 2px 0 0;
}
#content-page .hotels .hotel-about .available-services p .fa{
    margin: 0 5px;
}


#content-page .hotels .hotel-about .Evaluate {
    color: #f6be2d;
    margin: 0 5px;
}
#content-page .hotels .hotel-about a.btn-blue {
    color: #fff;
    background: #004d85;
}
#content-page .hotels .hotel-about a.btn-blue:hover {
    color: #fff;
    background: #105d95;
}
#content-page .hotels .hotel-content {
    float: left;
    /*margin: 20px 20px 20px 0;
    border-right: 1px solid #e4e5e6;*/
    padding: 0 30px;
    height: 100%;
    display: block;
    text-align: center;
}
.m-t-20 {
    margin-top: 20px;
}
.hotel-about .Evaluate, .hotel-about a {
    display: inline-block;
    vertical-align: baseline;
}
.hotel-about .Evaluate .fa {
    margin: 0;
}
#content-page .hotels .hotel-content h3 {
    font-weight: normal;
}
#content-page .hotels .hotel-content h3 strong {
    font-weight: bold;
    font-size: 32px;
}
#content-page .hotels .hotel-content p {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #e4e5e6;
    border-radius: 5px;
    color: #b4b5b6;
}
@media screen and (max-width: 767px) {
    #content-page .hotels .hotel-content p {
        width: 100%;
        padding: 6px 10px;
        border: 1px solid #e4e5e6;
        border-radius: 5px;
        color: #b4b5b6;
        display: inline-block;
    }
}
#content-page .menu-sidbar {
    margin-top: 20px;
}
#content-page .menu-sidbar .wsmenu > ul > li.head {
    background: #004d85;
    border-right: 4px solid #f6be2d;
    margin-bottom: 4px;
}
#content-page .menu-sidbar ul li.head h3 {
    color: #FFF;
    line-height: 50px;
    padding: 0px 20px;
    margin: 0;
}
#content-page .menu-sidbar .wsmenu > ul > li {
    color: #5d6063;
    background: #FFF;
    border-right: 4px solid #989ea3;
    line-height: 50px;
    margin-bottom: 2px;
}
#content-page .menu-sidbar .wsmenu > ul > li > a {
    color: #5d6063;
    line-height: 50px;
    padding: 0 20px;
    display: block;
}
#content-page .menu-sidbar ul li a i {
    float: left;
    margin-top: 18px;
}
#content-page .menu-sidbar .wsmenu > ul > li > a:hover {
    color: #004d85;
}
#content-page .menu-sidbar ul li a span.price {
    color: #004d85;
    font-weight: 800;
    float: left;
}
#content-page .menu-sidbar .wsmenu {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    background-color: transparent !important;
}
#content-page .menu-sidbar .wsmenu .wsmenu-list {
    width: 100% !important;
}
#content-page .menu-sidbar .wsmenu .wsmenu-list > li {
    width: 100% !important;
}
#content-page .menu-sidbar .mobile-sub .wsmenu-submenu {
    border: 0px none;
}
/* Links */
#links {
    background: #FFFFFF;
    padding: 0px 0 50px 0;
    position: relative;
    overflow: hidden;
}
#links ul li {
    margin: 10px 0;
}
#links ul li a {
    color: #004d85;
}
#links ul li a:hover {
    color: #43474c;
    text-indent: 8px;
}
/* Phone */
#phone {
    padding-top: 50px;
}
#phone h2 {
    color: #004d85;
    font-size: 25px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 13px;
}
#phone p {
    color: #43474c;
}
#phone .image a {
    display: inline-block;
}
/* Footer */
#Footer {
    background: #004d85;
    padding: 30px 0;
}
#Footer .links {
    float: right;
}
#Footer .links a {
    padding: 0 5px;
    margin: 0;
    border-right: 1px solid #FFF;
    line-height: 1;
    color: #FFF;
}
#Footer .links a:hover {
    color: #f6be2d;
}
#Footer .social {
    float: left;
}
#Footer .social a {
    float: left;
    color: #FFF;
    margin: 0 3px;
    height: 29px;
    width: 29px;
    text-align: center;
    line-height: 29px;
    border-radius: 5px;
}
#Footer .social a:nth-child(1):hover {
    background: #FFF;
    color: #3B5998;
}
#Footer .social a:nth-child(2):hover {
    background: #FFF;
    color: #21D3FA;
}
#Footer .social p {
    float: right;
    color: #FFF;
    line-height: 29px;
    margin-left: 30px;
    white-space: nowrap;
}
#Footer-bottom {
    background: #f3f5f6;
    padding: 20px 0;
}
@media screen and (max-width: 767px) {
    #Footer-bottom {
        padding: 20px 0 4px;
    }
}
#Footer-bottom p {
    color: #5d6063;
    margin: 0;
}
#Footer-bottom p img {
    display: inline-block;
}
#Footer-bottom p a.lifecontac {
    color: #004d85;
}
#Footer-bottom p a.lifecontac:hover {
    color: #000;
}
/* Contact */
#contact {
    background: #f5f5f5;
    padding: 50px 0;
}
.contact-title{
    color: #333333;
    font-size: 35px;
    margin: 0 0 30px;
    text-align: center;
    font-weight: normal;
}
.contact-title .fa{
    margin-bottom: 10px;
}
.contact-form .form-control{
    display: block;
    height: 55px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #666666;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -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;
}
.contact-form textarea.form-control {
    min-height: 200px;
}
.contact-form .btn-u{
    height: 55px;
    font-size: 14px;
}
.contact-form label{
    color: #333;
    font-weight: normal;
    display: block;
}
.contact-info{
    background-color: #fff;
    padding: 0 20px;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #ddd;
}
.contact-info h4{
    line-height: 26px;
    font-size: 15px;
    font-weight: normal;
    margin: 0 -20px;
    padding: 8px 20px;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contact-info h4:hover{
    background: #f1f5f9;
}
.contact-info h4:last-child{
    border: none;
}
.contact-info h4 strong{
    color: #333;
}

#contact .panel-blue {
    border-color: #004d85;
    border-radius: 0px;
}
#contact .panel-blue > .panel-heading {
    background: #004d85;
}
#contact .panel-heading {
    color: #fff;
    padding: 5px 15px;
    border-radius: 0px;
}
#contact .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #FFF;
}
#contact .btn-u.btn-u-blue {
    background: #004d85;
}
#contact .btn-u {
    margin-top: 15px;
    border: 0;
    min-width: 140px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #72c02c;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}
#contact .btn-u.btn-u-blue:hover,
#contact .btn-u.btn-u-blue:focus,
#contact .btn-u.btn-u-blue:active,
#contact .btn-u.btn-u-blue.active,
#contact .open .dropdown-toggle.btn-u.btn-u-blue {
    background: #003d75;
}

#Contact-Info {
    background: #407db5;
    padding: 15px 0;
}
#Contact-Info h2 {
    color: #FFF;
    margin-bottom: 30px;
}
#Contact-Info h4 {
    color: #FFF;
}
/*************************************************/
/* New Edits 28/8/2016 */
/*************************************************/
hr.fancy {
    border: 0;
    height: 1px;
    background: #e4e4e4;
    width: 100%;
    margin: 5px 0;
}
.contact-page {
    padding: 3em 0;
}
.contact-page h6 {
    color: #000;
    margin: 0 0 1em;
    font-size: 18px;
    font-weight: bold;
}
.contact-page .contentbox {
    background: #F9FAFC;
    border: 1px solid #E2E4E6;
    padding: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}
.contact-page .contentbox.final-prices {
    background: #E8EFF7;
}
.contact-page .contentbox h1 {
    color: #45a9f9;
    font-size: 18px;
    margin: 10px 0;
}
.contact-page .contentbox h4 {
    color: #383838;
    background: #E8EFF7;
    border-bottom: 1px solid #E2E4E6;
    margin: -10px -10px 20px;
    padding: 20px;
    font-size: 14px;
}
.contact-page .contentbox .payment {
    margin-bottom: 10px;
}
.contact-page .contentbox label {
    color: gray;
    font-weight: normal;
    font-size: 12px;
    font-family: Tahoma;
    margin-bottom: 10px;
}
.contact-page .contentbox .form-control {
    background: #FEFDDF;
    box-shadow: none;
    padding: 0 10px;
}
.contact-page .contentbox .terms {
    margin: 15px 0;
}
.contact-page .contentbox .email-confirm p {
    margin: 10px -10px -10px;
    color: #828282;
    background: #F5F5F5;
    border-top: 1px solid #E2E4E6;
    padding: 10px;
}
.contact-page .contentbox .email-confirm p i {
    color: #45a9f9;
    margin-left: 10px;
}
.contact-page .contentbox .order-sum {
    color: #383838;
    border-bottom: 1px solid #E2E4E6;
    padding: 10px;
    margin: -10px -10px 20px;
    font-size: 12px;
    background: #F9FAFC;
}
.contact-page .booking-info strong {
    padding-left: 10px;
}
.contact-page .alert-warning {
    margin-top: 2.7em;
}
.regular-text {
    color: #a0a1a1;
    font-family: Tahoma;
    font-size: 12px;
}
.Evaluate {
    color: #f6be2d;
}
#input-number,
#input-number1 {
    padding: 7px;
    margin: 15px 5px 5px;
    width: 43%;
}
.noUi-connect {
    background: #165089;
    box-shadow: none;
}
.noUi-handle {
    border: 1px solid #A29AAA;
    background: #A29AAA;
    box-shadow: none;
}
.price-slider {
    margin: 10px 10px 0;
}
.section-tasmem {
    border: 1px solid #CCC;
    min-height: 100%;
    background: white;
    padding: 10px;
}
.section-tasmem .checkbox label {
    display: block;
    margin: 10px 0;
    padding-right: 20px;
    padding-left: initial;
}
.section-tasmem .radio input[type=radio],
.section-tasmem .radio-inline input[type=radio],
.section-tasmem .checkbox input[type=checkbox],
.section-tasmem .checkbox-inline input[type=checkbox] {
    margin-right: -20px;
    margin-left: auto;
}
.section-tasmem .checkbox {
    margin: 15px 0 0;
    font-size: 12px;
    color: #454a58;
}
.price-filter,
.starts-filter {
    margin: 10px 0;
}
.filter-title {
    font-weight: bold;
    color: #454a58;
    font-size: 14px;
    margin: 15px 0;
}
.content-wrapper {
    background: rgba(189, 189, 189, 0.11);
    padding: 10px;
    border-top: 3px solid #f3d26b;
}
/*************************************************/
/* Grid */
/*************************************************/
.list-group .col-md-4 .images {
    float: none;
}
.list-group .col-md-4 .hotel-img {
    margin: 14px 0 16px;
    width: 100%;
    border: 2px solid #ececec;
}
.list-group .col-md-4 .hotel-about {
    float: none !important;
    text-align: center;
}
.list-group .col-md-4 .hotel-content {
    float: none !important;
    border-right: none !important;
    margin: 0 0 1em !important;
    min-height: 1px !important;
}
@media all and (max-width: 425px) {
    .xs-no-float {
        float: none !important;
    }
    .list-group .col-md-4 .images {
        float: none !important;
    }
    .list-group .col-md-4 .hotel-about {
        width: 100% !important;
    }
    .list-group .col-md-4 .hotel-content {
        width: 100% !important;
        margin-bottom: 20px;
    }
    #content-page .images {
        float: none !important;
    }
    #content-page .hotel-img {
        margin: 14px 0 16px;
        width: 100%;
        border: 2px solid #ececec;
    }
    #content-page .hotel-about {
        float: none !important;
        text-align: center;
        width: 100% !important;
    }
    #content-page .hotel-content {
        float: none !important;
        border-right: none !important;
        margin: 0 0 1em !important;
        min-height: 1px !important;
        width: 100% !important;
    }
    .lSSlideOuter .lSPager.lSGallery img {
        width: auto !important;
        height: auto !important;
    }
    .single-page .demo img {
        height: 200px !important;
    }
    .available-rooms .room-name img,
    .available-rooms .room-pic img {
        display: none;
    }
    .available-rooms .room-name,
    .available-rooms .room-pic {
        float: none !important;
        width: 100% !important;
    }
    .room-addons li {
        width: 100% !important;
    }
}
/*************************************************/
/* Single Hotel Page */
/*************************************************/
.single-page .top-title {
    display: inline-block;
}
.single-page .Evaluate {
    display: inline-block;
}
.single-page .demo {
    width: 100%;
}
.single-page .demo ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}
.single-page .demo li {
    display: block;
    float: right;
    margin-left: 6px;
    cursor: pointer;
}
.single-page .demo img {
    display: block;
    height: 500px;
    width: 100%;
}
.single-page .lSSlideOuter .lSPager.lSGallery img {
    width: 51px;
    height: 51px;
}
.available-rooms .select-room-options .btn-yellow {
    background: #FFC525;
}
.available-rooms .btn-yellow {
    margin-top: 6px;
}
.available-rooms .form-control {
    padding: 0 10px;
}
.available-rooms .room-name,
.available-rooms .room-pic {
    float: right;
    width: 45%;
}
.available-rooms .room-name img,
.available-rooms .room-pic img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
}
.available-rooms .room-pic {
    text-align: center;
}
.available-rooms .room-pic p {
    margin: 10px 0;
    font-size: 12px;
}
.available-rooms li {
    line-height: 25px;
}
.available-rooms .table td {
    text-align: center;
    vertical-align: middle;
}
.available-rooms .table th {
    text-align: center;
    vertical-align: middle;
    background: #eee;
}
.room-addons li {
    width: 40%;
    display: inline-block;
    line-height: 30px;
}
.fa-check {
    color: #1ABB39;
    font-weight: bold;
    margin-left: 10px;
}
.wsmenucontainer.wsoffcanvasopener {
    margin-left: 0px !important;
}

.wsmenu {
    z-index: 300 !important;
}

#app-download-banner {
    display: none;
    position: relative;
}
#app-download-banner a.hide-banner {
    position: absolute;
    z-index: 999;
    top: 5px;
    right: 5px;
    width: 15px;
    line-height: 15px;
    height: 15px;
    text-align: center;
    font-size: 10px;
    background-color: #FC9E2F;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    #app-download-banner {
        display: block;
    }
}

.banner {
    padding-top: 3px;
    padding-bottom: 3px;
    background: #fff;
    position: relative;
}

.app-banner {
    background-image: url(../img/mob.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100px;
    display: table;
    position: relative;
}

.app-banner .app-banner-phone {
    background-image: url(../img/mob_en.png);
    background-size: contain;
    height: 100%;
    width: 84px;
    position: absolute;
    left: 0;
    right: auto;
}

.app-banner .app-banner-texts {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    width: 100%;
    text-align: right;
    float: none;
    padding: 0;
}

.app-banner .app-banner-content {
    font-size: 1.2rem;
    color: #004B7D;
}

.app-banner .app-banner-texts p {
    margin: 0 14px 10px;
    line-height: 1;
    width: 75%;
}

.app-banner .app-banner-btn {
    background: #FC9E2F;
    background: linear-gradient(#FC9E2F, #E17A01);
    width: 36%;
    height: 25px;
    display: block;
    margin-right: 14px;
    margin-left: 14px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 2;
    border-radius: 5px;
    position: relative;
}

/* Dropdown Button */
.dropbtn {
    background-color: transparent;
    color: white;
    padding: 13px 19px 17px 16px;
    font-size: 25px;
    border: none;
    cursor: pointer;
    float: left;
    margin-left: 43px;
    line-height: 20px;
    border-right: 2px solid #004DA5;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content .menu_form {
    background: #FFF;
}

.dropdown-content .menu_form * {
    text-align: right;
}

.dropdown-content .menu_form .btn-primary {
    text-align: center;
    width: 90%;
    min-height: 40px;
}

/* Links inside the dropdown */

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

@media screen and (max-width: 767px) {
    .mash-menu img {
        margin-bottom: 0px;
    }

    #navbar {
        padding: 0px;
        border-bottom: 2px solid #004DA5;
    }

    .mash-menu .mash-mobile-button {
        border-right: 2px solid #004DA5;
        height: 100%;
    }

    #navbar .navbar-right {
        float: right;
        padding: 9px 0;
    }

    .mash-menu .mash-mobile-button span {
        background: transparent;
        color: #FFF;
        font-size: 32px;
        padding: 1px 0;
    }

}

.dodo {
    position: absolute;
    z-index: 9999;
    margin-top: 23px;
}

#content-page .menu-sidbar ul li.head h3 {
    margin-top: -23px;
}

.section-tasmem .fa-star {
    color: #f6be2d;
    margin-left: 5px;
}

#content-page .spa {
    color: #55ba41;
}

.hotel-content .btn {
    width: 100%;
}

#element_to_pop_up{
    direction: rtl;
    background-color: #fff;
    margin: 0 auto;
    display: table;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 30px #CCC;
    left:40% !important;
}

/*************************************************/
/* Single Hotel Page */
/*************************************************/
.single-page .top-title {
    display: inline-block;
}
.single-page .Evaluate {
    display: inline-block;
}
.single-page .demo {
    width: 100%;
}
.single-page .demo ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}
.single-page .demo li {
    display: block;
    float: right;
    margin-left: 6px;
    cursor: pointer;
}
.single-page .demo img {
    display: block;
    height: 500px;
    width: 100%;
}
.single-page .lSSlideOuter .lSPager.lSGallery img {
    width: 51px;
    height: 51px;
}
.available-rooms {
    padding: 15px;
    border: 2px solid #1D4E91;
    border-top: 0;
    margin-bottom: 20px;
}
.available-rooms .select-room-options {
    padding: 15px 0;
}
.available-rooms .select-room-options .btn-yellow {
    background: #FFC525;
}
.available-rooms h5 {
    background: #1D4E91;
    margin: -15px -15px 0;
    padding: 15px;
    color: #fff;
}
.available-rooms .btn-yellow {
    margin-top: 6px;
}
.available-rooms .form-control {
    padding: 0 10px;
}
.available-rooms .table{
    margin: 0;
}
.available-rooms .room-name,
.available-rooms .room-pic {
    float: right;
    width: 45%;
}
.available-rooms .room-name img,
.available-rooms .room-pic img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
}
.available-rooms .room-pic {
    text-align: center;
}
.available-rooms .room-pic p {
    margin: 10px 0;
    font-size: 12px;
}
.available-rooms li {
    line-height: 25px;
}
.available-rooms .table td {
    text-align: center;
    vertical-align: middle;
}
.available-rooms .table th {
    text-align: center;
    vertical-align: middle;
    background: #eee;
}
.room-addons li {
    width: 40%;
    display: inline-block;
    line-height: 30px;
}
.fa-check {
    color: #1ABB39;
    font-weight: bold;
    margin-left: 10px;
}
.info-widget {
    background: #fff;
    padding: 15px;
    margin: 0 0 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}
.info-widget h3 {
    font-size: 20px;
    color: #004d85;
    margin: 0 -15px 15px;
    border-bottom: 1px solid #eee;
    padding: 0 30px 15px;
    position: relative;
}
.info-widget > p{
    line-height: 22px;
}
.info-widget h3:before {
    content: "";
    display: block;
    position: absolute;
    height: 20px;
    width: 5px;
    right: 15px;
    background: #004d85;
}
.page2 .top-title {
    display: inline-block;
}
.page2 .Evaluate {
    display: inline-block;
}
.page2 .rating {
    font-size: 17px;
}
.page2 .rating strong {
    color: #0283df;
    font-size: 30px;
}
.page2 .google-map {
    height: 189px;
    overflow: hidden;
}
.page2 .gallery-img {
    position: relative;
}
.page2 .gallery-img img {
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4);
}
.page2 .gallery-img p {
    position: absolute;
    top: 44%;
    right: 35%;
    color: #fff;
    text-align: center;
}
.page2 .page2-box {
    background: #f7f7f7;
    padding: 13px;
    border: 1px solid #d4d4d4;
    margin: 1em 0;
    overflow: hidden;
}
.page2 .offer {
    background: #f7f7f7 url("https://cdn0.agoda.net/images/mvc/insider-deal-banner/bg-insiderdeal-banner.png");
}
.page2 .offer a {
    color: #d0983c;
}
.page2 .offer p {
    color: #000;
    margin: 0;
}
.page2 .offer h4 {
    margin: 0;
}
.page2 .purple-price {
    color: #9436d4;
    font-size: 20px;
    font-weight: normal;
}
.page2 caption {
    color: #007ADC;
    padding: 10px;
    font-weight: bold;
    text-decoration: underline;
}
.comments h4 {
    margin: 0 0 10px;
}
.comments .single-comment-line {
    padding: 15px;
    background: #f5f5f5;
    margin-bottom: 15px;
}
.comments .form-control {
    background: #fdfdfd;
    border: none;
    box-shadow: none;
    outline: none;
}
.comments .btn-dark-green {
    margin-top: 20px;
    padding: 5px 20px;
}
.comments .posted-comment p {
    background: #fdfdfd;
    padding: 10px;
    font-size: 12px;
}
.steps-progress {
    margin: 0 0 2em;
}
.steps-progress ul {
    padding: 0;
    margin: 0;
    text-align: center;
    border: 1px solid #ddd;
}
.steps-progress ul li {
    background: #EEEEEE;
    margin: 0;
    color: #666;
    padding: 15px 0;
    position: relative;
}
.steps-progress ul li.step-active {
    background: #0283df;
    color: #fff;
    cursor: default;
    position: relative;
}
.steps-progress ul li.step-active:before {
    content: "";
    display: block;
    border: 25px solid rgba(187, 187, 187, 0);
    border-right-color: #eee;
    position: absolute;
    top: 0px;
    right: 0;
}
.steps-progress ul li.step-active:after {
    content: "";
    display: block;
    border: 25px solid #eeeeee;
    border-right-color: #0283df;
    position: absolute;
    top: 0px;
    left: 0;
}
.steps-progress ul li.step-done a {
    position: relative;
    color: #1aac5b;
    cursor: pointer;
}
.green {
    color: #1aac5b;
}
.details {
    padding: 12px 10px;
    border-bottom: 1px solid rgba(17, 24, 37, 0.14);
    background: lightgoldenrodyellow;
    margin: -20px -10px 20px;
}
.details #showmenu {
    cursor: pointer;
    color: #0283df;
    font-weight: bold;
    font-family: tahoma;
}
.details #showmenu .fa-lock {
    margin-left: 20px;
}
.details .menu {
    background: #E8EFF9;
    padding: 10px;
    margin: 21px -14px -12px;
}
.details .menu p {
    margin: 1em 0;
}
.details .menu ul {
    padding: 10px;
}
.details .fa-bars {
    color: #0283df;
    margin-left: 10px;
}
.details .fa-chevron-down {
    color: #0283df;
    float: left;
}

.btn-input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px 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;
    text-align: right;
}

.btn-input .fa {
    margin-top: -16px;
}

.btn-input.collapsed .fa:before {
    content: "\f107";
}

.counter {
    position: relative;
    float: left;
}

.counter input {
    width: 140px;
    height: 30px;
    text-align: center;
    border: 1px solid #004d85;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.counter button {
    width: 30px;
    line-height: 10px;
    background: #004d85;
    color: #555;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    border: 0;
    outline: none;
}

.counter button.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.counter button:last-child {
    right: auto;
    left: 0;
}

.modal .table > tbody > tr:first-child > td {
    border-top: 0;
}


@media all and (max-width: 768px) {
    .hotels{
        padding: 0 !important;   
        text-align: center !important;
    }
    .hotel-img{
        width: 100% !important;
    }
    .hotels .images{
        width: 100% !important;        
    }
    .hotels a {
        width: 100%;
        margin-bottom: 10px;
    }
}

.mash-menu .btn.btn-success.successs{
    text-align: right;
}