/* ==========================================================================
	#Fonts
========================================================================== */
/* Arabik */
/* font-family: 'Amiri', serif; */
@import url(//fonts.googleapis.com/css?family=Amiri:400,400italic,700,700italic&subset=arabic);

/* Hebrew */
/* font-family: 'Arimo', sans-serif; */
@import url(//fonts.googleapis.com/css?family=Arimo:400,700italic,700,400italic&subset=hebrew);

/* Open Sans-serif Full(no Arabik and Hebrew) */
/* font-family: 'Open Sans', sans-serif; */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,300italic,600,600italic,700,700italic,800,800italic&subset=latin,greek,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic);

/* Noto Serif Full(no Arabik and Hebrew) */
/* font-family: 'Noto Serif', serif; */
@import url(//fonts.googleapis.com/css?family=Noto+Serif:400,700,700italic,400italic&subset=latin,cyrillic,greek-ext,vietnamese,latin-ext,cyrillic-ext,greek);

/* ==========================================================================
	#Reset
========================================================================== */
* { padding: 0; margin: 0; outline: 0; }

/* ==========================================================================
	#Basic
========================================================================== */
html,
body { height: 100%; }

ol,
ul { list-style-position: inside; }
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ol li,
ul,
ul li,
dl { margin: 0; padding: 0; }

a[href^=tel] { color: inherit !important; }
a:focus,
button:focus { outline: unset; outline: none; }

body,
input,
select,
textarea,
button { font-size: 15px; line-height: 1.73; font-weight: 400; }
textarea { overflow: auto; resize: none; }

/* ==========================================================================
	#Transitions
========================================================================== */
.btn,
#header .navbar-nav a,
#header .navbar-nav > .dropdown > a .caret,
.socials a,
.footerNav a,
.footerContacts dd a,
.copyright a,
.credits a,
.sliderHome .owl-dot,
.tabsGallery .tabsNav a,
.thumb .thumbContent:before,
#cboxClose,
#cboxClose:before,
#cboxClose:after,
#cboxPrevious,
#cboxNext,
#cboxPrevious:after,
#cboxNext:after,
.listContacts dd a,
.form .form-control,
#header .navbar-header .navbar-toggle,
#header .navbar-header .navbar-toggle .icon-bar,
.roomGallery .roomGalleryThumb,
.roomsTypes .roomsType .roomsTypeImageOverlay,
.roomsTypes .roomsType .roomsTypeImageOverlay .roomsTypeImageOverlayInner,
.features .feature .featureOverlay,
.features .feature .featureOverlay .featureOverlayInner,
.formBooking .input-group .input-group-addon,
.formBooking .pjHbNav > .pjHbBtnNav .caret { -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }

/* ==========================================================================
	#Animations
========================================================================== */
@-webkit-keyframes hvr-pop {
	25% { -webkit-transform: scale(1.2); transform: scale(1.2); }
	50% { -webkit-transform: scale(1.5); transform: scale(1.5); }
	75% { -webkit-transform: scale(1.2); transform: scale(1.2); }
	100% { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes hvr-pop {
	25% { -webkit-transform: scale(1.2); transform: scale(1.2); }
	50% { -webkit-transform: scale(1.5); transform: scale(1.5); }
	75% { -webkit-transform: scale(1.2); transform: scale(1.2); }
	100% { -webkit-transform: scale(1); transform: scale(1); }
}

/* ==========================================================================
	#Icons
========================================================================== */
.ico { display: inline-block; background-repeat: no-repeat; vertical-align: middle; }

.icoBed { width: 28px; height: 22px; background-position: -382px -1px; }
.icoHouse { width: 30px; height: 28px; background-position: -189px -2px; }
.icoCar { width: 28px; height: 24px; background-position: -242px -2px; }
.icoDog { width: 28px; height: 24px; background-position: -290px -2px; }
.icoWifi { width: 24px; height: 24px; background-position: -338px -2px; }
.icoPool { width: 28px; height: 28px; background-position: -474px -2px; }
.icoSmoking { width: 26px; height: 28px; background-position: -430px -2px; }

/* ==========================================================================
	#Buttons
========================================================================== */
.btn { display: inline-block; vertical-align: middle; cursor: pointer; }
.btn:hover { text-decoration: none; }

.btnPrimary,
.formContact .btn-primary,
.formBooking .btn-default { height: 34px; margin: 0; padding: 0 20px; border: 0; font-size: 14px; line-height: 35px; font-weight: 400; text-transform: uppercase; border-radius: 5px; }
.formBooking .btn-default { height: 40px; line-height: 41px; }

.btnDefault { height: 34px; margin: 0; padding: 0 25px; border: 0; font-size: 14px; line-height: 35px; font-weight: 400; text-transform: uppercase; }

/* ==========================================================================
	#Socials
========================================================================== */
.socials ul { margin: 0; font-size: 0; }
.socials li,
.socials a { display: inline-block; vertical-align: middle; }
.socials li { padding: 0 15px 0 0; }
.socials a { overflow: hidden; width: 26px; height: 26px; background: url(images/sprite.png) no-repeat 0 0; font-size: 0; white-space: nowrap; text-indent: 200%; }
.socials a:hover,
.socials a:focus { opacity: .7; text-decoration: none; }
.socials .linkFacebook { background-position: -3px -3px; }
.socials .linkTwitter { background-position: -47px -3px; }
.socials .linkGooglePlus { background-position: -91px -3px; }
.socials .linkLinkedIn { background-position: -135px -3px; }
.socials .linkInstagram { background-position: -3px -43px; }
.socials .linkPinterest { background-position: -47px -43px; }

/* ==========================================================================
	#Tabs
========================================================================== */
.tab { display: none; }
.tabsBody .current { display: block; }

.tabsGallery .tabsNav { padding-bottom: 30px; text-align: center; }
.tabsGallery .tabsNav ul { margin: 0; font-size: 0; }
.tabsGallery .tabsNav li,
.tabsGallery .tabsNav a { display: inline-block; vertical-align: middle; }
.tabsGallery .tabsNav li { padding: 0 25px; }
.tabsGallery .tabsNav a { font-size: 16px; line-height: 1.4; font-weight: 400; text-transform: uppercase; }
.tabsGallery .tabsNav a:hover,
.tabsGallery .tabsNav a:focus,
.tabsGallery .tabsNav .current a { text-decoration: none; }

/* ==========================================================================
	#Forms
========================================================================== */
.form .form-group { margin-bottom: 30px; }
.form label,
.form .control-label { font-size: 14px; line-height: 1.4; font-weight: 400; text-transform: uppercase; }
.form-horizontal.form .control-label { padding-top: 10px; }
.form .form-control { height: 40px; padding: 0 15px; border: 1px solid #ddd; border-radius: 5px; }
.form textarea.form-control { height: 120px; padding: 15px; }

/* ==========================================================================
	#Sliders
========================================================================== */
.slider,
.slider .sliderClip { position: relative; overflow: hidden; }
.slider .slides { overflow: hidden; list-style: none outside none; }
.slider .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ(0) scale(1, 1); -ms-transform: translateZ(0) scale(1, 1); -o-transform: translateZ(0) scale(1, 1); transform: translateZ(0) scale(1, 1); }

/* ==========================================================================
	#Colorbox
========================================================================== */
#colorbox,
#cboxOverlay,
#cboxWrapper { position: absolute; top: 0; left: 0; z-index: 9999; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
#cboxWrapper { max-width: none; }
#cboxOverlay { position: fixed; width: 100%; height: 100%; }
#cboxMiddleLeft, #cboxBottomLeft { clear: left; }
#cboxContent { position: relative; padding: 15px; border-radius: 9px; }
#cboxLoadedContent { overflow: auto; -webkit-overflow-scrolling: touch; }
#cboxTitle { margin: 0; }
#cboxLoadingOverlay, #cboxLoadingGraphic { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor: pointer; }
#cboxCurrent,
#cboxSlideshow { display: none !important; }
.cboxPhoto { display: block; float: left; max-width: none; margin: auto; border: 0; -ms-interpolation-mode: bicubic; }
.cboxIframe { display: block; width: 100%; height: 100%; padding: 0; margin: 0; border: 0; }
#colorbox, #cboxContent, #cboxLoadedContent { box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; }

#colorbox { outline: 0; }
#cboxClose { position: absolute; top: -10px; right: -10px; overflow: hidden; width: 32px; height: 32px; border: 1px solid rgba(18, 18, 18, .3); font-size: 0; white-space: nowrap; text-indent: 200%; border-radius: 5px; vertical-align: middle; }
#cboxClose:before,
#cboxClose:after { position: absolute; top: 50%; left: 50%; width: 18px; height: 2px; margin: -1px 0 0 -9px; content: ''; }
#cboxClose:before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#cboxClose:after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

#cboxPrevious,
#cboxNext { position: absolute; top: 50%; overflow: hidden; width: 40px; height: 50px; margin-top: -20px; border: 0; font-size: 0; white-space: nowrap; text-indent: 200%; }
#cboxPrevious { left: 15px; }
#cboxNext { right: 15px; }
#cboxPrevious:after,
#cboxNext:after { position: absolute; top: 50%; left: 50%; width: 20px; height: 20px; margin-top: -10px; border: 3px solid #0495c5; content: ''; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#cboxPrevious:after { margin-left: -5px; border-top-width: 0; border-right-width: 0; }
#cboxNext:after { margin-left: -15px; border-bottom-width: 0; border-left-width: 0; }

/* ==========================================================================
	#Containers
========================================================================== */
.wrapper { position: relative; min-height: 100%; }

/* ==========================================================================
	#Header
========================================================================== */
#header { position: fixed; top: 0; left: 0; z-index: 9; width: 100%; min-height: 1px; margin: 0; border: 0; border-radius: 0; }
#header .navbar-brand { display: inline-block; float: none; width: 150px; height: 30px; margin: 9px 10px 0 0; padding: 0; font-size: 0; text-align: center; }
#header .navbar-brand:hover { text-decoration: none; }
#header .navbar-brand:before { display: inline-block; height: 100%; margin-left: -0.25em; vertical-align: middle; content: ''; }
#header .navbar-brand img { display: inline-block; max-width: 100%; max-height: 100%; vertical-align: middle; }

#header .navbar-nav { margin: 0; }
#header .navbar-nav > li > a { padding: 0 20px; border-left: 1px solid #e6e1e4; font-size: 15px; line-height: 48px; text-transform: uppercase; }
#header .navbar-nav > li:last-of-type > a { border-right: 1px solid #e6e1e4; }
#header .navbar-nav .dropdown-menu li { padding: 1px 0; }
#header .navbar-nav > .dropdown > a .caret { -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
#header .navbar-nav > .dropdown.open > a .caret { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
#header .navbar-nav .dropdown-menu a { padding: 0 15px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.6; text-align: right; }
#header .navbar-nav .dropdown-menu a img { margin-left: 3px; }

#header .btnReservation { margin: 7px; }

/* ==========================================================================
	#Main
========================================================================== */
.main { padding-bottom: 234px; }

/* ==========================================================================
	#sliderHome
========================================================================== */
.sliderHome .slide { position: relative; min-height: 440px; }
.sliderHome .slideImage { position: absolute; top: 0; left: 0; overflow: hidden; z-index: 1; width: 100%; height: 100%; }
.sliderHome .slideImage img { position: absolute; top: -9999px; right: -9999px; bottom: -9999px; left: -9999px; margin: auto; }
.sliderHome .slideImage img.changeHeight { width: auto; height: 100%; }
.sliderHome .slideImage img.changeWidth { width: 100%; height: auto; }
.sliderHome .slideContent { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; font-size: 0; text-align: center; }
.sliderHome .slideContent:before { display: inline-block; height: 100%; margin-left: -0.25em; vertical-align: middle; content: ''; }
.sliderHome .slideInner { display: inline-block; vertical-align: middle; }
.sliderHome .slideContent .slideTitle { position: relative; margin-bottom: 50px; padding-bottom: 50px; font-size: 88px; line-height: 1.1; font-weight: 400; text-transform: uppercase; }
.sliderHome .slideContent .slideTitle:after { position: absolute; bottom: 0; left: 50%; width: 100px; height: 4px; margin-left: -50px; opacity: .8; content: ''; }
.sliderHome .slideContent .slideSubtitle { font-size: 22px; line-height: 1.64; font-weight: 400; text-transform: uppercase; }
.sliderHome .owl-dots { position: absolute; bottom: 0; left: 0; width: 100%; padding: 15px 0; font-size: 0; text-align: center; }
.sliderHome .owl-dot { display: inline-block; width: 32px; height: 16px; margin: 5px; border: 0 solid #fff; vertical-align: middle; }
.sliderHome .owl-dot.active { border-width: 2px; }

/* ==========================================================================
	#Sections
========================================================================== */
.section { padding: 60px 0; }
.section .sectionHead { padding-bottom: 60px; text-align: center; }
.section .sectionHead p,
.section .sectionHead .sectionParagraph { font-size: 18px; line-height: 1.56; font-weight: 400; text-transform: uppercase; }
.section .sectionHead .sectionTitle { padding-bottom: 15px; font-size: 36px; line-height: 1.2; font-weight: 400; text-transform: uppercase; }
.section .sectionHead .sectionTitleLg { position: relative; margin-bottom: 25px; padding: 40px 0 15px; font-size: 60px; }
.section .sectionHead .sectionTitleLg:after { position: absolute; bottom: 0; left: 50%; width: 100px; height: 4px; margin-left: -50px; content: ''; }

/* ==========================================================================
	#sectionIntro
========================================================================== */
.articleIntro { font-size: 0; }
.articleIntro .articleSection,
.articleIntro .articleImage { display: inline-block; padding: 0 20px; vertical-align: middle; }
.articleIntro .articleSection { width: 30%; }
.articleIntro .articleSection p,
.articleIntro .articleSection .articleParagraph { font-size: 16px; line-height: 1.88; font-weight: 400; }
.articleIntro .articleSection .articleTitle { padding-bottom: 20px; font-size: 30px; line-height: 1.2; font-weight: 400; text-transform: uppercase; }
.articleIntro .articleImage { width: 40%; }
.articleIntro .articleImage img { overflow: hidden; width: 100%; max-width: 100%; border-radius: 9px; }

/* ==========================================================================
	#sectionRooms
========================================================================== */
.features { font-size: 0; text-align: center; }
.features .feature { display: inline-block; float: none; vertical-align: top; }
.features .feature a { display: block; }
.features .feature a:hover,
.features .feature a:focus { text-decoration: none; }
.features .feature .featureImage { padding-bottom: 20px; text-align: center; }
.features .feature .featureImage img { overflow: hidden; max-width: 100%; height: auto; border-radius: 9px; }
.features .feature .featureImageInner { position: relative; display: inline-block; max-width: 100%; }
.features .feature .featureOverlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; z-index: 2; font-size: 0; text-align: center; border-radius: 9px; opacity: 0; }
.features .feature a:hover .featureOverlay,
.features .feature a:focus .featureOverlay { opacity: 1; }
.features .feature .featureOverlay:before { display: inline-block; height: 100%; margin-left: -0.25em; vertical-align: middle; content: ''; }
.features .feature .featureOverlay .featureOverlayInner { display: inline-block; padding: 10px; vertical-align: middle; -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }
.features .feature a:hover .featureOverlay .featureOverlayInner,
.features .feature a:focus .featureOverlay .featureOverlayInner { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.features .feature .featureContent p,
.features .feature .featureContent .featureParagraph { font-size: 16px; line-height: 1.88; font-weight: 400; }
.features .feature .featureContent .featureTitle { padding-bottom: 10px; font-size: 26px; line-height: 1.38em; font-weight: 400; text-transform: uppercase; }

.sectionRooms .sectionActions { padding-top: 30px; }
.sectionRooms .sectionActions .btnPrimary { margin: 5px 10px; padding: 0 40px; }

/* ==========================================================================
	#sectionAmenities
========================================================================== */
.sectionAmenities .sectionActions { padding-top: 30px; }
.sectionAmenities .sectionActions .btnPrimary { padding: 0 60px; }

/* ==========================================================================
	#sectionTestimonials
========================================================================== */
.testimonials { font-size: 0; text-align: center; }
.testimonials .testimonial { display: inline-block; float: none; padding: 25px; vertical-align: top; }
.testimonials .testimonial .testimonialBody { overflow: hidden; padding: 20px 30px; border-radius: 9px; }
.testimonials .testimonial .testimonialBody p,
.testimonials .testimonial .testimonialBody .testimonialParagraph { font-size: 16px; line-height: 1.88; font-weight: 400; }
.testimonials .testimonial .testimonialBody .testimonialAuthor { position: relative; padding-bottom: 60px; font-size: 18px; line-height: 1.4; font-weight: 400; }
.testimonials .testimonial .testimonialBody .testimonialAuthor:after { position: absolute; top: 96px; left: 0; width: 100%; font-family: 'Nobile', sans-serif; font-size: 99px; line-height: 0; font-weight: 400; content: '“'; }

/* ==========================================================================
	#sectionAccommodation
========================================================================== */
.sectionAccommodation .sectionHead { padding-bottom: 20px; }
.articleAccommodation .articleImage,
.articleAccommodation .articleImage:after,
.articleAccommodation .articleImage img { overflow: hidden; border-radius: 9px; }
.articleAccommodation .articleImage { position: relative; }
.articleAccommodation .articleImage:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; }
.articleAccommodation .articleImage img { max-width: 100%; height: auto; }
.articleAccommodation .articleContent p,
.articleAccommodation .articleContent .articleParagraph { font-size: 16px; line-height: 2.13; font-weight: 400; }
.articleAccommodation .articleContent .articlePrice { font-size: 18px; line-height: 1.4; font-weight: 400; text-transform: uppercase; }
.articleAccommodation .articleContent .articlePrice { padding-bottom: 5px; }
.articleAccommodation .articleContent .articlePrice strong { font-size: 44px; font-weight: 400; }
.listFeatures { padding-top: 15px; }
.listFeatures li { padding: 10px 0; }
.listFeatures dl { overflow: hidden; }
.listFeatures dt { float: left; min-width: 35px; font-size: 0; font-weight: 400; text-align: left; }
.listFeatures dd { overflow: hidden; padding-top: 5px; font-size: 13px; line-height: 1.4; font-weight: 400; text-transform: uppercase; }
.articleAccommodation .articleContent .articleActions { padding-bottom: 30px; }
.articleAccommodation .articleContent .articleActions .btnPrimary { padding: 0 40px; }

/* ==========================================================================
	#sectionDescription
========================================================================== */
.sectionDescription { padding: 0; }
.sectionDescription .sectionInner { padding: 35px 0 50px; border: 2px solid #e1e1e1; border-right-width: 0; border-left-width: 0; }
.sectionDescription .sectionHead { padding-bottom: 5px; }
.sectionDescription .sectionBody p,
.sectionDescription .sectionBody .sectionParagraph { font-size: 16px; line-height: 2.13; font-weight: 400; }

/* ==========================================================================
	#sectionFeatures
========================================================================== */
.sectionFeatures { padding: 0; }
.sectionFeatures .sectionHead { padding-bottom: 10px; }
.sectionFeatures .sectionInner { padding: 35px 0 50px; border: 2px solid #e1e1e1; border-right-width: 0; border-left-width: 0; }
.listTicksRounded { margin: 0; font-size: 0; }
.listTicksRounded li { display: inline-block; padding: 5px 0; font-size: 18px; line-height: 1.89; font-weight: 400; vertical-align: middle; }
.sectionFeatures .listTicksRounded li { width: 33.33333%; }
.listTicksRounded li:before { display: inline-block; width: 34px; height: 34px; margin: -4px 10px 0 0; border: 2px solid #e5e5e4; background: no-repeat -523px 7px; content: ''; vertical-align: middle; border-radius: 50%; }

/* ==========================================================================
	#sectionGallery
========================================================================== */
.thumbs { font-size: 0; }
.thumb { display: inline-block; float: none; padding: 15px; vertical-align: top; }
.thumb a { position: relative; display: block; }
.thumb a,
.thumb .thumbImage,
.thumb .thumbImage img,
.thumb .thumbContent { overflow: hidden; border-radius: 9px; }
.thumb .thumbImage { position: relative; z-index: 1; }
.thumb .thumbImage img { width: 100%; height: auto; }
.thumb .thumbContent { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; }
.thumb .thumbContent .thumbTitle { position: absolute; bottom: 15px; left: 20px; overflow-y: auto; width: calc(100% - 50px); max-height: calc(100% - 30px); font-size: 16px; line-height: 1.4; font-weight: 400; text-transform: uppercase; }
.thumb .thumbContent:before,
.thumb .thumbContent:after { position: absolute; content: ''; }
.thumb .thumbContent:before { top: 0; right: 0; bottom: 0; left: 0; opacity: 0; }
.thumb a:hover .thumbContent:before { opacity: .7; }
.thumb .thumbContent:after { bottom: 15px; right: 20px; width: 22px; height: 22px; background: url(images/sprite.png) no-repeat -570px -3px; -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; }
.thumb a:hover .thumbContent:after { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-animation-name: hvr-pop; animation-name: hvr-pop; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; }

.sliderGallery .slideImage img { max-width: 100%; height: auto; }
.sliderGallery .owl-prev,
.sliderGallery .owl-next { position: absolute; top: 50%; overflow: hidden; width: 40px; height: 50px; margin-top: -20px; font-size: 0; white-space: nowrap; text-indent: 200%; }
.sliderGallery .owl-prev { left: 0; }
.sliderGallery .owl-next { right: 0; }
.sliderGallery .owl-prev:after,
.sliderGallery .owl-next:after { position: absolute; top: 50%; left: 50%; width: 20px; height: 20px; margin-top: -10px; border: 3px solid #0495c5; content: ''; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.sliderGallery .owl-prev:after { margin-left: -5px; border-top-width: 0; border-right-width: 0; }
.sliderGallery .owl-next:after { margin-left: -15px; border-bottom-width: 0; border-left-width: 0; }

/* ==========================================================================
	#sectionContacts
========================================================================== */
.listContacts { margin: 0; font-size: 0; text-align: justify; }
.listContacts:after { display: inline-block; width: 100%; content: ''; }
.listContacts > li { display: inline-block; padding: 0 20px 20px; }
.listContacts dt,
.listContacts dd,
.listContacts dd strong { line-height: 1.4; font-weight: 400; }
.listContacts dt { font-size: 14px; text-transform: uppercase; }
.listContacts dd { padding-top: 5px; font-size: 16px; }
.listContacts dd strong { font-size: 18px; }
.listContacts dd a:hover,
.listContacts dd a:focus { color: inherit; text-decoration: none; }

.customMap { height: 260px; padding: 20px 20px 0; }

/* ==========================================================================
	#sectionContactUs
========================================================================== */
.formContact { padding: 0 20px; }
.formContact .btn { padding: 0 40px; }

/* ==========================================================================
	#sectionTerms
========================================================================== */
.sectionTerms .sectionHead { padding-bottom: 0; }
.sectionTerms .sectionBody p,
.sectionTerms .sectionBody .sectionParagraph { font-size: 16px; line-height: 2.13; font-weight: 400; }

/* ==========================================================================
	#roomGallery
========================================================================== */
.roomGallery { padding-right: 15px; }
.roomGallery .roomGalleryMainImage,
.roomGallery .roomGalleryMainImage:after,
.roomGallery .roomGalleryMainImage img { overflow: hidden; border-radius: 9px; }
.roomGallery .roomGalleryMainImage { position: relative; }
.roomGallery .roomGalleryMainImage:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; content: ''; }
.roomGallery .roomGalleryMainImage img { position: relative; z-index: 1; width: 100%; max-width: 100%; height: auto; }

.roomGallery .roomGalleryThumbs { padding: 15px 0; }
.roomGallery .roomGalleryThumb,
.roomGallery .roomGalleryThumb img { overflow: hidden; border-radius: 4px; }
.roomGallery .roomGalleryThumb { display: block; opacity: .7; }
.roomGallery .roomGalleryThumb:hover,
.roomGallery .roomGalleryThumb:focus,
.roomGallery .roomGalleryThumb.active { opacity: 1; text-decoration: none; }
.roomGallery .roomGalleryThumb img { width: 100%; max-width: 100%; height: auto; }

.sliderGalleryThumbs .owl-prev,
.sliderGalleryThumbs .owl-next { position: absolute; top: 50%; z-index: 2; overflow: hidden; width: 24px; height: 24px; margin-top: -12px; border: 4px solid #fff; font-size: 0; white-space: nowrap; text-indent: 200%; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.sliderGalleryThumbs .owl-prev { left: 10px; border-top-width: 0; border-right-width: 0; }
.sliderGalleryThumbs .owl-next { right: 10px; border-bottom-width: 0; border-left-width: 0; }
.sliderGalleryThumbs .owl-stage { margin: 0 auto; }

/* ==========================================================================
	#sectionRoomsAlt
========================================================================== */
.sectionRoomsAlt .sectionHead { padding-bottom: 0; }
.sliderRoomsAlt .owl-dots { padding: 15px 0; font-size: 0; text-align: center; }
.sliderRoomsAlt .owl-dot { display: inline-block; width: 32px; height: 16px; margin: 5px; border: 0 solid; vertical-align: middle; }
.sliderRoomsAlt .owl-dot.active { border-width: 2px; }
.sliderRoomsAlt .owl-stage { margin: 0 auto; }
.sliderRoomsAlt .roomAlt { padding: 10px 0; }
.sliderRoomsAlt .roomAlt a { display: block; }
.sliderRoomsAlt .roomAlt a:hover,
.sliderRoomsAlt .roomAlt a:focus { text-decoration: none; }
.sliderRoomsAlt .roomAlt .roomAltImage,
.sliderRoomsAlt .roomAlt .roomAltImage img { overflow: hidden; border-radius: 9px; }
.sliderRoomsAlt .roomAlt .roomAltImage img { width: 100%; height: auto; }
.sliderRoomsAlt .roomAlt .roomAltContent { padding: 10px 0; text-align: center; }
.sliderRoomsAlt .roomAlt .roomAltContent .roomAltTitle { font-size: 20px; line-height: 1.4; font-weight: 400; text-transform: uppercase; }

/* ==========================================================================
	#sectionRoomsTypes
========================================================================== */
.sectionRoomsTypes .sectionHead { padding-bottom: 20px; }
.roomsTypes { font-size: 0; }
.roomsTypes .roomsType { display: inline-block; float: none; padding: 30px 20px; vertical-align: top; }
.roomsTypes .roomsType a { display: block; }
.roomsTypes .roomsType a:hover,
.roomsTypes .roomsType a:focus { text-decoration: none; }
.roomsTypes .roomsType .roomsTypeImage,
.roomsTypes .roomsType .roomsTypeImage img,
.roomsTypes .roomsType .roomsTypeImageOverlay { overflow: hidden; border-radius: 9px; }
.roomsTypes .roomsType .roomsTypeImage { position: relative; }
.roomsTypes .roomsType .roomsTypeImage img { width: 100%; height: auto; }
.roomsTypes .roomsType .roomsTypeImageOverlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; font-size: 0; text-align: center; opacity: 0; }
.roomsTypes .roomsType a:hover .roomsTypeImageOverlay,
.roomsTypes .roomsType a:focus .roomsTypeImageOverlay { opacity: 1; }
.roomsTypes .roomsType .roomsTypeImageOverlay:before { display: inline-block; height: 100%; margin-left: -0.25em; vertical-align: middle; content: ''; }
.roomsTypes .roomsType .roomsTypeImageOverlay .roomsTypeImageOverlayInner { display: inline-block; vertical-align: middle; padding: 10px; -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }
.roomsTypes .roomsType a:hover .roomsTypeImageOverlay .roomsTypeImageOverlayInner,
.roomsTypes .roomsType a:focus .roomsTypeImageOverlay .roomsTypeImageOverlayInner { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.roomsTypes .roomsType .roomsTypePrice { font-size: 16px; line-height: 1.4; font-weight: 400; text-transform: uppercase; }
.roomsTypes .roomsType .roomsTypePrice strong { font-size: 30px; font-weight: 400; }
.roomsTypes .roomsType .roomsTypePrice,
.roomsTypes .roomsType .roomsTypeActions { padding: 8px 0; }
.roomsTypes .roomsType .roomsTypeContent { padding-top: 20px; text-align: center; }
.roomsTypes .roomsType .roomsTypeContent p,
.roomsTypes .roomsType .roomsTypeContent .roomsTypeParagraph { font-size: 16px; line-height: 1.88; font-weight: 400; }
.roomsTypes .roomsType .roomsTypeContent .roomsTypeTitle { padding-bottom: 10px; font-size: 26px; line-height: 1.4; font-weight: 400; text-transform: uppercase; }

/* ==========================================================================
	#sectionFacilities
========================================================================== */
.facilities { padding: 0 130px; }
.facilities .facility:after { display: block; padding: 30px 0; font-size: 99px; line-height: 1; content: '+'; text-align: center; }
.facilities .facility:last-of-type:after { content: ''; }
.facilities .facility:nth-child(odd) .facilityContent { float: left; text-align: right; }
.facilities .facility:nth-child(even) .facilityContent { float: right; text-align: left; }
.facilities .facility:nth-child(odd) .facilityImage { float: right; }
.facilities .facility:nth-child(even) .facilityImage { float: left; }
.facilities .facility .facilityImage img { overflow: hidden; width: 100%; height: auto; border-radius: 9px; }
.facilities .facility .facilityContent { padding-top: 25px; }
.facilities .facility .facilityContent p,
.facilities .facility .facilityContent .facilityParagraph { font-size: 16px; line-height: 1.88; font-weight: 400; }
.facilities .facility .facilityContent .facilityTitle { padding-bottom: 30px; font-size: 30px; line-height: 1.2; font-weight: 400; text-transform: uppercase; }

/* ==========================================================================
	#Footer
========================================================================== */
#footer { position: absolute; bottom: 0; left: 0; width: 100%; }
#footer .footerLogo { display: inline-block; width: 150px; height: 30px; font-size: 0; text-align: center; }
#footer .footerLogo:hover { text-decoration: none; }
#footer .footerLogo:before { display: inline-block; height: 100%; margin-left: -0.25em; vertical-align: middle; content: ''; }
#footer .footerLogo img { display: inline-block; max-width: 100%; max-height: 100%; vertical-align: middle; }

#footer .footerUtilities { padding: 30px 0; }
#footer .footerUtilities .footerUtilitiesInner { padding: 0 15px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.footerNav { padding-bottom: 20px; }
.footerNav ul { margin: 0; font-size: 0; }
.footerNav li,
.footerNav a { display: inline-block; vertical-align: middle; }
.footerNav li { padding: 0 30px 0 0; }
.footerNav a { font-size: 15px; line-height: 1.4; }
.footerNav a:hover,
.footerNav a:focus,
.footerNav .active a { text-decoration: none; }

.footerContacts { padding-top: 20px; }
.footerContacts > ul { margin: 0; font-size: 0; text-align: justify; }
.footerContacts ul:after { display: inline-block; width: 100%; content: ''; }
.footerContacts > ul > li { display: inline-block; padding: 0 15px; vertical-align: top; }
.footerContacts dt,
.footerContacts dd { line-height: 1.4; font-weight: 400; }
.footerContacts dt { padding-bottom: 5px; font-size: 14px; text-transform: uppercase; }
.footerContacts dd { font-size: 16px; }
.footerContacts dd strong { font-size: 18px; font-weight: 400; }
.footerContacts dd a:hover,
.footerContacts dd a:focus { text-decoration: none; }

.footerInner { padding: 20px 0; }
.copyright,
.credits { padding: 0 15px; font-size: 15px; line-height: 1.4; font-weight: 400; }
.copyright a:hover,
.copyright a:focus,
.credits a:hover,
.credits a:focus,
.copyright .text-primary,
.credits .text-primary { text-decoration: none; }

/* ==========================================================================
	#Hotel Booking
========================================================================== */
.formBooking .pjHbNav .dropdown-menu { margin-top: 0; }
.formBooking .pjHbNav .dropdown-menu li { padding: 1px 0; }
.formBooking .pjHbNav > .pjHbBtnNav .caret { margin: -2px 0 0 2px; -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
.formBooking .pjHbNav.open > .pjHbBtnNav .caret { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.formBooking .pjHbNav .dropdown-menu a { padding: 0 15px; line-height: 1.6; }
.formBooking .pjHbNav .dropdown-menu a.disabled { opacity: 1; }
.formBooking .pjHbPanelTitle,
.formBooking .pjHbPanelBookingTitle,
.formBooking .modal-title,
.formBooking .pjHbFormCheckOutTitle { font-size: 24px; text-transform: uppercase; }
.formBooking .pjHbProduct .panel-heading { font-size: 20px; }
.formBooking .pjHbProduct .pjHbAccommodate { font-size: 18px; }
.formBooking .pjHbProduct .pjHbProductPrice { font-size: 24px; line-height: 1; }
.formBooking .pjHbProduct .panel-body p{
	max-height: 140px;
}
.formBooking .pjHbExtrasTitle { font-size: 22px; }
.formBooking .pjHbExtraPrice { font-size: 18px; }
.formBooking .pjHbExtraPrice strong { color: inherit; }

.formBooking .pjHbCalendar .input-group-addon span { color: inherit; }

.formBooking .pjHbTimePick .bootstrap-datetimepicker-widget { max-width: 100%; }
.formBooking .pjHbTimePick .btn-primary { border: 0; }
.formBooking .pjHbTimePick .bootstrap-datetimepicker-widget td,
.formBooking .pjHbTimePick .bootstrap-datetimepicker-widget td span { width: 34px !important; height: 34px !important; line-height: 36px !important; }
.formBooking .alert { border: 0; background: none; font-size: 18px; }

/* ==========================================================================
	#RTL
========================================================================== */
html[dir="rtl"] .col-lg-1, html[dir="rtl"] .col-lg-10, html[dir="rtl"] .col-lg-11, html[dir="rtl"] .col-lg-12, html[dir="rtl"] .col-lg-2, html[dir="rtl"] .col-lg-3, html[dir="rtl"] .col-lg-4, html[dir="rtl"] .col-lg-5, html[dir="rtl"] .col-lg-6, html[dir="rtl"] .col-lg-7, html[dir="rtl"] .col-lg-8, html[dir="rtl"] .col-lg-9, html[dir="rtl"] .col-md-1, html[dir="rtl"] .col-md-10, html[dir="rtl"] .col-md-11, html[dir="rtl"] .col-md-12, html[dir="rtl"] .col-md-2, html[dir="rtl"] .col-md-3, html[dir="rtl"] .col-md-4, html[dir="rtl"] .col-md-5, html[dir="rtl"] .col-md-6, html[dir="rtl"] .col-md-7, html[dir="rtl"] .col-md-8, html[dir="rtl"] .col-md-9, html[dir="rtl"] .col-sm-1, html[dir="rtl"] .col-sm-10, html[dir="rtl"] .col-sm-11, html[dir="rtl"] .col-sm-12, html[dir="rtl"] .col-sm-2, html[dir="rtl"] .col-sm-3, html[dir="rtl"] .col-sm-4, html[dir="rtl"] .col-sm-5, html[dir="rtl"] .col-sm-6, html[dir="rtl"] .col-sm-7, html[dir="rtl"] .col-sm-8, html[dir="rtl"] .col-sm-9, html[dir="rtl"] .col-xs-1, html[dir="rtl"] .col-xs-10, html[dir="rtl"] .col-xs-11, html[dir="rtl"] .col-xs-12, html[dir="rtl"] .col-xs-2, html[dir="rtl"] .col-xs-3, html[dir="rtl"] .col-xs-4, html[dir="rtl"] .col-xs-5, html[dir="rtl"] .col-xs-6, html[dir="rtl"] .col-xs-7, html[dir="rtl"] .col-xs-8, html[dir="rtl"] .col-xs-9 { float: right; }
html[dir="rtl"] .pull-left { float: right !important; }
html[dir="rtl"] .pull-right { float: left !important; }
html[dir="rtl"] .col-sm-offset-3 { margin-right: 25%; margin-left: 0; }

html[dir="rtl"] #header .btnReservation,
html[dir="rtl"] #header .navbar-nav { float: left !important; }
html[dir="rtl"] #header .navbar-header,
html[dir="rtl"] #header .navbar-nav > li { float: right; }
html[dir="rtl"] #header .navbar-nav .dropdown-menu { right: auto; left: 0; }
html[dir="rtl"] #header .navbar-nav .dropdown-menu a { text-align: left; }
html[dir="rtl"] #header .navbar-nav .dropdown-menu a img { margin-right: 3px; margin-left: 0; }
html[dir="rtl"] #header .navbar-nav > li:last-of-type > a { border-right-width: 0; }
html[dir="rtl"] #header .navbar-nav > li:first-of-type > a { border-right: 1px solid #e6e1e4; }

html[dir="rtl"] .articleIntro .articleSection.text-right { text-align: left; }
html[dir="rtl"] .articleIntro .articleSection.text-left { text-align: right; }

html[dir="rtl"] .socials li { padding-right: 0; padding-left: 15px; }

html[dir="rtl"] .features .feature,
html[dir="rtl"] .testimonials .testimonial { float: none; }

html[dir="rtl"] .listFeatures dt { float: right; text-align: right; }
html[dir="rtl"] .listTicksRounded li:before { margin-right: 0; margin-left: 10px; }

html[dir="rtl"] .thumb .thumbContent:after { right: auto; left: 20px; }

html[dir="rtl"] .popupActions { right: auto; left: -20px; }

html[dir="rtl"] .form-horizontal.form .control-label { text-align: left; }

html[dir="rtl"] .roomsTypes .roomsType { float: none; }

html[dir="rtl"] .facilities .facility:nth-child(odd) .facilityContent { float: right; text-align: left; }
html[dir="rtl"] .facilities .facility:nth-child(even) .facilityContent { float: left; text-align: right; }
html[dir="rtl"] .facilities .facility:nth-child(odd) .facilityImage { float: left; }
html[dir="rtl"] .facilities .facility:nth-child(even) .facilityImage { float: right; }

/* ==========================================================================
	#Responsive
========================================================================== */
@media only screen and (max-width: 1199px) {
	/* ==========================================================================
		#Header
	========================================================================== */
	#header .container { width: 100%; }
	#header .navbar-nav > li > a { padding: 0 10px; }

	/* ==========================================================================
		#sliderHome
	========================================================================== */
	.sliderHome .slideContent .slideTitle { font-size: 64px; }

	/* ==========================================================================
		#sectionAccommodation
	========================================================================== */
	.listFeatures { padding-top: 0; }
	.articleAccommodation .articleContent .articleActions { padding-bottom: 10px; }

	/* ==========================================================================
		#sectionFacilities
	========================================================================== */
	.facilities { padding: 0 50px; }
	.facilities .facility .facilityContent { padding-top: 15px; }
}

@media only screen and (max-width: 991px) {
	/* ==========================================================================
		#Header
	========================================================================== */
	#header .navbar-nav > li > a { padding: 0 5px; font-size: 13px; }

	/* ==========================================================================
		#Main
	========================================================================== */
	.main { padding-bottom: 278px; }

	/* ==========================================================================
		#sliderHome
	========================================================================== */
	.sliderHome .slideContent .slideTitle { margin-bottom: 30px; padding-bottom: 20px; font-size: 48px; }
	.sliderHome .slideContent .slideSubtitle { font-size: 18px; }

	/* ==========================================================================
		#Sections
	========================================================================== */
	.section .sectionHead { padding-bottom: 20px; }
	.section .sectionHead br { display: none; }

	/* ==========================================================================
		#sectionIntro
	========================================================================== */
	.sectionIntro .sectionHead { padding-bottom: 10px; }
	.articleIntro .articleSection,
	.articleIntro .articleImage { display: block; width: 100%; text-align: center; }
	.articleIntro .articleImage img { width: auto; }
	.articleIntro .articleSection { padding: 10px 0; }
	.articleIntro .articleSection .articleTitle { padding: 10px 0; }
	
	/* ==========================================================================
		#Features
	========================================================================== */
	.features .feature { padding: 15px; }
	.features .feature .featureImage { padding-bottom: 10px; }
	.features .feature .featureContent .featureTitle { padding-bottom: 0; }

	/* ==========================================================================
		#sectionRooms
	========================================================================== */
	.sectionRooms .sectionActions { padding-top: 10px; }

	/* ==========================================================================
		#Footer
	========================================================================== */
	#footer .footerUtilities { padding: 15px 0; }
	.footerNav { padding: 5px 0; }
	#footer .footerLogo { margin-bottom: 5px; }
	.footerNav li { padding: 0 5px; }
	.footerContacts { padding-top: 10px; }
	.footerContacts > ul { text-align: left; }
	.footerContacts > ul:after { display: none; }
	.footerContacts > ul > li { padding: 5px 15px; }
	.footerInner { padding: 10px 0; }
	.copyright,
	.credits { float: none !important; padding: 5px 0; text-align: center; }

	/* ==========================================================================
		#sectionAccommodation
	========================================================================== */
	.listFeatures li { padding: 5px 0; }

	.articleAccommodation .articleContent { text-align: center; }
	.articleAccommodation .articleContent p,
	.articleAccommodation .articleContent .articleParagraph { line-height: 1.5; }
	.roomGallery { padding-right: 0; }

	/* ==========================================================================
		#sectionFacilities
	========================================================================== */
	.facilities { padding: 0; }
	.facilities .facility .facilityContent .facilityTitle { padding-bottom: 5px; }
	.facilities .facility .facilityContent { padding-top: 5px; }

	/* ==========================================================================
		#RTL
	========================================================================== */
	html[dir="rtl"] .articleIntro .articleSection.text-right,
	html[dir="rtl"] .articleIntro .articleSection.text-left { text-align: center; }
	html[dir="rtl"] .copyright,
	html[dir="rtl"] .credits { float: none !important; }
	html[dir="rtl"] .footerContacts > ul { text-align: right; }
}

@media only screen and (max-width: 890px) {
	/* ==========================================================================
		#Header
	========================================================================== */
	#header .btnReservation { display: none; }
}

@media only screen and (max-width: 767px) {
	/* ==========================================================================
		#Header
	========================================================================== */
	#header .btnReservation { display: inline-block; float: right; margin-right: 0; margin-left: 0; }
	#header .navbar-header { width: auto; margin: 0; }
	#header .navbar-header .navbar-toggle { margin-right: 10px; }
	#header .navbar-collapse { padding: 0; border: 0; }
	#header .navbar-nav > li { padding: 1px 0; }
	#header .navbar-nav > li > a { padding: 0 10px; border: 0; line-height: 1.8; }
	#header .navbar-nav .dropdown-menu a { text-align: left; }

	/* ==========================================================================
		#Main
	========================================================================== */
	.main { padding-bottom: 0; }

	/* ==========================================================================
		#sliderHome
	========================================================================== */
	.sliderHome .slideInner { padding: 10px; }
	.sliderHome .slideContent .slideTitle { margin-bottom: 20px; padding-bottom: 15px; font-size: 34px; }
	.sliderHome .slideContent .slideSubtitle br { display: none; }

	/* ==========================================================================
		#Sections
	========================================================================== */
	.section { padding: 30px 0; }
	.section .sectionHead p,
	.section .sectionHead .sectionParagraph { font-size: 14px; }
	.section .sectionHead .sectionTitle { padding-bottom: 10px; font-size: 28px; }

	/* ==========================================================================
		#Features
	========================================================================== */
	.features .feature .featureContent .featureParagraph { font-size: 14px; line-height: 1.6; }
	.features .feature .featureContent .featureTitle { font-size: 22px; }
	.features .feature a .featureOverlay { opacity: 1; }
	.features .feature a .featureOverlay .featureOverlayInner { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

	/* ==========================================================================
		#sectionTestimonials
	========================================================================== */
	.testimonials .testimonial { padding: 15px; }
	.testimonials .testimonial .testimonialBody { padding: 15px 10px; }

	/* ==========================================================================
		#Footer
	========================================================================== */
	#footer { position: static; }
	#footer .footerUtilities { text-align: center; }
	#footer .footerUtilities .footerUtilitiesInner { padding: 0 0 10px; }
	#footer .footerLogo,
	.footerNav { float: none !important; }
	.footerNav li { padding: 2px 10px; }
	.footerContacts > ul > li { display: block; padding: 5px 0; text-align: center; }
	.footerContacts dt { padding-bottom: 0; }
	#footer .footerUtilities .socials li { padding: 1px 5px; }

	/* ==========================================================================
		#sectionAccommodation
	========================================================================== */
	.sectionAccommodation .sectionHead { padding-bottom: 0; }
	.listFeatures,
	.articleAccommodation .articleContent .articlePrice,
	.articleAccommodation .articleContent .articleActions { text-align: center; }

	.listFeatures { padding: 10px 0; font-size: 0; }
	.listFeatures li { display: inline-block; padding: 5px 10px; vertical-align: middle; }
	.listFeatures dt { float: none; min-height: 32px; text-align: center; }
	.articleAccommodation .articleContent .articleActions { padding: 0; }

	/* ==========================================================================
		#sectionFeatures
	========================================================================== */
	.sectionFeatures .listTicksRounded li { width: 50%; }

	/* ==========================================================================
		#sectionGallery
	========================================================================== */
	.tabsGallery .tabsNav li { padding: 5px; }
	.tabsGallery .tabsNav { padding-bottom: 0; }

	/* ==========================================================================
		#sectionContacts
	========================================================================== */
	.listContacts > li { padding: 0 5px 10px; }

	/* ==========================================================================
		#sectionRoomsAlt
	========================================================================== */
	.sectionRoomsAlt .sectionHead { padding-bottom: 0; }
	.sliderRoomsAlt .roomAlt .roomAltContent .roomAltTitle { font-size: 17px; }

	/* ==========================================================================
		#sectionRoomsTypes
	========================================================================== */
	.roomsTypes .roomsType { padding: 15px; }
	.roomsTypes .roomsType .roomsTypeImageOverlay { opacity: 1; }
	.roomsTypes .roomsType .roomsTypeImageOverlay .roomsTypeImageOverlayInner { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

	/* ==========================================================================
		#sectionFacilities
	========================================================================== */
	.facilities .facility:after { padding: 0; }
	.facilities .facility:nth-child(odd) .facilityContent,
	.facilities .facility:nth-child(even) .facilityContent,
	.facilities .facility:nth-child(odd) .facilityImage,
	.facilities .facility:nth-child(even) .facilityImage { float: none; }
	.facilities .facility:nth-child(odd) .facilityContent,
	.facilities .facility:nth-child(even) .facilityContent,
	.facilities .facility .facilityImage { padding-top: 15px; text-align: center; }
	.facilities .facility .facilityImage img { width: auto; max-width: 100%; }

	/* ==========================================================================
		#RTL
	========================================================================== */
	html[dir="rtl"] #header .navbar-header .navbar-toggle { float: left; margin-right: 0; margin-left: 10px; }
	html[dir="rtl"] #header .navbar-header,
	html[dir="rtl"] #header .navbar-nav > li { float: none; }
	html[dir="rtl"] #header .navbar-nav { float: none !important; }
	html[dir="rtl"] #header .navbar-nav .dropdown-menu a { text-align: right; }

	html[dir="rtl"] #footer .footerLogo,
	html[dir="rtl"] .footerNav { float: none !important; }

	html[dir="rtl"] .listFeatures dt { float: none; text-align: center; }

	html[dir="rtl"] .col-sm-offset-3 { margin-right: 0; }

	html[dir="rtl"] .facilities .facility:nth-child(odd) .facilityContent,
	html[dir="rtl"] .facilities .facility:nth-child(even) .facilityContent,
	html[dir="rtl"] .facilities .facility:nth-child(odd) .facilityImage,
	html[dir="rtl"] .facilities .facility:nth-child(even) .facilityImage { float: none; }
	html[dir="rtl"] .facilities .facility:nth-child(odd) .facilityContent,
	html[dir="rtl"] .facilities .facility:nth-child(even) .facilityContent,
	html[dir="rtl"] .facilities .facility .facilityImage { text-align: center; }
}

@media only screen and (max-width: 480px) {
	/* ==========================================================================
		#Buttons
	========================================================================== */
	.formBooking .pjHbPanelHead .col-xs-2 .btn { padding: 0 10px; }
	.formBooking .btn-default.pjHbBtnNav { padding: 0; font-size: 12px; font-weight: 400; }

	/* ==========================================================================
		#Header
	========================================================================== */
	#header .container { padding: 0 5px; }
	#header .navbar-collapse { margin: 0 -5px; }
	#header .navbar-header .navbar-toggle { margin-right: 5px; }
	#header .btnReservation { padding: 0 10px; }

	/* ==========================================================================
		#sliderHome
	========================================================================== */
	.sliderHome .slideContent .slideTitle { font-size: 32px; }
	.sliderHome .slideContent .slideSubtitle { font-size: 14px; }

	/* ==========================================================================
		#sectionIntro
	========================================================================== */
	.articleIntro .articleSection p,
	.articleIntro .articleSection .articleParagraph { font-size: 15px; }
	.articleIntro .articleSection .articleTitle { padding: 0 0 5px; font-size: 24px; }

	/* ==========================================================================
		#Features
	========================================================================== */
	.features .feature { width: 100%; }

	/* ==========================================================================
		#sectionTestimonials
	========================================================================== */
	.testimonials .testimonial { width: 100%; }

	/* ==========================================================================
		#sectionFeatures
	========================================================================== */
	.listTicksRounded { text-align: center; }
	.listTicksRounded li:before { display: block; margin: 0 auto; }
	.sectionFeatures .listTicksRounded li { width: auto; min-width: 50%; text-align: center; }

	/* ==========================================================================
		#sectionContacts
	========================================================================== */
	.listContacts > li { display: block; padding: 0 0 10px; text-align: center; }
	.listContacts dd { padding-top: 0; }
	.listContacts .socials li { padding: 2px 5px; }

	.customMap { padding: 10px 0; }
	
	/* ==========================================================================
		#sectionContactUs
	========================================================================== */
	.formContact { padding: 0; }
	.formContact .btn { padding: 0 20px; }

	/* ==========================================================================
		#sectionAmenities
	========================================================================== */
	.sectionAmenities .sectionActions .btnPrimary { padding: 0 20px; }

	/* ==========================================================================
		#sectionRoomsTypes
	========================================================================== */
	.roomsTypes .roomsType .roomsTypeContent { padding-top: 10px; }
	.roomsTypes .roomsType .roomsTypeContent p,
	.roomsTypes .roomsType .roomsTypeContent .roomsTypeParagraph { line-height: 1.4; }
	.roomsTypes .roomsType .roomsTypeContent .roomsTypeTitle { padding-bottom: 0; font-size: 22px; }

	/* ==========================================================================
		#sectionFacilities
	========================================================================== */
	.facilities .facility .facilityContent p,
	.facilities .facility .facilityContent .facilityParagraph { font-size: 15px; line-height: 1.5; }
	.facilities .facility .facilityContent .facilityTitle { font-size: 24px; }
	.facilities .facility:after { font-size: 64px; }

	/* ==========================================================================
		#RTL
	========================================================================== */
	html[dir="rtl"] .listTicksRounded li:before { margin: 0 auto; }
}

@media only screen and (max-width: 380px) {
	/* ==========================================================================
		#General
	========================================================================== */
	body { min-width: 320px; }

	/* ==========================================================================
		#Header
	========================================================================== */
	#header .btnReservation { display: none; }

	/* ==========================================================================
		#sliderHome
	========================================================================== */
	.sliderHome .slideContent .slideTitle { padding-bottom: 0; font-size: 24px; }
	.sliderHome .slideContent .slideTitle:after { display: none; }

	/* ==========================================================================
		#Footer
	========================================================================== */
	.credits { font-size: 13px; }
}