/** 	Park Royal Themes Style  Revision No    : $Rev: 3328 $ Last changed on: $Date: 2014-11-18 11:39:59 +0800 (Tue, 18 Nov 2014) $
*/
/* ------------------------------------------------------------- Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
 List of CSS3 Sass Mixins File to be @imported and @included as you need
 The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER ENDING css files
 note: All CSS3 Properties are being supported by Safari 5 more info: http://www.findmebyip.com/litmus/#css3-properties
 Mixins available: -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999 -   background-size         - arguments: Width: 100%, Height: 100% -   border-radius           - arguments: Radius: 5px -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4) -   box-sizing              - arguments: Type: border-box -   columns                 - arguments: Count: 3, Gap: 10 -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0 -   flex                    - arguments: Value: 1 -   flip                    - arguments: ScaleX: -1 -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf -   opacity                 - arguments: Opacity: 0.5 -   outline radius          - arguments: Radius: 5px -   resize                  - arguments: Direction: both -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0 CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4) -   transform               - arguments: Parameters: null -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0

------------------------------------------------------------- */
/* BACKGROUND GRADIENT */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OPACITY BACKGROUND */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION
@mixin transition($what: all, $length: 1s, $easing: ease-in-out) {
	-moz-transition:    $what $length $easing;
	-o-transition:      $what $length $easing;
	-webkit-transition: $what $length $easing;
	-ms-transition:     $what $length $easing;
	transition:         $what $length $easing;

}
*/
/* Apply a CSS3 transition  $property The property you want to animate, eg opacity $duration The duration of the animation, eg 1s $ms Include -ms-transition; default is false because IE does not support transitionEnd callback  @include transition(opacity, 0.5s); */
/* Apply a CSS3 transition-delay @include transitionDelay(2s); */
/* Apply a CSS3 transition-duration @include transitionDuration(1s); */
/* Apply a CSS3 transition-property @include transitionProperty(opacity); @include transitionProperty((height, width)); Multiple properties can be passed in surrounded by brackets */
/* Apply a CSS3 transition-timing-function @include transitionTimingFunction(easing); */
/* TRIPLE BORDERS */
/** Map Markers Animation **/
/* line 242, common/pr-markers/australia/*.png */
.australia-sprite, .australia .markers1, .australia .markers2, .australia .markers3, .australia .markers4, .australia .markers5, .australia .markers6, .australia .markers7, .australia .markers8, .australia .markers9, .australia .markers10, .australia .markers11, .australia .markers12, .australia .markers13, .australia .markers14, .australia .markers15, .australia .markers16, .australia .markers17, .australia .markers18, .australia .markers19, .australia .markers20, .australia .current-prop, .australia .other-prop { background: url('../images/common/pr-markers/australia.png') no-repeat; }

/* line 242, common/pr-markers/china/*.png */
.china-sprite, .china .markers1, .china .markers2, .china .markers3, .china .markers4, .china .markers5, .china .markers6, .china .markers7, .china .markers8, .china .markers9, .china .markers10, .china .markers11, .china .markers12, .china .markers13, .china .markers14, .china .markers15, .china .markers16, .china .markers17, .china .markers18, .china .markers19, .china .markers20, .china .current-prop, .china .other-prop { background: url('../images/common/pr-markers/china.png') no-repeat; }

/* line 242, common/pr-markers/indonesia/*.png */
.indonesia-sprite, .indonesia .markers1, .indonesia .markers2, .indonesia .markers3, .indonesia .markers4, .indonesia .markers5, .indonesia .markers6, .indonesia .markers7, .indonesia .markers8, .indonesia .markers9, .indonesia .markers10, .indonesia .markers11, .indonesia .markers12, .indonesia .markers13, .indonesia .markers14, .indonesia .markers15, .indonesia .markers16, .indonesia .markers17, .indonesia .markers18, .indonesia .markers19, .indonesia .markers20, .indonesia .current-prop, .indonesia .other-prop { background: url('../images/common/pr-markers/indonesia.png') no-repeat; }

/* line 242, common/pr-markers/malaysia/*.png */
.malaysia-sprite, .malaysia .markers1, .malaysia .markers2, .malaysia .markers3, .malaysia .markers4, .malaysia .markers5, .malaysia .markers6, .malaysia .markers7, .malaysia .markers8, .malaysia .markers9, .malaysia .markers10, .malaysia .markers11, .malaysia .markers12, .malaysia .markers13, .malaysia .markers14, .malaysia .markers15, .malaysia .markers16, .malaysia .markers17, .malaysia .markers18, .malaysia .markers19, .malaysia .markers20, .malaysia .current-prop, .malaysia .other-prop { background: url('../images/common/pr-markers/malaysia.png') no-repeat; }

/* line 242, common/pr-markers/myanmar/*.png */
.myanmar-sprite, .myanmar .markers1, .myanmar .markers2, .myanmar .markers3, .myanmar .markers4, .myanmar .markers5, .myanmar .markers6, .myanmar .markers7, .myanmar .markers8, .myanmar .markers9, .myanmar .markers10, .myanmar .markers11, .myanmar .markers12, .myanmar .markers13, .myanmar .markers14, .myanmar .markers15, .myanmar .markers16, .myanmar .markers17, .myanmar .markers18, .myanmar .markers19, .myanmar .markers20, .myanmar .current-prop, .myanmar .other-prop { background: url('../images/common/pr-markers/myanmar.png') no-repeat; }

/* line 242, common/pr-markers/premium/*.png */
.premium-sprite, .premium .markers1, .premium .markers2, .premium .markers3, .premium .markers4, .premium .markers5, .premium .markers6, .premium .markers7, .premium .markers8, .premium .markers9, .premium .markers10, .premium .markers11, .premium .markers12, .premium .markers13, .premium .markers14, .premium .markers15, .premium .markers16, .premium .markers17, .premium .markers18, .premium .markers19, .premium .markers20, .premium .current-prop, .premium .other-prop { background: url('../images/common/pr-markers/premium.png') no-repeat; }

/* line 242, common/pr-markers/singapore/*.png */
.singapore-sprite, .singapore .markers1, .singapore .markers2, .singapore .markers3, .singapore .markers4, .singapore .markers5, .singapore .markers6, .singapore .markers7, .singapore .markers8, .singapore .markers9, .singapore .markers10, .singapore .markers11, .singapore .markers12, .singapore .markers13, .singapore .markers14, .singapore .markers15, .singapore .markers16, .singapore .markers17, .singapore .markers18, .singapore .markers19, .singapore .markers20, .singapore .current-prop, .singapore .other-prop { background: url('../images/common/pr-markers/singapore.png') no-repeat; }

/* line 242, common/pr-markers/vietnam/*.png */
.vietnam-sprite, .vietnam .markers1, .vietnam .markers2, .vietnam .markers3, .vietnam .markers4, .vietnam .markers5, .vietnam .markers6, .vietnam .markers7, .vietnam .markers8, .vietnam .markers9, .vietnam .markers10, .vietnam .markers11, .vietnam .markers12, .vietnam .markers13, .vietnam .markers14, .vietnam .markers15, .vietnam .markers16, .vietnam .markers17, .vietnam .markers18, .vietnam .markers19, .vietnam .markers20, .vietnam .current-prop, .vietnam .other-prop { background: url('../images/common/pr-markers/vietnam.png') no-repeat; }

/* line 287, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-d11349 ul.arrow-breadcrumb li { display: inline; line-height: 0; margin: 0; }
/* line 291, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-d11349 ul.arrow-breadcrumb li a { padding: 20px 20px 0 20px; margin: 0 20px 0 20px; width: 272px; }
/* line 296, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-d11349 ul.arrow-breadcrumb li a:after, .lt-ie9 .theme-d11349 ul.arrow-breadcrumb li a:before { display: none; }
/* line 299, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-d11349 ul.arrow-breadcrumb li a span.left { position: absolute; top: 0; left: -20px; display: block; width: 20px; height: 40px; background: url("../images/common/parkroyal/booking/theme-000000/steps_back_next.png") no-repeat top left; }
/* line 309, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-d11349 ul.arrow-breadcrumb li a span.right { position: absolute; top: 0; right: -20px; display: block; width: 20px; height: 40px; background: url("../images/common/parkroyal/booking/theme-000000/steps_front_next.png") no-repeat top right; }
/* line 321, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-d11349 ul.arrow-breadcrumb li.current a { background: #d11349; }
/* line 323, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-d11349 ul.arrow-breadcrumb li.current a:after { display: none; }
/* line 326, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-d11349 ul.arrow-breadcrumb li.current a:before { display: none; }
/* line 329, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-d11349 ul.arrow-breadcrumb li.current a span.left { background: url("../images/common/parkroyal/booking/theme-d11349/steps_back_current.png") no-repeat top left; }
/* line 333, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-d11349 ul.arrow-breadcrumb li.current a span.right { background: url("../images/common/parkroyal/booking/theme-d11349/steps_front_current.png") no-repeat top right; }
/* line 339, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-d11349 ul.arrow-breadcrumb li.current:first-child a span.left { background: none; background-color: #d11349; }
/* line 348, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-d11349 ul.arrow-breadcrumb li.done a { background: #df597f; color: #fff; }
/* line 351, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-d11349 ul.arrow-breadcrumb li.done a:after { display: none; }
/* line 354, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-d11349 ul.arrow-breadcrumb li.done a:before { display: none; }
/* line 357, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-d11349 ul.arrow-breadcrumb li.done a span.left { background: url("../images/common/parkroyal/booking/theme-d11349/steps_back_past.png") no-repeat top left; }
/* line 361, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-d11349 ul.arrow-breadcrumb li.done a span.right { background: url("../images/common/parkroyal/booking/theme-d11349/steps_front_past.png") no-repeat top right; }
/* line 368, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-d11349 ul.arrow-breadcrumb li.done:first-child a span.left { background: none; background-color: #df597f; }
/* line 377, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-d11349 ul.arrow-breadcrumb li.done:last-child a span.right { background: none; background-color: #df597f; }
/* line 386, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-d11349 ul.arrow-breadcrumb li:first-child a:before { display: none; }
/* line 390, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-d11349 ul.arrow-breadcrumb li:last-child a { margin: 0 0 0 20px; }
/* line 401, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-d11349 ul.arrow-breadcrumb li:first-child a span.left { background: none; background-color: #df597f; }
/* line 409, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-d11349 ul.arrow-breadcrumb li:last-child a span.right { background: none; background-color: #d11349; }

/* line 420, ../sass/pr-hotel-themes.scss */
.theme-d11349 { /** Date Picker **/ /** Spinner **/ /** Language selector **/ /** Tabs **/ /** Trip Advisor **/ /** Pagination **/ /** Accordion **/ /** Direct Advantage Badge **/ /** Colour bar **/ /** Prices **/ /** Destination: Weather widget **/ /** Tabbed Widgets **/ /** Swiper Pagination **/ /** Footer: Within the city motifs **/ /** Booking **/ /* --- Calendar --- */ }
/* line 421, ../sass/pr-hotel-themes.scss */
.theme-d11349 ::selection { background: #d11349; color: white; }
/* line 426, ../sass/pr-hotel-themes.scss */
.theme-d11349 ::-moz-selection { background: #d11349; color: white; }
/* line 431, ../sass/pr-hotel-themes.scss */
.theme-d11349 a { color: #d11349; }
/* line 433, ../sass/pr-hotel-themes.scss */
.theme-d11349 a:hover { color: #d11349; }
/* line 436, ../sass/pr-hotel-themes.scss */
.theme-d11349 a.arrowed-link { color: #d11349; }
/* line 438, ../sass/pr-hotel-themes.scss */
.theme-d11349 a.arrowed-link:hover { color: #666666; }
/* line 443, ../sass/pr-hotel-themes.scss */
.theme-d11349 h1, .theme-d11349 h2, .theme-d11349 h3, .theme-d11349 h4, .theme-d11349 h5, .theme-d11349 h6, .theme-d11349 footer #footer-sitemap .social-contact h6, .theme-d11349 .select2-results li.select2-result-with-children > .select2-result-label { color: #d11349; }
/* line 447, ../sass/pr-hotel-themes.scss */
.theme-d11349 a.btn, .theme-d11349 div.btn, .theme-d11349 button.btn { background-color: #d11349; }
/* line 452, ../sass/pr-hotel-themes.scss */
.theme-d11349 .select2-results .select2-highlighted { background: #d11349; color: #fff; }
/* line 459, ../sass/pr-hotel-themes.scss */
.theme-d11349 .select2-container-active .select2-choice, .theme-d11349 .select2-container-active .select2-choices { border-color: #d11349; -webkit-box-shadow:  0px 0px 5px #d11349; -moz-box-shadow:  0px 0px 5px #d11349; box-shadow:  0px 0px 5px #d11349; }
/* line 466, ../sass/pr-hotel-themes.scss */
.theme-d11349 .select2-container .select2-choice div b { color: #d11349; border-color: #d11349; }
/* line 472, ../sass/pr-hotel-themes.scss */
.theme-d11349 .kalendae { border-color: #d11349; }
/* line 478, ../sass/pr-hotel-themes.scss */
.theme-d11349 .ui-spinner a.ui-spinner-button { border-left: 1px solid #d11349; color: #d11349; }
/* line 479, ../sass/pr-hotel-themes.scss */
.theme-d11349 .ui-spinner a.ui-spinner-button:hover { background-color: #d11349; }
/* line 484, ../sass/pr-hotel-themes.scss */
.theme-d11349 .ui-spinner a.ui-spinner-button:hover { color: #fff; }
/* line 490, ../sass/pr-hotel-themes.scss */
.theme-d11349 .ribbon { background: url("../images/common/pr-global-sprite.png") right -1043px; }
/* line 492, ../sass/pr-hotel-themes.scss */
.theme-d11349 .ribbon span { background: url("../images/common/pr-global-sprite.png") 0 -1010px; }
/* line 499, ../sass/pr-hotel-themes.scss */
.theme-d11349 ul.toggle-list li.selected { background-color: #d11349; }
/* line 503, ../sass/pr-hotel-themes.scss */
.theme-d11349 ul.toggle-list li a:hover { color: #d11349; }
/* line 513, ../sass/pr-hotel-themes.scss */
.theme-d11349 form.custom-ui input:not([type=submit]):not([type=reset]):not([type=file]):focus, .theme-d11349 form.custom-ui textarea:focus { outline: none; border: 1px solid #d11349; -webkit-box-shadow:  0px 0px 5px #d11349; -moz-box-shadow:  0px 0px 5px #d11349; box-shadow:  0px 0px 5px #d11349; }
/* line 524, ../sass/pr-hotel-themes.scss */
.theme-d11349 div.left-menulist .left-menu-label a { color: #d11349; }
/* line 528, ../sass/pr-hotel-themes.scss */
.theme-d11349 div.left-menulist .left-menu-label:hover > a, .theme-d11349 div.left-menulist .left-menu-label.selected > a { color: white; background-color: #d11349; }
/* line 536, ../sass/pr-hotel-themes.scss */
.theme-d11349 div.left-menulist ul li:hover > a, .theme-d11349 div.left-menulist ul li.selected > a { color: white; background-color: #d11349; }
/* line 547, ../sass/pr-hotel-themes.scss */
.theme-d11349 ul#lang-selector li { /** Account login **/ }
/* line 551, ../sass/pr-hotel-themes.scss */
.theme-d11349 ul#lang-selector li a.selected, .theme-d11349 ul#lang-selector li a:hover { color: #d11349; }
/* line 560, ../sass/pr-hotel-themes.scss */
.theme-d11349 ul#lang-selector li#account-details > a.selected, .theme-d11349 ul#lang-selector li#account-details > a:hover { color: #fff; background: #d11349; text-decoration: none; }
/* line 562, ../sass/pr-hotel-themes.scss */
.theme-d11349 ul#lang-selector li#account-details > a.selected i, .theme-d11349 ul#lang-selector li#account-details > a:hover i { color: #fff; }
/* line 570, ../sass/pr-hotel-themes.scss */
.theme-d11349 ul#lang-selector li#account-details div.account-details-dropdown .step1 { width: 100%; position: absolute; }
/* line 574, ../sass/pr-hotel-themes.scss */
.theme-d11349 ul#lang-selector li#account-details div.account-details-dropdown .step1 a:hover { color: white; background: #d11349; }
/* line 589, ../sass/pr-hotel-themes.scss */
.theme-d11349 nav ul#top-menu li a:hover { color: #d11349; }
/* line 593, ../sass/pr-hotel-themes.scss */
.theme-d11349 nav ul#top-menu li.selected a { color: #d11349; }
/* line 601, ../sass/pr-hotel-themes.scss */
.theme-d11349 nav ul#top-category-menu li.selected { background-color: #d11349; }
/* line 610, ../sass/pr-hotel-themes.scss */
.theme-d11349 a.btn, .theme-d11349 button.btn { background-color: #d11349; }
/* line 612, ../sass/pr-hotel-themes.scss */
.theme-d11349 a.btn:hover, .theme-d11349 button.btn:hover { background-color: #363636; }
/* line 615, ../sass/pr-hotel-themes.scss */
.theme-d11349 a.btn:active, .theme-d11349 button.btn:active { background-color: #1c1c1c; }
/* line 621, ../sass/pr-hotel-themes.scss */
.theme-d11349 a.btn.disabled:hover, .theme-d11349 a.btn.disabled:active, .theme-d11349 a.btn:disabled:hover, .theme-d11349 a.btn:disabled:active, .theme-d11349 button.btn.disabled:hover, .theme-d11349 button.btn.disabled:active, .theme-d11349 button.btn:disabled:hover, .theme-d11349 button.btn:disabled:active { background-color: #d11349; border: none; }
/* line 628, ../sass/pr-hotel-themes.scss */
.theme-d11349 a.decisive-btn, .theme-d11349 button.decisive-btn { background-color: #d11349; }
/* line 631, ../sass/pr-hotel-themes.scss */
.theme-d11349 a.decisive-btn:hover, .theme-d11349 a.decisive-btn:active, .theme-d11349 button.decisive-btn:hover, .theme-d11349 button.decisive-btn:active { background-color: #363636; }
/* line 637, ../sass/pr-hotel-themes.scss */
.theme-d11349 a.decisive-btn.disabled:hover, .theme-d11349 a.decisive-btn.disabled:active, .theme-d11349 a.decisive-btn:disabled:hover, .theme-d11349 a.decisive-btn:disabled:active, .theme-d11349 button.decisive-btn.disabled:hover, .theme-d11349 button.decisive-btn.disabled:active, .theme-d11349 button.decisive-btn:disabled:hover, .theme-d11349 button.decisive-btn:disabled:active { background-color: #d11349; border: none; }
/* line 644, ../sass/pr-hotel-themes.scss */
.theme-d11349 a.action-btn, .theme-d11349 button.action-btn { background-color: #d11349; }
/* line 647, ../sass/pr-hotel-themes.scss */
.theme-d11349 a.action-btn:hover, .theme-d11349 a.action-btn:active, .theme-d11349 button.action-btn:hover, .theme-d11349 button.action-btn:active { background-color: #363636; }
/* line 653, ../sass/pr-hotel-themes.scss */
.theme-d11349 a.action-btn.disabled:hover, .theme-d11349 a.action-btn.disabled:active, .theme-d11349 a.action-btn:disabled:hover, .theme-d11349 a.action-btn:disabled:active, .theme-d11349 button.action-btn.disabled:hover, .theme-d11349 button.action-btn.disabled:active, .theme-d11349 button.action-btn:disabled:hover, .theme-d11349 button.action-btn:disabled:active { background-color: #d11349; border: none; }
/* line 661, ../sass/pr-hotel-themes.scss */
.theme-d11349 a.action-btn.big, .theme-d11349 button.action-btn.big { border: 1px solid #d11349; background-color: #e06587; background-image: -webkit-gradient(linear, left top, left bottom, from(#e06587), to(#d11349)); background-image: -webkit-linear-gradient(top, #e06587, #d11349); background-image: -moz-linear-gradient(top, #e06587, #d11349); background-image: -ms-linear-gradient(top, #e06587, #d11349); background-image: -o-linear-gradient(top, #e06587, #d11349); background-image: linear-gradient(top, #e06587, #d11349); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#e06587, EndColorStr=#d11349, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5NzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNFMDY1ODciIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNEMTEzNDkiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c5NzEpIiAvPgo8L3N2Zz4=); -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); }
/* line 213, ../sass/pr-hotel-themes.scss */
.theme-d11349 a.action-btn.big.disabled:hover, .theme-d11349 a.action-btn.big.disabled:active, .theme-d11349 a.action-btn.big:disabled:hover, .theme-d11349 a.action-btn.big:disabled:active, .theme-d11349 button.action-btn.big.disabled:hover, .theme-d11349 button.action-btn.big.disabled:active, .theme-d11349 button.action-btn.big:disabled:hover, .theme-d11349 button.action-btn.big:disabled:active { border: 1px solid #d11349; background-color: #e06587; background-image: -webkit-gradient(linear, left top, left bottom, from(#e06587), to(#d11349)); background-image: -webkit-linear-gradient(top, #e06587, #d11349); background-image: -moz-linear-gradient(top, #e06587, #d11349); background-image: -ms-linear-gradient(top, #e06587, #d11349); background-image: -o-linear-gradient(top, #e06587, #d11349); background-image: linear-gradient(top, #e06587, #d11349); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#e06587, EndColorStr=#d11349, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5NzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNFMDY1ODciIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNEMTEzNDkiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c5NzEpIiAvPgo8L3N2Zz4=); }
/* line 667, ../sass/pr-hotel-themes.scss */
.theme-d11349 a.action-btn.big:hover, .theme-d11349 a.action-btn.big:active, .theme-d11349 button.action-btn.big:hover, .theme-d11349 button.action-btn.big:active { border: 1px solid #666666; background-color: #a1a1a1; background-image: -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), to(#727273)); background-image: -webkit-linear-gradient(top, #a1a1a1, #727273); background-image: -moz-linear-gradient(top, #a1a1a1, #727273); background-image: -ms-linear-gradient(top, #a1a1a1, #727273); background-image: -o-linear-gradient(top, #a1a1a1, #727273); background-image: linear-gradient(top, #a1a1a1, #727273); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#a1a1a1, EndColorStr=#727273, GradientType=0); }
/* line 674, ../sass/pr-hotel-themes.scss */
.theme-d11349 a.action-btn.big.disabled:hover, .theme-d11349 a.action-btn.big.disabled:active, .theme-d11349 a.action-btn.big:disabled:hover, .theme-d11349 a.action-btn.big:disabled:active, .theme-d11349 button.action-btn.big.disabled:hover, .theme-d11349 button.action-btn.big.disabled:active, .theme-d11349 button.action-btn.big:disabled:hover, .theme-d11349 button.action-btn.big:disabled:active { border: 1px solid #d11349; border: 1px solid #d11349; background-color: #e06587; background-image: -webkit-gradient(linear, left top, left bottom, from(#e06587), to(#d11349)); background-image: -webkit-linear-gradient(top, #e06587, #d11349); background-image: -moz-linear-gradient(top, #e06587, #d11349); background-image: -ms-linear-gradient(top, #e06587, #d11349); background-image: -o-linear-gradient(top, #e06587, #d11349); background-image: linear-gradient(top, #e06587, #d11349); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#e06587, EndColorStr=#d11349, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5NzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNFMDY1ODciIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNEMTEzNDkiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c5NzEpIiAvPgo8L3N2Zz4=); -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); }
/* line 213, ../sass/pr-hotel-themes.scss */
.theme-d11349 a.action-btn.big.disabled:hover.disabled:hover, .theme-d11349 a.action-btn.big.disabled:hover.disabled:active, .theme-d11349 a.action-btn.big.disabled:hover:disabled:hover, .theme-d11349 a.action-btn.big.disabled:hover:disabled:active, .theme-d11349 a.action-btn.big.disabled:active.disabled:hover, .theme-d11349 a.action-btn.big.disabled:active.disabled:active, .theme-d11349 a.action-btn.big.disabled:active:disabled:hover, .theme-d11349 a.action-btn.big.disabled:active:disabled:active, .theme-d11349 a.action-btn.big:disabled:hover.disabled:hover, .theme-d11349 a.action-btn.big:disabled:hover.disabled:active, .theme-d11349 a.action-btn.big:disabled:hover:disabled:hover, .theme-d11349 a.action-btn.big:disabled:hover:disabled:active, .theme-d11349 a.action-btn.big:disabled:active.disabled:hover, .theme-d11349 a.action-btn.big:disabled:active.disabled:active, .theme-d11349 a.action-btn.big:disabled:active:disabled:hover, .theme-d11349 a.action-btn.big:disabled:active:disabled:active, .theme-d11349 button.action-btn.big.disabled:hover.disabled:hover, .theme-d11349 button.action-btn.big.disabled:hover.disabled:active, .theme-d11349 button.action-btn.big.disabled:hover:disabled:hover, .theme-d11349 button.action-btn.big.disabled:hover:disabled:active, .theme-d11349 button.action-btn.big.disabled:active.disabled:hover, .theme-d11349 button.action-btn.big.disabled:active.disabled:active, .theme-d11349 button.action-btn.big.disabled:active:disabled:hover, .theme-d11349 button.action-btn.big.disabled:active:disabled:active, .theme-d11349 button.action-btn.big:disabled:hover.disabled:hover, .theme-d11349 button.action-btn.big:disabled:hover.disabled:active, .theme-d11349 button.action-btn.big:disabled:hover:disabled:hover, .theme-d11349 button.action-btn.big:disabled:hover:disabled:active, .theme-d11349 button.action-btn.big:disabled:active.disabled:hover, .theme-d11349 button.action-btn.big:disabled:active.disabled:active, .theme-d11349 button.action-btn.big:disabled:active:disabled:hover, .theme-d11349 button.action-btn.big:disabled:active:disabled:active { border: 1px solid #d11349; background-color: #e06587; background-image: -webkit-gradient(linear, left top, left bottom, from(#e06587), to(#d11349)); background-image: -webkit-linear-gradient(top, #e06587, #d11349); background-image: -moz-linear-gradient(top, #e06587, #d11349); background-image: -ms-linear-gradient(top, #e06587, #d11349); background-image: -o-linear-gradient(top, #e06587, #d11349); background-image: linear-gradient(top, #e06587, #d11349); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#e06587, EndColorStr=#d11349, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5NzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNFMDY1ODciIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNEMTEzNDkiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c5NzEpIiAvPgo8L3N2Zz4=); }
/* line 684, ../sass/pr-hotel-themes.scss */
.theme-d11349 a.sticky-btn, .theme-d11349 button.sticky-btn { background-color: #d11349; }
/* line 686, ../sass/pr-hotel-themes.scss */
.theme-d11349 a.sticky-btn:hover, .theme-d11349 button.sticky-btn:hover { background-color: #363636; }
/* line 689, ../sass/pr-hotel-themes.scss */
.theme-d11349 a.sticky-btn:active, .theme-d11349 button.sticky-btn:active { background-color: #1c1c1c; }
/* line 697, ../sass/pr-hotel-themes.scss */
.theme-d11349 ul.arrow-breadcrumb li.current a { background: #d11349; color: #fff; }
/* line 700, ../sass/pr-hotel-themes.scss */
.theme-d11349 ul.arrow-breadcrumb li.current a:after { border-left-color: #d11349; }
/* line 703, ../sass/pr-hotel-themes.scss */
.theme-d11349 ul.arrow-breadcrumb li.current a:before { border-left-color: #fff; }
/* line 709, ../sass/pr-hotel-themes.scss */
.theme-d11349 ul.arrow-breadcrumb li.done a { background: rgba(209, 19, 73, 0.75); color: #fff; }
/* line 712, ../sass/pr-hotel-themes.scss */
.theme-d11349 ul.arrow-breadcrumb li.done a:after { border-left-color: rgba(209, 19, 73, 0.75); }
/* line 715, ../sass/pr-hotel-themes.scss */
.theme-d11349 ul.arrow-breadcrumb li.done a:before { border-left-color: #fff; }
/* line 727, ../sass/pr-hotel-themes.scss */
.theme-d11349 .social-widget ul.tab-nav li.selected a { color: #d11349; }
/* line 736, ../sass/pr-hotel-themes.scss */
.theme-d11349 .ta-review .showleft a, .theme-d11349 .ta-review .showright a, .theme-d11349 .featured-content .showleft a, .theme-d11349 .featured-content .showright a { background-color: rgba(209, 19, 73, 0.6); background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(209, 19, 73, 0.6)), to(rgba(209, 19, 73, 0.6))); background-image: -webkit-linear-gradient(top, rgba(209, 19, 73, 0.6), rgba(209, 19, 73, 0.6)); background-image: -moz-linear-gradient(top, rgba(209, 19, 73, 0.6), rgba(209, 19, 73, 0.6)); background-image: -ms-linear-gradient(top, rgba(209, 19, 73, 0.6), rgba(209, 19, 73, 0.6)); background-image: -o-linear-gradient(top, rgba(209, 19, 73, 0.6), rgba(209, 19, 73, 0.6)); background-image: linear-gradient(top, rgba(209, 19, 73, 0.6), rgba(209, 19, 73, 0.6)); }
/* line 749, ../sass/pr-hotel-themes.scss */
.theme-d11349 #carousel .swiper-active-switch { background: #d11349; }
/* line 756, ../sass/pr-hotel-themes.scss */
.theme-d11349 .pagination a:hover, .theme-d11349 .pagination a.selected { background: #d11349; color: white; }
/* line 760, ../sass/pr-hotel-themes.scss */
.theme-d11349 .pagination a.prev, .theme-d11349 .pagination a.next { color: #d11349; }
/* line 762, ../sass/pr-hotel-themes.scss */
.theme-d11349 .pagination a.prev:hover, .theme-d11349 .pagination a.next:hover { background: none; border-bottom: 1px solid #d11349; }
/* line 771, ../sass/pr-hotel-themes.scss */
.theme-d11349 .signpost-details h4 a, .theme-d11349 .l-meeting-packages h4 a { color: #d11349; }
/* line 776, ../sass/pr-hotel-themes.scss */
.theme-d11349 .full-bg .signpost-details .subheader { color: #d11349; }
/* line 783, ../sass/pr-hotel-themes.scss */
.theme-d11349 ul.category-list li a:hover { background-color: #d11349; }
/* line 787, ../sass/pr-hotel-themes.scss */
.theme-d11349 ul.category-list li.selected > a { background-color: #d11349; }
/* line 797, ../sass/pr-hotel-themes.scss */
.theme-d11349 ul.category-lvl2 li a.selected, .theme-d11349 ul.category-lvl2 li a:hover { background-color: white; color: #d11349; }
/* line 805, ../sass/pr-hotel-themes.scss */
.theme-d11349 ul.accordion.arrow span { background: #d11349; }
/* line 810, ../sass/pr-hotel-themes.scss */
.theme-d11349 .badge a { color: #d11349; }
/* line 812, ../sass/pr-hotel-themes.scss */
.theme-d11349 .badge a:hover { color: #d11349; }
/* line 819, ../sass/pr-hotel-themes.scss */
.theme-d11349 .yellow-grad-bg .colour-bar { background: #d11349; }
/* line 825, ../sass/pr-hotel-themes.scss */
.theme-d11349 span.price { color: #d11349; }
/* line 829, ../sass/pr-hotel-themes.scss */
.theme-d11349 .savings span { color: #d11349; }
/* line 836, ../sass/pr-hotel-themes.scss */
.theme-d11349 .other-listing a:hover { color: white !important; background-color: #d11349; }
/* line 839, ../sass/pr-hotel-themes.scss */
.theme-d11349 .other-listing a:hover .date { color: #D8C689; }
/* line 842, ../sass/pr-hotel-themes.scss */
.theme-d11349 .other-listing a:hover h4 { color: white; }
/* line 854, ../sass/pr-hotel-themes.scss */
.theme-d11349 .l-destation-weather ul li .temp span { color: #d11349; }
/* line 858, ../sass/pr-hotel-themes.scss */
.theme-d11349 .l-destation-weather ul li i { color: #d11349; }
/* line 863, ../sass/pr-hotel-themes.scss */
.theme-d11349 .l-destation-weather ul li.weather-today div.date-temp .copy { color: #d11349; }
/* line 873, ../sass/pr-hotel-themes.scss */
.theme-d11349 .widget-content h5 { color: white; }
/* line 878, ../sass/pr-hotel-themes.scss */
.theme-d11349 .slidesjs-pagination-item a.active { background: #d11349; }
/* line 882, ../sass/pr-hotel-themes.scss */
.theme-d11349 #country-dropdown-list ul li { color: #d11349; }
/* line 884, ../sass/pr-hotel-themes.scss */
.theme-d11349 #country-dropdown-list ul li a { color: #d11349; }
/* line 890, ../sass/pr-hotel-themes.scss */
.theme-d11349 footer #within-the-city { background: #d11349; background-position: top center; background-repeat: no-repeat; padding: 14px 0; }
/* line 900, ../sass/pr-hotel-themes.scss */
.theme-d11349 footer #within-the-city span.title, .theme-d11349 footer #within-the-city a { color: white; }
/* line 909, ../sass/pr-hotel-themes.scss */
.theme-d11349 #booking-tabs ul.tab-nav li a { color: white; background-color: #d11349; }
/* line 914, ../sass/pr-hotel-themes.scss */
.theme-d11349 #booking-tabs ul.tab-nav li.selected a { color: #d11349; background-color: white; }
/* line 926, ../sass/pr-hotel-themes.scss */
.theme-d11349 ul.detailsLeftNav li a.removeBtn { background-image: url("../images/common/pr-global-sprite.png"); }
/* line 937, ../sass/pr-hotel-themes.scss */
.theme-d11349 ul.showmore li section#carousel div.enhanceStayItem div.added span { background-image: url("../images/common/pr-global-sprite.png") !important; }
/* line 946, ../sass/pr-hotel-themes.scss */
.theme-d11349 .mfp-close span { background: url("../images/common/pr-global-sprite.png") no-repeat 0 -1121px; }
/* line 949, ../sass/pr-hotel-themes.scss */
.theme-d11349 .crisisUpdate p.hdr { color: #d11349; }
/* line 953, ../sass/pr-hotel-themes.scss */
.theme-d11349 span.iconTick { background: url("../images/common/pr-global-sprite.png") no-repeat -98px -1121px; }
/* line 958, ../sass/pr-hotel-themes.scss */
.theme-d11349 .kalendae .k-days span.k-selected.k-active { background: url("../images/common/pr-global-sprite.png"); background-position: -199px -1077px; }
/* line 964, ../sass/pr-hotel-themes.scss */
.theme-d11349 form.custom-ui .checkbox-dropdown-container i { border-left: 1px solid #d11349; color: #d11349; }
/* line 973, ../sass/pr-hotel-themes.scss */
.theme-d11349 #mobile-friendly span { color: #d11349; }

/* line 287, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-eb6e1f ul.arrow-breadcrumb li { display: inline; line-height: 0; margin: 0; }
/* line 291, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-eb6e1f ul.arrow-breadcrumb li a { padding: 20px 20px 0 20px; margin: 0 20px 0 20px; width: 272px; }
/* line 296, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-eb6e1f ul.arrow-breadcrumb li a:after, .lt-ie9 .theme-eb6e1f ul.arrow-breadcrumb li a:before { display: none; }
/* line 299, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-eb6e1f ul.arrow-breadcrumb li a span.left { position: absolute; top: 0; left: -20px; display: block; width: 20px; height: 40px; background: url("../images/common/parkroyal/booking/theme-000000/steps_back_next.png") no-repeat top left; }
/* line 309, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-eb6e1f ul.arrow-breadcrumb li a span.right { position: absolute; top: 0; right: -20px; display: block; width: 20px; height: 40px; background: url("../images/common/parkroyal/booking/theme-000000/steps_front_next.png") no-repeat top right; }
/* line 321, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-eb6e1f ul.arrow-breadcrumb li.current a { background: #eb6e1f; }
/* line 323, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-eb6e1f ul.arrow-breadcrumb li.current a:after { display: none; }
/* line 326, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-eb6e1f ul.arrow-breadcrumb li.current a:before { display: none; }
/* line 329, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-eb6e1f ul.arrow-breadcrumb li.current a span.left { background: url("../images/common/parkroyal/booking/theme-eb6e1f/steps_back_current.png") no-repeat top left; }
/* line 333, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-eb6e1f ul.arrow-breadcrumb li.current a span.right { background: url("../images/common/parkroyal/booking/theme-eb6e1f/steps_front_current.png") no-repeat top right; }
/* line 339, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-eb6e1f ul.arrow-breadcrumb li.current:first-child a span.left { background: none; background-color: #eb6e1f; }
/* line 348, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-eb6e1f ul.arrow-breadcrumb li.done a { background: #f19962; color: #fff; }
/* line 351, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-eb6e1f ul.arrow-breadcrumb li.done a:after { display: none; }
/* line 354, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-eb6e1f ul.arrow-breadcrumb li.done a:before { display: none; }
/* line 357, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-eb6e1f ul.arrow-breadcrumb li.done a span.left { background: url("../images/common/parkroyal/booking/theme-eb6e1f/steps_back_past.png") no-repeat top left; }
/* line 361, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-eb6e1f ul.arrow-breadcrumb li.done a span.right { background: url("../images/common/parkroyal/booking/theme-eb6e1f/steps_front_past.png") no-repeat top right; }
/* line 368, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-eb6e1f ul.arrow-breadcrumb li.done:first-child a span.left { background: none; background-color: #f19962; }
/* line 377, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-eb6e1f ul.arrow-breadcrumb li.done:last-child a span.right { background: none; background-color: #f19962; }
/* line 386, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-eb6e1f ul.arrow-breadcrumb li:first-child a:before { display: none; }
/* line 390, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-eb6e1f ul.arrow-breadcrumb li:last-child a { margin: 0 0 0 20px; }
/* line 401, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-eb6e1f ul.arrow-breadcrumb li:first-child a span.left { background: none; background-color: #f19962; }
/* line 409, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-eb6e1f ul.arrow-breadcrumb li:last-child a span.right { background: none; background-color: #eb6e1f; }

/* line 420, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f { /** Date Picker **/ /** Spinner **/ /** Language selector **/ /** Tabs **/ /** Trip Advisor **/ /** Pagination **/ /** Accordion **/ /** Direct Advantage Badge **/ /** Colour bar **/ /** Prices **/ /** Destination: Weather widget **/ /** Tabbed Widgets **/ /** Swiper Pagination **/ /** Footer: Within the city motifs **/ /** Booking **/ /* --- Calendar --- */ }
/* line 421, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f ::selection { background: #eb6e1f; color: white; }
/* line 426, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f ::-moz-selection { background: #eb6e1f; color: white; }
/* line 431, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f a { color: #eb6e1f; }
/* line 433, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f a:hover { color: #eb6e1f; }
/* line 436, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f a.arrowed-link { color: #eb6e1f; }
/* line 438, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f a.arrowed-link:hover { color: #666666; }
/* line 443, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f h1, .theme-eb6e1f h2, .theme-eb6e1f h3, .theme-eb6e1f h4, .theme-eb6e1f h5, .theme-eb6e1f h6, .theme-eb6e1f footer #footer-sitemap .social-contact h6, .theme-eb6e1f .select2-results li.select2-result-with-children > .select2-result-label { color: #eb6e1f; }
/* line 447, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f a.btn, .theme-eb6e1f div.btn, .theme-eb6e1f button.btn { background-color: #eb6e1f; }
/* line 452, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .select2-results .select2-highlighted { background: #eb6e1f; color: #fff; }
/* line 459, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .select2-container-active .select2-choice, .theme-eb6e1f .select2-container-active .select2-choices { border-color: #eb6e1f; -webkit-box-shadow:  0px 0px 5px #eb6e1f; -moz-box-shadow:  0px 0px 5px #eb6e1f; box-shadow:  0px 0px 5px #eb6e1f; }
/* line 466, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .select2-container .select2-choice div b { color: #eb6e1f; border-color: #eb6e1f; }
/* line 472, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .kalendae { border-color: #eb6e1f; }
/* line 478, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .ui-spinner a.ui-spinner-button { border-left: 1px solid #eb6e1f; color: #eb6e1f; }
/* line 479, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .ui-spinner a.ui-spinner-button:hover { background-color: #eb6e1f; }
/* line 484, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .ui-spinner a.ui-spinner-button:hover { color: #fff; }
/* line 490, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .ribbon { background: url("../images/common/pr-china-sprite.png") right -1043px; }
/* line 492, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .ribbon span { background: url("../images/common/pr-china-sprite.png") 0 -1010px; }
/* line 499, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f ul.toggle-list li.selected { background-color: #eb6e1f; }
/* line 503, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f ul.toggle-list li a:hover { color: #eb6e1f; }
/* line 513, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f form.custom-ui input:not([type=submit]):not([type=reset]):not([type=file]):focus, .theme-eb6e1f form.custom-ui textarea:focus { outline: none; border: 1px solid #eb6e1f; -webkit-box-shadow:  0px 0px 5px #eb6e1f; -moz-box-shadow:  0px 0px 5px #eb6e1f; box-shadow:  0px 0px 5px #eb6e1f; }
/* line 524, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f div.left-menulist .left-menu-label a { color: #eb6e1f; }
/* line 528, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f div.left-menulist .left-menu-label:hover > a, .theme-eb6e1f div.left-menulist .left-menu-label.selected > a { color: white; background-color: #eb6e1f; }
/* line 536, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f div.left-menulist ul li:hover > a, .theme-eb6e1f div.left-menulist ul li.selected > a { color: white; background-color: #eb6e1f; }
/* line 547, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f ul#lang-selector li { /** Account login **/ }
/* line 551, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f ul#lang-selector li a.selected, .theme-eb6e1f ul#lang-selector li a:hover { color: #eb6e1f; }
/* line 560, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f ul#lang-selector li#account-details > a.selected, .theme-eb6e1f ul#lang-selector li#account-details > a:hover { color: #fff; background: #eb6e1f; text-decoration: none; }
/* line 562, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f ul#lang-selector li#account-details > a.selected i, .theme-eb6e1f ul#lang-selector li#account-details > a:hover i { color: #fff; }
/* line 570, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f ul#lang-selector li#account-details div.account-details-dropdown .step1 { width: 100%; position: absolute; }
/* line 574, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f ul#lang-selector li#account-details div.account-details-dropdown .step1 a:hover { color: white; background: #eb6e1f; }
/* line 589, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f nav ul#top-menu li a:hover { color: #eb6e1f; }
/* line 593, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f nav ul#top-menu li.selected a { color: #eb6e1f; }
/* line 601, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f nav ul#top-category-menu li.selected { background-color: #eb6e1f; }
/* line 610, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f a.btn, .theme-eb6e1f button.btn { background-color: #eb6e1f; }
/* line 612, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f a.btn:hover, .theme-eb6e1f button.btn:hover { background-color: #363636; }
/* line 615, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f a.btn:active, .theme-eb6e1f button.btn:active { background-color: #1c1c1c; }
/* line 621, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f a.btn.disabled:hover, .theme-eb6e1f a.btn.disabled:active, .theme-eb6e1f a.btn:disabled:hover, .theme-eb6e1f a.btn:disabled:active, .theme-eb6e1f button.btn.disabled:hover, .theme-eb6e1f button.btn.disabled:active, .theme-eb6e1f button.btn:disabled:hover, .theme-eb6e1f button.btn:disabled:active { background-color: #eb6e1f; border: none; }
/* line 628, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f a.decisive-btn, .theme-eb6e1f button.decisive-btn { background-color: #eb6e1f; }
/* line 631, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f a.decisive-btn:hover, .theme-eb6e1f a.decisive-btn:active, .theme-eb6e1f button.decisive-btn:hover, .theme-eb6e1f button.decisive-btn:active { background-color: #363636; }
/* line 637, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f a.decisive-btn.disabled:hover, .theme-eb6e1f a.decisive-btn.disabled:active, .theme-eb6e1f a.decisive-btn:disabled:hover, .theme-eb6e1f a.decisive-btn:disabled:active, .theme-eb6e1f button.decisive-btn.disabled:hover, .theme-eb6e1f button.decisive-btn.disabled:active, .theme-eb6e1f button.decisive-btn:disabled:hover, .theme-eb6e1f button.decisive-btn:disabled:active { background-color: #eb6e1f; border: none; }
/* line 644, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f a.action-btn, .theme-eb6e1f button.action-btn { background-color: #eb6e1f; }
/* line 647, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f a.action-btn:hover, .theme-eb6e1f a.action-btn:active, .theme-eb6e1f button.action-btn:hover, .theme-eb6e1f button.action-btn:active { background-color: #363636; }
/* line 653, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f a.action-btn.disabled:hover, .theme-eb6e1f a.action-btn.disabled:active, .theme-eb6e1f a.action-btn:disabled:hover, .theme-eb6e1f a.action-btn:disabled:active, .theme-eb6e1f button.action-btn.disabled:hover, .theme-eb6e1f button.action-btn.disabled:active, .theme-eb6e1f button.action-btn:disabled:hover, .theme-eb6e1f button.action-btn:disabled:active { background-color: #eb6e1f; border: none; }
/* line 661, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f a.action-btn.big, .theme-eb6e1f button.action-btn.big { border: 1px solid #eb6e1f; background-color: #ff9654; background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9654), to(#eb6e1f)); background-image: -webkit-linear-gradient(top, #ff9654, #eb6e1f); background-image: -moz-linear-gradient(top, #ff9654, #eb6e1f); background-image: -ms-linear-gradient(top, #ff9654, #eb6e1f); background-image: -o-linear-gradient(top, #ff9654, #eb6e1f); background-image: linear-gradient(top, #ff9654, #eb6e1f); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ff9654, EndColorStr=#eb6e1f, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczNCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGOTY1NCIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0VCNkUxRiIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzM0KSIgLz4KPC9zdmc+); -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); }
/* line 225, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f a.action-btn.big.disabled:hover, .theme-eb6e1f a.action-btn.big.disabled:active, .theme-eb6e1f a.action-btn.big:disabled:hover, .theme-eb6e1f a.action-btn.big:disabled:active, .theme-eb6e1f button.action-btn.big.disabled:hover, .theme-eb6e1f button.action-btn.big.disabled:active, .theme-eb6e1f button.action-btn.big:disabled:hover, .theme-eb6e1f button.action-btn.big:disabled:active { border: 1px solid #eb6e1f; background-color: #ff9654; background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9654), to(#eb6e1f)); background-image: -webkit-linear-gradient(top, #ff9654, #eb6e1f); background-image: -moz-linear-gradient(top, #ff9654, #eb6e1f); background-image: -ms-linear-gradient(top, #ff9654, #eb6e1f); background-image: -o-linear-gradient(top, #ff9654, #eb6e1f); background-image: linear-gradient(top, #ff9654, #eb6e1f); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ff9654, EndColorStr=#eb6e1f, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczNCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGOTY1NCIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0VCNkUxRiIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzM0KSIgLz4KPC9zdmc+); }
/* line 667, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f a.action-btn.big:hover, .theme-eb6e1f a.action-btn.big:active, .theme-eb6e1f button.action-btn.big:hover, .theme-eb6e1f button.action-btn.big:active { border: 1px solid #666666; background-color: #a1a1a1; background-image: -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), to(#727273)); background-image: -webkit-linear-gradient(top, #a1a1a1, #727273); background-image: -moz-linear-gradient(top, #a1a1a1, #727273); background-image: -ms-linear-gradient(top, #a1a1a1, #727273); background-image: -o-linear-gradient(top, #a1a1a1, #727273); background-image: linear-gradient(top, #a1a1a1, #727273); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#a1a1a1, EndColorStr=#727273, GradientType=0); }
/* line 674, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f a.action-btn.big.disabled:hover, .theme-eb6e1f a.action-btn.big.disabled:active, .theme-eb6e1f a.action-btn.big:disabled:hover, .theme-eb6e1f a.action-btn.big:disabled:active, .theme-eb6e1f button.action-btn.big.disabled:hover, .theme-eb6e1f button.action-btn.big.disabled:active, .theme-eb6e1f button.action-btn.big:disabled:hover, .theme-eb6e1f button.action-btn.big:disabled:active { border: 1px solid #eb6e1f; border: 1px solid #eb6e1f; background-color: #ff9654; background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9654), to(#eb6e1f)); background-image: -webkit-linear-gradient(top, #ff9654, #eb6e1f); background-image: -moz-linear-gradient(top, #ff9654, #eb6e1f); background-image: -ms-linear-gradient(top, #ff9654, #eb6e1f); background-image: -o-linear-gradient(top, #ff9654, #eb6e1f); background-image: linear-gradient(top, #ff9654, #eb6e1f); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ff9654, EndColorStr=#eb6e1f, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczNCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGOTY1NCIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0VCNkUxRiIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzM0KSIgLz4KPC9zdmc+); -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); }
/* line 225, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f a.action-btn.big.disabled:hover.disabled:hover, .theme-eb6e1f a.action-btn.big.disabled:hover.disabled:active, .theme-eb6e1f a.action-btn.big.disabled:hover:disabled:hover, .theme-eb6e1f a.action-btn.big.disabled:hover:disabled:active, .theme-eb6e1f a.action-btn.big.disabled:active.disabled:hover, .theme-eb6e1f a.action-btn.big.disabled:active.disabled:active, .theme-eb6e1f a.action-btn.big.disabled:active:disabled:hover, .theme-eb6e1f a.action-btn.big.disabled:active:disabled:active, .theme-eb6e1f a.action-btn.big:disabled:hover.disabled:hover, .theme-eb6e1f a.action-btn.big:disabled:hover.disabled:active, .theme-eb6e1f a.action-btn.big:disabled:hover:disabled:hover, .theme-eb6e1f a.action-btn.big:disabled:hover:disabled:active, .theme-eb6e1f a.action-btn.big:disabled:active.disabled:hover, .theme-eb6e1f a.action-btn.big:disabled:active.disabled:active, .theme-eb6e1f a.action-btn.big:disabled:active:disabled:hover, .theme-eb6e1f a.action-btn.big:disabled:active:disabled:active, .theme-eb6e1f button.action-btn.big.disabled:hover.disabled:hover, .theme-eb6e1f button.action-btn.big.disabled:hover.disabled:active, .theme-eb6e1f button.action-btn.big.disabled:hover:disabled:hover, .theme-eb6e1f button.action-btn.big.disabled:hover:disabled:active, .theme-eb6e1f button.action-btn.big.disabled:active.disabled:hover, .theme-eb6e1f button.action-btn.big.disabled:active.disabled:active, .theme-eb6e1f button.action-btn.big.disabled:active:disabled:hover, .theme-eb6e1f button.action-btn.big.disabled:active:disabled:active, .theme-eb6e1f button.action-btn.big:disabled:hover.disabled:hover, .theme-eb6e1f button.action-btn.big:disabled:hover.disabled:active, .theme-eb6e1f button.action-btn.big:disabled:hover:disabled:hover, .theme-eb6e1f button.action-btn.big:disabled:hover:disabled:active, .theme-eb6e1f button.action-btn.big:disabled:active.disabled:hover, .theme-eb6e1f button.action-btn.big:disabled:active.disabled:active, .theme-eb6e1f button.action-btn.big:disabled:active:disabled:hover, .theme-eb6e1f button.action-btn.big:disabled:active:disabled:active { border: 1px solid #eb6e1f; background-color: #ff9654; background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9654), to(#eb6e1f)); background-image: -webkit-linear-gradient(top, #ff9654, #eb6e1f); background-image: -moz-linear-gradient(top, #ff9654, #eb6e1f); background-image: -ms-linear-gradient(top, #ff9654, #eb6e1f); background-image: -o-linear-gradient(top, #ff9654, #eb6e1f); background-image: linear-gradient(top, #ff9654, #eb6e1f); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ff9654, EndColorStr=#eb6e1f, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczNCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGOTY1NCIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0VCNkUxRiIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzM0KSIgLz4KPC9zdmc+); }
/* line 684, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f a.sticky-btn, .theme-eb6e1f button.sticky-btn { background-color: #eb6e1f; }
/* line 686, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f a.sticky-btn:hover, .theme-eb6e1f button.sticky-btn:hover { background-color: #363636; }
/* line 689, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f a.sticky-btn:active, .theme-eb6e1f button.sticky-btn:active { background-color: #1c1c1c; }
/* line 697, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f ul.arrow-breadcrumb li.current a { background: #eb6e1f; color: #fff; }
/* line 700, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f ul.arrow-breadcrumb li.current a:after { border-left-color: #eb6e1f; }
/* line 703, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f ul.arrow-breadcrumb li.current a:before { border-left-color: #fff; }
/* line 709, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f ul.arrow-breadcrumb li.done a { background: rgba(235, 110, 31, 0.75); color: #fff; }
/* line 712, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f ul.arrow-breadcrumb li.done a:after { border-left-color: rgba(235, 110, 31, 0.75); }
/* line 715, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f ul.arrow-breadcrumb li.done a:before { border-left-color: #fff; }
/* line 727, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .social-widget ul.tab-nav li.selected a { color: #eb6e1f; }
/* line 736, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .ta-review .showleft a, .theme-eb6e1f .ta-review .showright a, .theme-eb6e1f .featured-content .showleft a, .theme-eb6e1f .featured-content .showright a { background-color: rgba(235, 110, 31, 0.6); background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 110, 31, 0.6)), to(rgba(235, 110, 31, 0.6))); background-image: -webkit-linear-gradient(top, rgba(235, 110, 31, 0.6), rgba(235, 110, 31, 0.6)); background-image: -moz-linear-gradient(top, rgba(235, 110, 31, 0.6), rgba(235, 110, 31, 0.6)); background-image: -ms-linear-gradient(top, rgba(235, 110, 31, 0.6), rgba(235, 110, 31, 0.6)); background-image: -o-linear-gradient(top, rgba(235, 110, 31, 0.6), rgba(235, 110, 31, 0.6)); background-image: linear-gradient(top, rgba(235, 110, 31, 0.6), rgba(235, 110, 31, 0.6)); }
/* line 749, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f #carousel .swiper-active-switch { background: #eb6e1f; }
/* line 756, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .pagination a:hover, .theme-eb6e1f .pagination a.selected { background: #eb6e1f; color: white; }
/* line 760, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .pagination a.prev, .theme-eb6e1f .pagination a.next { color: #eb6e1f; }
/* line 762, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .pagination a.prev:hover, .theme-eb6e1f .pagination a.next:hover { background: none; border-bottom: 1px solid #eb6e1f; }
/* line 771, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .signpost-details h4 a, .theme-eb6e1f .l-meeting-packages h4 a { color: #eb6e1f; }
/* line 776, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .full-bg .signpost-details .subheader { color: #eb6e1f; }
/* line 783, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f ul.category-list li a:hover { background-color: #eb6e1f; }
/* line 787, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f ul.category-list li.selected > a { background-color: #eb6e1f; }
/* line 797, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f ul.category-lvl2 li a.selected, .theme-eb6e1f ul.category-lvl2 li a:hover { background-color: white; color: #eb6e1f; }
/* line 805, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f ul.accordion.arrow span { background: #eb6e1f; }
/* line 810, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .badge a { color: #eb6e1f; }
/* line 812, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .badge a:hover { color: #eb6e1f; }
/* line 819, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .yellow-grad-bg .colour-bar { background: #eb6e1f; }
/* line 825, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f span.price { color: #eb6e1f; }
/* line 829, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .savings span { color: #eb6e1f; }
/* line 836, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .other-listing a:hover { color: white !important; background-color: #eb6e1f; }
/* line 839, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .other-listing a:hover .date { color: #D8C689; }
/* line 842, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .other-listing a:hover h4 { color: white; }
/* line 854, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .l-destation-weather ul li .temp span { color: #eb6e1f; }
/* line 858, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .l-destation-weather ul li i { color: #eb6e1f; }
/* line 863, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .l-destation-weather ul li.weather-today div.date-temp .copy { color: #eb6e1f; }
/* line 873, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .widget-content h5 { color: white; }
/* line 878, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .slidesjs-pagination-item a.active { background: #eb6e1f; }
/* line 882, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f #country-dropdown-list ul li { color: #eb6e1f; }
/* line 884, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f #country-dropdown-list ul li a { color: #eb6e1f; }
/* line 890, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f footer #within-the-city { background: #eb6e1f; background-position: top center; background-repeat: no-repeat; padding: 14px 0; }
/* line 900, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f footer #within-the-city span.title, .theme-eb6e1f footer #within-the-city a { color: white; }
/* line 909, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f #booking-tabs ul.tab-nav li a { color: white; background-color: #eb6e1f; }
/* line 914, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f #booking-tabs ul.tab-nav li.selected a { color: #eb6e1f; background-color: white; }
/* line 926, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f ul.detailsLeftNav li a.removeBtn { background-image: url("../images/common/pr-china-sprite.png"); }
/* line 937, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f ul.showmore li section#carousel div.enhanceStayItem div.added span { background-image: url("../images/common/pr-china-sprite.png") !important; }
/* line 946, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .mfp-close span { background: url("../images/common/pr-china-sprite.png") no-repeat 0 -1121px; }
/* line 949, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .crisisUpdate p.hdr { color: #eb6e1f; }
/* line 953, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f span.iconTick { background: url("../images/common/pr-china-sprite.png") no-repeat -98px -1121px; }
/* line 958, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f .kalendae .k-days span.k-selected.k-active { background: url("../images/common/pr-china-sprite.png"); background-position: -199px -1077px; }
/* line 964, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f form.custom-ui .checkbox-dropdown-container i { border-left: 1px solid #eb6e1f; color: #eb6e1f; }
/* line 973, ../sass/pr-hotel-themes.scss */
.theme-eb6e1f #mobile-friendly span { color: #eb6e1f; }

/* line 287, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-6c0660 ul.arrow-breadcrumb li { display: inline; line-height: 0; margin: 0; }
/* line 291, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-6c0660 ul.arrow-breadcrumb li a { padding: 20px 20px 0 20px; margin: 0 20px 0 20px; width: 272px; }
/* line 296, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-6c0660 ul.arrow-breadcrumb li a:after, .lt-ie9 .theme-6c0660 ul.arrow-breadcrumb li a:before { display: none; }
/* line 299, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-6c0660 ul.arrow-breadcrumb li a span.left { position: absolute; top: 0; left: -20px; display: block; width: 20px; height: 40px; background: url("../images/common/parkroyal/booking/theme-000000/steps_back_next.png") no-repeat top left; }
/* line 309, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-6c0660 ul.arrow-breadcrumb li a span.right { position: absolute; top: 0; right: -20px; display: block; width: 20px; height: 40px; background: url("../images/common/parkroyal/booking/theme-000000/steps_front_next.png") no-repeat top right; }
/* line 321, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-6c0660 ul.arrow-breadcrumb li.current a { background: #6c0660; }
/* line 323, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-6c0660 ul.arrow-breadcrumb li.current a:after { display: none; }
/* line 326, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-6c0660 ul.arrow-breadcrumb li.current a:before { display: none; }
/* line 329, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-6c0660 ul.arrow-breadcrumb li.current a span.left { background: url("../images/common/parkroyal/booking/theme-6c0660/steps_back_current.png") no-repeat top left; }
/* line 333, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-6c0660 ul.arrow-breadcrumb li.current a span.right { background: url("../images/common/parkroyal/booking/theme-6c0660/steps_front_current.png") no-repeat top right; }
/* line 339, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-6c0660 ul.arrow-breadcrumb li.current:first-child a span.left { background: none; background-color: #6c0660; }
/* line 348, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-6c0660 ul.arrow-breadcrumb li.done a { background: #98508f; color: #fff; }
/* line 351, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-6c0660 ul.arrow-breadcrumb li.done a:after { display: none; }
/* line 354, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-6c0660 ul.arrow-breadcrumb li.done a:before { display: none; }
/* line 357, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-6c0660 ul.arrow-breadcrumb li.done a span.left { background: url("../images/common/parkroyal/booking/theme-6c0660/steps_back_past.png") no-repeat top left; }
/* line 361, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-6c0660 ul.arrow-breadcrumb li.done a span.right { background: url("../images/common/parkroyal/booking/theme-6c0660/steps_front_past.png") no-repeat top right; }
/* line 368, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-6c0660 ul.arrow-breadcrumb li.done:first-child a span.left { background: none; background-color: #98508f; }
/* line 377, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-6c0660 ul.arrow-breadcrumb li.done:last-child a span.right { background: none; background-color: #98508f; }
/* line 386, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-6c0660 ul.arrow-breadcrumb li:first-child a:before { display: none; }
/* line 390, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-6c0660 ul.arrow-breadcrumb li:last-child a { margin: 0 0 0 20px; }
/* line 401, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-6c0660 ul.arrow-breadcrumb li:first-child a span.left { background: none; background-color: #98508f; }
/* line 409, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-6c0660 ul.arrow-breadcrumb li:last-child a span.right { background: none; background-color: #6c0660; }

/* line 420, ../sass/pr-hotel-themes.scss */
.theme-6c0660 { /** Date Picker **/ /** Spinner **/ /** Language selector **/ /** Tabs **/ /** Trip Advisor **/ /** Pagination **/ /** Accordion **/ /** Direct Advantage Badge **/ /** Colour bar **/ /** Prices **/ /** Destination: Weather widget **/ /** Tabbed Widgets **/ /** Swiper Pagination **/ /** Footer: Within the city motifs **/ /** Booking **/ /* --- Calendar --- */ }
/* line 421, ../sass/pr-hotel-themes.scss */
.theme-6c0660 ::selection { background: #6c0660; color: white; }
/* line 426, ../sass/pr-hotel-themes.scss */
.theme-6c0660 ::-moz-selection { background: #6c0660; color: white; }
/* line 431, ../sass/pr-hotel-themes.scss */
.theme-6c0660 a { color: #6c0660; }
/* line 433, ../sass/pr-hotel-themes.scss */
.theme-6c0660 a:hover { color: #6c0660; }
/* line 436, ../sass/pr-hotel-themes.scss */
.theme-6c0660 a.arrowed-link { color: #6c0660; }
/* line 438, ../sass/pr-hotel-themes.scss */
.theme-6c0660 a.arrowed-link:hover { color: #666666; }
/* line 443, ../sass/pr-hotel-themes.scss */
.theme-6c0660 h1, .theme-6c0660 h2, .theme-6c0660 h3, .theme-6c0660 h4, .theme-6c0660 h5, .theme-6c0660 h6, .theme-6c0660 footer #footer-sitemap .social-contact h6, .theme-6c0660 .select2-results li.select2-result-with-children > .select2-result-label { color: #6c0660; }
/* line 447, ../sass/pr-hotel-themes.scss */
.theme-6c0660 a.btn, .theme-6c0660 div.btn, .theme-6c0660 button.btn { background-color: #6c0660; }
/* line 452, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .select2-results .select2-highlighted { background: #6c0660; color: #fff; }
/* line 459, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .select2-container-active .select2-choice, .theme-6c0660 .select2-container-active .select2-choices { border-color: #6c0660; -webkit-box-shadow:  0px 0px 5px #6c0660; -moz-box-shadow:  0px 0px 5px #6c0660; box-shadow:  0px 0px 5px #6c0660; }
/* line 466, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .select2-container .select2-choice div b { color: #6c0660; border-color: #6c0660; }
/* line 472, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .kalendae { border-color: #6c0660; }
/* line 478, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .ui-spinner a.ui-spinner-button { border-left: 1px solid #6c0660; color: #6c0660; }
/* line 479, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .ui-spinner a.ui-spinner-button:hover { background-color: #6c0660; }
/* line 484, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .ui-spinner a.ui-spinner-button:hover { color: #fff; }
/* line 490, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .ribbon { background: url("../images/common/pr-indochina-sprite.png") right -1043px; }
/* line 492, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .ribbon span { background: url("../images/common/pr-indochina-sprite.png") 0 -1010px; }
/* line 499, ../sass/pr-hotel-themes.scss */
.theme-6c0660 ul.toggle-list li.selected { background-color: #6c0660; }
/* line 503, ../sass/pr-hotel-themes.scss */
.theme-6c0660 ul.toggle-list li a:hover { color: #6c0660; }
/* line 513, ../sass/pr-hotel-themes.scss */
.theme-6c0660 form.custom-ui input:not([type=submit]):not([type=reset]):not([type=file]):focus, .theme-6c0660 form.custom-ui textarea:focus { outline: none; border: 1px solid #6c0660; -webkit-box-shadow:  0px 0px 5px #6c0660; -moz-box-shadow:  0px 0px 5px #6c0660; box-shadow:  0px 0px 5px #6c0660; }
/* line 524, ../sass/pr-hotel-themes.scss */
.theme-6c0660 div.left-menulist .left-menu-label a { color: #6c0660; }
/* line 528, ../sass/pr-hotel-themes.scss */
.theme-6c0660 div.left-menulist .left-menu-label:hover > a, .theme-6c0660 div.left-menulist .left-menu-label.selected > a { color: white; background-color: #6c0660; }
/* line 536, ../sass/pr-hotel-themes.scss */
.theme-6c0660 div.left-menulist ul li:hover > a, .theme-6c0660 div.left-menulist ul li.selected > a { color: white; background-color: #6c0660; }
/* line 547, ../sass/pr-hotel-themes.scss */
.theme-6c0660 ul#lang-selector li { /** Account login **/ }
/* line 551, ../sass/pr-hotel-themes.scss */
.theme-6c0660 ul#lang-selector li a.selected, .theme-6c0660 ul#lang-selector li a:hover { color: #6c0660; }
/* line 560, ../sass/pr-hotel-themes.scss */
.theme-6c0660 ul#lang-selector li#account-details > a.selected, .theme-6c0660 ul#lang-selector li#account-details > a:hover { color: #fff; background: #6c0660; text-decoration: none; }
/* line 562, ../sass/pr-hotel-themes.scss */
.theme-6c0660 ul#lang-selector li#account-details > a.selected i, .theme-6c0660 ul#lang-selector li#account-details > a:hover i { color: #fff; }
/* line 570, ../sass/pr-hotel-themes.scss */
.theme-6c0660 ul#lang-selector li#account-details div.account-details-dropdown .step1 { width: 100%; position: absolute; }
/* line 574, ../sass/pr-hotel-themes.scss */
.theme-6c0660 ul#lang-selector li#account-details div.account-details-dropdown .step1 a:hover { color: white; background: #6c0660; }
/* line 589, ../sass/pr-hotel-themes.scss */
.theme-6c0660 nav ul#top-menu li a:hover { color: #6c0660; }
/* line 593, ../sass/pr-hotel-themes.scss */
.theme-6c0660 nav ul#top-menu li.selected a { color: #6c0660; }
/* line 601, ../sass/pr-hotel-themes.scss */
.theme-6c0660 nav ul#top-category-menu li.selected { background-color: #6c0660; }
/* line 610, ../sass/pr-hotel-themes.scss */
.theme-6c0660 a.btn, .theme-6c0660 button.btn { background-color: #6c0660; }
/* line 612, ../sass/pr-hotel-themes.scss */
.theme-6c0660 a.btn:hover, .theme-6c0660 button.btn:hover { background-color: #363636; }
/* line 615, ../sass/pr-hotel-themes.scss */
.theme-6c0660 a.btn:active, .theme-6c0660 button.btn:active { background-color: #1c1c1c; }
/* line 621, ../sass/pr-hotel-themes.scss */
.theme-6c0660 a.btn.disabled:hover, .theme-6c0660 a.btn.disabled:active, .theme-6c0660 a.btn:disabled:hover, .theme-6c0660 a.btn:disabled:active, .theme-6c0660 button.btn.disabled:hover, .theme-6c0660 button.btn.disabled:active, .theme-6c0660 button.btn:disabled:hover, .theme-6c0660 button.btn:disabled:active { background-color: #6c0660; border: none; }
/* line 628, ../sass/pr-hotel-themes.scss */
.theme-6c0660 a.decisive-btn, .theme-6c0660 button.decisive-btn { background-color: #6c0660; }
/* line 631, ../sass/pr-hotel-themes.scss */
.theme-6c0660 a.decisive-btn:hover, .theme-6c0660 a.decisive-btn:active, .theme-6c0660 button.decisive-btn:hover, .theme-6c0660 button.decisive-btn:active { background-color: #363636; }
/* line 637, ../sass/pr-hotel-themes.scss */
.theme-6c0660 a.decisive-btn.disabled:hover, .theme-6c0660 a.decisive-btn.disabled:active, .theme-6c0660 a.decisive-btn:disabled:hover, .theme-6c0660 a.decisive-btn:disabled:active, .theme-6c0660 button.decisive-btn.disabled:hover, .theme-6c0660 button.decisive-btn.disabled:active, .theme-6c0660 button.decisive-btn:disabled:hover, .theme-6c0660 button.decisive-btn:disabled:active { background-color: #6c0660; border: none; }
/* line 644, ../sass/pr-hotel-themes.scss */
.theme-6c0660 a.action-btn, .theme-6c0660 button.action-btn { background-color: #6c0660; }
/* line 647, ../sass/pr-hotel-themes.scss */
.theme-6c0660 a.action-btn:hover, .theme-6c0660 a.action-btn:active, .theme-6c0660 button.action-btn:hover, .theme-6c0660 button.action-btn:active { background-color: #363636; }
/* line 653, ../sass/pr-hotel-themes.scss */
.theme-6c0660 a.action-btn.disabled:hover, .theme-6c0660 a.action-btn.disabled:active, .theme-6c0660 a.action-btn:disabled:hover, .theme-6c0660 a.action-btn:disabled:active, .theme-6c0660 button.action-btn.disabled:hover, .theme-6c0660 button.action-btn.disabled:active, .theme-6c0660 button.action-btn:disabled:hover, .theme-6c0660 button.action-btn:disabled:active { background-color: #6c0660; border: none; }
/* line 661, ../sass/pr-hotel-themes.scss */
.theme-6c0660 a.action-btn.big, .theme-6c0660 button.action-btn.big { border: 1px solid #6c0660; background-color: #d023bc; background-image: -webkit-gradient(linear, left top, left bottom, from(#d023bc), to(#6c0660)); background-image: -webkit-linear-gradient(top, #d023bc, #6c0660); background-image: -moz-linear-gradient(top, #d023bc, #6c0660); background-image: -ms-linear-gradient(top, #d023bc, #6c0660); background-image: -o-linear-gradient(top, #d023bc, #6c0660); background-image: linear-gradient(top, #d023bc, #6c0660); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#d023bc, EndColorStr=#6c0660, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxODciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNEMDIzQkMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM2QzA2NjAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODcpIiAvPgo8L3N2Zz4=); -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); }
/* line 237, ../sass/pr-hotel-themes.scss */
.theme-6c0660 a.action-btn.big.disabled:hover, .theme-6c0660 a.action-btn.big.disabled:active, .theme-6c0660 a.action-btn.big:disabled:hover, .theme-6c0660 a.action-btn.big:disabled:active, .theme-6c0660 button.action-btn.big.disabled:hover, .theme-6c0660 button.action-btn.big.disabled:active, .theme-6c0660 button.action-btn.big:disabled:hover, .theme-6c0660 button.action-btn.big:disabled:active { border: 1px solid #6c0660; background-color: #d023bc; background-image: -webkit-gradient(linear, left top, left bottom, from(#d023bc), to(#6c0660)); background-image: -webkit-linear-gradient(top, #d023bc, #6c0660); background-image: -moz-linear-gradient(top, #d023bc, #6c0660); background-image: -ms-linear-gradient(top, #d023bc, #6c0660); background-image: -o-linear-gradient(top, #d023bc, #6c0660); background-image: linear-gradient(top, #d023bc, #6c0660); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#d023bc, EndColorStr=#6c0660, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxODciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNEMDIzQkMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM2QzA2NjAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODcpIiAvPgo8L3N2Zz4=); }
/* line 667, ../sass/pr-hotel-themes.scss */
.theme-6c0660 a.action-btn.big:hover, .theme-6c0660 a.action-btn.big:active, .theme-6c0660 button.action-btn.big:hover, .theme-6c0660 button.action-btn.big:active { border: 1px solid #666666; background-color: #a1a1a1; background-image: -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), to(#727273)); background-image: -webkit-linear-gradient(top, #a1a1a1, #727273); background-image: -moz-linear-gradient(top, #a1a1a1, #727273); background-image: -ms-linear-gradient(top, #a1a1a1, #727273); background-image: -o-linear-gradient(top, #a1a1a1, #727273); background-image: linear-gradient(top, #a1a1a1, #727273); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#a1a1a1, EndColorStr=#727273, GradientType=0); }
/* line 674, ../sass/pr-hotel-themes.scss */
.theme-6c0660 a.action-btn.big.disabled:hover, .theme-6c0660 a.action-btn.big.disabled:active, .theme-6c0660 a.action-btn.big:disabled:hover, .theme-6c0660 a.action-btn.big:disabled:active, .theme-6c0660 button.action-btn.big.disabled:hover, .theme-6c0660 button.action-btn.big.disabled:active, .theme-6c0660 button.action-btn.big:disabled:hover, .theme-6c0660 button.action-btn.big:disabled:active { border: 1px solid #6c0660; border: 1px solid #6c0660; background-color: #d023bc; background-image: -webkit-gradient(linear, left top, left bottom, from(#d023bc), to(#6c0660)); background-image: -webkit-linear-gradient(top, #d023bc, #6c0660); background-image: -moz-linear-gradient(top, #d023bc, #6c0660); background-image: -ms-linear-gradient(top, #d023bc, #6c0660); background-image: -o-linear-gradient(top, #d023bc, #6c0660); background-image: linear-gradient(top, #d023bc, #6c0660); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#d023bc, EndColorStr=#6c0660, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxODciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNEMDIzQkMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM2QzA2NjAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODcpIiAvPgo8L3N2Zz4=); -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); }
/* line 237, ../sass/pr-hotel-themes.scss */
.theme-6c0660 a.action-btn.big.disabled:hover.disabled:hover, .theme-6c0660 a.action-btn.big.disabled:hover.disabled:active, .theme-6c0660 a.action-btn.big.disabled:hover:disabled:hover, .theme-6c0660 a.action-btn.big.disabled:hover:disabled:active, .theme-6c0660 a.action-btn.big.disabled:active.disabled:hover, .theme-6c0660 a.action-btn.big.disabled:active.disabled:active, .theme-6c0660 a.action-btn.big.disabled:active:disabled:hover, .theme-6c0660 a.action-btn.big.disabled:active:disabled:active, .theme-6c0660 a.action-btn.big:disabled:hover.disabled:hover, .theme-6c0660 a.action-btn.big:disabled:hover.disabled:active, .theme-6c0660 a.action-btn.big:disabled:hover:disabled:hover, .theme-6c0660 a.action-btn.big:disabled:hover:disabled:active, .theme-6c0660 a.action-btn.big:disabled:active.disabled:hover, .theme-6c0660 a.action-btn.big:disabled:active.disabled:active, .theme-6c0660 a.action-btn.big:disabled:active:disabled:hover, .theme-6c0660 a.action-btn.big:disabled:active:disabled:active, .theme-6c0660 button.action-btn.big.disabled:hover.disabled:hover, .theme-6c0660 button.action-btn.big.disabled:hover.disabled:active, .theme-6c0660 button.action-btn.big.disabled:hover:disabled:hover, .theme-6c0660 button.action-btn.big.disabled:hover:disabled:active, .theme-6c0660 button.action-btn.big.disabled:active.disabled:hover, .theme-6c0660 button.action-btn.big.disabled:active.disabled:active, .theme-6c0660 button.action-btn.big.disabled:active:disabled:hover, .theme-6c0660 button.action-btn.big.disabled:active:disabled:active, .theme-6c0660 button.action-btn.big:disabled:hover.disabled:hover, .theme-6c0660 button.action-btn.big:disabled:hover.disabled:active, .theme-6c0660 button.action-btn.big:disabled:hover:disabled:hover, .theme-6c0660 button.action-btn.big:disabled:hover:disabled:active, .theme-6c0660 button.action-btn.big:disabled:active.disabled:hover, .theme-6c0660 button.action-btn.big:disabled:active.disabled:active, .theme-6c0660 button.action-btn.big:disabled:active:disabled:hover, .theme-6c0660 button.action-btn.big:disabled:active:disabled:active { border: 1px solid #6c0660; background-color: #d023bc; background-image: -webkit-gradient(linear, left top, left bottom, from(#d023bc), to(#6c0660)); background-image: -webkit-linear-gradient(top, #d023bc, #6c0660); background-image: -moz-linear-gradient(top, #d023bc, #6c0660); background-image: -ms-linear-gradient(top, #d023bc, #6c0660); background-image: -o-linear-gradient(top, #d023bc, #6c0660); background-image: linear-gradient(top, #d023bc, #6c0660); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#d023bc, EndColorStr=#6c0660, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxODciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNEMDIzQkMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM2QzA2NjAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODcpIiAvPgo8L3N2Zz4=); }
/* line 684, ../sass/pr-hotel-themes.scss */
.theme-6c0660 a.sticky-btn, .theme-6c0660 button.sticky-btn { background-color: #6c0660; }
/* line 686, ../sass/pr-hotel-themes.scss */
.theme-6c0660 a.sticky-btn:hover, .theme-6c0660 button.sticky-btn:hover { background-color: #363636; }
/* line 689, ../sass/pr-hotel-themes.scss */
.theme-6c0660 a.sticky-btn:active, .theme-6c0660 button.sticky-btn:active { background-color: #1c1c1c; }
/* line 697, ../sass/pr-hotel-themes.scss */
.theme-6c0660 ul.arrow-breadcrumb li.current a { background: #6c0660; color: #fff; }
/* line 700, ../sass/pr-hotel-themes.scss */
.theme-6c0660 ul.arrow-breadcrumb li.current a:after { border-left-color: #6c0660; }
/* line 703, ../sass/pr-hotel-themes.scss */
.theme-6c0660 ul.arrow-breadcrumb li.current a:before { border-left-color: #fff; }
/* line 709, ../sass/pr-hotel-themes.scss */
.theme-6c0660 ul.arrow-breadcrumb li.done a { background: rgba(108, 6, 96, 0.75); color: #fff; }
/* line 712, ../sass/pr-hotel-themes.scss */
.theme-6c0660 ul.arrow-breadcrumb li.done a:after { border-left-color: rgba(108, 6, 96, 0.75); }
/* line 715, ../sass/pr-hotel-themes.scss */
.theme-6c0660 ul.arrow-breadcrumb li.done a:before { border-left-color: #fff; }
/* line 727, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .social-widget ul.tab-nav li.selected a { color: #6c0660; }
/* line 736, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .ta-review .showleft a, .theme-6c0660 .ta-review .showright a, .theme-6c0660 .featured-content .showleft a, .theme-6c0660 .featured-content .showright a { background-color: rgba(108, 6, 96, 0.6); background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(108, 6, 96, 0.6)), to(rgba(108, 6, 96, 0.6))); background-image: -webkit-linear-gradient(top, rgba(108, 6, 96, 0.6), rgba(108, 6, 96, 0.6)); background-image: -moz-linear-gradient(top, rgba(108, 6, 96, 0.6), rgba(108, 6, 96, 0.6)); background-image: -ms-linear-gradient(top, rgba(108, 6, 96, 0.6), rgba(108, 6, 96, 0.6)); background-image: -o-linear-gradient(top, rgba(108, 6, 96, 0.6), rgba(108, 6, 96, 0.6)); background-image: linear-gradient(top, rgba(108, 6, 96, 0.6), rgba(108, 6, 96, 0.6)); }
/* line 749, ../sass/pr-hotel-themes.scss */
.theme-6c0660 #carousel .swiper-active-switch { background: #6c0660; }
/* line 756, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .pagination a:hover, .theme-6c0660 .pagination a.selected { background: #6c0660; color: white; }
/* line 760, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .pagination a.prev, .theme-6c0660 .pagination a.next { color: #6c0660; }
/* line 762, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .pagination a.prev:hover, .theme-6c0660 .pagination a.next:hover { background: none; border-bottom: 1px solid #6c0660; }
/* line 771, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .signpost-details h4 a, .theme-6c0660 .l-meeting-packages h4 a { color: #6c0660; }
/* line 776, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .full-bg .signpost-details .subheader { color: #6c0660; }
/* line 783, ../sass/pr-hotel-themes.scss */
.theme-6c0660 ul.category-list li a:hover { background-color: #6c0660; }
/* line 787, ../sass/pr-hotel-themes.scss */
.theme-6c0660 ul.category-list li.selected > a { background-color: #6c0660; }
/* line 797, ../sass/pr-hotel-themes.scss */
.theme-6c0660 ul.category-lvl2 li a.selected, .theme-6c0660 ul.category-lvl2 li a:hover { background-color: white; color: #6c0660; }
/* line 805, ../sass/pr-hotel-themes.scss */
.theme-6c0660 ul.accordion.arrow span { background: #6c0660; }
/* line 810, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .badge a { color: #6c0660; }
/* line 812, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .badge a:hover { color: #6c0660; }
/* line 819, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .yellow-grad-bg .colour-bar { background: #6c0660; }
/* line 825, ../sass/pr-hotel-themes.scss */
.theme-6c0660 span.price { color: #6c0660; }
/* line 829, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .savings span { color: #6c0660; }
/* line 836, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .other-listing a:hover { color: white !important; background-color: #6c0660; }
/* line 839, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .other-listing a:hover .date { color: #D8C689; }
/* line 842, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .other-listing a:hover h4 { color: white; }
/* line 854, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .l-destation-weather ul li .temp span { color: #6c0660; }
/* line 858, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .l-destation-weather ul li i { color: #6c0660; }
/* line 863, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .l-destation-weather ul li.weather-today div.date-temp .copy { color: #6c0660; }
/* line 873, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .widget-content h5 { color: white; }
/* line 878, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .slidesjs-pagination-item a.active { background: #6c0660; }
/* line 882, ../sass/pr-hotel-themes.scss */
.theme-6c0660 #country-dropdown-list ul li { color: #6c0660; }
/* line 884, ../sass/pr-hotel-themes.scss */
.theme-6c0660 #country-dropdown-list ul li a { color: #6c0660; }
/* line 890, ../sass/pr-hotel-themes.scss */
.theme-6c0660 footer #within-the-city { background: #6c0660; background-position: top center; background-repeat: no-repeat; padding: 14px 0; }
/* line 900, ../sass/pr-hotel-themes.scss */
.theme-6c0660 footer #within-the-city span.title, .theme-6c0660 footer #within-the-city a { color: white; }
/* line 909, ../sass/pr-hotel-themes.scss */
.theme-6c0660 #booking-tabs ul.tab-nav li a { color: white; background-color: #6c0660; }
/* line 914, ../sass/pr-hotel-themes.scss */
.theme-6c0660 #booking-tabs ul.tab-nav li.selected a { color: #6c0660; background-color: white; }
/* line 926, ../sass/pr-hotel-themes.scss */
.theme-6c0660 ul.detailsLeftNav li a.removeBtn { background-image: url("../images/common/pr-indochina-sprite.png"); }
/* line 937, ../sass/pr-hotel-themes.scss */
.theme-6c0660 ul.showmore li section#carousel div.enhanceStayItem div.added span { background-image: url("../images/common/pr-indochina-sprite.png") !important; }
/* line 946, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .mfp-close span { background: url("../images/common/pr-indochina-sprite.png") no-repeat 0 -1121px; }
/* line 949, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .crisisUpdate p.hdr { color: #6c0660; }
/* line 953, ../sass/pr-hotel-themes.scss */
.theme-6c0660 span.iconTick { background: url("../images/common/pr-indochina-sprite.png") no-repeat -98px -1121px; }
/* line 958, ../sass/pr-hotel-themes.scss */
.theme-6c0660 .kalendae .k-days span.k-selected.k-active { background: url("../images/common/pr-indochina-sprite.png"); background-position: -199px -1077px; }
/* line 964, ../sass/pr-hotel-themes.scss */
.theme-6c0660 form.custom-ui .checkbox-dropdown-container i { border-left: 1px solid #6c0660; color: #6c0660; }
/* line 973, ../sass/pr-hotel-themes.scss */
.theme-6c0660 #mobile-friendly span { color: #6c0660; }

/* line 287, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006b8d ul.arrow-breadcrumb li { display: inline; line-height: 0; margin: 0; }
/* line 291, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006b8d ul.arrow-breadcrumb li a { padding: 20px 20px 0 20px; margin: 0 20px 0 20px; width: 272px; }
/* line 296, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006b8d ul.arrow-breadcrumb li a:after, .lt-ie9 .theme-006b8d ul.arrow-breadcrumb li a:before { display: none; }
/* line 299, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006b8d ul.arrow-breadcrumb li a span.left { position: absolute; top: 0; left: -20px; display: block; width: 20px; height: 40px; background: url("../images/common/parkroyal/booking/theme-000000/steps_back_next.png") no-repeat top left; }
/* line 309, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006b8d ul.arrow-breadcrumb li a span.right { position: absolute; top: 0; right: -20px; display: block; width: 20px; height: 40px; background: url("../images/common/parkroyal/booking/theme-000000/steps_front_next.png") no-repeat top right; }
/* line 321, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006b8d ul.arrow-breadcrumb li.current a { background: #006b8d; }
/* line 323, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006b8d ul.arrow-breadcrumb li.current a:after { display: none; }
/* line 326, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006b8d ul.arrow-breadcrumb li.current a:before { display: none; }
/* line 329, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006b8d ul.arrow-breadcrumb li.current a span.left { background: url("../images/common/parkroyal/booking/theme-006b8d/steps_back_current.png") no-repeat top left; }
/* line 333, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006b8d ul.arrow-breadcrumb li.current a span.right { background: url("../images/common/parkroyal/booking/theme-006b8d/steps_front_current.png") no-repeat top right; }
/* line 339, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006b8d ul.arrow-breadcrumb li.current:first-child a span.left { background: none; background-color: #006b8d; }
/* line 348, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006b8d ul.arrow-breadcrumb li.done a { background: #4c97af; color: #fff; }
/* line 351, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006b8d ul.arrow-breadcrumb li.done a:after { display: none; }
/* line 354, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006b8d ul.arrow-breadcrumb li.done a:before { display: none; }
/* line 357, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006b8d ul.arrow-breadcrumb li.done a span.left { background: url("../images/common/parkroyal/booking/theme-006b8d/steps_back_past.png") no-repeat top left; }
/* line 361, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006b8d ul.arrow-breadcrumb li.done a span.right { background: url("../images/common/parkroyal/booking/theme-006b8d/steps_front_past.png") no-repeat top right; }
/* line 368, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006b8d ul.arrow-breadcrumb li.done:first-child a span.left { background: none; background-color: #4c97af; }
/* line 377, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006b8d ul.arrow-breadcrumb li.done:last-child a span.right { background: none; background-color: #4c97af; }
/* line 386, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006b8d ul.arrow-breadcrumb li:first-child a:before { display: none; }
/* line 390, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006b8d ul.arrow-breadcrumb li:last-child a { margin: 0 0 0 20px; }
/* line 401, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006b8d ul.arrow-breadcrumb li:first-child a span.left { background: none; background-color: #4c97af; }
/* line 409, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006b8d ul.arrow-breadcrumb li:last-child a span.right { background: none; background-color: #006b8d; }

/* line 420, ../sass/pr-hotel-themes.scss */
.theme-006b8d { /** Date Picker **/ /** Spinner **/ /** Language selector **/ /** Tabs **/ /** Trip Advisor **/ /** Pagination **/ /** Accordion **/ /** Direct Advantage Badge **/ /** Colour bar **/ /** Prices **/ /** Destination: Weather widget **/ /** Tabbed Widgets **/ /** Swiper Pagination **/ /** Footer: Within the city motifs **/ /** Booking **/ /* --- Calendar --- */ }
/* line 421, ../sass/pr-hotel-themes.scss */
.theme-006b8d ::selection { background: #006b8d; color: white; }
/* line 426, ../sass/pr-hotel-themes.scss */
.theme-006b8d ::-moz-selection { background: #006b8d; color: white; }
/* line 431, ../sass/pr-hotel-themes.scss */
.theme-006b8d a { color: #006b8d; }
/* line 433, ../sass/pr-hotel-themes.scss */
.theme-006b8d a:hover { color: #006b8d; }
/* line 436, ../sass/pr-hotel-themes.scss */
.theme-006b8d a.arrowed-link { color: #006b8d; }
/* line 438, ../sass/pr-hotel-themes.scss */
.theme-006b8d a.arrowed-link:hover { color: #666666; }
/* line 443, ../sass/pr-hotel-themes.scss */
.theme-006b8d h1, .theme-006b8d h2, .theme-006b8d h3, .theme-006b8d h4, .theme-006b8d h5, .theme-006b8d h6, .theme-006b8d footer #footer-sitemap .social-contact h6, .theme-006b8d .select2-results li.select2-result-with-children > .select2-result-label { color: #006b8d; }
/* line 447, ../sass/pr-hotel-themes.scss */
.theme-006b8d a.btn, .theme-006b8d div.btn, .theme-006b8d button.btn { background-color: #006b8d; }
/* line 452, ../sass/pr-hotel-themes.scss */
.theme-006b8d .select2-results .select2-highlighted { background: #006b8d; color: #fff; }
/* line 459, ../sass/pr-hotel-themes.scss */
.theme-006b8d .select2-container-active .select2-choice, .theme-006b8d .select2-container-active .select2-choices { border-color: #006b8d; -webkit-box-shadow:  0px 0px 5px #006b8d; -moz-box-shadow:  0px 0px 5px #006b8d; box-shadow:  0px 0px 5px #006b8d; }
/* line 466, ../sass/pr-hotel-themes.scss */
.theme-006b8d .select2-container .select2-choice div b { color: #006b8d; border-color: #006b8d; }
/* line 472, ../sass/pr-hotel-themes.scss */
.theme-006b8d .kalendae { border-color: #006b8d; }
/* line 478, ../sass/pr-hotel-themes.scss */
.theme-006b8d .ui-spinner a.ui-spinner-button { border-left: 1px solid #006b8d; color: #006b8d; }
/* line 479, ../sass/pr-hotel-themes.scss */
.theme-006b8d .ui-spinner a.ui-spinner-button:hover { background-color: #006b8d; }
/* line 484, ../sass/pr-hotel-themes.scss */
.theme-006b8d .ui-spinner a.ui-spinner-button:hover { color: #fff; }
/* line 490, ../sass/pr-hotel-themes.scss */
.theme-006b8d .ribbon { background: url("../images/common/pr-pacific-sprite.png") right -1043px; }
/* line 492, ../sass/pr-hotel-themes.scss */
.theme-006b8d .ribbon span { background: url("../images/common/pr-pacific-sprite.png") 0 -1010px; }
/* line 499, ../sass/pr-hotel-themes.scss */
.theme-006b8d ul.toggle-list li.selected { background-color: #006b8d; }
/* line 503, ../sass/pr-hotel-themes.scss */
.theme-006b8d ul.toggle-list li a:hover { color: #006b8d; }
/* line 513, ../sass/pr-hotel-themes.scss */
.theme-006b8d form.custom-ui input:not([type=submit]):not([type=reset]):not([type=file]):focus, .theme-006b8d form.custom-ui textarea:focus { outline: none; border: 1px solid #006b8d; -webkit-box-shadow:  0px 0px 5px #006b8d; -moz-box-shadow:  0px 0px 5px #006b8d; box-shadow:  0px 0px 5px #006b8d; }
/* line 524, ../sass/pr-hotel-themes.scss */
.theme-006b8d div.left-menulist .left-menu-label a { color: #006b8d; }
/* line 528, ../sass/pr-hotel-themes.scss */
.theme-006b8d div.left-menulist .left-menu-label:hover > a, .theme-006b8d div.left-menulist .left-menu-label.selected > a { color: white; background-color: #006b8d; }
/* line 536, ../sass/pr-hotel-themes.scss */
.theme-006b8d div.left-menulist ul li:hover > a, .theme-006b8d div.left-menulist ul li.selected > a { color: white; background-color: #006b8d; }
/* line 547, ../sass/pr-hotel-themes.scss */
.theme-006b8d ul#lang-selector li { /** Account login **/ }
/* line 551, ../sass/pr-hotel-themes.scss */
.theme-006b8d ul#lang-selector li a.selected, .theme-006b8d ul#lang-selector li a:hover { color: #006b8d; }
/* line 560, ../sass/pr-hotel-themes.scss */
.theme-006b8d ul#lang-selector li#account-details > a.selected, .theme-006b8d ul#lang-selector li#account-details > a:hover { color: #fff; background: #006b8d; text-decoration: none; }
/* line 562, ../sass/pr-hotel-themes.scss */
.theme-006b8d ul#lang-selector li#account-details > a.selected i, .theme-006b8d ul#lang-selector li#account-details > a:hover i { color: #fff; }
/* line 570, ../sass/pr-hotel-themes.scss */
.theme-006b8d ul#lang-selector li#account-details div.account-details-dropdown .step1 { width: 100%; position: absolute; }
/* line 574, ../sass/pr-hotel-themes.scss */
.theme-006b8d ul#lang-selector li#account-details div.account-details-dropdown .step1 a:hover { color: white; background: #006b8d; }
/* line 589, ../sass/pr-hotel-themes.scss */
.theme-006b8d nav ul#top-menu li a:hover { color: #006b8d; }
/* line 593, ../sass/pr-hotel-themes.scss */
.theme-006b8d nav ul#top-menu li.selected a { color: #006b8d; }
/* line 601, ../sass/pr-hotel-themes.scss */
.theme-006b8d nav ul#top-category-menu li.selected { background-color: #006b8d; }
/* line 610, ../sass/pr-hotel-themes.scss */
.theme-006b8d a.btn, .theme-006b8d button.btn { background-color: #006b8d; }
/* line 612, ../sass/pr-hotel-themes.scss */
.theme-006b8d a.btn:hover, .theme-006b8d button.btn:hover { background-color: #363636; }
/* line 615, ../sass/pr-hotel-themes.scss */
.theme-006b8d a.btn:active, .theme-006b8d button.btn:active { background-color: #1c1c1c; }
/* line 621, ../sass/pr-hotel-themes.scss */
.theme-006b8d a.btn.disabled:hover, .theme-006b8d a.btn.disabled:active, .theme-006b8d a.btn:disabled:hover, .theme-006b8d a.btn:disabled:active, .theme-006b8d button.btn.disabled:hover, .theme-006b8d button.btn.disabled:active, .theme-006b8d button.btn:disabled:hover, .theme-006b8d button.btn:disabled:active { background-color: #006b8d; border: none; }
/* line 628, ../sass/pr-hotel-themes.scss */
.theme-006b8d a.decisive-btn, .theme-006b8d button.decisive-btn { background-color: #006b8d; }
/* line 631, ../sass/pr-hotel-themes.scss */
.theme-006b8d a.decisive-btn:hover, .theme-006b8d a.decisive-btn:active, .theme-006b8d button.decisive-btn:hover, .theme-006b8d button.decisive-btn:active { background-color: #363636; }
/* line 637, ../sass/pr-hotel-themes.scss */
.theme-006b8d a.decisive-btn.disabled:hover, .theme-006b8d a.decisive-btn.disabled:active, .theme-006b8d a.decisive-btn:disabled:hover, .theme-006b8d a.decisive-btn:disabled:active, .theme-006b8d button.decisive-btn.disabled:hover, .theme-006b8d button.decisive-btn.disabled:active, .theme-006b8d button.decisive-btn:disabled:hover, .theme-006b8d button.decisive-btn:disabled:active { background-color: #006b8d; border: none; }
/* line 644, ../sass/pr-hotel-themes.scss */
.theme-006b8d a.action-btn, .theme-006b8d button.action-btn { background-color: #006b8d; }
/* line 647, ../sass/pr-hotel-themes.scss */
.theme-006b8d a.action-btn:hover, .theme-006b8d a.action-btn:active, .theme-006b8d button.action-btn:hover, .theme-006b8d button.action-btn:active { background-color: #363636; }
/* line 653, ../sass/pr-hotel-themes.scss */
.theme-006b8d a.action-btn.disabled:hover, .theme-006b8d a.action-btn.disabled:active, .theme-006b8d a.action-btn:disabled:hover, .theme-006b8d a.action-btn:disabled:active, .theme-006b8d button.action-btn.disabled:hover, .theme-006b8d button.action-btn.disabled:active, .theme-006b8d button.action-btn:disabled:hover, .theme-006b8d button.action-btn:disabled:active { background-color: #006b8d; border: none; }
/* line 661, ../sass/pr-hotel-themes.scss */
.theme-006b8d a.action-btn.big, .theme-006b8d button.action-btn.big { border: 1px solid #006b8d; background-color: #33aad0; background-image: -webkit-gradient(linear, left top, left bottom, from(#33aad0), to(#006b8d)); background-image: -webkit-linear-gradient(top, #33aad0, #006b8d); background-image: -moz-linear-gradient(top, #33aad0, #006b8d); background-image: -ms-linear-gradient(top, #33aad0, #006b8d); background-image: -o-linear-gradient(top, #33aad0, #006b8d); background-image: linear-gradient(top, #33aad0, #006b8d); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#33aad0, EndColorStr=#006b8d, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1MDkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzM0FBRDAiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDZCOEQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c1MDkpIiAvPgo8L3N2Zz4=); -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); }
/* line 250, ../sass/pr-hotel-themes.scss */
.theme-006b8d a.action-btn.big.disabled:hover, .theme-006b8d a.action-btn.big.disabled:active, .theme-006b8d a.action-btn.big:disabled:hover, .theme-006b8d a.action-btn.big:disabled:active, .theme-006b8d button.action-btn.big.disabled:hover, .theme-006b8d button.action-btn.big.disabled:active, .theme-006b8d button.action-btn.big:disabled:hover, .theme-006b8d button.action-btn.big:disabled:active { border: 1px solid #006b8d; background-color: #33aad0; background-image: -webkit-gradient(linear, left top, left bottom, from(#33aad0), to(#006b8d)); background-image: -webkit-linear-gradient(top, #33aad0, #006b8d); background-image: -moz-linear-gradient(top, #33aad0, #006b8d); background-image: -ms-linear-gradient(top, #33aad0, #006b8d); background-image: -o-linear-gradient(top, #33aad0, #006b8d); background-image: linear-gradient(top, #33aad0, #006b8d); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#33aad0, EndColorStr=#006b8d, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1MDkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzM0FBRDAiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDZCOEQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c1MDkpIiAvPgo8L3N2Zz4=); }
/* line 667, ../sass/pr-hotel-themes.scss */
.theme-006b8d a.action-btn.big:hover, .theme-006b8d a.action-btn.big:active, .theme-006b8d button.action-btn.big:hover, .theme-006b8d button.action-btn.big:active { border: 1px solid #666666; background-color: #a1a1a1; background-image: -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), to(#727273)); background-image: -webkit-linear-gradient(top, #a1a1a1, #727273); background-image: -moz-linear-gradient(top, #a1a1a1, #727273); background-image: -ms-linear-gradient(top, #a1a1a1, #727273); background-image: -o-linear-gradient(top, #a1a1a1, #727273); background-image: linear-gradient(top, #a1a1a1, #727273); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#a1a1a1, EndColorStr=#727273, GradientType=0); }
/* line 674, ../sass/pr-hotel-themes.scss */
.theme-006b8d a.action-btn.big.disabled:hover, .theme-006b8d a.action-btn.big.disabled:active, .theme-006b8d a.action-btn.big:disabled:hover, .theme-006b8d a.action-btn.big:disabled:active, .theme-006b8d button.action-btn.big.disabled:hover, .theme-006b8d button.action-btn.big.disabled:active, .theme-006b8d button.action-btn.big:disabled:hover, .theme-006b8d button.action-btn.big:disabled:active { border: 1px solid #006b8d; border: 1px solid #006b8d; background-color: #33aad0; background-image: -webkit-gradient(linear, left top, left bottom, from(#33aad0), to(#006b8d)); background-image: -webkit-linear-gradient(top, #33aad0, #006b8d); background-image: -moz-linear-gradient(top, #33aad0, #006b8d); background-image: -ms-linear-gradient(top, #33aad0, #006b8d); background-image: -o-linear-gradient(top, #33aad0, #006b8d); background-image: linear-gradient(top, #33aad0, #006b8d); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#33aad0, EndColorStr=#006b8d, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1MDkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzM0FBRDAiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDZCOEQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c1MDkpIiAvPgo8L3N2Zz4=); -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); }
/* line 250, ../sass/pr-hotel-themes.scss */
.theme-006b8d a.action-btn.big.disabled:hover.disabled:hover, .theme-006b8d a.action-btn.big.disabled:hover.disabled:active, .theme-006b8d a.action-btn.big.disabled:hover:disabled:hover, .theme-006b8d a.action-btn.big.disabled:hover:disabled:active, .theme-006b8d a.action-btn.big.disabled:active.disabled:hover, .theme-006b8d a.action-btn.big.disabled:active.disabled:active, .theme-006b8d a.action-btn.big.disabled:active:disabled:hover, .theme-006b8d a.action-btn.big.disabled:active:disabled:active, .theme-006b8d a.action-btn.big:disabled:hover.disabled:hover, .theme-006b8d a.action-btn.big:disabled:hover.disabled:active, .theme-006b8d a.action-btn.big:disabled:hover:disabled:hover, .theme-006b8d a.action-btn.big:disabled:hover:disabled:active, .theme-006b8d a.action-btn.big:disabled:active.disabled:hover, .theme-006b8d a.action-btn.big:disabled:active.disabled:active, .theme-006b8d a.action-btn.big:disabled:active:disabled:hover, .theme-006b8d a.action-btn.big:disabled:active:disabled:active, .theme-006b8d button.action-btn.big.disabled:hover.disabled:hover, .theme-006b8d button.action-btn.big.disabled:hover.disabled:active, .theme-006b8d button.action-btn.big.disabled:hover:disabled:hover, .theme-006b8d button.action-btn.big.disabled:hover:disabled:active, .theme-006b8d button.action-btn.big.disabled:active.disabled:hover, .theme-006b8d button.action-btn.big.disabled:active.disabled:active, .theme-006b8d button.action-btn.big.disabled:active:disabled:hover, .theme-006b8d button.action-btn.big.disabled:active:disabled:active, .theme-006b8d button.action-btn.big:disabled:hover.disabled:hover, .theme-006b8d button.action-btn.big:disabled:hover.disabled:active, .theme-006b8d button.action-btn.big:disabled:hover:disabled:hover, .theme-006b8d button.action-btn.big:disabled:hover:disabled:active, .theme-006b8d button.action-btn.big:disabled:active.disabled:hover, .theme-006b8d button.action-btn.big:disabled:active.disabled:active, .theme-006b8d button.action-btn.big:disabled:active:disabled:hover, .theme-006b8d button.action-btn.big:disabled:active:disabled:active { border: 1px solid #006b8d; background-color: #33aad0; background-image: -webkit-gradient(linear, left top, left bottom, from(#33aad0), to(#006b8d)); background-image: -webkit-linear-gradient(top, #33aad0, #006b8d); background-image: -moz-linear-gradient(top, #33aad0, #006b8d); background-image: -ms-linear-gradient(top, #33aad0, #006b8d); background-image: -o-linear-gradient(top, #33aad0, #006b8d); background-image: linear-gradient(top, #33aad0, #006b8d); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#33aad0, EndColorStr=#006b8d, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1MDkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzM0FBRDAiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDZCOEQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c1MDkpIiAvPgo8L3N2Zz4=); }
/* line 684, ../sass/pr-hotel-themes.scss */
.theme-006b8d a.sticky-btn, .theme-006b8d button.sticky-btn { background-color: #006b8d; }
/* line 686, ../sass/pr-hotel-themes.scss */
.theme-006b8d a.sticky-btn:hover, .theme-006b8d button.sticky-btn:hover { background-color: #363636; }
/* line 689, ../sass/pr-hotel-themes.scss */
.theme-006b8d a.sticky-btn:active, .theme-006b8d button.sticky-btn:active { background-color: #1c1c1c; }
/* line 697, ../sass/pr-hotel-themes.scss */
.theme-006b8d ul.arrow-breadcrumb li.current a { background: #006b8d; color: #fff; }
/* line 700, ../sass/pr-hotel-themes.scss */
.theme-006b8d ul.arrow-breadcrumb li.current a:after { border-left-color: #006b8d; }
/* line 703, ../sass/pr-hotel-themes.scss */
.theme-006b8d ul.arrow-breadcrumb li.current a:before { border-left-color: #fff; }
/* line 709, ../sass/pr-hotel-themes.scss */
.theme-006b8d ul.arrow-breadcrumb li.done a { background: rgba(0, 107, 141, 0.75); color: #fff; }
/* line 712, ../sass/pr-hotel-themes.scss */
.theme-006b8d ul.arrow-breadcrumb li.done a:after { border-left-color: rgba(0, 107, 141, 0.75); }
/* line 715, ../sass/pr-hotel-themes.scss */
.theme-006b8d ul.arrow-breadcrumb li.done a:before { border-left-color: #fff; }
/* line 727, ../sass/pr-hotel-themes.scss */
.theme-006b8d .social-widget ul.tab-nav li.selected a { color: #006b8d; }
/* line 736, ../sass/pr-hotel-themes.scss */
.theme-006b8d .ta-review .showleft a, .theme-006b8d .ta-review .showright a, .theme-006b8d .featured-content .showleft a, .theme-006b8d .featured-content .showright a { background-color: rgba(0, 107, 141, 0.6); background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 107, 141, 0.6)), to(rgba(0, 107, 141, 0.6))); background-image: -webkit-linear-gradient(top, rgba(0, 107, 141, 0.6), rgba(0, 107, 141, 0.6)); background-image: -moz-linear-gradient(top, rgba(0, 107, 141, 0.6), rgba(0, 107, 141, 0.6)); background-image: -ms-linear-gradient(top, rgba(0, 107, 141, 0.6), rgba(0, 107, 141, 0.6)); background-image: -o-linear-gradient(top, rgba(0, 107, 141, 0.6), rgba(0, 107, 141, 0.6)); background-image: linear-gradient(top, rgba(0, 107, 141, 0.6), rgba(0, 107, 141, 0.6)); }
/* line 749, ../sass/pr-hotel-themes.scss */
.theme-006b8d #carousel .swiper-active-switch { background: #006b8d; }
/* line 756, ../sass/pr-hotel-themes.scss */
.theme-006b8d .pagination a:hover, .theme-006b8d .pagination a.selected { background: #006b8d; color: white; }
/* line 760, ../sass/pr-hotel-themes.scss */
.theme-006b8d .pagination a.prev, .theme-006b8d .pagination a.next { color: #006b8d; }
/* line 762, ../sass/pr-hotel-themes.scss */
.theme-006b8d .pagination a.prev:hover, .theme-006b8d .pagination a.next:hover { background: none; border-bottom: 1px solid #006b8d; }
/* line 771, ../sass/pr-hotel-themes.scss */
.theme-006b8d .signpost-details h4 a, .theme-006b8d .l-meeting-packages h4 a { color: #006b8d; }
/* line 776, ../sass/pr-hotel-themes.scss */
.theme-006b8d .full-bg .signpost-details .subheader { color: #006b8d; }
/* line 783, ../sass/pr-hotel-themes.scss */
.theme-006b8d ul.category-list li a:hover { background-color: #006b8d; }
/* line 787, ../sass/pr-hotel-themes.scss */
.theme-006b8d ul.category-list li.selected > a { background-color: #006b8d; }
/* line 797, ../sass/pr-hotel-themes.scss */
.theme-006b8d ul.category-lvl2 li a.selected, .theme-006b8d ul.category-lvl2 li a:hover { background-color: white; color: #006b8d; }
/* line 805, ../sass/pr-hotel-themes.scss */
.theme-006b8d ul.accordion.arrow span { background: #006b8d; }
/* line 810, ../sass/pr-hotel-themes.scss */
.theme-006b8d .badge a { color: #006b8d; }
/* line 812, ../sass/pr-hotel-themes.scss */
.theme-006b8d .badge a:hover { color: #006b8d; }
/* line 819, ../sass/pr-hotel-themes.scss */
.theme-006b8d .yellow-grad-bg .colour-bar { background: #006b8d; }
/* line 825, ../sass/pr-hotel-themes.scss */
.theme-006b8d span.price { color: #006b8d; }
/* line 829, ../sass/pr-hotel-themes.scss */
.theme-006b8d .savings span { color: #006b8d; }
/* line 836, ../sass/pr-hotel-themes.scss */
.theme-006b8d .other-listing a:hover { color: white !important; background-color: #006b8d; }
/* line 839, ../sass/pr-hotel-themes.scss */
.theme-006b8d .other-listing a:hover .date { color: #D8C689; }
/* line 842, ../sass/pr-hotel-themes.scss */
.theme-006b8d .other-listing a:hover h4 { color: white; }
/* line 854, ../sass/pr-hotel-themes.scss */
.theme-006b8d .l-destation-weather ul li .temp span { color: #006b8d; }
/* line 858, ../sass/pr-hotel-themes.scss */
.theme-006b8d .l-destation-weather ul li i { color: #006b8d; }
/* line 863, ../sass/pr-hotel-themes.scss */
.theme-006b8d .l-destation-weather ul li.weather-today div.date-temp .copy { color: #006b8d; }
/* line 873, ../sass/pr-hotel-themes.scss */
.theme-006b8d .widget-content h5 { color: white; }
/* line 878, ../sass/pr-hotel-themes.scss */
.theme-006b8d .slidesjs-pagination-item a.active { background: #006b8d; }
/* line 882, ../sass/pr-hotel-themes.scss */
.theme-006b8d #country-dropdown-list ul li { color: #006b8d; }
/* line 884, ../sass/pr-hotel-themes.scss */
.theme-006b8d #country-dropdown-list ul li a { color: #006b8d; }
/* line 890, ../sass/pr-hotel-themes.scss */
.theme-006b8d footer #within-the-city { background: #006b8d; background-position: top center; background-repeat: no-repeat; padding: 14px 0; }
/* line 900, ../sass/pr-hotel-themes.scss */
.theme-006b8d footer #within-the-city span.title, .theme-006b8d footer #within-the-city a { color: white; }
/* line 909, ../sass/pr-hotel-themes.scss */
.theme-006b8d #booking-tabs ul.tab-nav li a { color: white; background-color: #006b8d; }
/* line 914, ../sass/pr-hotel-themes.scss */
.theme-006b8d #booking-tabs ul.tab-nav li.selected a { color: #006b8d; background-color: white; }
/* line 926, ../sass/pr-hotel-themes.scss */
.theme-006b8d ul.detailsLeftNav li a.removeBtn { background-image: url("../images/common/pr-pacific-sprite.png"); }
/* line 937, ../sass/pr-hotel-themes.scss */
.theme-006b8d ul.showmore li section#carousel div.enhanceStayItem div.added span { background-image: url("../images/common/pr-pacific-sprite.png") !important; }
/* line 946, ../sass/pr-hotel-themes.scss */
.theme-006b8d .mfp-close span { background: url("../images/common/pr-pacific-sprite.png") no-repeat 0 -1121px; }
/* line 949, ../sass/pr-hotel-themes.scss */
.theme-006b8d .crisisUpdate p.hdr { color: #006b8d; }
/* line 953, ../sass/pr-hotel-themes.scss */
.theme-006b8d span.iconTick { background: url("../images/common/pr-pacific-sprite.png") no-repeat -98px -1121px; }
/* line 958, ../sass/pr-hotel-themes.scss */
.theme-006b8d .kalendae .k-days span.k-selected.k-active { background: url("../images/common/pr-pacific-sprite.png"); background-position: -199px -1077px; }
/* line 964, ../sass/pr-hotel-themes.scss */
.theme-006b8d form.custom-ui .checkbox-dropdown-container i { border-left: 1px solid #006b8d; color: #006b8d; }
/* line 973, ../sass/pr-hotel-themes.scss */
.theme-006b8d #mobile-friendly span { color: #006b8d; }

/* line 287, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006742 ul.arrow-breadcrumb li { display: inline; line-height: 0; margin: 0; }
/* line 291, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006742 ul.arrow-breadcrumb li a { padding: 20px 20px 0 20px; margin: 0 20px 0 20px; width: 272px; }
/* line 296, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006742 ul.arrow-breadcrumb li a:after, .lt-ie9 .theme-006742 ul.arrow-breadcrumb li a:before { display: none; }
/* line 299, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006742 ul.arrow-breadcrumb li a span.left { position: absolute; top: 0; left: -20px; display: block; width: 20px; height: 40px; background: url("../images/common/parkroyal/booking/theme-000000/steps_back_next.png") no-repeat top left; }
/* line 309, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006742 ul.arrow-breadcrumb li a span.right { position: absolute; top: 0; right: -20px; display: block; width: 20px; height: 40px; background: url("../images/common/parkroyal/booking/theme-000000/steps_front_next.png") no-repeat top right; }
/* line 321, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006742 ul.arrow-breadcrumb li.current a { background: #006742; }
/* line 323, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006742 ul.arrow-breadcrumb li.current a:after { display: none; }
/* line 326, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006742 ul.arrow-breadcrumb li.current a:before { display: none; }
/* line 329, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006742 ul.arrow-breadcrumb li.current a span.left { background: url("../images/common/parkroyal/booking/theme-006742/steps_back_current.png") no-repeat top left; }
/* line 333, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006742 ul.arrow-breadcrumb li.current a span.right { background: url("../images/common/parkroyal/booking/theme-006742/steps_front_current.png") no-repeat top right; }
/* line 339, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006742 ul.arrow-breadcrumb li.current:first-child a span.left { background: none; background-color: #006742; }
/* line 348, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006742 ul.arrow-breadcrumb li.done a { background: #4c947a; color: #fff; }
/* line 351, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006742 ul.arrow-breadcrumb li.done a:after { display: none; }
/* line 354, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006742 ul.arrow-breadcrumb li.done a:before { display: none; }
/* line 357, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006742 ul.arrow-breadcrumb li.done a span.left { background: url("../images/common/parkroyal/booking/theme-006742/steps_back_past.png") no-repeat top left; }
/* line 361, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006742 ul.arrow-breadcrumb li.done a span.right { background: url("../images/common/parkroyal/booking/theme-006742/steps_front_past.png") no-repeat top right; }
/* line 368, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006742 ul.arrow-breadcrumb li.done:first-child a span.left { background: none; background-color: #4c947a; }
/* line 377, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006742 ul.arrow-breadcrumb li.done:last-child a span.right { background: none; background-color: #4c947a; }
/* line 386, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006742 ul.arrow-breadcrumb li:first-child a:before { display: none; }
/* line 390, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006742 ul.arrow-breadcrumb li:last-child a { margin: 0 0 0 20px; }
/* line 401, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006742 ul.arrow-breadcrumb li:first-child a span.left { background: none; background-color: #4c947a; }
/* line 409, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-006742 ul.arrow-breadcrumb li:last-child a span.right { background: none; background-color: #006742; }

/* line 420, ../sass/pr-hotel-themes.scss */
.theme-006742 { /** Date Picker **/ /** Spinner **/ /** Language selector **/ /** Tabs **/ /** Trip Advisor **/ /** Pagination **/ /** Accordion **/ /** Direct Advantage Badge **/ /** Colour bar **/ /** Prices **/ /** Destination: Weather widget **/ /** Tabbed Widgets **/ /** Swiper Pagination **/ /** Footer: Within the city motifs **/ /** Booking **/ /* --- Calendar --- */ }
/* line 421, ../sass/pr-hotel-themes.scss */
.theme-006742 ::selection { background: #006742; color: white; }
/* line 426, ../sass/pr-hotel-themes.scss */
.theme-006742 ::-moz-selection { background: #006742; color: white; }
/* line 431, ../sass/pr-hotel-themes.scss */
.theme-006742 a { color: #006742; }
/* line 433, ../sass/pr-hotel-themes.scss */
.theme-006742 a:hover { color: #006742; }
/* line 436, ../sass/pr-hotel-themes.scss */
.theme-006742 a.arrowed-link { color: #006742; }
/* line 438, ../sass/pr-hotel-themes.scss */
.theme-006742 a.arrowed-link:hover { color: #666666; }
/* line 443, ../sass/pr-hotel-themes.scss */
.theme-006742 h1, .theme-006742 h2, .theme-006742 h3, .theme-006742 h4, .theme-006742 h5, .theme-006742 h6, .theme-006742 footer #footer-sitemap .social-contact h6, .theme-006742 .select2-results li.select2-result-with-children > .select2-result-label { color: #006742; }
/* line 447, ../sass/pr-hotel-themes.scss */
.theme-006742 a.btn, .theme-006742 div.btn, .theme-006742 button.btn { background-color: #006742; }
/* line 452, ../sass/pr-hotel-themes.scss */
.theme-006742 .select2-results .select2-highlighted { background: #006742; color: #fff; }
/* line 459, ../sass/pr-hotel-themes.scss */
.theme-006742 .select2-container-active .select2-choice, .theme-006742 .select2-container-active .select2-choices { border-color: #006742; -webkit-box-shadow:  0px 0px 5px #006742; -moz-box-shadow:  0px 0px 5px #006742; box-shadow:  0px 0px 5px #006742; }
/* line 466, ../sass/pr-hotel-themes.scss */
.theme-006742 .select2-container .select2-choice div b { color: #006742; border-color: #006742; }
/* line 472, ../sass/pr-hotel-themes.scss */
.theme-006742 .kalendae { border-color: #006742; }
/* line 478, ../sass/pr-hotel-themes.scss */
.theme-006742 .ui-spinner a.ui-spinner-button { border-left: 1px solid #006742; color: #006742; }
/* line 479, ../sass/pr-hotel-themes.scss */
.theme-006742 .ui-spinner a.ui-spinner-button:hover { background-color: #006742; }
/* line 484, ../sass/pr-hotel-themes.scss */
.theme-006742 .ui-spinner a.ui-spinner-button:hover { color: #fff; }
/* line 490, ../sass/pr-hotel-themes.scss */
.theme-006742 .ribbon { background: url("../images/common/pr-sea-sprite.png") right -1043px; }
/* line 492, ../sass/pr-hotel-themes.scss */
.theme-006742 .ribbon span { background: url("../images/common/pr-sea-sprite.png") 0 -1010px; }
/* line 499, ../sass/pr-hotel-themes.scss */
.theme-006742 ul.toggle-list li.selected { background-color: #006742; }
/* line 503, ../sass/pr-hotel-themes.scss */
.theme-006742 ul.toggle-list li a:hover { color: #006742; }
/* line 513, ../sass/pr-hotel-themes.scss */
.theme-006742 form.custom-ui input:not([type=submit]):not([type=reset]):not([type=file]):focus, .theme-006742 form.custom-ui textarea:focus { outline: none; border: 1px solid #006742; -webkit-box-shadow:  0px 0px 5px #006742; -moz-box-shadow:  0px 0px 5px #006742; box-shadow:  0px 0px 5px #006742; }
/* line 524, ../sass/pr-hotel-themes.scss */
.theme-006742 div.left-menulist .left-menu-label a { color: #006742; }
/* line 528, ../sass/pr-hotel-themes.scss */
.theme-006742 div.left-menulist .left-menu-label:hover > a, .theme-006742 div.left-menulist .left-menu-label.selected > a { color: white; background-color: #006742; }
/* line 536, ../sass/pr-hotel-themes.scss */
.theme-006742 div.left-menulist ul li:hover > a, .theme-006742 div.left-menulist ul li.selected > a { color: white; background-color: #006742; }
/* line 547, ../sass/pr-hotel-themes.scss */
.theme-006742 ul#lang-selector li { /** Account login **/ }
/* line 551, ../sass/pr-hotel-themes.scss */
.theme-006742 ul#lang-selector li a.selected, .theme-006742 ul#lang-selector li a:hover { color: #006742; }
/* line 560, ../sass/pr-hotel-themes.scss */
.theme-006742 ul#lang-selector li#account-details > a.selected, .theme-006742 ul#lang-selector li#account-details > a:hover { color: #fff; background: #006742; text-decoration: none; }
/* line 562, ../sass/pr-hotel-themes.scss */
.theme-006742 ul#lang-selector li#account-details > a.selected i, .theme-006742 ul#lang-selector li#account-details > a:hover i { color: #fff; }
/* line 570, ../sass/pr-hotel-themes.scss */
.theme-006742 ul#lang-selector li#account-details div.account-details-dropdown .step1 { width: 100%; position: absolute; }
/* line 574, ../sass/pr-hotel-themes.scss */
.theme-006742 ul#lang-selector li#account-details div.account-details-dropdown .step1 a:hover { color: white; background: #006742; }
/* line 589, ../sass/pr-hotel-themes.scss */
.theme-006742 nav ul#top-menu li a:hover { color: #006742; }
/* line 593, ../sass/pr-hotel-themes.scss */
.theme-006742 nav ul#top-menu li.selected a { color: #006742; }
/* line 601, ../sass/pr-hotel-themes.scss */
.theme-006742 nav ul#top-category-menu li.selected { background-color: #006742; }
/* line 610, ../sass/pr-hotel-themes.scss */
.theme-006742 a.btn, .theme-006742 button.btn { background-color: #006742; }
/* line 612, ../sass/pr-hotel-themes.scss */
.theme-006742 a.btn:hover, .theme-006742 button.btn:hover { background-color: #363636; }
/* line 615, ../sass/pr-hotel-themes.scss */
.theme-006742 a.btn:active, .theme-006742 button.btn:active { background-color: #1c1c1c; }
/* line 621, ../sass/pr-hotel-themes.scss */
.theme-006742 a.btn.disabled:hover, .theme-006742 a.btn.disabled:active, .theme-006742 a.btn:disabled:hover, .theme-006742 a.btn:disabled:active, .theme-006742 button.btn.disabled:hover, .theme-006742 button.btn.disabled:active, .theme-006742 button.btn:disabled:hover, .theme-006742 button.btn:disabled:active { background-color: #006742; border: none; }
/* line 628, ../sass/pr-hotel-themes.scss */
.theme-006742 a.decisive-btn, .theme-006742 button.decisive-btn { background-color: #006742; }
/* line 631, ../sass/pr-hotel-themes.scss */
.theme-006742 a.decisive-btn:hover, .theme-006742 a.decisive-btn:active, .theme-006742 button.decisive-btn:hover, .theme-006742 button.decisive-btn:active { background-color: #363636; }
/* line 637, ../sass/pr-hotel-themes.scss */
.theme-006742 a.decisive-btn.disabled:hover, .theme-006742 a.decisive-btn.disabled:active, .theme-006742 a.decisive-btn:disabled:hover, .theme-006742 a.decisive-btn:disabled:active, .theme-006742 button.decisive-btn.disabled:hover, .theme-006742 button.decisive-btn.disabled:active, .theme-006742 button.decisive-btn:disabled:hover, .theme-006742 button.decisive-btn:disabled:active { background-color: #006742; border: none; }
/* line 644, ../sass/pr-hotel-themes.scss */
.theme-006742 a.action-btn, .theme-006742 button.action-btn { background-color: #006742; }
/* line 647, ../sass/pr-hotel-themes.scss */
.theme-006742 a.action-btn:hover, .theme-006742 a.action-btn:active, .theme-006742 button.action-btn:hover, .theme-006742 button.action-btn:active { background-color: #363636; }
/* line 653, ../sass/pr-hotel-themes.scss */
.theme-006742 a.action-btn.disabled:hover, .theme-006742 a.action-btn.disabled:active, .theme-006742 a.action-btn:disabled:hover, .theme-006742 a.action-btn:disabled:active, .theme-006742 button.action-btn.disabled:hover, .theme-006742 button.action-btn.disabled:active, .theme-006742 button.action-btn:disabled:hover, .theme-006742 button.action-btn:disabled:active { background-color: #006742; border: none; }
/* line 661, ../sass/pr-hotel-themes.scss */
.theme-006742 a.action-btn.big, .theme-006742 button.action-btn.big { border: 1px solid #006742; background-color: #3e9274; background-image: -webkit-gradient(linear, left top, left bottom, from(#3e9274), to(#006742)); background-image: -webkit-linear-gradient(top, #3e9274, #006742); background-image: -moz-linear-gradient(top, #3e9274, #006742); background-image: -ms-linear-gradient(top, #3e9274, #006742); background-image: -o-linear-gradient(top, #3e9274, #006742); background-image: linear-gradient(top, #3e9274, #006742); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#3e9274, EndColorStr=#006742, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyNjQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzRTkyNzQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDY3NDIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyNjQpIiAvPgo8L3N2Zz4=); -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); }
/* line 263, ../sass/pr-hotel-themes.scss */
.theme-006742 a.action-btn.big.disabled:hover, .theme-006742 a.action-btn.big.disabled:active, .theme-006742 a.action-btn.big:disabled:hover, .theme-006742 a.action-btn.big:disabled:active, .theme-006742 button.action-btn.big.disabled:hover, .theme-006742 button.action-btn.big.disabled:active, .theme-006742 button.action-btn.big:disabled:hover, .theme-006742 button.action-btn.big:disabled:active { border: 1px solid #006742; background-color: #3e9274; background-image: -webkit-gradient(linear, left top, left bottom, from(#3e9274), to(#006742)); background-image: -webkit-linear-gradient(top, #3e9274, #006742); background-image: -moz-linear-gradient(top, #3e9274, #006742); background-image: -ms-linear-gradient(top, #3e9274, #006742); background-image: -o-linear-gradient(top, #3e9274, #006742); background-image: linear-gradient(top, #3e9274, #006742); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#3e9274, EndColorStr=#006742, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyNjQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzRTkyNzQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDY3NDIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyNjQpIiAvPgo8L3N2Zz4=); }
/* line 667, ../sass/pr-hotel-themes.scss */
.theme-006742 a.action-btn.big:hover, .theme-006742 a.action-btn.big:active, .theme-006742 button.action-btn.big:hover, .theme-006742 button.action-btn.big:active { border: 1px solid #666666; background-color: #a1a1a1; background-image: -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), to(#727273)); background-image: -webkit-linear-gradient(top, #a1a1a1, #727273); background-image: -moz-linear-gradient(top, #a1a1a1, #727273); background-image: -ms-linear-gradient(top, #a1a1a1, #727273); background-image: -o-linear-gradient(top, #a1a1a1, #727273); background-image: linear-gradient(top, #a1a1a1, #727273); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#a1a1a1, EndColorStr=#727273, GradientType=0); }
/* line 674, ../sass/pr-hotel-themes.scss */
.theme-006742 a.action-btn.big.disabled:hover, .theme-006742 a.action-btn.big.disabled:active, .theme-006742 a.action-btn.big:disabled:hover, .theme-006742 a.action-btn.big:disabled:active, .theme-006742 button.action-btn.big.disabled:hover, .theme-006742 button.action-btn.big.disabled:active, .theme-006742 button.action-btn.big:disabled:hover, .theme-006742 button.action-btn.big:disabled:active { border: 1px solid #006742; border: 1px solid #006742; background-color: #3e9274; background-image: -webkit-gradient(linear, left top, left bottom, from(#3e9274), to(#006742)); background-image: -webkit-linear-gradient(top, #3e9274, #006742); background-image: -moz-linear-gradient(top, #3e9274, #006742); background-image: -ms-linear-gradient(top, #3e9274, #006742); background-image: -o-linear-gradient(top, #3e9274, #006742); background-image: linear-gradient(top, #3e9274, #006742); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#3e9274, EndColorStr=#006742, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyNjQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzRTkyNzQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDY3NDIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyNjQpIiAvPgo8L3N2Zz4=); -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); }
/* line 263, ../sass/pr-hotel-themes.scss */
.theme-006742 a.action-btn.big.disabled:hover.disabled:hover, .theme-006742 a.action-btn.big.disabled:hover.disabled:active, .theme-006742 a.action-btn.big.disabled:hover:disabled:hover, .theme-006742 a.action-btn.big.disabled:hover:disabled:active, .theme-006742 a.action-btn.big.disabled:active.disabled:hover, .theme-006742 a.action-btn.big.disabled:active.disabled:active, .theme-006742 a.action-btn.big.disabled:active:disabled:hover, .theme-006742 a.action-btn.big.disabled:active:disabled:active, .theme-006742 a.action-btn.big:disabled:hover.disabled:hover, .theme-006742 a.action-btn.big:disabled:hover.disabled:active, .theme-006742 a.action-btn.big:disabled:hover:disabled:hover, .theme-006742 a.action-btn.big:disabled:hover:disabled:active, .theme-006742 a.action-btn.big:disabled:active.disabled:hover, .theme-006742 a.action-btn.big:disabled:active.disabled:active, .theme-006742 a.action-btn.big:disabled:active:disabled:hover, .theme-006742 a.action-btn.big:disabled:active:disabled:active, .theme-006742 button.action-btn.big.disabled:hover.disabled:hover, .theme-006742 button.action-btn.big.disabled:hover.disabled:active, .theme-006742 button.action-btn.big.disabled:hover:disabled:hover, .theme-006742 button.action-btn.big.disabled:hover:disabled:active, .theme-006742 button.action-btn.big.disabled:active.disabled:hover, .theme-006742 button.action-btn.big.disabled:active.disabled:active, .theme-006742 button.action-btn.big.disabled:active:disabled:hover, .theme-006742 button.action-btn.big.disabled:active:disabled:active, .theme-006742 button.action-btn.big:disabled:hover.disabled:hover, .theme-006742 button.action-btn.big:disabled:hover.disabled:active, .theme-006742 button.action-btn.big:disabled:hover:disabled:hover, .theme-006742 button.action-btn.big:disabled:hover:disabled:active, .theme-006742 button.action-btn.big:disabled:active.disabled:hover, .theme-006742 button.action-btn.big:disabled:active.disabled:active, .theme-006742 button.action-btn.big:disabled:active:disabled:hover, .theme-006742 button.action-btn.big:disabled:active:disabled:active { border: 1px solid #006742; background-color: #3e9274; background-image: -webkit-gradient(linear, left top, left bottom, from(#3e9274), to(#006742)); background-image: -webkit-linear-gradient(top, #3e9274, #006742); background-image: -moz-linear-gradient(top, #3e9274, #006742); background-image: -ms-linear-gradient(top, #3e9274, #006742); background-image: -o-linear-gradient(top, #3e9274, #006742); background-image: linear-gradient(top, #3e9274, #006742); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#3e9274, EndColorStr=#006742, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyNjQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzRTkyNzQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDY3NDIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyNjQpIiAvPgo8L3N2Zz4=); }
/* line 684, ../sass/pr-hotel-themes.scss */
.theme-006742 a.sticky-btn, .theme-006742 button.sticky-btn { background-color: #006742; }
/* line 686, ../sass/pr-hotel-themes.scss */
.theme-006742 a.sticky-btn:hover, .theme-006742 button.sticky-btn:hover { background-color: #363636; }
/* line 689, ../sass/pr-hotel-themes.scss */
.theme-006742 a.sticky-btn:active, .theme-006742 button.sticky-btn:active { background-color: #1c1c1c; }
/* line 697, ../sass/pr-hotel-themes.scss */
.theme-006742 ul.arrow-breadcrumb li.current a { background: #006742; color: #fff; }
/* line 700, ../sass/pr-hotel-themes.scss */
.theme-006742 ul.arrow-breadcrumb li.current a:after { border-left-color: #006742; }
/* line 703, ../sass/pr-hotel-themes.scss */
.theme-006742 ul.arrow-breadcrumb li.current a:before { border-left-color: #fff; }
/* line 709, ../sass/pr-hotel-themes.scss */
.theme-006742 ul.arrow-breadcrumb li.done a { background: rgba(0, 103, 66, 0.75); color: #fff; }
/* line 712, ../sass/pr-hotel-themes.scss */
.theme-006742 ul.arrow-breadcrumb li.done a:after { border-left-color: rgba(0, 103, 66, 0.75); }
/* line 715, ../sass/pr-hotel-themes.scss */
.theme-006742 ul.arrow-breadcrumb li.done a:before { border-left-color: #fff; }
/* line 727, ../sass/pr-hotel-themes.scss */
.theme-006742 .social-widget ul.tab-nav li.selected a { color: #006742; }
/* line 736, ../sass/pr-hotel-themes.scss */
.theme-006742 .ta-review .showleft a, .theme-006742 .ta-review .showright a, .theme-006742 .featured-content .showleft a, .theme-006742 .featured-content .showright a { background-color: rgba(0, 103, 66, 0.6); background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 103, 66, 0.6)), to(rgba(0, 103, 66, 0.6))); background-image: -webkit-linear-gradient(top, rgba(0, 103, 66, 0.6), rgba(0, 103, 66, 0.6)); background-image: -moz-linear-gradient(top, rgba(0, 103, 66, 0.6), rgba(0, 103, 66, 0.6)); background-image: -ms-linear-gradient(top, rgba(0, 103, 66, 0.6), rgba(0, 103, 66, 0.6)); background-image: -o-linear-gradient(top, rgba(0, 103, 66, 0.6), rgba(0, 103, 66, 0.6)); background-image: linear-gradient(top, rgba(0, 103, 66, 0.6), rgba(0, 103, 66, 0.6)); }
/* line 749, ../sass/pr-hotel-themes.scss */
.theme-006742 #carousel .swiper-active-switch { background: #006742; }
/* line 756, ../sass/pr-hotel-themes.scss */
.theme-006742 .pagination a:hover, .theme-006742 .pagination a.selected { background: #006742; color: white; }
/* line 760, ../sass/pr-hotel-themes.scss */
.theme-006742 .pagination a.prev, .theme-006742 .pagination a.next { color: #006742; }
/* line 762, ../sass/pr-hotel-themes.scss */
.theme-006742 .pagination a.prev:hover, .theme-006742 .pagination a.next:hover { background: none; border-bottom: 1px solid #006742; }
/* line 771, ../sass/pr-hotel-themes.scss */
.theme-006742 .signpost-details h4 a, .theme-006742 .l-meeting-packages h4 a { color: #006742; }
/* line 776, ../sass/pr-hotel-themes.scss */
.theme-006742 .full-bg .signpost-details .subheader { color: #006742; }
/* line 783, ../sass/pr-hotel-themes.scss */
.theme-006742 ul.category-list li a:hover { background-color: #006742; }
/* line 787, ../sass/pr-hotel-themes.scss */
.theme-006742 ul.category-list li.selected > a { background-color: #006742; }
/* line 797, ../sass/pr-hotel-themes.scss */
.theme-006742 ul.category-lvl2 li a.selected, .theme-006742 ul.category-lvl2 li a:hover { background-color: white; color: #006742; }
/* line 805, ../sass/pr-hotel-themes.scss */
.theme-006742 ul.accordion.arrow span { background: #006742; }
/* line 810, ../sass/pr-hotel-themes.scss */
.theme-006742 .badge a { color: #006742; }
/* line 812, ../sass/pr-hotel-themes.scss */
.theme-006742 .badge a:hover { color: #006742; }
/* line 819, ../sass/pr-hotel-themes.scss */
.theme-006742 .yellow-grad-bg .colour-bar { background: #006742; }
/* line 825, ../sass/pr-hotel-themes.scss */
.theme-006742 span.price { color: #006742; }
/* line 829, ../sass/pr-hotel-themes.scss */
.theme-006742 .savings span { color: #006742; }
/* line 836, ../sass/pr-hotel-themes.scss */
.theme-006742 .other-listing a:hover { color: white !important; background-color: #006742; }
/* line 839, ../sass/pr-hotel-themes.scss */
.theme-006742 .other-listing a:hover .date { color: #D8C689; }
/* line 842, ../sass/pr-hotel-themes.scss */
.theme-006742 .other-listing a:hover h4 { color: white; }
/* line 854, ../sass/pr-hotel-themes.scss */
.theme-006742 .l-destation-weather ul li .temp span { color: #006742; }
/* line 858, ../sass/pr-hotel-themes.scss */
.theme-006742 .l-destation-weather ul li i { color: #006742; }
/* line 863, ../sass/pr-hotel-themes.scss */
.theme-006742 .l-destation-weather ul li.weather-today div.date-temp .copy { color: #006742; }
/* line 873, ../sass/pr-hotel-themes.scss */
.theme-006742 .widget-content h5 { color: white; }
/* line 878, ../sass/pr-hotel-themes.scss */
.theme-006742 .slidesjs-pagination-item a.active { background: #006742; }
/* line 882, ../sass/pr-hotel-themes.scss */
.theme-006742 #country-dropdown-list ul li { color: #006742; }
/* line 884, ../sass/pr-hotel-themes.scss */
.theme-006742 #country-dropdown-list ul li a { color: #006742; }
/* line 890, ../sass/pr-hotel-themes.scss */
.theme-006742 footer #within-the-city { background: #006742; background-position: top center; background-repeat: no-repeat; padding: 14px 0; }
/* line 900, ../sass/pr-hotel-themes.scss */
.theme-006742 footer #within-the-city span.title, .theme-006742 footer #within-the-city a { color: white; }
/* line 909, ../sass/pr-hotel-themes.scss */
.theme-006742 #booking-tabs ul.tab-nav li a { color: white; background-color: #006742; }
/* line 914, ../sass/pr-hotel-themes.scss */
.theme-006742 #booking-tabs ul.tab-nav li.selected a { color: #006742; background-color: white; }
/* line 926, ../sass/pr-hotel-themes.scss */
.theme-006742 ul.detailsLeftNav li a.removeBtn { background-image: url("../images/common/pr-sea-sprite.png"); }
/* line 937, ../sass/pr-hotel-themes.scss */
.theme-006742 ul.showmore li section#carousel div.enhanceStayItem div.added span { background-image: url("../images/common/pr-sea-sprite.png") !important; }
/* line 946, ../sass/pr-hotel-themes.scss */
.theme-006742 .mfp-close span { background: url("../images/common/pr-sea-sprite.png") no-repeat 0 -1121px; }
/* line 949, ../sass/pr-hotel-themes.scss */
.theme-006742 .crisisUpdate p.hdr { color: #006742; }
/* line 953, ../sass/pr-hotel-themes.scss */
.theme-006742 span.iconTick { background: url("../images/common/pr-sea-sprite.png") no-repeat -98px -1121px; }
/* line 958, ../sass/pr-hotel-themes.scss */
.theme-006742 .kalendae .k-days span.k-selected.k-active { background: url("../images/common/pr-sea-sprite.png"); background-position: -199px -1077px; }
/* line 964, ../sass/pr-hotel-themes.scss */
.theme-006742 form.custom-ui .checkbox-dropdown-container i { border-left: 1px solid #006742; color: #006742; }
/* line 973, ../sass/pr-hotel-themes.scss */
.theme-006742 #mobile-friendly span { color: #006742; }

/* line 287, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-000000 ul.arrow-breadcrumb li { display: inline; line-height: 0; margin: 0; }
/* line 291, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-000000 ul.arrow-breadcrumb li a { padding: 20px 20px 0 20px; margin: 0 20px 0 20px; width: 272px; }
/* line 296, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-000000 ul.arrow-breadcrumb li a:after, .lt-ie9 .theme-000000 ul.arrow-breadcrumb li a:before { display: none; }
/* line 299, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-000000 ul.arrow-breadcrumb li a span.left { position: absolute; top: 0; left: -20px; display: block; width: 20px; height: 40px; background: url("../images/common/parkroyal/booking/theme-000000/steps_back_next.png") no-repeat top left; }
/* line 309, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-000000 ul.arrow-breadcrumb li a span.right { position: absolute; top: 0; right: -20px; display: block; width: 20px; height: 40px; background: url("../images/common/parkroyal/booking/theme-000000/steps_front_next.png") no-repeat top right; }
/* line 321, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-000000 ul.arrow-breadcrumb li.current a { background: black; }
/* line 323, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-000000 ul.arrow-breadcrumb li.current a:after { display: none; }
/* line 326, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-000000 ul.arrow-breadcrumb li.current a:before { display: none; }
/* line 329, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-000000 ul.arrow-breadcrumb li.current a span.left { background: url("../images/common/parkroyal/booking/theme-000000/steps_back_current.png") no-repeat top left; }
/* line 333, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-000000 ul.arrow-breadcrumb li.current a span.right { background: url("../images/common/parkroyal/booking/theme-000000/steps_front_current.png") no-repeat top right; }
/* line 339, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-000000 ul.arrow-breadcrumb li.current:first-child a span.left { background: none; background-color: black; }
/* line 348, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-000000 ul.arrow-breadcrumb li.done a { background: #f7f1ee; color: #fff; }
/* line 351, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-000000 ul.arrow-breadcrumb li.done a:after { display: none; }
/* line 354, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-000000 ul.arrow-breadcrumb li.done a:before { display: none; }
/* line 357, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-000000 ul.arrow-breadcrumb li.done a span.left { background: url("../images/common/parkroyal/booking/theme-000000/steps_back_past.png") no-repeat top left; }
/* line 361, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-000000 ul.arrow-breadcrumb li.done a span.right { background: url("../images/common/parkroyal/booking/theme-000000/steps_front_past.png") no-repeat top right; }
/* line 368, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-000000 ul.arrow-breadcrumb li.done:first-child a span.left { background: none; background-color: #f7f1ee; }
/* line 377, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-000000 ul.arrow-breadcrumb li.done:last-child a span.right { background: none; background-color: #f7f1ee; }
/* line 386, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-000000 ul.arrow-breadcrumb li:first-child a:before { display: none; }
/* line 390, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-000000 ul.arrow-breadcrumb li:last-child a { margin: 0 0 0 20px; }
/* line 401, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-000000 ul.arrow-breadcrumb li:first-child a span.left { background: none; background-color: #f7f1ee; }
/* line 409, ../sass/pr-hotel-themes.scss */
.lt-ie9 .theme-000000 ul.arrow-breadcrumb li:last-child a span.right { background: none; background-color: black; }

/* line 420, ../sass/pr-hotel-themes.scss */
.theme-000000 { /** Date Picker **/ /** Spinner **/ /** Language selector **/ /** Tabs **/ /** Trip Advisor **/ /** Pagination **/ /** Accordion **/ /** Direct Advantage Badge **/ /** Colour bar **/ /** Prices **/ /** Destination: Weather widget **/ /** Tabbed Widgets **/ /** Swiper Pagination **/ /** Footer: Within the city motifs **/ /** Booking **/ /* --- Calendar --- */ }
/* line 421, ../sass/pr-hotel-themes.scss */
.theme-000000 ::selection { background: black; color: white; }
/* line 426, ../sass/pr-hotel-themes.scss */
.theme-000000 ::-moz-selection { background: black; color: white; }
/* line 431, ../sass/pr-hotel-themes.scss */
.theme-000000 a { color: black; }
/* line 433, ../sass/pr-hotel-themes.scss */
.theme-000000 a:hover { color: black; }
/* line 436, ../sass/pr-hotel-themes.scss */
.theme-000000 a.arrowed-link { color: black; }
/* line 438, ../sass/pr-hotel-themes.scss */
.theme-000000 a.arrowed-link:hover { color: #666666; }
/* line 443, ../sass/pr-hotel-themes.scss */
.theme-000000 h1, .theme-000000 h2, .theme-000000 h3, .theme-000000 h4, .theme-000000 h5, .theme-000000 h6, .theme-000000 footer #footer-sitemap .social-contact h6, .theme-000000 .select2-results li.select2-result-with-children > .select2-result-label { color: black; }
/* line 447, ../sass/pr-hotel-themes.scss */
.theme-000000 a.btn, .theme-000000 div.btn, .theme-000000 button.btn { background-color: black; }
/* line 452, ../sass/pr-hotel-themes.scss */
.theme-000000 .select2-results .select2-highlighted { background: black; color: #fff; }
/* line 459, ../sass/pr-hotel-themes.scss */
.theme-000000 .select2-container-active .select2-choice, .theme-000000 .select2-container-active .select2-choices { border-color: black; -webkit-box-shadow:  0px 0px 5px black; -moz-box-shadow:  0px 0px 5px black; box-shadow:  0px 0px 5px black; }
/* line 466, ../sass/pr-hotel-themes.scss */
.theme-000000 .select2-container .select2-choice div b { color: black; border-color: black; }
/* line 472, ../sass/pr-hotel-themes.scss */
.theme-000000 .kalendae { border-color: black; }
/* line 478, ../sass/pr-hotel-themes.scss */
.theme-000000 .ui-spinner a.ui-spinner-button { border-left: 1px solid black; color: black; }
/* line 479, ../sass/pr-hotel-themes.scss */
.theme-000000 .ui-spinner a.ui-spinner-button:hover { background-color: black; }
/* line 484, ../sass/pr-hotel-themes.scss */
.theme-000000 .ui-spinner a.ui-spinner-button:hover { color: #fff; }
/* line 490, ../sass/pr-hotel-themes.scss */
.theme-000000 .ribbon { background: url("../images/common/pr-premium-sprite.png") right -1043px; }
/* line 492, ../sass/pr-hotel-themes.scss */
.theme-000000 .ribbon span { background: url("../images/common/pr-premium-sprite.png") 0 -1010px; }
/* line 499, ../sass/pr-hotel-themes.scss */
.theme-000000 ul.toggle-list li.selected { background-color: black; }
/* line 503, ../sass/pr-hotel-themes.scss */
.theme-000000 ul.toggle-list li a:hover { color: black; }
/* line 513, ../sass/pr-hotel-themes.scss */
.theme-000000 form.custom-ui input:not([type=submit]):not([type=reset]):not([type=file]):focus, .theme-000000 form.custom-ui textarea:focus { outline: none; border: 1px solid black; -webkit-box-shadow:  0px 0px 5px black; -moz-box-shadow:  0px 0px 5px black; box-shadow:  0px 0px 5px black; }
/* line 524, ../sass/pr-hotel-themes.scss */
.theme-000000 div.left-menulist .left-menu-label a { color: black; }
/* line 528, ../sass/pr-hotel-themes.scss */
.theme-000000 div.left-menulist .left-menu-label:hover > a, .theme-000000 div.left-menulist .left-menu-label.selected > a { color: white; background-color: black; }
/* line 536, ../sass/pr-hotel-themes.scss */
.theme-000000 div.left-menulist ul li:hover > a, .theme-000000 div.left-menulist ul li.selected > a { color: white; background-color: black; }
/* line 547, ../sass/pr-hotel-themes.scss */
.theme-000000 ul#lang-selector li { /** Account login **/ }
/* line 551, ../sass/pr-hotel-themes.scss */
.theme-000000 ul#lang-selector li a.selected, .theme-000000 ul#lang-selector li a:hover { color: black; }
/* line 560, ../sass/pr-hotel-themes.scss */
.theme-000000 ul#lang-selector li#account-details > a.selected, .theme-000000 ul#lang-selector li#account-details > a:hover { color: #fff; background: black; text-decoration: none; }
/* line 562, ../sass/pr-hotel-themes.scss */
.theme-000000 ul#lang-selector li#account-details > a.selected i, .theme-000000 ul#lang-selector li#account-details > a:hover i { color: #fff; }
/* line 570, ../sass/pr-hotel-themes.scss */
.theme-000000 ul#lang-selector li#account-details div.account-details-dropdown .step1 { width: 100%; position: absolute; }
/* line 574, ../sass/pr-hotel-themes.scss */
.theme-000000 ul#lang-selector li#account-details div.account-details-dropdown .step1 a:hover { color: white; background: black; }
/* line 589, ../sass/pr-hotel-themes.scss */
.theme-000000 nav ul#top-menu li a:hover { color: black; }
/* line 593, ../sass/pr-hotel-themes.scss */
.theme-000000 nav ul#top-menu li.selected a { color: black; }
/* line 601, ../sass/pr-hotel-themes.scss */
.theme-000000 nav ul#top-category-menu li.selected { background-color: black; }
/* line 610, ../sass/pr-hotel-themes.scss */
.theme-000000 a.btn, .theme-000000 button.btn { background-color: black; }
/* line 612, ../sass/pr-hotel-themes.scss */
.theme-000000 a.btn:hover, .theme-000000 button.btn:hover { background-color: #363636; }
/* line 615, ../sass/pr-hotel-themes.scss */
.theme-000000 a.btn:active, .theme-000000 button.btn:active { background-color: #1c1c1c; }
/* line 621, ../sass/pr-hotel-themes.scss */
.theme-000000 a.btn.disabled:hover, .theme-000000 a.btn.disabled:active, .theme-000000 a.btn:disabled:hover, .theme-000000 a.btn:disabled:active, .theme-000000 button.btn.disabled:hover, .theme-000000 button.btn.disabled:active, .theme-000000 button.btn:disabled:hover, .theme-000000 button.btn:disabled:active { background-color: black; border: none; }
/* line 628, ../sass/pr-hotel-themes.scss */
.theme-000000 a.decisive-btn, .theme-000000 button.decisive-btn { background-color: black; }
/* line 631, ../sass/pr-hotel-themes.scss */
.theme-000000 a.decisive-btn:hover, .theme-000000 a.decisive-btn:active, .theme-000000 button.decisive-btn:hover, .theme-000000 button.decisive-btn:active { background-color: #363636; }
/* line 637, ../sass/pr-hotel-themes.scss */
.theme-000000 a.decisive-btn.disabled:hover, .theme-000000 a.decisive-btn.disabled:active, .theme-000000 a.decisive-btn:disabled:hover, .theme-000000 a.decisive-btn:disabled:active, .theme-000000 button.decisive-btn.disabled:hover, .theme-000000 button.decisive-btn.disabled:active, .theme-000000 button.decisive-btn:disabled:hover, .theme-000000 button.decisive-btn:disabled:active { background-color: black; border: none; }
/* line 644, ../sass/pr-hotel-themes.scss */
.theme-000000 a.action-btn, .theme-000000 button.action-btn { background-color: black; }
/* line 647, ../sass/pr-hotel-themes.scss */
.theme-000000 a.action-btn:hover, .theme-000000 a.action-btn:active, .theme-000000 button.action-btn:hover, .theme-000000 button.action-btn:active { background-color: #363636; }
/* line 653, ../sass/pr-hotel-themes.scss */
.theme-000000 a.action-btn.disabled:hover, .theme-000000 a.action-btn.disabled:active, .theme-000000 a.action-btn:disabled:hover, .theme-000000 a.action-btn:disabled:active, .theme-000000 button.action-btn.disabled:hover, .theme-000000 button.action-btn.disabled:active, .theme-000000 button.action-btn:disabled:hover, .theme-000000 button.action-btn:disabled:active { background-color: black; border: none; }
/* line 661, ../sass/pr-hotel-themes.scss */
.theme-000000 a.action-btn.big, .theme-000000 button.action-btn.big { border: 1px solid black; background-color: #999999; background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#555555)); background-image: -webkit-linear-gradient(top, #999999, #555555); background-image: -moz-linear-gradient(top, #999999, #555555); background-image: -ms-linear-gradient(top, #999999, #555555); background-image: -o-linear-gradient(top, #999999, #555555); background-image: linear-gradient(top, #999999, #555555); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#999999, EndColorStr=#555555, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MjQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM5OTk5OTkiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM1NTU1NTUiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MjQpIiAvPgo8L3N2Zz4=); -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); }
/* line 275, ../sass/pr-hotel-themes.scss */
.theme-000000 a.action-btn.big.disabled:hover, .theme-000000 a.action-btn.big.disabled:active, .theme-000000 a.action-btn.big:disabled:hover, .theme-000000 a.action-btn.big:disabled:active, .theme-000000 button.action-btn.big.disabled:hover, .theme-000000 button.action-btn.big.disabled:active, .theme-000000 button.action-btn.big:disabled:hover, .theme-000000 button.action-btn.big:disabled:active { border: 1px solid black; background-color: #999999; background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#555555)); background-image: -webkit-linear-gradient(top, #999999, #555555); background-image: -moz-linear-gradient(top, #999999, #555555); background-image: -ms-linear-gradient(top, #999999, #555555); background-image: -o-linear-gradient(top, #999999, #555555); background-image: linear-gradient(top, #999999, #555555); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#999999, EndColorStr=#555555, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MjQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM5OTk5OTkiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM1NTU1NTUiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MjQpIiAvPgo8L3N2Zz4=); }
/* line 667, ../sass/pr-hotel-themes.scss */
.theme-000000 a.action-btn.big:hover, .theme-000000 a.action-btn.big:active, .theme-000000 button.action-btn.big:hover, .theme-000000 button.action-btn.big:active { border: 1px solid #666666; background-color: #a1a1a1; background-image: -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), to(#727273)); background-image: -webkit-linear-gradient(top, #a1a1a1, #727273); background-image: -moz-linear-gradient(top, #a1a1a1, #727273); background-image: -ms-linear-gradient(top, #a1a1a1, #727273); background-image: -o-linear-gradient(top, #a1a1a1, #727273); background-image: linear-gradient(top, #a1a1a1, #727273); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#a1a1a1, EndColorStr=#727273, GradientType=0); }
/* line 674, ../sass/pr-hotel-themes.scss */
.theme-000000 a.action-btn.big.disabled:hover, .theme-000000 a.action-btn.big.disabled:active, .theme-000000 a.action-btn.big:disabled:hover, .theme-000000 a.action-btn.big:disabled:active, .theme-000000 button.action-btn.big.disabled:hover, .theme-000000 button.action-btn.big.disabled:active, .theme-000000 button.action-btn.big:disabled:hover, .theme-000000 button.action-btn.big:disabled:active { border: 1px solid black; border: 1px solid black; background-color: #999999; background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#555555)); background-image: -webkit-linear-gradient(top, #999999, #555555); background-image: -moz-linear-gradient(top, #999999, #555555); background-image: -ms-linear-gradient(top, #999999, #555555); background-image: -o-linear-gradient(top, #999999, #555555); background-image: linear-gradient(top, #999999, #555555); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#999999, EndColorStr=#555555, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MjQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM5OTk5OTkiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM1NTU1NTUiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MjQpIiAvPgo8L3N2Zz4=); -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 3px rgba(255, 255, 255, 0.3); }
/* line 275, ../sass/pr-hotel-themes.scss */
.theme-000000 a.action-btn.big.disabled:hover.disabled:hover, .theme-000000 a.action-btn.big.disabled:hover.disabled:active, .theme-000000 a.action-btn.big.disabled:hover:disabled:hover, .theme-000000 a.action-btn.big.disabled:hover:disabled:active, .theme-000000 a.action-btn.big.disabled:active.disabled:hover, .theme-000000 a.action-btn.big.disabled:active.disabled:active, .theme-000000 a.action-btn.big.disabled:active:disabled:hover, .theme-000000 a.action-btn.big.disabled:active:disabled:active, .theme-000000 a.action-btn.big:disabled:hover.disabled:hover, .theme-000000 a.action-btn.big:disabled:hover.disabled:active, .theme-000000 a.action-btn.big:disabled:hover:disabled:hover, .theme-000000 a.action-btn.big:disabled:hover:disabled:active, .theme-000000 a.action-btn.big:disabled:active.disabled:hover, .theme-000000 a.action-btn.big:disabled:active.disabled:active, .theme-000000 a.action-btn.big:disabled:active:disabled:hover, .theme-000000 a.action-btn.big:disabled:active:disabled:active, .theme-000000 button.action-btn.big.disabled:hover.disabled:hover, .theme-000000 button.action-btn.big.disabled:hover.disabled:active, .theme-000000 button.action-btn.big.disabled:hover:disabled:hover, .theme-000000 button.action-btn.big.disabled:hover:disabled:active, .theme-000000 button.action-btn.big.disabled:active.disabled:hover, .theme-000000 button.action-btn.big.disabled:active.disabled:active, .theme-000000 button.action-btn.big.disabled:active:disabled:hover, .theme-000000 button.action-btn.big.disabled:active:disabled:active, .theme-000000 button.action-btn.big:disabled:hover.disabled:hover, .theme-000000 button.action-btn.big:disabled:hover.disabled:active, .theme-000000 button.action-btn.big:disabled:hover:disabled:hover, .theme-000000 button.action-btn.big:disabled:hover:disabled:active, .theme-000000 button.action-btn.big:disabled:active.disabled:hover, .theme-000000 button.action-btn.big:disabled:active.disabled:active, .theme-000000 button.action-btn.big:disabled:active:disabled:hover, .theme-000000 button.action-btn.big:disabled:active:disabled:active { border: 1px solid black; background-color: #999999; background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#555555)); background-image: -webkit-linear-gradient(top, #999999, #555555); background-image: -moz-linear-gradient(top, #999999, #555555); background-image: -ms-linear-gradient(top, #999999, #555555); background-image: -o-linear-gradient(top, #999999, #555555); background-image: linear-gradient(top, #999999, #555555); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#999999, EndColorStr=#555555, GradientType=0); background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MjQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM5OTk5OTkiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM1NTU1NTUiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MjQpIiAvPgo8L3N2Zz4=); }
/* line 684, ../sass/pr-hotel-themes.scss */
.theme-000000 a.sticky-btn, .theme-000000 button.sticky-btn { background-color: black; }
/* line 686, ../sass/pr-hotel-themes.scss */
.theme-000000 a.sticky-btn:hover, .theme-000000 button.sticky-btn:hover { background-color: #363636; }
/* line 689, ../sass/pr-hotel-themes.scss */
.theme-000000 a.sticky-btn:active, .theme-000000 button.sticky-btn:active { background-color: #1c1c1c; }
/* line 697, ../sass/pr-hotel-themes.scss */
.theme-000000 ul.arrow-breadcrumb li.current a { background: black; color: #fff; }
/* line 700, ../sass/pr-hotel-themes.scss */
.theme-000000 ul.arrow-breadcrumb li.current a:after { border-left-color: black; }
/* line 703, ../sass/pr-hotel-themes.scss */
.theme-000000 ul.arrow-breadcrumb li.current a:before { border-left-color: #fff; }
/* line 709, ../sass/pr-hotel-themes.scss */
.theme-000000 ul.arrow-breadcrumb li.done a { background: rgba(0, 0, 0, 0.75); color: #fff; }
/* line 712, ../sass/pr-hotel-themes.scss */
.theme-000000 ul.arrow-breadcrumb li.done a:after { border-left-color: rgba(0, 0, 0, 0.75); }
/* line 715, ../sass/pr-hotel-themes.scss */
.theme-000000 ul.arrow-breadcrumb li.done a:before { border-left-color: #fff; }
/* line 727, ../sass/pr-hotel-themes.scss */
.theme-000000 .social-widget ul.tab-nav li.selected a { color: black; }
/* line 736, ../sass/pr-hotel-themes.scss */
.theme-000000 .ta-review .showleft a, .theme-000000 .ta-review .showright a, .theme-000000 .featured-content .showleft a, .theme-000000 .featured-content .showright a { background-color: rgba(0, 0, 0, 0.6); background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)); background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)); background-image: linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)); }
/* line 749, ../sass/pr-hotel-themes.scss */
.theme-000000 #carousel .swiper-active-switch { background: black; }
/* line 756, ../sass/pr-hotel-themes.scss */
.theme-000000 .pagination a:hover, .theme-000000 .pagination a.selected { background: black; color: white; }
/* line 760, ../sass/pr-hotel-themes.scss */
.theme-000000 .pagination a.prev, .theme-000000 .pagination a.next { color: black; }
/* line 762, ../sass/pr-hotel-themes.scss */
.theme-000000 .pagination a.prev:hover, .theme-000000 .pagination a.next:hover { background: none; border-bottom: 1px solid black; }
/* line 771, ../sass/pr-hotel-themes.scss */
.theme-000000 .signpost-details h4 a, .theme-000000 .l-meeting-packages h4 a { color: black; }
/* line 776, ../sass/pr-hotel-themes.scss */
.theme-000000 .full-bg .signpost-details .subheader { color: black; }
/* line 783, ../sass/pr-hotel-themes.scss */
.theme-000000 ul.category-list li a:hover { background-color: black; }
/* line 787, ../sass/pr-hotel-themes.scss */
.theme-000000 ul.category-list li.selected > a { background-color: black; }
/* line 797, ../sass/pr-hotel-themes.scss */
.theme-000000 ul.category-lvl2 li a.selected, .theme-000000 ul.category-lvl2 li a:hover { background-color: white; color: black; }
/* line 805, ../sass/pr-hotel-themes.scss */
.theme-000000 ul.accordion.arrow span { background: black; }
/* line 810, ../sass/pr-hotel-themes.scss */
.theme-000000 .badge a { color: black; }
/* line 812, ../sass/pr-hotel-themes.scss */
.theme-000000 .badge a:hover { color: black; }
/* line 819, ../sass/pr-hotel-themes.scss */
.theme-000000 .yellow-grad-bg .colour-bar { background: black; }
/* line 825, ../sass/pr-hotel-themes.scss */
.theme-000000 span.price { color: black; }
/* line 829, ../sass/pr-hotel-themes.scss */
.theme-000000 .savings span { color: black; }
/* line 836, ../sass/pr-hotel-themes.scss */
.theme-000000 .other-listing a:hover { color: white !important; background-color: black; }
/* line 839, ../sass/pr-hotel-themes.scss */
.theme-000000 .other-listing a:hover .date { color: #D8C689; }
/* line 842, ../sass/pr-hotel-themes.scss */
.theme-000000 .other-listing a:hover h4 { color: white; }
/* line 854, ../sass/pr-hotel-themes.scss */
.theme-000000 .l-destation-weather ul li .temp span { color: black; }
/* line 858, ../sass/pr-hotel-themes.scss */
.theme-000000 .l-destation-weather ul li i { color: black; }
/* line 863, ../sass/pr-hotel-themes.scss */
.theme-000000 .l-destation-weather ul li.weather-today div.date-temp .copy { color: black; }
/* line 873, ../sass/pr-hotel-themes.scss */
.theme-000000 .widget-content h5 { color: white; }
/* line 878, ../sass/pr-hotel-themes.scss */
.theme-000000 .slidesjs-pagination-item a.active { background: black; }
/* line 882, ../sass/pr-hotel-themes.scss */
.theme-000000 #country-dropdown-list ul li { color: black; }
/* line 884, ../sass/pr-hotel-themes.scss */
.theme-000000 #country-dropdown-list ul li a { color: black; }
/* line 890, ../sass/pr-hotel-themes.scss */
.theme-000000 footer #within-the-city { background-color: #919095; background-position: top center; background-repeat: no-repeat; padding: 14px 0; }
/* line 900, ../sass/pr-hotel-themes.scss */
.theme-000000 footer #within-the-city span.title, .theme-000000 footer #within-the-city a { color: white; }
/* line 909, ../sass/pr-hotel-themes.scss */
.theme-000000 #booking-tabs ul.tab-nav li a { color: white; background-color: black; }
/* line 914, ../sass/pr-hotel-themes.scss */
.theme-000000 #booking-tabs ul.tab-nav li.selected a { color: black; background-color: white; }
/* line 926, ../sass/pr-hotel-themes.scss */
.theme-000000 ul.detailsLeftNav li a.removeBtn { background-image: url("../images/common/pr-premium-sprite.png"); }
/* line 937, ../sass/pr-hotel-themes.scss */
.theme-000000 ul.showmore li section#carousel div.enhanceStayItem div.added span { background-image: url("../images/common/pr-premium-sprite.png") !important; }
/* line 946, ../sass/pr-hotel-themes.scss */
.theme-000000 .mfp-close span { background: url("../images/common/pr-premium-sprite.png") no-repeat 0 -1121px; }
/* line 949, ../sass/pr-hotel-themes.scss */
.theme-000000 .crisisUpdate p.hdr { color: black; }
/* line 953, ../sass/pr-hotel-themes.scss */
.theme-000000 span.iconTick { background: url("../images/common/pr-premium-sprite.png") no-repeat -98px -1121px; }
/* line 958, ../sass/pr-hotel-themes.scss */
.theme-000000 .kalendae .k-days span.k-selected.k-active { background: url("../images/common/pr-premium-sprite.png"); background-position: -199px -1077px; }
/* line 964, ../sass/pr-hotel-themes.scss */
.theme-000000 form.custom-ui .checkbox-dropdown-container i { border-left: 1px solid black; color: black; }
/* line 973, ../sass/pr-hotel-themes.scss */
.theme-000000 #mobile-friendly span { color: black; }

/* line 980, ../sass/pr-hotel-themes.scss */
#country-dropdown-list { background: url("../images/common/parkroyal/global/property-selector-bg.png") #ececec bottom center no-repeat; }

/* line 993, ../sass/pr-hotel-themes.scss */
.global .park-royal .propGallery-frame-text { background: url("../images/common/parkroyal/global/gallery-gradient.png") !important; }
/* line 998, ../sass/pr-hotel-themes.scss */
.global .location-details { background: url("../images/common/parkroyal/global/content-bg.png") #e3e2de top left no-repeat !important; }
/* line 1003, ../sass/pr-hotel-themes.scss */
.global footer #within-the-city { background-image: url("../images/common/parkroyal/global/within-the-city-big-bg.jpg"); }
/* line 1009, ../sass/pr-hotel-themes.scss */
.global .social-widget .tabs-container, .global .location.address { background: url("../images/common/parkroyal/global/content-bg.png") #e3e2de top right no-repeat; }
/* line 1013, ../sass/pr-hotel-themes.scss */
.global .right-side-content .green-border { background: url("../images/common/parkroyal/global/content-bg.png") #ececec top right no-repeat; margin-bottom: 20px; padding: 15px 0; -webkit-box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); -moz-box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); }
/* line 1021, ../sass/pr-hotel-themes.scss */
.global .yellow-grad-bg .signpost-details { background: url("../images/common/parkroyal/global/club-room-bg.png") white top right no-repeat; }
/* line 1026, ../sass/pr-hotel-themes.scss */
.global .loc-markers { background: url("../images/common/pr-markers/global.png") no-repeat; }

/* line 993, ../sass/pr-hotel-themes.scss */
.australia .park-royal .propGallery-frame-text { background: url("../images/common/parkroyal/australia/gallery-gradient.png") !important; }
/* line 998, ../sass/pr-hotel-themes.scss */
.australia .location-details { background: url("../images/common/parkroyal/australia/content-bg.png") #e3e2de top left no-repeat !important; }
/* line 1003, ../sass/pr-hotel-themes.scss */
.australia footer #within-the-city { background-image: url("../images/common/parkroyal/australia/within-the-city-big-bg.jpg"); }
/* line 1009, ../sass/pr-hotel-themes.scss */
.australia .social-widget .tabs-container, .australia .location.address { background: url("../images/common/parkroyal/australia/content-bg.png") #e3e2de top right no-repeat; }
/* line 1013, ../sass/pr-hotel-themes.scss */
.australia .right-side-content .green-border { background: url("../images/common/parkroyal/australia/content-bg.png") #ececec top right no-repeat; margin-bottom: 20px; padding: 15px 0; -webkit-box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); -moz-box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); }
/* line 1021, ../sass/pr-hotel-themes.scss */
.australia .yellow-grad-bg .signpost-details { background: url("../images/common/parkroyal/australia/club-room-bg.png") white top right no-repeat; }
/* line 1026, ../sass/pr-hotel-themes.scss */
.australia .loc-markers { background: url("../images/common/pr-markers/australia.png") no-repeat; }
/* line 83, ../sass/pr-hotel-themes.scss */
.australia .markers1 { background-position: 0 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.australia .markers2 { background-position: -27px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.australia .markers3 { background-position: -54px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.australia .markers4 { background-position: -81px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.australia .markers5 { background-position: -108px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.australia .markers6 { background-position: -135px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.australia .markers7 { background-position: -162px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.australia .markers8 { background-position: -189px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.australia .markers9 { background-position: -216px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.australia .markers10 { background-position: -243px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.australia .markers11 { background-position: -270px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.australia .markers12 { background-position: -297px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.australia .markers13 { background-position: -324px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.australia .markers14 { background-position: -351px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.australia .markers15 { background-position: -378px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.australia .markers16 { background-position: -405px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.australia .markers17 { background-position: -432px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.australia .markers18 { background-position: -459px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.australia .markers19 { background-position: -486px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.australia .markers20 { background-position: -513px 0; }
/* line 1032, ../sass/pr-hotel-themes.scss */
.australia .current-prop { background-position: -622px 0; }
/* line 1052, ../sass/pr-hotel-themes.scss */
.australia .other-prop { background-position: -652px 0; }

/* line 993, ../sass/pr-hotel-themes.scss */
.china .park-royal .propGallery-frame-text { background: url("../images/common/parkroyal/china/gallery-gradient.png") !important; }
/* line 998, ../sass/pr-hotel-themes.scss */
.china .location-details { background: url("../images/common/parkroyal/china/content-bg.png") #e3e2de top left no-repeat !important; }
/* line 1003, ../sass/pr-hotel-themes.scss */
.china footer #within-the-city { background-image: url("../images/common/parkroyal/china/within-the-city-big-bg.jpg"); }
/* line 1009, ../sass/pr-hotel-themes.scss */
.china .social-widget .tabs-container, .china .location.address { background: url("../images/common/parkroyal/china/content-bg.png") #e3e2de top right no-repeat; }
/* line 1013, ../sass/pr-hotel-themes.scss */
.china .right-side-content .green-border { background: url("../images/common/parkroyal/china/content-bg.png") #ececec top right no-repeat; margin-bottom: 20px; padding: 15px 0; -webkit-box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); -moz-box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); }
/* line 1021, ../sass/pr-hotel-themes.scss */
.china .yellow-grad-bg .signpost-details { background: url("../images/common/parkroyal/china/club-room-bg.png") white top right no-repeat; }
/* line 1026, ../sass/pr-hotel-themes.scss */
.china .loc-markers { background: url("../images/common/pr-markers/china.png") no-repeat; }
/* line 83, ../sass/pr-hotel-themes.scss */
.china .markers1 { background-position: 0 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.china .markers2 { background-position: -27px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.china .markers3 { background-position: -54px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.china .markers4 { background-position: -81px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.china .markers5 { background-position: -108px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.china .markers6 { background-position: -135px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.china .markers7 { background-position: -162px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.china .markers8 { background-position: -189px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.china .markers9 { background-position: -216px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.china .markers10 { background-position: -243px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.china .markers11 { background-position: -270px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.china .markers12 { background-position: -297px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.china .markers13 { background-position: -324px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.china .markers14 { background-position: -351px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.china .markers15 { background-position: -378px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.china .markers16 { background-position: -405px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.china .markers17 { background-position: -432px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.china .markers18 { background-position: -459px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.china .markers19 { background-position: -486px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.china .markers20 { background-position: -513px 0; }
/* line 1032, ../sass/pr-hotel-themes.scss */
.china .current-prop { background-position: -622px 0; }
/* line 1052, ../sass/pr-hotel-themes.scss */
.china .other-prop { background-position: -652px 0; }

/* line 993, ../sass/pr-hotel-themes.scss */
.indonesia .park-royal .propGallery-frame-text { background: url("../images/common/parkroyal/indonesia/gallery-gradient.png") !important; }
/* line 998, ../sass/pr-hotel-themes.scss */
.indonesia .location-details { background: url("../images/common/parkroyal/indonesia/content-bg.png") #e3e2de top left no-repeat !important; }
/* line 1003, ../sass/pr-hotel-themes.scss */
.indonesia footer #within-the-city { background-image: url("../images/common/parkroyal/indonesia/within-the-city-big-bg.jpg"); }
/* line 1009, ../sass/pr-hotel-themes.scss */
.indonesia .social-widget .tabs-container, .indonesia .location.address { background: url("../images/common/parkroyal/indonesia/content-bg.png") #e3e2de top right no-repeat; }
/* line 1013, ../sass/pr-hotel-themes.scss */
.indonesia .right-side-content .green-border { background: url("../images/common/parkroyal/indonesia/content-bg.png") #ececec top right no-repeat; margin-bottom: 20px; padding: 15px 0; -webkit-box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); -moz-box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); }
/* line 1021, ../sass/pr-hotel-themes.scss */
.indonesia .yellow-grad-bg .signpost-details { background: url("../images/common/parkroyal/indonesia/club-room-bg.png") white top right no-repeat; }
/* line 1026, ../sass/pr-hotel-themes.scss */
.indonesia .loc-markers { background: url("../images/common/pr-markers/indonesia.png") no-repeat; }
/* line 83, ../sass/pr-hotel-themes.scss */
.indonesia .markers1 { background-position: 0 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.indonesia .markers2 { background-position: -27px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.indonesia .markers3 { background-position: -54px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.indonesia .markers4 { background-position: -81px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.indonesia .markers5 { background-position: -108px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.indonesia .markers6 { background-position: -135px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.indonesia .markers7 { background-position: -162px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.indonesia .markers8 { background-position: -189px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.indonesia .markers9 { background-position: -216px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.indonesia .markers10 { background-position: -243px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.indonesia .markers11 { background-position: -270px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.indonesia .markers12 { background-position: -297px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.indonesia .markers13 { background-position: -324px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.indonesia .markers14 { background-position: -351px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.indonesia .markers15 { background-position: -378px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.indonesia .markers16 { background-position: -405px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.indonesia .markers17 { background-position: -432px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.indonesia .markers18 { background-position: -459px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.indonesia .markers19 { background-position: -486px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.indonesia .markers20 { background-position: -513px 0; }
/* line 1032, ../sass/pr-hotel-themes.scss */
.indonesia .current-prop { background-position: -622px 0; }
/* line 1052, ../sass/pr-hotel-themes.scss */
.indonesia .other-prop { background-position: -652px 0; }

/* line 993, ../sass/pr-hotel-themes.scss */
.malaysia .park-royal .propGallery-frame-text { background: url("../images/common/parkroyal/malaysia/gallery-gradient.png") !important; }
/* line 998, ../sass/pr-hotel-themes.scss */
.malaysia .location-details { background: url("../images/common/parkroyal/malaysia/content-bg.png") #e3e2de top left no-repeat !important; }
/* line 1003, ../sass/pr-hotel-themes.scss */
.malaysia footer #within-the-city { background-image: url("../images/common/parkroyal/malaysia/within-the-city-big-bg.jpg"); }
/* line 1009, ../sass/pr-hotel-themes.scss */
.malaysia .social-widget .tabs-container, .malaysia .location.address { background: url("../images/common/parkroyal/malaysia/content-bg.png") #e3e2de top right no-repeat; }
/* line 1013, ../sass/pr-hotel-themes.scss */
.malaysia .right-side-content .green-border { background: url("../images/common/parkroyal/malaysia/content-bg.png") #ececec top right no-repeat; margin-bottom: 20px; padding: 15px 0; -webkit-box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); -moz-box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); }
/* line 1021, ../sass/pr-hotel-themes.scss */
.malaysia .yellow-grad-bg .signpost-details { background: url("../images/common/parkroyal/malaysia/club-room-bg.png") white top right no-repeat; }
/* line 1026, ../sass/pr-hotel-themes.scss */
.malaysia .loc-markers { background: url("../images/common/pr-markers/malaysia.png") no-repeat; }
/* line 83, ../sass/pr-hotel-themes.scss */
.malaysia .markers1 { background-position: 0 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.malaysia .markers2 { background-position: -27px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.malaysia .markers3 { background-position: -54px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.malaysia .markers4 { background-position: -81px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.malaysia .markers5 { background-position: -108px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.malaysia .markers6 { background-position: -135px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.malaysia .markers7 { background-position: -162px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.malaysia .markers8 { background-position: -189px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.malaysia .markers9 { background-position: -216px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.malaysia .markers10 { background-position: -243px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.malaysia .markers11 { background-position: -270px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.malaysia .markers12 { background-position: -297px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.malaysia .markers13 { background-position: -324px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.malaysia .markers14 { background-position: -351px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.malaysia .markers15 { background-position: -378px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.malaysia .markers16 { background-position: -405px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.malaysia .markers17 { background-position: -432px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.malaysia .markers18 { background-position: -459px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.malaysia .markers19 { background-position: -486px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.malaysia .markers20 { background-position: -513px 0; }
/* line 1032, ../sass/pr-hotel-themes.scss */
.malaysia .current-prop { background-position: -622px 0; }
/* line 1052, ../sass/pr-hotel-themes.scss */
.malaysia .other-prop { background-position: -652px 0; }

/* line 993, ../sass/pr-hotel-themes.scss */
.myanmar .park-royal .propGallery-frame-text { background: url("../images/common/parkroyal/myanmar/gallery-gradient.png") !important; }
/* line 998, ../sass/pr-hotel-themes.scss */
.myanmar .location-details { background: url("../images/common/parkroyal/myanmar/content-bg.png") #e3e2de top left no-repeat !important; }
/* line 1003, ../sass/pr-hotel-themes.scss */
.myanmar footer #within-the-city { background-image: url("../images/common/parkroyal/myanmar/within-the-city-big-bg.jpg"); }
/* line 1009, ../sass/pr-hotel-themes.scss */
.myanmar .social-widget .tabs-container, .myanmar .location.address { background: url("../images/common/parkroyal/myanmar/content-bg.png") #e3e2de top right no-repeat; }
/* line 1013, ../sass/pr-hotel-themes.scss */
.myanmar .right-side-content .green-border { background: url("../images/common/parkroyal/myanmar/content-bg.png") #ececec top right no-repeat; margin-bottom: 20px; padding: 15px 0; -webkit-box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); -moz-box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); }
/* line 1021, ../sass/pr-hotel-themes.scss */
.myanmar .yellow-grad-bg .signpost-details { background: url("../images/common/parkroyal/myanmar/club-room-bg.png") white top right no-repeat; }
/* line 1026, ../sass/pr-hotel-themes.scss */
.myanmar .loc-markers { background: url("../images/common/pr-markers/myanmar.png") no-repeat; }
/* line 83, ../sass/pr-hotel-themes.scss */
.myanmar .markers1 { background-position: 0 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.myanmar .markers2 { background-position: -27px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.myanmar .markers3 { background-position: -54px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.myanmar .markers4 { background-position: -81px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.myanmar .markers5 { background-position: -108px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.myanmar .markers6 { background-position: -135px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.myanmar .markers7 { background-position: -162px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.myanmar .markers8 { background-position: -189px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.myanmar .markers9 { background-position: -216px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.myanmar .markers10 { background-position: -243px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.myanmar .markers11 { background-position: -270px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.myanmar .markers12 { background-position: -297px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.myanmar .markers13 { background-position: -324px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.myanmar .markers14 { background-position: -351px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.myanmar .markers15 { background-position: -378px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.myanmar .markers16 { background-position: -405px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.myanmar .markers17 { background-position: -432px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.myanmar .markers18 { background-position: -459px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.myanmar .markers19 { background-position: -486px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.myanmar .markers20 { background-position: -513px 0; }
/* line 1032, ../sass/pr-hotel-themes.scss */
.myanmar .current-prop { background-position: -622px 0; }
/* line 1052, ../sass/pr-hotel-themes.scss */
.myanmar .other-prop { background-position: -652px 0; }

/* line 993, ../sass/pr-hotel-themes.scss */
.premium .park-royal .propGallery-frame-text { background: url("../images/common/parkroyal/premium/gallery-gradient.png") !important; }
/* line 998, ../sass/pr-hotel-themes.scss */
.premium .location-details { background: url("../images/common/parkroyal/premium/content-bg.png") #e3e2de top left no-repeat !important; }
/* line 1003, ../sass/pr-hotel-themes.scss */
.premium footer #within-the-city { background-image: url("../images/common/parkroyal/premium/within-the-city-big-bg.jpg"); }
/* line 1009, ../sass/pr-hotel-themes.scss */
.premium .social-widget .tabs-container, .premium .location.address { background: url("../images/common/parkroyal/premium/content-bg.png") #e3e2de top right no-repeat; }
/* line 1013, ../sass/pr-hotel-themes.scss */
.premium .right-side-content .green-border { background: url("../images/common/parkroyal/premium/content-bg.png") #ececec top right no-repeat; margin-bottom: 20px; padding: 15px 0; -webkit-box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); -moz-box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); }
/* line 1021, ../sass/pr-hotel-themes.scss */
.premium .yellow-grad-bg .signpost-details { background: url("../images/common/parkroyal/premium/club-room-bg.png") white top right no-repeat; }
/* line 1026, ../sass/pr-hotel-themes.scss */
.premium .loc-markers { background: url("../images/common/pr-markers/premium.png") no-repeat; }
/* line 83, ../sass/pr-hotel-themes.scss */
.premium .markers1 { background-position: 0 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.premium .markers2 { background-position: -27px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.premium .markers3 { background-position: -54px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.premium .markers4 { background-position: -81px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.premium .markers5 { background-position: -108px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.premium .markers6 { background-position: -135px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.premium .markers7 { background-position: -162px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.premium .markers8 { background-position: -189px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.premium .markers9 { background-position: -216px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.premium .markers10 { background-position: -243px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.premium .markers11 { background-position: -270px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.premium .markers12 { background-position: -297px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.premium .markers13 { background-position: -324px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.premium .markers14 { background-position: -351px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.premium .markers15 { background-position: -378px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.premium .markers16 { background-position: -405px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.premium .markers17 { background-position: -432px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.premium .markers18 { background-position: -459px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.premium .markers19 { background-position: -486px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.premium .markers20 { background-position: -513px 0; }
/* line 1032, ../sass/pr-hotel-themes.scss */
.premium .current-prop { background-position: -622px 0; }
/* line 1052, ../sass/pr-hotel-themes.scss */
.premium .other-prop { background-position: -652px 0; }

/* line 993, ../sass/pr-hotel-themes.scss */
.singapore .park-royal .propGallery-frame-text { background: url("../images/common/parkroyal/singapore/gallery-gradient.png") !important; }
/* line 998, ../sass/pr-hotel-themes.scss */
.singapore .location-details { background: url("../images/common/parkroyal/singapore/content-bg.png") #e3e2de top left no-repeat !important; }
/* line 1003, ../sass/pr-hotel-themes.scss */
.singapore footer #within-the-city { background-image: url("../images/common/parkroyal/singapore/within-the-city-big-bg.jpg"); }
/* line 1009, ../sass/pr-hotel-themes.scss */
.singapore .social-widget .tabs-container, .singapore .location.address { background: url("../images/common/parkroyal/singapore/content-bg.png") #e3e2de top right no-repeat; }
/* line 1013, ../sass/pr-hotel-themes.scss */
.singapore .right-side-content .green-border { background: url("../images/common/parkroyal/singapore/content-bg.png") #ececec top right no-repeat; margin-bottom: 20px; padding: 15px 0; -webkit-box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); -moz-box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); }
/* line 1021, ../sass/pr-hotel-themes.scss */
.singapore .yellow-grad-bg .signpost-details { background: url("../images/common/parkroyal/singapore/club-room-bg.png") white top right no-repeat; }
/* line 1026, ../sass/pr-hotel-themes.scss */
.singapore .loc-markers { background: url("../images/common/pr-markers/singapore.png") no-repeat; }
/* line 83, ../sass/pr-hotel-themes.scss */
.singapore .markers1 { background-position: 0 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.singapore .markers2 { background-position: -27px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.singapore .markers3 { background-position: -54px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.singapore .markers4 { background-position: -81px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.singapore .markers5 { background-position: -108px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.singapore .markers6 { background-position: -135px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.singapore .markers7 { background-position: -162px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.singapore .markers8 { background-position: -189px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.singapore .markers9 { background-position: -216px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.singapore .markers10 { background-position: -243px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.singapore .markers11 { background-position: -270px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.singapore .markers12 { background-position: -297px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.singapore .markers13 { background-position: -324px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.singapore .markers14 { background-position: -351px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.singapore .markers15 { background-position: -378px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.singapore .markers16 { background-position: -405px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.singapore .markers17 { background-position: -432px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.singapore .markers18 { background-position: -459px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.singapore .markers19 { background-position: -486px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.singapore .markers20 { background-position: -513px 0; }
/* line 1032, ../sass/pr-hotel-themes.scss */
.singapore .current-prop { background-position: -622px 0; }
/* line 1052, ../sass/pr-hotel-themes.scss */
.singapore .other-prop { background-position: -652px 0; }

/* line 993, ../sass/pr-hotel-themes.scss */
.vietnam .park-royal .propGallery-frame-text { background: url("../images/common/parkroyal/vietnam/gallery-gradient.png") !important; }
/* line 998, ../sass/pr-hotel-themes.scss */
.vietnam .location-details { background: url("../images/common/parkroyal/vietnam/content-bg.png") #e3e2de top left no-repeat !important; }
/* line 1003, ../sass/pr-hotel-themes.scss */
.vietnam footer #within-the-city { background-image: url("../images/common/parkroyal/vietnam/within-the-city-big-bg.jpg"); }
/* line 1009, ../sass/pr-hotel-themes.scss */
.vietnam .social-widget .tabs-container, .vietnam .location.address { background: url("../images/common/parkroyal/vietnam/content-bg.png") #e3e2de top right no-repeat; }
/* line 1013, ../sass/pr-hotel-themes.scss */
.vietnam .right-side-content .green-border { background: url("../images/common/parkroyal/vietnam/content-bg.png") #ececec top right no-repeat; margin-bottom: 20px; padding: 15px 0; -webkit-box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); -moz-box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); box-shadow:  0px 2px 6px rgba(0, 0, 0, 0.3); }
/* line 1021, ../sass/pr-hotel-themes.scss */
.vietnam .yellow-grad-bg .signpost-details { background: url("../images/common/parkroyal/vietnam/club-room-bg.png") white top right no-repeat; }
/* line 1026, ../sass/pr-hotel-themes.scss */
.vietnam .loc-markers { background: url("../images/common/pr-markers/vietnam.png") no-repeat; }
/* line 83, ../sass/pr-hotel-themes.scss */
.vietnam .markers1 { background-position: 0 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.vietnam .markers2 { background-position: -27px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.vietnam .markers3 { background-position: -54px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.vietnam .markers4 { background-position: -81px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.vietnam .markers5 { background-position: -108px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.vietnam .markers6 { background-position: -135px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.vietnam .markers7 { background-position: -162px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.vietnam .markers8 { background-position: -189px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.vietnam .markers9 { background-position: -216px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.vietnam .markers10 { background-position: -243px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.vietnam .markers11 { background-position: -270px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.vietnam .markers12 { background-position: -297px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.vietnam .markers13 { background-position: -324px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.vietnam .markers14 { background-position: -351px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.vietnam .markers15 { background-position: -378px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.vietnam .markers16 { background-position: -405px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.vietnam .markers17 { background-position: -432px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.vietnam .markers18 { background-position: -459px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.vietnam .markers19 { background-position: -486px 0; }
/* line 83, ../sass/pr-hotel-themes.scss */
.vietnam .markers20 { background-position: -513px 0; }
/* line 1032, ../sass/pr-hotel-themes.scss */
.vietnam .current-prop { background-position: -622px 0; }
/* line 1052, ../sass/pr-hotel-themes.scss */
.vietnam .other-prop { background-position: -652px 0; }
