@charset "UTF-8";

.fa-ul>li,
sub,
sup {
	position: relative
}

.fotorama__wrap,
html {
	-webkit-text-size-adjust: 100%
}

.fa-fw,
.fa-li,
.fotorama__nav {
	text-align: center
}

.table-condensed,
.ui-datepicker table,
table {
	border-collapse: collapse
}

table,
table.scroll-tble {
	border-spacing: 0
}

img,
legend {
	border: 0
}

legend,
td,
th {
	padding: 0
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

.fa,
.fa-stack {
	display: inline-block
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
optgroup,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box
}

pre,
textarea {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

.fa.fa-pull-left,
.fa.pull-left {
	margin-right: .3em
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

.fotorama__nav__frame,
.fotorama__thumb-border,
input[type=search] {
	box-sizing: content-box
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}


/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
	font-family: FontAwesome;
	src: url(fonts/fontawesome-webfont.eot?v=4.6.3);
	src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
	font-weight: 400;
	font-style: normal
}

.fa {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-stack,
.ui-button,
.ui-spinner,
.ui-spinner-input,
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa.fa-pull-right,
.fa.pull-right {
	margin-left: .3em
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: .08em solid #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right,
.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
	filter: none
}

.fa-stack {
	position: relative;
	width: 2em;
	height: 2em;
	line-height: 2em
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
	content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
	content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
	content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: "\f158"
}

.fa-krw:before,
.fa-won:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
	content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
	content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
	content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
	content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.sr-only {
	margin: -1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}


/*!
 * Bootstrap modal1
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.modal1-open {
	overflow: hidden
}

.modal1-open.page-overflow .modal1-scrollable,
.modal1-open.page-overflow .page-container,
.modal1-open.page-overflow .page-container .navbar-fixed-bottom,
.modal1-open.page-overflow .page-container .navbar-fixed-top {
	overflow-y: scroll
}

@media (max-width:979px) {
	.modal1-open.page-overflow .page-container .navbar-fixed-bottom,
	.modal1-open.page-overflow .page-container .navbar-fixed-top {
		overflow-y: visible
	}
}

.modal1-scrollable {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
	background: rgba(0, 0, 0, .5)
}

.modal1,
.modal1-body {
	overflow: visible
}

.modal1 {
	margin-top: 0
}

.modal1.modal1-absolute {
	position: absolute;
	z-index: 950
}

.modal1 .loading-mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 6px
}

.modal1-backdrop.modal1-absolute {
	position: absolute;
	z-index: 940
}

.modal1-backdrop,
.modal1-backdrop.fade.in {
	opacity: .7;
	filter: alpha(opacity=70);
	background: #fff
}

.modal1.container {
	width: 940px;
	margin-left: -470px
}

.modal1-overflow.modal1 {
	top: 1%
}

.modal1-overflow.modal1.fade {
	top: -100%
}

.modal1-overflow.modal1.fade.in {
	top: 1%
}

.modal1-overflow .modal1-body {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

@media (min-width:1200px) {
	.modal1.container {
		width: 1170px;
		margin-left: -585px
	}
}

@media (max-width:979px) {
	.modal1,
	.modal1.container,
	.modal1.modal1-overflow {
		top: 1%;
		right: 1%;
		left: 1%;
		bottom: auto;
		width: 98%!important;
		height: auto!important;
		margin: 0!important;
		padding: 0!important
	}
	.modal1.container.fade.in,
	.modal1.fade.in,
	.modal1.modal1-overflow.fade.in {
		top: 1%;
		bottom: auto
	}
	.modal1-body,
	.modal1-overflow .modal1-body {
		position: static;
		margin: 0;
		height: auto!important;
		max-height: none!important;
		overflow: visible!important
	}
	.modal1-footer,
	.modal1-overflow .modal1-footer {
		position: static
	}
}

.loading-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px
}

.animated {
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both
}

@-webkit-keyframes shake {
	0%,
	100% {
		-webkit-transform: translateX(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px)
	}
}

@-moz-keyframes shake {
	0%,
	100% {
		-moz-transform: translateX(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-moz-transform: translateX(-10px)
	}
	20%,
	40%,
	60%,
	80% {
		-moz-transform: translateX(10px)
	}
}

@-o-keyframes shake {
	0%,
	100% {
		-o-transform: translateX(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-o-transform: translateX(-10px)
	}
	20%,
	40%,
	60%,
	80% {
		-o-transform: translateX(10px)
	}
}

@keyframes shake {
	0%,
	100% {
		transform: translateX(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(-10px)
	}
	20%,
	40%,
	60%,
	80% {
		transform: translateX(10px)
	}
}

.shake {
	-moz-animation-name: shake;
	-o-animation-name: shake
}


/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0
}

.fotorama--fullscreen,
.fotorama__img {
	max-width: 99999px!important;
	max-height: 99999px!important;
	min-width: 0!important;
	min-height: 0!important;
	border-radius: 0!important;
	box-shadow: none!important;
	padding: 0!important
}

.fotorama__wrap .fotorama__grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.fotorama__grabbing * {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.fotorama__spinner {
	position: absolute!important;
	top: 50%!important;
	left: 50%!important
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
	outline: 0
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
	content: '';
	border-radius: inherit;
	background-color: rgba(0, 175, 234, .5)
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
	-webkit-transform: none!important;
	transform: none!important
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
	transition-property: -webkit-transform, width;
	transition-property: transform, width;
	transition-timing-function: cubic-bezier(.1, 0, .25, 1);
	transition-duration: 0s
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fotorama__nav,
.fotorama__nav__frame {
	margin: auto;
	padding: 0
}

.fotorama--fullscreen,
.fullscreen {
	width: 100%!important;
	height: 100%!important;
	margin: 0!important
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle
}

.fotorama:not(.fotorama--unobtrusive)>:not(:first-child),
.fotorama__wrap--fade .fotorama__stage__frame {
	display: none
}

.fotorama--hidden,
.fotorama__load {
	position: absolute;
	left: -99999px;
	top: -99999px;
	z-index: -1
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
	-webkit-tap-highlight-color: transparent
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
	background: url(../img/fotorama.png) no-repeat
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:2dppx) {
	.fotorama__arr,
	.fotorama__fullscreen-icon,
	.fotorama__video-close,
	.fotorama__video-play {
		background: url(../img/fotorama@2x.png) 0 0/96px 160px no-repeat
	}
}

.fotorama__thumb {
	background-color: #7f7f7f;
	background-color: rgba(127, 127, 127, .2)
}

@media print {
	.fotorama__arr,
	.fotorama__fullscreen-icon,
	.fotorama__thumb-border,
	.fotorama__video-close,
	.fotorama__video-play {
		background: 0 0!important
	}
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage,
.fullscreen {
	background: #000
}

.fotorama {
	min-width: 1px;
	overflow: hidden
}

.fullscreen {
	max-width: 100%!important;
	max-height: 100%!important;
	padding: 0!important;
	overflow: hidden!important
}

.fotorama--fullscreen {
	position: absolute!important;
	top: 0!important;
	left: 0!important;
	right: 0!important;
	bottom: 0!important;
	float: none!important;
	z-index: 2147483647!important;
	background: #000
}

.fotorama__wrap {
	position: relative;
	direction: ltr;
	z-index: 0;
	padding: 15px
}

.fotorama__wrap--rtl .fotorama__stage__frame,
.languagecls_ar .prcRateTitle,
.ui-datepicker-rtl {
	direction: rtl
}

.fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front {
	z-index: 8
}

.fotorama__nav,
.fotorama__stage {
	overflow: hidden;
	position: relative;
	max-width: 100%
}

.fotorama__wrap--pan-y {
	-ms-touch-action: pan-y
}

.fotorama__wrap .fotorama__pointer {
	cursor: pointer
}

.fotorama__wrap--slide .fotorama__stage__frame {
	opacity: 1!important
}

.fotorama__stage__frame {
	overflow: hidden
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
	display: block;
	left: 0;
	top: 0
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full,
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
	display: none
}

.fotorama__wrap--fade .fotorama__fade-rear {
	z-index: 7
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
	z-index: 9
}

.fotorama__img {
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	border: none!important
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
	-ms-filter: "alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
	display: block
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
	max-width: 99999px!important
}

.fotorama__wrap--only-active .fotorama__stage__frame {
	visibility: hidden
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
	visibility: visible
}

.fotorama__nav {
	font-size: 0;
	line-height: 0;
	display: none;
	white-space: nowrap;
	z-index: 5
}

.fotorama__nav__shaft {
	position: relative;
	left: 0;
	top: 0;
	text-align: left
}

.fotorama__nav__frame {
	position: relative;
	cursor: pointer
}

.fotorama__nav--dots {
	display: block
}

.fotorama__nav--dots .fotorama__nav__frame {
	width: 18px;
	height: 30px
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
	display: none
}

.fotorama__nav--thumbs {
	display: block
}

.fotorama__nav--thumbs .fotorama__nav__frame {
	padding-left: 0!important
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
	padding-right: 0!important
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
	display: none
}

.fotorama__dot {
	display: block;
	width: 4px;
	height: 4px;
	position: relative;
	top: 12px;
	left: 6px;
	border-radius: 6px;
	border: 1px solid #7f7f7f
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
	display: none
}

.fotorama__nav__frame:focus .fotorama__dot:after {
	padding: 1px;
	top: -1px;
	left: -1px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
	width: 0;
	height: 0;
	border-width: 3px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
	padding: 3px;
	top: -3px;
	left: -3px
}

.fotorama__thumb {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%
}

.fotorama__nav__frame:focus .fotorama__thumb {
	z-index: 2
}

.fotorama__thumb-border {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	border-style: solid;
	border-color: #00afea;
	background-image: linear-gradient(to bottom right, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1))
}

.fotorama__caption {
	position: absolute;
	z-index: 12;
	bottom: 0;
	left: 0;
	right: 0;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #000
}

.fotorama__caption a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid;
	border-color: rgba(0, 0, 0, .5)
}

.fotorama__caption a:hover {
	color: #333;
	border-color: rgba(51, 51, 51, .5)
}

.fotorama__wrap--rtl .fotorama__caption {
	left: auto;
	right: 0
}

.fotorama__caption__wrap {
	box-sizing: border-box;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
	padding: 5px 10px
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.fotorama__wrap--css3 .fotorama__spinner {
	-webkit-animation: spinner 24s infinite linear;
	animation: spinner 24s infinite linear
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
	transition-property: opacity;
	transition-timing-function: linear;
	transition-duration: .3s
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0
}

.fotorama__select {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	cursor: auto
}

.fotorama__video {
	top: 32px;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 10
}

@-moz-document url-prefix() {
	.fotorama__active {
		box-shadow: 0 0 0 transparent
	}
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
	position: absolute;
	z-index: 11;
	cursor: pointer
}

.fotorama__arr {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 50%;
	margin-top: -16px
}

.fotorama__arr--prev {
	left: 2px;
	background-position: 0 0
}

.fotorama__arr--next {
	right: 2px;
	background-position: -32px 0
}

.fotorama__arr--disabled {
	pointer-events: none;
	cursor: default;
	opacity: .1
}

.fotorama__fullscreen-icon {
	width: 32px;
	height: 32px;
	top: 2px;
	right: 2px;
	background-position: 0 -32px;
	z-index: 20
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
	border-radius: 50%
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
	background-position: -32px -32px
}

.fotorama__video-play {
	width: 96px;
	height: 96px;
	left: 50%;
	top: 50%;
	margin-left: -48px;
	margin-top: -48px;
	background-position: 0 -64px;
	opacity: 0
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
	opacity: 1;
	display: block
}

.fotorama__nav__frame .fotorama__video-play {
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;
	background-position: -64px -32px
}

.fotorama__video-close {
	width: 32px;
	height: 32px;
	top: 0;
	right: 0;
	background-position: -64px 0;
	z-index: 20;
	opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-close {
	display: none
}

.fotorama__wrap--css3 .fotorama__video-close {
	-webkit-transform: translate3d(32px, -32px, 0);
	transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--video .fotorama__video-close {
	display: block;
	opacity: 1
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
	opacity: 0
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
	opacity: 1
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
	opacity: 0!important
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
	display: none
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
	display: block
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
	display: none!important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
	-webkit-transform: translate3d(32px, -32px, 0);
	transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
	-webkit-transform: translate3d(-48px, 0, 0);
	transform: translate3d(-48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
	-webkit-transform: translate3d(48px, 0, 0);
	transform: translate3d(48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
	-webkit-transform: translate3d(32px, -32px, 0)!important;
	transform: translate3d(32px, -32px, 0)!important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
	-webkit-transform: translate3d(-48px, 0, 0)!important;
	transform: translate3d(-48px, 0, 0)!important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
	-webkit-transform: translate3d(48px, 0, 0)!important;
	transform: translate3d(48px, 0, 0)!important
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	transition-duration: .3s
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
	content: "";
	display: block;
	position: absolute;
	text-decoration: none;
	top: 0;
	bottom: 0;
	width: 10px;
	height: auto;
	z-index: 10;
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: 1px 100%, 5px 100%
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.ui-helper-hidden {
	display: none
}

.fotorama__nav:before,
.fotorama__stage:before {
	background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
	background-position: 0 0, 0 0;
	left: -10px
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
	left: 0
}

.fotorama__nav:after,
.fotorama__stage:after {
	background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
	background-position: 100% 0, 100% 0;
	right: -10px
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
	right: 0
}


/*! jQuery UI - v1.11.4 - 2015-11-19
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
	content: "";
	display: table;
	border-collapse: collapse
}

.ui-helper-clearfix:after {
	clear: both
}

.ui-helper-clearfix {
	min-height: 0
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}

.ui-front {
	z-index: 100
}

.ui-state-disabled {
	cursor: default!important
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none
}

.ui-resizable {
	position: relative
}

.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
	display: none
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted #000
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0;
	font-size: 100%
}

.ui-accordion .ui-accordion-icons,
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default
}

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	text-align: center;
	overflow: visible
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
	text-decoration: none
}

.ui-button-icon-only {
	width: 2.2em
}

button.ui-button-icon-only {
	width: 2.4em
}

.ui-button-icons-only {
	width: 3.4em
}

button.ui-button-icons-only {
	width: 3.7em
}

.ui-button .ui-button-text {
	display: block;
	line-height: normal
}

.ui-button-text-only .ui-button-text {
	padding: .4em 1em
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em
}

input.ui-button {
	padding: .4em 1em
}

.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px
}

.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px
}

.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
	left: .5em
}

.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
	right: .5em
}

.ui-buttonset {
	margin-right: 7px
}

.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.ui-datepicker {
	display: none
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev,
.ui-dialog {
	position: absolute
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
	top: 1px
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
	font-weight: 400
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em
}

.ui-datepicker th {
	text-align: center;
	border: 0
}

.ui-datepicker td {
	border: 0
}

.ui-datepicker td a,
.ui-datepicker td span {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em;
	width: auto;
	overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left
}

.ui-datepicker.ui-datepicker-multi {
	width: auto
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px
}

.ui-dialog {
	overflow: hidden;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0;
	padding: 1px;
	height: 20px
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: 0 0;
	overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer
}

.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px
}

.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
	bottom: 0
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0
}

.ui-menu .ui-menu {
	position: absolute
}

.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0;
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
	margin: -1px
}

.ui-menu-icons {
	position: relative
}

.ui-menu-icons .ui-menu-item {
	padding-left: 2em
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
	background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
	height: 100%;
	filter: alpha(opacity=25);
	opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5;
	padding: 2px .4em;
	margin: .5em 0 0;
	height: auto;
	border: 0
}

.ui-selectmenu-open {
	display: block
}

.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer
}

.ui-selectmenu-button span.ui-icon {
	right: .5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%
}

.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: .4em 2.1em .4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit
}

.ui-slider-horizontal {
	height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.ui-slider-vertical {
	width: .8em;
	height: 100px
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0
}

.ui-spinner-input {
	border: none;
	background: 0 0;
	color: inherit;
	padding: 0;
	margin: .2em 22px .2em .4em
}

.ui-widget-content a,
.ui-widget-header,
.ui-widget-header a {
	color: #333
}

.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0
}

.ui-widget,
.ui-widget .ui-widget {
	font-size: 1em
}

.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none
}

.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0
}

.ui-spinner-up {
	top: 0
}

.ui-spinner .ui-icon-triangle-1-s {
	background-position: -65px -16px
}

.ui-tabs {
	position: relative;
	padding: .2em
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: 0 0
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
	border-width: 2px
}

.ui-widget {
	font-family: Arial, Helvetica, sans-serif
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	font-weight: 700
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #25b56e;
	background: #25b56e;
	font-weight: 400;
	color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #454545;
	text-decoration: none
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
	border: 1px solid #ccc;
	background: #25b56e;
	font-weight: 400;
	color: #2b2b2b
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #2b2b2b;
	text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #25b56e;
	background: #25b56e;
	font-weight: 400;
	color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35)
}

.ui-icon {
	width: 16px;
	height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
	background-image: url(../img/ui-icons_444444_256x240.png)
}

.ui-state-default .ui-icon {
	background-image: url(../img/ui-icons_777777_256x240.png)
}

.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
	background-image: url(../img/ui-icons_555555_256x240.png)
}

.ui-state-active .ui-icon {
	background-image: url(../img/ui-icons_ffffff_256x240.png)
}

.ui-state-highlight .ui-icon {
	background-image: url(../img/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(../img/ui-icons_cc0000_256x240.png)
}

.ui-icon-blank {
	background-position: 16px 16px
}

.ui-icon-carat-1-n {
	background-position: 0 0
}

.ui-icon-carat-1-ne {
	background-position: -16px 0
}

.ui-icon-carat-1-e {
	background-position: -32px 0
}

.ui-icon-carat-1-se {
	background-position: -48px 0
}

.ui-icon-carat-1-s {
	background-position: -64px 0
}

.ui-icon-carat-1-sw {
	background-position: -80px 0
}

.ui-icon-carat-1-w {
	background-position: -96px 0
}

.ui-icon-carat-1-nw {
	background-position: -112px 0
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}

.ui-icon-arrow-4 {
	background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px
}

.ui-icon-extlink {
	background-position: -32px -80px
}

.ui-icon-newwin {
	background-position: -48px -80px
}

.ui-icon-refresh {
	background-position: -64px -80px
}

.ui-icon-shuffle {
	background-position: -80px -80px
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px
}

.ui-icon-folder-open {
	background-position: -16px -96px
}

.ui-icon-document {
	background-position: -32px -96px
}

.ui-icon-document-b {
	background-position: -48px -96px
}

.ui-icon-note {
	background-position: -64px -96px
}

.ui-icon-mail-closed {
	background-position: -80px -96px
}

.ui-icon-mail-open {
	background-position: -96px -96px
}

.ui-icon-suitcase {
	background-position: -112px -96px
}

.ui-icon-comment {
	background-position: -128px -96px
}

.ui-icon-person {
	background-position: -144px -96px
}

.ui-icon-print {
	background-position: -160px -96px
}

.ui-icon-trash {
	background-position: -176px -96px
}

.ui-icon-locked {
	background-position: -192px -96px
}

.ui-icon-unlocked {
	background-position: -208px -96px
}

.ui-icon-bookmark {
	background-position: -224px -96px
}

.ui-icon-tag {
	background-position: -240px -96px
}

.ui-icon-home {
	background-position: 0 -112px
}

.ui-icon-flag {
	background-position: -16px -112px
}

.ui-icon-calendar {
	background-position: -32px -112px
}

.ui-icon-cart {
	background-position: -48px -112px
}

.ui-icon-pencil {
	background-position: -64px -112px
}

.ui-icon-clock {
	background-position: -80px -112px
}

.ui-icon-disk {
	background-position: -96px -112px
}

.ui-icon-calculator {
	background-position: -112px -112px
}

.ui-icon-zoomin {
	background-position: -128px -112px
}

.ui-icon-zoomout {
	background-position: -144px -112px
}

.ui-icon-search {
	background-position: -160px -112px
}

.ui-icon-wrench {
	background-position: -176px -112px
}

.ui-icon-gear {
	background-position: -192px -112px
}

.ui-icon-heart {
	background-position: -208px -112px
}

.ui-icon-star {
	background-position: -224px -112px
}

.ui-icon-link {
	background-position: -240px -112px
}

.ui-icon-cancel {
	background-position: 0 -128px
}

.ui-icon-plus {
	background-position: -16px -128px
}

.ui-icon-plusthick {
	background-position: -32px -128px
}

.ui-icon-minus {
	background-position: -48px -128px
}

.ui-icon-minusthick {
	background-position: -64px -128px
}

.ui-icon-close {
	background-position: -80px -128px
}

.ui-icon-closethick {
	background-position: -96px -128px
}

.ui-icon-key {
	background-position: -112px -128px
}

.ui-icon-lightbulb {
	background-position: -128px -128px
}

.ui-icon-scissors {
	background-position: -144px -128px
}

.ui-icon-clipboard {
	background-position: -160px -128px
}

.ui-icon-copy {
	background-position: -176px -128px
}

.ui-icon-contact {
	background-position: -192px -128px
}

.ui-icon-image {
	background-position: -208px -128px
}

.ui-icon-video {
	background-position: -224px -128px
}

.ui-icon-script {
	background-position: -240px -128px
}

.ui-icon-alert {
	background-position: 0 -144px
}

.ui-icon-info {
	background-position: -16px -144px
}

.ui-icon-notice {
	background-position: -32px -144px
}

.ui-icon-help {
	background-position: -48px -144px
}

.ui-icon-check {
	background-position: -64px -144px
}

.ui-icon-bullet {
	background-position: -80px -144px
}

.ui-icon-radio-on {
	background-position: -96px -144px
}

.ui-icon-radio-off {
	background-position: -112px -144px
}

.ui-icon-pin-w {
	background-position: -128px -144px
}

.ui-icon-pin-s {
	background-position: -144px -144px
}

.ui-icon-play {
	background-position: 0 -160px
}

.ui-icon-pause {
	background-position: -16px -160px
}

.ui-icon-seek-next {
	background-position: -32px -160px
}

.ui-icon-seek-prev {
	background-position: -48px -160px
}

.ui-icon-seek-end {
	background-position: -64px -160px
}

.ui-icon-seek-first,
.ui-icon-seek-start {
	background-position: -80px -160px
}

.ui-icon-stop {
	background-position: -96px -160px
}

.ui-icon-eject {
	background-position: -112px -160px
}

.ui-icon-volume-off {
	background-position: -128px -160px
}

.ui-icon-volume-on {
	background-position: -144px -160px
}

.ui-icon-power {
	background-position: 0 -176px
}

.ui-icon-signal-diag {
	background-position: -16px -176px
}

.ui-icon-signal {
	background-position: -32px -176px
}

.ui-icon-battery-0 {
	background-position: -48px -176px
}

.ui-icon-battery-1 {
	background-position: -64px -176px
}

.ui-icon-battery-2 {
	background-position: -80px -176px
}

.ui-icon-battery-3 {
	background-position: -96px -176px
}

.ui-icon-circle-plus {
	background-position: 0 -192px
}

.ui-icon-circle-minus {
	background-position: -16px -192px
}

.ui-icon-circle-close {
	background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px
}

.ui-icon-circle-check {
	background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
	border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
	border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
	border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
	border-bottom-right-radius: 3px
}

.ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
	margin: 0;
	padding: 5px;
	background: #666;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes bounce {
	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {
	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {
	50%,
	from,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {
	50%,
	from,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
}

@keyframes pulse {
	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
}

@keyframes rubberBand {
	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
}

@keyframes tada {
	from,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	from,
	to {
		-webkit-transform: none;
		transform: none
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
}

@keyframes wobble {
	from,
	to {
		-webkit-transform: none;
		transform: none
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {
	11.1%,
	from,
	to {
		-webkit-transform: none;
		transform: none
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes jello {
	11.1%,
	from,
	to {
		-webkit-transform: none;
		transform: none
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes bounceIn {
	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {
	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInLeft {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInRight {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

.flipInY,
.flipOutX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

@keyframes rollOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	from {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

.tipso_bubble,
.tipso_bubble>.tipso_arrow {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.tipso_bubble {
	position: absolute;
	text-align: center;
	border-radius: 3px;
	z-index: 9999;
	border: 0 solid #fff;
	box-shadow: 0 0 20px 2px rgba(0, 0, 0, .3)
}

.tipso_style {
	cursor: help
}

.tipso_style2 {
	cursor: pointer!important
}

.tipso_title {
	border-radius: 3px 3px 0 0
}

.tipso_content {
	word-wrap: break-word;
	padding: 10px;
	line-height: 1.4;
	background-color: #f8f8f8
}

.tipso_content ul {
	margin: 0;
	padding: 0
}

.tipso_content ul li {
	list-style: none;
	margin-bottom: 5px
}

.tipso_content ul li:last-child {
	margin-bottom: 0
}

.tipso_bubble.tiny {
	font-size: .6rem
}

.tipso_bubble.small {
	font-size: .8rem
}

.tipso_bubble.default {
	font-size: 1rem
}

.tipso_bubble.large {
	font-size: 1.2rem;
	width: 100%
}

.tipso_bubble>.tipso_arrow {
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid;
	pointer-events: none
}

.tipso_bubble.top>.tipso_arrow {
	top: 100%;
	left: 50%;
	margin-left: -8px;
	border-color: #f8f8f8 transparent transparent
}

.tipso_bubble.bottom>.tipso_arrow {
	bottom: 100%;
	left: 50%;
	margin-left: -8px;
	border-color: transparent transparent #f8f8f8
}

.tipso_bubble.left>.tipso_arrow {
	top: 50%;
	left: 100%;
	margin-top: -8px;
	border-color: transparent transparent transparent #f8f8f8
}

.tipso_bubble.right>.tipso_arrow {
	top: 50%;
	right: 100%;
	margin-top: -8px;
	border-color: transparent #f8f8f8 transparent transparent
}

.tipso_bubble .top_right_corner,
.tipso_bubble.top_right_corner {
	border-bottom-left-radius: 0
}

.tipso_bubble .bottom_right_corner,
.tipso_bubble.bottom_right_corner {
	border-top-left-radius: 0
}

.tipso_bubble .top_left_corner,
.tipso_bubble.top_left_corner {
	border-bottom-right-radius: 0
}

.tipso_bubble .bottom_left_corner,
.tipso_bubble.bottom_left_corner {
	border-top-right-radius: 0
}

.spl_offer {
	padding: 8px 10px 5px
}

.ui-pnotify {
	top: 36px;
	right: 36px;
	position: absolute;
	height: auto;
	z-index: 2
}

body>.ui-pnotify {
	position: fixed;
	z-index: 100040
}

.ui-pnotify-modal1-overlay {
	background-color: rgba(0, 0, 0, .4);
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1
}

body>.ui-pnotify-modal1-overlay {
	position: fixed;
	z-index: 100039
}

.ui-pnotify.ui-pnotify-in {
	display: block!important
}

.ui-pnotify.ui-pnotify-move {
	transition: left .5s ease, top .5s ease, right .5s ease, bottom .5s ease
}

.ui-pnotify.ui-pnotify-fade-slow {
	transition: opacity .6s linear;
	opacity: 0
}

.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
	transition: opacity .6s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease
}

.ui-pnotify.ui-pnotify-fade-normal {
	transition: opacity .4s linear;
	opacity: 0
}

.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
	transition: opacity .4s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease
}

.ui-pnotify.ui-pnotify-fade-fast {
	transition: opacity .2s linear;
	opacity: 0
}

.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
	transition: opacity .2s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease
}

.ui-pnotify.ui-pnotify-fade-in {
	opacity: 1
}

.ui-pnotify .ui-pnotify-shadow {
	-webkit-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 28px 0 rgba(0, 0, 0, .1)
}

.ui-pnotify-container {
	background-position: 0 0;
	padding: .8em;
	height: 100%;
	margin: 0
}

.ui-pnotify-container:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both
}

.ui-pnotify-container.ui-pnotify-sharp {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.ui-pnotify-title {
	display: block;
	margin-bottom: .4em;
	margin-top: 0
}

.ui-pnotify-text {
	display: block
}

.ui-pnotify-icon,
.ui-pnotify-icon span {
	display: block;
	float: left;
	margin-right: .2em
}

.ui-pnotify.stack-bottomleft,
.ui-pnotify.stack-topleft {
	left: 25px;
	right: auto
}

.ui-pnotify.stack-bottomleft,
.ui-pnotify.stack-bottomright {
	bottom: 25px;
	top: auto
}

.ui-pnotify.stack-modal1 {
	left: 50%;
	right: auto;
	margin-left: -150px
}

.brighttheme {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.brighttheme .ui-pnotify-title {
	margin-bottom: 12px
}

.brighttheme-notice {
	background-color: #FFECAF;
	border: 0 solid #5A5134;
	color: #4F4F00
}

.brighttheme-info {
	background-color: #8FCEDD;
	border: 0 solid #0286A5;
	color: #012831
}

.brighttheme-success {
	background-color: #AFF29A;
	border: 0 solid #35DB00;
	color: #104300
}

.brighttheme-error {
	background-color: #FFABA2;
	background-image: repeating-linear-gradient(135deg, transparent, transparent 35px, rgba(255, 255, 255, .3) 35px, rgba(255, 255, 255, .3) 70px);
	border: 0 solid #FF1800;
	color: #4F0800
}

.brighttheme-icon-closer,
.brighttheme-icon-info,
.brighttheme-icon-notice,
.brighttheme-icon-sticker,
.brighttheme-icon-success {
	position: relative;
	width: 16px;
	height: 16px;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	font-family: "Courier New", Courier, monospace;
	border-radius: 50%
}

.brighttheme-icon-closer:after,
.brighttheme-icon-info:after,
.brighttheme-icon-notice:after,
.brighttheme-icon-sticker:after,
.brighttheme-icon-success:after {
	position: absolute;
	top: 0;
	left: 4px
}

.brighttheme-icon-notice {
	background-color: #2E2E00;
	color: #FFFFA2;
	margin-top: 2px
}

.brighttheme-icon-notice:after {
	content: "!"
}

.brighttheme-icon-info {
	background-color: #012831;
	color: #8FCEDD;
	margin-top: 2px
}

.brighttheme-icon-info:after {
	content: "i"
}

.brighttheme-icon-success {
	background-color: #104300;
	color: #AFF29A;
	margin-top: 2px
}

.brighttheme-icon-success:after {
	content: "\002713"
}

.brighttheme-icon-error {
	position: relative;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 16px solid #2E0400;
	font-size: 0;
	line-height: 0;
	color: #FFABA2;
	margin-top: 1px
}

.brighttheme-icon-error:after {
	position: absolute;
	top: 1px;
	left: -4px;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	font-family: "Courier New", Courier, monospace;
	content: "!"
}

.brighttheme-icon-closer,
.brighttheme-icon-sticker {
	display: inline-block
}

.brighttheme-icon-closer:after {
	top: -4px;
	content: "\002715"
}

.brighttheme-icon-sticker:after {
	top: -5px;
	content: "\01D1BC";
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.brighttheme-icon-sticker.brighttheme-icon-stuck:after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.brighttheme .ui-pnotify-action-bar {
	padding-top: 12px
}

.brighttheme .ui-pnotify-action-bar input,
.brighttheme .ui-pnotify-action-bar textarea {
	display: block;
	width: 100%;
	margin-bottom: 12px!important
}

.brighttheme .ui-pnotify-action-button {
	text-transform: uppercase;
	font-weight: 700;
	padding: 4px 8px;
	border: none;
	background: 0 0
}

.brighttheme .ui-pnotify-action-button.btn-primary {
	border: none;
	border-radius: 0
}

.brighttheme-notice .ui-pnotify-action-button.btn-primary {
	background-color: #FF0;
	color: #4F4F00
}

.brighttheme-info .ui-pnotify-action-button.btn-primary {
	background-color: #0286A5;
	color: #012831
}

.brighttheme-success .ui-pnotify-action-button.btn-primary {
	background-color: #35DB00;
	color: #104300
}

.brighttheme-error .ui-pnotify-action-button.btn-primary {
	background-color: #FF1800;
	color: #4F0800
}

.ui-pnotify-closer,
.ui-pnotify-sticker {
	float: right;
	margin-left: .2em
}

.ui-pnotify-history-container {
	position: absolute;
	top: 0;
	right: 18px;
	width: 70px;
	border-top: none;
	padding: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	border-top-right-radius: 0;
	z-index: 10000
}

.ui-pnotify-history-container.ui-pnotify-history-fixed {
	position: fixed
}

.ui-pnotify-history-container .ui-pnotify-history-header {
	padding: 2px;
	text-align: center
}

.ui-pnotify-history-container button {
	cursor: pointer;
	display: block;
	width: 100%
}

.ui-pnotify-history-container .ui-pnotify-history-pulldown {
	display: block;
	margin: 0 auto
}

.ui-pnotify-container {
	position: relative;
	left: 0
}

@media (max-width:480px) {
	.ui-pnotify-mobile-able.ui-pnotify {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		width: auto!important;
		font-size: 1.2em;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
		-ms-font-smoothing: antialiased;
		font-smoothing: antialiased
	}
	.ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border-bottom-width: 5px
	}
	.ui-pnotify-mobile-able .ui-pnotify-container {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0
	}
	.ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft,
	.ui-pnotify-mobile-able.ui-pnotify.stack-topleft {
		left: 0;
		right: 0
	}
	.ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft,
	.ui-pnotify-mobile-able.ui-pnotify.stack-bottomright {
		left: 0;
		right: 0;
		bottom: 0;
		top: auto
	}
	.ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft .ui-pnotify-shadow,
	.ui-pnotify-mobile-able.ui-pnotify.stack-bottomright .ui-pnotify-shadow {
		border-top-width: 5px;
		border-bottom-width: 1px
	}
}

.ui-pnotify.ui-pnotify-nonblock-fade {
	opacity: .2
}

.ui-pnotify.ui-pnotify-nonblock-hide {
	display: none!important
}

.sweet-alert,
.sweet-overlay {
	position: fixed;
	display: none
}

body.stop-scrolling {
	height: 100%;
	overflow: hidden
}

.sweet-overlay {
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	background-color: rgba(0, 0, 0, .2)!important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10000
}

.sweet-alert {
	background-color: #fff;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 478px;
	padding: 17px;
	border-radius: 5px;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-left: -256px;
	margin-top: -200px;
	overflow: hidden;
	z-index: 99999
}

@media all and (max-width:540px) {
	.sweet-alert {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		left: 15px;
		right: 15px
	}
}

.sweet-alert h2 {
	color: #575757;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	text-transform: none;
	position: relative;
	margin: 25px 0;
	padding: 0;
	line-height: 40px;
	display: block
}

.sweet-alert p {
	color: #797979;
	font-size: 16px;
	font-weight: 300;
	position: relative;
	text-align: inherit;
	float: none;
	margin: 0;
	padding: 0;
	line-height: normal
}

.sweet-alert fieldset {
	border: none;
	position: relative
}

.sweet-alert .sa-error-container {
	background-color: #f1f1f1;
	margin-left: -17px;
	margin-right: -17px;
	overflow: hidden;
	padding: 0 10px;
	max-height: 0;
	webkit-transition: padding .15s, max-height .15s;
	transition: padding .15s, max-height .15s
}

.sweet-alert .sa-error-container.show {
	padding: 10px 0;
	max-height: 100px;
	webkit-transition: padding .2s, max-height .2s;
	transition: padding .25s, max-height .25s
}

.sweet-alert .sa-error-container .icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #ea7d7d;
	color: #fff;
	line-height: 24px;
	text-align: center;
	margin-right: 3px
}

.sweet-alert .sa-error-container p {
	display: inline-block
}

.sweet-alert .sa-input-error {
	position: absolute;
	top: 29px;
	right: 26px;
	width: 20px;
	height: 20px;
	opacity: 0;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .1s;
	transition: all .1s
}

.sweet-alert .sa-input-error::after,
.sweet-alert .sa-input-error::before {
	content: "";
	width: 20px;
	height: 6px;
	background-color: #f06e57;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 50%;
	margin-left: -9px
}

.sweet-alert .sa-input-error::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.sweet-alert .sa-input-error::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sweet-alert .sa-input-error.show {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.sweet-alert input {
	width: 100%;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #d7d7d7;
	height: 43px;
	margin-top: 10px;
	margin-bottom: 17px;
	font-size: 18px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
	padding: 0 12px;
	display: none;
	-webkit-transition: all .3s;
	transition: all .3s
}

.sweet-alert input:focus {
	outline: 0;
	box-shadow: 0 0 3px #c4e6f5;
	border: 1px solid #b4dbed
}

.sweet-alert input:focus::-moz-placeholder {
	transition: opacity .3s 30ms ease;
	opacity: .5
}

.sweet-alert input:focus:-ms-input-placeholder {
	transition: opacity .3s 30ms ease;
	opacity: .5
}

.sweet-alert input:focus::-webkit-input-placeholder {
	transition: opacity .3s 30ms ease;
	opacity: .5
}

.sweet-alert input::-moz-placeholder {
	color: #bdbdbd
}

.sweet-alert input:-ms-input-placeholder {
	color: #bdbdbd
}

.sweet-alert input::-webkit-input-placeholder {
	color: #bdbdbd
}

.sweet-alert.show-input input {
	display: block
}

.sweet-alert .sa-confirm-button-container {
	display: inline-block;
	position: relative
}

.sweet-alert .la-ball-fall {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -27px;
	margin-top: 4px;
	opacity: 0;
	visibility: hidden
}

.sweet-alert button {
	color: #fff;
	border: none;
	font-size: 17px;
	font-weight: 500;
	-webkit-border-radius: 4px;
	border-radius: 5px;
	padding: 10px 32px;
	margin: 26px 5px 0;
	cursor: pointer
}

.sweet-alert button:focus {
	outline: 0;
	box-shadow: 0 0 2px rgba(128, 179, 235, .5), inset 0 0 0 1px rgba(0, 0, 0, .05)
}

.sweet-alert button:hover {
	background-color: #7ecff4
}

.sweet-alert button:active {
	background-color: #5dc2f1
}

.sweet-alert button.cancel {
	background-color: #C1C1C1
}

.sweet-alert button.cancel:hover {
	background-color: #b9b9b9
}

.sweet-alert button.cancel:active {
	background-color: #a8a8a8
}

.sweet-alert button.cancel:focus {
	box-shadow: rgba(197, 205, 211, .8) 0 0 2px, rgba(0, 0, 0, .0470588) 0 0 0 1px inset!important
}

.sweet-alert button[disabled] {
	opacity: .6;
	cursor: default
}

.sweet-alert button.confirm[disabled] {
	color: transparent
}

.sweet-alert button.confirm[disabled]~.la-ball-fall {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s
}

.sweet-alert button::-moz-focus-inner {
	border: 0
}

.sweet-alert[data-has-cancel-button=false] button {
	box-shadow: none!important
}

.WebShowHighlighted,
.WebShowHighlighted .slide-in-out,
.slide-in-out-btn {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .2)
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
	padding-bottom: 40px
}

.sweet-alert .sa-icon {
	width: 80px;
	height: 80px;
	border: 4px solid gray;
	-webkit-border-radius: 40px;
	border-radius: 50%;
	margin: 20px auto;
	padding: 0;
	position: relative;
	box-sizing: content-box
}

.sweet-alert .sa-icon.sa-error {
	border-color: #F27474
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
	position: relative;
	display: block
}

.sweet-alert .sa-icon.sa-error .sa-line {
	position: absolute;
	height: 5px;
	width: 47px;
	background-color: #F27474;
	display: block;
	top: 37px;
	border-radius: 2px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 17px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 16px
}

.sweet-alert .sa-icon.sa-warning {
	border-color: #F8BB86
}

.sweet-alert .sa-icon.sa-warning .sa-body {
	position: absolute;
	width: 5px;
	height: 47px;
	left: 50%;
	top: 10px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-left: -2px;
	background-color: #F8BB86
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
	position: absolute;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-left: -3px;
	left: 50%;
	bottom: 10px;
	background-color: #F8BB86
}

.sweet-alert .sa-icon.sa-info::after,
.sweet-alert .sa-icon.sa-info::before {
	content: "";
	background-color: #C9DAE1;
	position: absolute
}

.sweet-alert .sa-icon.sa-info {
	border-color: #C9DAE1
}

.sweet-alert .sa-icon.sa-info::before {
	width: 5px;
	height: 29px;
	left: 50%;
	bottom: 17px;
	border-radius: 2px;
	margin-left: -2px
}

.sweet-alert .sa-icon.sa-info::after {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-left: -3px;
	top: 19px
}

.sweet-alert .sa-icon.sa-success {
	border-color: #A5DC86
}

.sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success::before {
	content: '';
	position: absolute;
	width: 60px;
	height: 120px;
	background: #fff
}

.sweet-alert .sa-icon.sa-success::before {
	-webkit-border-radius: 120px 0 0 120px;
	border-radius: 120px 0 0 120px;
	top: -7px;
	left: -33px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px
}

.sweet-alert .sa-icon.sa-success::after {
	-webkit-border-radius: 0 120px 120px 0;
	border-radius: 0 120px 120px 0;
	top: -11px;
	left: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 60px;
	transform-origin: 0 60px
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
	width: 80px;
	height: 80px;
	border: 4px solid rgba(165, 220, 134, .2);
	-webkit-border-radius: 40px;
	border-radius: 50%;
	box-sizing: content-box;
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-fix {
	width: 5px;
	height: 90px;
	background-color: #fff;
	position: absolute;
	left: 28px;
	top: 8px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line {
	height: 5px;
	background-color: #A5DC86;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
	width: 25px;
	left: 14px;
	top: 46px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
	width: 47px;
	right: 8px;
	top: 38px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-custom {
	background-size: contain;
	border-radius: 0;
	border: none;
	background-position: center center;
	background-repeat: no-repeat
}

@-webkit-keyframes showSweetAlert {
	0% {
		transform: scale(.7);
		-webkit-transform: scale(.7)
	}
	45% {
		transform: scale(1.05);
		-webkit-transform: scale(1.05)
	}
	80% {
		transform: scale(.95);
		-webkit-transform: scale(.95)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes showSweetAlert {
	0% {
		transform: scale(.7);
		-webkit-transform: scale(.7)
	}
	45% {
		transform: scale(1.05);
		-webkit-transform: scale(1.05)
	}
	80% {
		transform: scale(.95);
		-webkit-transform: scale(.95)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@-webkit-keyframes hideSweetAlert {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	100% {
		transform: scale(.5);
		-webkit-transform: scale(.5)
	}
}

@keyframes hideSweetAlert {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	100% {
		transform: scale(.5);
		-webkit-transform: scale(.5)
	}
}

@-webkit-keyframes slideFromTop {
	0% {
		top: 0
	}
	100% {
		top: 50%
	}
}

@keyframes slideFromTop {
	0% {
		top: 0
	}
	100% {
		top: 50%
	}
}

@-webkit-keyframes slideToTop {
	0% {
		top: 50%
	}
	100% {
		top: 0
	}
}

@keyframes slideToTop {
	0% {
		top: 50%
	}
	100% {
		top: 0
	}
}

@-webkit-keyframes slideFromBottom {
	0% {
		top: 70%
	}
	100% {
		top: 50%
	}
}

@keyframes slideFromBottom {
	0% {
		top: 70%
	}
	100% {
		top: 50%
	}
}

@-webkit-keyframes slideToBottom {
	0% {
		top: 50%
	}
	100% {
		top: 70%
	}
}

@keyframes slideToBottom {
	0% {
		top: 50%
	}
	100% {
		top: 70%
	}
}

.showSweetAlert[data-animation=pop] {
	-webkit-animation: showSweetAlert .3s;
	animation: showSweetAlert .3s
}

.showSweetAlert[data-animation=none] {
	-webkit-animation: none;
	animation: none
}

.showSweetAlert[data-animation=slide-from-top] {
	-webkit-animation: slideFromTop .3s;
	animation: slideFromTop .3s
}

.showSweetAlert[data-animation=slide-from-bottom] {
	-webkit-animation: slideFromBottom .3s;
	animation: slideFromBottom .3s
}

.hideSweetAlert[data-animation=pop] {
	-webkit-animation: hideSweetAlert .2s;
	animation: hideSweetAlert .2s
}

.hideSweetAlert[data-animation=none] {
	-webkit-animation: none;
	animation: none
}

.hideSweetAlert[data-animation=slide-from-top] {
	-webkit-animation: slideToTop .4s;
	animation: slideToTop .4s
}

.hideSweetAlert[data-animation=slide-from-bottom] {
	-webkit-animation: slideToBottom .3s;
	animation: slideToBottom .3s
}

@-webkit-keyframes animateSuccessTip {
	0%,
	54% {
		width: 0;
		left: 1px;
		top: 19px
	}
	70% {
		width: 50px;
		left: -8px;
		top: 37px
	}
	84% {
		width: 17px;
		left: 21px;
		top: 48px
	}
	100% {
		width: 25px;
		left: 14px;
		top: 45px
	}
}

@keyframes animateSuccessTip {
	0%,
	54% {
		width: 0;
		left: 1px;
		top: 19px
	}
	70% {
		width: 50px;
		left: -8px;
		top: 37px
	}
	84% {
		width: 17px;
		left: 21px;
		top: 48px
	}
	100% {
		width: 25px;
		left: 14px;
		top: 45px
	}
}

@-webkit-keyframes animateSuccessLong {
	0%,
	65% {
		width: 0;
		right: 46px;
		top: 54px
	}
	84% {
		width: 55px;
		right: 0;
		top: 35px
	}
	100% {
		width: 47px;
		right: 8px;
		top: 38px
	}
}

@keyframes animateSuccessLong {
	0%,
	65% {
		width: 0;
		right: 46px;
		top: 54px
	}
	84% {
		width: 55px;
		right: 0;
		top: 35px
	}
	100% {
		width: 47px;
		right: 8px;
		top: 38px
	}
}

@-webkit-keyframes rotatePlaceholder {
	0%,
	5% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg)
	}
	100%,
	12% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg)
	}
}

@keyframes rotatePlaceholder {
	0%,
	5% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg)
	}
	100%,
	12% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg)
	}
}

.animateSuccessTip {
	-webkit-animation: animateSuccessTip .75s;
	animation: animateSuccessTip .75s
}

.animateSuccessLong {
	-webkit-animation: animateSuccessLong .75s;
	animation: animateSuccessLong .75s
}

.sa-icon.sa-success.animate::after {
	-webkit-animation: rotatePlaceholder 4.25s ease-in;
	animation: rotatePlaceholder 4.25s ease-in
}

@-webkit-keyframes animateErrorIcon {
	0% {
		transform: rotateX(100deg);
		-webkit-transform: rotateX(100deg);
		opacity: 0
	}
	100% {
		transform: rotateX(0);
		-webkit-transform: rotateX(0);
		opacity: 1
	}
}

@keyframes animateErrorIcon {
	0% {
		transform: rotateX(100deg);
		-webkit-transform: rotateX(100deg);
		opacity: 0
	}
	100% {
		transform: rotateX(0);
		-webkit-transform: rotateX(0);
		opacity: 1
	}
}

.animateErrorIcon {
	-webkit-animation: animateErrorIcon .5s;
	animation: animateErrorIcon .5s
}

@-webkit-keyframes animateXMark {
	0%,
	50% {
		transform: scale(.4);
		-webkit-transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}
	80% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
		margin-top: -6px
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		margin-top: 0;
		opacity: 1
	}
}

@keyframes animateXMark {
	0%,
	50% {
		transform: scale(.4);
		-webkit-transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}
	80% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
		margin-top: -6px
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		margin-top: 0;
		opacity: 1
	}
}

.animateXMark {
	-webkit-animation: animateXMark .5s;
	animation: animateXMark .5s
}

@-webkit-keyframes pulseWarning {
	0% {
		border-color: #F8D486
	}
	100% {
		border-color: #F8BB86
	}
}

@keyframes pulseWarning {
	0% {
		border-color: #F8D486
	}
	100% {
		border-color: #F8BB86
	}
}

.pulseWarning {
	-webkit-animation: pulseWarning .75s infinite alternate;
	animation: pulseWarning .75s infinite alternate
}

@-webkit-keyframes pulseWarningIns {
	0% {
		background-color: #F8D486
	}
	100% {
		background-color: #F8BB86
	}
}

@keyframes pulseWarningIns {
	0% {
		background-color: #F8D486
	}
	100% {
		background-color: #F8BB86
	}
}

.pulseWarningIns {
	-webkit-animation: pulseWarningIns .75s infinite alternate;
	animation: pulseWarningIns .75s infinite alternate
}

@-webkit-keyframes rotate-loading {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

@keyframes rotate-loading {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
	-ms-transform: rotate(45deg)\9
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
	-ms-transform: rotate(-45deg)\9
}

.sweet-alert .sa-icon.sa-success {
	border-color: transparent\9
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
	-ms-transform: rotate(45deg)\9
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
	-ms-transform: rotate(-45deg)\9
}


/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */

.la-ball-fall,
.la-ball-fall>div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*,
.WebShowHighlighted {
	box-sizing: border-box
}

.la-ball-fall {
	display: block;
	font-size: 0;
	color: #fff;
	width: 54px;
	height: 18px
}

.la-ball-fall.la-dark {
	color: #333
}

.la-ball-fall>div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor;
	width: 10px;
	height: 10px;
	margin: 4px;
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: ball-fall 1s ease-in-out infinite;
	-moz-animation: ball-fall 1s ease-in-out infinite;
	-o-animation: ball-fall 1s ease-in-out infinite;
	animation: ball-fall 1s ease-in-out infinite
}

.la-ball-fall>div:nth-child(1) {
	-webkit-animation-delay: -.2s;
	-moz-animation-delay: -.2s;
	-o-animation-delay: -.2s;
	animation-delay: -.2s
}

.la-ball-fall>div:nth-child(2) {
	-webkit-animation-delay: -.1s;
	-moz-animation-delay: -.1s;
	-o-animation-delay: -.1s;
	animation-delay: -.1s
}

.la-ball-fall>div:nth-child(3) {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s
}

.la-ball-fall.la-sm {
	width: 26px;
	height: 8px
}

.la-ball-fall.la-sm>div {
	width: 4px;
	height: 4px;
	margin: 2px
}

.la-ball-fall.la-2x {
	width: 108px;
	height: 36px
}

.la-ball-fall.la-2x>div {
	width: 20px;
	height: 20px;
	margin: 8px
}

.la-ball-fall.la-3x {
	width: 162px;
	height: 54px
}

.la-ball-fall.la-3x>div {
	width: 30px;
	height: 30px;
	margin: 12px
}

@-webkit-keyframes ball-fall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-145%);
		transform: translateY(-145%)
	}
	10%,
	90% {
		opacity: .5
	}
	20%,
	80% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(145%);
		transform: translateY(145%)
	}
}

@-moz-keyframes ball-fall {
	0% {
		opacity: 0;
		-moz-transform: translateY(-145%);
		transform: translateY(-145%)
	}
	10%,
	90% {
		opacity: .5
	}
	20%,
	80% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(145%);
		transform: translateY(145%)
	}
}

@-o-keyframes ball-fall {
	0% {
		opacity: 0;
		-o-transform: translateY(-145%);
		transform: translateY(-145%)
	}
	10%,
	90% {
		opacity: .5
	}
	20%,
	80% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-o-transform: translateY(145%);
		transform: translateY(145%)
	}
}

@keyframes ball-fall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-145%);
		-moz-transform: translateY(-145%);
		-o-transform: translateY(-145%);
		transform: translateY(-145%)
	}
	10%,
	90% {
		opacity: .5
	}
	20%,
	80% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(145%);
		-moz-transform: translateY(145%);
		-o-transform: translateY(145%);
		transform: translateY(145%)
	}
}

.sa-button-container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center
}

.sa-button-container .cancel {
	-webkit-order: 2;
	order: 2
}

.sa-button-container .sa-confirm-button-container {
	-webkit-order: 1;
	order: 1
}


/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

html {
	color: #222;
	font-size: 1em
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none
}

::selection {
	background: #b3d4fc;
	text-shadow: none
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

textarea {
	resize: vertical
}

.browserupgrade {
	margin: .2em 0;
	background: #ccc;
	color: #000;
	padding: .2em 0
}

@font-face {
	font-family: 'Open Sans';
	src: url(../fonts/OpenSans.eot);
	src: url(../fonts/OpenSans.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans.woff) format('woff'), url(../fonts/OpenSans.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}

body {
	background: #fff;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	margin: 0!important
}

body.OpenSans {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px
}

body.OpenSans .vres-btn {
	font-size: 12px
}

body.OpenSans .curr_lbl a {
	padding: 10px 6px 9px
}

body.OpenSans .show-price-wrap .shPwrap a.shpriceBtn {
	font-size: 13px;
	padding: 10px 6px
}

body.OpenSans .closest_dates {
	padding: 3px 5px
}

body.OpenSans .vrt-links a.promo-code-icon {
	padding: 2px 4px
}

body.OpenSans .div_compare span.compareroom {
	padding: 0 0 3px
}

body.OpenSans .vres-add-div .vres-chk-box.ac-age .vres-select~span {
	bottom: 0
}

body.DroidSans .vres-roombooked ul li p,
body.OpenSans .vres-roombooked ul li p,
body.Roboto .vres-roombooked ul li p {
	bottom: 5px
}

body.OpenSans .moreless_div a:first-child,
body.OpenSans .moreless_div a:last-child {
	padding: 6px 12px
}

body.OpenSans .vres_detail_links {
	padding-top: 0
}

body.OpenSans span.filt-head {
	padding: 9px 15px
}

body.OpenSans .vres-roombooked ul li i.fa.fa-close {
	top: 6px
}

body.OpenSans .vres-modal1-header a.cls {
	padding: 14px 10px
}

body.OpenSans .filter-div .filter-head h4 a.resetall {
	margin-top: 5px
}

body.OpenSans .filter-div .filter-head h4 a.resetall::after {
	top: 2px
}

body.OpenSans .filt-cnt {
	padding: 10px
}

body.OpenSans .vres-rdo-gro input[type=radio] {
	top: 3px
}

body.OpenSans .filt-wrap .showhide_filter_pnl {
	padding: 9px 14px
}

body.OpenSans #am_list .vres-chk-box input[type=checkbox],
body.OpenSans #filter_highlight .vres-chk-box input[type=checkbox] {
	top: 6px
}

body.OpenSans .review-cnt div.reviews-para i,
body.OpenSans .vres-check-gro .vres-chk-box input[type=checkbox] {
	top: 3px
}

body.OpenSans .vres_bhk_pos .full-bar-wrapper .input-daterange label p {
	margin-bottom: 0
}

body.OpenSans .filter-bk_summery p {
	padding: 8px 15px
}

body.OpenSans .pay-chkInOut2 input {
	padding: 4px 10px
}

body.OpenSans .extra_ser_section .extra-rate-pay p span:last-child {
	margin-top: 8px;
	margin-bottom: 8px
}

body.OpenSans .guest-info h4 .sign_in_btn {
	padding: 6px 15px
}

body.OpenSans .payment-roomDetail .specialRe-wrap a {
	padding: 6px 22px 6px 7px
}

body.OpenSans .spe_reqBtn::before,
body.OpenSans .spe_reqBtnMin::before {
	right: 6px
}

body.OpenSans .bk-total_wrap .vres-btn {
	padding: 12px 25px
}

body.OpenSans .pay-chkInOut2,
body.OpenSans .pay-chkInOut_wrap .pay-chkInOut,
body.OpenSans .pay-rm_detail p,
body.OpenSans .prop_address,
body.OpenSans .total-paybleRm {
	padding: 0 10px
}

body.OpenSans .payment-card h3 {
	padding: 10px 10px 5px
}

body.OpenSans .pay-booking_summery h4,
body.OpenSans .total-paybleRm h3 {
	padding: 10px
}

body.OpenSans .total-paybleRm .persistPrice {
	padding: 0 0 10px
}

body.OpenSans .promo-code-sved,
body.OpenSans .total-paybleRm .persistPrice .curr_div {
	padding: 10px 10px 0
}

body.OpenSans .vrt-links a.promo-code-icon .promo_offer_deal {
	line-height: 1.3
}

body.OpenSans .payment-card {
	padding-bottom: 10px
}

body.OpenSans .total-paybleRm h3 {
	margin: 0 -20px
}

body.OpenSans .review-tags ul li {
	padding: 4px 10px 4px 20px
}

body.OpenSans .helpful-sect div .help-review {
	padding: 5px 10px 6px
}

body.OpenSans .review-prof h4 small b {
	margin-top: 4px
}

body.OpenSans .res-nowrap .bkListinline select {
	width: 140px!important
}

body.OpenSans .res-fromDate .txtbox {
	width: 100px!important
}

body.OpenSans .acc-rdo-wrap {
	padding-top: 5px
}

body.OpenSans .rating-wrap p span.ranking_content {
	padding: 5px 8px;
	width: 100px!important
}

body.OpenSans .rdo-wrap label span::before {
	top: 4px
}

body.OpenSans .rdo-wrap label span::after {
	top: 8px
}

body.OpenSans #checkavail-modal1 label {
	padding: 6px 15px 9px
}

body.OpenSans #checkavail-modal1 input {
	padding: 5px 10px 5px 27px;
	width: 115px
}

body.OpenSans .availcal-input span {
	top: 8px;
	left: 93px
}

body.OpenSans .vrt-links a.just-bk_info {
	padding: 2px 4px 4px
}

body.OpenSans .vres-bcdescription {
	font-size: 15px
}

body.OpenSans .curr_lbl p {
	padding: 10px 6px 9px;
	font-size: 13px
}

body.OpenSans .vres-checkavail label {
	font-size: 12px
}

body.OpenSans .card-list .vrmprice strong {
	font-size: 24px
}

body.OpenSans .vres-cnt-card .card-list h3 {
	font-size: 18px
}

body.OpenSans .user_alert {
	font-size: 14px
}

body.OpenSans .subhead-btn {
	font-size: 14px;
	padding: 7px 20px
}

body.OpenSans .vres-check-wrap .vres_promo-btn .btn-txt i {
	top: 12px
}

body.DroidSans .rdo-wrap label span::before,
body.DroidSans .vres-check-gro .vres-chk-box input[type=checkbox] {
	top: 2px
}

body.OpenSans .vres-helpup .vres-helpbtn {
	padding: 4px 0
}

body.OpenSans .vres-check-wrap .vres_promo-btn {
	font-size: 13px
}

body.OpenSans .vres-navright ul.vres-navbar>li a {
	font-size: 13px;
	padding: 17px 16px 6px
}

body.OpenSans .vres-navright ul.vres-navbar>li a#cur_btn_wrap,
body.OpenSans .vres-navright ul.vres-navbar>li#ofr-btn a,
body.OpenSans .vres-navright ul.vres-navbar>li.vres-lang-btn a {
	padding: 30px 15px 8px
}

body.OpenSans .no-roomdiv h3 {
	font-size: 22px
}

body.OpenSans .vrt-links a.promo-code-icon {
	font-size: 10px
}

body.OpenSans .vrt-links a.promo-code-icon i {
	font-size: 12px
}

body.OpenSans .vres-bcmsg h4 {
	font-size: 22px
}

body.DroidSans,
body.DroidSans .curr_lbl p {
	font-size: 13px
}

@font-face {
	font-family: 'Droid Sans';
	src: url(../fonts/DroidSans.eot);
	src: url(../fonts/DroidSans.eot?#iefix) format('embedded-opentype'), url(../fonts/DroidSans.woff) format('woff'), url(../fonts/DroidSans.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Droid Sans';
	src: url(../fonts/DroidSans-Bold.eot);
	src: url(../fonts/DroidSans-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/DroidSans-Bold.woff) format('woff'), url(../fonts/DroidSans-Bold.ttf) format('truetype');
	font-weight: 700;
	font-style: normal
}

body.DroidSans {
	font-family: 'Droid Sans', sans-serif
}

body.DroidSans .curr_lbl a {
	padding: 10px 6px 9px
}

body.DroidSans .show-price-wrap .shPwrap a.shpriceBtn {
	padding: 10px 6px
}

body.DroidSans .vres-checkavail label {
	font-size: 12px
}

body.DroidSans .filt-cnt {
	padding: 10px
}

body.DroidSans .moreless_div a:last-child {
	padding: 7px 12px 6px
}

body.DroidSans .moreless_div a:first-child {
	padding: 6px 12px
}

body.DroidSans .vres-modal1-header a.cls {
	padding: 14px 10px
}

body.DroidSans .subhead-btn {
	font-size: 15px
}

body.DroidSans .extra_ser_section .extra-rate-pay p span:last-child {
	margin-top: 5px
}

body.DroidSans .payment-roomDetail .specialRe-wrap {
	width: 152px
}

body.DroidSans .review-tags ul li {
	padding: 5px 10px 5px 20px
}

body.DroidSans .helpful-sect div .help-review {
	padding: 5px 10px
}

body.DroidSans .res-nowrap .bkListinline select {
	width: 140px!important
}

body.DroidSans .res-fromDate .txtbox {
	width: 100px!important
}

body.DroidSans .acc-rdo-wrap {
	padding-top: 5px
}

body.DroidSans .rdo-wrap label span::after {
	top: 6px
}

body.DroidSans #checkavail-modal1 label {
	padding: 8px 15px 9px
}

body.DroidSans #checkavail-modal1 input {
	padding: 5px 10px 5px 37px
}

body.DroidSans .vrt-links a.just-bk_info {
	padding: 3px 4px
}

body.DroidSans .vres-bcdescription {
	font-size: 16px
}

@font-face {
	font-family: Roboto;
	src: url(../fonts/Roboto-Medium.eot);
	src: url(../fonts/Roboto-Medium.eot?#iefix) format('embedded-opentype'), url(../fonts/Roboto-Medium.woff) format('woff'), url(../fonts/Roboto-Medium.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Roboto;
	src: url(../fonts/Roboto-Regular.eot);
	src: url(../fonts/Roboto-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Roboto-Regular.woff) format('woff'), url(../fonts/Roboto-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}

body.Roboto {
	font-family: Roboto, sans-serif
}

body.Roboto .curr_lbl a {
	padding: 10px 6px 9px;
	font-size: 13px
}

body.Roboto .shPwrap-title {
	font-size: 13px
}

body.Roboto .curr_lbl p,
body.Roboto .show-price-wrap .shPwrap a.shpriceBtn {
	font-size: 13px;
	padding: 10px 6px
}

body.Roboto .subhead-btn-bg {
	padding: 7px 20px
}

body.Roboto .subhead-btn {
	font-size: 17px
}

body.Roboto .filt-cnt {
	padding: 10px
}

body.Roboto .vres-check-gro .vres-chk-box input[type=checkbox] {
	top: 2px
}

body.Roboto .vres-modal1-header a.cls {
	padding: 15px 10px
}

body.Roboto .moreless_div a:last-child {
	padding: 7px 12px 6px
}

body.Roboto .moreless_div a:first-child {
	padding: 6px 12px
}

body.Roboto .div_compare .compare_toggle_btn2 {
	margin-top: 4px
}

body.Roboto .vres_bhk_pos .full-bar-wrapper .input-daterange label p {
	margin-bottom: 0
}

body.Roboto .extra_ser_section .extra-rate-pay p span:last-child {
	margin-top: 5px
}

body.Roboto .payment-roomDetail .specialRe-wrap {
	width: 152px
}

body.Roboto .vrt-links a.promo-code-icon {
	padding: 3px 4px 2px
}

body.Roboto .review-tags ul li {
	padding: 5px 10px 5px 20px
}

body.Roboto .helpful-sect div .help-review {
	padding: 5px 10px
}

body.Roboto .review-cnt div.reviews-para i {
	top: 3px
}

body.Roboto .rating-wrap p span.ranking_content {
	width: 100px!important
}

body.Roboto #checkavail-modal1 .availcal-input input {
	width: 110px;
	padding: 7px 10px 5px 35px
}

body.Roboto #checkavail-modal1 label {
	padding: 8px 15px 9px
}

body.Roboto .closest_dates {
	padding: 3px 5px
}

body.Roboto .vres-bcdescription {
	font-size: 16px
}

@font-face {
	font-family: SourceSansProRegular;
	src: url(fonts/SourceSansPro-Regular-webfont.eot);
	src: url(fonts/SourceSansPro-Regular-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/SourceSansPro-Regular-webfont.woff) format('woff'), url(../fonts/SourceSansPro-Regular-webfont.ttf) format('truetype'), url(../fonts/SourceSansPro-Semibold.ttf) format('truetype'), url(fonts/SourceSansPro-Semibold.otf) format('otf'), url(../fonts/SourceSansPro-Regular-webfont.svg#SourceSansProRegular) format('svg');
	font-weight: 400;
	font-style: normal
}

.mt0 {
	margin-top: 0!important
}

.WebShowHighlighted {
	position: fixed;
	left: 0;
	top: calc(50% - 210px);
	display: inline-flex;
	flex-flow: column;
	flex: 1 0 auto;
	border-radius: 0 5px 5px 0;
	width: 300px;
	background: #fff;
	-webkit-transition: all .5s cubic-bezier(.27, .05, .25, 1);
	-ms-transition: all .5s cubic-bezier(.27, .05, .25, 1);
	transition: all .5s cubic-bezier(.27, .05, .25, 1);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 105
}

.WebShowHighlighted.open {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.WebShowHighlighted .model-main-content {
	padding: 20px;
	text-align: left
}

.WebShowHighlighted h3 {
	margin: 15px 0 0;
	font-size: 18px;
	text-transform: uppercase
}

.WebShowHighlighted img {
	opacity: .2;
	display: block;
	margin: auto
}

.WebShowHighlighted p {
	margin: 0 0 20px;
	padding-top: 20px;
	font-size: 13px;
	color: #888
}

.WebShowHighlighted .checklist {
	margin: 0;
	padding: 0 0 15px;
	text-align: left;
	list-style: none
}

.WebShowHighlighted .checklist li {
	position: relative;
	padding-left: 25px;
	font-size: 13px;
	font-weight: 600;
	color: #278cd5;
	line-height: 18px
}

.WebShowHighlighted .checklist li+li {
	margin-top: 12px
}

.WebShowHighlighted .checklist li:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 15px;
	height: 15px;
	background: #fcfff4;
	border: 1px solid #278cd5
}

.WebShowHighlighted .checklist li:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 4px;
	width: 8px;
	height: 4px;
	border: 1px solid #278cd5;
	border-top: none;
	border-right: none;
	background: 0 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1
}

.WebShowHighlighted .btn-shw {
	width: 100%;
	height: 48px;
	border: none;
	background: #2196F3;
	border-radius: 0 0 5px 5px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	line-height: 48px;
	text-decoration: none
}

.WebShowHighlighted .btn-shw:hover {
	background: #34a5ff
}

.WebShowHighlighted .toggle-sidebar {
	text-align: center
}

.WebShowHighlighted .slide-in-out {
	position: absolute;
	top: calc(50% - 40px);
	right: -40px;
	width: 40px;
	height: 60px;
	background: #fff;
	border-radius: 0 5px 5px 0;
	cursor: pointer
}

.WebShowHighlighted .slide-in-out:before {
	content: "";
	position: absolute;
	display: inline-block;
	top: calc(50% - 7px);
	margin-left: -10px;
	padding: 6px;
	border: solid #666;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.WebShowHighlighted.open .slide-in-out:before {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-left: -5px;
	margin-top: -1px
}

.WebShowHighlighted .slide-in-out:after {
	content: '';
	position: absolute;
	left: -15px;
	width: 15px;
	height: 100%;
	background: #fff
}

.slide-in-out-btn {
	position: absolute;
	top: calc(50% - 40px);
	left: 0;
	width: 40px;
	height: 60px;
	background: #fff;
	border-radius: 0 5px 5px 0
}

.slide-in-out-btn:before {
	content: "";
	position: absolute;
	display: inline-block;
	top: calc(50% - 9px);
	margin-left: -4px;
	padding: 6px;
	border: solid #666;
	border-width: 0 1px 1px 0;
	transform: rotate(135deg)
}

.slide-in-out-btn:after {
	content: '';
	position: absolute;
	left: -15px;
	width: 15px;
	height: 100%;
	background: #fff
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.row,
.vres-subhead-nav,
.vres_header {
	position: relative
}

body.SourceSansProRegular {
	font-family: SourceSansProRegular
}

.container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto
}

.row {
	padding: 0 15px;
	float: left;
	width: 100%
}

.vres_header {
	float: left;
	width: 100%;
	min-height: 58px;
	z-index: 1031;
	max-height: 58px
}

.page-wrapper {
	float: left;
	width: 100%
}

.vres-logo {
	float: left;
	padding: 10px 0;
	max-width: 520px
}

.vres-logo a {
	display: inline-block;
	text-decoration: none
}

.vres-logo a .brandname {
	margin: 0;
	font-weight: 400;
	padding: 8px 0;
	color: #fff
}

.vres-logo a img {
	max-height: 80px
}

.vres-subhead-nav {
	right: 0;
	top: 0;
	height: 100%;
	float: right;
	text-align: right
}

.vres-subhead-nav ul.vres-navbar {
	margin: 0;
	padding: 0;
	float: right
}

.vres-subhead-nav ul.vres-navbar>li {
	list-style: none;
	padding: 0 10px;
	margin: 0;
	display: inline-block;
	text-align: left;
	border-right: 1px solid rgba(255, 255, 255, .1)
}

.vres-subhead-nav ul.vres-navbar>li a {
	float: right;
	color: rgba(255, 255, 255, .8);
	padding: 7px 0;
	font-size: 14px;
	text-decoration: none
}

.vres-subhead-nav ul.vres-navbar>li+li {
	margin-left: -5px
}

.vres-subhead-nav ul.vres-navbar>li:last-child {
	border-right: 0 solid rgba(255, 255, 255, .1)
}

.vres-subhead-nav ul.vres-navbar>li label {
	color: rgba(255, 255, 255, .6);
	display: block;
	font-size: 11px;
	text-decoration: none
}

.subhead-btn,
.subhead-btn-bg {
	color: #fff;
	display: inline-block
}

.full-bar-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12000
}

.backdiv,
.vres-bar,
.vres-navright {
	position: relative
}

.vres-bar {
	width: 100%;
	float: left
}

.backdiv {
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1
}

.ad-rm {
	width: 100px;
	text-align: center;
	margin-left: 0!important
}

.subhead-btn {
	padding: 20px 19px 19px;
	font-size: 18px;
	text-decoration: none;
	background: #2dac45;
	border-radius: 3px
}

.subhead-btn+.subhead-btn {
	margin-left: -5px
}

.subhead-btn-bg {
	background: #2DAC45;
	padding: 8px 20px;
	vertical-align: bottom;
	margin-bottom: 4px
}

.sum-btn {
	background: #696edb;
	padding: 20px 25px 19px!important
}

.vres-navright {
	right: 0;
	top: 0;
	float: right;
	text-align: right
}

.vres-navright ul.vres-navbar {
	margin: 0;
	padding: 0;
	float: right;
	vertical-align: middle
}

#ofr-btn {
	float: right;
	vertical-align: middle
}

#ofr-btn .offer-btn {
	padding: 10px 19px;
	float: right;
	position: relative;
	border-left: 1px solid rgba(255, 255, 255, .2);
	border-right: 1px solid rgba(255, 255, 255, .2);
	text-decoration: none
}

#ofr-btn .offer-btn .fa-certificate {
	font-size: 38px;
	color: #ffd800;
	text-shadow: 0 3px 0 rgba(0, 0, 0, .4)
}

#ofr-btn .offer-btn .fa-percent {
	position: absolute;
	font-size: 16px;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -6px;
	color: #db3737
}

#ofr-btn .offer-btn:-moz-any-link {
	padding: 10px 19px
}

#ofr-btn .offer-btn:focus,
#ofr-btn .offer-btn:hover {
	outline: 0
}

.vres-navright ul.vres-navbar>li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table-cell;
	float: left;
	position: relative;
	border-left: 1px solid rgba(255, 255, 255, .2)
}

.vres-navright ul.vres-navbar>li.vres-lang-btn em {
	margin-left: 10px
}

.vres-navright ul.vres-navbar>li a {
	color: #fff;
	float: left;
	font-size: 14px;
	line-height: 1.5;
	padding: 16px 16px 6px;
	position: relative;
	min-width: 60px;
	text-align: center;
	text-decoration: none
}

.vres-navright ul.vres-navbar>li .vres-cur-label.open>a,
.vres-navright ul.vres-navbar>li.open>a {
	color: #5C1111
}

.vres-navright ul.vres-navbar>li a:-moz-any-link {
	padding: 14px 16px 8px
}

.vres-navright ul.vres-navbar>li a em {
	display: block;
	margin-top: -3px;
	font-size: 18px;
	vertical-align: middle;
	padding-right: 2px
}

.cal-size {
	font-size: 16px!important;
	margin-bottom: 2px
}

.vres-navright ul.vres-navbar>li a img {
	display: inline-block;
	margin: 0 auto 1px;
	vertical-align: middle;
	padding-right: 2px
}

.vres-apply {
	margin-left: 10px
}

#filter-btn {
	font-size: 14px
}

.vres-apply input[type=text] {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .33);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .33);
	border: 0
}

.vres-navright ul.vres-navbar>li:hover {
	background: rgba(0, 0, 0, .2)
}

.vres-navright ul.vres-navbar>li .vres-cur-label.open,
.vres-navright ul.vres-navbar>li.open {
	background: #fff!important
}

.login-drop-btn {
	padding: 8px!important
}

.vres-navright ul.vres-navbar>li>ul.vres-dropdown {
	position: absolute;
	min-width: 150px;
	right: 1px;
	padding: 0;
	background: #fff;
	display: none;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .33);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .33);
	border-radius: 0 0 3px 3px;
	z-index: 12000
}

.vres-navright ul.vres-navbar>li>ul.vres-dropdown li {
	list-style: none;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.vres-navright ul.vres-navbar>li>ul.vres-dropdown li:last-child {
	border-bottom: 0
}

.vres-navright ul.vres-navbar>li>ul.vres-dropdown li a {
	font-size: 15px;
	padding: 12px 15px;
	display: block;
	text-align: left;
	color: #323574
}

.vres-navright ul.vres-navbar>li.vres-lang-btn>ul.vres-dropdown li a {
	font-size: 12px;
	padding: 6px 9px
}

.vres-navright ul.vres-navbar>li>ul.vres-dropdown li a img {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 5px
}

.vres-navright ul.vres-navbar>li>ul.vres-dropdown li a:hover {
	background: #f8f8f8
}

.vres-navright .vres-resmenu {
	position: relative;
	vertical-align: middle
}

.vres-navright .vres-resmenu a {
	font-size: 18px;
	text-align: center;
	width: 60px;
	padding: 16px 0;
	color: #fff;
	display: none
}

.vres-hid {
	display: inline-block!important
}

.vres-resmenu ul.vres-nav-inner {
	position: absolute;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .33);
	top: 59px;
	width: 130px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 12000;
	right: 0;
	border-radius: 0 0 3px 3px;
	display: none
}

.vres-resmenu ul.vres-nav-inner li {
	list-style: none;
	border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.vres-resmenu ul.vres-nav-inner li:last-child {
	border-bottom: 0
}

.vres-resmenu ul.vres-nav-inner li a {
	color: #323574;
	display: block;
	font-size: 15px;
	text-decoration: none;
	width: 100%;
	padding: 10px 15px;
	text-align: left
}

.vres-resmenu ul.vres-nav-inner li a:hover {
	background: #f8f8f8
}

.vres-resmenu ul.vres-nav-inner li a i {
	width: 20px;
	text-align: center
}

.col-full,
.col-left,
.col-right {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px
}

.col-full {
	width: 100%;
	padding-right: 0;
	padding-left: 0
}

.col-left {
	width: 76.66666667%
}

.col-right {
	width: 23.33333333%
}

.fl-left {
	float: left!important
}

.fl-right {
	float: right!important
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #eee;
	display: block;
	padding: 0
}

.vres-filt-div {
	padding: 20px 0;
	float: left;
	width: 100%;
	position: relative;
	display: none
}

.filt_wrap_bg {
	position: fixed;
	height: 100%;
	display: none;
	width: 100%;
	background: rgba(0, 0, 0, .2);
	z-index: 9000
}

.filt_wrap_bg_open {
	display: block!important
}

.filter-div {
	position: absolute;
	left: -250px;
	padding-bottom: 8px;
	top: 0;
	width: 252px;
	z-index: 11100!important;
	background: #fff;
	display: inline-block;
	transition: all ease .3s;
	border-top: 3px solid #3e3e3e;
	border-radius: 0;
	box-shadow: 0 1px 10px 2px rgba(0, 0, 0, .33);
	-webkit-box-shadow: 0 1px 10px 2px rgba(0, 0, 0, .33)
}

.filt-wrap,
.filt-wrap input {
	width: 100%
}

.filter-div:after,
.filter-div:before {
	content: '';
	left: 25px;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute
}

.filter-div:after {
	top: -19px;
	border-bottom: 10px solid #fff
}

.filter-div:before {
	top: -23px;
	border-bottom: 10px solid #3e3e3e
}

.filter-div .vres-forms.filt-form,
.filter-div form.filt-form {
	height: auto!important
}

.filter-div .filter-head {
	display: inline-block;
	width: 100%;
	height: 40px
}

.filter-div h4 {
	margin: 0;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
	color: #000;
	font-size: 18px;
	font-weight: 400
}

.filt-close {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	color: #ff9494;
	padding: 13px 15px
}

.filt-open {
	left: 0
}

.filt-wrap {
	display: inline-block;
	vertical-align: top;
	margin-bottom: -1px
}

.filt-wrap .showhide_filter_pnl {
	position: absolute;
	right: 41px;
	top: 0;
	color: #777;
	cursor: pointer;
	height: 100%;
	width: 38px;
	padding: 12px 14px;
	text-align: center;
	border-left: 1px solid #ddd
}

.filt-wrap .showhide_filter_pnl::before {
	content: '\f068';
	font-family: Fontawesome;
	margin-right: 5px
}

.filt-wrap .showhide_filter_pnl.opn-tab::before {
	content: '\f067'
}

span.filt-head {
	font-size: 15px;
	display: block;
	padding: 12px 15px 9px;
	background: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #000
}

.filt-cnt,
.filter-div a {
	padding: 10px 15px;
	width: 100%;
	display: inline-block
}

.filt-cnt {
	color: #555
}

.filt_over {
	max-height: 104px;
	overflow-y: auto;
	border-bottom: 1px solid #eee
}

.filter-div a {
	text-align: center;
	font-size: 14px;
	background: #669d26;
	color: #fff;
	border-radius: 3px;
	text-decoration: none
}

.vres-check-gro {
	display: inline-block;
	width: 100%
}

.vres-chk-box {
	display: inline-block;
	position: relative;
	padding-left: 20px
}

.filter-div .vres-chk-box {
	width: 100%;
	margin-bottom: 5px
}

.filter-div .vres-chk-box:last-child {
	margin-bottom: 0
}

.filt-cnt .price-slide {
	border: 0;
	padding: 0 0 10px;
	color: #25B56E;
	font-weight: 600
}

#filter_apply {
	height: 55px
}

.vres-chk-box input[type=checkbox],
.vres-rdo-gro input[type=radio] {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	position: absolute;
	left: 0;
	top: 2px
}

.vres-check-gro .vres-chk-box input[type=checkbox] {
	top: 0
}

.vres-rdo-gro input[type=radio] {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	position: absolute;
	left: 2px;
	top: 0
}

.frm_width,
.vres-btn-block {
	width: 100%
}

.vres-chk-box span {
	display: inline-block;
	vertical-align: middle
}

.vres-chk-box span.mandatory {
	margin: 0
}

.vres-rdo-box {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	position: relative;
	padding-left: 20px
}

.vres-btn {
	background-color: #fff;
	border: 0 solid #ccc;
	padding: 10px 15px;
	line-height: 1;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	color: #333;
	vertical-align: middle;
	letter-spacing: 0;
	transition: all ease .2s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.vres-btn:focus,
.vres-btn:hover {
	outline: 0
}

.vres-btn:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .33);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .33)
}

.vres-btn:focus {
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .33);
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .33)
}

.vres-filt p {
	vertical-align: middle;
	display: inline-block;
	margin: 0 10px
}


.vres-forms input[type=text]:focus,
.vres-forms input[type=password]:focus,
.vres-forms input[type=tel]:focus,
.vres-forms input[type=email]:focus,
form input[type=text]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=email]:focus,
select:focus,
textarea:focus {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .33), 0 2px 5px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .33), 0 2px 5px rgba(0, 0, 0, .12);
	outline: 0
}

select {
	padding: 0 18px 0 5px
}

select::after {
	content: "";
	position: absolute;
	border-width: 7px;
	border-color: #000 transparent transparent
}

.vres-forms .vres-form-group,
form .vres-form-group {
	position: relative;
	display: inline-block
}

.vres-forms .vres-form-group .vres-btn,
form .vres-form-group .vres-btn {
	right: 0;
	top: 0;
	box-shadow: none;
	border: 0 solid #ccc;
	padding: 10px 15px;
	border-radius: 0 3px 3px 0;
	position: absolute;
	background: 0 0;
	border-left: 1px solid #ddd
}

.vres-forms .vres-form-group input,
form .vres-form-group input {
	width: 240px;
	padding-right: 75px;
	max-width: 190px
}

.inner-row,
.vres-card,
.vres-card img {
	width: 100%;
	float: left
}

.bt-primary {
	background: #5C1111;
	color: #fff
}

.bt-primary-ad {
	background: #3f4392;
	color: #fff
}

.bt-primary:hover {
	background: #891717
}

.bt-default {
	background: #efefef;
	color: #3b3b3b
}

.inner-row {
	margin-top: 20px
}

.inner-row.rml-first,
.inner-row:first-child {
	margin-top: 0
}

.vres-card {
	height: inherit;
	background: #fff;
	margin-bottom: 20px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.vres-card img {
	max-width: 300px;
	height: auto;
	transition: all ease .4s
}

.col-left-card,
.col-right-card {
	float: left;
	position: relative;
	min-height: 1px
}

.col-left-card {
	width: 76.66666667%;
	padding-right: 20px
}

.col-right-card {
	width: 23.33333333%;
	padding-left: 10px
}

.vres-cnt-card {
	float: left;
	width: 100%
}

.vres-cnt-card .card-list {
	width: 100%;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 12px;
	position: relative;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
	float: left;
	min-height: 175px
}

.vres-cnt-card .card-list.h_row_set {
	border: 2px solid #fcc045
}

.vres-cnt-card .card-list .vres-detail-div {
	display: inline-block;
	vertical-align: middle;
	width: 18%
}

.vres-cnt-card .card-list h3 {
	margin: 0;
	font-size: 21px;
	display: inline-block;
	padding: 10px 100px 5px 10px;
	vertical-align: middle;
	font-weight: 400;
	line-height: 1.2;
	width: 100%;
	color: #5C1111
}

.no_deal-head {
	padding: 10px 10px 5px!important
}

.vres-cnt-card .card-list .vres-card-group-btn {
	vertical-align: middle;
	float: left;
	width: 100%;
	text-align: left
}

.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group {
	width: 72px;
	display: inline-block;
	text-align: center
}

.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group div {
	font-size: 12px
}

.vres-cnt-card .card-list .vres-room-price {
	text-align: right;
	display: inline-block;
	width: 50%;
	margin-left: -4px;
	margin-top: -28px;
	vertical-align: top
}

.vres-add-div label.vres-select {
	font-size: 13px;
	margin: 0 0 0 3px;
	position: relative
}

.vres-add-div .vres-chk-box.ac-age {
	padding-left: 10px
}

.vres-add-div .vres-chk-box.ac-age>span {
	margin-top: -10px;
	width: 40px;
	text-align: right
}

.vres-add-div .vres-chk-box.ac-age .vres-select~span {
	position: absolute;
	bottom: 2px;
	font-size: 12px;
	left: -5px;
	color: #666;
	width: 56px;
	text-align: right
}

.vres-add-div label select {
	padding-left: 5px;
	max-width: 47px
}

.vres-add-div label select:focus {
	box-shadow: none
}

.vres-add-div h5 {
	margin: 0;
	color: #999;
	display: inline-block;
	vertical-align: middle
}

.vres-add-div .vres-forms,
.vres-add-div form {
	display: inline-block;
	vertical-align: middle
}

.vres-cnt-card .card-list .vres-add-div {
	display: none;
	width: 100%;
	position: relative;
	border-top: 1px solid #ccc;
	border-radius: 0 0 3px 3px;
	padding: 8px 10px;
	float: left;
	background: #fff;
	clear: both
}

.vres-cnt-card .card-list .vres-add-div a.add-rm-btn {
	position: absolute;
	right: -5px;
	top: 13px;
	margin-top: -18px;
	padding: 6px 12px;
	display: inline-block;
	background: 0 0;
	border-radius: 3px;
	color: #FF9494;
	text-align: center;
	text-decoration: none;
	vertical-align: middle
}

.vres-cnt-card .card-list .vres-add-div .vres-forms .vres-chk-box,
.vres-cnt-card .card-list .vres-add-div form .vres-chk-box {
	display: inline-block;
	padding: 10px
}

.vres-cnt-card .card-list .vres-room-price .vres-add-div .vres-forms .vres-chk-box label,
.vres-cnt-card .card-list .vres-room-price .vres-add-div form .vres-chk-box label {
	display: block;
	width: 100%;
	text-align: left
}

.vres-cnt-card .card-list .vres-room-price .vres-add-div .vres-forms .vres-chk-box label select,
.vres-cnt-card .card-list .vres-room-price .vres-add-div form .vres-chk-box label select {
	float: right;
	border: 0;
	width: 30px;
	-moz-appearance: none;
	-webkit-appearance: none
}

.vres-cnt-card .card-list .vres-room-price .vres-add-div .vres-forms .vres-chk-box label,
.vres-cnt-card .card-list .vres-room-price .vres-add-div form .vres-chk-box label {
	position: relative;
	float: left;
	font-size: 14px
}

.vres-cnt-card .card-list .vres-room-price .vres-add-div .vres-forms .vres-chk-box label i.fa,
.vres-cnt-card .card-list .vres-room-price .vres-add-div form .vres-chk-box label i.fa {
	position: absolute;
	right: 3px;
	top: 50%;
	margin-top: -8px
}

.vres-room-price .ad-rm {
	padding: 8px 10px;
	min-width: 100px;
	text-align: center
}

.vres_detail_price {
	float: left;
	width: 100%;
	padding: 0 10px 10px
}

.vres-maxper {
	vertical-align: middle;
	width: 100%;
	text-align: left;
	float: left;
	padding: 0 10px
}

.vres-maxper b {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	margin-right: 5px
}

.vres-maxper b span {
	display: block
}

.vres-maxper a {
	text-decoration: none;
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
	position: relative;
	padding-right: 20px;
	display: inline-block;
	vertical-align: bottom
}

.vres-maxper a img {
	max-width: 14px;
	position: absolute;
	right: 3px;
	bottom: 6px
}

.vres-maxper a+a {
	margin-left: 5px;
	position: relative;
	padding-right: 18px
}

.vres-maxper a i {
	font-size: 20px
}

.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group a {
	padding: 5px;
	display: inline-block;
	color: #3F51B5;
	text-decoration: none;
	font-size: 14px;
	vertical-align: top
}

.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group a+a i {
	font-size: 16px
}

.vres-cnt-card .card-list .vres-ame1 {
	float: left;
	font-size: 14px;
	vertical-align: top;
	margin: 0;
	padding: 0 10px;
	width: 100%;
	line-height: 1.4
}

.vres-cnt-card .card-list .vres-ame1 p {
	margin-top: 0;
	margin-bottom: 0
}

.vres-cnt-card .card-list .vres-ame1 ul {
	margin: 0;
	padding: 0
}

.vres-cnt-card .card-list .vres-ame1 ul li {
	list-style: none
}

.hid-ame {
	font-weight: 400;
	color: #000;
	display: none
}

.hid-ameOpen {
	display: inline-block!important
}

.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group a.vres-ame i {
	font-size: 11px
}

.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group a i {
	font-size: 17px;
	position: relative
}

.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group a.adulchild i {
	position: relative;
	padding-right: 5px
}

.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group a.adulchild i+i {
	font-size: 11px;
	position: absolute;
	bottom: 8px;
	right: 8px
}

.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group a i span {
	position: absolute;
	left: 5px;
	font-size: 10px;
	top: 4px;
	color: #fff
}

.vres-cnt-card .card-list .vres-ame1 .min_stay {
	display: inline-block;
	text-align: left
}

.vres-cnt-card .card-list .vres-ame1 b {
	font-weight: 400;
	display: inline-block;
	margin-right: 5px
}

.vres-cnt-card .card-list .vres-ame1 a {
	display: inline-block;
	color: rgba(0, 0, 0, .8);
	text-decoration: none;
	position: relative
}

.vres-cnt-card .card-list .vres-ame1 a img.night_icn {
	max-width: 10px;
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0
}

.vres-cnt-card .card-list .vres-ame1 a span {
	display: inline-block
}

.vres-cnt-card .card-list .vres-ame1 p.rate_tax-block {
	margin: 0
}

.vres-cnt-card .card-list .vres-ame1 p.num_of_cnt {
	color: #f44141
}

.vres_detail_links {
	float: left;
	text-align: left;
	width: 50%;
	padding-top: 5px
}

.vres_add_btn {
	float: left;
	text-align: right;
	width: 50%
}

.vres_add_btn b {
	font-size: 13px;
	color: #2f7131;
	font-weight: 400;
	padding-right: 5px
}

.vres_add_btn .ad-rm {
	padding: 8px 10px;
	min-width: 100px;
	text-align: center
}

.vrt-links {
	display: inline-block;
	vertical-align: middle
}

.vres-cnt-card .card-list h3 a,
.vrt-links a {
	font-size: 14px;
	margin: 0 10px 0 0;
	text-decoration: none;
	color: #5C1111;
	vertical-align: middle
}

.vrt-links a:focus {
	outline: 0
}

.vres-cnt-card .card-list h3 b,
.vrt-links b {
	font-size: 12px;
	display: inline-block;
	border-radius: 3px;
	padding: 3px 7px 2px;
	color: #B94E4E;
	background: rgba(255, 138, 138, .2)
}

.vres-cnt-card .card-list h3 a+a,
.vrt-links a+a {
	margin-left: 10px
}

.vres-cnt-card .card-list h3 span,
.vrt-links span {
	margin-right: 8px;
	vertical-align: middle
}

.vres-hid1 {
	display: none
}

.vrt-links a.promo-code-icon {
	font-size: 11px;
	padding: 4px 4px 2px;
	background-color: #fff;
	color: #ed0000!important;
	border-radius: 3px;
	border: 1px solid #ed0000;
	display: inline-block;
	margin-right: 0;
	font-weight: 700;
	white-space: nowrap
}

.vrt-links a.promo-code-icon .promo_offer_deal {
	margin: 0
}

a.more-link {
	font-size: 14px;
	color: #5c1111;
	font-weight: 700;
	margin-top: 15px;
	display: inline-block;
	border-radius: 4px;
	text-decoration: none;
	transition: all ease .2s
}

.vres_add_wrapper {
	width: 100%;
	float: left;
	background: #fff;
	padding: 10px;
	border-top: 1px solid #ccc;
	border-radius: 0 0 3px 3px;
	margin-top: 10px
}

.vres-roomlisting {
	position: relative;
	padding: 10px 10px 10px 250px;
	background: #f8f8f8;
	border-radius: 3px;
	border: 1px solid #ddd;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
	min-height: 215px
}

.vres-imgholder {
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	border-radius: 3px;
	margin: 10px;
	max-width: 230px;
	width: 100%;
	min-height: 160px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.vres-imgholder .be-no_img {
	display: -webkit-flex;
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	font-size: 48px;
	background: #fff;
	min-height: 140px
}

.vres-imgholder .be-no_img .fa {
	opacity: .2;
	margin-top: -10px
}

.vres-imgholder span {
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #FFD800;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	padding: 3px 8px;
	color: #4A3F00;
	font-size: 12px
}

.vres-imgholder:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.vres-imgholder h3 {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	font-weight: 100;
	text-align: center;
	float: left;
	width: 100%;
	padding: 5px 10px;
	margin: 0;
	color: #fff
}

.vres-bookdiv,
.vres-checkin,
.vrmprice,
.vrmprice a,
.vrmprice p,
.vrmprice strong {
	position: relative
}

.vres-imgholder h3 em {
	font-style: normal
}

.vrt-links a.just-bk_info {
	cursor: default;
	color: #544110!important;
	padding: 4px 4px 2px;
	font-size: 11px;
	background-color: #FFE6A6;
	border-radius: 3px;
	margin: 0;
	border: 1px solid #E6C575;
	display: inline-block
}

.vrmprice {
	float: left;
	width: 40%;
	text-align: right;
	vertical-align: middle;
	margin: 8px 0 5px;
	padding: 0 15px
}

.vrmprice p {
	margin: 0;
	display: inline-block
}

.vres-room-price b {
	display: block;
	color: #669d26;
	border-radius: 3px;
	font-size: 13px;
	text-align: center;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 5px
}

.vrmprice.vrmprice_top {
	margin-top: -15px
}

.vrmprice a {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	text-decoration: none;
	color: #7D7878
}

.vrmprice a:focus {
	outline: 0
}

.card-list .vrmprice strong {
	font-size: 26px;
	margin-top: 0
}

.card-list .vrmprice .strike_strong_cls {
	display: block
}

.card-list .vrmprice .strike_strong_cls i {
	display: inline-block;
	font-size: 50%;
	color: #000
}

.card-list .vrmprice .strike_strong_cls .strike {
	text-decoration: line-through;
	display: inline-block;
	padding-right: 0;
	color: #444;
	font-size: 15px;
	margin-bottom: 3px;
	font-weight: 400
}

.vrmprice strong {
	font-size: 20px;
	display: inline-block;
	color: #2DAC45;
	margin-top: -5px
}

.vrmprice i {
	font-size: 70%;
	font-style: normal
}

.vrmprice a i {
	font-size: 100%;
	font-style: normal
}

.vrmprice .strike {
	text-decoration: line-through;
	display: block;
	padding-right: 5px;
	color: #444;
	font-size: 15px
}

.vrmprice small {
	display: block;
	font-size: 12px;
	color: #444;
	line-height: 1
}

.vres-bookdiv {
	padding: 10px;
	background: #fff;
	border-radius: 0 0 3px 3px;
	border: 1px solid #ddd;
	margin: -16px 0 0
}

.booking-section {
	display: inline-block;
	width: 100%;
	max-width: 246px
}

.booking-section a.bknow {
	padding: 10px 20px;
	display: block;
	text-align: center
}

.vres-checkin {
	float: left;
	color: #000;
	padding: 10px 0
}

.vres-checkin.bg,
.vres-checkin.bg1 {
	cursor: pointer;
	padding-right: 5px
}

.vres-checkin.bg .vccard {
	border-right: 0 solid rgba(63, 67, 146, .2)
}

.vres-checkin.bg1 .vccard.vres-hid-sec {
	display: none!important
}

.no-roomdiv {
	text-align: center
}

.no-roomdiv img {
	max-width: 150px;
	width: 100%;
	opacity: .4
}

.vres-stripe.be-adult,
.vres-stripe.be-child {
	height: 26px;
	width: 15px;
	position: absolute;
	right: 3px;
	bottom: 6px
}

.no-roomdiv h3 {
	font-weight: 100;
	margin: 0 0 20px;
	font-size: 24px;
	color: rgba(0, 0, 0, .42)
}

.no-roomdiv h3 small {
	font-weight: 700
}

.vres-stripe {
	background: url(../img/be-stripe.png) no-repeat;
	display: inline-block
}

.vres-stripe.be-adult {
	background-position: 0 0
}

.vres-stripe.be-child {
	background-position: -31px 1px
}

.vres-stripe.be-noroom {
	height: 80px;
	width: 96px;
	margin: 20px auto;
	background-position: 0 -40px;
	opacity: .4;
	vertical-align: bottom
}

.vres-roombooked {
	position: relative;
	height: inherit;
	border-radius: 0 0 4px 4px;
	cursor: default;
	background: #fff;
	width: 100%;
	display: none;
	z-index: 80
}

[data-tooltip]:after,
[data-tooltip]:before {
	z-index: 12000;
	bottom: 110%;
	position: absolute
}

.vres-booked-dis {
	vertical-align: middle
}

.vres-roombooked ul {
	margin: 0;
	float: left;
	width: 100%;
	padding: 0
}

.vres-roombooked ul li {
	list-style: none;
	padding: 10px 0;
	float: left;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	border-radius: 3px;
	width: 100%;
	position: relative
}

.vres-roombooked ul li.edit-row {
	background: #fff8ea;
	border: 1px solid #fcc045;
	padding: 5px
}

.full-bar-wrapper,
.vres-tab-div .tab-head {
	border-bottom: 1px solid #eee;
	height: inherit
}

.vres-roombooked ul li span {
	font-size: 14px;
	width: 75%;
	font-weight: 600
}

.vres-roombooked .currency-rate {
	font-weight: 400
}

.vres-roombooked ul li span.bs-chkinout span,
.vres-roombooked ul li span.bs-night,
.vres-roombooked ul li span.fl-left,
.vres-roombooked ul li span.fl-left span {
	font-weight: 100
}

.vres-roombooked ul li i.fa.fa-close {
	position: absolute;
	padding: 5px;
	cursor: pointer;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #FF9F9F
}

.vres-roombooked ul li span small {
	color: rgba(0, 0, 0, .8);
	font-size: 77%;
	display: inline-block;
	padding-right: 20px;
	margin-top: 5px
}

.vres-roombooked ul li span small b {
	font-weight: 400
}

.vres-roombooked ul li .roomSummery_pax .summeryPaxinfo {
	display: inline-block
}

.vres-roombooked ul li .roomSummery_pax .summeryPaxinfo:not(:last-child):after {
	content: ","
}

.vres-roombooked ul li span a {
	font-size: 16px;
	text-align: right;
	color: #5c1111;
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px
}

.vres-roombooked ul li p {
	width: auto;
	margin: 5px 0;
	vertical-align: middle;
	text-align: right;
	position: absolute;
	right: 5px;
	bottom: 0
}

.vres-roombooked .vres-total {
	width: 100%;
	display: inline-block;
	padding: 5px 0
}

.vres-roombooked .vres-total span b {
	font-size: 18px
}

.vres-roombooked .vres-total span {
	display: block;
	font-size: 18px
}

.vres-roombooked .vres-total span .currency {
	display: inline
}

.vres-roombooked .vres-total span i {
	font-style: normal
}

.vres-checkin span.drop {
	padding: 8px 10px;
	display: inline-block
}

.vres-checkin:last-child {
	border-right: 0 solid rgba(255, 255, 255, .2)
}

.vres-normselected {
	float: right;
	padding: 19px;
	color: #999;
	font-size: 14px
}

.vccard {
	display: inline-block;
	font-size: 14px;
	padding: 2px 12px;
	vertical-align: top
}

.vccard:last-child {
	border-right: none
}

.vccard label {
	display: block;
	font-size: 11px;
	color: rgba(0, 0, 0, .6)
}

.vccard label+span.pri {
	font-weight: 600;
	position: absolute;
	font-size: 16px
}

.img-res {
	margin-top: 40px;
	width: 100%;
	max-width: 160px;
	display: inline-block
}

.full-bar-wrapper {
	float: left;
	width: 100%;
	background: #fff;
	margin-bottom: -1px
}

.vres-tabbing-section {
	margin: 0 0 40px;
	float: left;
	width: 100%;
	padding: 0
}

.vres-tab-div {
	background: #fff;
	width: 100%;
	float: left;
	border-radius: 3px
}

.vres-tab-div .tab-head {
	width: 100%;
	float: left
}

.price-mdl-title,
.rt-info-title,
.rt-tble-rw {
	border-bottom: 1px solid #ddd
}

.vres-tab-div .tab-head ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 450px
}

.vres-tab-div .tab-head ul li {
	list-style: none;
	display: inline;
	float: left
}

.tab-active {
	box-shadow: inset 0 -3px 0 #5C1111;
	-webkit-box-shadow: inset 0 -3px 0 #5C1111;
	float: left
}

.tab-active a {
	color: #5C1111
}

.vres-tab-div .tab-head ul li a {
	padding: 15px 20px;
	float: left;
	font-size: 15px;
	text-decoration: none;
	color: rgba(0, 0, 0, .7);
	font-weight: 600
}

.vres-tab-div .tab-head ul li a:focus {
	outline: 0
}

.vres-tab-div .vres-tab-cnt .vres-inner-tab {
	float: left;
	width: 100%;
	padding-right: 330px;
	height: inherit;
	position: relative;
	min-height: 255px;
	overflow: hidden
}

.vres-tab-div .vres-tab-cnt {
	position: relative;
	width: 100%;
	float: left;
	display: none;
	line-height: 1.4;
	min-height: 58px
}

.vres-tab-div .vres-tab-cnt[data-tab=vdo-tour] {
	text-align: center;
	padding: 15px
}

.vres-tab-div .vres-tab-cnt.vres-tab-act {
	display: block
}

.vres-tab-div .vres-tab-cnt b {
	font-size: 14px;
	color: rgba(0, 0, 0, .7);
	margin: 0 0 0 10px;
	display: inline-block;
	font-weight: 100
}

.vres-tab-div .vres-tab-cnt .vres-inner-tab .tab-img {
	position: absolute;
	right: 0;
	top: 0;
	margin: 20px;
	display: inline-block
}

.vres-tab-div .vres-tab-cnt .vres-inner-tab .tab-img img {
	max-width: 290px;
	width: 100%
}

.vres-tab-div .vres-tab-cnt h3 {
	font-weight: 400;
	padding: 15px 20px;
	margin: 0
}

.vres-tab-div .vres-tab-cnt p {
	margin: 0;
	font-size: 14px;
	color: rgba(0, 0, 0, .7);
	padding-left: 10px
}

.vres-tab-div .vres-tab-footer {
	width: 100%;
	float: left;
	border-top: 1px solid #eee;
	padding: 10px 0
}

.vres-tab-div .vres-tab-footer a {
	padding: 10px 20px;
	float: left;
	font-size: 15px;
	text-decoration: none;
	font-weight: 600;
	margin-left: 20px
}

.vres-tab-div .vres-tab-footer a+a {
	margin-left: 20px;
	margin-right: 20px;
	background: #f8f8f8
}

footer {
	width: 100%;
	float: left;
	background: #2D2D36
}

footer p {
	color: rgba(255, 255, 255, .7);
	text-align: center;
	padding: 15px 0 13px;
	margin: 0;
	font-size: 14px;
	display: inline-block
}

.vres_social {
	float: right;
	padding: 3px 0
}

.vres_social a {
	padding: 8px 0;
	text-align: center;
	width: 40px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin-left: 5px
}

.sc_bgr1 {
	background: #305891
}

.sc_bgr2 {
	background: #2ca8d2
}

.sc_bgr3 {
	background: #738a8d
}

.sc_bgr4 {
	background: #fc6d4c
}

.vres_social p {
	padding: 10px 0
}

.vres-checkin.bgsm {
	display: none
}

[data-tooltip] {
	position: relative
}

[data-tooltip]:after,
[data-tooltip]:before {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none
}

[data-tooltip]:before {
	left: 50%;
	right: -100%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, .9);
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 13px;
	line-height: 1.2
}

[data-tooltip]:after {
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid transparent;
	border-top: 5px solid hsla(0, 0%, 20%, .9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: "";
	font-size: 0;
	line-height: 0
}

.vres-modal1-header a.cls,
.vres-modal1-header p {
	height: 100%;
	border-left: 1px solid rgba(255, 255, 255, .2)
}

[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}

.vres-pad {
	overflow: hidden;
	width: 100%
}

.inn-tab {
	display: block!important
}

.vres-outer-pad {
	position: relative;
	width: 100%!important;
	text-align: center!important;
	overflow: hidden
}

.vres-outer-pad .vres-arrows {
	display: none
}

.vres-outer-pad .vres-arrows i.fa {
	height: 100%;
	background: #fff;
	padding: 20px 15px;
	position: absolute;
	cursor: pointer
}

.vres-outer-pad .vres-arrows i.fa.ar-rgt {
	right: 0;
	border-radius: 0 4px 0 0;
	box-shadow: -1px 0 10px rgba(0, 0, 0, .12);
	-webkit-box-shadow: -1px 0 10px rgba(0, 0, 0, .12)
}

.vres-outer-pad .vres-arrows i.fa.ar-lft {
	left: 0;
	border-radius: 4px 0 0;
	box-shadow: 1px 0 10px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, .12)
}

.full_pay-wrap,
.rt-info,
a.rdrevie {
	border-radius: 3px
}

#price-modal1 {
	max-width: 550px
}

.price-mdl-title {
	font-size: 16px;
	margin: 0;
	padding: 10px 15px
}

.rt-info {
	font-size: 14px;
	margin: 0;
	float: left;
	width: 100%;
	background: #fff;
	max-height: 150px;
	overflow-y: auto;
	position: relative
}

.rt-info-title {
	display: table;
	width: 100%;
	margin: 0;
	left: 0;
	top: 0;
	background: #f8f8f8
}

.rt-info-title-pad {
	padding-right: 17px!important
}

.rt-info-title span {
	display: table-cell;
	border-right: 1px solid #ddd;
	width: 25%;
	font-weight: 700
}

.rt-info-title span:last-child {
	border-right: 0
}

.rt-info-cnt {
	float: left;
	width: 100%
}

.rt-tble-rw {
	display: table;
	width: 100%
}

.rt-tble-cell {
	display: table-cell;
	border-right: 1px solid #ddd;
	width: 25%
}

.rt-tble-cell:last-child {
	border-right: 0
}

.vres-modal1-header {
	float: left;
	width: 100%;
	background: #5C1111;
	position: relative;
	padding-right: 50px
}

.vres-modal1-header h3 {
	color: #fff;
	font-weight: 100;
	text-align: left;
	margin: 0;
	float: left;
	width: 100%
}

.vres-roominfo-popup .vres-modal1-header h3 {
	padding-right: 340px
}

.fixfotorama .fotorama__wrap {
	width: 100%!important;
	margin: auto
}

.vres-modal1-header p {
	float: right;
	margin: 0;
	padding: 17px 10px 16px;
	color: rgba(255, 255, 255, .7);
	font-size: 14px
}

.vres-modal1-header p.vrmprice {
	padding: 13px 10px 8px;
	text-align: right;
	margin-right: 0;
	width: auto;
	position: relative;
	height: 100%
}

.vres-modal1-header:not(:-moz-handler-blocked) p.vrmprice {
	padding: 13px 10px 10px
}

.vres-modal1-header p.vrmprice .strike {
	position: relative;
	display: inline-block;
	padding-right: 3px;
	color: rgba(255, 255, 255, .7)
}

.modal1,
.vres-md-arrow {
	display: none
}

.vres-modal1-header p.vrmprice strong {
	line-height: 1;
	color: #fff
}

.vres-modal1-header p.vrmprice small {
	color: rgba(255, 255, 255, .5)
}

.vres-modal1-header a.cls {
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	font-size: 16px;
	text-align: center;
	padding: 17px 10px;
	color: rgba(255, 255, 255, .3)
}

.vres-md-tab,
.vres-modal1-body {
	width: 100%;
	float: left
}

.vres-modal1-header a.cls:hover {
	color: rgba(255, 255, 255, .8)
}

.vres-modal1-body {
	position: relative;
	background: #fff
}

.vres-md-tab .vres-md-head {
	width: 100%;
	float: left;
	border-bottom: 1px solid #eee
}

.vres-md-tab .vres-md-head .vres-md-outer {
	position: relative;
	width: 100%!important;
	text-align: center!important;
	height: 51px!important;
	overflow: hidden
}

.vres-rm-amen,
.vres-rm-amen h4,
.vres-rm-amen ul,
.vres-rm-dis {
	width: 100%;
	float: left
}

.vres-md-arrow i.fa {
	height: 100%;
	background: #fff;
	padding: 20px 15px;
	position: absolute;
	cursor: pointer
}

.mdtab-active {
	display: block
}

.vres-md-arrow i.fa.ar-mdlft {
	left: 0;
	box-shadow: 1px 0 10px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, .12)
}

.vres-md-arrow i.fa.ar-mdrgt {
	right: 0;
	box-shadow: -1px 0 10px rgba(0, 0, 0, .12);
	-webkit-box-shadow: -1px 0 10px rgba(0, 0, 0, .12)
}

.vres-rm-amen h4 {
	margin: 0 0 10px;
	color: #5C1111;
	font-size: 16px;
	position: relative;
	padding-left: 20px
}

.vres-rm-amen h4 i.fa {
	position: absolute;
	left: -1px;
	top: 2px
}

.vres-rm-amen h4.mar-top {
	margin-top: 20px!important
}

.vres-rm-amen ul {
	padding: 0;
	margin: 0 0 5px 10px
}

.vres-rm-amen ul li {
	list-style: none;
	font-size: 14px;
	width: 33%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 3px;
	position: relative;
	padding-left: 22px;
	padding-right: 10px;
	padding-bottom: 0;
	color: rgba(0, 0, 0, .7)
}

.extra_ser_section .vres-forms,
.extra_ser_section .vres-forms label,
.extra_ser_section form,
.extra_ser_section form label,
.rdrevie i,
.toggle_btn,
p.pt-priceRoom {
	vertical-align: middle
}

.vres-rm-amen ul li i {
	width: 20px;
	position: absolute;
	left: 0;
	top: 1px;
	text-align: center;
	color: #4CAF50
}

.vres-rm-dis-left {
	width: 75%;
	float: right;
	line-height: 1.3;
	position: relative;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px
}

.vres-rm-dis-left h4 {
	margin: 15px 0 3px 10px;
	color: #111010;
	font-size: 15px;
	font-weight: 600;
	float: left;
	position: relative;
	padding-left: 0
}

.vres-rm-dis-left h4 i {
	color: #3b3b3b;
	position: absolute;
	text-align: center;
	width: 15px;
	left: -2px;
	top: 1px;
	display: none
}

.vres-rm-dis-left h4 i::before {
	content: '\f24d'
}

.vres-rm-dis-left p {
	font-size: 14px;
	margin: 0!important;
	float: left
}

.vres-rm-dis-right {
	width: 25%;
	float: right;
	text-align: center;
	padding: 15px
}

.vres-rm-dis-right .cnt-detail.inline {
	text-align: center
}

.vres-chk-div {
	float: left;
	border-top: 2px solid rgba(0, 0, 0, .05);
	padding: 15px 2px;
	margin: 5px 0 20px;
	width: 100%;
	border-bottom: 2px solid rgba(0, 0, 0, .05)
}

.vres-chk-div span {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-right: 15px
}

.vres-chk-div span label {
	font-weight: 600
}

.vres-chk-div span label small {
	font-weight: 100
}

.vres-chk-div span i.fa {
	position: absolute;
	left: 0;
	color: #666
}

.vres-inntab {
	float: left;
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid #eee
}

.inn-cnt-tab {
	float: left;
	width: 100%;
	padding: 15px
}

.inn-cnt-tab p {
	font-size: 14px
}

.inn-cnt-tab p:last-child {
	margin-bottom: 0
}

.vres-rm-dis-right img {
	width: 100%
}

.vres-rm-dis-right p {
	font-size: 14px;
	text-align: left;
	margin: 10px 0
}

.vres-rm-dis-right p i {
	font-size: 18px;
	margin-right: 5px
}

.vres-rm-dis-right p i.fa-quote-left {
	color: #aaa
}

a.rdrevie {
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	padding: 9px 15px 8px;
	line-height: 1;
	font-weight: 400;
	margin-top: 10px
}

a.rdrevie i {
	font-size: 14px!important;
	display: inline-block!important;
	margin-top: -2px
}

.full_pay-wrap,
.sign-up-pay a,
.vres-tab-cnt .temp {
	display: inline-block
}

.vres-rm-dis-right button {
	margin-top: 15px
}

.ami-tab {
	float: left;
	width: 100%
}

.vres-tab-cnt .temp,
.vres-tab-cnt .temp iframe {
	width: 100%
}

.vrmadded,
.vrmadded:focus,
.vrmadded:hover {
	background: #5B5EA4
}

.rdrevie {
	font-weight: 700
}

.vres-tab-div .vres-rm-dis .vres-rm-dis-right p.tab_review {
	margin: 15px 0 0;
	border-bottom: 0;
	position: relative;
	padding: 0 0 0 15px;
	border-left: 3px solid #ddd
}

.full_pay-wrap {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.sign-up-pay {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	background: #fff;
	overflow: hidden
}

.sign-up-pay .vres-btn {
	margin-right: 15px
}

.add-extra-wrap {
	float: left;
	width: 100%;
	margin: -1px 0 0;
	display: none;
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
	border-left: 0;
	border-right: 0;
	padding-top: 10px
}

.add-extra-wrap h4 {
	margin: 5px 0 0;
	font-size: 20px;
	padding-bottom: 10px;
	padding-right: 45px;
	padding-left: 15px;
	border-bottom: 2px solid #eee
}

.sign-up-pay .add-extra-wrap a {
	height: 25px;
	right: 15px;
	top: 15px
}

.add-services_wrap {
	float: left;
	width: 100%
}

.extra_ser_section {
	float: left;
	width: 100%;
	position: relative;
	min-height: 200px;
	padding: 15px 205px 15px 225px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
	background: #fff;
	line-height: 1.4
}

.add-extra-wrap .extra_ser_section.withoutImg {
	padding-left: 15px;
	min-height: 150px
}

.extra_ser_section:last-child {
	margin-bottom: 0;
	border-bottom: 0
}

.extra_ser_section img {
	position: absolute;
	left: 15px;
	top: 15px;
	max-width: 190px;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.extra_ser_section h3 {
	margin: 0 0 5px;
	color: #5C1111;
	font-size: 18px
}

.extra_ser_section p,
p.pt-priceRoom {
	margin-top: 0;
	margin-bottom: 5px
}

.extra_ser_section .vres-forms,
.extra_ser_section form {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 10px
}

.extra_ser_section .vres-forms input,
.extra_ser_section form input {
	max-width: 60px;
	margin-left: 10px;
	vertical-align: middle
}

.extra_ser_section .vres-forms label.vres-select,
.extra_ser_section form label.vres-select {
	margin-right: 0;
	margin-left: 10px
}

p.pt-priceRoom {
	display: block;
	font-size: 14px;
	padding: 0;
	color: #C58601
}

.extra_ser_section .extra-rate-pay {
	position: absolute;
	right: 15px;
	top: 20px;
	width: 190px;
	padding-left: 15px;
	text-align: right
}

.extra_ser_section .extra-rate-pay p {
	margin: 0 0 5px;
	font-size: 40px;
	text-align: right;
	line-height: .8
}

.extra_ser_section .extra-rate-pay p span {
	display: inline-block;
	font-size: 14px
}

.extra_ser_section .extra-rate-pay p span:first-child,
.extra_ser_section .extra-rate-pay p span:last-child {
	display: block
}

.extra_ser_section .extra-rate-pay p span.foreignrates_currency_prefix {
	font-size: 18px
}

.extra_ser_section .extra-rate-pay p span.foreignrates {
	font-size: 30px;
	margin-right: 0
}

.extra_ser_section .extra-rate-pay .vres-forms,
.extra_ser_section .extra-rate-pay form {
	text-align: right;
	width: 100%
}

.extra-rate-pay .extra_taxinc {
	display: inline-block;
	padding: 0;
	margin-bottom: 3px;
	border-radius: 3px;
	color: #ed0000;
	font-size: 14px;
	margin-top: 0
}

.toggle_btn {
	display: inline-block;
	padding: 10px 15px;
	border: 1px solid #ddd;
	position: relative;
	border-radius: 3px;
	width: 96px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
	background: #fff;
	line-height: 1
}

.toggle_btn span,
.toggle_btn::after {
	position: absolute;
	top: 0;
	height: 100%
}

.toggle_btn input {
	opacity: 0
}

.toggle_btn input[type=checkbox]:checked~span {
	left: 40%;
	background: #2DAC45;
	color: #fff
}

.toggle_btn span {
	padding: 13px 0;
	width: 54px;
	background: #ddd;
	border-radius: 0;
	text-align: center;
	left: 3px;
	transition: all ease .2s
}

.toggle_btn::after {
	content: '';
	left: 0;
	width: 100%;
	box-shadow: inset 0 0 0 3px #fff;
	-webkit-box-shadow: inset 0 0 0 3px #fff
}

.languagecls_it .toggle_btn {
	width: 135px
}

.languagecls_it .toggle_btn span {
	width: 76px
}

.payment_sign-wrap,
.payment_sign-wrap2 {
	text-align: center;
	width: 100%;
	margin: -1px 0 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: none;
	position: relative;
	overflow: hidden
}

.sign_wrap-open {
	display: inline-block
}

.payment_sign-wrap .signup-left {
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 10px 0;
	text-align: center;
	flex: 1;
	-webkit-flex: 1
}

.payment_sign-wrap .signup-right {
	position: relative;
	z-index: 1;
	width: 50%;
	background: #f8f8f8;
	padding: 25px 0;
	flex: 1;
	-webkit-flex: 1;
	border-left: 1px solid #ddd
}

.sign-up_form,
.sign_tab {
	width: 100%;
	display: inline-block
}

.payment_sign-wrap .signup-right::after,
.payment_sign-wrap .signup-right::before {
	content: '';
	position: absolute;
	bottom: 10%;
	border-width: 8px;
	border-style: solid
}

.payment_sign-wrap .signup-right::before {
	left: -10px;
	border-color: #ccc #ccc transparent transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.payment_sign-wrap .signup-right::after {
	left: -11px;
	border-color: #fff #fff transparent transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sign_tab {
	text-align: left;
	border-bottom: 1px solid #ddd;
	background: #fff
}

.sign_tab a {
	display: inline-block;
	padding: 15px 15px 12px;
	text-decoration: none;
	color: #4c4c4c;
	position: relative;
	z-index: 2;
	border-left: 1px solid #bbb;
	background-color: #f2f1f1
}

.sign_tab a:focus {
	outline: 0
}

.sign_tab a:hover {
	background: #eae8e8;
	color: #4c4c4c
}

.sign_tab a:first-child {
	border-left: 0
}

.sign_tab a:last-child {
	border-right: 0 solid #ddd
}

.sign_tab a+a {
	margin-left: -5px
}

.sign_tab a.active {
	color: #000;
	background: #bfbfbf;
	position: relative;
	cursor: default
}

.sign_tab a.active::after,
.sign_tab a.active::before {
	position: absolute;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	content: ''
}

.sign_tab a.active::before {
	bottom: -5px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	z-index: 1;
	border-color: transparent #ccc #ccc transparent
}

.sign_tab a.active::after {
	bottom: -6px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	z-index: 2;
	border-color: transparent #fff #fff transparent
}

.sign-up_form {
	padding: 20px;
	text-align: center;
	max-width: 100%
}

.sign-up_form .vres-forms,
.sign-up_form form {
	text-align: left
}

.sign-up_form input[type=text],
.sign-up_form input[type=password] {
	max-width: 100%!important
}

.sign-up_form h1 {
	text-align: left;
	margin: 0 0 10px;
	font-weight: 100
}

.sign-up_form p {
	text-align: left;
	margin: 0
}

.sign-up_form i {
	font-size: 18px;
	font-style: normal;
	margin: 10px 0;
	color: #bbb;
	font-weight: 100;
	display: inline-block
}

.sign-up_form .form-wrap {
	display: inline-block;
	margin-bottom: 10px;
	width: 33%;
	padding: 0 10px;
	position: relative;
	vertical-align: bottom
}

.sign-up_form a.forgotPWD {
	color: #5C1111;
	text-decoration: none;
	font-size: 12px;
	margin-top: 7px;
	border-bottom: 1px dotted #5C1111;
	position: absolute;
	left: 10px;
	bottom: -23px
}

.sign-up_form a.forgotPWD:hover {
	border-bottom-style: solid
}

.sign-up_form .form-wrap label {
	display: block;
	text-align: left
}

.sign-up_form a.bt-block {
	color: #fff;
	margin-top: 10px
}

.sign-up_form a.logfb {
	background: #3b5998;
	color: #fff;
	padding: 6px 10px;
	display: block;
	border-radius: 3px;
	text-decoration: none
}

.sign-up_form a.logfb i {
	color: #fff;
	margin: 0;
	font-size: 16px
}

.sign-up_form input {
	width: 100%
}

.add_Close-btn,
.sClose-btn,
.sClose-btn2 {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 3;
	display: inline-block;
	padding: 6px 0 4px 1px;
	line-height: 1;
	color: #fff;
	border-radius: 3px;
	height: 24px;
	width: 25px;
	text-align: center;
	background-color: rgba(252, 88, 88, .7)
}

.add-extra-wrap:not(:-moz-handler-blocked) .add_Close-btn {
	padding: 6px 0 4px 1px
}

.payment_sign-wrap:not(:-moz-handler-blocked) .sClose-btn,
.sClose-btn2 {
	padding: 5px 0 4px 1px
}

.add_Close-btn:hover,
.sClose-btn2:hover,
.sClose-btn:hover {
	color: #fff;
	background-color: rgba(252, 88, 88, .9)
}

.payment-form {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #ddd
}

.payment-form .vres-forms,
.payment-form form {
	display: inline-block;
	width: 100%
}

.payment-form b.hrLine {
	font-size: 18px;
	display: block;
	margin: 20px 0 15px;
	padding-bottom: 5px;
	position: relative
}

.payment-form b.hrLine:before {
	content: '';
	position: absolute;
	height: 3px;
	width: 100px;
	background: #ddd;
	bottom: -5px
}

.payment-form .form-chk-wrap,
.payment-form .form-wrap {
	display: inline-block;
	vertical-align: top;
	width: 24.5%;
	margin-bottom: 10px;
	padding: 0 10px 0 0
}

.payment-form .form-wrap input {
	width: 100%;
	max-width: 100%
}

.payment-form .form-wrap label {
	display: block;
	position: relative;
	margin-bottom: 4px
}

.payment-form .form-wrap label.vres-select {
	margin-bottom: 0;
	width: 100%;
	display: inline-block
}

.payment-form .form-wrap label .mandatory {
	position: relative;
	left: 0;
	margin: 0
}

.payment-form .form-wrap label.vres-select select {
	width: 100%;
	max-width: 100%
}

.find-us-wrap {
	float: left;
	width: 100%;
	margin: 0
}

.find-us-wrap .vres-select {
	max-width: 170px
}

.find-us-wrap .vres-select select,
.payment-roomDetail:last-child .form-wrap input {
	max-width: 100%
}

.find-us-wrap .vres-forms,
.find-us-wrap form {
	width: auto
}

.find-us-wrap b {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-weight: 100;
	font-size: 16px
}

.find-us-wrap .mandatory {
	margin: 0
}

.payment_wrap {
	margin: 0;
	padding: 30px 0;
	line-height: 1.4
}

.ver-payment_left {
	float: right;
	width: 100%;
	padding: 10px 330px 10px 0;
	position: relative
}

.ver-payment_right {
	float: right;
	width: 320px;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0
}

.ver-payment_left .vres-card,
.ver-payment_right .vres-card {
	border-radius: 3px
}

.guest-info {
	width: 100%;
	float: left;
	padding: 0 15px 15px;
	border-radius: 3px
}

.guest-info h4 {
	margin: 0 0 10px;
	font-size: 18px;
	padding-bottom: 8px;
	border-bottom: 0 solid #eee;
	position: relative;
	color: #5C1111;
	display: inline-block;
	width: 100%
}

.guest-info h4 .sign_in_btn {
	font-size: 14px;
	display: inline-block;
	padding: 8px 15px 6px;
	background-color: #f7c22a;
	color: #403516;
	font-weight: 100;
	text-decoration: none;
	border-radius: 3px;
	margin-left: 4px;
	position: relative
}

.guest-info h4 .sign_in_btn.active::after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	left: 50%;
	bottom: -15px;
	margin-left: -8px;
	border-width: 8px;
	border-style: solid;
	border-color: #f5b614 transparent transparent
}

.guest-info h4::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20%;
	height: 3px;
	background: #ddd
}

.guest-info div.personal_cls {
	display: inline-block
}

.payment-roomDetail {
	float: left;
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 10px;
	position: relative;
	margin-top: 0!important
}

.payment-roomDetail label {
	display: inline-block;
	margin-bottom: 4px
}

.payment-roomDetail label.vres-select {
	margin-bottom: 0
}

.payment-roomDetail:last-child {
	padding-bottom: 10px;
	margin-bottom: 0;
	border-bottom: 0;
	margin-top: 0!important
}

.payment-roomDetail:last-child .form-wrap {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	padding: 0 10px 0 0
}

.payment-roomDetail:last-child .form-wrap label {
	display: block
}

.payment-roomDetail:last-child .form-wrap .mandatory {
	position: relative;
	top: 0;
	left: 0;
	margin: 0
}

.emailicon {
	position: relative
}

.emailicon::after {
	content: '\f003';
	font-family: Fontawesome;
	position: absolute;
	font-size: 18px;
	top: 3px;
	left: 10px;
	color: #888
}

.emailicon input {
	padding-left: 35px!important
}

.payment-roomDetail h3 {
	margin: 10px 20px 10px 0;
	font-size: 16px;
	display: block;
	color: rgba(0, 0, 0, .7);
	vertical-align: top;
	font-weight: 100;
	text-transform: uppercase
}

.payment-roomDetail h3 span {
	font-weight: 100;
	text-transform: none;
	color: #000
}

.payment-roomDetail h3~label {
	vertical-align: bottom;
	margin-bottom: 10px;
	position: relative;
	display: block;
	padding: 0 10px
}

.payment-roomDetail h3~label .mandatory {
	position: absolute;
	left: 0;
	top: 0
}

.payment-roomDetail .vres-forms,
.payment-roomDetail form {
	display: inline-block;
	vertical-align: top;
	position: relative
}

.payment-roomDetail .vres-forms label,
.payment-roomDetail form label {
	vertical-align: middle;
	display: block;
	margin-right: 10px
}

.payment-roomDetail .specialRe-wrap a {
	text-decoration: none;
	color: #5C1111;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 10;
	padding: 7px 30px 6px 10px;
	border: 1px solid transparent;
	border-radius: 3px
}

.payment-roomDetail .specialRe-wrap {
	display: inline-block;
	left: 0;
	right: 0;
	z-index: 1;
	position: relative;
	width: 142px;
	text-align: left
}

.spr_request {
	position: absolute;
	z-index: 11;
	display: none;
	padding: 0;
	background: #fff;
	border: 1px solid #ccc;
	top: 32px;
	width: 222px;
	left: 0
}

.spe_request_inner {
	width: 100%;
	background-color: #FFF;
	padding: 10px;
	border-width: 1px;
	border-bottom-color: #e8ebef;
	border-bottom-style: solid;
	height: auto
}

.spe_inner_spam {
	color: #2DAC45
}

.payment-roomDetail .spe_textarea {
	height: 100px;
	width: 100%;
	max-width: initial
}

.spr_request::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 95%;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -4px;
	z-index: -1;
	filter: blur(2px);
	-webkit-filter: blur(2px);
	background: rgba(0, 0, 0, .3)
}

.spe_reqBtn::before,
.spe_reqBtnMin::before {
	font-family: FontAwesome;
	right: 15px;
	top: 7px
}

.payment-roomDetail textarea {
	height: auto;
	width: 100%;
	border-radius: 0;
	border: 0;
	max-width: 100%
}

.payment-roomDetail textarea:focus {
	box-shadow: none
}

.payment-roomDetail textarea~p {
	background: #fff;
	margin: 0;
	padding: 10px;
	max-width: 212px;
	font-size: 12px;
	border-top: 1px solid #ccc;
	color: #2DAC45
}

.spe_reqBtn {
	position: relative
}

.spe_reqBtn::before {
	content: '\f067';
	position: absolute
}

.spe_reqBtnMin {
	position: relative;
	border-color: #ccc!important
}

.spe_reqBtnMin::before {
	content: '\f068';
	position: absolute
}

.guest-name-wrap {
	display: inline-block;
	width: auto;
	padding: 0;
	margin-bottom: 10px
}

.guest-name-wrap .guest-label,
.guest-name-wrap .guest-text-wrap {
	display: block;
	vertical-align: middle
}

.guest-name-wrap .guest-label {
	margin-bottom: 4px
}

.guest-name-wrap .guest-text-wrap {
	position: relative;
	display: inline-block;
	width: 100%;
	min-width: 422px
}

.guest-name-wrap .guest-text-wrap.fullname-wrap {
	min-width: 259px
}

.payment-roomDetail .guest-text-wrap .vres-select,
.payment-roomDetail .guest-text-wrap input {
	margin-right: 10px
}

.guest-name-wrap .guest-text-wrap .mandatory {
	position: absolute;
	top: -20px;
	left: -12px
}

.payment-roomDetail .guestblk {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	width: auto;
	padding: 0 10px 0 0;
	margin-bottom: 10px
}

.payment-roomDetail .guestblk label {
	display: block;
	margin-bottom: 4px
}

.guest-name-wrap .mandatory,
.mobilediv .form-wrap>label .mandatory {
	margin: 0
}

.payment-roomDetail .guestblk label.vres-select {
	margin-bottom: 0
}

.payment-roomDetail .guestblk .mandatory {
	position: relative;
	top: 0;
	left: 0;
	margin: 0
}

.payment-roomDetail .guestblk .spe_reqBtn .mandatory {
	position: absolute;
	top: 4px;
	left: 0
}

.payment-card h3,
.voucher_txt {
	color: #5C1111;
	font-weight: 100;
	position: relative
}

.payment-roomDetail .guestblk .vres-select select {
	width: 100%;
	max-width: 100%
}

.mobilediv {
	padding: 0 10px 0 0;
	margin-top: 0
}

.mobilediv .form-wrap>label {
	display: block
}

.mobilediv .mobilelandcode {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	margin-bottom: 10px
}

.mobilediv .mobilelandcode .vres-select {
	max-width: 122px;
	margin-right: 10px
}

hr {
	width: 100%;
	margin: 10px 0;
	float: left
}

.vres-forms .form_align,
form .form_align {
	display: inline-block;
	vertical-align: middle;
	margin-right: 60px
}

.voucher_txt {
	display: block;
	vertical-align: middle;
	font-size: 13px;
	margin-left: 0;
	left: 0;
	margin-top: 3px
}

.pay-booking_summery {
	padding: 0;
	display: inline-block;
	width: 100%;
	max-width: 322px
}

.pay-booking_summery h4 {
	margin: 0;
	padding: 10px 15px;
	font-size: 20px;
	border-bottom: 1px solid #ddd
}

.payment-card {
	float: left;
	width: 100%;
	padding-bottom: 15px
}

.payment-card hr {
	border-style: dashed;
	border-color: #ccc
}

.payment-card h3 {
	margin: 0;
	font-size: 18px;
	padding: 10px 105px 5px 15px
}

.payment-card h3.no-pad {
	padding-right: 15px!important
}

.payment-card h3 i {
	display: block;
	font-size: 14px;
	color: #f4b201;
	position: absolute;
	height: 100%;
	padding: 10px 15px;
	right: 0;
	top: 0;
	line-height: 1.9
}

.pay-chkInOut b,
.pay-chkInOut2 form,
.pay-chkInOut_wrap,
.prop_address span {
	display: inline-block
}

.pay-chkInOut,
.pay-chkInOut2,
.prop_address {
	padding: 0 15px
}

.prop_address {
	margin: 0 0 10px;
	line-height: 1.6
}

.pay-chkInOut_wrap {
	width: 100%;
	margin: 0 0 10px
}

.pay-chkInOut2 form {
	margin-left: 10px
}

.pay-chkInOut {
	float: left;
	width: 100%;
	margin: 0 0 10px
}

.pay-chkInOut_wrap .pay-chkInOut {
	float: left;
	width: 50%;
	margin: 10px 0;
	padding: 0 15px;
	position: relative;
	border-left: 1px solid #ddd
}

.pay-chkInOut_wrap .pay-chkInOut:first-child {
	border-left: 0
}

.pay-chkInOut b {
	width: 85px;
	vertical-align: middle
}

.pay-chkInOut_wrap .pay-chkInOut b {
	width: auto;
	display: block
}

.pay-chkInOut span {
	display: block;
	font-size: 20px;
	color: #888
}

.pay-chkInOut small {
	font-size: 14px;
	color: #888
}

.pay-chkInOut a {
	text-decoration: none;
	color: #5C1111;
	padding: 2px 8px;
	background: #fff;
	border: 1px solid #5C1111;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle
}

.pay-chkInOut a:hover,
.total-paybleRm h3 {
	background: #f8f8f8
}

.pay-rm_detail {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 12px 0 1px;
	margin-top: 15px;
	position: relative;
	max-height: 350px;
	overflow-y: auto;
	margin-bottom: 15px
}

.pay-rm_detail p,
.total-paybleRm p {
	margin-top: 0;
	position: relative
}

.pay-rm_detail p {
	margin-bottom: 20px;
	padding: 0 15px
}

.pay-rm_detail p:last-child {
	margin-bottom: 10px
}

.pay-rm_detail .prcRateTitle {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc
}

.pay-rm_detail .prcRateTitle p {
	margin-bottom: 0
}

.pay-rm_detail p .pax-detail {
	border: 0;
	padding: 5px 0
}

.pay-rm_detail p .mar-top {
	margin-top: 10px
}

.total-paybleRm p b {
	font-weight: 400
}

.pay-rm_detail p small {
	display: block;
	text-align: right;
	font-size: 14px
}

.total-paybleRm p>span {
	display: block;
	margin-top: 7px;
	padding: 0
}

.pay-rm_detail p>span+span,
.total-paybleRm p>span:first-child {
	margin-top: 0
}

.pay-rm_detail p>span {
	padding: 8px 115px 8px 10px;
	border: 1px solid #ccc;
	margin-bottom: -1px;
	display: block;
	position: relative
}

.pay-rm_detail p>span price {
	position: absolute;
	right: 10px;
	height: 100%;
	top: 0;
	padding: 8px 0 8px 10px;
	font-style: normal;
	border-left: 1px solid #ccc;
	text-align: right;
	max-width: 110px;
	min-width: 100px
}

.back-money,
.frnt-money {
	font-style: normal
}

.back-money.hid,
.frnt-money.hid {
	display: none
}

.total-paybleRm p span price {
	font-style: normal;
	float: right;
	font-size: 15px
}

.total-paybleRm {
	float: left;
	width: 100%;
	padding: 0 15px;
	margin-top: 0
}

.total-paybleRm h3 {
	font-size: 25px;
	border: 1px solid #ccc;
	margin: 0 -25px;
	padding: 15px;
	position: relative;
	float: left;
	min-width: 320px
}

.total-paybleRm h3::after,
.total-paybleRm h3::before {
	position: absolute;
	border-width: 5px;
	border-style: solid;
	top: -11px;
	content: ''
}

.total-paybleRm a {
	color: #5C1111;
	display: inline-block;
	margin-top: 10px;
	margin-left: 0;
	font-size: 16px;
	font-weight: 700
}

.total-paybleRm a:focus {
	outline: 0
}

.total-paybleRm h3::after {
	border-color: transparent #ccc #ccc transparent;
	left: -1px
}

.total-paybleRm h3::before {
	border-color: transparent transparent #ccc #ccc;
	right: -1px
}

.total-paybleRm h3 price {
	float: right
}

.pay-rm_detail p:last-child::after {
	display: none
}

.total-paybleRm .promo-ofr-title {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px;
	position: relative;
	width: 100%;
	display: inline-block;
	padding-bottom: 5px
}

.total-paybleRm .promo-ofr-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20%;
	height: 3px;
	background: #ddd
}

.spe-ofer-sect>p span span {
	color: #7D7878
}

.total-paybleRm .persistPrice {
	padding: 0 0 10px;
	vertical-align: top
}

.total-paybleRm .persistPrice .curr_div {
	padding: 10px 15px 0!important
}

.total-paybleRm .persistPrice .curr_div:last-div {
	padding-bottom: 15px!important
}

.spe-ofer-sect {
	padding: 10px 15px
}

.spe-ofer-sect>span {
	font-size: 16px
}

.spe-ofer-sect>p {
	margin: 0
}

.spe-ofer-sect>p span {
	position: relative;
	padding-left: 20px
}

.spe-ofer-sect>p span input {
	position: absolute;
	left: 0;
	top: 2px
}

.spe-ofer-sect>p span>span {
	padding-left: 0
}

.persistPrice {
	position: fixed!important;
	top: 0;
	margin: 0 0 0 -16px!important;
	opacity: 0;
	z-index: -1;
	background: #5C1111;
	color: #fff;
	border: 0!important;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.visiblePrice {
	opacity: 1;
	z-index: 200
}

.persistPrice:after,
.persistPrice:before {
	display: none
}

.promo-form-payment {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	padding: 0 15px;
	margin-top: 10px
}

.promo-form-payment[data-tooltip]:before {
	left: 115px;
	right: 70px;
	margin-left: -50px;
	width: auto
}

.promo-form-payment input {
	width: 100%!important;
	padding: 9px 10px 8px;
	border: 1px solid #ccc;
	font-size: 14px;
	padding-right: 75px!important;
	max-width: 100%!important;
	border-radius: 3px
}

.promo-form-payment button {
	position: absolute;
	top: 0;
	right: 15px;
	box-shadow: none;
	border-radius: 0 3px 3px 0;
	height: 34px
}

.spe-ofer-sect+.promo-form-payment {
	margin-top: 0
}

.sec-title {
	margin: 0 0 8px;
	font-size: 16px;
	border-bottom: 0 solid #eee;
	color: #5C1111;
	display: inline-block;
	width: 100%
}

.vres-iloyalty {
	padding: 12px;
	width: 100%;
	margin-bottom: 10px;
	background-color: #f8f8f8
}

.loyalty-box {
	float: left
}

.wrap-loyalty-content {
	line-height: 16px;
	overflow: hidden;
	padding-left: 12px;
	display: block
}

.loyalty-card_info {
	display: -webkit-flex;
	display: flex;
	flex-flow: wrap
}

.loyalty-card_info>div {
	margin-bottom: 5px
}

.iloyaltycard {
	min-width: 280px;
	padding-right: 20px;
	flex-shrink: 0
}

.iloyaltycard .vres-btn {
	height: 32px
}

.loyalty-txt {
	flex: 1 1;
	min-width: 280px;
	margin-bottom: 0
}

.iloyaltycard input.txtInteger2 {
	max-width: 100%;
	margin-right: -4px;
	height: 32px;
	padding-right: 100px
}

.iloyaltysucess {
	position: relative
}

.iloyaltysucess .vres-btn {
	position: absolute;
	right: 0;
	box-shadow: none
}

.loyalty-box svg {
	vertical-align: top;
	height: 48px;
	width: 48px
}

#iLoyalty_PopUp {
	display: -webkit-flex;
	display: flex
}

#iLoyalty_PopUp .modal1 {
	max-width: 340px;
	width: 100%;
	margin: auto!important;
	left: 0;
	top: 0
}

.vres-iloyalty-popup .vres-modal1-header {
	padding-right: 0
}

.vres-iloyalty-popup .vres-modal1-header a.cls {
	border-left: none;
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	padding: 0!important
}

.vres-iloyalty-popup .vres-modal1-body,
.vres-iloyalty-popup .vres-modal1-header h3 {
	padding: 14px
}

.points-wrap {
	align-items: center;
	padding: 10px 0
}

.points-wrap .icon {
	display: inline-block;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, .2);
	line-height: 0;
	padding: 8px;
	margin-right: 10px
}

.points-wrap .points {
	line-height: 1.1;
	font-size: 18px
}

.card-info,
.points-wrap .points small {
	font-size: 13px
}

.card-info {
	justify-content: space-between;
	font-weight: 400
}

.card-info .ctype {
	text-align: right
}

.redeem_point {
	margin-bottom: 8px;
	position: relative;
	justify-content: space-between
}

.redeem_point>label {
	display: inline-block;
	font-size: 14px;
	font-weight: 700
}

.redeem_point small {
	font-weight: 400;
	display: block
}

.redeem_point input.txtInteger2 {
	height: 32px;
	max-width: 150px
}

.redeem_point .info-tooltip {
	position: absolute;
	color: #7D7878;
	right: 8px;
	top: 8px;
	font-size: 16px
}

.redeem_info {
	margin: 0 0 8px
}

.otp_sec {
	text-align: center
}

.credit_form-part:last-child,
.voucher_btn {
	text-align: left
}

.divOuter .verify_code {
	font-family: monospace;
	font-size: 14px;
	padding-left: 15px;
	letter-spacing: 24px;
	border: none;
	background-image: linear-gradient(to left, #999 70%, rgba(255, 255, 255, 0) 0);
	background-position: bottom;
	background-size: 32px 2px;
	background-repeat: repeat-x;
	background-position-x: 28px;
	width: 240px;
	min-width: 240px;
	line-height: 24px
}

.divOuter .verify_code.error {
	background-image: linear-gradient(to left, #F83122 70%, rgba(255, 255, 255, 0) 0);
	border: none!important
}

.divOuter .verify_code:focus {
	outline: 0;
	background-image: linear-gradient(to left, #555 70%, rgba(255, 255, 255, 0) 0)
}

.divInner {
	left: 0;
	position: sticky
}

.divOuter {
	width: 196px;
	overflow: hidden
}

.otp_sec .divOuter {
	margin: 0 auto 8px
}

.otp_sec .vres-btn {
	width: 180px;
	margin-top: 8px
}

.otpnotrecieve {
	margin-top: 12px
}

.red-note {
	color: #F83122
}

.link {
	color: #5C1111
}

.d-flex {
	display: -webkit-flex;
	display: flex
}

.astimate-time {
	margin-top: 0
}

.astimate-time b {
	font-weight: 100;
	display: inline-block;
	font-size: 16px
}

.astimate-time b label.vres-select {
	margin-left: 5px
}

.astimate-time p:first-child {
	display: block
}

.astimate-time p:last-child {
	margin-bottom: 0
}

.astimate-time p+p {
	font-size: 16px;
	margin: 0 10px 0 0;
	display: inline-block
}

.astimate-time .vres-forms,
.astimate-time form {
	margin-top: 5px;
	display: inline-block
}

.astimate-time .vres-forms p,
.astimate-time form p {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px
}

.astimate-time p small {
	color: #5c1111;
	display: block;
	margin: 5px 0
}

.astimate-time h5 {
	margin: 15px 0 0;
	font-size: 16px
}

.astimate-time .mandatory {
	margin: 0
}

.credit_card_info-wrap .vres-forms,
.credit_card_info-wrap form {
	margin-top: 10px;
	display: inline-block
}

.credit_card_info-wrap div.credit_form-part {
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	width: 100%
}

.credit_card_info-wrap div.credit_form-part label {
	width: 150px;
	display: inline-block;
	vertical-align: middle
}

.credit_card_info-wrap div.credit_form-part input {
	margin-right: 0;
	padding-right: 35px!important
}

#payment_type_block,
#payment_type_block span {
	display: flex
}

#payment_type_block span+span {
	margin-left: 20px
}

#payment_type_block label {
	width: auto!important;
	margin-left: 10px
}

.credit_card_info-wrap .credit_form-part.verify_code input {
	max-width: 100px
}

.credit_card_info-wrap .credit_form-part.cord-hold-name input {
	max-width: 250px
}

.credit_card_info-wrap .credit_form-part.clleft {
	width: 55%;
	float: left
}

.credit_card_info-wrap .credit_form-part.clleft~.credit_form-part.clright {
	float: right;
	width: 44%
}

.credit_card_info-wrap .credit_form-part .vres-select {
	max-width: 210px;
	width: 100%
}

.credit_card_info-wrap .credit_form-part.clleft~.credit_form-part.clright .vres-select {
	max-width: 180px
}

.credit-exp_date {
	display: inline-block
}

.credit-exp_date label {
	width: auto!important;
	margin-right: 15px
}

.credit-exp_date input {
	width: 45px;
	margin-right: 5px!important
}

.verify_code input {
	width: 70px
}

.vres_policy-wrap {
	padding: 15px 0 0;
	width: 100%;
	border-radius: 4px
}

.vres_policy-wrap:not(.vres-termsCond) {
	display: none
}

.vres_policy-wrap.oldUI {
	display: block
}

.vres_policy-wrap .vres-chk-box {
	display: block;
	margin-bottom: 10px!important
}

.vres_policy-wrap .vres-chk-box~br {
	display: none
}

.vres_policy-wrap h4 {
	margin: 0 0 11px;
	font-size: 20px;
	padding-bottom: 6px;
	border-bottom: none;
	width: 100%;
	float: left
}

.vres_policy-wrap p {
	width: 100%;
	float: left;
	margin-top: 0
}

.vres_policy-wrap .vres-policy {
	border: 1px solid #eee;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

#cno,
.bk-total_wrap h1,
.credit-card-wrap,
.vres-drop small {
	vertical-align: middle
}

.vres_policy-wrap .vres-policy+.vres-policy {
	margin-top: -1px
}

.vres_policy-title {
	padding: 8px 0;
	display: block;
	font-size: 15px!important;
	cursor: pointer;
	font-weight: 700
}

#cno,
.credit-card-wrap,
.policy_cnt {
	display: inline-block
}

.vres_policy-wrap.newUI .vres_policy-title {
	padding: 8px 12px
}

.vres_policy-wrap.newUI .policy_cnt {
	padding: 0 12px 10px
}

.vres_policy-wrap.newUI .policy_cnt p {
	margin: 0;
	padding-left: 22px
}

.voucher_btn,
.vres_policy-wrap label {
	margin-bottom: 5px
}

.vres_policy-wrap.newUI .vres_policy-title:before {
	content: "\f055";
	font-family: FontAwesome;
	color: #a2a6ab;
	margin-right: 5px;
	font-size: 16px;
	position: relative;
	top: 1px
}

.vres_policy-title.open:before {
	content: "\f056";
	color: #026dc5
}

.credit-card-wrap {
	position: relative
}

.credit_form-part .cardNo-text {
	background-image: url(../img/visa-card-icn-disable.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	width: 100%;
	max-width: 250px;
	padding-left: 52px;
	padding-right: 35px
}

.credit_form-part .cardNo-text~span {
	height: 8px;
	width: 15px;
	border: 2px solid #aaa;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-top: none;
	border-right: none
}

.credit_form-part .cardNo-text~span.confirm {
	border-color: #2DAC45
}

#price-break-modal1 table th,
#price-break-modal1 table tr td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd
}

.vres_policy-wrap {
	float: left;
	margin-top: 0
}

.vres_policy-wrap.newUI .vres_policy-title {
	font-size: 16px;
	font-weight: 600;
	color: #111010
}

.vres_policy-wrap label input {
	margin-right: 5px
}

.vres_policy-wrap button {
	margin-top: 0;
	font-size: 16px;
	padding: 15px 20px;
	float: right
}

.policy_cnt {
	width: 100%;
	max-height: 480px;
	overflow-y: auto
}

.voucher_btn {
	display: block;
	color: #5c1111;
	text-decoration: none;
	margin-top: 10px
}

.bk-total_wrap h1 span,
.tbl-rm-head {
	color: #5C1111
}

.bk-total_wrap {
	display: inline-block;
	margin-top: 5px;
	float: right;
	margin-left: 10px
}

.form-gro label.vres-select,
.vres-form {
	float: left
}

.bk-total_wrap h1 {
	display: inline-block;
	font-weight: 100;
	margin-right: 15px
}

.bk-total_wrap .vres-btn {
	padding: 15px 25px 12px;
	font-size: 16px
}

.tbl-responsive_pay {
	max-width: 100%;
	overflow-x: auto
}

#price-break-modal1 table {
	width: 100%;
	text-align: left;
	min-width: 860px;
	background: #fff
}

#price-break-modal1 table th {
	background: #f8f8f8
}

#price-break-modal1 table th:last-child,
#price-break-modal1 table tr td:last-child {
	border-right: 0
}

#price-break-modal1 table th,
#price-break-modal1 table tr td {
	padding: 8px 15px
}

.tbl-rm-head {
	font-weight: 700;
	font-size: 16px
}

.tbl-txt_right {
	text-align: right
}

.tbl-txt_center,
.total-pri-div+a {
	text-align: center
}

.tbl-tr_bor {
	border-bottom: 3px solid #ddd
}

.tbl-ttl_bg {
	background: #FFF2E4;
	font-size: 16px
}

.payment-frm_wrap {
	margin-top: 15px
}

.payment-frm_wrap .form-chk-wrap {
	padding: 0 15px 0 0
}

.vres-form {
	width: 100%
}

.vres-forms label.vres-select,
form label.vres-select {
	position: relative;
	font-size: 14px;
	display: inline-block;
	min-height: 34px;
	vertical-align: middle;
	border-radius: 0;
	background-color: #fff
}

.vres-forms label.vres-select i,
form label.vres-select i {
	position: absolute;
	z-index: 0;
	right: 0;
	top: 10px
}

label.vres-select i::before {
	content: '\f107'
}

.vres-forms label.vres-select .fa-caret-down,
form label.vres-select .fa-caret-down {
	margin-right: 8px
}

.vres-drop small {
	margin-right: 15px;
	font-size: 12px
}

.form-gro {
	display: inline-block;
	vertical-align: top;
	width: 40%
}

.form-gro input[type=text],
.form-gro label {
	display: inline-block;
	vertical-align: middle
}

.form-gro label {
	font-size: 14px;
	margin-right: 10px
}

.form-gro b {
	font-size: 11px;
	font-weight: 100;
	margin-top: 5px;
	display: inline-block;
	width: 100%;
	color: #669d26;
	line-height: 1
}

.form-gro a {
	font-size: 12px;
	background: #669d26;
	padding: 5px 10px;
	display: inline-block;
	border-radius: 3px;
	color: #fff;
	width: 176px;
	text-decoration: none
}

.form-gro.cus-wid {
	width: 30%!important
}

.form-gro.cus-wid label.vres-select select {
	width: 100%
}

.vres-forms label.vres-select select,
form label.vres-select select {
	position: relative;
	z-index: 1;
	background: 95% center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none
}

label.vres-select select::-ms-expand {
	display: none
}

label.vres-select span {
	display: block;
	font-size: 12px;
	line-height: 1;
	margin: 0;
	color: #e45a5a;
	position: relative;
	padding: 3px;
	z-index: 100
}

.vres-address img,
.vres-drop input[type=text],
.vres-ful {
	display: inline-block
}

.vres-chek-group b,
.vres-rdo b {
	font-weight: 100;
	font-size: 14px
}

.vres-address input,
.vres-rdo {
	margin-right: 15px
}

.vres-drop select:focus {
	outline: -webkit-focus-ring-color auto 0;
	outline-offset: 0
}

#checkavail-modal1 input:focus,
.curr_lbl a:focus,
.fl-right input:focus,
.modal1,
.paymentoption_tab a:focus,
.price_HL p a:focus,
.qick-btns a:focus,
.vres-checkavail .input-daterange label:focus,
.vres-forms textarea:focus,
.vres_detail_wrap li a:focus,
.vres_num input:focus,
.vres_num input[type=text]:focus,
form textarea:focus,
input[type=range]:focus {
	outline: 0
}

.vres-drop input[type=text]+input[type=text] {
	margin-left: 15px
}

.vres-drop textarea {
	width: 85%;
	height: 34px;
	padding: 6px 10px
}

.vres-address textarea {
	margin-left: 0;
	margin-right: 15px;
	width: 100%
}

.vres-address input+input {
	margin-left: 0!important
}

.vres-address img {
	float: none;
	vertical-align: bottom
}

.colvres-lft,
.vres-rdo {
	float: left
}

.vres-rdo,
.vres-rdo b {
	vertical-align: middle
}

.vres-rdo {
	padding: 5px 0
}

.vres-rdo input[type=radio] {
	vertical-align: middle;
	margin-right: 0
}

.pay-card {
	vertical-align: top
}

.vres-ful {
	width: 100%;
	padding: 10px
}

.vres-ful+.vres-ful {
	padding: 0
}

.vres-chek-group {
	margin-right: 15px;
	float: left;
	width: 100%;
	vertical-align: middle;
	padding: 5px 0
}

.vres-chek-group b {
	vertical-align: middle
}

.vres-chek-group input[type=radio],
.vres-chek-group input[type=checkbox] {
	vertical-align: middle;
	margin-right: 0
}

.colvres-rght {
	float: right
}

.total-pri-div {
	padding: 15px 0;
	font-size: 20px
}

.total-pri-div span {
	color: #3f4392
}

.total-pri-div+a {
	width: 150px;
	font-size: 16px;
	padding: 15px 15px 13px
}

.select-shad {
	border: 0!important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.select-shad select {
	padding: 5px 30px 5px 10px!important
}

.datepicker table tr td.active.active {
	background: #5C1111!important
}

.total-paybleRm h3 price b {
	font-weight: 400
}

.pay-rm_detail p>span price .vres-prices {
	font-weight: 400;
	font-size: 14px
}

.custom-err,
.error,
.vres-forms label.vres-select select.error,
form label.vres-select select.error {
	background-image: url(../img/error-close.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	padding-right: 25px!important;
	box-sizing: border-box
}

form label.vres-select select.error {
	max-width: 100px
}

.edit-frm-group label.vres-select select.error,
.res-taregister-wrap label.vres-select select.error {
	width: 100%;
	max-width: 100%
}

.vres-forms label.vres-select select.error,
form label.vres-select select.error {
	padding-right: 35px!important
}

.vres-forms label.vres-select select.error~.fa-caret-down,
form label.vres-select select.error~.fa-caret-down {
	right: 16px
}

.vres-loginbox .error {
	background-image: none;
	padding-left: 10px;
	padding-right: 10px!important
}

#md-4 {
	display: none
}

.modal1-scrollable {
	z-index: 1100
}

.modal1 {
	position: relative;
	top: 10%;
	left: 50%;
	z-index: 1050;
	width: 560px;
	margin-left: -280px;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box
}

.modal1.fade {
	top: -25%;
	-webkit-transition: opacity .3s linear, top .3s ease-out;
	-moz-transition: opacity .3s linear, top .3s ease-out;
	-o-transition: opacity .3s linear, top .3s ease-out;
	transition: opacity .3s linear, top .3s ease-out
}

.modal1.fade.in {
	top: 50px;
	margin-top: 0!important;
	margin-bottom: 50px;
	display: inline-block!important
}

.modal1-footer,
.modal1-form {
	margin-bottom: 0
}

.modal1-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee
}

.modal1-header .close {
	margin-top: 2px
}

.modal1-header h3 {
	margin: 0;
	line-height: 30px
}

.modal1-body {
	position: relative;
	max-height: 400px;
	padding: 15px;
	overflow-y: auto
}

.modal1-footer {
	padding: 14px 15px 15px;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff
}

.modal1-footer:after,
.modal1-footer:before {
	display: table;
	line-height: 0;
	content: ""
}

.modal1-footer:after {
	clear: both
}

.modal1-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal1-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal1-footer .btn-block+.btn-block {
	margin-left: 0
}

.vres-specialoffer {
	float: left;
	width: 100%;
	background: #2D0000;
	position: relative
}

.vres-specialoffer p {
	margin: 0;
	padding: 10px;
	color: rgba(255, 255, 255, .7);
	font-size: 14px
}

.vres-specialoffer p b.quickinfo-title {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline;
	margin-right: 20px
}

.vres-special-btn {
	display: inline-block;
	position: absolute;
	right: 20px;
	background: #181C61;
	z-index: 800;
	bottom: -45px
}

.vres-special-btn a {
	color: #efefef;
	padding: 8px 20px 12px;
	display: inline-block;
	text-decoration: none
}

.vres-offerposition {
	margin: 0!important
}

.filter-left {
	display: inline-block;
	vertical-align: middle
}

.vres-helpup {
	position: absolute;
	top: 70px;
	right: 30px;
	border-radius: 0;
	overflow: hidden;
	z-index: 105;
	padding: 15px 5px
}

.vres-helpup .vres-helpbtn {
	margin: 0;
	font-weight: 100;
	cursor: pointer;
	position: relative;
	padding: 6px 0;
	text-align: center;
	background: #fff;
	float: right;
	color: #5C1111;
	height: 45px;
	width: 45px;
	display: inline-block;
	font-size: 18px;
	border-radius: 50%;
	border: 6px solid #5C1111;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .3)
}

.vres-exprice,
.vres-exqty {
	text-align: right;
	vertical-align: middle
}

.vres-helpup .vres-helpbtn .fa-wheelchair {
	font-size: 24px!important;
	margin-top: -3px;
	margin-bottom: 0;
	line-height: 23px;
	vertical-align: middle
}

.vres-helpup .vres-helpbtn .fa {
	vertical-align: middle
}

.vres-helpdetail {
	clear: both;
	float: right;
	width: 100%;
	background: #fff;
	margin-top: 15px;
	display: none;
	max-width: 240px;
	position: relative;
	border-top: 4px solid #5C1111;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .33), 0 2px 5px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .33), 0 2px 5px rgba(0, 0, 0, .12)
}

.vres-helpdetail::after {
	content: '';
	position: absolute;
	top: -20px;
	right: 10px;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #5C1111;
	border-right: 10px solid transparent
}

.vres-helpdetail .vres-helps {
	margin: 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
	display: inline-block
}

.vres-helpdetail .vres-helps:last-child {
	border-bottom: 0 solid #eee
}

.vres-extra-div,
.vres-inextra {
	width: 100%;
	border-bottom: 1px solid #eee;
	float: left
}

.vres-helpdetail .vres-helps label {
	position: relative;
	float: left;
	font-size: 14px;
	width: 100%;
	padding: 10px 20px
}

.vres-helpdetail .vres-helps label span {
	display: block;
	font-size: 12px
}

.vres-extra-div {
	padding: 15px 0;
	margin-bottom: 20px;
	background: #fff;
	display: none;
	border-top: 1px solid #eee
}

.vres-exprice,
.vres-exqty,
.vres-exqty .vres-forms,
.vres-exqty form {
	display: inline-block
}

.vres-inextra {
	margin-bottom: 10px;
	padding-bottom: 10px
}

.vres-inextra:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0
}

.vres-exqty {
	width: 38%
}

.vres-exprice {
	width: 20%
}

.vres-exprice label {
	font: 14px
}

.vres-exprice label small {
	display: block;
	font-size: 12px
}

.vres-ex-cntleft {
	width: 40%;
	display: inline-block;
	vertical-align: middle
}

.vres-ex-cntleft p {
	margin: 0;
	padding-left: 16px;
	font-size: 12px;
	float: left;
	color: rgba(0, 0, 0, .7)
}

#extra-btn {
	margin-left: 20px
}

.vres-emailwid {
	width: 90%;
	max-width: 250px
}

.selwidth {
	width: 100%
}

.arselect {
	width: 32%
}

.arselect select {
	width: 100%
}

.txt-center {
	text-align: center
}

.txt-left {
	text-align: left
}

.chkwid {
	width: 60%
}

.fotorama__stage.fotorama__pointer,
.fotorama__stage__shaft {
	max-height: 450px
}

.vres-photogroup-btn {
	position: absolute;
	display: inline-block;
	z-index: 14000;
	margin: 10px;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	right: 0;
	top: 0
}

.vres-photogroup-btn a {
	display: inline-block;
	padding: 10px 15px 7px;
	font-size: 14px;
	color: #3b3b3b!important;
	background-color: #eee;
	text-decoration: none
}

.photo-box {
	display: none;
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: center
}

.photo-box .fotorama {
	display: inline-block
}

.gallerybtn {
	display: none;
	background: #5c1111
}

.vres-checkavail {
	display: inline-block;
	vertical-align: bottom;
	margin: 0
}

.vres-checkavail label {
	text-align: left;
	font-size: 14px;
	display: block;
	padding-bottom: 4px;
	color: #333
}

.vres-checkavail input.form-control {
	height: 34px;
	text-align: left
}

.ava_modal1cls {
	width: 1200px!important;
	margin-left: -600px!important
}

.vres-checkavail .date .input-group-addon {
	position: absolute;
	margin-top: 0;
	margin-left: 0;
	color: rgba(0, 0, 0, .5);
	font-size: 20px;
	background: 0 0;
	border: none;
	text-shadow: none;
	line-height: 1;
	top: 0;
	left: 0
}

.nav-rgtmrg {
	margin-right: 0;
	display: inline-block;
	width: auto;
	margin-bottom: -2px
}

.booking-sumbtn {
	display: none;
	background: #fff;
	position: fixed;
	right: 0;
	top: 335px;
	z-index: 801
}

.booking-sumbtn b {
	font-size: 8px;
	bottom: 8px;
	left: 5px;
	cursor: pointer;
	position: absolute
}

.booking-sumbtn i {
	padding: 15px 15px 20px;
	cursor: pointer;
	box-shadow: -2px 0 2px rgba(0, 0, 0, .3)
}

.rig-sum {
	right: 0!important
}

.rig-sum-btn {
	right: 236px!important
}

.vres-check-wrap {
	text-align: center;
	margin: 7px 0
}

.vres-check-wrap .vres-checkavail input.form-control {
	max-width: 99px;
	background-color: rgba(0, 0, 0, 0);
	height: 22px;
	border: 0;
	padding: 5px;
	width: inherit
}

.vres-check-wrap .vres-checkavail input.form-control.dtformat_dFY_1,
.vres-check-wrap .vres-checkavail input.form-control.dtformat_dFY_2 {
	max-width: 129px
}

.vres-check-wrap .vres-checkavail .input-group.date {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ccc
}

.vres-check-wrap .vres-checkavail .input-group.date input:focus {
	box-shadow: none;
	background-color: #FFE6A0!important;
	color: rgba(0, 0, 0, .7)
}

.vres-check-wrap .vres-checkavail .input-group.date .vres-select input:focus {
	box-shadow: none;
	background-color: #fff!important;
	color: rgba(0, 0, 0, .7)
}

.vres-check-wrap .vres-checkavail .input-group.date input::selection {
	background: 0 0!important
}

.vres-check-wrap .vres-checkavail .input-group.date select {
	border: 0;
	width: 100%;
	min-width: 70px
}

.vres-check-wrap .vres-checkavail .input-group.date select:focus {
	box-shadow: none
}

.vres-check-wrap .vres-checkavail .chkinout .input-group.date {
	padding: 5px 5px 5px 32px;
	position: relative
}

.input-group.date {
	position: relative
}

.vres-checkavail .input-daterange label {
	margin-right: 5px
}

.vres-checkavail .input-daterange label.vres-select {
	height: 34px;
	margin-right: 0;
	width: 100%
}

.vres-checkavail .input-daterange label.vres-select.vr-nights {
	width: 50px
}

.vres-checkavail .input-daterange label.vres-select.vr-nights .txtbox {
	background: 0 0;
	position: relative;
	z-index: 6;
	padding-right: 0
}

.vres-checkavail .input-daterange label.vres-select.vr-nights select {
	width: 50px;
	min-width: 50px
}

.vres-date {
	display: inline-block
}

.vres-flex-div {
	margin-top: 15px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: box;
	display: -webkit-flex;
	display: flex
}

.col-left-card {
	-webkit-box-flex: 0;
	box-flex: 0;
	-webkit-flex: initial;
	flex: initial
}

.col-right-card {
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

.pay-in {
	display: inline-block
}

.datepicker {
	border-radius: 0!important;
	padding: 0!important
}

.datepicker.dropdown-menu {
	border: 0 solid #eee!important
}

.datepicker table thead {
	background: #5C1111;
	border-radius: 4px 4px 0 0;
	color: #f8f8f8
}

.datepicker table thead tr th {
	border-radius: 0
}

.datepicker table thead tr th:hover {
	background: rgba(0, 0, 0, .2)
}

.datepicker table thead tr th.next,
.datepicker table thead tr th.prev {
	font-size: 24px
}

.datepicker tfoot tr th:hover,
.datepicker thead tr:first-child th:hover {
	background: rgba(0, 0, 0, 0)!important
}

.datepicker-dropdown:after,
.datepicker-dropdown:before {
	border-color: transparent transparent #5C1111!important
}

#contactus-modal1.modal1 {
	max-width: 270px;
	left: 0;
	right: 0;
	top: 30px;
	margin: 0 auto!important
}

#contactus-modal1.modal1 .vres-modal1-body {
	padding: 20px
}

#contactus-modal1.modal1 .vres-modal1-body .vres-forms input,
#contactus-modal1.modal1 .vres-modal1-body form input {
	width: 100%
}

#contactus-modal1.modal1 .vres-modal1-body .vres-forms input+input,
#contactus-modal1.modal1 .vres-modal1-body form input+input {
	margin-top: 15px
}

#contactus-modal1.modal1 .vres-modal1-body .vres-forms a.vres-btn,
#contactus-modal1.modal1 .vres-modal1-body form a.vres-btn {
	width: 100%;
	text-align: center;
	margin-top: 15px
}

.filter-left {
	width: 76.66666667%;
	padding-right: 20px
}

.vres-fliter.cur {
	padding: 13px
}

.vres-fliter.cur p {
	color: #fff
}

.vres-hdrop-box {
	position: relative
}

.vres-cur-label {
	font-size: 12px;
	color: #fff;
	position: relative;
	float: left
}

.vres-cur-label label {
	display: inline-block;
	vertical-align: middle;
	padding: 12px 15px 11px;
	cursor: pointer;
	border-radius: 4px 4px 0 0;
	font-size: 14px
}

.drop-submenu {
	position: absolute;
	right: 0;
	top: 100%;
	width: 272px;
	background: #fff;
	display: none;
	z-index: 800;
	box-shadow: 0 6px 3px rgba(0, 0, 0, .33), 0 7px 5px rgba(0, 0, 0, .12);
	border-radius: 0 0 4px 4px
}

.drop-submenu ul,
.drop-submenu ul li {
	display: inline-block;
	vertical-align: top
}

.drop-submenu.currency-submenu {
	width: 916px
}

.drop-submenu ul {
	padding: 0;
	margin: 0;
	width: 100%
}

.drop-submenu ul li {
	cursor: pointer;
	width: 100%
}

.vres-navright ul.vres-navbar>li.vres-hdrop-box .drop-submenu ul li a,
.vres-navright ul.vres-navbar>li.vres-hdrop-box .drop-submenu ul li label {
	color: #333;
	width: 100%;
	display: block;
	text-decoration: none;
	padding: 6px 15px 5px;
	text-align: left;
	position: relative
}

.vres-navright ul.vres-navbar>li.vres-hdrop-box .drop-submenu ul li a .countrycode_li,
.vres-navright ul.vres-navbar>li.vres-hdrop-box .drop-submenu ul li label .countrycode_li {
	width: 34px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #0465db;
	font-weight: 100
}

.vres-navright ul.vres-navbar>li.vres-hdrop-box .drop-submenu ul li a .countrycode_li::after,
.vres-navright ul.vres-navbar>li.vres-hdrop-box .drop-submenu ul li label .countrycode_li:after {
	content: '-';
	position: absolute;
	right: 0;
	top: 0
}

.vres-navright ul.vres-navbar>li.vres-hdrop-box .drop-submenu ul li a:hover {
	background: rgba(0, 0, 0, .1)
}

.vres-cur-label.open .drop-submenu {
	display: block
}

.vres-navright ul.vres-navbar>li a#cur_btn_wrap,
.vres-navright ul.vres-navbar>li#ofr-btn a,
.vres-navright ul.vres-navbar>li.vres-lang-btn a {
	padding: 29px 16px 8px
}

.vres-navright ul.vres-navbar>li a#cur_btn_wrap:-moz-any-link,
.vres-navright ul.vres-navbar>li#ofr-btn a:-moz-any-link,
.vres-navright ul.vres-navbar>li.vres-lang-btn a:-moz-any-link {
	padding: 28px 16px 8px
}

.vres-navright ul.vres-navbar>li#ofr-btn a,
li a#cur_btn_wrap {
	border-right: 1px solid rgba(255, 255, 255, .15)
}

.vres-navright ul.vres-navbar>li a#cur_btn_wrap em,
.vres-navright ul.vres-navbar>li.vres-lang-btn a em {
	font-size: 12px;
	vertical-align: middle;
	float: right;
	margin-top: 4px
}

.drop-submenu .scroll,
.drop-submenu.currency-submenu .scroll {
	max-height: 50vh
}

.drop-submenu .curr_heading {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin-top: 12px;
	width: 100%;
	text-align: left;
	padding: 5px 5px 5px 15px;
	color: #000
}

.curr_search {
	padding: 8px 12px
}

.curr_search .be-input[type=text] {
	width: 100%;
	max-width: inherit;
	color: initial;
	font-size: 15px;
	height: 38px
}

.drop-submenu.currency-submenu ul {
	text-align: left;
	padding: 5px;
	font-size: 0
}

.drop-submenu.currency-submenu ul li {
	display: inline-block;
	width: 25%;
	margin-bottom: 5px;
	font-size: 1rem
}

.currency-submenu .curr_select_suggest {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex
}

.currency-submenu .curr_select_suggest .curr_ss,
.currency-submenu .curr_select_suggest ul li {
	width: 50%
}

.currency-submenu .pr10 {
	padding-right: 10px
}

.vres-navright ul.vres-navbar>li.vres-hdrop-box .drop-submenu.currency-submenu ul li a {
	font-size: 13px;
	padding: 6px 5px 4px 45px;
	color: #000;
	position: relative;
	line-height: 1.4
}

.vres-navright ul.vres-navbar>li.vres-hdrop-box .drop-submenu.currency-submenu ul li a:hover {
	background-color: #eee
}

.vres-navright ul.vres-navbar>li.vres-hdrop-box .drop-submenu.currency-submenu ul li a .countrycode_li {
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 8px;
	top: 6px;
	color: #0465db;
	font-weight: 100
}

.vres-navright ul.vres-navbar>li.vres-hdrop-box .drop-submenu.currency-submenu ul li a .countrycode_li::after {
	content: '-';
	position: absolute;
	right: -7px;
	top: 0
}

.drop-submenu.language-subDrop ul li a {
	padding-left: 15px!important
}

.drop-submenu ul li.selected_country_currency a,
.drop-submenu ul li.selected_country_currency label {
	background-color: rgba(252, 189, 71, .2);
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
	pointer-events: none
}

.vres-navright ul.vres-navbar>li.vres-hdrop-box .drop-submenu.currency-submenu ul li label {
	font-size: 13px;
	padding: 6px 5px 4px 45px;
	color: #000;
	position: relative;
	line-height: 1.4;
	cursor: default
}

.vres-navright ul.vres-navbar>li.vres-hdrop-box .drop-submenu ul li label {
	color: #333;
	width: 100%;
	display: block;
	text-decoration: none;
	padding: 9px 15px;
	text-align: left;
	position: relative
}

.vres-navright ul.vres-navbar>li.vres-hdrop-box .drop-submenu.currency-submenu ul li label .countrycode_li {
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 8px;
	top: 6px;
	color: #0465db;
	font-weight: 100
}

.vres-cur-label.open .cur-btn {
	border-radius: 0;
	position: relative
}

.vres-pop-down {
	position: relative
}

.vres-pop-down .pop-drop {
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 100%;
	text-align: left;
	background: #fff;
	z-index: 800;
	width: 450px;
	display: none;
	box-shadow: 0 6px 3px rgba(0, 0, 0, .33), 0 7px 5px rgba(0, 0, 0, .12);
	border-radius: 0 0 4px 4px
}

.log-form,
.pop-drop-head {
	position: relative;
	z-index: 10;
	background: #fff
}

.pop-drop-head {
	width: 100%;
	display: inline-block;
	padding: 10px 15px;
	border-bottom: 1px solid #eee
}

.pop-drop-head h3 {
	margin: 0
}

.vres-pop-down.open .pop-drop {
	display: block
}

.vres-pop-down.open .pop-down-btn {
	border-radius: 0
}

.dis-fle {
	display: flex
}

.log-form {
	height: 100%;
	float: left;
	flex: initial
}

.log-form input {
	width: 100%;
	max-width: 100%!important
}

.log-form input+input {
	margin-top: 10px
}

.log-form>.vres-forms>a.vres-btn,
.log-form>form>a.vres-btn {
	font-size: 14px!important;
	padding: 6px!important;
	width: 100%
}

.log-form>.vres-forms>a.forgo-pass,
.log-form>form>a.forgo-pass {
	color: #5C1111;
	padding: 5px 0!important;
	margin: 5px 0;
	font-size: 12px!important
}

.log-with {
	width: 50%;
	float: left;
	padding: 15px;
	background: #f8f8f8;
	border-left: 1px solid #eee;
	flex: 1
}

.log-with span.or-div {
	font-size: 14px;
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 5px 0;
	margin: 3px 0;
	color: rgba(0, 0, 0, .4)
}

.log-with p {
	font-size: 12px;
	margin: 0
}

.log-fb a.fb-sign,
.log-with a.regi-btn {
	font-size: 14px!important;
	border-radius: 3px;
	width: 100%
}

.log-with a.regi-btn {
	background: #2DAC45;
	padding: 6px!important;
	margin-top: 10px
}

.log-fb a.fb-sign {
	background: #3b5998;
	padding: 6px 10px 7px!important
}

.log-fb a.fb-sign i {
	display: inline-block!important;
	vertical-align: middle!important
}

.vres-pop-down .popcontactfrm {
	padding: 15px;
	width: 240px
}

.vres-modal1-cnt .frm-control {
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px
}

.vres-modal1-cnt .vres-btn {
	font-size: 14px
}

.currtitle {
	display: none
}

.vres-back-top {
	background: rgba(0, 0, 0, .6);
	color: #fff;
	padding: 4px 15px 6px;
	position: fixed;
	font-size: 11px;
	text-align: center;
	border-radius: 3px 3px 0 0;
	cursor: pointer;
	display: none;
	z-index: 100;
	width: 50px;
	right: 43px;
	bottom: 0;
	margin: 0 auto
}

.vres-back-top em {
	display: block;
	font-size: 30px
}

.deal-mr,
.vres-spedeal {
	display: inline-block;
	font-size: 12px
}

.deal-wrapper,
.vshow {
	display: inline-block
}

.vres-spedeal {
	background: #de1f1f;
	color: #fff;
	font-weight: 600;
	padding: 6px 6px 5px;
	position: absolute;
	right: -1px;
	top: 10px
}

.vres-spedeal:after,
.vres-spedeal:before {
	content: '';
	position: absolute;
	right: -6px
}

.vres-spedeal:before {
	background: #de1f1f;
	height: 100%;
	width: 10px;
	top: 0
}

.vres-spedeal:after {
	bottom: -6px;
	height: 0;
	width: 0;
	border-top: 3px solid #921313;
	border-left: 3px solid #921313;
	border-bottom: 3px solid transparent;
	border-right: 3px solid transparent
}

.datepicker-days {
	background: #5C1111
}

.datepicker-days table tbody {
	background: #fff
}

.datepicker-days table tr td.day,
.datepicker-days table tr td.day:hover,
.datepicker-days table tr td.disabled,
.datepicker-days table tr td.disabled:hover {
	border-radius: 0!important
}

.deal-mr {
	position: relative;
	right: -3px;
	top: -2px
}

.deal-mr a {
	text-decoration: none;
	color: #000
}

.deal-wrap-ans {
	position: relative;
	left: 0;
	right: 0;
	z-index: 40;
	text-align: left;
	display: none;
	margin: 0 -85px 0 -10px
}

.deal-wrap-ans p {
	font-size: 14px;
	padding: 10px 13px;
	margin: 5px 0 0;
	color: #000;
	background: #f1f1f1;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}

.vres-search {
	display: none!important
}

#vres-mapbtn,
.vres-probtn {
	display: none
}

.vres_search_bg {
	background: #fff;
	color: #5C1111!important
}

.vres-filtWrapper {
	width: 100%
}

.vres-probtn {
	border-right: 0
}

.vres-prog-wrap {
	position: fixed;
	background: rgba(0, 0, 0, .6);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	display: none;
	z-index: 12000
}

.vres-prog-div {
	display: inline-block;
	background: #fff;
	min-width: 500px;
	position: relative;
	min-height: 118px;
	margin-top: -59px;
	top: 50%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .35)
}

.vres-prog-div>div {
	display: inline-block;
	width: 100%
}

.vres-prog-div h3 {
	float: left;
	width: 100%;
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	padding: 35px 0 15px
}

.vres-prog-div .prog-section {
	width: 100%;
	float: left;
	height: 5px;
	background: #f8f8f8;
	text-align: left;
	overflow: hidden
}

.vres-prog-div .prog-section .inner-prog {
	height: 100%;
	width: 0%;
	background: #5C1111
}

.vres-prog-div .prog-img {
	max-width: 200px;
	width: 100%;
	border-radius: 3px;
	margin-bottom: 25px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .33), 0 2px 5px rgba(0, 0, 0, .12)
}

.adrm-wrap {
	display: inline-block;
	margin-left: 0
}

.vres_num {
	border: 1px solid #ccc;
	border-radius: 3px;
	display: none;
	background: #fff
}

.vres_num a {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: #333;
	padding: 6px 10px 3px
}

.vres_num a:first-child {
	border-radius: 3px 0 0 3px;
	border-right: 1px solid #ccc
}

.vres_num a:last-child {
	border-radius: 0 3px 3px 0;
	border-left: 1px solid #ccc;
	padding: 6px 11px 3px
}

.vres_num input,
.vres_num input[type=text] {
	max-width: 25px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border: 0;
	height: 24px;
	font-size: 14px
}

.vres_num input:focus,
.vres_num input[type=text]:focus {
	box-shadow: none
}

.vres_head-banner {
	display: inline-block;
	position: relative;
	width: 100%;
	background: 0 0
}

.vres_head-banner .vres-logo {
	display: none
}

.vres_head-banner .vres_bnr_img {
	width: 100%
}

.vres_head-banner .vres-navright {
	position: absolute;
	z-index: 750;
	top: 0;
	right: 100px
}

.vres-bnr .vres-check-wrap {
	margin: 12px 0
}

.vres_head-banner .vres-navright ul.vres-navbar>li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	background: rgba(255, 255, 255, .7);
	border-radius: 3px;
	color: #3F4392!important
}

.vres_head-banner .vres-navright ul.vres-navbar>li.open,
.vres_head-banner .vres-navright ul.vres-navbar>li.vres-bgli {
	border-radius: 3px 3px 0 0
}

.special_deal_sm,
.vre_prepaid_wrap {
	border-radius: 0 0 3px 3px
}

.vres_head-banner .vres-navright ul.vres-navbar>li a {
	display: inline-block;
	vertical-align: middle;
	color: #3F4392
}

.vres_head-banner .vres-navright ul.vres-navbar>li:hover {
	background: rgba(255, 255, 255, 1)
}

.vres_head-banner .vres-hdrop-box {
	float: none
}

.vres_head-banner .dis-fle a.fb-sign,
.vres_head-banner .dis-fle a.regi-btn,
.vres_head-banner .dis-fle a.vres-btn.bt-primary,
.vres_head-banner .popcontactfrm a {
	color: #fff!important
}

.rate_txt {
	display: inline-block;
	float: right;
	padding: 6px;
	font-size: 14px;
	text-align: right;
	vertical-align: middle;
	margin: 0
}

.input-daterange label {
	display: inline-block
}

.input-daterange label p {
	margin: 0;
	padding-bottom: 5px
}

.special_deal_sm {
	display: none;
	padding: 10px;
	background-color: #FFEFEF;
	float: left;
	position: relative;
	width: 100%;
	border-top: 1px solid #ccc;
	clear: both;
	line-height: 1.4
}

.special_deal_sm p {
	margin: 0;
	font-size: 12px;
	padding-left: 20px
}

.special_deal_sm p b {
	color: #d80101;
	display: block;
	font-size: 14px;
	margin-bottom: 2px
}

.special_deal_sm p b i {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 16px
}

.promo-bk_info_mobile,
.vres_room_info {
	position: absolute;
	top: 8px;
	height: 25px;
	width: 25px;
	border-radius: 3px;
	font-size: 16px;
	font-family: Georgia, sans-serif;
	font-style: italic;
	z-index: 2;
	transition: all ease .2s;
	text-align: center;
	display: none;
	text-decoration: none
}

.vres_room_info {
	right: 10px;
	padding: 1px 0;
	color: #5C1111;
	border: 1px solid #ddd
}

.promo-bk_info_mobile {
	right: 45px;
	padding: 3px 0;
	color: #544110;
	border: 1px solid #E6C575;
	background-color: #ffe6a6
}

.offr_bg {
	background: #2D0000
}

#ofr-btn:hover:after {
	background: #181C61
}

#ofr-btn img {
	max-width: 20px;
	transition: all ease .2s
}

.vres_room_info_wrap {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	display: none;
	text-align: center;
	float: left;
	padding: 10px;
	z-index: 10;
	border-radius: 3px
}

.vres_room_info_wrap img {
	max-width: 180px!important;
	margin-bottom: 10px
}

.vres_room_info_wrap p {
	margin: 0 0 5px;
	font-size: 14px
}

.vres_room_info_wrap .mr_info_rm {
	width: 100%;
	float: left;
	margin: 10px 0
}

.vres_room_info_wrap .mr_info_rm h4 {
	margin: 0;
	background: #f8f8f8;
	padding: 10px;
	text-align: left;
	position: relative;
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3), 0 2px 4px rgba(0, 0, 0, .12)
}

.vres_room_info_wrap .mr_info_rm h4 i {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: #eee;
	padding: 13px 18px;
	border-left: 1px solid #eee
}

.chk_wrapper,
.vres_bnr {
	float: left;
	position: relative;
	width: 100%
}

.mr_inf_cnt {
	padding: 10px;
	text-align: left;
	display: none;
	margin: 0 5px;
	border: 1px solid #ddd;
	border-top: 0 solid #eee
}

.chk_wrapper {
	min-height: 234px
}

.chk_wrapper .img_banner_div_cls {
	overflow: hidden
}

.chk_wrapper.chkimg_notfound {
	min-height: 100px
}

.vres_bnr {
	min-height: 230px;
	overflow: hidden
}

.vres_bnr img {
	width: 100%;
	min-width: 1550px
}

.vres_bhk_pos {
	position: absolute;
	margin: 0 auto;
	bottom: 80px;
	max-width: 900px;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%
}

.vres_bhk_pos .full-bar-wrapper {
	background: rgba(0, 0, 0, .75);
	border-bottom: 0;
	padding: 15px;
	border-radius: 0;
	width: 100%;
	display: inline-block;
	float: none;
	vertical-align: top
}

.vres_bhk_pos .full-bar-wrapper .input-daterange label p {
	color: #fff;
	margin-bottom: 3px
}

.vres_bhk_pos .full-bar-wrapper .input-daterange label p>label {
	color: currentColor;
	margin: 0;
	padding: 0
}

.vres_center {
	display: inline-block
}

.bnr-img.mobile,
.bnr-img.tab {
	display: none
}

.serach_show {
	display: inline-block!important
}

.help_pop {
	display: none!important
}

.help_pop .vres-helpdetail {
	margin-top: 0;
	color: #3f4392;
	width: 100%!important;
	display: none
}

.help_pop .vres-helps {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #eee
}

.help_pop .vres-helps:last-child {
	border-bottom: 0
}

.vres_basicWrap,
.vres_gallery_wrap,
.vres_roomWrap {
	border-bottom: 1px solid #ccc
}

.help_pop .vres-helps label {
	color: #000;
	padding: 10px 20px
}

.help_pop .vres-helps label i {
	color: #000;
	display: block;
	position: absolute;
	left: 10px
}

.help_pop .vres-helps label span {
	display: block
}

.vres_rm_info {
	width: 100%;
	float: left;
	margin-top: 0
}

.vres_rm_info p i {
	font-size: 18px;
	color: #999;
	margin-right: 5px
}

.vres_rm_info button {
	margin-left: 15px
}

.vres-tab-cnt .fotorama__stage {
	max-height: 1000px!important
}

.vres_gallery_wrap {
	width: 100%;
	float: left
}

.vres_basicWrap {
	float: left;
	width: 100%
}

.vres_basicAme {
	width: 100%;
	float: left;
	margin: 15px 0
}

.head_basicAme {
	margin: 0;
	font-size: 20px;
	color: #5c1111
}

.amenities {
	float: left;
	width: 100%
}

.basicAmeList {
	margin: 15px 0 0;
	float: left;
	width: 50%;
	padding: 0 10px
}

.vres_basicAme p,
.vres_roomWrap p {
	font-size: 14px;
	margin: 10px 0 0;
	color: rgba(0, 0, 0, .6)
}

.basicAmeList li {
	list-style: none;
	font-size: 14px;
	padding: 3px 0
}

.basicAmeList li i {
	width: 25px;
	text-align: center;
	color: #5c1111
}

.vres_roomWrap {
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	background: #f8f8f8
}

.vres_roomCapWrap {
	width: 100%;
	float: left;
	padding: 15px 0
}

.vres_roomCapWrap h4 {
	margin: 0 0 15px;
	font-weight: 400;
	color: rgba(0, 0, 0, .7);
	padding-left: 22px;
	position: relative
}

.enqire_temp h4,
.filter-btn-wrap span b {
	font-weight: 100
}

.vres_roomCapWrap h4 i {
	position: absolute;
	left: 0;
	top: 2px
}

.vres_roomCapWrap h4 b {
	color: #000
}

.vres_roomCapWrap p {
	font-size: 14px;
	color: rgba(0, 0, 0, .6);
	margin: 0
}

.vres_jBook {
	display: none;
	font-size: 12px;
	color: #906816
}

.map_wrap,
.map_wrap iframe {
	width: 100%
}

.mrHid {
	display: none
}

.vres_room_infoBg {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: 1032;
	display: none
}

.vres_detail_wrap {
	margin: 0;
	padding: 5px 0;
	background: #fff;
	right: 0;
	top: 30px;
	width: 190px;
	z-index: 1035;
	display: none;
	position: absolute;
	-webkit-transition: all cubic-bezier(.93, -.44, .12, 1.25) .2s;
	transition: all cubic-bezier(.93, -.44, .12, 1.25) .2s;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-webkit-transform: scale(0);
	-webkit-transform-origin: top right;
	transform: scale(0);
	transform-origin: top right
}

.slideDetail {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.vres_detail_wrap li {
	list-style: none;
	border-bottom: 1px solid #eee
}

.vres_detail_wrap li:last-child {
	border-bottom: 0
}

.vres_detail_wrap li a {
	font-size: 14px;
	text-decoration: none;
	color: #000;
	padding: 12px 15px;
	display: inline-block;
	width: 100%
}

.vres_detail_wrap li a:hover {
	background: #f8f8f8
}

.vres_detail_wrap li.div_compare {
	width: 100%;
	text-align: left;
	padding: 6px 15px!important;
	position: relative
}

.vres_detail_wrap li.div_compare .compare_toggle_btn2 {
	position: relative
}

.vres_detail_wrap li.div_compare span.compareroom {
	font-size: 14px
}

.footerFixed {
	position: fixed;
	bottom: 0;
	margin-bottom: 0
}

.vres_frmcaptch,
.vres_frmcaptch a {
	position: relative
}

.marBotom {
	margin-bottom: 75px
}

.vres_rmLeft {
	margin-right: -1px!important
}

.vre_prepaid_wrap p {
	margin: 0;
	text-align: left;
	color: #0b8604;
	display: inline-block
}

.bt-block,
.enqire_temp {
	text-align: center;
	width: 100%
}

.bt-block {
	display: block
}

.en_form,
.enq_drop label,
.enqire_temp,
.vres_frmcaptch a {
	display: inline-block
}

.enqire_temp {
	padding: 15px
}

.en_form {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 15px 0;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #fff
}

.enq-left {
	float: left;
	width: 50%
}

.enq-left.pad-right {
	padding-right: 7px
}

.enq-left.pad-left {
	padding-left: 7px
}

.enq-full {
	width: 100%;
	float: left;
	text-align: left
}

.enq-full .captcha-txt {
	width: auto;
	display: inline-block;
	vertical-align: middle
}

.en_form .vres-checkavail {
	width: 100%
}

.en_form .vres-select {
	width: 100%;
	max-width: 100%;
	margin-bottom: 15px
}

.en_form .vres-select select {
	max-width: 100%
}

.enqire_temp h4 {
	margin: 0;
	font-size: 16px;
	color: #521111
}

.enqire_temp h4 b {
	margin: 0!important
}

.en_form input,
.en_form textarea {
	margin-bottom: 15px;
	max-width: 100%!important;
	width: 100%
}

.en_form input[type=submit] {
	padding: 10px 15px 9px
}

.en_form textarea {
	height: 82px
}

.en_form .datepicker.dropdown-menu {
	z-index: 2150!important
}

.en_form label.vres-date,
.en_form label.vres-date input {
	width: 100%
}

.en_form label.vres-date input {
	margin-bottom: 10px;
	padding-left: 30px
}

.enq_drop,
.vres_frmcaptch {
	margin-bottom: 15px
}

.enq_drop label {
	margin-right: 7px!important
}

.enq_drop label:last-child {
	margin-right: 0!important
}

.vres_frmcaptch b.frm_cap {
	margin: 0 5px 5px;
	text-align: left!important;
	width: 100%;
	font-weight: 100
}

.vres_frmcaptch input {
	margin-bottom: 0
}

.vres_frmcaptch a {
	color: #5C1111;
	text-decoration: none;
	margin: 5px 5px 0;
	text-align: left;
	font-size: 13px;
	vertical-align: middle
}

.vres_frmcaptch a:after {
	content: 'This question is being asked in order to prevent Unauthorized Inquiry.';
	position: absolute;
	height: inherit;
	color: #000;
	left: 0;
	bottom: 120%;
	cursor: text;
	display: none;
	font-size: 13px;
	padding: 6px 10px;
	background: #f8f8f8;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3), 0 2px 4px rgba(0, 0, 0, .12)
}

.en_form .enq-left label.vres-select select.error {
	max-width: 100%
}

.vres_frmcaptch a:after:hover {
	display: none
}

.vres_frmcaptch a:hover:after {
	display: block
}

.en_form a.subhead-btn {
	padding: 8px 15px!important;
	margin-bottom: 15px;
	float: left;
	width: auto
}

.vrem_left {
	width: 60%;
	float: left;
	margin-top: 10px
}

.vrem_left b {
	width: auto;
	padding-right: 10px;
	text-align: left;
	margin-right: 5px;
	position: relative
}

.vrem_left b:after {
	content: ':';
	position: absolute;
	right: 2px
}

.rm_capacity {
	display: inline-block;
	line-height: 1.4;
	margin-bottom: 1px
}

.rm_capacity [data-tooltip]:before {
	left: 140%;
	right: -140%
}

.filter-btn2 {
	display: none
}

.filter-btn1 {
	box-shadow: none;
	background: #dedede;
	color: #000!important;
	margin-left: 0;
	width: 100%;
	text-align: center;
	border-right: 1px solid #ccc;
	border-radius: 3px 0 0 3px
}

.filter-btn-wrap:not(:-moz-handler-blocked) .filter-btn1 {
	padding: 10px 15px 9px
}

.filter-btn1:focus,
.filter-btn1:hover {
	box-shadow: none
}

.bkrm-img-wrap img,
.profile-drop a img.profile-pic,
.usr-chk-box,
.vres-prof-pic img {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.vres-check-wrap .vres_promo-btn {
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 7px;
	position: relative
}

.vres-check-wrap .vres_promo-btn.promo_applied {
	border-radius: 3px
}

.vres-check-wrap .vres_promo-btn .btn-txt {
	padding: 8px 10px 6px 28px;
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: left;
	border-radius: 3px 3px 0 0
}

.vres-check-wrap .vres_promo-btn.promo_applied .btn-txt {
	border: 0 solid #388E3C
}

.vres-check-wrap .vres_promo-btn .btn-txt i {
	position: absolute;
	top: 9px;
	left: 12px;
	font-size: 12px
}

.vres-check-wrap .vres_promo-btn label {
	position: absolute;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	top: 100%;
	left: 0;
	min-width: 140px
}

.promo-popUp,
.vres-apply {
	display: none
}

.filter-btn-wrap,
.price_HL {
	vertical-align: middle
}

.promo-popUp {
	position: absolute;
	background: #fff;
	z-index: 9100;
	padding: 20px;
	border-top: 4px solid #5C1111
}

.promo-popUp:after {
	content: '';
	position: absolute;
	top: -20px;
	right: 25px;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #5C1111;
	border-right: 10px solid transparent
}

.acc_bnr_wrap,
.filter-btn-wrap,
.filter-btn-wrap span,
.filter-btn-wrap span b,
.price_HL,
.price_HL p,
.price_HL p a {
	display: inline-block
}

.filter-wrapper_div {
	float: left;
	width: 100%;
	margin-top: 25px;
	padding: 0;
	position: relative;
	z-index: 1
}

.filter-wrapper_div .col-right-card {
	background: rgba(255, 255, 255, 1);
	padding: 0
}

.filter-bk_summery {
	float: right;
	width: 100%;
	position: relative;
	background: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 3px 3px 0 0
}

.filter-bk_summery::after,
.filter-bk_summery::before {
	position: absolute;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	content: ''
}

.filter-bk_summery::before {
	bottom: -5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
	border-color: transparent #ccc #ccc transparent
}

.filter-bk_summery::after {
	bottom: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
	border-color: transparent #f8f8f8 #f8f8f8 transparent
}

.filter-bk_summery p {
	margin: 0;
	padding: 10px 15px 9px;
	font-size: 14px;
	text-align: center
}

.filter-bk_summery p:-moz-any-link {
	padding: 7px 15px
}

.mor_filter-wrapper {
	float: left;
	width: 100%;
	background: #f8f8f8;
	border-radius: 3px;
	border: 1px solid #ccc
}

.filter-price-wrap {
	float: left;
	width: auto
}

.price_HL {
	border-left: 1px solid #ddd
}

.price_HL p {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 14px
}

.price_HL p a {
	padding: 10px 15px;
	color: #5C1111;
	text-decoration: none;
	line-height: 1
}

.price_HL p a i {
	margin-left: 3px;
	font-size: 12px
}

.filter-btn-wrap span {
	font-size: 10px;
	background: #fff;
	border-top: 1px solid #ddd;
	position: relative;
	padding: 2px 5px
}

.show-price-wrap {
	float: right;
	width: auto
}

.show-price-wrap .shPwrap {
	float: right;
	margin: 0;
	padding: 0 10px;
	border-left: 1px solid #ddd
}

.show-price-wrap .shPwrap a.shpriceBtn {
	display: inline-block;
	padding: 10px 7px 9px;
	text-decoration: none;
	color: #717171;
	position: relative;
	margin-left: 10px
}

.show-price-wrap .shPwrap a.shpriceBtn+a.shpriceBtn {
	margin-left: 5px
}

.show-price-wrap .shPwrap a.active {
	color: #000
}

.show-price-wrap .shPwrap a.active::before {
	content: '';
	position: absolute;
	height: 3px;
	width: 100%;
	background: #5C1111;
	bottom: 0;
	left: 0
}

.payment_body-wrap {
	background: #f8f8f8
}

.pickup-drop-wrap {
	padding: 15px 0;
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 10px
}

.pickup-drop-wrap .payment-frm_wrap:first-child {
	margin-top: 0
}

.chkimg_notfound .vres_bhk_pos {
	position: relative;
	width: 100%;
	top: 0;
	max-width: 100%;
	border-radius: 0
}

.acc_page-bgcolor {
	background-color: #fff
}

.acc_bnr_wrap {
	width: 100%;
	position: relative
}

.acc_page-sect {
	width: 100%;
	float: left;
	margin-bottom: 0;
	padding: 25px 15px 0
}

.vres-user,
.vres-user-wrap {
	margin: 0 auto;
	display: inline-block;
	left: 0;
	right: 0
}

.acc_bnr_wrap .vres_bnr {
	min-height: 289px
}

.vres-user-wrap {
	position: absolute;
	max-width: 1170px;
	width: 100%;
	bottom: 0;
	padding: 0 15px;
	text-align: center
}

.vres-user-wrap.no-bnr {
	bottom: 0
}

.vres-user-wrap.no-bnr .vres-user h4 {
	color: #5C1111
}

.vres-user-wrap.no-bnr .vres-user p {
	color: #000
}

.vres-user-wrap.no-bnr .vres-line-btn {
	border-color: #5C1111;
	color: #5C1111
}

.vres-user-wrap.no-bnr .vres-line-btn:hover {
	background-color: rgba(0, 0, 0, .05)
}

.vres-user-wrap.no-bnr .vres-user p span+span {
	border-right-color: rgba(0, 0, 0, .15)
}

.vres-user {
	padding: 15px 0;
	bottom: 40px;
	border-radius: 4px;
	width: 60%;
	vertical-align: bottom;
	text-align: left
}

.vres-prof-cnt,
.vres-prof-pic {
	display: inline-block;
	vertical-align: top
}

.vres-prof-cnt {
	width: 50%;
	padding-bottom: 15px
}

.vres-prof-pic img {
	max-width: 80px;
	min-width: inherit;
	margin-right: 15px;
	border-radius: 50%;
	margin-bottom: 10px
}

.user-check-avail-wrap {
	display: inline-block;
	width: 35%;
	padding: 15px 0 15px 15px;
	vertical-align: bottom
}

.usr-chk-box {
	background: rgba(255, 255, 255, 1);
	padding: 15px;
	border-radius: 4px;
	max-width: 300px;
	float: right
}

.usr-chk-box .usr-chk-head {
	color: #000;
	margin-bottom: 15px;
	font-weight: 400;
	margin-top: 0
}

.vres-user h4,
.vres-user p {
	color: #fff;
	font-weight: 100
}

.usr-chk-box .vres-checkavail {
	width: 100%
}

.usr-chk-box input {
	max-width: 100%!important;
	width: 100%!important
}

.usr-chk-box .vres-checkavail .input-daterange label {
	width: 100%;
	margin-bottom: 10px
}

.usr-chk-box .vres-checkavail .input-daterange label input.form-control {
	width: 100%
}

.usr-chk-box .vres-checkavail .input-daterange .subhead-btn {
	margin-bottom: 0
}

.vres-user h4 {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 1
}

.vres-user p {
	font-size: 16px;
	margin-bottom: 10px
}

.vres-user p span {
	display: block;
	position: relative;
	margin-bottom: 5px
}

.vres-user p span+span {
	display: inline-block;
	margin-right: 15px;
	border-right: 1px solid #fff;
	padding-right: 20px
}

.vres-user p span:last-child {
	border-right: 0
}

.vres-user p span i {
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	text-align: center
}

.profile-drop {
	border-right: 1px solid rgba(255, 255, 255, .2)
}

.profile-drop a {
	padding: 19px 16px 18px 55px!important
}

.profile-drop.noProImg a {
	padding: 30px 16px 7px!important
}

.profile-drop.noProImg:not(:-moz-handler-blocked) a {
	padding: 28px 16px 9px!important
}

.profile-drop a img.profile-pic {
	max-width: 30px;
	border-radius: 50%;
	margin-right: 5px!important;
	margin-bottom: 0!important;
	padding-right: 0!important;
	position: absolute;
	top: 50%;
	margin-top: -15px!important;
	left: 15px
}

.profile-drop-inner {
	max-width: 200px;
	margin-right: -1px
}

.profile-drop-inner .vres-modal1-cnt ul {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	padding: 0
}

.profile-drop-inner .vres-modal1-cnt ul li {
	list-style: none;
	width: 100%;
	float: left;
	border-bottom: 1px solid #eee
}

.profile-drop-inner .vres-modal1-cnt ul li:last-child {
	border-bottom: 0
}

.profile-drop-inner .vres-modal1-cnt ul li a {
	color: #666!important;
	display: block;
	width: 100%;
	text-align: left;
	padding: 8px 15px!important
}

.profile-drop-inner .vres-modal1-cnt ul li a:hover {
	background-color: rgba(0, 0, 0, .03)
}

.acc_bnr_wrap .vres_bnr img.bnr-img {
	filter: brightness(.4);
	-webkit-filter: brightness(.4);
	opacity: 1
}

.acc-bk-title {
	font-weight: 400;
	color: #5C1111;
	margin-bottom: 10px;
	margin-top: 0
}

.vres-line-btn {
	text-align: center;
	font-size: 14px;
	padding: 10px 15px;
	line-height: 1;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 3px;
	text-decoration: none;
	display: inline-block
}

.vres-line-btn:focus,
.vres-line-btn:hover {
	outline: 0
}

.vres-line-btn:hover {
	background-color: rgba(0, 0, 0, .6)
}

.vres-prof-cnt .subhead-btn {
	padding: 10px 15px;
	font-size: 14px;
	border: 2px solid #2DAC45
}

.acc-page-wrap {
	display: inline-block;
	width: 100%;
	position: relative;
	line-height: 1.4
}

.vres-quickBtn-wrap {
	width: 70%;
	float: left
}

.qick-btns {
	float: left;
	width: 30%;
	text-align: left;
	padding: 15px 0;
	margin-right: -1px
}

.qick-btns a {
	display: inline-block;
	font-size: 20px;
	text-decoration: none;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 0;
	min-width: 100%;
	text-align: center;
	color: #000;
	transition: all ease .2s
}

.qick-btns:first-child a {
	border-radius: 3px 0 0 3px
}

.qick-btns:last-child a {
	border-radius: 0 3px 3px 0
}

.qick-btns a i {
	display: block;
	margin-bottom: 5px;
	color: #666;
	font-size: 30px;
	transition: all ease .2s
}

.qick-btns a:hover {
	background-color: #f8f8f8
}

.qick-btns a:hover i {
	color: #5C1111
}

.vresBkList-wrap {
	display: inline-block;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 20px 20px 20px 190px;
	position: relative;
	min-height: 150px;
	margin-bottom: 20px;
	transition: all ease .3s
}

.bkrm-img-wrap {
	position: absolute;
	width: 145px;
	top: 0;
	left: 0;
	margin: 20px
}

.bkrm-img-wrap img {
	max-width: 100%;
	border-radius: 3px;
	transition: all ease .2s
}

.vres-book-list {
	width: 100%;
	display: inline-block;
	border-radius: 3px;
	position: relative
}

.vres-book-list h3 {
	margin: 0;
	color: #5C1111;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.2;
	position: relative;
	padding: 0 187px 0 5px;
	border-bottom: 0 solid #ddd
}

.vres-book-list h3 small {
	display: block;
	font-size: 18px;
	color: #000;
	margin-top: 5px
}

.booking-tag {
	position: absolute;
	top: -23px;
	right: 0;
	font-size: 14px;
	padding: 5px 10px;
	display: inline-block;
	border-radius: 3px 0 3px 3px
}

.booking-tag.confirm::after,
.booking-tag.pending::after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	border-width: 4px;
	border-style: solid;
	right: -8px;
	top: 0
}

.booking-tag.confirm {
	background-color: #2DAC45;
	color: #fff
}

.booking-tag.confirm::after {
	border-color: transparent transparent #1C672A #1C672A
}

.booking-tag.pending {
	background-color: #E6A326;
	color: #fff
}

.booking-tag.pending::after {
	border-color: transparent transparent #846327 #846327
}

.vres-book-cnt {
	float: left;
	position: relative;
	width: 100%;
	padding: 10px 183px 0 0
}

.vres-book-cnt p {
	font-size: 16px;
	margin-bottom: 0;
	width: 75%;
	float: left;
	border-right: 0 solid #ddd;
	padding-right: 10px
}

.vres-book-cnt p b {
	color: #5C1111
}

.vres-book-cnt p span {
	float: left;
	vertical-align: top;
	padding: 0 5px;
	color: rgba(0, 0, 0, .7)
}

.vres-book-cnt p span.stay-span {
	margin-top: 0;
	vertical-align: top
}

.resNo-span {
	width: 25%
}

.pax-span {
	width: 35%
}

.stay-span {
	width: 40%
}

.vres-book-cnt p span b {
	display: block;
	margin-bottom: 5px
}

.vres-book-cnt p span:last-child,
.vresBkList-wrap .vres-book-cnt b {
	margin-bottom: 0
}

.book-rm-rate-wrap {
	position: relative;
	padding: 0 10px;
	height: 100%;
	width: 25%;
	float: left;
	border-left: 1px solid #ddd
}

.book-rm-rate-wrap .bked-price {
	font-weight: 400;
	text-align: center;
	font-size: 20px;
	color: #777;
	line-height: 1.4;
	padding-top: 0;
	margin: 0
}

.book-rm-rate-wrap .bked-price span {
	display: block;
	line-height: 1;
	font-size: 25px;
	color: #2DAC45;
	font-weight: 700
}

.book-rm-rate-wrap .bked-price span small {
	font-size: 18px
}

.vres-bkBtn-sect {
	display: inline-block;
	padding: 0;
	position: absolute;
	right: 0;
	top: -25px
}

.vres-bkBtn-sect a {
	display: block;
	text-align: center
}

.vres-bkBtn-sect a.bt-primary[href] {
	background-color: #fff;
	color: #5C1111;
	border: 1px solid #5C1111;
	box-shadow: none;
	padding-top: 10px;
	padding-bottom: 8px
}

.vres-bkBtn-sect a.btn-lbl,
.vres-bkBtn-sect a.btn-lblVoid {
	background: 0 0;
	box-shadow: none;
	margin-top: 5px;
	line-height: 1.4;
	padding-top: 5px
}

.vres-bkBtn-sect a.bt-primary[href]:hover {
	background-color: #f8f8f8
}

.vres-bkBtn-sect a+a {
	margin-top: 10px
}

.vres-bkBtn-sect a.bt-primary.cancel-btn {
	margin-top: 45px
}

#edit-profile-modal1 {
	max-width: 450px;
	left: 50%!important;
	margin-left: -225px!important
}

.profile-cnt-wrap {
	padding: 15px 0 0;
	float: left;
	width: 50%
}

.profile-cnt-wrap p {
	padding: 15px
}

.profile-cnt-wrap .vres-forms,
.profile-cnt-wrap form {
	width: 100%;
	max-width: 280px;
	margin: 0 auto 15px;
	float: left
}

.edit-frm-group .mandatory,
.edit-modal1-cnt p {
	margin: 0
}

.profile-cnt-wrap form {
	margin-bottom: 0
}

.edit-modal1-cnt {
	display: inline-block;
	width: 100%;
	padding: 15px
}

.edit-frm-group.full-width {
	width: 100%
}

.edit-frm-group {
	float: left;
	width: 100%;
	padding: 0 15px 15px;
	line-height: 1.4
}

.edit-frm-group.update-btn-wrap {
	text-align: center
}

.edit-frm-group label {
	display: block
}

.edit-frm-group textarea {
	height: inherit
}

.edit-frm-group b.info {
	display: block;
	font-weight: 400;
	color: #888;
	font-size: 12px;
	margin-top: 2px
}

.edit-frm-group a.adedit {
	display: inline-block;
	margin-right: 15px;
	color: #5C1111;
	text-decoration: none;
	margin-top: 4px
}

.edit-frm-group a.adedit:hover {
	text-decoration: underline
}

.closest_dates_wrap .clodatesclick,
.cp-button a,
.cp-link,
.morerwbtn,
.spec-icon-wrap {
	text-decoration: none
}

.edit-frm-group .vres-select,
.edit-frm-group .vres-select select {
	width: 100%!important;
	max-width: 100%
}

.edit-frm-group input,
.edit-frm-group textarea {
	width: 100%!important;
	max-width: 100%!important
}

.vres-renview-wrap {
	position: absolute;
	color: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	max-width: 1170px;
	width: 100%;
	padding: 0 15px 20px
}

.vres-renview-wrap .vres-prof-cnt h4 {
	font-size: 26px;
	font-weight: 400;
	margin: 0
}

.vres-star {
	display: block;
	font-size: 16px;
	margin-bottom: 15px;
	color: #f4b201;
	margin-top: -2px
}

.vres-renview-wrap .vres-prof-cnt p {
	color: #fff;
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 0;
	margin-top: 0
}

.vres-renview-wrap .vres-prof-cnt p span {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
	line-height: 1.4
}

.vres-renview-wrap .vres-prof-cnt p span i {
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	text-align: center
}

.vres-renview-wrap.no-bnr {
	padding: 20px 15px 0;
	bottom: 0;
	top: auto;
	color: #5C1111
}

.add-review-wrap {
	display: inline-block;
	width: 100%;
	padding: 40px 0 0;
	vertical-align: top
}

.review-left {
	width: 60%;
	float: left
}

.review-form {
	position: relative;
	padding: 0 20px 0 120px;
	width: 100%
}

.review-form .review-form-section {
	background-color: #f8f8f8;
	border-right: 1px solid #ccc;
	padding: 15px;
	float: left;
	position: relative;
	width: 55%;
	border-radius: 3px 0 0 3px
}

.review-form .review-form-section::after,
.review-form .review-form-section::before {
	top: 32px;
	border-width: 14px;
	border-style: solid;
	content: ''
}

.review-form .review-form-section .form-wrap:last-child {
	margin-bottom: 0
}

.review-form .review-form-section::after {
	position: absolute;
	left: -27px;
	border-color: transparent #f8f8f8 transparent transparent
}

.review-form .review-form-section::before {
	position: absolute;
	left: -28px;
	border-color: transparent #bbb transparent transparent
}

.review-fmr-user {
	position: absolute;
	left: 0;
	right: 0;
	width: 100px;
	display: inline-block;
	padding: 10px
}

.review-fmr-user img {
	max-width: 100%;
	border-radius: 50%;
	border: 1px solid #ccc
}

.review-right {
	width: 100%;
	float: left
}

.add-review-full-sect {
	display: inline-block;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #fff
}

.review-title {
	font-weight: 400;
	color: #5C1111;
	margin: 0 0 25px;
	padding-left: 15px;
	border-bottom: 0 solid #ddd;
	border-left: 3px solid #5C1111
}

.review-left .form-wrap {
	margin-bottom: 15px;
	position: relative
}

.review-left .form-wrap .review-txt-wrap {
	display: inline-block;
	position: relative;
	width: 48%;
	padding-left: 10px
}

.review-left .form-wrap .review-txt-wrap .mandatory {
	display: inline-block;
	position: absolute;
	right: -13px;
	top: -1px
}

.review-left .form-wrap textarea {
	height: 66px
}

.review-left .form-wrap label.label-title {
	width: 48%;
	display: inline-block;
	vertical-align: middle
}

.review-left .form-wrap .review-txt-wrap input[type=text],
.review-left .form-wrap .review-txt-wrap textarea {
	width: 100%;
	max-width: 100%
}

.review-left .form-wrap.check-guest-wrap label {
	display: inline-block;
	max-width: inherit
}

.review-left .vres-select,
.review-left .vres-select select {
	width: 100%;
	max-width: 100%
}

.review-left .form-wrap.pic-share-wrap label {
	vertical-align: middle
}

.review-left .form-wrap.pic-share-wrap .review-txt-wrap .photo-share {
	display: inline-block;
	vertical-align: middle;
	padding: 15px 15px 40px;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	max-width: 100%;
	line-height: 1;
	text-align: center;
	background-color: #fff;
	position: relative;
	overflow: hidden
}

.review-left .form-wrap.pic-share-wrap .review-txt-wrap .photo-share label {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	border-top: 1px solid #ccc;
	padding: 9px;
	cursor: pointer
}

.review-left .form-wrap.pic-share-wrap .review-txt-wrap .review-txt-wrap .photo-share label:hover {
	background-color: #f8f8f8;
	transition: all ease .1s
}

.review-left .form-wrap.pic-share-wrap .review-txt-wrap .photo-share label:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
	background-color: #eee
}

.review-left .form-wrap.pic-share-wrap .review-txt-wrap .photo-share label input {
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0
}

.review-left .form-wrap.pic-share-wrap .review-txt-wrap .photo-share i {
	font-size: 34px;
	margin: 0;
	color: #ddd
}

.review-txt-wrap label.vres-select select.error {
	max-width: 100%
}

.rdo-wrap {
	display: inline-block;
	margin-left: 15px
}

.rdo-wrap label {
	position: relative;
	margin-right: 15px;
	padding-left: 18px
}

.rdo-wrap label:last-child {
	margin-right: 0
}

.rdo-wrap label input,
.rdo-wrap label span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1
}

.rdo-wrap label input[type=radio] {
	position: absolute;
	left: 0;
	top: 4px;
	opacity: 0
}

.rdo-wrap label span::before {
	content: '';
	height: 10px;
	width: 10px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #ccc;
	border-radius: 50%;
	transition: all ease .2s
}

.rdo-wrap label span::after {
	content: '';
	height: 6px;
	width: 6px;
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 4px;
	background-color: #5C1111;
	border: 0 solid #ddd;
	border-radius: 50%;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all ease .2s
}

.rdo-wrap label span:-moz-any-link::before {
	top: 5px
}

.rdo-wrap label input[type=radio]:checked~span::after {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.rdo-wrap label input[type=radio]:checked~span::before {
	border: 2px solid #5C1111
}

.review-submit-btn {
	padding: 0 15px;
	float: left
}

.rate-hotel {
	color: #5C1111;
	font-weight: 400;
	margin-bottom: 10px
}

.rating-wrap {
	float: left;
	width: 45%;
	transition: all ease .2s;
	margin-bottom: 15px;
	vertical-align: top
}

.rating-wrap h3,
.rating-wrap p {
	margin-bottom: 0;
	padding: 15px;
	margin-top: 0
}

.rating-wrap h3 {
	border-bottom: 2px solid #ddd
}

.rating-wrap p {
	width: 100%;
	border-bottom: 1px solid #ddd
}

.rating-wrap p .review-rting {
	float: right;
	font-size: 100%;
	padding: 4px 5px;
	line-height: 1.1;
	margin-top: -9px;
	border: 1px solid transparent;
	border-radius: 3px
}

.rating-wrap p span {
	float: right
}

.rating-wrap p span.ranking_content,
.rating-wrap p span.ranking_content_hover {
	padding: 5px 8px 3px;
	width: 95px!important;
	background-color: #67a91f;
	position: relative;
	color: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.rating-wrap p span.ranking_content::after,
.rating-wrap p span.ranking_content_hover::after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	border-width: 6px;
	border-style: solid;
	border-color: transparent #67a91f transparent transparent;
	left: -12px;
	top: 50%;
	margin-top: -6px
}

.rating-wrap p span.main_span {
	margin-right: 15px;
	margin-top: 4px
}

.rating-wrap p span .rw-point {
	height: 16px;
	width: 16px;
	border: 2px solid #ccc;
	border-radius: 50%
}

.rating-wrap p span i {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	color: #aaa;
	position: relative
}

.rating-wrap p span .rw-point.checked {
	border-color: #F48C01
}

.rating-wrap p span i.checked::after {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	top: 50%;
	left: 50%;
	margin-left: -2px;
	margin-top: -2px;
	border-radius: 50%;
	background-color: #F48C01
}

.rating-wrap p span i.fa-close {
	color: #888;
	margin-left: 5px
}

.rating-wrap p span i.fa-close:hover {
	color: #FB5151
}

.rating-wrap p span i.fa-close-cust {
	width: 15px;
	height: 15px;
	display: inline-block;
	position: relative;
	margin-left: 5px
}

.rating-wrap p span i.fa-close-cust::after,
.rating-wrap p span i.fa-close-cust::before {
	content: '';
	height: 13px;
	width: 2px;
	top: 1px;
	right: 5px;
	background-color: #aaa
}

.rating-wrap p span i.fa-close-cust::after {
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.rating-wrap p span i.fa-close-cust::before {
	position: absolute;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.rating-wrap p span i.fa-close-cust:hover::after,
.rating-wrap p span i.fa-close-cust:hover::before {
	background-color: #FB5151
}

.view-review {
	padding-bottom: 0
}

.view-review-wrap {
	display: inline-block;
	width: 100%;
	padding: 30px 15px;
	line-height: 1.4
}

.main-review-sect {
	display: inline-block;
	text-align: center;
	padding: 0 15px 0 0;
	width: 30%;
	float: left
}

.view-review-filter {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px
}

.vReview-filt_wrap {
	display: inline-block;
	width: 100%;
	padding: 10px 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #fff;
	line-height: 1;
	vertical-align: top
}

.filt-review-sect {
	float: left;
	padding: 5px 10px;
	vertical-align: top;
	width: 20%
}

.filt-review-sect>label {
	display: block;
	margin-bottom: 4px
}

.filt-review-sect .vres-select {
	margin-left: 0;
	width: 100%
}

.filt-review-sect .vres-select select {
	width: 100%;
	max-width: 100%
}

.review-sidebar-wrap {
	border-radius: 4px;
	display: inline-block;
	width: 100%;
	overflow: hidden
}

.review-section {
	width: 100%;
	max-width: 312px;
	float: right;
	text-align: center;
	padding: 15px;
	background-color: #fff;
	border-radius: 4px 4px 0 0;
	position: absolute;
	right: 20px;
	bottom: 0
}

.review-section h2 {
	font-weight: 400;
	margin-bottom: 10px;
	color: #5C1111
}

.review-section p {
	color: #000
}

.review-section h1 {
	font-weight: 400;
	font-size: 65px;
	line-height: 1;
	color: #5C1111;
	margin-bottom: 15px;
	margin-top: 0
}

.review-section h1 span {
	display: block;
	font-size: 18px;
	color: #f4b201
}

.review-section h1 small {
	display: block;
	font-size: 18px;
	margin-top: 3px
}

.view-review-wrap.iview-review {
	padding: 0
}

.iview-review .review-section {
	position: relative;
	float: none;
	margin: 0 auto
}

.reviews-for {
	text-align: left;
	width: 100%;
	float: left;
	padding: 0;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 3px;
	margin-bottom: 20px;
	overflow: hidden
}

.reviews-for h2,
.score-breakdown h2 {
	margin-bottom: 0;
	margin-top: 0;
	color: #5C1111;
	font-weight: 400
}

.reviews-for h2 {
	padding: 10px 20px 8px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #ccc
}

.reviews-for ul {
	padding: 10px 20px 8px;
	margin: 0
}

.reviews-for ul li {
	list-style: none;
	padding: 10px 0 10px 40px;
	position: relative;
	line-height: 1;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	border-bottom: 1px solid #ccc
}

.reviews-for ul li:last-child {
	border-bottom: 0
}

.reviews-for ul li span {
	position: relative;
	line-height: 1;
	text-align: left;
	display: block;
	vertical-align: middle;
	font-size: 15px
}

.reviews-for ul li span b {
	position: absolute;
	right: 5px;
	top: 0;
	font-weight: 400
}

.score-breakdown {
	text-align: left;
	width: 100%;
	float: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px
}

.score-breakdown h2 {
	padding: 10px 20px 8px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #ccc
}

.score-breakdown .score-wrap-sect {
	padding: 10px 20px
}

.score-div {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px
}

.score-div:last-child {
	margin-bottom: 0
}

.score-div label {
	font-weight: 400;
	float: left;
	width: 100%;
	position: relative;
	padding-right: 35px
}

.score-div label small {
	position: absolute;
	width: 35px;
	top: 0;
	right: 0;
	text-align: center;
	font-size: 100%;
	padding-top: 0
}

.score-div p,
.score-div p span {
	width: 100%;
	position: relative;
	float: left
}

.score-div p {
	margin: 0
}

.score-div p span {
	height: 4px;
	background-color: #ccc;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 2px
}

.score-div p span b {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: rgba(92, 17, 17, .8);
	border-radius: 20px;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .3) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .3) 75%, transparent 75%, transparent);
	background-size: 30px 30px
}

.clients-review-sect {
	width: 70%;
	float: left;
	padding-left: 20px
}

.clients-reviews {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	position: relative;
	min-height: 100px;
	margin-bottom: 30px;
	border-radius: 3px;
	border: 1px solid #ccc;
	background-color: #f8f8f8
}

.clients-reviews:last-child {
	margin-bottom: 0
}

.channel-reviews .review-cnt {
	border-left: none;
	padding-left: 90px;
	min-height: initial
}

.channel-reviews .review-tags {
	margin: 0
}

.channel-reviews .vres-dtl {
	position: absolute;
	left: 15px
}

.channel-reviews .review-cnt::after,
.channel-reviews .review-cnt::before {
	content: none
}

.profinfo h4 {
	font-weight: 400;
	font-size: 22px;
	margin: 0 0 5px
}

.profinfo h4 small {
	font-size: 12px
}

.profinfo h5 {
	font-weight: 400;
	font-size: 15px;
	margin-top: 3px;
	margin-bottom: 5px
}

.review-prof {
	width: 25%;
	position: relative;
	left: 0;
	top: 0;
	text-align: center;
	padding: 15px;
	flex: 1;
	-webkit-flex: 1
}

.review-prof .vres-dtl {
	display: inline-block;
	padding: 3px;
	border: 2px solid #d2d2d2;
	border-radius: 50%;
	margin-top: 4px;
	overflow: hidden
}

.review-prof .vres-dtl img {
	max-width: 40px;
	max-height: 40px;
	border: 0
}

.review-prof img {
	max-width: 70px;
	border-radius: 50%;
	border: 1px solid #ccc
}

.review-prof h4 {
	font-weight: 400;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px
}

.review-prof h4 small {
	display: block;
	font-size: 12px
}

.review-prof h4 small b {
	margin-top: 0;
	margin-bottom: 3px;
	display: inline-block
}

.review-prof h5 {
	font-weight: 400;
	font-size: 15px;
	margin-top: 3px;
	margin-bottom: 5px
}

.review-prof p {
	display: inline-block;
	text-align: center;
	margin: 10px 0 0;
	color: #5C1111;
	line-height: 1;
	border-radius: 3px;
	font-size: 14px
}

.review-prof .helpful-review-p {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.4
}

.review-cnt {
	display: inline-block;
	width: 75%;
	padding: 15px;
	border-left: 1px solid #ccc;
	border-radius: 0 4px 4px 0;
	background-color: #fff;
	position: relative;
	min-height: 230px;
	flex: 3;
	-webkit-flex: 3
}

.review-cnt::after,
.review-cnt::before {
	position: absolute;
	border-width: 15px;
	border-style: solid;
	height: 0;
	width: 0;
	top: 30px;
	content: ''
}

.review-cnt::before {
	border-color: transparent #bbb transparent transparent;
	left: -30px
}

.review-cnt::after {
	border-color: transparent #fff transparent transparent;
	left: -29px
}

.ota-review-cnt .vres-dtl {
	display: inline-block;
	padding: 3px;
	border: 2px solid #d2d2d2;
	border-radius: 50%;
	margin-top: 4px;
	overflow: hidden
}

.review-tags {
	display: inline-block;
	width: 100%;
	margin: 5px 0
}

.review-tags ul {
	padding: 0;
	margin: 0
}

.review-tags ul li {
	list-style: none;
	display: inline-block;
	margin: 3px 1px;
	padding: 5px 10px 3px 20px;
	border: 1px solid #E3A741;
	line-height: 1;
	border-radius: 20px;
	font-size: 11px;
	position: relative;
	background-color: #FFE4B5;
	color: #000
}

.review-tags ul li::after {
	content: '';
	position: absolute;
	height: 6px;
	width: 6px;
	border: 1px solid #E3A741;
	border-radius: 50%;
	background-color: #fff;
	left: 6px;
	top: 5.5px
}

.review-cnt h3 {
	min-height: 20px;
	margin-bottom: 0;
	position: relative;
	font-weight: 400;
	font-size: 22px;
	color: #5C1111;
	padding-right: 110px;
	margin-top: 0
}

.review-cnt h3 span {
	position: absolute;
	right: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	padding: 6px 11px;
	border: 1px solid #ccc;
	background-color: #fff;
	top: -25px;
	color: #77b73d
}

.review-cnt h3 span.dislike {
	color: #DC4848
}

.review-cnt h3 span::after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	border-width: 6px;
	border-style: solid;
	border-color: transparent #ccc transparent transparent;
	top: 2px;
	right: -7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.review-cnt h3 span i {
	color: #77b73d
}

.review-cnt h3 span i.fa-thumbs-o-down {
	color: #DC4848
}

.review-cnt p {
	margin-bottom: 10px;
	margin-top: 0
}

.review-cnt div.reviews-para {
	position: relative;
	padding-left: 20px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px
}

.review-cnt div.reviews-para p {
	margin-bottom: 0
}

.review-cnt div.reviews-para i {
	position: absolute;
	left: 0;
	top: 2px
}

.review-cnt div.reviews-para .gud-review {
	color: #77b73d
}

.review-cnt div.reviews-para .bad-review {
	color: #CA4A00
}

.review-cnt div.reviews-para .helpful-review {
	color: #066c74
}

.reply-from {
	color: #cc8b1e;
	font-size: 15px
}

.reviews-para p {
	display: inline-block;
	vertical-align: top
}

.helpFul-wrap {
	display: inline-block;
	width: 100%;
	padding-left: 0!important;
	margin-bottom: 0!important;
	margin-top: 0
}

.helpful-sect {
	float: left;
	background-color: #fff;
	border-radius: 3px;
	width: 100%;
	text-align: left
}

.helpful-sect p {
	margin-top: 0
}

.helpful-sect div.yesNoAns {
	float: left;
	border: 1px solid #ccc;
	border-radius: 3px
}

.helpful-sect div .help-review {
	padding: 5px 10px 3px;
	display: inline-block;
	vertical-align: top;
	width: 48%;
	border-right: 1px solid #ccc;
	text-align: center
}

.helpful-sect div .help-review:last-child {
	border-right: 0
}

.helpful-sect div .help-review input,
.helpful-sect div .help-review span {
	display: inline-block;
	vertical-align: middle
}

.helpFul-wrap p {
	padding: 6px 10px 4px 5px;
	float: left
}

.yesNoAns {
	float: left;
	vertical-align: top
}

.indicate-wrap span,
.yesNoAns .help-review .helpful-rdo,
.yesNoAns .help-review span {
	vertical-align: middle;
	display: inline-block
}

.yesNoAns .help-review {
	display: inline-block;
	margin-left: 0;
	padding: 5px 15px;
	border-radius: 0;
	cursor: pointer
}

.yesNoAns .help-review:last-child {
	margin-left: 0;
	border-right: 0;
	border-radius: 0 4px 4px 0
}

.yesNoAns .help-review .helpful-rdo {
	opacity: 0;
	position: absolute
}

.yesNoAns .help-review span {
	position: relative;
	padding-left: 18px
}

.yesNoAns .help-review .helpYes~span::before {
	content: '\f164';
	font-family: FontAwesome;
	position: absolute;
	color: #777;
	left: 0;
	top: 0
}

.yesNoAns .help-review .helpYes:checked~span::before {
	color: #77b73d
}

.yesNoAns .help-review .helpNo~span::before {
	content: '\f165';
	font-family: FontAwesome;
	position: absolute;
	color: #777;
	left: 0;
	top: 0
}

.yesNoAns .help-review .helpNo:checked~span::before {
	color: #CA4A00
}

.reviews-list {
	display: inline-block;
	padding: 10px 0 0;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px)
}

.reviews-list ul {
	margin: 0;
	float: left;
	padding: 0;
	width: 100%
}

.reviews-list ul li {
	list-style: none;
	float: left;
	width: 33%;
	padding: 3px 15px 0;
	font-size: 14px;
	color: #000;
	line-height: 1.4;
	border-right: 1px solid #ccc
}

.reviews-list ul li:nth-child(3n+3) {
	border-right: 0
}

.dismessage {
	padding: 6px 15px 4px;
	display: inline-block;
	border-radius: 3px;
	background-color: #e5fff1;
	color: #1a653d
}

.reviews-list ul li P,
.reviews-list ul li span {
	display: inline-block;
	vertical-align: middle;
	margin: 0
}

.reviews-list ul li span {
	width: 15px;
	float: right;
	text-align: right;
	color: #000
}

.vres-notify {
	position: fixed;
	width: 100%;
	left: -350px;
	bottom: 30px;
	max-width: 300px;
	border-radius: 3px;
	background-color: #FFEEBA;
	padding: 15px 25px 15px 60px;
	-webkit-transition: all cubic-bezier(.68, -.55, .27, 1.55) .5s;
	transition: all cubic-bezier(.68, -.55, .27, 1.55) .5s;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .4);
	min-height: 60px;
	z-index: 1320;
	color: #483E21
}

.notify-open {
	left: 20px!important
}

.alert-icn {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 26px;
	height: 100%;
	padding: 15px;
	display: inline-block;
	color: #483E21
}

.vres-notify .alert-cls {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 3px;
	right: 3px
}

.vres-notify .alert-cls::after,
.vres-notify .alert-cls::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	right: 0;
	width: 2px;
	height: 13px;
	background-color: #B3A474;
	margin: 0 auto
}

.vres-notify .alert-cls::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.vres-notify .alert-cls::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.likebtn::after,
.spec-icon-wrap::after {
	content: '';
	top: -50px;
	left: -70px
}

.likebtn,
.spec-icon-wrap {
	right: 20px;
	overflow: hidden;
	text-align: center
}

.vres-notify .alert-cls:hover::after,
.vres-notify .alert-cls:hover::before {
	background-color: #E73535
}

.addreview_pnl .vres_bnr {
	min-height: 190px
}

.addreview_pnl .vres-renview-wrap.no-bnr {
	padding: 20px 15px
}

.addreview_pnl .vres-prof-cnt {
	width: 100%
}

.addreview_pnl .vres-renview-wrap.no-bnr .vres-prof-cnt {
	padding-bottom: 0
}

.spec-icon-wrap {
	position: fixed;
	z-index: 100;
	bottom: 20px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #2DAC45;
	border: 2px dotted #fff;
	box-shadow: 0 0 0 4px #2DAC45, 0 4px 10px #2DAC45;
	-webkit-box-shadow: 0 0 0 3px #2DAC45, 0 4px 10px #2DAC45
}

.spec-icon-wrap::after {
	position: absolute;
	width: 200px;
	height: 100px;
	border-radius: 50%;
	transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	background-color: rgba(255, 255, 255, .2)
}

.likebtn {
	position: fixed;
	bottom: 60px;
	width: 100px;
	height: 100px;
	font-size: 18px;
	text-transform: capitalize;
	-moz-box-shadow: 0 0 0 4px #4CAF50, 0 4px 10px #4CAF50;
	-webkit-box-shadow: 0 0 0 4px #4CAF50, 0 4px 10px #4CAF50;
	box-shadow: 0 0 0 4px #4CAF50, 0 4px 10px #4CAF50;
	background-color: #4CAF50;
	border: 2px dotted #fff;
	border-radius: 50%;
	padding: 46px 0 0;
	line-height: 1.1;
	cursor: pointer;
	color: #fff;
	z-index: 106
}

.likebtn::after {
	position: absolute;
	width: 200px;
	height: 100px;
	border-radius: 50%;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	background-color: rgba(255, 255, 255, .2)
}

.special-ofr-wrap span::after,
.special-ofr-wrap span::before,
.star-icon::after,
.star-icon::before {
	content: '\f006'
}

.star-icon {
	display: inline-block;
	position: absolute;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	top: 17px;
	left: 0;
	right: 0;
	width: 20px;
	margin: 0 auto
}

.star-icon::after,
.star-icon::before {
	font-family: FontAwesome;
	position: absolute;
	font-size: 14px;
	bottom: 2px
}

.star-icon::before {
	right: -15px
}

.star-icon::after {
	left: -15px
}

.spec-icon-wrap .spec-ofr-cnt {
	margin: 5px 0 0;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2
}

.special-ofr-wrap {
	float: left;
	width: 100%;
	position: relative;
	padding: 20px 15px 14px;
	border-top: 1px solid #ccc;
	background-color: #4CAF50;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	text-align: center
}

#checkavail-modal1 label,
.roomtype {
	border: 1px solid #6b6b6b;
	float: left;
	height: 35px
}

.special-ofr-wrap span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 50px
}

.special-ofr-wrap span i {
	position: absolute;
	left: 10px;
	top: -1px
}

.special-ofr-wrap span::after,
.special-ofr-wrap span::before {
	font-family: FontAwesome;
	position: absolute;
	font-size: 14px;
	bottom: 2px
}

.special-ofr-wrap span::before {
	left: 30px
}

.special-ofr-wrap span::after {
	left: -7px
}

.add-review-wrap footer.marBotom {
	margin-bottom: 0
}

.add-review-wrap footer {
	margin-top: 40px
}

.myaccountwrap .vres-prof-cnt {
	width: auto
}

.morerwbtn {
	position: relative;
	color: #00A8FF;
	padding-left: 10px;
	margin-left: 3px
}

.morerwbtn::after {
	content: '+';
	position: absolute;
	left: 2px;
	line-height: 1;
	top: 1px
}

.morerwbtn.less {
	color: #E02424
}

.morerwbtn.less::after {
	content: '-'
}

.review-cnt:not(:-moz-handler-blocked) .morerwbtn::after {
	top: 0
}

#checkavail-modal1 {
	text-align: center
}

#checkavail-modal1 .vres-modal1-body {
	padding: 15px
}

.availcal-input {
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 8px;
	margin-bottom: 4px
}

.roomtype {
	padding: 8px 10px 5px;
	border-radius: 0 3px 3px 0;
	width: 100%;
	max-width: 188px;
	background: #fff
}

.roomtype-input {
	max-width: 300px;
	width: 100%
}

#checkavail-modal1 label {
	margin-right: -1px;
	padding: 10px 15px 9px;
	border-radius: 3px 0 0 3px;
	background-color: #6b6b6b;
	color: #fff
}

#checkavail-modal1 input {
	float: left;
	height: 35px;
	padding: 8px 10px 5px 35px;
	border: 1px solid #6b6b6b;
	border-radius: 0 3px 3px 0;
	width: 100%;
	max-width: 188px
}

#checkavail-modal1 .availcal-input input {
	max-width: 120px
}

.indicate-wrap {
	float: right;
	padding: 9px 0
}

.indicate-wrap span {
	text-align: left;
	margin: 0 8px
}

.indicate-wrap span i.fa {
	margin-left: 3px
}

.indicate-wrap span i.fa-check {
	color: #4CAF50
}

.indicate-wrap span i.fa-close {
	color: #E73535
}

.availcal-input .wrap-input {
	float: left;
	position: relative
}

.availcal-input span {
	position: absolute;
	top: 10px;
	color: #555
}

.availcal-input .wrap-input span {
	left: 10px!important;
	pointer-events: none
}

.availcal-input span::after {
	content: '\f133';
	font-family: FontAwesome
}

.tabel-res-wrap {
	width: 100%;
	overflow-x: auto
}

#checkavail-modal1 table.scroll-tble {
	background: #f1f1f1
}

#checkavail-modal1 table.scroll-tble tbody {
	background: #fff
}

#checkavail-modal1 table tbody {
	overflow-y: scroll
}

#checkavail-modal1 table {
	text-align: left;
	width: 100%;
	min-width: 1170px;
	font-size: 14px
}

#checkavail-modal1 table tr {
	border-top: 1px solid #ddd
}

#checkavail-modal1 table tr:last-child {
	border-bottom: 1px solid #ddd
}

#checkavail-modal1 table tr td,
#checkavail-modal1 table tr:first-child th {
	padding: 6px
}

#checkavail-modal1 table tr th {
	background-color: #f8f8f8
}

#checkavail-modal1 table tr td,
#checkavail-modal1 table tr th {
	border-left: 1px solid #ddd
}

#checkavail-modal1 table tr td+td,
#checkavail-modal1 table tr th+th {
	text-align: center;
	font-weight: 400;
	font-size: 12px
}

#checkavail-modal1 table tr td:last-child,
#checkavail-modal1 table tr th:last-child {
	border-right: 1px solid #ddd
}

#checkavail-modal1 table tr td:first-child,
#checkavail-modal1 table tr th:first-child {
	width: 192px
}

#checkavail-modal1 table tbody tr td.notavail {
	color: #E73535
}

#checkavail-modal1 table tbody tr td.avail {
	color: #4CAF50
}

#mainavaildata {
	position: relative;
	padding-top: 44px;
	float: left;
	width: 100%
}

.availcal-head {
	width: 100%;
	margin-top: 7px;
	padding: 10px;
	border: 0 solid #ddd;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
	background-color: #333;
	text-align: center;
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase
}

.availcal-head span {
	position: absolute;
	height: 100%;
	top: 0;
	width: 40px;
	padding: 12px 0;
	background-color: rgba(255, 255, 255, .15)
}

.prop-detail-left,
.prop-detail-right {
	float: left;
	padding: 15px
}

.availcal-head span.arw-left {
	left: 0;
	border-radius: 3px 0 0
}

.availcal-head span.arw-right {
	right: 0;
	border-radius: 0 3px 0 0
}

table.scroll-tble tbody,
table.scroll-tble thead {
	display: inline-block;
	width: 100%
}

table.scroll-tble tbody tr td+td,
table.scroll-tble thead tr th+th {
	width: 80px;
	max-width: 80px
}

table.scroll-tble thead tr th {
	height: 30px
}

table.scroll-tble tbody {
	height: 250px;
	overflow-y: auto;
	overflow-x: hidden
}

.vres-tab-cnt .temp.prop-detail-tab {
	vertical-align: top;
	position: relative
}

.vres-tab-cnt .temp.prop-detail-tab::after {
	content: '';
	position: absolute;
	left: 25%;
	top: 0;
	background-color: #ddd;
	height: 100%
}

.htl-title {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	line-height: 1.1
}

.htl-title small {
	color: #EABA00
}

.prop-left-cnt {
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.vres-tab-div .vres-tab-cnt .prop-left-cnt .cnt-detail {
	width: 100%;
	display: inline-block;
	padding: 0;
	margin: 0 0 15px;
	line-height: 1.4
}

.vres-tab-div .vres-tab-cnt .prop-left-cnt .cnt-detail:last-child {
	margin-bottom: 0;
	border-bottom: 0
}

.prop-left-cnt .cnt-detail .detail-title {
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 14px
}

.prop-left-cnt .cnt-detail b {
	margin-left: 0;
	font-weight: 600;
	display: inline
}

.vres-tab-div .vres-tab-cnt .prop-detail-left .prop-left-cnt .cnt-detail,
.vres-tab-div .vres-tab-cnt .prop-left-cnt .cnt-detail.inline {
	padding-bottom: 0;
	border-bottom: 0
}

.prop-left-cnt .cnt-detail.inline .detail-title {
	display: inline-block;
	font-size: 15px
}

.prop-right-cnt {
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.addthis_toolbox a,
.fb_iframe_widget {
	vertical-align: middle
}

.prop-info-detail .cnt-detail .detail-title {
	font-size: 15px;
	display: block;
	color: #111010;
	margin-bottom: 5px;
	font-weight: 600
}

.cnt-detail.chkInOut-wrap .detail-title {
	display: inline-block;
	margin-bottom: 0;
	font-size: 15px;
	color: #111010;
	font-weight: 600
}

.vres-rm-dis-right .cnt-detail.inline a.rdpicgal {
	margin-top: 0!important;
	margin-bottom: 5px
}

.header-info {
	float: right;
	max-width: 325px;
	width: 100%;
	position: absolute;
	right: 50px;
	top: 0;
	height: 100%
}

.vres-rm-dis-left .bookehour-wrap {
	display: inline-block;
	width: 100%;
	text-align: right;
	position: absolute
}

.bookehour-wrap .bookedhour {
	float: right;
	padding: 4px 7px 3px;
	color: #544110;
	border: 1px solid #e6c575;
	border-radius: 3px;
	background-color: #ffe6a6
}

.addthis_toolbox a {
	margin-bottom: 0!important;
	height: 20px
}

.filt-cnt .vres-select {
	position: relative;
	display: inline-block;
	width: 100%
}

.filt-cnt .vres-select select {
	position: relative;
	z-index: 1;
	background: 0 0;
	appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	max-width: 100%
}

.filt-cnt label.vres-select i {
	position: absolute;
	z-index: 0;
	right: 10px;
	top: 10px
}

.fl-right input {
	padding: 5px 75px 5px 10px;
	border-radius: 3px;
	height: 34px;
	width: 100%;
	max-width: 250px
}

.fl-right .vres-form-group {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 250px;
	vertical-align: top;
	height: 34px
}

.fl-right .vres-form-group .vres-btn {
	position: absolute;
	width: auto;
	display: inline-block;
	right: 0;
	top: 0;
	border-left: 1px solid #ddd;
	border-radius: 0 3px 3px 0
}

.fl-right .vres-form-group .vres-btn:hover {
	background-color: #f8f8f8
}

.slimScrollDiv div {
	padding-left: 0!important
}

.chk_group {
	display: inline-block
}

.payment-frm_wrap.identity-wrap .identity-no {
	width: 100px
}

.payment-frm_wrap.identity-wrap .dob-date,
.payment-frm_wrap.identity-wrap .exp-date {
	width: 140px
}

.payment-frm_wrap.identity-wrap .dob-date input,
.payment-frm_wrap.identity-wrap .exp-date input,
.pickup-drop-wrap.pickdrop-wrap .arri-date,
.pickup-drop-wrap.pickdrop-wrap .arri-time,
.pickup-drop-wrap.pickdrop-wrap .arrival-by,
.pickup-drop-wrap.pickdrop-wrap .dept-by,
.pickup-drop-wrap.pickdrop-wrap .dept-date,
.pickup-drop-wrap.pickdrop-wrap .dept-time {
	width: 130px
}

.calWraptxt {
	position: relative;
	display: inline-block
}

.calWraptxt::before {
	content: '\f133';
	position: absolute;
	font-family: FontAwesome;
	right: 8px;
	top: 5px;
	font-size: 16px;
	color: #888
}

.calWraptxt input {
	padding-right: 30px!important
}

.guest-info .addr-field {
	width: 49.5%
}

.mobile-rm-info {
	display: inline-block;
	width: 100%;
	line-height: 1.4
}

.mobile-rm-info .vres_gallery_wrap,
.mobile-rm-info .vres_roomCapWrap {
	background-color: #fff
}

.mobile-rm-info .vres_basicAme h4,
.mobile-rm-info .vres_roomCapWrap h4,
.mobile-rm-info .vres_roomWrap h4 {
	margin: 15px 0 3px;
	color: #111010;
	font-size: 15px;
	font-weight: 600;
	float: left;
	width: 100%;
	position: relative;
	padding-left: 0
}

.mobile-rm-info .vres_roomCapWrap h4 b {
	font-size: 14px;
	color: rgba(0, 0, 0, .7);
	margin: 0;
	display: inline-block;
	font-weight: 100
}

.mobile-rm-info .vres_basicAme h4 i,
.mobile-rm-info .vres_roomWrap h4 i,
.vres_roomCapWrap h4 i {
	display: none
}

.mobile-rm-info .vres_basicAme {
	margin: 0;
	border-bottom: 0
}

.mobile-rm-info .vres_basicWrap {
	border-bottom: 0;
	background-color: #fff
}

.mobile-rm-info .vres-rm-amen ul {
	padding: 0;
	width: 100%;
	float: left;
	margin: 0 0 5px
}

.mobile-rm-info .vres_roomWrap {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px;
	background: #fff
}

.mobile-prop-info {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 0 15px 15px;
	background-color: #fff!important
}

.mobile-prop-info .vres_gallery_wrap {
	margin-bottom: 15px
}

.mobile-prop-info .htl-title {
	float: left;
	width: 100%
}

.mobile-prop-info .htl-title small {
	display: inline-block
}

.mobile-prop-info .prop-left-cnt .cnt-detail {
	width: 100%;
	display: inline-block;
	padding: 0;
	margin: 0 0 15px;
	line-height: 1.4
}

.mobile-prop-info .prop-left-cnt .cnt-detail .detail-title {
	display: block;
	padding: 0;
	margin: 0;
	color: #111010;
	font-size: 15px;
	font-weight: 600
}

.mobile-prop-info .prop-left-cnt .cnt-detail.inline .detail-title {
	display: inline-block
}

.mobile-prop-info p {
	color: rgba(0, 0, 0, .7)
}

.mobile-prop-info .prop-left-cnt .cnt-detail-row .cnt-detail {
	display: inline-block;
	width: 33%;
	padding-right: 5px;
	vertical-align: top
}

.mobile-prop-info .prop-left-cnt .cnt-detail-row .cnt-detail.inline .detail-title {
	display: block
}

.mobile-prop-info .prop-detail-right {
	width: 100%;
	padding: 15px 0 0;
	border-top: 1px solid #ddd;
	line-height: 1.4
}

.mobile-prop-info .prop-detail-right .cnt-detail {
	margin: 0 0 15px
}

.mobile-prop-info .video-sect {
	display: inline-block;
	width: 100%;
	text-align: center
}

.mobile-prop-info .video-sect iframe {
	display: inline-block
}

.mailerr .error {
	border: 0!important;
	background-image: none;
	padding-right: 0!important
}

.fieldset .error,
.vres_policy-wrap .vres-chk-box .error {
	padding: 2px 5px 1px;
	border-radius: 3px;
	background-image: none
}

.fieldset .error {
	border: 0!important
}

.vres_policy-wrap .vres-chk-box .error {
	border: 0
}

.payment-frm_wrap .pref-title {
	font-size: 16px
}

.accept-cards {
	display: inline-block;
	margin-top: 10px;
	width: 100%
}

.accept-cards label,
.accept-cards span {
	display: inline-block;
	vertical-align: middle
}

.find-arriv-wrap {
	padding: 15px 0;
	border-top: 1px solid #ddd;
	display: inline-block;
	width: 100%
}

.ui-pnotify {
	box-shadow: 0 4px 15px rgba(0, 0, 0, .4);
	border-radius: 3px;
	overflow: hidden
}

.brighttheme.ui-pnotify-container {
	padding: 15px 25px 15px 60px;
	min-height: 60px!important
}

.ui-pnotify-icon span {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 26px;
	height: 100%;
	padding: 15px;
	display: inline-block;
	color: #5A5134
}

.ui-pnotify-closer {
	position: absolute;
	right: 5px;
	top: 10px;
	display: inline-block
}

.moreless_div {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer
}

.moreless_div a {
	float: right;
	height: 30px
}

.moreless_div a:last-child {
	padding: 9px 12px 6px;
	background-color: #fff;
	color: #000;
	border-radius: 3px 0 0 3px
}

.moreless_div a:first-child {
	padding: 8px 12px 6px;
	background-color: #eee;
	color: #000;
	border-radius: 0 3px 3px 0;
	border-left: 1px solid #ccc
}

.moreless_div:not(:-moz-handler-blocked) a:first-child {
	padding: 9px 12px 6px
}

.pref-padd {
	padding-bottom: 15px
}

.res-taregister-wrap .review-title {
	margin-bottom: 15px
}

.res-taregister-wrap .payment-roomDetail {
	float: left;
	width: 50%;
	padding-right: 15px
}

.res-taregister-wrap .payment-roomDetail h3 {
	color: #000;
	text-transform: none;
	font-size: 20px
}

.autoredirect,
.centertext span,
.paymentnote_info,
.receipt-head,
.receipt-popup p.title {
	text-transform: uppercase
}

.res-taregister-wrap .payment-roomDetail .form-wrap {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px
}

.res-taregister-wrap .payment-roomDetail .form-wrap label {
	width: 100%;
	max-width: 150px;
	display: inline-block;
	vertical-align: middle
}

.res-taregister-wrap .payment-roomDetail:last-child .form-wrap input {
	max-width: 150px
}

.res-taregister-wrap .payment-roomDetail textarea {
	height: 34px;
	border-radius: 3px;
	border: 1px solid #ccc;
	max-width: 150px
}

.ratepopup {
	max-width: 650px
}

.ratepopup .rt-detail {
	width: 100%;
	overflow-x: auto
}

.credit_card_info-wrap .credit_form-part .exper-date {
	width: 100px
}

.logusern {
	margin-bottom: 10px
}

.loader {
	display: inline-block;
	border-style: solid;
	border-color: #ccc #ccc #ccc #151515;
	-moz-animation: rotation 1s linear infinite;
	-webkit-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.loader.size-1 {
	width: 35px;
	height: 35px;
	border-width: 3px
}

.loader.size-2 {
	width: 70px;
	height: 70px;
	border-width: 8px
}

.loader.size-3 {
	width: 105px;
	height: 105px;
	border-width: 12px
}

.vrmprice .loader.size-1 {
	width: 25px;
	height: 25px
}

@-moz-keyframes rotation {
	0% {
		-moz-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	50% {
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotation {
	0% {
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	50% {
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.vres_header .vres-logo {
	padding: 0
}

.vres_header .vres-logo a {
	display: table-cell;
	vertical-align: middle;
	height: 58px;
	padding: 5px 0;
	overflow: hidden
}

.vres_header .vres-logo a .brandname {
	padding: 0;
	font-size: 20px
}

.vres-modal1-body .cls {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 7px 0;
	color: #fff;
	height: 28px;
	width: 28px;
	text-align: center;
	background-color: #E45A5A;
	border-radius: 3px;
	z-index: 1050
}

.box1container {
	display: inline-block;
	width: 100%;
	padding: 0 15px;
	vertical-align: top
}

.box1container .inner-boxcontainer {
	padding: 15px 10px 5px;
	border: 1px solid #ccc;
	border-radius: 3px
}

.box1container .inner-boxcontainer .fieldset.padbottom1.btnbar {
	width: auto;
	padding-top: 15px
}

.box1container .form-wrap {
	width: auto;
	margin-bottom: 10px;
	vertical-align: top;
	padding-right: 0;
	text-align: left;
	position: relative
}

.box1container .form-wrap .from-to-wrap {
	position: absolute;
	top: 0;
	right: 82px
}

.box1container .form-wrap.res-nowrap {
	width: 273px
}

.box1container .form-wrap.res-type {
	width: 264px;
	text-align: left
}

.box1container .form-wrap.res-fromDate {
	width: 243px
}

.box1container .form-wrap input[type=text],
.box1container .form-wrap label.vres-select {
	margin-right: 10px
}

.box1container .form-wrap .accLabel-title {
	display: block;
	margin-bottom: 3px;
	text-align: left
}

.acc-rdo-wrap,
.acc-tbl-wrap,
.bkListinline {
	display: inline-block
}

.acc-rdo-wrap {
	height: 34px;
	padding-top: 10px
}

.acc-tbl-wrap {
	width: 100%;
	padding: 0 15px;
	margin: 15px 0 0
}

.acc-tbl-wrap table tr td:nth-child(1) {
	width: 60%
}

.acc-tbl-wrap table tr td:nth-child(1) .activePage,
.acc-tbl-wrap table tr td:nth-child(1) a {
	padding: 4px 6px 2px;
	float: left;
	border: 1px solid #ccc;
	margin-right: -1px;
	height: 27px;
	min-width: 30px;
	text-align: center
}

.acc-tbl-wrap table tr td:nth-child(1) a:first-child {
	border-radius: 3px 0 0 3px
}

.acc-tbl-wrap table tr td:nth-child(1) a:last-child {
	border-radius: 0 3px 3px 0
}

.acc-tbl-wrap table tr td:nth-child(1) a.pageLink {
	text-decoration: none;
	color: #0465db
}

.acc-tbl-wrap table tr td:nth-child(1) a.inactivepagelink {
	color: #5a5a5a
}

.acc-tbl-wrap table tr td:nth-child(1) .activePage {
	background-color: #eee
}

.acc-tbl-wrap table tr td:nth-child(2) {
	width: 130px
}

.acc-tbl-wrap table tr td:nth-child(3) {
	width: 190px
}

.curr_div:nth-child(3n+2) .temp-price-span {
	float: left
}

.persistPrice .curr_div:nth-child(3n+2) {
	color: #fff
}

.vresBkList-wrap.Res-canceledbooking .vres-bkBtn-sect a.btn-lbl {
	background: 0 0;
	color: #E45A5A!important
}

.vresBkList-wrap .vres-book-list .vres-book-cnt .vres-bkBtn-sect a.cancle-not-allow,
.vresBkList-wrap.Res-canceledbooking .vres-bkBtn-sect a.cancle-book {
	margin-top: 20px;
	display: inline-block
}

.vresBkList-wrap.Res-canceledbooking .vres-bkBtn-sect a.bt-primary+a.bt-primary {
	border: 0;
	margin-top: 5px;
	color: #E45A5A
}

.payment-form .paymentoption_tab a {
	border-left: 1px solid #bbb
}

.payment-form .paymentoption_tab a.active::after,
.payment-form .paymentoption_tab a.active::before {
	content: '';
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid
}

.payment-form .paymentoption_tab a.active {
	color: #000;
	background: #bfbfbf;
	position: relative;
	cursor: default
}

.payment-form .paymentoption_tab a.active::before {
	position: absolute;
	bottom: -5px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	z-index: 1;
	border-color: transparent #ccc #ccc transparent
}

.payment-form .paymentoption_tab a.active::after {
	position: absolute;
	bottom: -6px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	z-index: 2;
	border-color: transparent #fff #fff transparent
}

.loadingbar {
	width: 60px!important
}

.loadspan {
	margin: 10px 0 8px!important
}

.payment-card h3 .curr_div:nth-child(3n+3) {
	padding-top: 15px;
	border-top: 1px solid #ccc
}

.payment-card h3 .curr_div {
	margin-bottom: 0;
	margin-top: 10px
}

.payment-card h3 .curr_div:first-child {
	margin-top: 0
}

.payment-card h3.persistPrice .curr_div:nth-child(3n+3) {
	padding-bottom: 8px!important;
	margin-bottom: -10px
}

.vrmprice .minnightschk {
	width: 100%;
	padding: 0;
	font-size: 14px
}

.post_currency .strike_currency_display_pre_cls,
.pre_currency .strike_currency_display_post_cls {
	display: none
}

.col-left-card .applymsg {
	margin-top: 0;
	margin-bottom: 15px
}

.extra_ser_section .valerror {
	padding: 0 0 0 5px
}

.payment_sign-wrap .valerror {
	position: absolute;
	left: 0;
	color: #E45A5A;
	z-index: 100
}

.Res-canceledbooking .vres-bkBtn-sect {
	padding-top: 50px
}

.add-services_wrap .extra_ser_section .fr {
	float: left
}

.vrt-links .promo-bk_info {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0;
	padding: 3px 4px 0;
	border: 1px solid #E6C575;
	border-radius: 3px;
	height: 19px;
	font-size: 12px;
	background-color: #ffe6a6;
	color: #544110!important;
	margin-left: 0
}

.re_goto_div {
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.re_goto_div ol {
	padding: 0;
	margin: 0
}

.re_goto_div ol li {
	list-style: none;
	float: left;
	border: 1px solid #ccc;
	margin-right: -1px;
	border-radius: 0
}

.re_goto_div ol li:first-child {
	border-radius: 3px 0 0 3px
}

.re_goto_div ol li:last-child {
	border-radius: 0 3px 3px 0
}

.re_goto_div ol li a {
	padding: 8px 12px 6px;
	display: inline-block;
	cursor: pointer
}

.re_goto_div ol li a.current {
	background-color: #ddd
}

.vres-modal1-body .success {
	margin-bottom: 10px;
	padding: 10px 15px;
	background-color: #77b73d;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.vres-modal1-body .common_error {
	background-image: none;
	border-radius: 0
}

.vres_availcal_mobile {
	display: none
}

.vres_availcal_mobile a {
	font-size: 14px;
	color: #1e3ca7
}

.vres_availcal_mobile a i {
	display: inline-block;
	vertical-align: middle
}

.vres_availcal_mobile a i::after {
	display: none
}

.vres_availcal_mobile a i::before {
	content: '\f274';
	font-size: 14px;
	color: #1e3ca7
}

.cal-package-deal::after,
.cal-package-deal::before {
	content: '';
	position: absolute
}

#compare-modal1 {
	width: 1100px!important
}

.compare-tbl-wrap {
	padding: 10px;
	overflow-x: auto;
	overflow-y: auto;
	height: auto;
	text-align: center;
	max-height: 580px
}

.compare-tbl {
	border: 1px solid #ddd;
	min-width: 510px
}

.compare-tbl-wrap .compare-static-val {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.compare-tbl-wrap .compare-static-val td.compare-title {
	font-size: 14px;
	background-color: #eee;
	color: #000
}

.compare-tbl-wrap .compare-static-val td,
.compare-tbl-wrap .compare-static-val th {
	height: auto;
	padding: 5px;
	color: #666
}

.compare-tbl-wrap .cmp_td,
.compare-tbl-wrap .compare-tbl-lbl {
	vertical-align: top
}

.compare-tbl-wrap .compare-tbl-lbl table.compare-static-val {
	width: 200px
}

.compare-tbl-wrap .cmp_td tr,
.compare-tbl-wrap .compare-static-val tr {
	border-bottom: 1px solid #ddd
}

.compare-tbl-wrap .cmp_td tr:last-child,
.compare-tbl-wrap .compare-static-val tr:last-child {
	border-bottom: 0
}

.compare-tbl-wrap .cmp_td tr:first-child,
.compare-tbl-wrap .compare-static-val tr:first-child {
	background-color: #f8f8f8
}

.compare-tbl-wrap .cmp_td tr:first-child td,
.compare-tbl-wrap .compare-static-val tr:first-child td {
	color: #000;
	border-bottom: 1px solid #ddd;
	height: auto
}

.compare-tbl-wrap .cmp_td tr:first-child td {
	padding-right: 35px
}

.compare-tbl-wrap .cmp_td td {
	height: auto;
	padding: 5px;
	border-left: 1px solid #ddd;
	text-align: center;
	position: relative
}

.compare-tbl-wrap .cmp_td td .vrmprice {
	float: none;
	width: 100%;
	text-align: center
}

.compare-tbl-wrap .cmp_td td .vrmprice .strike {
	display: inline-block;
	padding-right: 5px;
	padding-left: 0
}

.compare-tbl-wrap .cmp_td td .grrate {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	padding: 4px 7px 1px;
	background-color: #99de63;
	border-radius: 3px;
	color: #000
}

.compare-tbl-wrap .compare-static-val td .fotorama__wrap,
.vres_social .fb_iframe_widget {
	display: inline-block!important
}

.compare-tbl table tr .close-room {
	position: absolute;
	right: 6px;
	top: 50%;
	height: 20px;
	width: 20px;
	text-align: center;
	padding: 4px 0;
	font-size: 12px;
	color: #fff;
	background-color: #E45A5A;
	border-radius: 3px;
	margin-top: -10px
}

.compare-tbl table tr .close-room i.fa-close {
	height: auto;
	width: auto;
	color: #fff;
	padding-top: 0;
	margin-top: 0
}

.compare-tbl table tr:not(:-moz-handler-blocked) .close-room {
	padding: 3px 0
}

.compare-tbl-wrap .compare-static-val td {
	text-align: center
}

.compare-tbl-wrap .compare-static-val td .vres_gallery_wrap {
	border-bottom: 0
}

.compare-tbl-wrap .compare-static-val td.compare-title.compare-total {
	height: auto
}

.compare-tbl-wrap .cmp_td td.img-compare-sect img {
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.compare-tbl-wrap .cmp_td td .fa {
	height: 20px;
	width: 20px;
	text-align: center;
	padding-top: 3px;
	border-radius: 3px
}

.compare-tbl-wrap .cmp_td td .fa-check {
	color: #78bb44
}

.compare-tbl-wrap .cmp_td td .fa-close {
	color: #e45a5a
}

.vres_social .fb_iframe_widget {
	vertical-align: middle!important
}

.cal-package-deal,
.vres_social .fb_root,
.vres_social .instagram-root {
	display: inline-block;
	vertical-align: middle
}

.smallloader_common {
	float: right;
	margin: 15px
}

.smallloader_common .loader.size-1 {
	width: 25px;
	height: 25px;
	border-width: 2px
}

.smallloader {
	display: inline-block;
	width: 100%;
	text-align: center
}

.acc-res-list .datatable_container.fr {
	width: 100%
}

.vres_social .instagram-root {
	height: 20px;
	width: 20px;
	text-align: center;
	overflow: hidden;
	border-radius: 3px
}

.vres_social .instagram-root .insta-click {
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 18px
}

.closest_dates_wrap .clodatesclick {
	color: #296f2c
}

.cal-package-deal {
	margin: 0 0 0 5px;
	position: relative;
	line-height: 1;
	height: 16px;
	width: 46px;
	z-index: 3;
	overflow: hidden
}

.cal-package-deal small {
	font-size: 12px;
	z-index: 3;
	color: #fff;
	padding: 3px 5px 0;
	background-color: #E45A5A;
	border-radius: 0 3px 3px 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%
}

.cal-package-deal::after {
	height: 14px;
	width: 14px;
	background-color: #E45A5A;
	left: 4px;
	top: 1px;
	transform: rotate(45deg);
	border-radius: 3px;
	z-index: 1
}

.cal-package-deal::before {
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background-color: #fff;
	top: 50%;
	left: 8px;
	z-index: 4;
	margin-top: -2px
}

#filter_amenities .filt-head,
#filter_highlight .filt-head {
	padding-right: 80px
}

.guest_section {
	float: left
}

.pay-chkInOut2 b {
	display: block;
	margin-bottom: 5px
}

.pay-chkInOut2 .vres-btn.bt-primary {
	padding: 7px 10px 6px;
	box-shadow: none;
	cursor: pointer;
	margin-left: 5px
}

.priceWidgetiFrame {
	top: 50%!important;
	transform: translateY(-50%)!important
}

.main_saveforlater {
	margin-right: 10px
}

.saveforlater_div {
	padding: 15px;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 3px
}

.saveforlater_div .saveforlater_div_cls2 {
	display: inline-block;
	vertical-align: top;
	width: 100%
}

.saveforlater_div .saveforlater_div_cls2 span {
	display: inline-block;
	font-size: 14px;
	padding: 7px 0
}

.saveForLater-wrap .sign-up_form,
.saveForLater-wrap .signup-left {
	padding-top: 0;
	text-align: center
}

.saveforlater_div .saveButton {
	float: right;
	cursor: pointer
}

.saveForLater-wrap {
	border: 0;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	border-radius: 3px;
	background-color: #f8f8f8;
	position: relative
}

.saveForLater-wrap .login-drop-btn {
	max-width: 120px
}

.saveForLater-wrap .saveforLaterHead {
	color: #0465db;
	font-weight: 300;
	margin-bottom: 0
}

.saveForLater-wrap .signup-left {
	background: 0 0
}

.saveForLater-wrap p {
	font-size: 14px;
	text-align: center
}

.saveForLater-wrap .sign-up_form .form-wrap {
	width: 100%;
	max-width: 390px;
	display: inline-block
}

.saveForLater-wrap .sign-up_form .form-wrap input[type=text] {
	width: 100%;
	max-width: 200px!important;
	display: inline-block;
	vertical-align: bottom
}

.saveForLater-wrap .sign-up_form .form-wrap input[type=button] {
	display: inline-block;
	vertical-align: bottom
}

.extrachargeinfo {
	display: inline-block;
	padding: 1px 10px 0;
	width: calc(100% - 168px);
	line-height: 16px;
	color: #e04444;
	font-weight: 700;
	vertical-align: middle
}

.hidden {
	display: none!important
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.languagecls_de .vres-bookdiv,
.languagecls_es .vres-bookdiv,
.languagecls_fr .vres-bookdiv,
.languagecls_it .vres-bookdiv,
.languagecls_nl .vres-bookdiv,
.languagecls_pt .vres-bookdiv {
	margin-top: -31px
}

.invisible {
	visibility: hidden
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.compare-tbl-wrap .cmp_td td .vrmprice .cur_Price {
	display: inline-block
}

.languagecls_es .show-price-wrap .shPwrap a.shpriceBtn {
	max-width: 120px;
	text-align: center;
	padding: 10px 7px 9px;
	vertical-align: middle
}

.languagecls_es .show-price-wrap .shPwrap .shPwrap-title {
	max-width: 72px;
	text-align: center;
	display: inline-block;
	vertical-align: middle
}

.languagecls_es .curr_lbl p {
	max-width: 127px;
	text-align: center
}

.languagecls_es .curr_lbl a {
	max-width: 107px;
	text-align: center
}

.languagecls_es .filter-btn1 {
	max-width: 150px;
	text-align: center;
	height: inherit
}

.languagecls_es .likebtn {
	font-size: 15px
}

.languagecls_es .vres-checkavail>div>label>p small {
	width: 107%
}

.languagecls_es form .vres-form-group input {
	max-width: inherit;
	width: 225px
}

html body.languagecls_es .vres-add-div .vres-chk-box.ac-age .vres-select~span {
	font-size: 10px
}

.languagecls_fr .likebtn,
.languagecls_nl .likebtn {
	font-size: 15px
}

.languagecls_nl .show-price-wrap .shPwrap a.shpriceBtn {
	max-width: 120px;
	text-align: center;
	padding: 10px 7px 11px
}

.languagecls_nl .show-price-wrap .shPwrap .shPwrap-title {
	max-width: 72px;
	text-align: center;
	display: inline-block
}

.languagecls_nl .curr_lbl p {
	max-width: 127px;
	text-align: center
}

.languagecls_nl .curr_lbl a {
	max-width: 107px;
	text-align: center
}

.languagecls_nl .filter-btn1 {
	max-width: 150px;
	text-align: center;
	height: inherit
}

.languagecls_ar .curr_lbl a {
	padding: 9px 10px 8px
}

.languagecls_fr .show-price-wrap .shPwrap a.shpriceBtn {
	max-width: 120px;
	text-align: center;
	padding: 10px 7px 9px;
	vertical-align: middle
}

.languagecls_fr .show-price-wrap .shPwrap .shPwrap-title {
	text-align: center;
	display: inline-block;
	vertical-align: middle
}

.languagecls_fr .curr_lbl p {
	max-width: 115px;
	text-align: center
}

.languagecls_fr .curr_lbl a {
	max-width: 107px;
	text-align: center
}

.languagecls_fr .filter-btn1 {
	max-width: 150px;
	text-align: center;
	height: inherit
}

.languagecls_fr .vres-tab-div .tab-head ul li a {
	padding: 15px 5px;
	line-height: 1;
	font-size: 13px
}

.OpenSans .filter-btn1,
.OpenSans .mor_filter-wrapper,
.curr_lbl a,
.mor_filter-wrapper {
	line-height: 1.1
}

.languagecls_fr form .vres-form-group input {
	max-width: inherit;
	width: 260px
}

.languagecls_fr .filterbtnbar a {
	font-size: 12px
}

.languagecls_de .show-price-wrap .shPwrap a.shpriceBtn {
	max-width: 132px;
	text-align: center;
	padding: 11px 5px 10px;
	font-size: 12px;
	vertical-align: middle
}

.languagecls_de .show-price-wrap .shPwrap .shPwrap-title {
	max-width: 72px;
	text-align: center;
	display: inline-block;
	vertical-align: middle
}

.languagecls_de .curr_lbl p {
	max-width: 127px;
	text-align: center
}

.languagecls_de .curr_lbl a {
	max-width: 107px;
	text-align: center
}

.languagecls_de .filter-btn1 {
	max-width: 150px;
	text-align: center;
	height: inherit
}

.languagecls_de .likebtn {
	font-size: 13px
}

.languagecls_de .vres-add-div .vres-chk-box.ac-age>span {
	width: 56px
}

.languagecls_de .vres-add-div .vres-chk-box.ac-age:first-of-type>span {
	width: 88px
}

.languagecls_de .vres-add-div .vres-chk-box.ac-age .vres-select~span {
	width: 61px;
	left: auto;
	right: 40px
}

.languagecls_de .childagediv {
	width: 44%
}

.languagecls_it .show-price-wrap .shPwrap a.shpriceBtn {
	max-width: 120px;
	text-align: center;
	font-size: 12px;
	vertical-align: middle;
	padding: 11px 5px 10px
}

.languagecls_it .show-price-wrap .shPwrap .shPwrap-title {
	max-width: 72px;
	text-align: center;
	display: inline-block;
	vertical-align: middle
}

.languagecls_it .curr_lbl p {
	max-width: 127px;
	text-align: center
}

.languagecls_it .curr_lbl a {
	max-width: 107px;
	text-align: center
}

html body.languagecls_it .filter-btn1 {
	max-width: 150px;
	text-align: center;
	height: inherit
}

.languagecls_it .likebtn {
	font-size: 15px
}

.languagecls_it form .vres-form-group input {
	max-width: inherit;
	max-width: 230px
}

.languagecls_it .vres-add-div .vres-chk-box.ac-age>span {
	width: auto
}

.languagecls_it .vres-add-div .vres-chk-box.ac-age .vres-select~span {
	right: 39px;
	left: initial;
	width: 50px;
	font-size: 10px
}

.languagecls_pt .show-price-wrap .shPwrap a.shpriceBtn {
	max-width: 120px;
	text-align: center;
	padding: 10px 7px 9px
}

.languagecls_pt .show-price-wrap .shPwrap .shPwrap-title {
	max-width: 72px;
	text-align: center;
	display: inline-block
}

.languagecls_pt .curr_lbl p {
	max-width: 127px;
	text-align: center
}

.languagecls_pt .curr_lbl a {
	max-width: 107px;
	text-align: center
}

.languagecls_pt .filter-btn1 {
	max-width: 150px;
	text-align: center;
	height: inherit
}

.languagecls_pt .likebtn {
	font-size: 15px
}

html body.languagecls_pt .vres-add-div .vres-chk-box.ac-age .vres-select~span {
	font-size: 10px
}

@media only screen and (min-width:1321px) and (max-width:1380px) {
	.languagecls_ro .vres-logo {
		max-width: 360px
	}
	.languagecls_ro .vres-navright ul.vres-navbar>li a {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media only screen and (min-width:1241px) and (max-width:1320px) {
	.languagecls_ro .vres-logo {
		max-width: 300px
	}
	.languagecls_ro .vres-navright ul.vres-navbar>li a {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media only screen and (min-width:1081px) and (max-width:1240px) {
	.languagecls_ro .vres-logo {
		max-width: 200px
	}
	.languagecls_ro .vres-navright ul.vres-navbar>li a {
		padding-left: 5px;
		padding-right: 5px
	}
}

@media only screen and (min-width:1081px) and (max-width:1380px) {
	.languagecls_yi .vres-navright ul.vres-navbar>li a {
		padding: 16px 5px 9px;
		font-size: 12px
	}
	.languagecls_yi .vres-navright ul.vres-navbar>li a#cur_btn_wrap,
	.languagecls_yi .vres-navright ul.vres-navbar>li.vres-lang-btn a {
		padding: 32px 6px 8px
	}
}

.rt-tble-rw .child_col {
	display: table-cell
}

#err_child_age.err_child_age {
	right: auto;
	margin: 20px auto auto;
	text-align: center;
	width: 100%
}

body.OpenSans .filter-btn1 {
	font-size: 13px
}

body.OpenSans .spe-ofer-sect {
	padding: 10px
}

#cookieconsentmsg {
	position: fixed;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	bottom: 0;
	left: 0;
	height: 46px;
	width: 100%;
	background: #fff;
	padding: 0 25px;
	z-index: 1099;
	-webkit-box-shadow: 0 0 7px rgba(45, 45, 45, .38);
	box-shadow: 0 0 7px rgba(45, 45, 45, .38)
}

#cookieconsentmsg .cp-wraper {
	margin: auto;
	text-align: center;
	letter-spacing: .5px
}

#cookieconsentmsg .cp-wraper span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px
}

.cp-btnclose {
	opacity: .5;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 7px;
	height: 30px;
	margin: auto
}

.languagecls_pl .vres-add-div .vres-chk-box.ac-age .vres-select~span,
.languagecls_sk .vres-add-div .vres-chk-box.ac-age .vres-select~span,
.languagecls_sr .vres-add-div .vres-chk-box.ac-age .vres-select~span,
.languagecls_vi .vres-add-div .vres-chk-box.ac-age .vres-select~span {
	right: 39px;
	left: initial
}

.cp-link {
	color: #0465db;
	margin: 0 3px
}

.cp-button a {
	display: block;
	background: #2e3744;
	padding: 8px 12px 8px 10px;
	line-height: 14px;
	border-radius: 3px;
	color: #fff
}

.cp-button a svg {
	fill: #fff;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	top: -1px
}

.addthis_counter .addthis_button_expanded {
	color: #000!important;
	background-color: #fff!important
}

.vres-responsive-bnr .hide {
	display: none
}

body .chk_wrapper img {
	max-width: none;
	width: 100%
}

body .chk_wrapper .vres-responsive-bnr img {
	min-width: inherit;
	width: 100%
}

@media (min-width:0px) and (max-width:380px) {
	.vres-responsive-bnr img {
		min-height: 185px;
		max-width: 100%
	}
}

@media (min-width:0px) and (max-width:767px) {
	.vres-responsive-bnr img.xs-show {
		display: block
	}
	.bnr-img.desktop,
	.bnr-img.tab {
		display: none
	}
	.bnr-img.mobile {
		display: block
	}
}

@media (min-width:768px) {
	.receipt-cont {
		max-height: 600px;
		min-width: 600px;
		overflow: auto
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.vres-responsive-bnr .sm-show {
		display: block
	}
	.bnr-img.desktop {
		display: none
	}
	.bnr-img.tab {
		display: block
	}
	.bnr-img.mobile {
		display: none
	}
}

@media (min-width:1200px) {
	.vres-responsive-bnr .md-show {
		display: block
	}
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	max-width: 750px;
	margin: auto
}

.embed-responsive.m16_9 {
	padding-bottom: 56.25%
}

.embed-responsive.m4_3 {
	padding-bottom: 75%
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.spe_request_inner p {
	margin: 0
}

.spe_inner_spam~.spe_request_inner {
	padding: 0
}

.custom_sp_request .spe_inner_spam~.spe_request_inner {
	padding: 10px
}

.payment-roomDetail .spe_textarea {
	border-color: transparent
}

.payment-roomDetail .custom_sp_request .spe_textarea {
	background-color: #fcf9e5;
	border: 1px solid rgba(0, 0, 0, .08)
}

.custom_sp_request .spr_request {
	width: 615px;
	max-width: initial
}

.custom_sp_request .spe_request_inner p {
	margin-top: 5px
}

.custom_sp_request .spe_request_inner ul {
	margin: 0;
	padding: 0
}

.custom_sp_request .spe_request_inner ul li {
	padding: 2px 0;
	display: inline-block;
	width: 49%;
	vertical-align: top
}

.payment-roomDetail .guestblk.custom_sp_request label {
	vertical-align: top;
	margin-top: -2px;
	display: inline-block;
	max-width: calc(100% - 25px);
	margin-bottom: 8px;
	padding-left: 4px
}

.languagecls_ja .vres-bookdiv,
.languagecls_ms .vres-bookdiv,
.languagecls_ru .vres-bookdiv {
	margin-top: -32px
}

.spe_inner_spam {
	font-size: 12px
}

.languagecls_ms .filter-btn1 {
	max-width: 144px;
	text-align: center;
	height: inherit
}

.languagecls_ms .curr_lbl p {
	max-width: 124px;
	text-align: center
}

.languagecls_ms .curr_lbl a {
	max-width: 122px;
	text-align: center
}

.languagecls_ms .show-price-wrap .shPwrap a.shpriceBtn {
	max-width: 166px;
	padding-bottom: 9px;
	text-align: center;
	vertical-align: middle
}

.languagecls_ms .show-price-wrap .shPwrap-title {
	max-width: 92px;
	text-align: center;
	display: inline-block;
	vertical-align: middle
}

.languagecls_ms .vres-add-div .vres-chk-box.ac-age>span {
	width: auto;
	left: 10px
}

.languagecls_ru .likebtn {
	font-size: 11px
}

.languagecls_ru .show-price-wrap .shPwrap a.shpriceBtn {
	max-width: 145px;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 9px
}

.languagecls_ru .curr_lbl p {
	max-width: 120px;
	text-align: center
}

.languagecls_ru .curr_lbl a {
	max-width: 80px;
	text-align: center
}

html body.languagecls_ru .filter-btn1 {
	max-width: 100px;
	text-align: center;
	height: inherit
}

.languagecls_ru .vres-rateinfo-popup .vres-modal1-header h3 {
	font-size: 1.1em
}

.languagecls_ru .vres-add-div .vres-chk-box.ac-age>span {
	width: 60px
}

.languagecls_ru .vres-add-div .vres-chk-box.ac-age .vres-select~span {
	left: 11px
}

.languagecls_ru form .vres-form-group input {
	max-width: inherit;
	width: 240px;
	padding-right: 100px
}

.languagecls_ru .fl-right input {
	padding-right: 100px
}

html body.languagecls_ja .filter-btn1 {
	max-width: 144px;
	text-align: center;
	height: inherit
}

.languagecls_ja .curr_lbl p {
	max-width: 138px;
	text-align: center
}

.languagecls_ja .curr_lbl a {
	max-width: 122px;
	text-align: center
}

.languagecls_ja .show-price-wrap .shPwrap a.shpriceBtn {
	max-width: 136px;
	padding-bottom: 9px;
	text-align: center;
	vertical-align: middle
}

.languagecls_ja .show-price-wrap .shPwrap-title {
	max-width: 92px;
	text-align: center;
	display: inline-block;
	vertical-align: middle
}

.languagecls_ja form .vres-form-group input {
	width: 260px;
	max-width: inherit
}

.languagecls_el .vres-add-div .vres-chk-box.ac-age>span {
	width: 58px
}

.languagecls_el .vres-add-div .vres-chk-box.ac-age .vres-select~span {
	left: initial
}

html body.languagecls_el .filter-btn1 {
	max-width: 144px;
	text-align: center;
	height: inherit
}

.languagecls_el .curr_lbl p {
	max-width: 130px;
	text-align: center
}

.languagecls_el .curr_lbl a {
	max-width: 122px;
	text-align: center
}

.languagecls_el .show-price-wrap .shPwrap a.shpriceBtn {
	max-width: 136px;
	padding-bottom: 9px;
	text-align: center;
	vertical-align: middle
}

.languagecls_el .show-price-wrap .shPwrap-title {
	max-width: 92px;
	text-align: center;
	display: inline-block;
	vertical-align: middle
}

.languagecls_el form .vres-form-group input,
.vres-forms .vres-form-group input {
	max-width: inherit;
	width: 245px;
	padding-right: 96px
}

.languagecls_fi form .vres-form-group input {
	max-width: inherit;
	width: 240px
}

.languagecls_fi .fl-right .vres-form-group {
	max-width: 330px
}

.languagecls_fi .fl-right input {
	max-width: 100%
}

.languagecls_pl .vres-add-div .vres-chk-box.ac-age>span {
	width: auto
}

.languagecls_pl .likebtn {
	font-size: 15px
}

.languagecls_pl form .vres-form-group input {
	max-width: inherit;
	width: 240px;
	padding-right: 110px
}

.languagecls_pl .fl-right input {
	padding-right: 110px
}

.languagecls_pt form .vres-form-group input {
	max-width: inherit;
	width: 270px;
	padding-right: 95px
}

.languagecls_pt .fl-right input {
	padding-right: 95px
}

.languagecls_ro form .vres-form-group input {
	max-width: inherit;
	width: 240px;
	padding-right: 85px
}

.languagecls_ro .fl-right input {
	padding-right: 85px
}

.languagecls_sr form .vres-form-group input {
	max-width: inherit;
	width: 240px;
	padding-right: 88px
}

.languagecls_sr .fl-right input {
	padding-right: 88px
}

html body.languagecls_sr .vres-add-div .vres-chk-box.ac-age .vres-select~span {
	font-size: 9px
}

.languagecls_sr .vres-add-div .vres-chk-box.ac-age>span {
	min-width: 52px;
	width: initial
}

.languagecls_sr .likebtn {
	font-size: 13px
}

.languagecls_sr .vres-add-div .vres-chk-box.ac-age {
	margin-bottom: 5px
}

.languagecls_sr .childagediv {
	display: inline-block;
	float: none;
	width: initial
}

.languagecls_sk form .vres-form-group input {
	max-width: inherit;
	width: 240px;
	padding-right: 95px
}

.languagecls_sk .fl-right input {
	padding-right: 95px
}

.languagecls_sk .vres-add-div .vres-chk-box.ac-age>span {
	min-width: 45px;
	width: auto
}

html body.languagecls_sk .vres-add-div .vres-chk-box.ac-age .vres-select~span {
	font-size: 10px
}

.languagecls_is .vres-add-div .vres-chk-box.ac-age:first-of-type>span {
	width: 60px
}

.languagecls_vi .vres-add-div .vres-chk-box.ac-age>span {
	width: auto
}

@media only screen and (min-width:769px) {
	.followWrap,
	.vres-imgholder h3 {
		height: auto!important
	}
}

@media only screen and (min-width:1040px) {
	.book-fixed {
		position: fixed;
		top: 0
	}
	.book-abso {
		position: absolute
	}
	.rooms-added {
		display: none
	}
}

@media only screen and (min-width:1140px) {
	.credit_card_info-wrap .credit_form-part.clleft~.credit_form-part.clright label:first-child {
		width: auto;
		padding-right: 10px
	}
}

@media only screen and (max-width:1380px) {
	.vres-logo {
		max-width: 430px
	}
}

@media only screen and (max-width:1320px) {
	.vres-logo {
		max-width: 310px
	}
}

@media only screen and (max-width:1300px) {
	.vres_head-banner .vres-navright {
		right: 30px
	}
}

@media only screen and (max-width:1240px) {
	.vres-logo {
		max-width: 310px
	}
}

@media only screen and (max-width:1200px) {
	.ava_modal1cls {
		width: 100%!important;
		margin-left: 0!important
	}
}

@media only screen and (max-width:1180px) {
	.resNo-span {
		width: 20%
	}
	.stay-span {
		width: 45%
	}
	.vres-logo {
		max-width: 270px
	}
	.vres_header .vres-logo a .brandname {
		font-size: 18px
	}
}

@media only screen and (max-width:1150px) {
	.booking-section {
		max-width: 236px
	}
}

@media only screen and (max-width:1140px) {
	.box1container .inner-boxcontainer {
		padding: 15px 10px
	}
	.box1container .inner-boxcontainer .fieldset.padbottom1.btnbar {
		display: block;
		padding-top: 0
	}
	.chk_wrapper .img_banner_div_cls img {
		min-width: 1040px
	}
	.vres_bhk_pos {
		bottom: 80px
	}
	.credit_card_info-wrap .credit_form-part.clleft,
	.credit_card_info-wrap .credit_form-part.clright {
		width: 100%
	}
}

@media only screen and (max-width:1130px) {
	.vres-logo {
		max-width: 220px
	}
	.vres_header .vres-logo a .brandname {
		font-size: 16px
	}
	.drop-submenu.currency-submenu {
		width: 875px
	}
}

@media only screen and (max-width:1120px) {
	.vres-prof-pic img {
		margin-bottom: 15px
	}
	.booking-section {
		max-width: 226px
	}
	.vres-logo {
		max-width: 220px
	}
	.vres_header .vres-logo a .brandname {
		font-size: 16px
	}
}

@media only screen and (max-width:1100px) {
	#compare-modal1 {
		width: 100%!important
	}
	.custom_sp_request .spr_request {
		width: 500px
	}
}

@media only screen and (max-width:1080px) {
	.drop-submenu,
	.vres-cur-label.open .cur-btn,
	.vres-pop-down.open .pop-down-btn {
		border-radius: 0
	}
	.vres-navright {
		width: 100%;
		right: 0
	}
	.vres-navright ul.vres-navbar {
		width: 100%;
		height: auto;
		background: #fff;
		position: absolute;
		display: none;
		float: left;
		z-index: 900;
		top: 100%;
		box-shadow: 0 5px 4px rgba(0, 0, 0, .3);
		-webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, .3)
	}
	.vres-navright ul.vres-navbar>li {
		width: 100%;
		display: inline-block;
		text-align: left;
		margin: 0
	}
	.vres-navright ul.vres-navbar>li:hover {
		background: rgba(0, 0, 0, .1)
	}
	.drop-submenu ul {
		background: #f8f8f8
	}
	.drop-submenu ul li:last-child a {
		border-bottom: 0!important
	}
	.vres-navright ul.vres-navbar>li a#cur_btn_wrap,
	.vres-navright ul.vres-navbar>li#ofr-btn a,
	.vres-navright ul.vres-navbar>li.vres-lang-btn a {
		padding: 10px 20px;
		width: 100%;
		text-align: left;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		color: #3b3b3b!important
	}
	.vres-cur-label label,
	.vres-navright ul.vres-navbar>li>a {
		width: 100%;
		text-align: left;
		padding: 10px 20px;
		font-size: 14px;
		border-bottom: 1px solid rgba(0, 0, 0, .1)
	}
	.vres-navright ul.vres-navbar>li a em {
		float: right;
		margin-top: 3px
	}
	.currname {
		display: inline
	}
	.vres-cur-label label i {
		display: none
	}
	.vres-cur-label.open .drop-submenu,
	.vres-pop-down.open .pop-drop {
		width: 100%;
		top: 0;
		position: relative;
		float: left;
		box-shadow: none;
		border-radius: 0;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd
	}
	.profile-drop-inner {
		max-width: 100%
	}
	.vres-navright ul.vres-navbar>li.vres-hdrop-box .drop-submenu ul li a {
		padding: 9px 20px 7px
	}
	.vres-pop-down .popcontactfrm {
		padding: 15px 20px
	}
	.vres-navright ul.vres-navbar>li a.regi-btn,
	.vres-navright ul.vres-navbar>li a.vres-btn {
		text-align: center
	}
	.currtitle {
		display: inline-block
	}
	.vres_head-banner .vres-navright {
		right: 0
	}
	.vres-navright .vres-resmenu {
		display: inline-block;
		vertical-align: top
	}
	.vres-navright .vres-resmenu a:first-child {
		border-right: 0 solid rgba(255, 255, 255, .15)
	}
	.vres-navbtn.vres-nav-bg {
		background-color: #fff;
		color: #3b3b3b!important
	}
	.vres-navright .vres-resmenu a {
		display: block;
		float: left;
		padding: 17px 0;
		border-left: 1px solid rgba(255, 255, 255, .2)
	}
	.vres-navright .vres-resmenu a:-moz-any-link {
		padding: 16px 0 17px
	}
	#ofr-btn .offer-btn:-moz-any-link {
		padding: 13px 22px
	}
	#ofr-btn .offer-btn .fa-certificate {
		font-size: 28px
	}
	#ofr-btn .offer-btn .fa-percent {
		font-size: 12px;
		margin-top: -6px;
		margin-left: -5px
	}
	.vres-cur-label {
		width: 100%
	}
	.vres-special-btn {
		right: 70px
	}
	.nav-rgtmrg {
		margin-right: 0;
		min-height: inherit
	}
	.vres-navright .vres-navbar.vres-nav-bg {
		background: #fff;
		color: #3b3b3b
	}
	.vres_head-banner .vres-navright ul.vres-navbar>li {
		background: rgba(0, 0, 0, 0)!important;
		margin-left: 0
	}
	.vres_head-banner .vres-navright ul.vres-navbar>li a.f-color {
		color: #fff
	}
	.vres_head-banner .vres-navright ul.vres-navbar>li.open a.f-color {
		color: #5C1111
	}
	.vres-navright ul.vres-navbar>li>a {
		color: #3b3b3b!important
	}
	#ofr-btn:after {
		display: none
	}
	.vres-helpup .vres-helpbtn {
		float: right;
		height: 45px;
		width: 45px;
		position: relative;
		z-index: 120;
		box-shadow: none
	}
	.vres-helpup {
		right: 15px;
		left: auto;
		padding: 0
	}
	.vres-helpdetail::after {
		right: 13px;
		left: auto
	}
	#ofr-btn .offer-btn {
		padding: 13px 19px
	}
	.vres_policy-wrap {
		width: 100%;
		margin: 0;
		padding: 5px 0
	}
	.vres-logo {
		position: absolute;
		z-index: 1000;
		padding: 8px 0;
		max-width: 630px
	}
	#ofr-btn {
		float: none;
		display: inline-block;
		vertical-align: top
	}
	.sign_tab {
		text-align: left
	}
	.sign_tab a+a {
		margin-left: -4.8px
	}
	.payment-form .form-wrap,
	.payment-roomDetail .guestblk {
		width: 24.5%
	}
	.guest-info .addr-field {
		width: 49.5%
	}
	.pax-span {
		width: 30%
	}
	.stay-span {
		width: 50%
	}
	.vres-add-div .vres-chk-box.ac-age {
		padding-left: 15px
	}
	.vres-add-div .vres-chk-box.ac-age .vres-select~span {
		left: 5px;
		font-size: 11px
	}
	.vres-navright ul.vres-navbar>li a#cur_btn_wrap:-moz-any-link {
		padding: 9px 16px
	}
	.show-price-wrap {
		width: 100%;
		border-top: 1px solid #ddd
	}
	.curr_lbl {
		border-left: 0;
		border-right: 1px solid #ddd
	}
	.vres-bookdiv {
		margin-top: -51px
	}
	.languagecls_de .vres-bookdiv,
	.languagecls_es .vres-bookdiv,
	.languagecls_fr .vres-bookdiv,
	.languagecls_it .vres-bookdiv,
	.languagecls_nl .vres-bookdiv,
	.languagecls_pt .vres-bookdiv {
		margin-top: -81px
	}
	.filter-btn1 {
		border-radius: 3px 0 0
	}
	.profile-drop.noProImg a {
		padding: 9px 16px!important
	}
	.profile-drop.noProImg:not(:-moz-handler-blocked) a {
		padding: 9px 16px!important
	}
	.languagecls_it .vres-add-div .vres-chk-box.ac-age .vres-select~span {
		left: initial;
		right: initial
	}
	.languagecls_ms .vres-bookdiv {
		margin-top: -80px
	}
	.languagecls_ms .vres-add-div .vres-chk-box.ac-age>span,
	.languagecls_ru .vres-add-div .vres-chk-box.ac-age .vres-select~span {
		left: 15px
	}
	body.OpenSans .vres-navright ul.vres-navbar>li a {
		font-size: 13px;
		padding: 6px 16px
	}
	body.OpenSans .vres-navright ul.vres-navbar>li a#cur_btn_wrap,
	body.OpenSans .vres-navright ul.vres-navbar>li#ofr-btn a,
	body.OpenSans .vres-navright ul.vres-navbar>li.vres-lang-btn a {
		padding: 6px 15px
	}
}

@media only screen and (max-width:1070px) {
	.booking-section {
		max-width: 216px
	}
}

@media only screen and (max-width:1040px) {
	.booking-section,
	.col-right-card,
	.no-roomdiv,
	.vres-bookdiv,
	.vres-flex-div {
		display: inline-block
	}
	.no-roomdiv .user_alert {
		font-size: 12px;
		max-width: 120px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 10px
	}
	.vres-roomlisting {
		padding: 10px 10px 10px 250px
	}
	.vres-card-group-btn {
		margin-top: 5px!important
	}
	.vres-bookdiv {
		position: relative;
		z-index: 800;
		height: 100%!important;
		border-radius: 0;
		text-align: center
	}
	.col-right-card,
	.vres-booked-dis #summ_add,
	.vres-booked-dis ul {
		position: fixed;
		width: 100%;
		left: 0
	}
	.col-left-card {
		padding-right: 0
	}
	.vres-flex-div {
		width: 100%;
		padding: 8px 15px
	}
	.vres-roombooked {
		text-align: left;
		background: rgba(0, 0, 0, 0)
	}
	.col-left-card,
	.col-right-card {
		width: 100%
	}
	.col-right-card {
		flex: none;
		bottom: 0;
		margin-top: 15px;
		height: inherit!important;
		text-align: left;
		z-index: 1036;
		background-color: #fff0d3;
		border-top: 3px solid #906816;
		box-shadow: 0 -1px 3px rgba(0, 0, 0, .3);
		padding: 5px 10px
	}
	.no-roomdiv {
		text-align: left;
		vertical-align: middle
	}
	.vres-stripe.be-noroom {
		transform: scale(.5);
		vertical-align: middle;
		margin: -20px auto -10px
	}
	.adjfooter #footer_main {
		margin-bottom: 57px
	}
	#booking_summery_blk {
		display: none
	}
	.adjfooter #booking_summery_blk {
		display: block;
		z-index: 99999999999999999999999999999
	}
	.vres-roombooked .vres-total span i {
		float: left;
		margin-right: 8px;
		display: none
	}
	.vres-roombooked .vres-total span b.fl-right {
		float: left!important;
		display: -webkit-flex;
		display: flex;
		align-items: flex-end;
		margin-left: 30px
	}
	.vres-roombooked .vres-total span b.fl-right .currency {
		font-size: 12px;
		font-weight: 400;
		display: inline;
		margin: 0
	}
	.vres-roombooked .currency-rate {
		font-size: 11px;
		font-weight: 400;
		margin-right: 4px
	}
	.vres-roombooked .vres-total>span {
		display: inline-block;
		color: #fff;
		margin-top: 3px;
		line-height: 1
	}
	.vres-booked-dis {
		width: 100%
	}
	.vres-booked-dis ul {
		padding-left: 34px;
		display: inline;
		bottom: 8px;
		z-index: 999999999
	}
	.vres-booked-dis #summ_add {
		display: -webkit-flex;
		display: flex;
		flex-flow: column;
		max-height: 100%;
		background: #242830;
		bottom: 57px;
		transition: all .3s ease;
		overflow: hidden
	}
	.vres-booked-dis #summ_add.collapse {
		max-height: 0
	}
	.vres-booked-dis .roomSummery-dates,
	.vres-booked-dis .roomSummery-night,
	.vres-booked-dis .rooms-added {
		min-height: initial;
		width: auto;
		padding-right: 0;
		border: none;
		line-height: 14px
	}
	.vres-booked-dis .roomSummery-night {
		padding-left: 2px
	}
	.vres-booked-dis .roomSummery-dates .bs-chkinout,
	.vres-booked-dis .roomSummery-night .bs-night {
		padding-left: 0
	}
	.vres-booked-dis .roomSummery-dates .bs-chkinout:after {
		content: " , "
	}
	.vres-booked-dis .roomSummery-dates label {
		display: none
	}
	.vres-booked-dis .rooms-added {
		color: #73f477;
		font-size: 12px
	}
	.vres-booked-dis .roomSummery-dates span,
	.vres-booked-dis .roomSummery-night span {
		color: #aaabad;
		font-size: 12px;
		font-weight: 400
	}
	.vres-roombooked ul li.edit-row {
		background: 0 0;
		border: none;
		padding: 0 10px
	}
	.vres-roombooked ul li {
		margin: 0;
		position: relative;
		float: left;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		min-height: 60px;
		border-radius: 3px;
		padding: 0 7px
	}
	.vres-roombooked ul #summ_add li {
		padding: 6px 15px
	}
	.vres-roombooked ul li span.fl-left {
		display: -webkit-flex;
		display: flex;
		flex-flow: column
	}
	.vres-roombooked ul li p {
		position: relative;
		font-size: 16px;
		color: #fff;
		right: -4px
	}
	.vres-roombooked ul li span {
		width: 100%;
		font-size: 13px;
		color: #fff
	}
	.vres-roombooked ul li span span {
		font-size: 15px;
		padding: 0
	}
	.vres-roombooked ul li span br {
		display: none
	}
	.vres-roombooked ul li span a {
		padding: 5px;
		line-height: 1;
		display: inline;
		margin-left: 2px;
		font-size: 14px
	}
	.vres-roombooked ul li .fa-edit {
		color: #fff
	}
	.vres-roombooked ul li .fa-edit:before {
		content: "\f040"
	}
	.vres-roombooked ul li i.fa.fa-close {
		position: relative;
		padding: 0;
		min-width: 36px;
		line-height: 36px;
		color: #ee5656;
		text-align: center;
		right: -8px;
		top: -2px;
		font-size: 16px
	}
	.vres-roombooked ul li i.fa.fa-close:before {
		content: "\f1f8"
	}
	.vres-roombooked ul li span small {
		margin-top: 5px
	}
	.vres-roombooked ul li span small span {
		color: #aaabad;
		font-size: 13px
	}
	.vres-roombooked .vres-total {
		position: fixed;
		bottom: 0;
		padding: 0 0 0 10px;
		width: 100%;
		border-top: 1px solid #42474f;
		border-radius: 0;
		background: #242830;
		z-index: 99999999
	}
	.vres-roombooked .vres-total span {
		font-size: 22px;
		font-weight: 600;
		margin-top: 5px
	}
	.vres-bookdiv .chk_year {
		display: none
	}
	.booking-sumbtn,
	.no-roomdiv h3,
	.no-roomdiv img {
		display: inline-block
	}
	.vres-roombooked .vres-total .exp-rooms {
		color: #fff
	}
	.vres-stripe.info {
		background-position: 12px -120px;
		cursor: pointer;
		position: absolute;
		top: 9px;
		left: 0;
		padding: 20px
	}
	.booking-section {
		max-width: 100%;
		text-align: left
	}
	.no-roomdiv img {
		max-width: 75px;
		vertical-align: middle
	}
	.booking-section a.bknow {
		display: inline-block;
		height: 56px;
		width: 144px;
		text-align: center;
		float: right;
		margin: 0!important;
		vertical-align: middle;
		border-radius: 0;
		padding: 0;
		line-height: 56px;
		font-size: 16px;
		font-weight: 600
	}
	.no-roomdiv h3 {
		font-size: 16px;
		font-weight: 400;
		vertical-align: middle;
		margin-bottom: 0
	}
	.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group a {
		padding: 0
	}
	.vres_head-banner .vres-navright {
		right: 0
	}
	.filter-wrapper_div .col-right-card {
		display: none!important
	}
	.ver-payment_left {
		width: 100%
	}
	.pay-booking_summery {
		max-width: 100%
	}
	.extra_ser_section {
		padding: 15px 185px 15px 180px;
		min-height: 150px
	}
	.extra_ser_section img {
		max-width: 150px
	}
	.extra_ser_section .extra-rate-pay {
		top: 10px
	}
	.extra_ser_section .extra-rate-pay p span.foreignrates {
		font-size: 25px
	}
	.likebtn {
		bottom: 100px
	}
	.show-price-wrap {
		width: auto;
		border-top: 0 solid #ddd
	}
	.curr_lbl {
		border-left: 1px solid #ddd;
		border-right: 0
	}
	.vres-bookdiv {
		margin-top: -51px;
		padding: 0;
		background: #242830;
		border: 0;
		border-top: 1px solid #42474f
	}
	.filter-btn1 {
		border-radius: 3px 0 0 3px
	}
	.chk_wrapper .img_banner_div_cls img {
		width: 1040px
	}
	#err_child_age.err_child_age {
		margin: 17px 16px 0 0;
		width: auto;
		font-size: 12px;
		line-height: 14px;
		padding: 5px 8px
	}
	#cookieconsentmsg {
		padding: 0 5px;
		top: 0;
		bottom: initial;
		background: #4a4f56;
		height: 58px;
		color: #fff
	}
	#cookieconsentmsg .cp-wraper {
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center
	}
	.cp-button a {
		background: #6e737b;
		line-height: 16px
	}
}

@media only screen and (max-width:1030px) {
	.vres-book-list h3 {
		padding: 0
	}
	.acc-page-wrap .resNo-span {
		padding-left: 0
	}
	.vres-book-cnt p {
		width: 100%
	}
	.book-rm-rate-wrap {
		width: 100%;
		margin-top: 10px;
		border-left: 0;
		padding: 10px 5px 0;
		border-top: 1px solid #ddd
	}
	.book-rm-rate-wrap .bked-price {
		text-align: left
	}
	.book-rm-rate-wrap .bked-price span {
		display: inline-block
	}
	.vres-bkBtn-sect {
		top: 10px
	}
	.cancelbooking-wrap .vres-book-cnt p {
		width: 75%
	}
	.cancelbooking-wrap .book-rm-rate-wrap {
		width: 25%;
		border-top: 0;
		margin-top: 0
	}
	.cancelbooking-wrap .book-rm-rate-wrap span {
		display: block
	}
	.vresBkList-wrap .vres-book-list .vres-book-cnt .vres-bkBtn-sect a.cancle-not-allow {
		margin-top: 0
	}
	.Res-canceledbooking .vres-bkBtn-sect {
		padding-top: 10px
	}
	.vres-bkBtn-sect a.bt-primary.cancel-btn {
		margin-top: 20px
	}
}

@media only screen and (max-width:1038px) {
	.vres-cnt-card .card-list .vres-card-group-btn {
		float: left;
		width: 100%
	}
	.form-gro label {
		width: 100%
	}
}

@media only screen and (max-width:1020px) {
	.vres-cnt-card .card-list .vres-card-group-btn {
		float: left;
		width: 100%
	}
	.qick-btns a {
		font-size: 15px;
		min-width: 100%
	}
}

@media only screen and (min-width:1000px) {
	.vre-modal1 .vres-modal1-dialog {
		width: 1000px
	}
}

@media only screen and (max-width:1000px) {
	.signup-left .sign-up_form {
		max-width: 280px
	}
	.signup-left .sign-up_form .form-wrap {
		width: 100%
	}
	.signup-left .sign-up_form .form-wrap:last-child {
		margin-top: 20px
	}
	.main_saveforlater .signup-left .sign-up_form {
		max-width: 400px
	}
	.main_saveforlater #lErrorSavelater {
		padding: 0 15px
	}
}

@media only screen and (max-width:991px) {
	.filter-left,
	.vres-filt,
	.vres-fliter {
		width: 100%
	}
	.review-sidebar-wrap,
	.show-price-wrap .shPwrap,
	.vres-apply,
	.vres-filt-div a {
		text-align: center
	}
	.mor_filter-wrapper {
		margin-bottom: 15px
	}
	.vres-filtWrapper .row {
		padding: 0
	}
	.vres-navright ul.vres-navbar>li.vres-hid991 {
		display: none
	}
	.vres-filt-div {
		background: #fff;
		padding: 0;
		border-top: 1px solid #ccc;
		box-shadow: 0 2px 3px rgba(0, 0, 0, .33)
	}
	.vres-probtn {
		display: inline-block;
		border-right: 0!important
	}
	.vres-filt {
		float: left;
		border-bottom: 1px solid #ccc;
		display: table
	}
	.vres-fliter {
		float: left!important;
		display: block!important
	}
	.filter-left {
		float: left;
		display: block
	}
	.vres-apply {
		position: relative;
		z-index: 100;
		padding: 10px 15px;
		width: 100%;
		left: 0;
		margin-left: 0;
		border-bottom: 1px solid #eee;
		display: none;
		top: 0;
		border-top: 1px solid #eee;
		box-shadow: 0 3px 3px rgba(0, 0, 0, .44);
		background: #f8f8f8
	}
	.vres-filt-div a,
	.vres-filt-div a+a {
		padding: 16px 15px
	}
	.likebtn,
	.vres-filt-div a:focus,
	.vres-filt-div a:hover {
		box-shadow: none
	}
	.vres-apply a.vres-btn {
		float: none!important;
		display: inline-block;
		width: inherit;
		background: #fff
	}
	#vres-mapbtn,
	.vres-filt-div a {
		display: table-cell
	}
	.vres-filt-div a {
		border-radius: 0;
		background: 0 0;
		width: 33%;
		border-right: 1px solid #ccc;
		box-shadow: none
	}
	.filter-div a {
		width: 100%;
		background: #2DAC45;
		padding: 8px 15px;
		border-radius: 3px
	}
	.vres-apply a {
		padding: 10px 15px
	}
	.pad-less {
		margin: 5px 0
	}
	.filter-btn1,
	.filter-div:after,
	.rate_txt {
		display: none
	}
	.vres-col2 {
		width: 60%
	}
	.vres-col2+.vres-col2 {
		width: 40%
	}
	.vres-special-btn {
		right: 140px
	}
	.filter-div {
		border-top: 0;
		position: fixed;
		height: 100%;
		top: 0!important
	}
	.filter-left {
		padding-right: 0
	}
	.filter-btn2 {
		display: block
	}
	.vres_promo-btn {
		display: none!important
	}
	.vres-filt-div {
		display: block;
		margin-bottom: 0
	}
	.vres-flex-div {
		margin-top: 0
	}
	.show-price-wrap {
		width: 100%
	}
	.show-price-wrap .price_HL {
		border-left: 0;
		float: left;
		width: 30%;
		text-align: center
	}
	.payment-form .form-wrap {
		width: 32.5%
	}
	.guest-info .addr-field {
		width: 66%
	}
	.payment-roomDetail:last-child .form-wrap {
		width: 48.5%
	}
	.filter-wrapper_div {
		margin-bottom: 0;
		z-index: 83
	}
	.col-left-card .applymsg {
		margin-top: 15px
	}
	.qick-btns a {
		font-size: 15px;
		min-width: 100%
	}
	.qick-btns a i {
		font-size: 25px
	}
	.likebtn {
		position: relative;
		border: 0;
		border-radius: 0;
		width: 100%;
		right: 0;
		bottom: 0;
		height: inherit;
		padding: 10px 15px 8px;
		z-index: 81
	}
	.likebtn::after {
		display: none
	}
	.star-icon {
		left: 0;
		top: 0;
		position: relative;
		width: 50px;
		margin-right: 10px
	}
	.star-icon::before {
		right: 0
	}
	.star-icon::after {
		left: 0
	}
	.filter-help {
		top: -78px
	}
	.main-review-sect {
		width: 100%;
		padding-right: 0;
		margin-bottom: 15px;
		position: relative
	}
	.review-sidebar-wrap {
		position: relative;
		background-color: #fff
	}
	.reviews-for {
		width: 50%;
		background-color: #fff
	}
	.score-breakdown {
		width: 100%;
		max-width: 400px;
		float: none;
		display: inline-block
	}
	.clients-review-sect {
		width: 100%;
		padding-left: 0
	}
	.vres-tab-div .tab-head ul li a {
		padding: 15px
	}
	.acc-tbl-wrap table tr td:nth-child(1) {
		width: 50%
	}
	.review-cnt {
		min-height: 285px
	}
	.curr_lbl {
		border-left: 0!important;
		border-right: 1px solid #ddd
	}
	body.SourceSansProRegular footer#footer_main p {
		padding: 15px 0 13px
	}
	body.DroidSans footer#footer_main p,
	body.OpenSans footer#footer_main p,
	body.Roboto footer#footer_main p {
		padding: 15px 0
	}
	.extra_ser_section .extra-rate-pay,
	.paymentoption_tab a,
	.saveforlater_div,
	.sign_tab a,
	.total-paybleRm h3 {
		padding: 8px 15px!important
	}
	.cp-btnclose {
		display: none
	}
	.sign-up-pay .add-extra-wrap a {
		top: 10px
	}
	.saveForLater-wrap .saveforLaterHead {
		margin-top: 8px
	}
	.saveForLater-wrap p {
		margin: 8px 0
	}
	.pay-booking_summery h4 {
		padding: 8px 15px
	}
	.pay-rm_detail {
		padding: 8px 0 1px;
		margin-top: 0
	}
	.pay-rm_detail .prcRateTitle {
		padding-bottom: 8px;
		margin-bottom: 8px
	}
	.guest-name-wrap,
	.mobilediv .mobilelandcode,
	.payment-roomDetail .guestblk,
	.payment-roomDetail:last-child .form-wrap {
		margin-bottom: 0
	}
	.total-paybleRm h3 {
		margin-top: 0!important
	}
	.bk-total_wrap .vres-btn {
		padding: 10px 25px 8px
	}
	.find-arriv-wrap {
		padding: 0
	}
	.astimate-time {
		padding-top: 0;
		margin-top: 0
	}
	.payment-form {
		padding-top: 8px
	}
	.add-extra-wrap h4 {
		margin-top: 0
	}
	.sign-up_form {
		padding: 0
	}
	.payment_sign-wrap .signup-left {
		padding-top: 0
	}
	.find-us-wrap,
	.payment-frm_wrap {
		margin-top: 8px
	}
	.pickup-drop-wrap {
		padding-top: 8px;
		margin-top: 0
	}
	.pickup-drop-wrap,
	.pref-padd {
		padding-bottom: 0
	}
	.pay-chkInOut_wrap .pay-chkInOut {
		margin-top: 0
	}
	.pay-rm_detail {
		margin-bottom: 8px
	}
	.guest-name-wrap .guest-label,
	.payment-form .form-wrap label,
	.payment-roomDetail .guestblk label,
	.payment-roomDetail label {
		margin-bottom: 1px
	}
	.payment-form .form-wrap,
	.payment-roomDetail,
	.total-paybleRm p,
	.vres_policy-wrap p {
		margin-bottom: 8px
	}
	.payment-card {
		padding-bottom: 8px
	}
	.pay-rm_detail p>span {
		padding: 5px 10px
	}
	.promo-code-sved {
		padding: 8px 15px 0
	}
	.pay-rm_detail p .mar-top {
		margin-top: 3px
	}
	.gender {
		margin-top: 8px
	}
}

@media only screen and (max-width:980px) {
	.modal1.fade.in {
		left: 0!important;
		margin-bottom: 50px!important;
		width: 100%!important
	}
	.ratepopup.modal1.fade.in {
		max-width: 650px;
		left: 50%!important;
		margin-left: -325px!important
	}
	.custom_sp_request .spr_request {
		margin-left: 0
	}
}

@media only screen and (max-width:965px) {
	.vres-form.txt-center {
		text-align: left
	}
}

@media only screen and (max-width:950px) {
	.add-extra-wrap h4 {
		font-size: 18px
	}
	.ver-payment_left {
		width: 100%;
		padding-left: 0
	}
	.extra_ser_section {
		padding: 15px 15px 55px 140px;
		min-height: 170px
	}
	.extra_ser_section .extra-rate-pay {
		top: auto;
		right: auto;
		left: 0;
		bottom: 0;
		width: 100%;
		padding-top: 5px!important;
		padding-bottom: 5px!important;
		background-color: #f8f8f8;
		border-top: 1px solid #eee
	}
	.resexred .extra-rate-pay {
		background-color: #e7f3cf
	}
	.extra_ser_section .extra-rate-pay p span:first-child {
		text-align: left;
		display: inline-block
	}
	.extra_ser_section .extra-rate-pay p {
		float: left;
		margin-bottom: 0
	}
	.extra_ser_section .extra-rate-pay p span:last-child {
		display: inline-block
	}
	.extra_ser_section img {
		max-width: 110px
	}
}

@media only screen and (max-width:935px) {
	.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group a.adulchild i+i {
		bottom: 12px;
		right: 3px
	}
	.credit_card_info-wrap div.credit_form-part label {
		width: 100%
	}
}

@media only screen and (max-width:925px) {
	.vres-inntab {
		margin-left: 0;
		margin-bottom: 15px;
		border-bottom: 1px solid #eee
	}
	.vres-user {
		width: 70%
	}
}

@media only screen and (max-width:890px) {
	.vres-bkBtn-sect a.bt-primary,
	.vres_social {
		display: inline-block
	}
	.vres-book-cnt {
		padding: 10px 0 55px
	}
	.vres-bkBtn-sect {
		right: auto;
		left: 5px;
		top: auto;
		bottom: 5px
	}
	.vres-bkBtn-sect a+a {
		margin-top: 0;
		margin-left: 5px
	}
	footer {
		text-align: center
	}
	.vres_social {
		float: none;
		width: 100%;
		padding-bottom: 10px
	}
	footer p {
		padding-bottom: 3px;
		padding-top: 0
	}
	.payment-roomDetail .guest-text-wrap input[id^=lastname] {
		margin-right: 0
	}
	.vres-bkBtn-sect a.bt-primary.cancel-btn {
		margin-top: 10px
	}
	.vresBkList-wrap .vres-book-list .vres-book-cnt .vres-bkBtn-sect a.cancle-not-allow br {
		display: none
	}
	.vresBkList-wrap .vres-book-list .vres-book-cnt .vres-bkBtn-sect a.cancle-not-allow span {
		display: inline-block;
		vertical-align: middle
	}
	.vresBkList-wrap .vres-book-list .vres-book-cnt .vres-bkBtn-sect a.cancle-not-allow span.vres_ban i {
		font-size: 20px
	}
	body.DroidSans .vres-bkBtn-sect a.bt-primary:last-child,
	body.OpenSans .vres-bkBtn-sect a.bt-primary:last-child {
		padding-top: 8px
	}
}

@media only screen and (max-width:880px) {
	.review-title {
		margin-bottom: 10px
	}
	.review-fmr-user {
		top: 0;
		width: 80px
	}
	.review-form {
		padding-left: 0;
		padding-top: 95px;
		padding-right: 0
	}
	.review-form .review-form-section::after {
		left: 22px;
		top: -27px;
		border-color: transparent transparent #f8f8f8
	}
	.review-form .review-form-section::before {
		left: 22px;
		top: -28px;
		border-color: transparent transparent #bbb
	}
	.vrt-links a {
		margin-right: 5px
	}
	.vrt-links span {
		margin-right: 2px
	}
}

@media only screen and (max-width:865px) {
	.box1container .form-wrap.res-fromDate {
		width: 244px
	}
}

@media only screen and (max-width:845px) {
	.vres-check-wrap {
		float: none;
		width: 100%;
		text-align: center
	}
	.vres_add_btn,
	.vres_detail_links {
		width: 50%
	}
	.vres-cnt-card .card-list.price-align .vrmprice p {
		margin-top: 0
	}
}

@media only screen and (max-width:830px) {
	.chkwid {
		width: 100%
	}
	.colvres-rght {
		width: 100%;
		margin-top: 10px
	}
	.total-pri-div {
		text-align: right
	}
	.vres-col2,
	.vres-col2+.vres-col2 {
		width: 50%
	}
	.qick-btns a {
		padding: 15px 10px
	}
}

@media only screen and (max-width:800px) {
	.ver-payment_right {
		width: 100%;
		float: left;
		text-align: center;
		padding: 0 0 10px;
		position: relative;
		right: 0
	}
	.ver-payment_left {
		float: right;
		width: 100%;
		padding-right: 0;
		padding-left: 0
	}
	.ver-payment_right .vres-card {
		max-width: 100%;
		float: none;
		display: inline-block;
		text-align: left;
		box-shadow: none;
		border-bottom: 1px solid #ddd
	}
	.vres_header .vres-logo {
		max-width: 450px
	}
	.total-paybleRm h3 {
		margin: 10px 0;
		width: 100%;
		min-width: 100%
	}
	.total-paybleRm h3::after,
	.total-paybleRm h3::before {
		display: none
	}
	.pay-rm_detail {
		background-color: #f8f8f8
	}
	.main_saveforlater {
		margin-right: 0
	}
	.vres_policy-wrap:not(.vres-termsCond) {
		display: block
	}
	.vres-chk-box:not(.iagreegdprcls) a[data-toggle=modal1] {
		pointer-events: none;
		text-decoration: none;
		color: inherit!important
	}
	.pay-chkInOut_wrap .pay-chkInOut {
		width: 30%
	}
}

@media (max-width:800px) and (min-width:631px) {
	.payment-roomDetail .guestblk.custom_sp_request {
		position: static
	}
	.custom_sp_request .spr_request {
		width: 100%;
		top: 60px
	}
}

@media only screen and (max-width:768px) {
	.payment-card-tbl table,
	.payment-card-tbl tbody,
	.payment-card-tbl td,
	.payment-card-tbl th,
	.payment-card-tbl thead,
	.payment-card-tbl tr {
		display: block
	}
	.payment-card-tbl .tbl-total,
	.payment-card-tbl thead tr {
		display: none
	}
	.payment-card-tbl tr {
		border: 1px solid #ccc
	}
	.payment-card-tbl td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%
	}
	.payment-card-tbl td:before {
		position: absolute;
		bottom: 14px;
		left: 6px;
		width: 45%;
		text-align: right;
		font-size: 14px;
		padding-right: 10px;
		white-space: nowrap
	}
	.col-left,
	.col-right,
	.modify-btn,
	.modify-btn a,
	.payment-card-tbl .tbl-rm-dis,
	.tbl-adl-rates,
	.tbl-chl-rates,
	.tbl-rm-rates,
	.vres-card img,
	.vres-col2,
	.vres-col2+.vres-col2 {
		width: 100%
	}
	.payment-checkin.check-head {
		float: none;
		text-align: center
	}
	.payment-checkin.check-head .pay-in-out {
		margin: 5px 0;
		text-align: left
	}
	.payment-card-tbl .pad-full-left {
		padding-left: 0
	}
	.payment-card-tbl td.tbl-total+td:before {
		content: attr(data-element)
	}
	.payment-card-tbl td:nth-of-type(1):before {
		content: "ROOM(S)"
	}
	.payment-card-tbl td:nth-of-type(2):before {
		content: "ROOM RATE"
	}
	.payment-card-tbl td:nth-of-type(3):before {
		content: "EXTRA ADULT RATE"
	}
	.payment-card-tbl td:nth-of-type(4):before {
		content: "EXTRA CHILD RATE"
	}
	.payment-card-tbl td:nth-of-type(5):before {
		content: "TOTAL"
	}
	.payment-card-tbl .tr-tbl-total td.tbl-total+td:before {
		bottom: 8px
	}
	.payment-card-tbl .grnd-totl td:before,
	.payment-card-tbl .tr-tbl-total td:before,
	.payment-card-tbl td.pad-full-left:before {
		content: ''
	}
	.payment-card-tbl .grnd-totl td,
	.payment-card-tbl .tr-tbl-total td {
		border-bottom: 0
	}
	.payment-card-tbl .payment-checkin {
		text-align: right;
		float: none
	}
	.payment-card-tbl .payment-checkin .pay-in-out i.fa {
		left: auto;
		right: 54px
	}
	.payment-card-tbl .payment-checkin .pay-in-out span {
		margin-top: 5px
	}
	.vres-col2 {
		margin-bottom: 10px
	}
	.vres-imgholder {
		left: 0;
		top: 0;
		right: 0;
		margin: 20px auto 0
	}
	.vres-hid {
		display: none!important
	}
	.vres-date,
	.vres-lang-btn {
		display: inline-block
	}
	.vres-roomlisting {
		padding: 0;
		box-shadow: none;
		border: 0;
		min-height: inherit
	}
	.vres-cnt-card .card-list {
		background: #fff;
		min-height: 130px;
		border: none
	}
	.vres-card img {
		max-width: 300px;
		float: none
	}
	.modify-btn a {
		text-align: center;
		padding: 10px 12px
	}
	.vres-tabbing-section .vres-div .vres-tab-cnt .vres-inner-tab .tab-img {
		text-align: center;
		left: 0;
		right: 0
	}
	.vres-tabbing-section .vres-div .vres-tab-cnt .vres-inner-tab {
		padding-top: 250px;
		padding-right: 0
	}
	.vres-md-tab .vres-md-head .vres-md-outer .vres-md-pad {
		padding: 0 40px
	}
	.vres-check-wrap {
		width: 100%;
		margin: 0 auto
	}
	.vres-check-wrap .subhead-btn-bg {
		margin-top: 17px;
		padding: 8px 20px;
		display: inline-block;
		vertical-align: middle
	}
	.vres-card-group-btn {
		margin-top: 0!important
	}
	.vres-checkavail {
		margin-bottom: 0;
		vertical-align: middle
	}
	.vres_promo-btn {
		color: #000!important;
		margin-top: 15px;
		display: none!important
	}
	.input-daterange .vres-date {
		border: 0 solid #bbb;
		padding: 10px 0
	}
	.input-daterange .vres-date:first-child {
		border-radius: 4px 0 0 4px
	}
	.input-daterange .vres-date:last-child {
		border-radius: 0 4px 4px 0
	}
	.input-daterange .vres-date input {
		border: 0;
		width: 95%;
		margin: 0 auto;
		padding-left: 10px
	}
	.input-daterange label p {
		padding-bottom: 0
	}
	.subhead-btn-bg {
		margin-bottom: 0
	}
	.vres-checkavail .date .input-group-addon {
		margin-left: 1px;
		padding-left: 0
	}
	.input-daterange .vres-date input:focus {
		box-shadow: none
	}
	.vres-spedeal,
	.vrt-links {
		display: none
	}
	.special_deal_sm,
	.vres_room_info {
		display: block
	}
	.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group a {
		padding: 0
	}
	.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group a+a {
		margin-left: 2px
	}
	.deal-wrap-ans {
		margin: 0 -85px 0 -10px
	}
	.adrm-wrap {
		float: right
	}
	.wrap_hid {
		display: none
	}
	.vres-cnt-card .card-list .vres-ame1 ul li {
		display: inline;
		margin-right: 10px
	}
	.vres_detail_price {
		width: 67%
	}
	.vres-cnt-card .card-list .vres-ame1 {
		width: 100%;
		padding: 0 0 0 10px;
		margin-top: 0;
		margin-bottom: 10px
	}
	.vres-maxper {
		width: 100%;
		text-align: left;
		padding: 0 10px;
		margin: 8px 0 0
	}
	.vrmprice {
		width: 38.33%;
		text-align: center;
		margin: 8px 0
	}
	.card-list.no-room-wrap .vrmprice {
		width: 61.33%;
		text-align: right;
		float: right
	}
	.no-room-wrap .vres_add_wrapper {
		display: none
	}
	.vrem_left {
		width: 38.33%;
		margin-top: 0
	}
	.vres_add_wrapper {
		width: 23.33%;
		background: #fff;
		border: 0;
		padding: 0 10px 0 0;
		margin-bottom: 10px
	}
	.vres_add_btn b {
		display: block;
		font-size: 13px;
		margin-bottom: 5px;
		padding-right: 0;
		max-width: 90px
	}
	.vres_add_btn {
		width: 100%
	}
	.chk_wrapper {
		position: relative;
		float: left;
		width: 100%;
		background: #fff
	}
	.vres_bnr {
		width: 100%;
		float: left;
		min-height: 0
	}
	.vres_bnr img {
		width: 100%;
		min-width: 1400px
	}
	.vres_bhk_pos {
		width: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		float: none;
		bottom: 0
	}
	.pad-less {
		margin: 0
	}
	.vres_bhk_pos .full-bar-wrapper {
		background: rgba(0, 0, 0, .6);
		border-bottom: 0;
		border-bottom: 1px solid #ccc;
		width: 100%;
		padding: 15px 10px;
		border-radius: 0
	}
	.vres-logo {
		z-index: 1200;
		position: relative
	}
	.vres-helpup {
		width: auto!important;
		max-width: 220px;
		position: static;
		display: inline-block;
		margin-right: -3px;
		vertical-align: top
	}
	.vres-helpup .vres-helpbtn {
		background: 0 0;
		border: 0 solid transparent!important;
		border-radius: 0;
		height: 58px;
		padding: 17px 0 16px;
		width: 55px
	}
	.vres-helpup .vres-helpbtn .fa-wheelchair {
		line-height: 25px;
		margin-top: 0
	}
	.vres-helpup:not(:-moz-handler-blocked) h4 {
		padding: 17px 0 16px
	}
	.vres-helpdetail {
		margin-top: 15px
	}
	.vres-navright {
		z-index: 1100;
		width: 100%;
		position: absolute;
		right: 0
	}
	.vres-imgholder {
		display: none
	}
	.vres-cnt-card .card-list .vres-ame1 ul {
		display: inline-block;
		margin-left: 10px
	}
	.vres-cnt-card .card-list .vres-ame1 .hid-ame ul {
		margin-left: 0
	}
	.vres-cnt-card .card-list .vres-ame1 a.vres-ame {
		margin-top: 0;
		margin-left: 5px
	}
	.vres_jBook {
		display: block
	}
	a.more-link {
		margin-top: 0;
		margin-left: 15px;
		margin-bottom: 10px
	}
	.vres_detail_wrap {
		display: block!important
	}
	.vres-cnt-card .card-list .vres-ame1 b {
		display: inline-block
	}
	.vres-cnt-card .card-list .vres-ame1 a {
		padding-left: 0;
		margin-left: 0
	}
	.vres-cnt-card .card-list .vres-ame1 a span {
		display: inline-block;
		padding-left: 0
	}
	.vres-logo {
		display: block
	}
	.extra_ser_section .extra-rate-pay p,
	.extra_ser_section .extra-rate-pay p span,
	.extra_ser_section .extra-rate-pay p span:last-child {
		display: inline-block
	}
	.en_form .vres-checkavail label {
		padding: 0!important;
		border: 0
	}
	.en_form .vres-checkavail label input {
		border: 1px solid #ccc;
		padding-left: 30px
	}
	.en_form .vres-checkavail .date .input-group-addon {
		padding-left: 5px
	}
	.vres_center {
		text-align: center
	}
	.mar_top {
		margin-top: 15px
	}
	.spe_dealBorder {
		box-shadow: 0 1px 3px #5C1111!important;
		border: 1px solid #5C1111!important
	}
	.spe_dealBorder .special_deal_sm {
		border-top: 1px solid #5C1111!important
	}
	.extra_ser_section {
		padding: 8px 15px 55px 140px;
		min-height: 180px
	}
	.extra_ser_section .extra-rate-pay {
		bottom: 0;
		top: auto;
		left: 0;
		right: auto;
		padding: 15px;
		background: #f8f8f8;
		width: 100%;
		border-radius: 0 0 3px 3px;
		border-top: 1px solid #eee
	}
	.resexred .extra-rate-pay {
		background-color: #e7f3cf
	}
	.extra_ser_section .extra-rate-pay p {
		margin-bottom: 0;
		vertical-align: middle;
		text-align: left;
		float: left
	}
	.extra_ser_section .extra-rate-pay p span:first-child {
		margin-bottom: -5px
	}
	.extra_ser_section .extra-rate-pay .vres-forms,
	.extra_ser_section .extra-rate-pay form {
		display: inline-block;
		width: auto;
		vertical-align: middle;
		margin-left: 20px;
		float: right
	}
	.toggle_btn span {
		padding-bottom: 7px
	}
	.vres-cnt-card .card-list h3 {
		padding-right: 80px!important
	}
	.vres-navright .vres-resmenu a {
		padding: 19px 0
	}
	.vres-navright .vres-resmenu a:-moz-any-link {
		padding: 19px 0 18px
	}
	#ofr-btn {
		margin-top: 0
	}
	#ofr-btn .offer-btn {
		padding: 15px 19px
	}
	#ofr-btn .offer-btn:-moz-any-link {
		padding: 15px 19px
	}
	.vres-flex-div {
		margin-bottom: 15px;
		background: #f4f4f4!important
	}
	.vres-cnt-card {
		padding: 0;
		background: 0 0!important
	}
	body {
		background: #ededed
	}
	.mor_filter-wrapper {
		background: #fff
	}
	.vres-back-top {
		position: relative;
		left: 50%;
		right: 0;
		margin-left: -25px;
		bottom: 0;
		border-radius: 3px 3px 0 0;
		padding: 5px 10px
	}
	.payment-form .form-chk-wrap,
	.payment-form .form-wrap {
		width: 32.5%
	}
	.guest-info .addr-field {
		width: 66%
	}
	.payment-roomDetail:last-child .form-wrap {
		width: 48.5%
	}
	.vres_policy-wrap {
		background: 0 0;
		margin-top: 0
	}
	.vres_policy-wrap .vres-forms,
	.vres_policy-wrap form {
		display: block;
		width: 100%
	}
	.bt-block,
	.usr-chk-box,
	.vres-prof-cnt {
		display: inline-block
	}
	.bk-total_wrap {
		float: left;
		margin-top: 10px
	}
	.vres-rm-dis-left h4 {
		width: 80%
	}
	.vres-quickBtn-wrap {
		width: 100%
	}
	.user-check-avail-wrap {
		width: 100%;
		margin-top: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 20px
	}
	.usr-chk-box {
		max-width: 450px;
		width: 100%;
		float: none;
		box-shadow: none;
		border: 1px solid #ddd
	}
	.usr-chk-box .vres-checkavail .input-daterange label {
		width: 50%;
		float: left
	}
	.qick-btns a,
	.vres-user {
		width: 100%
	}
	.qick-btns {
		text-align: center;
		margin-right: -1px
	}
	.qick-btns:first-child a {
		border-radius: 3px 0 0 3px
	}
	.qick-btns+.qick-btns a {
		border-radius: 0
	}
	.qick-btns:last-child a {
		border-radius: 0 3px 3px 0
	}
	.input-daterange .vres-date+.vres-date {
		border-radius: 0 4px 4px 0
	}
	.vres-user-wrap {
		position: relative;
		bottom: 0;
		background-color: #f8f8f8;
		border-bottom: 1px solid #ddd
	}
	.vres-prof-pic img {
		box-shadow: none;
		border: 0 solid #ddd
	}
	.vres-user h4 {
		font-size: 20px
	}
	.vres-user p {
		color: #fff;
		margin-top: 10px
	}
	.vresBkList-wrap {
		padding: 135px 15px 15px
	}
	.bkrm-img-wrap {
		margin: 15px auto;
		left: 0;
		right: 0
	}
	.booking-tag {
		top: 0;
		right: -23px
	}
	.booking-tag.confirm::after,
	.booking-tag.pending::after,
	.vres-book-list .booking-tag.cancel::after {
		right: 0;
		top: -8px
	}
	.vres-book-list h3 {
		padding-right: 130px
	}
	.qick-btns {
		width: 33%
	}
	.vres_bhk_pos .full-bar-wrapper .input-daterange label p {
		color: #000
	}
	.vres-prof-cnt {
		width: 100%
	}
	.review-section {
		max-width: 100%;
		margin-top: 15px;
		position: relative;
		right: 0
	}
	.inner-row,
	.vres-cnt-card .card-list.price-align .vrmprice p {
		margin-top: 0
	}
	.vres-renview-wrap .vres-prof-cnt h4 {
		font-size: 18px;
		margin-bottom: 15px
	}
	.review-section h1 {
		font-size: 45px;
		margin-bottom: 10px
	}
	.review-section h1 span {
		margin-bottom: 5px
	}
	.review-section p {
		margin: 0
	}
	.view-review-wrap {
		padding: 15px
	}
	.addreview_pnl .vres-prof-cnt {
		padding-bottom: 0
	}
	.review-form .review-form-section {
		width: 100%;
		border-right: 0;
		border-bottom: 2px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.rating-wrap {
		width: 100%
	}
	.review-submit-btn {
		margin-bottom: 15px
	}
	.vres-navright .vres-navbar.vres-nav-bg {
		background-color: #fff
	}
	.vres-navright .vres-navbar.vres-nav-bg li .vres-cur-label a,
	.vres-navright .vres-navbar.vres-nav-bg li a,
	.vres-navright ul.vres-navbar>li a.help_btn {
		color: #3b3b3b!important
	}
	.vres-navright ul.vres-navbar>li a em {
		margin-top: 0;
		margin-right: 0;
		width: 20px;
		text-align: center
	}
	.vres-check-wrap .vres-checkavail .input-group.date {
		border: 0
	}
	.vres-check-wrap .vres-checkavail input.form-control {
		height: 24px
	}
	.pay-booking_summery {
		max-width: 100%
	}
	.ver-payment_right .vres-card .pay-booking_summery {
		text-align: left
	}
	.vres_bhk_pos .full-bar-wrapper .input-daterange label p {
		font-size: 13px
	}
	.vres-checkavail .input-daterange label {
		margin-right: 6px
	}
	.chk_wrapper {
		min-height: inherit
	}
	.guestrating .grrate~span {
		display: none
	}
	.special_deal_sm p b {
		display: inline-block;
		margin-right: 2px;
		margin-bottom: 0
	}
	.rate_tax-block_1 {
		display: none
	}
	.cancelbooking-wrap .book-rm-rate-wrap span,
	.promo-bk_info_mobile {
		display: inline-block
	}
	.ver-payment_right {
		width: 100%;
		float: left;
		text-align: center;
		padding: 0 0 10px
	}
	.ver-payment_left {
		float: right;
		width: 100%;
		padding-right: 0;
		padding-left: 0
	}
	.ver-payment_right .vres-card {
		width: 100%;
		margin-bottom: 0;
		max-width: 100%;
		float: none;
		display: inline-block;
		text-align: left
	}
	.spr_request {
		left: 0
	}
	.eZee_BookingHeader .vres-helpup {
		top: -58px
	}
	.eZee_BookingHeader .vres-helpup .vres-helpbtn {
		padding: 19px 0
	}
	.eZee_BookingHeader .vres-helpup:not(:-moz-handler-blocked) h4 {
		padding: 19px 0 18px
	}
	.payment_wrap {
		padding: 10px 0
	}
	.vrmprice .minnightschk {
		text-align: center
	}
	.vres_detail_links {
		padding-top: 0
	}
	.cancelbooking-wrap .book-rm-rate-wrap {
		margin-top: 15px
	}
	.cancelbooking-wrap .vres-book-cnt p {
		width: 100%
	}
	.cancelbooking-wrap .vres-bkBtn-sect {
		float: right;
		position: static;
		margin-top: 30px
	}
	.cancelbooking-wrap .vres-book-cnt {
		padding-bottom: 0
	}
	.col-left-card .applymsg,
	.mor_filter-wrapper {
		margin-bottom: 15px
	}
	.vres_availcal_mobile {
		display: block
	}
	.vrmprice p.rmnotavail {
		padding-top: 0;
		text-align: center;
		padding-right: 0;
		padding-left: 0
	}
	.vrmprice p.rmnotavail.rm_sold i:after {
		top: -2px
	}
	.vrmprice.vrmprice_top {
		margin-top: 5px
	}
	.drop-submenu.currency-submenu ul li {
		width: 33.33%
	}
	.currency-submenu .curr_select_suggest ul li {
		width: 66.66%
	}
	.compare-tbl-wrap {
		max-height: 450px
	}
	.vres_header {
		min-height: 58px
	}
	.acc_bnr_wrap .vres_bnr {
		min-height: 350px
	}
	body.OpenSans .vres-helpup .vres-helpbtn {
		padding: 17px 0
	}
	body.OpenSans .vres-book-list h3 {
		padding-right: 190px
	}
	body.OpenSans .vres-navright .vres-resmenu a {
		padding: 17px 0
	}
	body.DroidSans .vres-book-list h3 {
		padding-right: 190px
	}
	body.DroidSans .eZee_BookingHeader .vres-helpup .vres-helpbtn {
		padding: 18px 0 19px
	}
	body.DroidSans .vres-navright .vres-resmenu a {
		padding: 19px 0 18px
	}
	body.Roboto .vres-book-list h3 {
		padding-right: 180px
	}
	body.Roboto .eZee_BookingHeader .vres-helpup .vres-helpbtn,
	body.Roboto .vres-navright .vres-resmenu a {
		padding: 18px 0
	}
	#cookieconsentmsg {
		padding: 0 10px
	}
	#PGcard_block .credit_form-part {
		margin-bottom: 8px
	}
	.vres-roomlisting {
		position: initial;
		margin-bottom: 20px;
		background: 0 0
	}
	.vres-roomlisting .vres-imgholder {
		position: initial;
		display: inline;
		max-width: initial;
		height: auto;
		overflow: initial;
		margin: 0;
		box-shadow: none;
		border-radius: 0
	}
	.vres-roomlisting .vres-imgholder .be-no_img,
	.vres-roomlisting .vres-imgholder a {
		display: none
	}
	.col-left-card,
	.row,
	.vres-roomlisting .vres-imgholder h3 {
		position: initial
	}
	.inner-row+.inner-row .vres-roomlisting:before {
		content: "";
		display: block;
		width: calc(100% + 30px);
		margin-left: -15px;
		height: 1px;
		background: #ddd;
		margin-bottom: 12px;
		margin-top: 2px
	}
	.vres-roomlisting .vres-imgholder .followMeBar {
		background: #f4f4f4;
		padding: 0;
		text-align: left;
		color: #111;
		font-size: 15px;
		font-weight: 600;
		text-transform: uppercase;
		position: relative;
		z-index: 100;
		min-height: 32px;
		margin: 0 0 0 -15px;
		width: calc(100% + 30px);
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center
	}
	.vres-roomlisting .vres-imgholder .followMeBar em {
		padding: 9px 10px 7px 16px;
		font-style: normal
	}
	.vres-roomlisting .vres-imgholder .followMeBar.fixed {
		position: fixed;
		top: 0;
		bottom: initial;
		left: 0;
		width: 100%;
		margin: 0;
		box-shadow: 0 1px 0 #ddd
	}
	.vres-cnt-card .card-list:last-child {
		margin-bottom: 0
	}
	.vres_add_wrapper {
		padding-bottom: 34px;
		position: relative;
		margin-top: 0
	}
	.vrt-links {
		display: block
	}
	.vrt-links:not(.vres_availcal_mobile)>a,
	.vrt-links>span {
		display: none
	}
	.vres_detail_links {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: right;
		padding-right: 10px
	}
	.vrt-links a.promo-code-icon {
		padding: 6px 7px 4px;
		display: inline-block
	}
}

.payment-method:after,
[class*=ficon]:before {
	content: ""
}

@media only screen and (max-width:740px) {
	.vres-fliter {
		float: left!important;
		display: inline-block
	}
}

@media only screen and (max-width:720px) {
	.reviews-list ul li {
		width: 50%
	}
	.reviews-list ul li:nth-child(2n+2) {
		border-right: 0
	}
	.reviews-list ul li:nth-child(2n+3) {
		border-right: 1px solid #ccc
	}
	.guest-info h4,
	.vres_policy-wrap h4 {
		padding-bottom: 5px;
		margin-bottom: 7px
	}
	.credit_card_info-wrap div.credit_form-part {
		margin-bottom: 0
	}
}

@media only screen and (max-width:710px) {
	.form-gro,
	.vres-col3 {
		margin-bottom: 10px
	}
	.form-gro.cus-wid {
		width: 100%!important
	}
	.form-gro.cus-wid .vres-select select,
	.vres-col3,
	.vres-drop textarea {
		width: 100%
	}
	.vres-col3 {
		padding: 0
	}
	.vres-emailwid {
		width: 100%!important;
		max-width: 100%
	}
	.form-gro,
	.vres-rm-dis-right p {
		width: 100%
	}
	.vres-rm-dis-right img {
		display: none
	}
	.vres-rm-dis {
		width: 100%;
		border-left: 0
	}
	.ami-tab h4.mar-top {
		margin-top: 0!important
	}
	.vres-chk-div {
		padding: 15px 0;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		margin-bottom: 0
	}
	.vres-rm-dis-right {
		min-height: auto;
		padding-left: 15px
	}
}

@media only screen and (max-width:690px) {
	.vres-prof-cnt {
		display: block;
		margin-top: 15px;
		padding-bottom: 0;
		margin-bottom: 0
	}
	.addreview_pnl .vres-prof-cnt {
		margin-top: 0
	}
}

@media only screen and (max-width:680px) {
	.vres_policy-wrap .vres-forms,
	.vres_policy-wrap form {
		width: 100%;
		margin-bottom: 10px
	}
	.vres_policy-wrap button {
		float: none
	}
	.vres_header .vres-logo {
		max-width: 300px
	}
}

@media only screen and (max-width:665px) {
	.show-price-wrap {
		text-align: center
	}
	.curr_lbl {
		float: none!important;
		display: inline-block;
		border-left: 1px solid #ddd!important
	}
	.curr_lbl+.curr_lbl {
		border-left: 0!important
	}
	.show-price-wrap .shPwrap {
		width: 100%;
		text-align: center;
		border-left: 0;
		border-top: 1px solid #ddd
	}
	.languagecls_de .curr_lbl p,
	.languagecls_es .curr_lbl p,
	.languagecls_fr .curr_lbl p,
	.languagecls_it .curr_lbl p,
	.languagecls_nl .curr_lbl p,
	.languagecls_pt .curr_lbl p {
		max-width: 157px
	}
}

@media only screen and (max-width:660px) {
	.add-ex,
	.cancelbooking-wrap .book-rm-rate-wrap {
		width: 100%
	}
	.add-ex {
		padding: 10px 0!important
	}
	.add-ex a {
		float: left!important;
		margin-left: 0!important
	}
	.payment-checkin.check-head {
		padding: 10px 0
	}
	.vres-special-btn {
		right: 130px
	}
	.extra_ser_section .extra-rate-pay {
		padding: 10px
	}
	.cancelbooking-wrap .vres-bkBtn-sect {
		float: left;
		margin-top: 10px
	}
	#cookieconsentmsg {
		padding: 0
	}
	#cookieconsentmsg .cp-message {
		max-width: calc(100% - 200px);
		text-align: left
	}
}

@media only screen and (max-width:650px) {
	.show-price-wrap {
		text-align: center
	}
	.show-price-wrap .shPwrap {
		width: 100%;
		border-left: 0;
		border-top: 1px solid #ddd
	}
	.ratepopup.modal1.fade.in {
		max-width: 650px;
		left: 0!important;
		margin-left: 0!important
	}
}

@media only screen and (max-width:630px) {
	.custom_sp_request .spr_request,
	.payment-roomDetail .guestblk.custom_sp_request {
		width: 100%
	}
}

@media only screen and (max-width:620px) {
	.review-prof h4,
	.review-prof img {
		vertical-align: middle;
		display: inline-block
	}
	.vres-check-wrap .subhead-btn-bg {
		margin-top: 17px;
		padding: 8px 20px
	}
	.reviews-for,
	.score-breakdown {
		width: 100%;
		border: 1px solid #ccc
	}
	.reviews-for {
		border-bottom: 1px solid #ccc
	}
	.review-sidebar-wrap::after {
		display: none
	}
	.review-prof img {
		max-width: 60px
	}
	.review-prof h4 {
		text-align: left;
		margin: 0 0 0 10px
	}
	.review-prof {
		text-align: left;
		width: 100%;
		position: relative;
		padding: 15px 15px 25px;
		flex: none
	}
	.review-prof .helpful-review-p {
		width: 100%;
		text-align: left;
		margin-top: 0;
		margin-bottom: 10px
	}
	.review-prof h5 {
		margin-top: 10px
	}
	.clients-reviews {
		padding-left: 0;
		padding-top: 0;
		display: inline-block
	}
	.review-cnt {
		border-left: 0;
		border-top: 1px solid #ccc;
		border-radius: 0 0 4px 4px;
		padding: 15px;
		flex: none;
		width: 100%
	}
	.review-cnt h3 span {
		top: -25px
	}
	.review-cnt::before {
		left: 30px;
		top: -30px;
		border-color: transparent transparent #bbb
	}
	.review-cnt::after {
		left: 30px;
		top: -29px;
		border-color: transparent transparent #fff
	}
	.reviews-list ul li {
		width: 33%
	}
	.reviews-list ul li:nth-child(2n+2),
	.reviews-list ul li:nth-child(3n+2) {
		border-right: 1px solid #ccc
	}
	.reviews-list ul li:nth-child(3n+3) {
		border-right: 0 solid #ccc
	}
	.main-review-sect {
		margin-bottom: 10px
	}
	.clients-reviews,
	.view-review-filter {
		margin-bottom: 15px
	}
	.filt-review-sect {
		width: 50%
	}
	.helpFul-wrap {
		margin-top: 0
	}
	.helpFul-wrap .helpful-sect p {
		margin-bottom: 0
	}
	.review-sidebar-wrap {
		border: 0;
		background: 0 0
	}
	.vres-roombooked ul li {
		width: 100%
	}
}

@media only screen and (max-width:615px) {
	.vres-checkin.bg1 .vccard.sho {
		display: none!important
	}
	.vres-checkin.bg1 .vccard.vres-hid-sec {
		display: inline-block!important;
		padding: 2px 0 2px 5px
	}
	.vres-checkin.bg .vccard {
		padding: 2px 5px
	}
	.vres-checkin span.drop {
		padding: 8px 5px
	}
	.vres-checkin.bg .vccard.rm-hid {
		display: none!important
	}
	.bookedhour,
	.vrmmodprice {
		display: none
	}
	.compare-tbl-wrap .cmp_td td .vrmmodprice {
		display: block
	}
}

@media only screen and (max-width:610px) {
	.vres-cnt-card .card-list .vres-card-group-btn {
		float: none;
		margin-top: 0!important;
		display: inline-block;
		width: 100%;
		margin-left: 0;
		text-align: left
	}
	.deal-wrap-ans {
		margin: 0 -40px 0 -10px
	}
	.deal-wrap-ans p {
		margin-top: 5px
	}
	.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group p {
		border-right: 1px solid #eee;
		font-size: 12px
	}
	.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group b,
	.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group p a.vres-ame {
		font-size: 12px
	}
	.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group p a.vres-ame:hover {
		background: 0 0
	}
	.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group p a.vres-ame span {
		display: none
	}
	.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group .vres-ame1 {
		padding: 0
	}
	
}

@media only screen and (max-width:600px) {
	.pay-in {
		width: 100%
	}
	.vres-ex-cntleft {
		width: 100%;
		margin-bottom: 15px
	}
	.vres-exprice,
	.vres-exqty {
		width: 45%
	}
	.vrmprice a {
		position: absolute;
		right: -16px;
		top: 5px
	}
	.vrmprice strong i {
		text-align: left
	}
	.vrmprice .strike {
		padding-right: 15px;
		padding-left: 5px
	}
	.vres-forms .form_align,
	form .form_align {
		margin-right: 0
	}
	.box1container .form-wrap input[type=text],
	.box1container .form-wrap label.vres-select {
		margin-right: 7px
	}
	.box1container .form-wrap input[type=text]~label {
		margin-right: 7px!important
	}
	.vres-forms .form_align+.form_align,
	form .form_align+.form_align {
		margin-left: 80px
	}
	.mobile-rm-info .vres-rm-amen ul li {
		width: 48%
	}
	.box1container .form-wrap.res-fromDate,
	.box1container .form-wrap.res-nowrap,
	.box1container .form-wrap.res-type {
		width: 100%
	}
	.box1container .inner-boxcontainer {
		max-width: 290px;
		display: inline-block;
		background-color: #fff
	}
	.acc-rdo-wrap {
		padding-top: 3px
	}
	.box1container,
	.box1container .inner-boxcontainer .fieldset.padbottom1.btnbar {
		text-align: center
	}
	.acc-tbl-wrap table tr td:nth-child(1) {
		width: 100%;
		float: left;
		margin-bottom: 10px
	}
	.acc-tbl-wrap table tr td {
		float: left
	}
	.acc-tbl-wrap table tr td:nth-child(2) {
		width: 50%;
		padding-top: 8px;
		text-align: left
	}
	.acc-tbl-wrap table tr td:nth-child(3) {
		width: 50%
	}
	.vrem_left b {
		margin-right: 0;
		padding-right: 5px
	}
	.vrem_left b:after {
		display: none
	}
	.vres_availcal_mobile a {
		position: relative;
		right: 0
	}
	.box1container .form-wrap.res-fromDate input,
	.box1container .form-wrap.res-type label.vres-select {
		width: 125px!important
	}
	.priceWidgetiFrame {
		top: 120px
	}
	.booking-section a.bknow {
		width: 94px
	}
}

@media only screen and (max-width:592px) {
	.payment-roomDetail .vres-forms,
	.payment-roomDetail form {
		width: 100%
	}
	.payment-roomDetail h3 {
		margin-right: 0;
		margin-bottom: 5px
	}
	.payment-roomDetail h3 span {
		display: inline-block
	}
	.payment-roomDetail h3 span br {
		display: none
	}
	.spr_request {
		left: 0;
		top: 32px
	}
	.vres-maxper {
		padding-right: 0
	}
	.vrem_left b {
		width: 85px;
		line-height: 1.4
	}
	.mobile-prop-info .prop-left-cnt .cnt-detail-row .cnt-detail {
		width: 48%
	}
}

@media only screen and (max-width:585px) {
	.vres-checkavail .vres-date input {
		width: 100%
	}
	.vres-checkavail input+input {
		margin-right: 0
	}
	.vres-apply a.bt-primary {
		width: inherit;
		display: inline;
		padding: 7px 15px 8px;
		border: 0
	}
	footer p {
		width: 100%
	}
	.vres_social {
		float: none;
		width: 100%;
		text-align: center
	}
	.vres_social p {
		width: auto
	}
}

@media only screen and (max-width:560px) {
	.vrem_left {
		width: 33.33%
	}
	.vrmprice {
		width: 39.33%
	}
	.vres_add_wrapper {
		width: 25.33%
	}
	.vres-book-list {
		position: static
	}
	.booking-tag {
		right: 10px;
		top: -22px;
		border-radius: 3px 3px 0 0;
		z-index: 10;
		padding: 3px 10px
	}
	.booking-tag::after {
		display: none
	}
	.vresBkList-wrap {
		margin-top: 30px;
		z-index: 15;
		background-color: #fff;
		margin-bottom: 5px
	}
	.vres-book-list h3 {
		padding-right: 5px
	}
	.vres-rateinfo-popup .vres-modal1-header h3 {
		padding: 8px 20px
	}
	body.DroidSans .vres-book-list h3,
	body.OpenSans .vres-book-list h3,
	body.Roboto .vres-book-list h3 {
		padding-right: 0
	}
	.vres-rateinfo-popup .vres-modal1-header h3 span {
		width: 100%;
		text-align: left;
		font-size: 13px
	}
	.vrem_left b {
		width: 70px
	}
	body.OpenSans .booking-tag {
		top: -25px
	}
	#err_child_age.err_child_age {
		position: absolute;
		margin: auto;
		top: 8px;
		right: 104px;
		left: initial
	}
}

@media only screen and (max-width:555px) {
	.vres-cnt-card .card-list .vres-ame1 {
		margin-top: 0;
		margin-bottom: 0
	}
	.vres-cnt-card .card-list .vres-ame1 b {
		display: inline-block;
		margin-right: 0;
		margin-bottom: 0
	}
	.vres-cnt-card .card-list .vres-ame1 p.rate_tax-block {
		margin-top: 2px
	}
	.vrem_left b:after {
		display: none
	}
	.rm_capacity {
		text-align: left;
		width: 100%
	}
	.vrmprice strong i {
		font-size: 52%
	}
	.vrmprice a {
		top: 3px;
		right: -12px;
		font-size: 100%;
		line-height: 0
	}
	.vres-cnt-card .card-list .vres-ame1 a {
		margin-top: -5px;
		display: inline-block
	}
	.vrem_left {
		margin-bottom: 10px;
		margin-top: 0
	}
	.payment-roomDetail .guestblk label.vres-select {
		min-width: 95px
	}
	.payment-roomDetail .guestblk {
		width: auto
	}
	.vres_availcal_mobile a {
		font-size: 14px;
		right: 0
	}
}

@media only screen and (max-width:550px) {
	.ratepopup .rt-detail .rt-detail-wrap {
		width: 550px
	}
	.drop-submenu.currency-submenu ul li {
		width: 50%
	}
	.currency-submenu .curr_select_suggest ul li {
		width: 100%
	}
	.currency-submenu .pr10 {
		padding-right: 0
	}
}

@media only screen and (max-width:545px) {
	.vres-prog-div {
		min-width: 90%
	}
	.vres-prog-div h3 {
		padding: 30px 20px
	}
}

@media only screen and (max-width:535px) {
	.vres-quickBtn-wrap {
		padding: 15px 0 20px
	}
	.qick-btns {
		width: 100%;
		padding: 0;
		margin-right: 0;
		margin-bottom: -1px
	}
	.qick-btns:first-child a {
		border-radius: 3px 3px 0 0
	}
	.qick-btns+.qick-btns a {
		border-radius: 0
	}
	.qick-btns:last-child a {
		border-radius: 0 0 3px 3px
	}
	.qick-btns a i {
		font-size: 15px;
		display: inline-block;
		margin-right: 5px
	}
}

@media only screen and (max-width:530px) {
	.vres-filt-div .vres-fliter {
		display: inline-block;
		width: 100%
	}
	.filter-left {
		width: 100%
	}
	.vres-filt-div .vres-fliter+.vres-fliter {
		margin-top: 15px
	}
	.vres-filt-div {
		text-align: left
	}
	.vres-apply a.bt-primary {
		width: inherit;
		display: inline;
		padding: 7px 15px 8px;
		border: 0
	}
	.vres-filt {
		width: 100%;
		text-align: center
	}
	.vres-add-div .vres-chk-box.ac-age>span,
	.vres-filt .filter-div {
		text-align: left
	}
	.vres-outer-pad .vres-arrows {
		display: block
	}
	.vres-add-div label span {
		width: 35px
	}
	.vres-cnt-card .card-list .vres-add-div .vres-forms .vres-chk-box,
	.vres-cnt-card .card-list .vres-add-div form .vres-chk-box {
		padding: 5px 10px
	}
	.credit-exp_date {
		display: block;
		margin-top: 15px
	}
	.credit-exp_date label {
		width: 148px!important;
		margin-right: 0
	}
	.vres-add-div h5 {
		display: block;
		margin-bottom: 3px
	}
	.vres-add-div .vres-chk-box.ac-age {
		padding-left: 0;
		margin-right: 5px
	}
	.vres-add-div label.vres-select {
		margin-left: 0
	}
	.vres-add-div .vres-chk-box.ac-age .vres-select~span {
		left: -1px;
		text-align: left
	}
	.languagecls_ru .vres-add-div .vres-chk-box.ac-age .vres-select~span {
		left: 1px
	}
	.languagecls_ms .vres-add-div .vres-chk-box.ac-age>span {
		width: auto;
		margin-right: 10px
	}
	.languagecls_de .vres-add-div .vres-chk-box.ac-age .vres-select~span {
		right: auto
	}
	.custom_sp_request .spe_request_inner ul li {
		width: 100%
	}
}

@media only screen and (max-width:510px) {
	.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group p {
		width: 50%
	}
	.vres-cnt-card .card-list .vres-card-group-btn {
		padding: 0!important;
		margin-top: 0!important
	}
	.adrm-wrap {
		width: auto;
		margin-left: 0;
		text-align: left;
		float: right
	}
	.vres_num {
		float: left
	}
	.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group a {
		padding: 0
	}
	.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group a+a {
		margin-left: 2px
	}
	.vres-helpup:not(:-moz-handler-blocked) h4 {
		padding: 17px 0 16px
	}
	.vres-logo a .brandname {
		font-size: 16px;
		padding: 11px 0
	}
	.payment-form .form-chk-wrap,
	.payment-form .form-wrap,
	.payment-roomDetail:last-child .form-wrap {
		width: 48.5%
	}
	.guest-info .addr-field {
		width: 97.5%
	}
	.helpFul-wrap {
		position: relative;
		width: 100%;
		right: 0
	}
	.extrachargeinfo {
		width: 100%;
		padding: 8px 15px
	}
	.sign_tab a {
		display: block;
		text-align: center
	}
}

@media only screen and (max-width:500px) {
	.resNo-span {
		width: 25%
	}
	.stay-span {
		width: 40%
	}
	.vres-check-wrap .vres-checkavail,
	.vres-check-wrap .vres-checkavail .input-daterange,
	.vres-check-wrap .vres-checkavail .input-group.date select,
	.vres-checkavail .input-daterange label.vres-select.vr-nights {
		width: 100%
	}
	.vres-check-wrap {
		max-width: 280px
	}
	.chk_group {
		display: block;
		text-align: center;
		margin-bottom: 10px
	}
	.vres-checkavail .input-daterange label {
		width: 100%;
		max-width: 130px;
		margin-right: 0;
		padding: 0 5px
	}
	.vres-check-wrap .vres-checkavail input.form-control {
		max-width: 89px
	}
	.en_form .vres-checkavail .input-daterange label {
		max-width: 100%
	}
	.vres_header .vres-logo {
		max-width: 200px
	}
	.vres_header .vres-logo a .brandname {
		font-size: 16px
	}
	.add-extra-wrap .extra_ser_section img {
		max-width: 90px
	}
	.filter-help::after {
		right: auto;
		left: 20px
	}
	.vres-check-wrap .vres-checkavail input.form-control.dtformat_dFY_1,
	.vres-check-wrap .vres-checkavail input.form-control.dtformat_dFY_2 {
		max-width: 100%
	}
	.vres-checkavail .input-daterange label.vres-select.vr-nights .txtbox {
		width: 85px!important
	}
	.vres-checkavail .input-daterange label.vres-select.vr-nights select {
		width: 100%;
		min-width: 100%
	}
	#PGcard_block label {
		width: 100%
	}
}

@media only screen and (max-width:494px) {
	.vres-normselected {
		padding: 19px 5px;
		font-size: 12px
	}
	.vres-checkin.bg1 {
		display: none
	}
	.vres-checkin.bgsm {
		display: inline-block;
		float: none;
		margin: 15px auto 10px;
		text-align: center;
		border-radius: 3px;
		background: #fff;
		padding: 10px 5px 10px 0;
		box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
	}
	.reviews-list ul li {
		width: 50%
	}
	.reviews-list ul li:nth-child(2n+2) {
		border-right: 0 solid #ccc
	}
	.reviews-list ul li:nth-child(2n+3) {
		border-right: 1px solid #ccc
	}
	.payment-roomDetail .vres-forms .specialRe-wrap,
	.payment-roomDetail form .specialRe-wrap {
		float: right;
		margin-top: -5px;
		margin-left: 0
	}
}

@media only screen and (max-width:496px) {
	.vrmprice {
		padding: 0 5px
	}
	.vrmprice strong i {
		display: inline-block
	}
	.vrmprice strong i.fa {
		display: inline-block;
		font-size: 55%
	}
	.vres_add_btn .ad-rm {
		min-width: 50px;
		width: 100%;
		padding: 8px
	}
}

@media only screen and (max-width:486px) {
	.vrem_left {
		width: 33.33%
	}
}

@media only screen and (max-width:480px) {
	.total-paybleRm h3,
	.vrmprice strong {
		font-size: 20px
	}
	.vrem_left b {
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
		text-align: center
	}
	.rm_capacity {
		text-align: center
	}
	.vres-chk-div span {
		width: 100%;
		padding: 10px 0;
		text-align: center
	}
	.vres-chk-div span i.fa {
		position: relative
	}
	.ami-tab {
		width: 100%
	}
	.ami-tab h4.mar-top {
		margin-top: 20px!important
	}
	.vres-cnt-card {
		padding: 0
	}
	.vres-roomlisting {
		box-shadow: none
	}
	.page-wrapper {
		background: #fff
	}
	.vres-cnt-card .card-list .vres-ame1 {
		display: none
	}
	.vrem_left {
		width: 23.33%
	}
	.vrmprice {
		width: 46.33%
	}
	.vres_add_wrapper {
		width: 30.33%
	}
	.vres-maxper a+a {
		margin-left: 0
	}
	.vres-forms .form_align,
	form .form_align {
		width: 100%
	}
	.vres-forms .form_align+.form_align,
	form .form_align+.form_align {
		margin-left: 0;
		margin-top: 15px
	}
	.divider_line {
		width: 100%;
		display: block;
		margin: 10px 0 15px;
		float: left
	}
	.guest-info {
		padding: 0 15px 15px;
		border-radius: 4px
	}
	.show-price-wrap .price_HL {
		border-left: 0;
		float: left;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #eee
	}
	.show-price-wrap .shPwrap {
		width: 100%;
		text-align: center;
		border-left: 0
	}
	.sign_wrap-open {
		display: inline-block;
		width: 100%;
		vertical-align: top
	}
	.payment_sign-wrap .signup-left,
	.payment_sign-wrap .signup-right {
		flex: none;
		width: 100%;
		display: inline-block;
		padding: 20px 0
	}
	.payment_sign-wrap .signup-right::after,
	.payment_sign-wrap .signup-right::before {
		display: none
	}
	.payment_sign-wrap .signup-left {
		box-shadow: none;
		border-bottom: 1px solid #ddd;
		padding: 0
	}
	body.payment_body-wrap {
		background: #f8f8f8
	}
	.ver-payment_left {
		padding: 10px 0
	}
	.pay-booking_summery {
		max-width: 100%
	}
	.payment_sign-wrap .signup-right {
		border-left: 0
	}
	.sign-up_form input {
		width: 100%
	}
	.sign-up-pay {
		margin-bottom: 0
	}
	.mobile-prop-info .htl-title small {
		display: block
	}
	.curr_lbl p .rateincexclusive {
		display: block!important;
		margin-top: 3px;
		font-size: 12px
	}
	body.OpenSans .curr_lbl a {
		padding: 16px 8px 15px
	}
	body.DroidSans .curr_lbl a {
		padding: 17px 8px
	}
	body.Roboto .curr_lbl a {
		padding: 17px 8px 16px
	}
	.guest-info h4.guestinfotitle {
		position: relative;
		min-height: 33px;
		padding-bottom: 0;
		margin-bottom: 10px
	}
	.guest-info h4.guestinfotitle::after {
		top: 32px
	}
	.guest-info h4.guestinfotitle .sign_in_btn {
		position: relative;
		bottom: 0;
		left: 0;
		margin-top: 20px;
		margin-left: 0
	}
	.guest-info .guestinfotitle-heading {
		display: block
	}
	.policy_cnt {
		max-height: 320px
	}
	.vres_policy-wrap.newUI .vres_policy-title {
		padding: 8px 10px
	}
	.vres_policy-wrap.newUI .policy_cnt {
		padding: 0 10px 10px
	}
	.vres_policy-wrap.newUI .policy_cnt p {
		padding-left: 0
	}
}

@media only screen and (max-width:465px) {
	.vres-roomlisting {
		padding: 0
	}
	a.more-link {
		padding-left: 15px
	}
	.vres-filt-div {
		text-align: center
	}
	.vres-filt p {
		font-size: 14px
	}
	.vres-fliter {
		width: 100%
	}
	.vres-fliter+.vres-fliter {
		margin-top: 15px
	}
	.filter-div:after {
		left: 0;
		right: 0;
		margin: 0 auto
	}
	.vres-cnt-card .card-list .vres-card-group-btn {
		display: inline-block;
		width: auto
	}
	.vrmprice .strike {
		margin-right: 5px;
		font-size: 14px;
		padding-right: 0;
		display: block
	}
	.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group a {
		padding: 2px;
		vertical-align: baseline;
		font-size: 11px
	}
	.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group a+a {
		margin-left: 0
	}
	.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group a i {
		vertical-align: baseline;
		font-size: 13px
	}
	.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group a+a i {
		font-size: 11px
	}
	.adrm-wrap {
		width: auto
	}
	.vres_num a,
	.vres_num a:last-child {
		padding: 10px 8px 7px
	}
	.vres_num input,
	.vres_num input[type=text] {
		height: 33px
	}
	.guest-name-wrap .guest-text-wrap {
		min-width: 100%;
		width: 100%
	}
	.guest-name-wrap .guest-text-wrap .vres-select,
	.guest-name-wrap .guest-text-wrap input {
		margin-bottom: 10px
	}
	.payment-frm_wrap.identity-wrap .dob-date,
	.payment-frm_wrap.identity-wrap .exp-date,
	.payment-frm_wrap.identity-wrap .identity-no {
		width: 48.5%;
		padding-right: 5px
	}
	.payment-frm_wrap.identity-wrap .nationty {
		padding-right: 10px;
		width: 100%
	}
	.payment-roomDetail .guest-text-wrap input[id^=lastname] {
		margin-bottom: 0
	}
}

@media only screen and (max-width:450px) {
	.vres-helpup {
		display: none
	}
	.pickup-drop-wrap.pickdrop-wrap .arri-date,
	.pickup-drop-wrap.pickdrop-wrap .arri-time,
	.pickup-drop-wrap.pickdrop-wrap .arri-vehi-no,
	.pickup-drop-wrap.pickdrop-wrap .arrival-by,
	.pickup-drop-wrap.pickdrop-wrap .dept-by,
	.pickup-drop-wrap.pickdrop-wrap .dept-date,
	.pickup-drop-wrap.pickdrop-wrap .dept-time,
	.pickup-drop-wrap.pickdrop-wrap .dept-vehi-no {
		width: 48.5%;
		padding-right: 5px
	}
	#edit-profile-modal1 {
		width: 100%;
		max-width: 450px;
		left: 0!important;
		margin-left: 0!important
	}
	.add-extra-wrap .extra_ser_section {
		padding: 15px 15px 95px 120px
	}
	.extra-rate-pay .extra_taxinc {
		display: block
	}
	.extra_ser_section .extra-rate-pay p span:first-child {
		display: block;
		margin-top: 10px
	}
	.sweet-alert h2 {
		font-size: 22px;
		line-height: 1.4;
		margin-bottom: 5px
	}
	.vres-roombooked ul li span,
	.vres-roombooked ul li span small {
		padding-right: 0
	}
	.vres-roombooked ul li span small a {
		position: relative;
		right: 0;
		top: 0
	}
	.vres-roombooked ul li {
		max-width: 100%;
		margin: 0;
		border: 0;
		border-radius: 0
	}
	.vres-roombooked ul div li:last-child {
		border-bottom: 0
	}
	.vres-roombooked ul li span a {
		bottom: auto;
		top: 4px;
		right: 25px
	}
	.vres-roombooked ul li.edit-row {
		padding: 0 45px 0 0
	}
	.availcal-input {
		float: none;
		margin-bottom: 0
	}
	.indicate-wrap {
		float: left;
		width: 100%
	}
	.availcal-head {
		margin-top: 0
	}
	#mainavaildata {
		padding-top: 38px
	}
	#checkavail-modal1 table tr td:first-child,
	#checkavail-modal1 table tr th:first-child {
		width: 180px
	}
	.help_btn {
		width: 100%;
		text-align: left!important;
		padding: 10px 20px!important
	}
	.help_pop {
		display: block!important
	}
	.help_pop .vres-helps label i {
		position: initial
	}
	.help_pop .drop-submenu {
		padding: 10px 20px;
		font-size: 14px;
		color: #333
	}
	#cookieconsentmsg {
		height: 60px
	}
	#cookieconsentmsg .cp-message {
		max-width: calc(100% - 120px)
	}
	.cp-button a {
		padding-top: 10px;
		padding-bottom: 10px
	}
}

@media only screen and (max-width:430px) {
	.credit_card_info-wrap .vres-forms div.credit_form-part input,
	.credit_card_info-wrap form div.credit_form-part input,
	.payment-form .form-wrap input {
		width: 100%
	}
	.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group p {
		border-right: 0
	}
	.payment-form .form-chk-wrap,
	.payment-form .form-wrap,
	.payment-roomDetail:last-child .form-wrap {
		width: 100%;
		margin-right: 0;
		padding: 0
	}
	.voucher_txt {
		top: 84%
	}
	.credit_card_info-wrap .vres-forms div.credit_form-part label,
	.credit_card_info-wrap form div.credit_form-part label {
		display: block
	}
	.credit-exp_date input {
		width: 70px!important;
		float: left
	}
	.credit_card_info-wrap .vres-forms div.credit_form-part,
	.credit_card_info-wrap form div.credit_form-part {
		float: left;
		width: 100%
	}
	.shPwrap-title {
		display: block;
		padding-top: 9px
	}
	.shPwrap.shPwrap_common .shPwrap-title {
		display: inline-block
	}
	.guest-info h4.guestinfotitle {
		position: relative;
		min-height: 33px;
		padding-bottom: 0;
		margin-bottom: 10px
	}
	.guest-info h4.guestinfotitle::after {
		top: 32px
	}
	.guest-info h4.guestinfotitle .sign_in_btn {
		position: relative;
		bottom: 0;
		left: 0;
		margin-top: 20px;
		margin-left: 0
	}
	.saveforlater_div .saveforlater_div_cls2 span {
		display: block;
		text-align: center
	}
	.saveforlater_div .saveButton {
		display: block;
		margin: auto;
		max-width: 112px;
		float: none
	}
	.saveForLater-wrap .sign-up_form .form-wrap input[type=text] {
		display: block;
		margin: auto;
		max-width: 240px!important
	}
	.saveForLater-wrap .sign-up_form .form-wrap input[type=button] {
		margin: 7px auto auto;
		display: block;
		max-width: 240px
	}
}

@media only screen and (max-width:420px) {
	.pax-span,
	.resNo-span,
	.stay-span {
		width: auto;
		padding-right: 15px!important
	}
	.extra-rate-pay .extra_taxinc {
		display: block!important
	}
	.add-extra-wrap .extra_ser_section {
		padding: 15px 15px 110px 120px
	}
	.priceWidgetiFrame {
		top: 80px
	}
	.saveforlater_div .saveforlater_div_cls2 span {
		padding-top: 0
	}
	.pay-chkInOut_wrap .pay-chkInOut {
		width: 50%
	}
	.add-extra-wrap h4,
	.pay-booking_summery h4 {
		font-size: 16px
	}
	.payment-roomDetail:last-child {
		padding-bottom: 0
	}
	.payment-form {
		margin-top: 8px
	}
	.add-extra-wrap .extra_ser_section.withoutImg {
		min-height: 165px!important;
		padding-bottom: 60px!important;
		padding-top: 8px!important
	}
	.extra_ser_section .extra-rate-pay p span:first-child {
		display: inline-block;
		margin-top: 0!important
	}
	.payment-form .paymentoption_tab a {
		padding: 8px 6px!important
	}
	.extrachargeinfo {
		font-weight: 400
	}
}

@media only screen and (max-width:415px) {
	.log-form,
	.log-with,
	.vres-cnt-card .card-list h3 {
		width: 100%
	}
	.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group {
		width: 100%;
		text-align: left
	}
	.dis-fle {
		display: inline-block
	}
	.review-left .form-wrap label.label-title br,
	.vres-helpup {
		display: none
	}
	.vres-cnt-card .card-list .vres-add-div {
		padding: 5px 10px
	}
	.vres-cnt-card .card-list .vres-add-div .vres-forms .vres-chk-box+.vres-chk-box,
	.vres-cnt-card .card-list .vres-add-div form .vres-chk-box+.vres-chk-box {
		padding-left: 0
	}
	.vrmprice {
		margin: 0;
		padding: 10px 5px
	}
	.vrmprice .minnightschk {
		font-size: 12px
	}
	.vres_misc_info {
		margin-bottom: 5px
	}
	.mar_top {
		margin-top: 18px
	}
	.vrmprice small {
		font-size: 10px
	}
	.vrmprice .strike {
		font-size: 85%
	}
	.vres_num {
		float: right
	}
	.adrm-wrap {
		margin-top: 0
	}
	.vres-helpup .vres-helpbtn {
		padding: 10px 16px
	}
	#ofr-btn .offer-btn,
	#ofr-btn .offer-btn:-moz-any-link {
		padding: 15px
	}
	.vres-navright .vres-resmenu a {
		width: 50px
	}
	.vres-logo a .brandname {
		padding: 5px
	}
	.vres-maxper {
		margin-top: 5px
	}
	.enq_drop label {
		margin-right: 7px!important
	}
	.vres_header {
		min-height: 58px
	}
	.review-left .form-wrap label.label-title {
		width: 100%;
		margin-bottom: 3px
	}
	.review-left .form-wrap .review-txt-wrap {
		padding-left: 0;
		width: 100%
	}
	.rdo-wrap {
		margin-left: 0
	}
	.rating-wrap p {
		padding: 15px 10px
	}
	.vres-logo {
		padding: 11px 0;
		max-width: 230px
	}
	.review-cnt h3 {
		font-size: 20px;
		padding-right: 0;
		padding-top: 25px
	}
	.vrmprice.vrmprice_top {
		margin-top: 0
	}
}

@media only screen and (max-width:406px) {
	.vres-checkin.bg1 .vccard.vres-hid-sec {
		display: none!important
	}
	.vres-checkin.bg1 .vccard.vres-hid-sec+span {
		display: none
	}
	.vres-checkin.bg1 .vccard.vres-hid-sec span {
		margin-top: 7px;
		display: inline-block
	}
	.vres-checkin.bgsm .vccard {
		text-align: left
	}
	.mar-center {
		margin: 0 auto
	}
	.vres-checkin.bg .vres-drop-down-div {
		right: -102px
	}
	.spr_request {
		width: 100%;
		border-color: #ddd
	}
	.payment-roomDetail .vres-forms label,
	.payment-roomDetail form label {
		display: inline-block
	}
	.payment-roomDetail .vres-forms .specialRe-wrap,
	.payment-roomDetail form .specialRe-wrap {
		display: block;
		text-align: left;
		width: 100%;
		margin-top: 5px
	}
	.payment-roomDetail .vres-forms textarea,
	.payment-roomDetail form textarea {
		width: 100%
	}
	.extra_ser_section .vres-forms,
	.extra_ser_section form {
		margin-right: 0
	}
	.extra_ser_section .vres-forms input,
	.extra_ser_section form input {
		width: 35px
	}
	.extra_ser_section .vres-forms label.vres-select,
	.extra_ser_section form label.vres-select {
		margin-left: 5px
	}
	.mobile-prop-info .prop-left-cnt .cnt-detail-row .cnt-detail {
		width: 100%
	}
	.WebShowHighlighted .slide-in-out {
		height: 50px
	}
	.loyalty-box svg {
		height: 38px;
		width: 38px
	}
}

@media only screen and (max-width:395px) {
	.vres-maxper {
		width: 100%;
		margin-top: 0
	}
	.vres_add_wrapper {
		margin-top: 0;
		padding-right: 0
	}
	.credit-exp_date label,
	.credit_card_info-wrap .vres-forms div.credit_form-part label,
	.credit_card_info-wrap form div.credit_form-part label {
		display: block
	}
	.vrmprice {
		padding-top: 0;
		margin-top: 0
	}
	.rating-wrap p {
		padding: 10px 15px 8px
	}
	.rating-wrap p .review-rting {
		float: none;
		display: inline-block;
		margin-top: 0;
		width: 100%;
		position: relative;
		padding-left: 105px;
		padding-bottom: 0
	}
	.rating-wrap p span.main_span {
		position: absolute;
		left: 0
	}
	.rating-wrap p span.ranking_content {
		float: left
	}
	.vrem_left {
		width: 20.33%
	}
	.vres_detail_links {
		padding-right: 0
	}
}

@media only screen and (max-width:380px) {
	.currency-submenu .curr_select_suggest,
	.extra_ser_section .extra-rate-pay p span:first-child {
		display: block
	}
	.enq-left {
		width: 100%
	}
	.enq-left.pad-right {
		padding-right: 0
	}
	.enq-left.pad-left {
		padding-left: 0
	}
	.extra-rate-pay .extra_taxinc {
		display: block;
		padding: 0
	}
	.pax-span,
	.resNo-span {
		width: 50%;
		padding-right: 15px!important
	}
	.stay-span {
		width: 100%;
		margin-top: 10px!important;
		padding-left: 0!important
	}
	.acc-tbl-wrap table tr td:nth-child(2) {
		width: 40%
	}
	.acc-tbl-wrap table tr td:nth-child(3) {
		width: 60%
	}
	.currency-submenu .curr_select_suggest ul li,
	.drop-submenu.currency-submenu ul li {
		width: 100%
	}
	.currency-submenu .curr_select_suggest .curr_ss {
		width: auto
	}
}

@media only screen and (max-width:370px) {
	.vres-filt-div a+a,
	.vres-filt-div a.filter-btn2 {
		padding: 11px
	}
	.vres-filt-div a i {
		display: block;
		margin-bottom: 5px
	}
	.vres-special-btn a {
		padding: 5px 10px 8px
	}
	.vres-special-btn a img {
		max-width: 22px
	}
	.vres-special-btn {
		right: 120px;
		bottom: -35px
	}
	.loyalty-box {
		display: none
	}
	.wrap-loyalty-content {
		padding-left: 0
	}
}

@media only screen and (max-width:365px) {
	.vres-maxper {
		padding-right: 0
	}
	.vres_add_wrapper {
		margin-bottom: 10px
	}
	.vres-book-cnt {
		padding: 10px 0 100px
	}
	.vres-bkBtn-sect {
		left: 0
	}
	.vres-bkBtn-sect a.bt-primary {
		display: inline-block;
		width: 100%;
		margin-bottom: 5px
	}
	.vres-bkBtn-sect a+a {
		margin-top: 0;
		margin-left: 0
	}
	.vrmprice strong i {
		text-align: center;
		display: block
	}
	.vrmprice .pre_currency a {
		top: 16px;
		right: -14px
	}
	.vrmprice .post_currency a {
		top: 13px;
		right: -14px
	}
}

@media only screen and (max-width:360px) {
	.vres-tabbing-section .vres-div .vres-tab-footer a+a {
		margin-top: 10px
	}
	.vres-maxper a {
		padding-right: 16px
	}
	.vrem_left {
		width: 23.33%
	}
	.vrmprice {
		width: 40.33%
	}
	.vres_add_wrapper {
		margin-top: 8px;
		width: 32.33%
	}
	.mobile-rm-info .vres-rm-amen ul li {
		width: 100%
	}
	.add-extra-wrap .extra_ser_section img {
		max-width: 70px
	}
	.add-extra-wrap .extra_ser_section {
		padding: 15px 15px 110px 100px
	}
	.mobilediv .mobilelandcode input {
		max-width: 130px
	}
	.mobilediv .mobilelandcode {
		max-width: 100%
	}
	.add-extra-wrap .extra_ser_section.withoutImg {
		min-height: 180px!important
	}
	.astimate-time p:last-child {
		margin-top: 8px
	}
}

@media only screen and (max-width:350px) {
	.vres-filt-div a.filter-btn2 {
		padding: 12px 10px
	}
	.vres-filt-div a+a {
		padding: 12px
	}
	.vres-cnt-card .card-list .vres-ame1 b {
		line-height: 1;
		text-align: left
	}
	.vrem_left {
		margin-bottom: 10px;
		margin-top: 0
	}
	.sign-up-pay .vres-btn {
		margin-right: 0;
		display: block;
		text-align: center
	}
	.sign-up-pay .vres-btn+.vres-btn {
		margin-top: 15px
	}
	.filt-review-sect {
		padding: 5px
	}
	.review-prof h4 {
		font-size: 20px
	}
	.review-prof .vres-dtl {
		padding: 0
	}
	.helpful-sect {
		float: none;
		display: inline-block;
		width: 100%
	}
	.helpful-sect div {
		float: right
	}
	.helpful-sect div .help-review {
		padding: 7px 5px 5px
	}
	.vres-logo {
		max-width: 200px
	}
	.WebShowHighlighted {
		width: 274px
	}
	.booking-section a.bknow {
		width: 80px
	}
}

.common_error,
.norecord,
.receipt-popup .status-act,
.rm_sold i {
	text-align: center
}

@media only screen and (max-width:340px) {
	.vres_header .vres-logo {
		max-width: 190px
	}
	.vres_header .vres-logo a .brandname {
		font-size: 15px
	}
	.vres_misc_info .guestrating .grrate {
		font-size: 15px;
		margin-right: 0
	}
	.vres_misc_info .vre_prepaid_wrap {
		padding: 7px 6px
	}
}

@media only screen and (max-width:335px) {
	.vres-checkin.bgsm {
		width: 100%
	}
	.vres-filt-div .vres-fliter {
		display: inline-block;
		width: 100%
	}
	.vres-filt-div .vres-fliter .vres-filt p {
		display: inline-block
	}
	.vres-outer-pad {
		padding: 0 35px
	}
	#md-4 {
		display: block
	}
	.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group a+a {
		margin-left: 10px
	}
	.vres_social {
		padding: 0 0 10px
	}
	.vres_social p {
		display: block;
		width: 100%;
		padding-bottom: 5px
	}
	.extra_ser_section .vres-forms label:first-child,
	.extra_ser_section form label:first-child {
		display: block;
		margin-bottom: 8px
	}
	.extra_ser_section .vres-forms input,
	.extra_ser_section form input {
		margin-left: 0
	}
	.vres_add_wrapper {
		padding-bottom: 30px
	}
	.vrt-links a.promo-code-icon {
		padding: 4px 5px 2px
	}
}

@media only screen and (max-width:330px) {
	.adrm-wrap {
		margin-left: 0
	}
	.booking-section a.bknow {
		float: right;
		width: 70px
	}
	.vres-special-btn {
		right: 112px
	}
	.vres-add-div label span {
		width: 30px
	}
	.show-price-wrap .shPwrap {
		padding: 0 7px
	}
	.show-price-wrap .shPwrap a.shpriceBtn {
		margin-left: 0;
		font-size: 14px
	}
	.mobilediv .mobilelandcode .vres-select {
		max-width: 100px
	}
	.mobilediv .mobilelandcode input {
		max-width: 110px
	}
}

.norecord,
.price_min {
	float: left
}

@media only screen and (max-width:325px) {
	.adrm-wrap,
	.vres-cnt-card .card-list .vres-add-div {
		margin-top: 0
	}
	.adrm-wrap {
		width: 100%;
		text-align: center
	}
	
	.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group b,
	.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group p,
	.vres-cnt-card .card-list .vres-card-group-btn .vres-btn-group p a.vres-ame {
		font-size: 12px
	}
	.extra_ser_section .extra-rate-pay p {
		font-size: 35px
	}
	.shPwrap.shPwrap_common .shPwrap-title {
		display: block;
		padding-top: 9px
	}
}

@media screen and (min-width:0\0) {
	label.vres-select {
		position: relative;
		display: inline-block;
		z-index: 0
	}
	label.vres-select select {
		z-index: 1;
		width: 200px;
		padding-right: 5px;
		border: 1px solid #ccc
	}
	.extra_ser_section label.vres-select select {
		width: 80px
	}
	.extra_ser_section label.vres-select i {
		height: 79%
	}
	.guest-info label.vres-select select {
		width: 120px
	}
	.vres-forms label.vres-select i,
	form label.vres-select i {
		z-index: 10;
		background-color: #fff;
		height: calc(100% - 2px);
		text-align: center;
		top: 1px;
		right: -2px;
		width: 20px;
		padding-top: 10px
	}
	.vres-forms label.vres-select select.error~.fa-caret-down,
	form label.vres-select select.error~.fa-caret-down {
		width: 30px
	}
	.vres-check-wrap .vres-checkavail .date.input-group select {
		border: 1px solid #fff
	}
}

@media print {
	blockquote,
	img,
	pre,
	tr {
		page-break-inside: avoid
	}
	*,
	:after,
	:before {
		background: 0 0!important;
		color: #000!important;
		box-shadow: none!important;
		text-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}
	blockquote,
	pre {
		border: 1px solid #999
	}
	thead {
		display: table-header-group
	}
	img {
		max-width: 100%!important
	}
	h2,
	
}

body {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	font-family: SourceSansProRegular, sans-serif
}

#re_main_div,
#small-popup-main-div {
	display: flex;
	flex-flow: column;
	justify-content: space-between
}

#small-popup-main-div {
	height: 100vh
}

.receipt-popup {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 9999
}

.pop-content {
	max-width: 80%;
	background: #fff;
	border-radius: 5px
}

.receipt-head {
	padding: 0 20px;
	border-radius: 5px 5px 0 0;
	background: #408fd3;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 56px
}

.receipt-head.Confirm {
	background: #4a872b
}

.receipt-head.Pending {
	background: #dc9a04
}

.receipt-head.Fail {
	background: #ff4c4c
}

.receipt-cont {
	padding: 20px;
	overflow: auto
}

.receipt-det {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between
}

#PGcard_block .credit_form-part #PGCCBlockcardholdername,
#PGcard_block .credit_form-part .expiry-date,
#PGcard_block .credit_form-part .ver-code,
#PGcard_block label {
	display: inline-block
}

.booking-det,
.guest-det {
	flex: 0 0 48%
}

.booking-det section+section,
.guest-det section+section {
	margin-top: 15px
}

.receipt-popup .pay-status .booking-det,
.receipt-popup .pay-status .guest-det {
	flex: 0 0 100%
}

.receipt-popup p.title {
	margin: 0 0 20px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: 700;
	color: #666;
	border-bottom: 1px solid #eee
}

.receipt-popup p.title br {
	line-height: 20px!important
}

.receipt-popup br {
	line-height: 20px
}

.receipt-popup label {
	font-size: 13px;
	color: #999
}

.receipt-popup label+p {
	font-size: 14px;
	color: #333;
	margin: 5px 0 0
}

#PGcard_block .credit_form-part,
.receipt-popup input[type=submit] {
	margin-bottom: 10px
}

.pay-amount,
.receipt-popup .sp-req {
	margin-top: 20px
}

#PGcard_block label {
	width: 160px;
	color: #333
}

#PGcard_block label.exper-date {
	width: 70px;
	margin-left: 2px
}

#PGcard_block #PGCCBlockcvvcode {
	width: 70px
}

.pay-amount .fullname-text {
	width: 100%;
	max-width: 180px;
	position: relative
}

.pay-amount .pay-currency {
	position: absolute;
	right: 0;
	top: 0
}

.pay-amount input[type=text] {
	background: #f0f0f0;
	border: none;
	padding-right: 20px;
	max-width: 100%
}

.payment-method {
	display: flex;
	flex-flow: column;
	margin: 20px 0;
	position: relative
}

.payment-method select {
	position: initial!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background: #f0f0f0!important;
	min-width: 280px;
	max-width: 280px;
	height: 35px;
	padding: 6px 10px;
	margin-bottom: 3px
}

.payment-method select:focus {
	box-shadow: none
}

.payment-method:after {
	position: absolute;
	top: 10px;
	left: 260px;
	width: 3px;
	height: 3px;
	border: solid #000;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	pointer-events: none
}

#PGCCBlockPaymentOption {
	width: 120px;
	display: inline-block;
	min-width: initial;
	color: #222
}

#payment_type_block #PGCCBlockPaymentOption+i::before {
	font-size: 16px;
	color: #666
}

#payment_type_block .vres-select {
	max-width: 120px
}

.ftr-btn-act {
	display: flex;
	justify-content: space-between
}

.no-method:after {
	display: none
}

.payment-method span {
	font-size: 10px
}

.red {
	color: red
}

.payment {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.payable {
	font-size: 18px;
	color: #fe0000;
	margin: 0
}

#facebookshare,
.currency-mode div+div {
	margin-top: 5px
}

.currency-mode {
	display: flex;
	flex-flow: column;
	padding-right: 10px;
	padding-bottom: 10px
}

.receipt-popup .subhead-btn,
.receipt-popup .subhead-btn-bg,
.receipt-popup input[type=submit] {
	width: 185px;
	height: 44px;
	border-radius: 3px;
	background: #4a872b;
	color: #fff;
	font-size: 18px;
	border: none
}

.receipt-popup .subhead-btn,
.receipt-popup .subhead-btn-bg {
	width: 250px;
	padding: 0 10px;
	text-align: center;
	line-height: 44px
}

.qwikcilver {
	max-width: 100%!important;
	margin: 0 0 5px
}

.iloyalty_header {
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	color: green;
	display: none;
	margin: 0 0 10px
}

@media only screen and (max-width:1180px) {
	.vres_header .vres-logo a .brandname {
		font-size: 18px;
		font-weight: 400
	}
}

@media (max-width:1024px) {
	.pop-content {
		max-width: 90%
	}
}

@media only screen and (max-width:991px) {
	footer#footer_main p {
		padding: 15px 0 13px
	}
}

@media only screen and (max-width:890px) {
	footer {
		text-align: center
	}
}

@media (max-width:768px) {
	.pop-content {
		max-width: 90%
	}
	#PGcard_block .credit_form-part .expiry-date,
	#PGcard_block .credit_form-part .ver-code {
		display: block
	}
	.ftr-btn-act {
		display: initial
	}
}

@media (min-width:481px) and (max-width:500px) {
	.booking-det,
	.guest-det {
		min-width: 190px
	}
}

@media (min-width:501px) and (max-width:520px) {
	.booking-det,
	.guest-det {
		min-width: 205px
	}
}

@media (min-width:521px) and (max-width:711px) {
	.booking-det,
	.guest-det {
		min-width: 210px
	}
}

@media (max-width:480px) {
	.booking-det,
	.guest-det {
		flex: 0 0 100%
	}
	.booking-det {
		margin-top: 30px
	}
	.payment {
		flex-flow: column
	}
	.payable {
		margin-bottom: 10px
	}
	.receipt-cont {
		max-height: 500px;
		overflow: auto
	}
}

@media (max-width:360px) {
	.booking-det,
	.guest-det {
		min-width: 284px;
		max-width: 284px
	}
	.receipt-cont {
		max-height: 380px;
		overflow: auto
	}
}

@media (max-width:320px) {
	.booking-det,
	.guest-det,
	.payment-method select {
		min-width: 248px;
		max-width: 248px
	}
	.payment-method:after {
		left: 230px
	}
	.receipt-cont {
		max-height: 380px!important
	}
}

@media only screen and (max-height:480px) and (orientation:landscape) {
	.receipt-cont {
		max-height: 270px;
		overflow: auto
	}
}

@media only screen and (max-height:380px) and (orientation:landscape) {
	.receipt-cont {
		max-height: 250px;
		overflow: auto
	}
}

@media only screen and (max-height:320px) and (orientation:landscape) {
	.receipt-cont {
		max-height: 200px
	}
}

.ReviewBookingbtn {
	font-family: sans-serif;
	width: 110px;
	height: 35px;
	margin-top: 10px;
	border-radius: 3px;
	line-height: 35px;
	background: #2e498f;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	font-size: 14px
}

.vres-rm-amen ul li [class*=ficon] {
	top: -2px
}

[class*=ficon] {
	width: 18px!important;
	height: 18px!important;
	background-image: url(../img/bg_amenities.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	opacity: .7;
	image-rendering: crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	display: inline-block
}

.ficon-air-condition {
	background-position: 0 0
}

.ficon-bathshower,
.ficon-shower {
	background-position: 0 -20px
}

.ficon-welcome-drink {
	background-position: 0 -40px
}

.ficon-inhousespa,
.ficon-spa {
	background-position: 0 -60px
}

.ficon-laundry,
.ficon-onsitelaundry {
	background-position: 0 -80px
}

.ficon-dry-clean {
	background-position: 0 -100px
}

.ficon-swimming-pool {
	background-position: 0 -120px
}

.ficon-coffee-maker {
	background-position: 0 -140px
}

.ficon-cable-tv,
.ficon-hd-tv,
.ficon-tv {
	background-position: 0 -160px
}

.ficon-bathtub {
	background-position: 0 -180px
}

.ficon-hot-tub {
	background-position: 0 -200px
}

.ficon-refrigerator {
	background-position: 0 -220px
}

.ficon-oven {
	background-position: 0 -240px
}

.ficon-free-wifi,
.ficon-wifi {
	background-position: 0 -260px
}

.ficon-private-entrance {
	background-position: 0 -280px
}

.ficon-sanitizer {
	background-position: 0 -300px
}

.ficon-contactless {
	background-position: 0 -320px
}

.ficon-masks {
	background-position: 0 -340px
}

.ficon-smoking {
	background-position: 0 -360px
}

.ficon-non-smoking {
	background-position: 0 -380px
}

.ficon-frontdesk {
	background-position: 0 -400px
}

.ficon-room-service {
	background-position: 0 -420px
}

.ficon-cleaning-service {
	background-position: 0 -440px
}

.ficon-sofa {
	background-position: 0 -460px
}

.ficon-iron {
	background-position: 0 -480px
}

.ficon-restaurant {
	background-position: 0 -500px
}

.ficon-bed {
	background-position: 0 -520px
}

.ficon-king-bed {
	background-position: 0 -540px
}

.ficon-bar,
.ficon-minibar {
	background-position: 0 -560px
}

.ficon-wardrobe {
	background-position: 0 -580px
}

.ficon-toilet {
	background-position: 0 -600px
}

.ficon-tea {
	background-position: 0 -620px
}

.ficon-gym {
	background-position: 0 -640px
}

.ficon-hair-dryer {
	background-position: 0 -660px
}

.ficon-gloves {
	background-position: 0 -680px
}

.ficon-garden {
	background-position: 0 -700px
}

.ficon-sea {
	background-position: 0 -720px
}

.ficon-city-tour {
	background-position: 0 -740px
}

.ficon-parking {
	background-position: 0 -760px
}

.ficon-conference-room {
	background-position: 0 -780px
}

.ficon-fastfood {
	background-position: 0 -800px
}

.ficon-amazing-views {
	background-position: 0 -820px
}

.ficon-transportation {
	background-position: 0 -840px
}

.ficon-banquet {
	background-position: 0 -860px
}

.ficon-telephone {
	background-position: 0 -880px
}

.ficon-curtains {
	background-position: 0 -900px
}

.ficon-towel {
	background-position: 0 -920px
}

.norecord {
	color: #e01a1a;
	font-size: 17px;
	font-weight: 700;
	width: 100%;
	padding-bottom: 25px
}

.rm_sold {
	color: #e01a1a;
	font-size: 18px;
	padding: 12px 15px 10px;
	border-radius: 3px;
	background-color: #FFF7F7
}

input.error,
select.error,
textarea.error {
	border: 1px solid #E45A5A!important
}

.rm_sold i {
	font-size: 22px;
	display: block;
	padding-bottom: 6px
}

.rm_sold i:before {
	content: '\f236';
	font-size: 18px;
	z-index: 2;
	position: relative;
	color: #4C0606
}

.rm_sold i:after {
	content: '\f05e';
	position: absolute;
	left: 0;
	right: 0;
	color: rgba(231, 53, 53, .7);
	font-size: 30px;
	top: 9px
}

select.error {
	padding: 0 25px 0 5px
}

.custom-err,
label.error {
	color: #e01a1a!important
}

.common_error {
	background-color: #ff9a9a;
	border: 0 solid #c22929;
	color: #730101;
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4)
}

.scroll {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 200px
}

.redclr {
	color: #e01a1a
}

.price_max,
.price_min {
	color: #2D2A2A;
	font-size: 14px!important
}

.chk_wrapper img {
	max-width: 100%;
	min-height: 234px
}

.price_max {
	float: right
}

.subhead-btn,
.subhead-btn-bg {
	border: none
}

.vres-checkavail .date .input-group-addon {
	padding: 6px 8px
}

.vres-checkavail .date .input-group-addon i::before {
	content: '\f133'
}

.vres_promo-btn {
	max-width: 166px
}

form label.vres-select {
	border-radius: 3px
}

form label.vr-nights {
	width: 70px;
	border: 0 solid #ccc
}

form label.vr-nights select {
	position: absolute;
	opacity: 0;
	padding: 0;
	left: 0;
	z-index: 4;
	top: 0
}

.curr_lbl a,
.curr_lbl p {
	padding: 10px 10px 9px;
	display: inline-block
}

.extra_ser_section label.vres-select {
	max-width: 80px;
	vertical-align: top
}

.curr_lbl,
.guestrating,
.guestrating .grrate,
.latestreview,
.minnightschk,
.pay-chkInOut2 input {
	vertical-align: middle
}



.adrm-wrap2 {
	text-decoration: line-through;
	opacity: .6
}

.curr_lbl {
	float: left;
	border-left: 1px solid #ddd
}

.curr_lbl a {
	text-decoration: none;
	color: #000
}

.curr_lbl a:hover {
	background-color: rgba(0, 0, 0, .05)
}

.curr_lbl a:-moz-any-link {
	padding: 10px 10px 9px
}

.curr_lbl p {
	margin: 0;
	font-size: 14px;
	line-height: 1.1
}

.curr_lbl:not(:-moz-handler-blocked) p {
	padding: 9px 10px
}

.langselected {
	background: #ebebeb
}

.minnightschk {
	color: #e01a1a;
	float: right;
	margin: 5px 0;
	padding: 0 15px;
	position: relative;
	text-align: right;
	width: 54%
}

.minnightschk b {
	font-weight: 100
}

.extra_strikethrough,
.strikethrough {
	text-decoration: line-through
}

.mandatory {
	color: #e01a1a;
	margin: 4px
}

.error_tag {
	background: #E45A5A;
	color: #fff;
	padding: 3px 8px 1px;
	margin-right: 4px;
	white-space: normal;
	display: inline-block;
	margin-bottom: 4px;
	border-radius: 3px;
	cursor: pointer
}

.error_tag:hover {
	text-decoration: underline
}

.Amx,
.ApplePay,
.ChinaUnionPay,
.Diners,
.Discover,
.FPX,
.JCB,
.Laser,
.MADA,
.Maestro,
.Mastercard,
.RuPay,
.SADAD,
.SecureMaster,
.Solo,
.Switch,
.VerifiedVisa,
.Visa,
.VisaElectron {
	background: url(../img/big1.png?40) -44px 2px no-repeat;
	float: left;
	height: 36px;
	text-indent: -9999px;
	position: relative;
	overflow: hidden;
	width: 53px;
	padding-top: 4px
}

.Mastercard {
	background-position: -106px 2px
}

.Visa {
	background-position: 0 2px
}

.Amx {
	background-position: -212px 2px
}

.Diners {
	background-position: -265px 2px
}

.JCB {
	background-position: -530px 2px
}

.VisaElectron {
	background-position: -53px 2px
}

.Maestro {
	background-position: -159px 2px
}

.Discover {
	background-position: -318px 2px
}

.Solo {
	background-position: -371px 2px
}

.Laser {
	background-position: -424px 2px
}

.Switch {
	background-position: -477px 2px
}

.ChinaUnionPay {
	background-position: -583px 2px
}

.ApplePay {
	background-position: -636px 2px
}

.RuPay {
	background-position: -689px 2px
}

.VerifiedVisa {
	background-position: -742px 2px
}

.SecureMaster {
	background-position: -795px 2px
}

.SADAD {
	background-position: -901px 2px
}

.MADA {
	background-position: -848px 2px
}

.FPX {
	background-position: -954px 2px
}

.resexhover {
	background-color: #F5F5F5
}

.resexred {
	background: #F6FBEB
}

.add-extra-wrap h4 span {
	font-size: 13px;
	color: #e01a1a
}

.pay-chkInOut2 input {
	text-decoration: none;
	color: #5C1111;
	padding: 6px 10px 4px;
	background: #fff;
	border: 1px solid #5C1111;
	border-radius: 3px;
	display: inline-block
}

.temp-price-span {
	float: right;
	font-size: 13px
}

.temp-price-span_1 {
	float: left;
	font-size: 13px;
	margin: 0;
	padding: 0
}

.temp-price-span_2 {
	float: left;
	font-size: 13px;
	margin: 0 0 20px;
	padding: 0
}

.hideblk {
	display: none
}

.addthis_toolbox,
.fb_reset {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	padding: 20px
}

.ui-datepicker {
	padding: 0;
	border: none;
	z-index: 2110!important
}

.ui-datepicker table {
	margin: 0
}

.ui-datepicker td {
	padding: 0
}

.ui-datepicker-header {
	background: #fff;
	border: none;
	border-radius: 0;
	color: #000
}

.ui-datepicker .ui-datepicker-title select {
	padding: 4px;
	color: #333;
	height: 28px;
	margin: 3px;
	width: 70px;
	font-size: 14px
}

.ui-datepicker th {
	background: #fff;
	color: #000
}

.ui-datepicker.ui-widget-content td a,
.ui-datepicker.ui-widget-content td span {
	background: #fff;
	border: 1px solid #ddd;
	text-align: center;
	padding: 15px 8px;
	height: 40px;
	width: 40px;
	margin-right: -1px;
	margin-bottom: -1px
}

.languagecls_ar .ui-datepicker.ui-widget-content td a,
.languagecls_ar .ui-datepicker.ui-widget-content td span {
	width: 50px
}

.languagecls_ar .ui-datepicker th {
	padding-left: 1px;
	padding-right: 1px
}

.ui-datepicker.ui-widget-content td:hover a,
.ui-datepicker.ui-widget-content td:hover span {
	background: #eee
}

.ui-datepicker.ui-widget-content td .ui-state-highlight,
.ui-datepicker.ui-widget-content td a.ui-state-active,
.ui-datepicker.ui-widget-content td:hover .ui-state-highlight {
	border: 1px solid #ddd;
	background: #f5f5f5;
	color: #7d7d7d;
	border-radius: 0;
	text-align: center;
	padding: 15px 5px
}

.ui-datepicker.ui-widget-content td a.ui-state-active {
	border: 1px solid #ddd;
	background: #FFEDED;
	color: #000;
	border-radius: 0;
	text-align: center;
	padding: 15px 5px
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	width: 28px;
	height: 28px;
	top: 2px
}

.ui-datepicker .ui-datepicker-prev {
	left: 5px
}

.ui-datepicker .ui-datepicker-next {
	right: 5px
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-e,
.ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
	background: 0 0;
	position: relative;
	height: 28px;
	width: 28px;
	left: 0;
	top: 5px;
	margin: 0
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-e:after,
.ui-widget-header .ui-icon.ui-icon-circle-triangle-e:before {
	content: "";
	position: absolute;
	background: #000;
	width: 2px;
	height: 11px;
	left: 15px;
	top: 12px;
	-webkit-transform: rotate(-130deg);
	transform: rotate(-130deg)
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-e:after {
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg);
	left: 15px;
	top: 6px
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-w:after,
.ui-widget-header .ui-icon.ui-icon-circle-triangle-w:before {
	content: "";
	position: absolute;
	background: #000;
	width: 2px;
	height: 11px;
	left: 12px;
	top: 12px;
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg)
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-w:after {
	-webkit-transform: rotate(-130deg);
	transform: rotate(-130deg);
	left: 12px;
	top: 6px
}

.ui-datepicker .ui-widget-header a.ui-datepicker-next:hover,
.ui-datepicker .ui-widget-header a.ui-datepicker-prev:hover {
	background: 0 0;
	border: none
}

.latestreview a,
.vre_prepaid_wrap p {
	border-bottom: 1px solid
}

.ui-datepicker .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group table {
	margin: 0
}

.ui-datepicker .ui-datepicker-title {
	font-size: 21px
}

.ui-datepicker .ui-datepicker-titleP {
	padding: 3px
}

.ui-datepicker th {
	padding: .8em .3em;
	font-weight: 100
}

.vres_misc_info {
	float: left;
	width: 100%;
	color: #666;
	padding: 0 10px;
	margin-bottom: 5px
}

.vres_misc_info div:first-child {
	padding-left: 0
}

.vre_prepaid_wrap {
	width: auto;
	padding: 7px 8px;
	line-height: 1;
	float: none;
	display: inline-block;
	margin-right: -10px
}

.vre_prepaid_wrap i {
	font-size: 10px
}

.guestrating {
	display: inline-block;
	padding: 0 0 0 3px
}

.guestrating .grrate {
	background: #99de63;
	padding: 5px 7px 2px;
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	border-radius: 3px;
	margin-right: 5px;
	color: rgba(0, 0, 0, .8)
}

.latestreview {
	padding: 0;
	display: inline-block;
	line-height: 1
}

.vres-cnt-card .hidereadmore {
	display: none
}

.filterbtnbar a {
	width: 48%;
	float: left
}

.filterbtnbar a+a {
	margin-left: 2%
}

input[type=range] {
	-webkit-appearance: none;
	margin: 10px 0 5px;
	width: 100%
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	animate: .2s;
	background: #f1f1f1;
	border-radius: 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset
}

input[type=range]::-webkit-slider-thumb {
	box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	border: 5px solid #fff;
	height: 16px;
	width: 16px;
	border-radius: 50px;
	background: #5C1111;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -4px;
	box-sizing: border-box
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: #f1f1f1
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	animate: .2s;
	background: #f1f1f1;
	border-radius: 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset
}

input[type=range]::-moz-range-thumb {
	box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	border: 5px solid #fff;
	height: 16px;
	width: 16px;
	border-radius: 50px;
	background: #5C1111;
	cursor: pointer;
	box-sizing: border-box
}

input[type=range]::-ms-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	animate: .2s;
	background: 0 0;
	border-color: transparent;
	border-width: 2px 0;
	color: transparent
}

input[type=range]::-ms-fill-lower {
	background: #f1f1f1;
	border: .2px solid #ccc;
	border-radius: 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset
}

input[type=range]::-ms-fill-upper {
	background: #f1f1f1;
	border: .2px solid #ccc;
	border-radius: 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2) inset
}

input[type=range]::-ms-thumb {
	box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	border: 5px solid #fff;
	height: 16px;
	width: 16px;
	border-radius: 50px;
	background: #5C1111;
	cursor: pointer;
	margin-top: 1px;
	box-sizing: border-box
}

input[type=range]:focus::-ms-fill-lower {
	background: #f1f1f1
}

input[type=range]:focus::-ms-fill-upper {
	background: #f1f1f1
}

#filter_gr a.gr-cnt {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 1;
	padding: 4px 2px;
	background: #fff;
	border: 2px solid #ccc;
	color: #000;
	border-radius: 3px
}

#filter_gr a.gr-cnt+a.gr-cnt {
	margin-left: 5px
}

#filter_gr a.gr-cnt.selected {
	background: #5C1111;
	color: #fff;
	border-color: #5C1111
}

.filter-btn-wrap {
	position: relative
}

.filter-help {
	position: absolute;
	left: 100%;
	top: -28px;
	background: #fff;
	border: 3px solid #2E578C;
	box-shadow: 0 0 20px 2px rgba(0, 0, 0, .45);
	padding: 15px;
	z-index: 10;
	border-radius: 3px;
	line-height: 1.4;
	width: 200px
}

.sweet-alert button,
.sweet-alert button.confirm {
	box-shadow: none!important
}

.filter-help:after {
	content: '';
	position: absolute;
	top: 32px;
	left: -23px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #5C1111;
	border-left: 10px solid transparent
}

.filter-help a.gotit {
	color: #5C1111;
	display: block;
	text-align: right;
	font-weight: 700;
	text-decoration: none;
	padding-top: 10px
}

.user_alert {
	color: #F83122;
	font-size: 16px
}

.bs-lbl {
	color: #666;
	font-weight: 700
}

.bs-chkinout,
.bs-night {
	color: #222;
	padding-left: 10px
}

.childagediv {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 50%
}

.childagediv .vres-chk-box {
	padding-left: 10px;
	margin-bottom: 5px
}

.vres-add-div .childagediv label select {
	max-width: 58px
}

.reshide {
	display: none!important
}

.vres-checkavail>div>label {
	margin-right: 0;
	position: relative
}

.vres-checkavail>div>label>p small {
	position: absolute;
	width: 100%;
	bottom: -15px;
	left: 0
}

.vres-checkavail input.form-control {
	width: 100%
}

.childageerr {
	color: #e01a1a;
	float: right;
	margin-right: 18px;
	padding-top: 6px
}

.childageerr br {
	display: none
}

.filter-div a.resetall {
	float: right;
	color: #000!important;
	width: inherit;
	top: -3px;
	position: relative;
	padding: 0;
	margin-top: 8px;
	right: 25px;
	background: rgba(0, 0, 0, 0)!important
}

.filter-div a.resetall::after {
	content: '\f021';
	font-family: FontAwesome;
	position: absolute;
	left: -18px
}

.filter-div .filt-head {
	position: relative
}

.filter-div .filt-head a.resetall {
	right: 0;
	top: 0;
	margin-top: 0;
	position: absolute;
	height: 100%;
	padding: 5px 20px;
	border-left: 1px solid #ddd;
	border-radius: 0;
	background-color: #eee!important
}

.filter-div .filt-head a.resetall::after {
	right: 0;
	left: 0;
	top: 11px;
	color: #777!important
}

.filter-div a.resetall:hover {
	text-decoration: underline;
	background: 0 0!important
}

.emailtohotel,
.paymentoption_tab a,
.rdpicgal,
.roomlist-review {
	text-decoration: none
}

.realperson-text {
	font-family: "Courier New", monospace!important;
	font-size: 6px;
	font-weight: 700;
	letter-spacing: -2px;
	line-height: 3px;
	display: inline-block
}

.realperson-regen::after {
	cursor: pointer;
	content: '\f021';
	font-family: FontAwesome;
	position: absolute;
	margin-top: -29px;
	right: 0;
	font-size: 14px;
	line-height: 1;
	padding: 5px 7px;
	border-radius: 3px;
	background-color: #4CAF50;
	color: #fff
}

.vres-pop-down.open .realperson-regen::after {
	right: 15px
}

.enq-full .realperson-regen::after {
	right: 0
}

.rating-wrap p span i.starred::after {
	background-color: #f48c01;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 50%;
	margin-left: -2px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 4px
}

.div_compare .compare_toggle_btn2 span::after,
.slider_popup~.bg {
	content: ''
}

.rating-wrap p span .rw-point.starred {
	border-color: #f48c01
}

.availability_note {
	display: inline-block;
	color: #fff
}

.highlight_cal {
	color: rgba(0, 0, 0, .7)!important
}

.vres-cnt-card .card-list p.rate_tax-block_1 {
	margin: 0;
	color: #078800;
	font-weight: 100;
	width: 100%;
	float: left
}

.vres-cnt-card .card-list p.rate_tax-block_1 .incluse-lbl {
	color: #078800;
	font-weight: 100
}

.read-more-toggle {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0;
	font-weight: 300;
	color: #B31717;
	text-align: center
}

.read-more-toggle:hover {
	color: #d32424
}

.read-more-toggle i {
	display: block;
	font-size: 24px;
	line-height: 1
}

.rdpicgal {
	display: inline-block;
	padding: 10px 15px;
	border: 1px solid #5C1111;
	line-height: 1;
	color: #5C1111;
	width: 100%;
	margin-top: 10px;
	border-radius: 3px;
	text-align: center
}

.moreinfo {
	margin: 10px 0;
	display: inline-block;
	text-align: center
}

#enquire_form .form-wrap {
	position: relative
}

#enquire_form .form-wrap .mandatory {
	position: absolute;
	top: 0;
	right: 0
}

#enquire_form .input-group.date {
	position: relative
}

#enquire_form .input-group.date .mandatory {
	position: absolute;
	top: 0;
	right: 0
}

.sweet-alert button {
	background-color: #47ae00!important
}

.div_compare {
	float: right;
	padding: 0 15px;
	margin-bottom: 0;
	min-width: 122px;
	text-align: right
}

.div_compare .compare_toggle_btn2 {
	margin-top: 1px;
	position: relative;
	margin-right: 2px
}

.div_compare .compare_toggle_btn2 input[type=checkbox] {
	opacity: 0;
	position: relative;
	z-index: 3
}

.div_compare .compare_toggle_btn2 span {
	position: absolute;
	height: 14px;
	width: 14px;
	display: inline-block;
	border: 2px solid #aaa;
	top: 0;
	left: 0;
	border-radius: 3px;
	z-index: 1
}

.div_compare .compare_toggle_btn2 input[type=checkbox]:checked~span {
	border-color: #4caf50;
	background-color: #4caf50
}

.div_compare .compare_toggle_btn2 input[type=checkbox]:checked~span::after {
	height: 4px;
	width: 8px;
	border: 2px solid #fff;
	border-top-style: none;
	border-right-style: none;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	top: 0;
	left: 0
}

.div_compare .compare_toggle_btn2,
.div_compare span {
	display: inline-block;
	vertical-align: middle
}

.div_compare span.compareroom {
	padding: 5px 0 3px
}

.div_compare:not(:-moz-handler-blocked) span.compareroom {
	padding: 3px 0
}

.dismessageerr {
	display: inline-block;
	padding: 6px 15px 4px;
	background-color: #ffe7e8;
	border-radius: 3px;
	color: #910202
}

.img_preview {
	border: 1px solid #ccc;
	display: inline-block;
	position: relative;
	margin: 3px;
	border-radius: 3px
}

.img_preview .loader.size-1 {
	width: 24px;
	height: 24px;
	border-width: 5px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -12px;
	margin-left: -12px
}

.img_preview .loader {
	border-color: #ccc #ccc #ccc #0465db
}

.review-txt-wrap .opendimg {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.review-txt-wrap .opendimg i.fa-close {
	position: absolute;
	right: -2px;
	top: -5px;
	height: 20px;
	width: 20px;
	background-color: #E45A5A;
	color: #fff!important;
	border-radius: 50%;
	padding: 2px;
	font-size: 14px!important
}

.slider_popup,
.slider_popup~.bg {
	position: fixed;
	opacity: 0;
	visibility: hidden
}

.review-left .form-wrap.pic-share-wrap .review-txt-wrap .photo-share i.fa-close {
	font-size: 18px;
	vertical-align: top;
	margin-top: 5px;
	margin-left: -2px
}

.review-left .form-wrap.pic-share-wrap .review-txt-wrap .photo-share i.fa-close:hover {
	color: #E45A5A
}

.ui-datepicker {
	width: auto!important;
	box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .5)
}

.slider_popup {
	z-index: 1000;
	left: 50%;
	top: 50%;
	color: #000;
	width: 340px;
	text-align: left;
	background: #fff;
	-webkit-box-shadow: 2px 0 20px 2px rgba(0, 0, 0, .35);
	box-shadow: 2px 0 20px 2px rgba(0, 0, 0, .35);
	-webkit-transition: opacity .8s ease 0s;
	transition: opacity .8s ease 0s;
	transform: translate(-50%, -40%)
}

#facebookshare,
.centertext,
.loadingbar h3,
.loadspan {
	text-align: center
}

.slider_popup~.bg {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	transition: opacity .8s ease 0s
}

.content {
	padding: 22px 16px;
	position: relative;
	line-height: 26px;
	border: 1px solid #ccc
}

.slider_popup .content {
	background: #fff
}

.slider_popup .cls_btn {
	cursor: pointer;
	position: absolute;
	top: -17px;
	right: -17px;
	background: #fff;
	padding: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	height: 45px;
	width: 45px;
	color: #000;
	text-align: center;
	line-height: 45px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .8)
}

.slider-right {
	opacity: 1;
	visibility: visible
}

.slider_popup.slider-right~.bg {
	opacity: .4;
	visibility: visible;
	z-index: 999
}

.likebtnclick {
	height: 69px;
	position: relative;
	transition: all .5s ease 0s;
	width: 113px
}

.likebtnopa {
	opacity: 0
}

@media only screen and (max-width:395px) {
	.slider_popup {
		max-width: 90%
	}
}

.centertext:before {
	border-left: 0 none;
	border-right: 230px solid transparent;
	border-top: 105px solid rgba(255, 255, 255, .07);
	content: "";
	height: 0;
	left: -52px;
	position: absolute;
	top: -30px;
	width: 0
}

.centertext {
	pcolor: #fff;
	left: -115px;
	position: absolute;
	top: 23px;
	z-index: 1000
}

.centertext span {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	margin-left: 128px
}

.centertext small {
	font-size: 19px;
	left: 118px;
	position: absolute;
	top: 8px
}

.overlay,
.transbg {
	width: 100%;
	top: 0;
	left: 0;
	position: absolute
}

.centertext small:last-child {
	right: -111px
}

#facebookshare {
	background-color: #3358a6;
	padding-bottom: 6px;
	padding-top: 6px;
	border-radius: 18px;
	font-size: 18px;
	color: #fff;
	width: 100%;
	font-weight: 700;
	cursor: pointer;
	border: 0!important
}

.transbg {
	-moz-opacity: .4!important;
	background: #000;
	cursor: wait;
	filter: alpha(opacity=40)!important;
	opacity: .4!important;
	z-index: 105
}

.cancelbox {
	width: 100%
}

.loadspan {
	background-position: 50% 50%;
	display: block;
	vertical-align: top;
	width: 100%
}

.overlay {
	background: #999;
	opacity: .2!important;
	height: 100%;
	z-index: 1100
}

.loadingbar {
	background-color: #FFF;
	-moz-box-shadow: 0 4px 15px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .5);
	box-shadow: 0 4px 15px rgba(0, 0, 0, .5);
	border-radius: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	left: 48%;
	position: absolute;
	top: 35%;
	z-index: 100000
}

.loadingbar h3 {
	font-size: 13px;
	font-weight: 700;
	padding: 12px 10px 0
}

.booked_span {
	margin-left: 4px
}

.vres_availcal {
	float: right;
	text-align: right;
	width: 40%;
	padding-top: 5px
}

.vres_prepaid_nonc {
	color: #d30000;
	display: inline-block;
	margin: 0;
	text-align: left
}

.addto,
.confirm_title,
.norecord_details,
.status_paragraph,
.vres-bkBtn-sect {
	text-align: center
}

.vres_ban i {
	color: #d30000;
	font-size: 50px
}

.hide_blk {
	display: none
}

.booking-tag.cancel {
	background-color: #D50000;
	color: #fff
}

.booking-tag.cancel::after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	border-width: 4px;
	border-style: solid;
	border-color: transparent transparent #9f0202 #9f0202;
	right: -8px;
	top: 0
}

.filt_over_other,
.main_filter_div {
	overflow-y: auto;
	border-bottom: 1px solid #eee
}

.staryellow {
	color: #EABA00;
	font-size: 15px
}

.stargrey {
	color: #CCC;
	font-size: 15px
}

.filt_over_other {
	max-height: 68px
}

.bookingstatus_div {
	float: left;
	width: 20%
}

.addto {
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	color: #d2150e;
	display: inline-block;
	padding: 5px;
	width: 117px
}

.addto img {
	width: 100%
}

.bookingstatus_div1 {
	float: right;
	width: 75%;
	position: relative
}

.buttoncap {
	margin-top: 0
}

.row_bookingstatus {
	float: left;
	width: 100%
}

.autoredirect {
	font-size: 16px
}

.h2_container {
	float: left;
	width: 100%
}

.bookingstatus_container {
	float: left;
	width: 100%;
	padding: 0 20px
}

.vres-booking-message {
	float: left;
	width: 100%
}

.confirm_title {
	color: #000
}

.status_paragraph {
	line-height: 21px;
	font-size: 13px
}

.status_container {
	float: left;
	width: 100%
}

.norecord_details {
	width: 100%
}

.vres-norecord-div {
	padding-bottom: 15px;
	padding-top: 15px;
	float: left
}

.applypromotxt {
	color: #fff;
	float: right;
	padding: 6px 5px 4px 26px;
	background-color: #4caf50;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	text-align: left;
	font-size: 12px;
	width: 100%
}

.applypromotxt::before {
	content: '\f13e';
	font-family: Fontawesome;
	position: absolute;
	font-size: 12px;
	left: 10px;
	top: 6px
}

.saved_promo,
.saved_promo span {
	color: rgba(0, 0, 0, .7)
}

.promoerr {
	color: #e01a1a;
	float: left;
	padding: 10px 15px 0
}

.vreview-modal1-body {
	padding: 15px
}

.rv-btn-block {
	display: block;
	float: right;
	width: 100%
}

.rv-btn-block input {
	float: right
}

.compare_toggle_btn {
	display: inline-block;
	padding: 10px 15px;
	border: 1px solid #ddd;
	position: relative;
	border-radius: 3px;
	width: 163px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	background: #fff
}

.compare_toggle_btn input {
	opacity: 0
}

.compare_toggle_btn input[type=checkbox]:checked~span {
	left: 40%;
	background: #2DAC45;
	color: #fff
}

.compare_toggle_btn span {
	position: absolute;
	padding: 8px 15px;
	background: #ddd;
	border-radius: 0;
	height: 100%;
	top: 0;
	left: 0;
	transition: all ease .2s
}

.compare_toggle_btn::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	box-shadow: inset 0 0 0 3px #fff;
	-webkit-box-shadow: inset 0 0 0 3px #fff
}

.cmpback {
	color: #41a045;
	padding: 5px 0 3px;
	cursor: pointer;
	border-radius: 3px
}

.closestava_none .closest_dates_div {
	margin-top: -20px
}

.closest_dates_div {
	float: right;
	width: 40%;
	padding-right: 15px;
	margin-top: 6px
}

.closest_dates_wrap {
	text-align: right
}

.closest_dates {
	background: #edffee;
	color: #000;
	padding: 5px 5px 3px;
	border: 1px solid #aae0ac;
	display: inline-block;
	vertical-align: middle;
	border-radius: 3px;
	margin: 2px;
	font-size: 12px
}

.closest_dates_na {
	color: #e01a1a;
	display: inline-block;
	width: 100%;
	text-align: right;
	margin-bottom: 5px;
	font-size: 13px
}

.nonrefund {
	color: #e01a1a;
	font-weight: 400
}

.closestava_norec_cls {
	display: inline-block;
	width: 100%
}

.closestava_norec_cls .closest_dates_div {
	width: 100%
}

.closestava_norec_cls .closest_dates_na,
.closestava_norec_cls .closest_dates_wrap {
	text-align: center
}

.paymentoption_div {
	display: inline-block;
	width: 100%;
	border: 0 solid #ccc;
	margin-top: 5px;
	background-color: #fff
}

.paymentoption_tab {
	width: 100%;
	display: inline-block;
	text-align: left;
	border-bottom: 1px solid #ccc;
	background: #fff;
	margin-bottom: -1px
}

.paymentoption_tab a {
	display: inline-block;
	padding: 15px;
	color: #4c4c4c;
	background-color: #f2f1f1;
	position: relative;
	z-index: 2;
	border: 1px solid #ccc;
	border-bottom: 0
}

.paymentoption_tab a:hover {
	background: #eae8e8;
	color: #4c4c4c
}

.paymentoption_tab a+a {
	margin-left: -4px
}

.paymentoption_tab a.active {
	color: #2dac45;
	background: #fbfbfb;
	position: relative;
	cursor: default
}

.paymentoption_tab a i {
	display: none
}

.paymentoption_div .credit_card_info-wrap {
	margin: 0;
	padding: 10px 0
}

.paymentoption_div .credit_card_info-wrap label.vres-select select {
	max-width: 210px
}

.paymentoption_div .credit_card_info-wrap .credit_form-part:last-child {
	margin-bottom: 0
}

.remarknote {
	background-color: #ffecbc;
	color: #634e19;
	float: left;
	margin-top: 10px;
	border-radius: 3px;
	padding: 3px 8px 1px
}

.remarkdesc,
.spl_details {
	margin-top: 10px;
	padding: 3px;
	float: left
}

.err_child_age {
	display: none;
	color: #fff;
	float: right;
	margin-right: -75px;
	padding: 8px;
	position: relative;
	right: 50%
}

.temp-price-span2 {
	font-size: 13px
}

.curr_div {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	vertical-align: top
}

.persistPrice .curr_div:nth-child(3n+3) {
	padding: 5px;
	background-color: #fff;
	border-radius: 0 0 3px 3px;
	color: rgba(0, 0, 0, .7);
	padding-bottom: 15px!important
}

.curr_div span {
	float: right
}

.curr_div span.temp-price-span {
	display: inline-block;
	width: 100%;
	text-align: right;
	margin-top: -4px
}

.curr_div span.temp-price-span2 {
	font-size: 16px;
	margin-top: 5px;
	float: left
}

.temp-price-span_1 span {
	float: none;
	display: inline
}

.promo-tag,
.res-taregister-wrap {
	display: inline-block;
	vertical-align: top
}

.curr_div:nth-child(3n+3) {
	margin-bottom: 0;
	text-align: left
}

.curr_div:nth-child(3n+3) span {
	text-align: left;
	margin-top: 0
}

.persistPrice .curr_div:first-child {
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 3px;
	color: #fff
}

.promo-code-sved {
	float: left;
	width: 100%;
	padding: 15px 15px 0
}

.promo-tag {
	width: 100%;
	position: relative;
	padding: 6px 3px 5px 40px;
	border: 1px solid #41ca8a;
	border-radius: 3px
}

.promo-tag i {
	position: absolute;
	height: 100%;
	width: 30px;
	top: 0;
	left: 0;
	text-align: center;
	border-right: 1px solid #41ca8a;
	padding-top: 8px;
	background-color: #41ca8a;
	color: #fff
}

.promo-tag a.just-bk_info {
	background: 0 0;
	border: 0;
	color: #2A9A66!important;
	font-size: 14px;
	padding: 0
}

.detail-content {
	color: #000;
	float: left;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	width: 100%;
	padding-bottom: 5px
}

.norecord-main-div {
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
	float: left;
	margin-bottom: 10px;
	margin-top: 10px
}

.vres-chk-box span {
	margin-right: 0
}

.childagediv span {
	margin-right: 3px
}

.review-section p {
	margin-bottom: 0
}

.hotelierreply {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 3px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: rgba(0, 0, 0, .8);
	margin-left: 25px;
	position: relative
}

.hotelierreply:after,
.hotelierreply:before {
	content: "";
	position: absolute;
	left: 10px
}

.hotelierreply:before {
	top: -16px;
	border: solid transparent;
	border-color: rgb(255, 215, 199, 0);
	border-bottom-color: #ccc;
	border-width: 8px
}

.hotelierreply:after {
	top: -15px;
	border: solid transparent;
	border-color: rgb(255, 215, 199, 0);
	border-bottom-color: #f8f8f8;
	border-width: 8px
}

.res-taregister-wrap {
	padding: 40px 0 0;
	width: 100%
}

.bnr-img {
	max-width: 100%
}

.btn_div {
	float: left
}

.applymsg {
	display: block;
	float: left;
	margin-top: 15px;
	text-align: center;
	width: 100%;
	padding: 8px 10px 6px;
	border: 1px solid #d2b97b;
	border-radius: 3px;
	background-color: #ffe6a6
}

.msg_resetall {
	color: #459448;
	display: inline-block;
	margin: 0 0 -25px;
	text-align: left
}

.noneditable {
	color: #e01a1a
}

.valerror {
	display: inline-block;
	width: 100%;
	padding: 10px 0
}

.valerror p {
	margin: 0;
	padding-bottom: 5px;
	font-size: 18px
}

.guest-info .valerror {
	padding: 10px 15px;
	margin-bottom: 15px;
	border: 2px solid #EF3F3F;
	border-radius: 3px;
	position: relative
}

.guest-info .valerror p {
	position: relative;
	padding-left: 25px;
	color: #E04444;
	margin-bottom: 5px
}

.guest-info .valerror p::after {
	content: '\f071';
	position: absolute;
	font-family: FontAwesome;
	top: 0;
	left: 0;
	font-size: 18px
}

.vres-bcmsg i.bcicon,
.vres-failmsg i.bcicon,
.vres-pendingmsg i.bcicon {
	left: 20px;
	top: 50%;
	color: rgba(0, 0, 0, .7)
}

.cardNo-text.valerror,
.cardNo-text.valerror.error {
	padding-left: 52px;
	margin-bottom: 0;
	padding-right: 35px!important
}

.vres-bcmsg,
.vres-failmsg,
.vres-pendingmsg {
	padding: 20px 20px 20px 72px
}

.vres-booking-confirmation {
	float: left;
	width: 100%
}

.vres-bc-calendar {
	max-width: 720px;
	margin: 0 auto;
	text-align: right
}

.vres-booking-container {
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	max-width: 720px;
	margin: 0 auto
}

.vres-bcmsg {
	background: #9ff68d;
	position: relative
}

.vres-bcmsg i.bcicon {
	position: absolute;
	font-size: 40px;
	margin-top: -20px
}

.vres-bcmsg h4 {
	margin-top: 0;
	font-size: 24px;
	margin-bottom: 0
}

.vres-failmsg {
	background: #FCC;
	position: relative
}

.vres-failmsg i.bcicon {
	position: absolute;
	font-size: 40px;
	margin-top: -20px
}

.vres-failmsg h4 {
	margin-top: 0;
	font-size: 24px;
	margin-bottom: 0
}

.vres-pendingmsg {
	background: #fcb62d;
	position: relative
}

.vres-pendingmsg i.bcicon {
	position: absolute;
	font-size: 40px;
	margin-top: -20px
}

.vres-pendingmsg h4 {
	margin-top: 0;
	font-size: 24px;
	margin-bottom: 0
}

.vres-payment-msg {
	font-size: 21px
}

.vres-bcdescription {
	font-size: 18px;
	padding: 0 20px 20px;
	color: #555
}

.vres-highlighted {
	color: #000;
	padding: 20px;
	background: #f1f1f1;
	margin: 0 -20px;
	font-size: 20px
}

.moreinquiry,
.vres-bc-btn {
	text-align: center
}

.vres-bc-btn a.subhead-btn+a {
	margin-left: 10px
}

.vres-booking-details {
	max-width: 720px;
	margin: 0 auto
}

.vres-booking-details-container {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	padding: 20px;
	margin-top: 30px;
	float: left;
	width: 100%
}

.vres-booking-details-container #PGcard_block,
.vres-booking-details-container #payment_type_block,
.vres-booking-details-container .paymentnote_info {
	padding: 10px
}

.vres-booking-details-container .bd-guestdetails,
.vres-booking-details-container .bd-ratesdetails {
	background: #fff
}

.vres-booking-details-container #basecurrencytag {
	line-height: 36px;
	float: left
}

.vres-booking-details-container #payment_type_block .vres-select {
	max-width: 120px
}

.vres-booking-details-container .paymentoption_div {
	margin-bottom: 15px
}

.bd-left {
	float: left;
	font-size: 30px;
	width: 80%
}

.bd-left small {
	font-size: 16px;
	display: block;
	margin-bottom: 20px
}

.bd-right {
	float: left;
	font-size: 18px;
	width: 20%;
	text-align: right
}

.bd-container {
	float: left;
	width: 100%;
	display: flex
}

.col2 {
	float: left;
	width: 48%
}

.col2+.col2 {
	margin-left: 4%
}

.bd-guestdetails,
.bd-ratesdetails {
	border: 1px solid #ccc;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
	padding: 15px
}

.bd-guestdetails h3,
.bd-ratesdetails h3 {
	margin-top: 0;
	font-size: 20px;
	margin-bottom: 5px
}

.bd-guestdetails p,
.bd-ratesdetails p,
.keepinfo_cls {
	margin: 10px 0 0
}

.filter-btn1 {
	padding: 10px 15px 9px;
	height: 34px
}

.adjsize {
	position: absolute;
	left: 0;
	bottom: 0
}

.autoredirect {
	text-align: center;
	color: #e01a1a
}

.keepinfo_cls {
	padding: 5px 10px 4px;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	border-radius: 3px
}

.keepinfo_cls p {
	display: inline-block;
	margin: 0;
	vertical-align: middle
}

.keepinfo_cls p b {
	font-weight: 400
}

.keepinfo_cls .vres-select2 {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px
}

.keepinfo_cls .vres-select2 input,
.keepinfo_cls .vres-select2 label {
	display: inline-block;
	vertical-align: middle
}

.keepinfo_cls .vres-select2 input {
	margin-right: 3px
}

.keepinfo_cls .vres-select2 label {
	margin-right: 10px;
	margin-bottom: 0
}

.helpFul-wrap .helpful-sect p {
	color: #111
}

.credit_form-part .cardNo-text.cardNo-AmericanExpress {
	background-image: url(../img/cc/American-Express.png);
	background-size: 45px 28px
}

.credit_form-part .cardNo-text.cardNo-DinersClub {
	background-image: url(../img/cc/DinersClub.png);
	background-size: 45px 28px
}

.credit_form-part .cardNo-text.cardNo-Discover {
	background-image: url(../img/cc/Discover.png);
	background-size: 45px 28px
}

.credit_form-part .cardNo-text.cardNo-JCB {
	background-image: url(../img/cc/JCB.png);
	background-size: 45px 28px
}

.credit_form-part .cardNo-text.cardNo-Maestro {
	background-image: url(../img/cc/Maestro.png);
	background-size: 45px 28px
}

.credit_form-part .cardNo-text.cardNo-Solo {
	background-image: url(../img/cc/Solo.png);
	background-size: 45px 28px
}

.credit_form-part .cardNo-text.cardNo-Switch {
	background-image: url(../img/cc/Switch.png);
	background-size: 45px 28px
}

.credit_form-part .cardNo-text.cardNo-Visa {
	background-image: url(../img/cc/Visa.png);
	background-size: 45px 28px
}

.credit_form-part .cardNo-text.cardNo-VisaElectron {
	background-image: url(../img/cc/VisaElectron.png);
	background-size: 45px 28px
}

.credit_form-part .cardNo-text.cardNo-Mastercard {
	background-image: url(../img/cc/Mastercard.png);
	background-size: 45px 28px
}

.credit_form-part .cardNo-text.cardNo-Laser {
	background-image: url(../img/cc/Laser.png);
	background-size: 45px 28px
}

.credit_form-part .cardNo-text.cardNo-ChinaUnionPay {
	background-image: url(../img/cc/ChinaUnionPay.png);
	background-size: 45px 28px
}

.credit_form-part .cardNo-text.cardNo-RuPay {
	background-image: url(../img/cc/RuPay.png);
	background-size: 45px 28px
}

.payment-card h3 {
	line-height: 1.2
}

.vres-modal1-header h3 {
	padding: 15px
}

.rt-info-title span {
	padding: 7px 15px
}

.rt-tble-cell {
	padding: 5px 15px
}

a.rdpicgal,
a.rdrevie {
	display: inline-block;
	width: 100%;
	background-color: #efefef;
	border: 1px solid #b8b8b8;
	color: #000
}

.prop-detail-left {
	width: 100%;
	border-bottom: 1px solid #ddd
}

.prop-detail-right {
	width: 100%
}

.htl-title small {
	display: inline-block;
	padding-left: 5px;
	margin-top: 5px
}

.vres-tab-div .vres-tab-cnt .prop-left-cnt .cnt-detail.inline {
	width: auto;
	padding-right: 10px;
	margin-bottom: 0
}

.vres-tab-div .vres-tab-cnt .prop-left-cnt .cnt-detail.pl-address {
	margin-bottom: 5px
}

.vres-tab-div .vres-tab-cnt .prop-left-cnt .cnt-detail.pl-btn {
	width: 100%;
	margin-top: 10px
}

.prop-left-cnt .cnt-detail.inline .detail-title {
	font-weight: 700
}

.prop-detail-right .prop-left-cnt .cnt-detail .detail-title {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #111010
}

.vres-tab-cnt .temp.prop-detail-tab::after {
	width: 0
}

.prop-left-cnt .cnt-detail .detail-title {
	display: inline-block
}

.vrmprice .strike {
	margin-bottom: 0
}

.vres-modal1-header .vrmprice small {
	margin-top: 0
}

.vres-rm-dis-left .bookehour-wrap {
	right: 5px;
	top: 5px
}

.vres-rm-dis-left h4 {
	padding-right: 215px;
	width: 100%
}

.full_pay-wrap {
	max-width: 100%
}

.or_cls {
	font-weight: 400
}

.curr-detail {
	color: #666;
	float: right
}

.fr {
	float: right
}

#reviewbooking-modal1.reviewbooking-modal1.modal1.in {
	max-width: 450px;
	margin-left: -225px!important;
	left: 50%!important
}

.review-rmdetails {
	margin: 0;
	display: block;
	width: 100%;
	vertical-align: top;
	font-size: 16px;
	padding: 0 0 10px
}

.review-rmdetails span {
	color: #000;
	display: block;
	font-size: 14px;
	margin-left: 65px;
	line-height: 1.5
}

.review-rmdetails span i {
	margin-right: 5px
}

.review-extras {
	padding: 0;
	margin: 0
}

.review-extras li {
	list-style: none;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 10px;
	margin-bottom: 3px
}

.review-extras li i {
	color: #4caf50;
	margin-right: 5px
}

.review_nm {
	margin: 0!important;
	display: inline-block!important
}

.vres-printoption {
	text-align: right;
	display: block;
	margin: 50px auto 0;
	max-width: 720px
}

.vres-printoption p {
	margin-bottom: 3px
}

.bookingstatus_container .vres-booking-details-container {
	margin-top: 15px
}

.review-rmdetails label {
	float: left;
	min-width: 60px
}

.review-rmdetails .review-roomnm {
	margin-left: 5px;
	line-height: unset;
	font-size: unset;
	display: inline-block;
	vertical-align: top;
	max-width: 75%
}

.comodowrap a img,
.comodowrap.comodo a img {
	max-width: 90px
}

.download_moreinfo {
	float: left;
	font-size: 15px;
	margin-top: 10px;
	color: #37AB2E
}

.paymentnote_info {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px
}

.downloadlbl {
	float: left;
	margin-right: 5px;
	margin-top: 10px;
	word-break: break-word
}

.rm-bottom-pad {
	padding-bottom: 0!important
}

.bkconfirm {
	color: #4A9607
}

#checkavail-modal1 .vres-modal1-header {
	background: #fff!important;
	border-bottom: 1px solid #ccc
}

#checkavail-modal1 .vres-modal1-header h3 {
	color: #000!important
}

#checkavail-modal1 .vres-modal1-header a.cls {
	color: #000;
	font-size: 16px;
	height: 100%;
	padding: 17px 10px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 50px
}

#squaresWaveG {
	position: relative;
	width: 150px;
	height: 28px;
	margin: 0 auto 25px;
	display: inline-block
}

.squaresWaveG {
	position: absolute;
	top: 0;
	background-color: #000;
	width: 15px;
	height: 15px;
	animation-name: bounce_squaresWaveG;
	-o-animation-name: bounce_squaresWaveG;
	-ms-animation-name: bounce_squaresWaveG;
	-webkit-animation-name: bounce_squaresWaveG;
	-moz-animation-name: bounce_squaresWaveG;
	animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal
}

#squaresWaveG_1 {
	left: 0;
	animation-delay: .6s;
	-o-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s
}

#squaresWaveG_2 {
	left: 20px;
	animation-delay: .75s;
	-o-animation-delay: .75s;
	-ms-animation-delay: .75s;
	-webkit-animation-delay: .75s;
	-moz-animation-delay: .75s
}

#squaresWaveG_3 {
	left: 40px;
	animation-delay: .9s;
	-o-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s
}

#squaresWaveG_4 {
	left: 60px;
	animation-delay: 1.05s;
	-o-animation-delay: 1.05s;
	-ms-animation-delay: 1.05s;
	-webkit-animation-delay: 1.05s;
	-moz-animation-delay: 1.05s
}

#squaresWaveG_5 {
	left: 80px;
	animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s
}

#squaresWaveG_6 {
	left: 100px;
	animation-delay: 1.35s;
	-o-animation-delay: 1.35s;
	-ms-animation-delay: 1.35s;
	-webkit-animation-delay: 1.35s;
	-moz-animation-delay: 1.35s
}

#squaresWaveG_7 {
	left: 120px;
	animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s
}

#squaresWaveG_8 {
	left: 140px;
	animation-delay: 1.64s;
	-o-animation-delay: 1.64s;
	-ms-animation-delay: 1.64s;
	-webkit-animation-delay: 1.64s;
	-moz-animation-delay: 1.64s
}

@keyframes bounce_squaresWaveG {
	0% {
		background-color: #000
	}
	100% {
		background-color: #fff
	}
}

@-o-keyframes bounce_squaresWaveG {
	0% {
		background-color: #000
	}
	100% {
		background-color: #fff
	}
}

@-ms-keyframes bounce_squaresWaveG {
	0% {
		background-color: #000
	}
	100% {
		background-color: #fff
	}
}

@-webkit-keyframes bounce_squaresWaveG {
	0% {
		background-color: #000
	}
	100% {
		background-color: #fff
	}
}

@-moz-keyframes bounce_squaresWaveG {
	0% {
		background-color: #000
	}
	100% {
		background-color: #fff
	}
}

.vres_prepaid_nonc span i {
	color: #7d7878
}

.emailtohotel {
	color: #fff
}

.roomlist-review {
	color: #666
}

#totalpaymentcaption {
	float: left
}

body.OpenSans .vrmprice small {
	font-size: 11px
}

body.OpenSans .vres-cnt-card .card-list .vres-ame1,
body.OpenSans .vres-maxper a,
body.OpenSans .vres-maxper b {
	font-size: 13px
}

body.OpenSans .vres-cnt-card .card-list h3 a,
body.OpenSans .vrt-links a {
	font-size: 12px
}


textarea {
	font-size: 13px
}

body.OpenSans .applypromotxt {
	font-size: 10px
}

body.OpenSans .vres-spedeal {
	font-size: 11px
}

body.OpenSans .vres_add_btn b {
	font-size: 11px;
	font-weight: 700
}

body.OpenSans span.filt-head {
	font-size: 14px
}

body.OpenSans .vres-roombooked ul li span {
	font-size: 13px
}

body.OpenSans .vres-add-div .vres-chk-box.ac-age .vres-select~span {
	font-size: 11px
}

body.OpenSans .vres-rm-dis-left h4,
body.OpenSans .vres-tab-div .tab-head ul li a {
	font-size: 14px
}

body.OpenSans .vres-rm-amen ul li,
body.OpenSans .vres-tab-div .vres-tab-cnt b,
body.OpenSans .vres-tab-div .vres-tab-cnt p {
	font-size: 13px
}

body.OpenSans .prop-detail-right .prop-left-cnt .cnt-detail .detail-title,
body.OpenSans .prop-left-cnt .cnt-detail.inline .detail-title {
	font-size: 14px
}

body.OpenSans .vres-renview-wrap .vres-prof-cnt h4 {
	font-size: 24px
}

body.OpenSans .usr-chk-head {
	font-size: 18px
}

body.OpenSans .vres-user h4 {
	font-size: 21px
}

body.OpenSans .vres-line-btn {
	font-size: 12px
}

body.OpenSans .vres-book-list h3 {
	font-size: 19px
}

body.OpenSans .vres-book-list h3 small {
	font-size: 17px
}

body.OpenSans .vres-book-cnt p {
	font-size: 14px
}

body.OpenSans .book-rm-rate-wrap .bked-price {
	font-size: 18px
}

body.OpenSans .book-rm-rate-wrap .bked-price span {
	font-size: 20px
}

body.OpenSans .vres-renview-wrap .vres-prof-cnt p {
	font-size: 15px
}

body.OpenSans .guest-info h4 {
	font-size: 17px
}

body.OpenSans .total-paybleRm a {
	font-size: 13px
}

body.OpenSans .total-paybleRm h3 {
	font-size: 22px
}

body.OpenSans .total-paybleRm .promo-ofr-title {
	font-size: 15px
}

body.OpenSans .vres_policy-wrap .vres_policy-title,
body.OpenSans .vres_policy-wrap h4 {
	font-size: 17px
}

body.OpenSans .add-extra-wrap h4,
body.OpenSans .pay-booking_summery h4 {
	font-size: 18px
}

body.OpenSans .extra_ser_section h3 {
	font-size: 16px
}

body.OpenSans .extra_ser_section .extra-rate-pay p span,
body.OpenSans p.pt-priceRoom {
	font-size: 13px
}

body.OpenSans .pay-rm_detail .prcRateTitle {
	font-size: 14px
}

body.OpenSans .vres-pendingmsg h4 {
	font-size: 21px
}

body.OpenSans .vres-payment-msg {
	font-size: 18px
}

body.OpenSans .vres-highlighted {
	font-size: 17px
}

body.OpenSans .pay-rm_detail p>span price .vres-prices {
	font-size: 13px
}

body.DroidSans .vrmprice small {
	font-size: 11px
}

body.DroidSans .vres-cnt-card .card-list .vres-ame1,
body.DroidSans .vres-maxper a,
body.DroidSans .vres-maxper b {
	font-size: 13px
}

body.DroidSans .vres-cnt-card .card-list h3 a,
body.OpenSans .vrt-links a {
	font-size: 12px
}



body.DroidSans .applypromotxt {
	font-size: 10px
}

body.DroidSans .vres-spedeal {
	font-size: 11px
}

body.DroidSans .vres_add_btn b {
	font-size: 11px;
	font-weight: 700
}

body.DroidSans span.filt-head {
	font-size: 14px
}

body.DroidSans .vres-roombooked ul li span {
	font-size: 13px
}

body.DroidSans .vres-add-div .vres-chk-box.ac-age .vres-select~span {
	font-size: 11px
}

body.DroidSans .vres-rm-dis-left h4,
body.DroidSans .vres-tab-div .tab-head ul li a {
	font-size: 14px
}

body.DroidSans .vres-rm-amen ul li,
body.DroidSans .vres-tab-div .vres-tab-cnt b,
body.DroidSans .vres-tab-div .vres-tab-cnt p {
	font-size: 13px
}

body.DroidSans .prop-detail-right .prop-left-cnt .cnt-detail .detail-title,
body.DroidSans .prop-left-cnt .cnt-detail.inline .detail-title {
	font-size: 14px
}

body.DroidSans .vres-renview-wrap .vres-prof-cnt h4 {
	font-size: 24px
}

body.DroidSans .usr-chk-head {
	font-size: 18px
}

body.DroidSans .vres-user h4 {
	font-size: 21px
}

body.DroidSans .vres-line-btn {
	font-size: 12px
}

body.DroidSans .vres-book-list h3 {
	font-size: 19px
}

body.DroidSans .vres-book-list h3 small {
	font-size: 17px
}

body.DroidSans .vres-book-cnt p {
	font-size: 14px
}

body.DroidSans .book-rm-rate-wrap .bked-price {
	font-size: 18px
}

body.DroidSans .book-rm-rate-wrap .bked-price span {
	font-size: 20px
}

body.DroidSans .vres-renview-wrap .vres-prof-cnt p {
	font-size: 15px
}

body.DroidSans .guest-info h4 {
	font-size: 17px
}

body.DroidSans .total-paybleRm a {
	font-size: 14px
}

body.DroidSans .total-paybleRm h3 {
	font-size: 22px
}

body.DroidSans .total-paybleRm .promo-ofr-title {
	font-size: 15px
}

body.DroidSans .vres_policy-wrap h4 {
	font-size: 17px
}

body.DroidSans .vres_policy-wrap .vres_policy-title {
	font-size: 15px
}

body.DroidSans .add-extra-wrap h4,
body.DroidSans .pay-booking_summery h4 {
	font-size: 18px
}

body.DroidSans .extra_ser_section h3 {
	font-size: 16px
}

body.DroidSans .extra_ser_section .extra-rate-pay p span,
body.DroidSans p.pt-priceRoom {
	font-size: 13px
}

body.DroidSans .pay-rm_detail .prcRateTitle {
	font-size: 14px
}

body.DroidSans .vres-pendingmsg h4 {
	font-size: 21px
}

body.DroidSans .vres-payment-msg {
	font-size: 18px
}

body.DroidSans .vres-highlighted {
	font-size: 17px
}

.comodowrap {
	float: left;
	margin-top: -5px;
	overflow: hidden
}

.comodowrap a {
	position: relative;
	display: inline-block;
	margin-top: -9px;
	height: 83px
}

.comodowrap a span {
	position: absolute;
	right: 1px;
	bottom: 0
}

.comodowrap.comodo {
	float: left;
	margin-top: -5px;
	overflow: hidden
}

.comodowrap.comodo a {
	position: relative;
	display: inline-block;
	margin-top: -9px;
	height: 83px
}

.comodowrap.comodo a span {
	position: absolute;
	right: 1px;
	bottom: 0
}

@media only screen and (max-width:1140px) {
	.chk_wrapper .img_banner_div_cls img {
		margin-left: 0!important
	}
}

@media only screen and (max-width:1100px) {
	.childagediv {
		width: 47%
	}
}

@media only screen and (max-width:1080px) {
	.childagediv {
		width: 40%;
		text-align: left
	}
	.vres-chk-box span {
		margin-right: 2px
	}
	.payment-frm_wrap .form-chk-wrap {
		width: 32.5%
	}
	.vres-navright ul.vres-navbar>li a:-moz-any-link {
		padding: 9px 16px
	}
	.vres-navright ul.vres-navbar>li.vres-lang-btn>.vres-cur-label a:-moz-any-link {
		padding: 9px 16px
	}
	.vres-navright ul.vres-navbar>li.vres-lang-btn a img {
		margin-top: -1px
	}
	.hidenav_menu .vres-navright {
		display: none
	}
	.curr_lbl {
		border-left: 0
	}
}

@media only screen and (max-width:1040px) {
	.childagediv {
		width: 60%;
		text-align: left
	}
	.err_child_age {
		position: static;
		margin: 5px 10px 0
	}
}

@media only screen and (max-width:991px) {
	.filter-help:after {
		height: 0;
		width: 0;
		left: 0;
		right: 0;
		top: -20px;
		margin: 0 auto;
		transform: rotate(90deg)
	}
	.filter-help {
		top: -78px
	}
	.childagediv {
		width: 50%
	}
}

@media only screen and (max-width:940px) {
	.payment-frm_wrap .form-chk-wrap {
		width: 48.5%
	}
}

@media only screen and (max-width:920px) {
	.childagediv {
		width: 45%
	}
}

@media only screen and (max-width:890px) {
	.comodowrap.comodo {
		float: left;
		margin-top: 0;
		width: auto;
		text-align: right;
		overflow: hidden
	}
	.comodowrap.comodo a {
		margin-top: -13px
	}
}

@media only screen and (max-width:830px) {
	.comodowrap.comodo {
		width: auto;
		margin-top: 5px
	}
}

@media only screen and (max-width:800px) {
	.childagediv .vres-chk-box {
		padding-left: 5px
	}
	.childagediv {
		width: 41%
	}
}

@media only screen and (max-width:768px) {
	.spl_details,
	.vres_misc_info.vres_misc_info_compare {
		margin-top: 0
	}
	.vres-checkavail>div>label>p small {
		position: static
	}
	.vre_prepaid_wrap {
		padding: 4px 8px
	}
	.spl_details {
		display: inline;
		float: none
	}
	.rm_sold {
		background-color: #fff!important
	}
	.childagediv {
		width: 60%
	}
	.closest_dates_div {
		padding-bottom: 5px;
		width: 50%
	}
	.vres_misc_info.vres_misc_info_compare .div_compare {
		padding: 0 8px
	}
	.vrmprice~.div_compare {
		display: none
	}
	.closestava_none .closest_dates_div {
		margin-top: 6px
	}
	.comodowrap {
		float: right
	}
	.comodowrap.comodo {
		width: auto;
		text-align: left;
		float: right
	}
}

@media only screen and (max-width:720px) {
	.vres-booking-confirmation {
		padding: 0 20px
	}
	.childagediv {
		width: 53%
	}
}

@media only screen and (max-width:650px) {
	.div_compare {
		padding: 0 10px 0 0
	}
	.div_compare span.compareroom {
		padding: 0;
		font-size: 12px
	}
	.div_compare:not(:-moz-handler-blocked) span.compareroom {
		padding: 1px 0 0
	}
}

@media only screen and (max-width:620px) {
	.childagediv {
		width: 50%
	}
	.bd-container {
		display: inline-block
	}
	.bd-guestdetails,
	.bd-ratesdetails {
		width: 100%;
		margin-bottom: 20px
	}
	.bd-container>.col2+.col2 {
		margin: 0
	}
}

@media only screen and (max-width:610px) {
	.div_compare {
		margin-top: 10px
	}
}

@media only screen and (max-width:585px) {
	.childagediv {
		width: 47%
	}
}

@media only screen and (max-width:555px) {
	.card-list.no-room-wrap .vrmprice {
		width: 66.33%
	}
	.vres-cnt-card .card-list .vres-ame1 p.rate_tax-block_1 {
		margin-top: 2px
	}
	.childagediv {
		width: 40%
	}
}

@media only screen and (max-width:500px) {
	.vres-checkavail>div>label>p small {
		right: 6px;
		position: static
	}
	.vres-bc-btn a {
		width: 100%;
		margin-bottom: 10px
	}
	.vres-bc-btn a.subhead-btn+a {
		margin-left: 0
	}
}

@media only screen and (max-width:480px) {
	.card-list.no-room-wrap .vrmprice {
		width: 75.33%
	}
	.bd-left {
		font-size: 22px
	}
	.div_compare {
		padding: 0 8px
	}
	.curr_lbl a {
		padding: 18px 10px 17px
	}
	.curr_lbl a:-moz-any-link {
		padding: 18px 10px 17px
	}
	.comodowrap.comodo {
		width: 100%;
		margin-top: 10px
	}
	.vres-booking-details-container #basecurrencytag {
		line-height: initial;
		padding-left: 0
	}
	.vres-booking-details-container #payment_type_block,
	.vres-booking-details-container .paymentnote_info {
		padding: 10px
	}
	.vres-booking-details-container #PGcard_block {
		padding: 0 10px
	}
	.vres-booking-details-container .payment-opt {
		display: block!important
	}
	.vres-booking-details-container .total-value {
		flex-flow: column
	}
}

@media only screen and (max-width:460px) {
	.closest_dates,
	.vres_misc_info {
		font-size: 12px
	}
	.childagediv {
		width: 40%
	}
	#reviewbooking-modal1.reviewbooking-modal1.modal1.in {
		max-width: 96%;
		margin-left: 0!important;
		left: 2%!important
	}
	.err_child_age {
		position: relative;
		margin: 10px 0 0;
		left: 0;
		width: 100%;
		text-align: center
	}
	.closest_dates_div {
		width: 70%;
		padding: 0 10px 10px 0
	}
	.closest_dates_wrap {
		text-align: right
	}
	.closest_dates {
		margin: 1px
	}
	.guestrating .grrate {
		font-size: 15px;
		margin-right: 0;
		padding: 4px 4px 1px
	}
	.languagecls_ar .ui-datepicker.ui-widget-content td a,
	.languagecls_ar .ui-datepicker.ui-widget-content td span {
		width: 46px
	}
}

@media only screen and (max-width:430px) {
	.childagediv {
		width: 34%
	}
}

@media only screen and (max-width:420px) {
	.addto {
		width: 90px
	}
}

@media only screen and (max-width:415px) {
	.paymentoption_tab a {
		font-size: 13px;
		padding: 10px
	}
}

@media only screen and (max-width:395px) {
	.childagediv {
		width: 28%
	}
	.vres-add-div .childagediv label.vres-select {
		margin-left: 0
	}
	.div_compare {
		display: inline-block;
		text-align: center;
		padding-left: 0!important;
		margin: 2px 0
	}
	.vres-maxper b {
		font-size: 12px
	}
}

@media only screen and (max-width:365px) {
	.card-list .vrmprice strong {
		font-size: 24px
	}
	.childagediv {
		width: 100%;
		margin-top: 10px
	}
	.vres-add-div .childagediv label.vres-select {
		margin-left: 3px
	}
}

@media only screen and (max-width:330px) {
	.card-list .vrmprice strong {
		font-size: 20px
	}
	.vrmprice strong i {
		font-size: 65%
	}
	.comodowrap {
		float: left;
		width: 100%;
		margin-top: 5px
	}
}