/*! jQuery UI - v1.11.1 - 2014-08-13
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.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:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.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;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.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;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next 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;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
	background:#FFFFFF;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 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 .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.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;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: 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 {
	float: left;
}
.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;
	position: absolute;
	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 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 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-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.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; /* support: IE7 */
	/* support: IE10, see #8844 */
	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 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.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); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .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 black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 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: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.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: pointer;
	-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;
}

/* support: IE8 - See #6727 */
.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-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: pointer;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	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-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .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: none;
}
.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;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	/*background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;*/
	color: #17174E;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background-color: #dadada ;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.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-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { 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; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}
@charset "utf-8";@font-face{font-family:ProximaNovaSoft-Semibold;font-weight:400;font-style:normal;src:url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_soft_semibold/ProximaNovaSoft-Semibold.eot);src:url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_soft_semibold/ProximaNovaSoft-Semibold.eot) format('embedded-opentype'),url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_soft_semibold/ProximaNovaSoft-Semibold.woff2) format('woff2'),url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_soft_semibold/ProximaNovaSoft-Semibold.woff) format('woff'),url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_soft_semibold/ProximaNovaSoft-Semibold.ttf) format('truetype')}@font-face{font-family:ProximaNova-bold;font-weight:400;font-style:normal;src:url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_bold/ProximaNova-Bold.eot);src:url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_bold/ProximaNova-Bold.eot) format('embedded-opentype'),url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_bold/ProximaNova-Bold.woff2) format('woff2'),url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_bold/ProximaNova-Bold.woff) format('woff'),url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_bold/ProximaNova-Bold.ttf) format('truetype')}@font-face{font-family:ProximaNova-Semibold;font-weight:400;font-style:normal;src:url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_semibold/ProximaNova-Semibold.eot);src:url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_semibold/ProximaNova-Semibold.eot) format('embedded-opentype'),url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_semibold/ProximaNova-Semibold.woff2) format('woff2'),url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_semibold/ProximaNova-Semibold.woff) format('woff'),url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_semibold/ProximaNova-Semibold.ttf) format('truetype')}@font-face{font-family:ProximaNovaSoft-Regular;font-weight:400;font-style:normal;src:url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_soft_regular/ProximaNovaSoft-Regular.eot);src:url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_soft_regular/ProximaNovaSoft-Regular.eot) format('embedded-opentype'),url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_soft_regular/ProximaNovaSoft-Regular.woff2) format('woff2'),url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_soft_regular/ProximaNovaSoft-Regular.woff) format('woff'),url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_soft_regular/ProximaNovaSoft-Regular.ttf) format('truetype')}@font-face{font-family:ProximaNova-Regular;font-weight:400;font-style:normal;src:url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_regular/ProximaNova-Regular.eot);src:url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_regular/ProximaNova-Regular.eot) format('embedded-opentype'),url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_regular/ProximaNova-Regular.woff2) format('woff2'),url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_regular/ProximaNova-Regular.woff) format('woff'),url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_regular/ProximaNova-Regular.ttf) format('truetype')}@font-face{font-family:ProximaNova-AltRegularItalic;font-weight:400;font-style:normal;src:url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_alt/ProximaNova-AltRegularItalic.eot);src:url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_alt/ProximaNova-AltRegularItalic.eot) format('embedded-opentype'),url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_alt/ProximaNova-AltRegularItalic.woff2) format('woff2'),url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_alt/ProximaNova-AltRegularItalic.woff) format('woff'),url(https://dx6wchlorttm9.cloudfront.net/cityfonts/proxima_nova_alt/ProximaNova-AltRegularItalic.ttf) format('truetype')}@font-face{font-family:Roboto-Medium;font-weight:400;font-style:normal;src:url(https://dx6wchlorttm9.cloudfront.net/cityfonts/Roboto/Roboto-Medium.ttf) format('truetype')}body,html{margin:0;padding:0;font-family:ProximaNova-Regular}a,a:active,a:focus,a:hover,a:link,a:visited,embed,img,img:focus,input,object{outline:0}a,a:active,a:focus,a:hover,a:link,a:visited,embed,img,img:focus,input,object{outline:0}a:active,a:focus,a:hover{color:inherit}:focus{outline:0}input::-moz-focus-inner{border:0}input.makeitred{border-color:red!important}input:focus::-webkit-input-placeholder{color:transparent!important}input:focus:-moz-placeholder{color:transparent!important}input:focus::-moz-placeholder{color:transparent!important}input:focus:-ms-input-placeholder{color:transparent!important}ol,ul{list-style:none}ul{margin:0;padding:0}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}.hide{display:none!important}a{color:inherit;text-decoration:none!important}img{border:0;outline:0}.hidden{display:none}select{-webkit-appearance:none;-moz-appearance:none;text-indent:1px;text-overflow:''}@-moz-document url-prefix(){select,select:-moz-focusring,select::-moz-focus-inner{color:transparent!important;text-shadow:0 0 0 #000!important;border:0;outline:0}}input{-webkit-appearance:none;-moz-appearance:none}input[type=radio]{-webkit-appearance:none;-moz-appearance:none}.slider{width:100%}.slide{display:inline-block;box-sizing:border-box;padding:10px}.slide img{width:100%;height:auto;transition:transform .5s ease-in-out}.slick-center img{transform:scale(1)}.autoHeight{height:auto!important;width:100%!important}.errormsg_show{width:100%!important;height:auto!important;font-size:32px;text-align:center;color:#21244a;margin:30px 0}.errormsg_show_tour{width:100%!important;height:auto!important;font-size:22px;text-align:center;color:red;margin:30px 0}.modal-content{border-radius:0}.capsme{text-transform:uppercase}.form_error{color:red}.input-boxes .form-control::-moz-placeholder{color:#fff;opacity:1}.input-boxes .form-control::-webkit-input-placeholder{color:#fff;opacity:1}.input-boxes .form-control:-ms-input-placeholder{color:#fff;opacity:1}.input-boxes .form-control:placeholder-shown{color:#fff;opacity:1}#main-header .middle-div .col-xs-2.location input::-moz-placeholder{color:#001e62;opacity:1}#main-header .middle-div .col-xs-2.location input::-webkit-input-placeholder{color:#001e62;opacity:1}#main-header .middle-div .col-xs-2.location input:-ms-input-placeholder{color:#001e62;opacity:1}#main-header .middle-div .col-xs-2.location input:placeholder-shown{color:#001e62;opacity:1}.middle-div .form-control::-moz-placeholder{color:#001e62;opacity:1}.middle-div .form-control::-webkit-input-placeholder{color:#001e62;opacity:1}.middle-div .form-control:-ms-input-placeholder{color:#001e62;opacity:1}.middle-div .form-control:placeholder-shown{color:#001e62;opacity:1}.tour_poweredby{bottom:0;min-width:300px!important;width:auto;height:auto;height:50px!important;cursor:pointer;color:#fff}.viator_poweredby{width:auto;height:40px;margin-top:10px;float:right}.viator_poweredby_check{width:auto;height:40px;margin-top:10px;float:right;padding-right:11px}.break_line{display:inline-block}.ui-datepicker{width:auto;padding:10px;background-color:#fff;border:none;box-shadow:0 4px 8px rgba(0,0,0,.1);margin-left:-30px!important}#ui-datepicker-div.reservation_datepicker_margin{margin-left:0!important;width:21.2%!important}#golfer_content .date_icon,#header-child .category_txt.cat_page:before,#main-header .middle-div .col-xs-2.location::before,#main_content_area .middle-text .input-boxes .col-xs-2.location:before,.book-tour,.detail_middle_image .middle_content .map_title .main_title::before,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection::before,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable::before,.map_area .address_map .icon::before,.plan.page-plan .list-view .plan_category_holder .featured_category_action .content_left.plan_div,.share_invite:before{background:rgba(0,0,0,0) url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/category_sprite.png) no-repeat scroll}.recomended_category .recomended_category_poi .add_to_collection::before,.recomended_category .recomended_category_poi .remove_from_collection::before,.row.more_poi_content .add_to_collection::before,.row.more_poi_content .remove_from_collection::before,.row.top_rated_content .add_to_collection::before,.row.top_rated_content .remove_from_collection::before,.search_similar_location_carousel .add_to_collection::before,.search_similar_location_carousel .remove_from_collection::before{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/collection-addsprite.png) no-repeat scroll}.best_of_tag .img_box::before,.detail_content .detail_button .button.book_table::before,.detail_content .detail_down .detail_desc .d_email::before,.detail_content .detail_down .detail_desc .d_phone::before,.detail_content .detail_down .detail_desc .d_weburl::before,.detail_content .detail_down .detail_time::before,.detail_content .detail_top .ranked_desc .ranked_desc_txt .bestoficon,.featured_category .row.featured_category_poi .col-lg-4.best_of_tag .img_box::before,.title_footer .title_facebook,.title_footer .title_twitter{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/detail-sprite.png) no-repeat scroll}.detail_content .detail_top .detail_title .pinterest_logo{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/pinterest_icon.png) no-repeat 0 0/100% auto;height:46px;width:46px;cursor:pointer;display:inline-block;vertical-align:top}.detail_content .detail_top .ranked_desc .ranked_desc_txt .bestoficon{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/bestof.png) no-repeat scroll}.detail_content .detail_top .ranked_desc .ranked_desc_txt .bestoficon{background-size:500px auto;background-position:-4px 0}.tootipbestof{position:absolute;color:#fff;background-color:#192f66;padding:20px 50px;z-index:1000;top:50px;left:50px;display:none}.toolbest{list-style:initial;margin-top:5px}.container-fluid{padding:0 0}#main-header{width:100%;height:75px;display:flex;justify-content:space-between}#main-header .half-div{height:100%}#main-header .half-div.left{float:left;width:28%}#login_popup .site_logo,#main-header .half-div.left .logo,#signup_popup .site_logo,.reset_box .reset_inner_box .reset_logo{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/cityseeker-logo.png) no-repeat}#login_popup .site_logo,#main-header .half-div.left .logo,#signup_popup .site_logo{background-size:265px auto;cursor:pointer;height:60px;margin-top:10px;position:absolute;width:304px;background-position:2px 0!important;margin-left:44px}#main-header .middle-div{display:inline;z-index:100;width:46%;display:flex}#main-header .search_icon{display:none}#main-header .middle-div .col-xs-2.location,#main-header .middle-div .col-xs-2.search,#main-header .middle-div .col-xs-2.selCat{margin:10px 0 0 15px;border:1px solid #e1e2e4;border-radius:3px;padding:0}#main-header .middle-div .col-xs-2.location{margin-left:0}#main-header .middle-div .col-xs-2 #sel1{text-decoration:none;text-indent:1px;text-overflow:"";-moz-appearance:none;border:0;outline:0;width:100%;color:#05215c;box-shadow:none;height:34px;padding:0 25px}#main-header .middle-div .form-control{background:rgba(0,0,0,0);border:0;box-shadow:none}#main-header .middle-div .col-xs-2 #ex1{height:34px;padding:6px 10px 6px 12px;width:86%}#main-header .middle-div .header-location-icon{display:inline}#main-header .middle-div .header-selectCityBox{display:inline-block;width:300px;height:35px;border-radius:0 3px 3px 0;color:#05215c;background:0 0;border:1px solid #9fafa3;border-left:0;margin-left:-10px}#main-header .half-div.right{float:right;text-align:right;padding-right:67px;font-size:12px;font-family:ProximaNova-Regular;line-height:0}#main-header .half-div .join_txt,#main-header .half-div .login_txt{display:inline;width:50px;height:25px;font-size:26.8px;color:#484e74;bottom:-43px;padding:5px 23px;position:relative}#main-header .half-div .join_txt.sign_out{border-left:1px solid #484e74;padding-left:40px;cursor:pointer}#main-header .half-div .join_txt.home_join,#main-header .half-div .mybooking_login_txt,#main-header .half-div .mybooking_txt{border-right:1px solid #484e74;padding-right:40px;cursor:pointer}#main-header .half-div .login_txt{padding-left:40px;cursor:pointer}.sel_cats.none{pointer-events:none;color:#b2b2b2}#mainSection{background-color:#f2f2f2}#main_content_area .middle-text .input-boxes{width:100%;position:absolute}#main-header .middle-div .col-xs-2.location,#main-header .middle-div .col-xs-2.search,#main-header .middle-div .col-xs-2.selCat{border:2px solid #ccc;border-radius:3px;padding:0 20px;width:475px;height:57px}#main-header .middle-div .col-xs-2.location .pick_city{width:83%;height:100%;background:0 0;border:none;font-size:23.44px;vertical-align:top;color:#001e62}#main-header .middle-div .col-xs-2.search #Headerex2{width:83%;height:55px;padding:0 0 0 10px;background:0 0;border:none;font-size:23.44px;vertical-align:top;color:#001e62;display:inline-block}#main-header .middle-div .col-xs-2.selCat .pick_category{width:90%;height:100%;padding:0 0 0 10px;background:0 0;border:none;font-size:23.44px;vertical-align:top;color:#001e62;display:inline-block;pointer-events:none}#pick_category,#pick_category_header{pointer-events:none;cursor:pointer}#main_content_area .middle-text .input-boxes .col-xs-2.location,#main_content_area .middle-text .input-boxes .col-xs-2.selCat{margin:52px 0 12px 0;border-radius:5px;padding:0;width:597px;height:75px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city{width:75%;height:100%;background:0 0;border:none;font-size:30.7px;vertical-align:top;color:#001e62}#cityAuto .ui-autocomplete,#searchAuto .ui-autocomplete,.by_location .ui-autocomplete{font-size:20.53px;font-family:ProximaNova-Semibold;text-align:left;width:100%!important;left:0!important;position:relative;color:#001e62!important;padding:15px 40px;border-radius:5px;background-color:#fff;letter-spacing:0}.homeinputbox{width:25%}.flexcontent{display:flex;justify-content:space-between;width:80%;margin:0 auto}#cityAuto .ui-autocomplete{position:absolute!important}.pickacategorymainBox,.pickacityheader,.pickacitymainBox,.pickasearch{display:inline-block;position:relative}#searchAuto .ui-autocomplete{padding:15px;line-height:20px}#searchAuto a{color:#001e62!important}#searchAuto #poi_desc{color:#999;font-size:16.73px;font-family:ProximaNova-Regular}#searchAuto ul li{border-bottom:1px solid #eee;border-color:#eee;padding:10px 60px;min-height:55px}#searchAuto .see_poi_auto{border-bottom:0;text-align:center;font-size:16.73px;color:#999;font-family:ProximaNova-Regular}#searchAuto .ui-autocomplete .poiImage{background-position:10px 10px!important;background-size:34px auto!important}#searchAuto_header .ui-autocomplete .poiImage{background-position:2px 10px!important;background-size:34px auto!important}#searchAuto .ui-autocomplete .accommodations::before,#searchAuto .ui-autocomplete .attractions::before,#searchAuto .ui-autocomplete .restAndCafe::before,#searchAuto .ui-autocomplete .shopping::before{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/searchbox_sprite.png) no-repeat}#searchAuto .ui-autocomplete .accommodations::before{background-position:0 -40px;background-size:40px auto;content:"";height:33px;margin-left:-55px;position:absolute;width:40px}#searchAuto .ui-autocomplete .shopping::before{background-position:-5px 203px;background-size:40px auto;content:"";height:32px;margin-left:-50px;position:absolute;width:32px}#searchAuto .ui-autocomplete .nightlife::before{background-position:-4px -163px;background-size:40px auto;content:"";height:32px;margin-left:-50px;margin-top:2px;position:absolute;width:32px}#searchAuto .ui-autocomplete .restAndCafe::before{background-position:-2px -82px;background-size:40px auto;content:"";height:36px;margin-left:-50px;position:absolute;width:36px}#searchAuto .ui-autocomplete .attractions::before{background-position:-2px -121px;background-size:40px auto;content:"";height:34px;margin-left:-50px;position:absolute;width:34px}#searchAuto .ui-autocomplete .adayinthecity::before,#searchAuto .ui-autocomplete .aweekinthecity::before,#searchAuto .ui-autocomplete .beautyAndSpas::before,#searchAuto .ui-autocomplete .budget::before,#searchAuto .ui-autocomplete .cheap::before,#searchAuto .ui-autocomplete .culture::before,#searchAuto .ui-autocomplete .expensive::before,#searchAuto .ui-autocomplete .free::before,#searchAuto .ui-autocomplete .healthandwellness::before,#searchAuto .ui-autocomplete .hiddengems::before,#searchAuto .ui-autocomplete .luxury::before,#searchAuto .ui-autocomplete .moderate::before,#searchAuto .ui-autocomplete .outdoors::before,#searchAuto .ui-autocomplete .practicalinformation::before,#searchAuto .ui-autocomplete .romance::before,#searchAuto .ui-autocomplete .threedaysinthecity::before,#searchAuto .ui-autocomplete .weirdandwonderful::before,#searchAuto_header .ui-autocomplete .adayinthecity::before,#searchAuto_header .ui-autocomplete .aweekinthecity::before,#searchAuto_header .ui-autocomplete .beautyAndSpas::before,#searchAuto_header .ui-autocomplete .budget::before,#searchAuto_header .ui-autocomplete .cheap::before,#searchAuto_header .ui-autocomplete .culture::before,#searchAuto_header .ui-autocomplete .expensive::before,#searchAuto_header .ui-autocomplete .free::before,#searchAuto_header .ui-autocomplete .healthandwellness::before,#searchAuto_header .ui-autocomplete .hiddengems::before,#searchAuto_header .ui-autocomplete .luxury::before,#searchAuto_header .ui-autocomplete .moderate::before,#searchAuto_header .ui-autocomplete .outdoors::before,#searchAuto_header .ui-autocomplete .practicalinformation::before,#searchAuto_header .ui-autocomplete .romance::before,#searchAuto_header .ui-autocomplete .threedaysinthecity::before,#searchAuto_header .ui-autocomplete .trendy::before{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/tags_sprite.png) no-repeat}#searchAuto .ui-autocomplete .adayinthecity::before,#searchAuto_header .ui-autocomplete .adayinthecity::before{background-position:-190px -118px;background-size:265px auto;content:"";height:36px;margin-left:-50px;margin-top:-5px;position:absolute;width:35px}#searchAuto .ui-autocomplete .aweekinthecity::before,#searchAuto_header .ui-autocomplete .aweekinthecity::before{background-position:-223px -43px;background-size:265px auto;content:"";height:36px;margin-left:-50px;margin-top:-5px;position:absolute;width:35px}#searchAuto .ui-autocomplete .threedaysinthecity::before,#searchAuto_header .ui-autocomplete .threedaysinthecity::before{background-position:-223px -3px;background-size:265px auto;content:"";height:36px;margin-left:-50px;margin-top:-5px;position:absolute;width:35px}#searchAuto .ui-autocomplete .expensive::before,#searchAuto_header .ui-autocomplete .expensive::before{background-position:-2px -42px;background-size:140px auto;content:"";height:21px;margin-left:-50px;margin-top:1px;position:absolute;width:36px}#searchAuto .ui-autocomplete .veryexpensive::before,#searchAuto_header .ui-autocomplete .veryexpensive::before{background-position:-2px -45px;background-size:103px auto;content:"";height:16px;margin-left:-50px;margin-top:3px;position:absolute;width:35px}#searchAuto .ui-autocomplete .luxury::before,#searchAuto_header .ui-autocomplete .luxury::before{background-position:-134px -76px;background-size:250px auto;content:"";height:34px;margin-left:-50px;margin-top:-5px;position:absolute;width:35px}#searchAuto .ui-autocomplete .moderate::before,#searchAuto_header .ui-autocomplete .moderate::before{background-position:-3px -33px;background-size:215px auto;content:"";height:30px;margin-left:-50px;margin-top:-5px;position:absolute;width:37px}#searchAuto .ui-autocomplete .cheap::before,#searchAuto_header .ui-autocomplete .cheap::before{background-position:-3px -1px;background-size:215px auto;content:"";height:30px;margin-left:-50px;margin-top:-5px;position:absolute;width:17px}#searchAuto .ui-autocomplete .free::before,#searchAuto_header .ui-autocomplete .free::before{background-position:-94px -77px;background-size:256px auto;content:"";height:35px;margin-left:-50px;margin-top:-5px;position:absolute;width:36px}#searchAuto .ui-autocomplete .budget::before,#searchAuto_header .ui-autocomplete .budget::before{background-position:-138px -2px;background-size:256px auto;content:"";height:35px;margin-left:-50px;margin-top:-5px;position:absolute;width:33px}#searchAuto .ui-autocomplete .culture::before,#searchAuto_header .ui-autocomplete .culture::before{background-position:-93px -2px;background-size:256px auto;content:"";height:35px;margin-left:-50px;margin-top:-5px;position:absolute;width:33px}#searchAuto .ui-autocomplete .family::before,#searchAuto_header .ui-autocomplete .family::before{background-position:-86px -37px;background-size:235px auto;content:"";height:35px;margin-left:-55px;margin-top:-5px;position:absolute;width:39px}#searchAuto .ui-autocomplete .healthandwellness::before,#searchAuto_header .ui-autocomplete .healthandwellness::before{background-position:-96px -115px;background-size:256px auto;content:"";height:34px;margin-left:-50px;margin-top:-5px;position:absolute;width:38px}#searchAuto .ui-autocomplete .hiddengems::before,#searchAuto_header .ui-autocomplete .hiddengems::before{background-position:-134px -38px;background-size:250px auto;content:"";height:34px;margin-left:-50px;margin-top:-5px;position:absolute;width:35px}#searchAuto .ui-autocomplete .outdoors::before,#searchAuto_header .ui-autocomplete .outdoors::before{background-position:-134px -111px;background-size:250px auto;content:"";height:34px;margin-left:-50px;margin-top:-5px;position:absolute;width:38px}#searchAuto .ui-autocomplete .romance::before,#searchAuto_header .ui-autocomplete .romance::before{background-position:-180px -2px;background-size:256px auto;content:"";height:35px;margin-left:-50px;margin-top:-5px;position:absolute;width:33px}#searchAuto .ui-autocomplete .trendy::before,#searchAuto_header .ui-autocomplete .trendy::before{background-position:-180px -38px;background-size:256px auto;content:"";height:35px;margin-left:-50px;margin-top:-5px;position:absolute;width:25px}#searchAuto .ui-autocomplete .weirdandwonderful::before,#searchAuto_header .ui-autocomplete .weirdandwonderful::before{background-position:-178px -76px;background-size:256px auto;content:"";height:35px;margin-left:-50px;margin-top:-5px;position:absolute;width:37px}#searchAuto .ui-autocomplete .beautyAndSpas::before,#searchAuto_header .ui-autocomplete .beautyAndSpas::before{background-position:-216px -78px;background-size:256px auto;content:"";height:35px;margin-left:-50px;margin-top:-5px;position:absolute;width:37px}#searchAuto .ui-autocomplete .practicalinformation::before,#searchAuto_header .ui-autocomplete .practicalinformation::before{background-position:-220px -115px;background-size:256px auto;content:"";height:35px;margin-left:-50px;margin-top:-5px;position:absolute;width:37px}#searchAuto_header .ui-autocomplete .accommodations::before,#searchAuto_header .ui-autocomplete .attractions::before,#searchAuto_header .ui-autocomplete .nightlife::before,#searchAuto_header .ui-autocomplete .restAndCafe::before,#searchAuto_header .ui-autocomplete .shopping::before{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/searchbox_sprite.png) no-repeat scroll}#searchAuto_header .ui-autocomplete .accommodations::before{background-position:0 -35px;background-size:30px auto;content:"";height:19px;margin-left:-47px;margin-top:9px;position:absolute;width:30px}#searchAuto_header .ui-autocomplete .shopping::before{background-position:-3px -190px;background-size:37px auto;content:"";height:27px;margin-left:-45px;margin-top:5px;position:absolute;width:30px}#searchAuto_header .ui-autocomplete .nightlife::before{background-position:-8px -153px;background-size:37px auto;content:"";height:28px;margin-left:-38px;margin-top:2px;position:absolute;width:19px}#searchAuto_header .ui-autocomplete .restAndCafe::before{background-position:-1px -65px;background-size:32px auto;content:"";height:30px;margin-left:-42px;position:absolute;width:30px}#searchAuto_header .ui-autocomplete .attractions::before{background-position:-2px -115px;background-size:37px auto;content:"";height:28px;margin-left:-45px;margin-top:4px;position:absolute;width:32px}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus #cityAuto ul .current_location_main,.ui-widget-header .ui-state-hover{color:#001e62!important;background-color:#fff!important;border:none!important;margin:0!important}.ui-menu .ui-menu-item{list-style-image:none!important}.ui-menu .ui-menu-item .ui-menu-item-wrapper{border:none!important}.ui-menu .ui-menu-item .ui-menu-item-wrapper:hover{border:none!important}#cityAuto .ui-menu .ui-state-active,#cityAuto .ui-menu .ui-state-focus{margin:0!important;border-bottom:0 solid #fff!important}#searchAuto .ui-menu .ui-state-active,#searchAuto .ui-menu .ui-state-focus{margin:0!important}#cityAuto ul .current_location_main span::before,#cityAuto_header ul .current_location_main span::before,.current_location_click span::before,.current_location_click_header span::before{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/saved-location.png) no-repeat scroll}#cityAuto ul .current_location_main span::before{background-position:0 0;background-size:20px auto;content:"";height:30px;margin-left:-35px;margin-top:5px;position:absolute;width:20px}#cityAuto ul .current_location_main span{color:#1f5895;font-family:ProximaNova-Semibold;font-size:20.53px;line-height:34px;padding:0 40px}#cityAuto ul .current_location_main .curr_hr,#cityAuto ul .current_location_main .curr_hr_last{margin:10px auto;width:100%}.current_category_click,.current_location_click{background:#fff none repeat scroll 0 0;border:1px solid #aaa;border-radius:5px;display:block;left:0;position:absolute;text-align:left;top:127px;width:598px}.current_category_click span::before,.current_location_click span::before{background-position:0 0;background-size:25px auto;content:"";height:35px;margin-left:-45px;position:absolute;width:25px}.globe_location::before,.loc_text::before{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/global-search.png) no-repeat scroll 0 0/25px auto;content:"";height:35px;margin-left:-35px;position:absolute;width:25px;cursor:pointer}.loc_text::before{height:25px;margin-left:-45px;top:12px}#cityAuto .globe_location,#cityAuto_header .globe_location,.current_location_click .globe_location,.current_location_click span,.current_location_click_header .globe_location,.sel_cats{font-size:20.53px;padding:0 75px;color:#1f5895;font-family:ProximaNova-Semibold;cursor:pointer}#searchAuto{position:relative}.searchLoader{background:url(../images/ajax-loader.gif);background-size:16px;background-position:0 0;width:16px;height:16px;position:absolute;right:70px;bottom:15px}.searchLoader_header{background:url(../images/ajax-loader.gif);background-size:16px;background-position:0 0;width:16px;height:16px;position:absolute;right:50px;bottom:9px}.sel_cats{padding:0 40px}.current_location_click .globe_location::before,.current_location_click_header .globe_location::before{margin-left:-45px}#cityAuto .globe_location,#cityAuto_header .globe_location{padding:0 38px}.current_location_click_header .globe_location{padding:0 79px;font-size:18.53px}.current_category_click .curr_hr,.current_category_click .curr_hr_last,.current_location_click .curr_hr,.current_location_click .curr_hr_last{margin:10px auto;width:90%}#collection_cat_outer::after,#main-header .middle-div .col-xs-2.location .set_curr_location_header,#main-header .middle-div .col-xs-2.selCat .set_curr_category_header,#main_content_area .middle-text .input-boxes .col-xs-2.location .set_curr_location,#main_content_area .middle-text .input-boxes .col-xs-2.selCat .set_curr_category,.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay::before,.browse_collection .image_bottom_overlay::before,.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address::before,.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_address::before,.my_collections_poi_list .desc_box .featured_category_desc .featured_category_desc_address:before,.nodesconlydd::before,.plan_results .header_desc .featured_category_desc_address .address_icon,.related_collection .image_bottom_overlay::before,.saved_collection .image_bottom_overlay::before{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll}#main-header .middle-div .col-xs-2.location .set_curr_location_header,#main-header .middle-div .col-xs-2.selCat .set_curr_category_header{background-position:-56px -48px;background-size:291px auto;content:"";cursor:pointer;display:inline-block;height:14px;margin-left:12px;margin-top:21px;vertical-align:top;width:25px}#main_content_area .middle-text .input-boxes .col-xs-2.location .set_curr_location,#main_content_area .middle-text .input-boxes .col-xs-2.selCat .set_curr_category{background-position:-67px -58px;background-size:350px auto;content:"";cursor:pointer;display:inline-block;height:19px;margin-right:3px;margin-top:30px;vertical-align:top;width:31px}#main-header .middle-div .col-xs-2.location::before{background-position:-196px -12px;background-size:270px auto;content:"";display:inline-block;height:24px;margin-right:10px;margin-top:15px;vertical-align:top;width:17px}#main_content_area .middle-text .input-boxes #categoryAuto,#main_content_area .middle-text .input-boxes #cityAuto,#main_content_area .middle-text .input-boxes #searchAuto{background-size:100% 100%}#main_content_area .middle-text .input-boxes .col-xs-2.location:before{background-position:-254px -16px;background-size:350px auto;width:20px;height:30px;display:inline-block;content:'';vertical-align:top;margin-top:22px;margin-right:15px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city::-webkit-input-placeholder{font-size:30.7px;color:#001e62;opacity:1}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:-moz-placeholder{font-size:30.7px;color:#001e62;opacity:1}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city::-moz-placeholder{font-size:30.7px;color:#001e62;opacity:1}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:-ms-input-placeholder{font-size:30.7px;color:#001e62;opacity:1}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:placeholder-shown{font-size:30.7px;color:#001e62;opacity:1}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2::-webkit-input-placeholder{font-size:30.7px;color:#001e62;opacity:1}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:-moz-placeholder{font-size:30.7px;color:#001e62;opacity:1}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2::-moz-placeholder{font-size:30.7px;color:#001e62;opacity:1}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:-ms-input-placeholder{font-size:30.7px;color:#001e62;opacity:1}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:placeholder-shown{font-size:30.7px;color:#001e62;opacity:1}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category::-webkit-input-placeholder{font-size:30.7px;color:#001e62;opacity:1}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:-moz-placeholder{font-size:30.7px;color:#001e62;opacity:1}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category::-moz-placeholder{font-size:30.7px;color:#001e62;opacity:1}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:-ms-input-placeholder{font-size:30.7px;color:#001e62;opacity:1}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:placeholder-shown{font-size:30.7px;color:#001e62;opacity:1}.rowa.top_rated_content .col-lg-4{width:98%;display:inline-block;margin:0}.rowa.top_rated_content .header_txt{color:#001e62;font-size:24px;font-family:ProximaNova-bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}#main_content_area .middle-text .input-boxes .col-xs-2.search{margin:52px 0 0;border-radius:5px;padding:0;width:597px;height:75px}#main-header .middle-div .col-xs-2.search .glyphicon-search{font-size:26px;vertical-align:top;margin-top:13px;border-left:2px solid #001e62;padding-left:20px;color:#001e62;display:inline-block;margin-left:15px;cursor:pointer}#cityAuto_header ul,#searchAuto_header ul{left:-22px!important;top:40px!important;width:529px!important;background-color:#fff;border-radius:5px;color:#001e62!important;letter-spacing:0;padding:15px 40px;position:relative;text-align:left}#cityAuto_header ul .current_location_main .curr_hr,#cityAuto_header ul .current_location_main .curr_hr_last{margin:10px auto;width:100%}#cityAuto_header ul .current_location_main span{color:#1f5895;font-family:ProximaNova-Semibold;font-size:20.53px;line-height:34px;padding:0 40px}#cityAuto_header ul .current_location_main span::before{background-position:0 0;background-size:20px auto;content:"";height:30px;margin-left:-35px;margin-top:5px;position:absolute;width:20px}#searchAuto_header .ui-autocomplete{line-height:20px;padding:15px}#searchAuto_header a{color:#001e62!important}#searchAuto_header #poi_desc{color:#999;font-family:ProximaNova-Regular;font-size:16.73px}#cityAuto_header .ui-autocomplete,#searchAuto_header .ui-autocomplete{color:#001e62!important;font-family:ProximaNova-Semibold;font-size:18.53px;letter-spacing:0;text-align:left}#searchAuto_header ul li{padding:10px 50px;border-bottom:1px solid #eee;min-height:50px}#cityAuto_header .ui-menu .ui-state-active,#cityAuto_header .ui-menu .ui-state-focus{margin:0!important;border-bottom:0 solid #fff!important}#searchAuto_header .ui-menu .ui-state-active,#searchAuto_header .ui-menu .ui-state-focus{margin:0!important}#searchAuto_header .see_poi_auto{border-bottom:0 none;color:#999;font-family:ProximaNova-Regular;font-size:16.73px;text-align:center;cursor:pointer}.current_location_click_header{background:#fff none repeat scroll 0 0;border:1px solid #aaa;border-radius:5px;display:block;left:0;position:absolute;text-align:left;top:70px;width:475px;z-index:21}.current_category_click_header{background:#fff none repeat scroll 0 0;border:1px solid #aaa;border-radius:5px;display:block;left:15px;position:absolute;text-align:left;top:70px;width:475px;z-index:21}.current_category_click_header .curr_hr,.current_category_click_header .curr_hr_last,.current_location_click_header .curr_hr,.current_location_click_header .curr_hr_last{margin:10px auto;width:90%}.current_location_click_header span{color:#1f5895;font-family:ProximaNova-Semibold;font-size:18.53px;padding:0 80px;cursor:pointer}.current_location_click_header span::before{background-position:0 0;background-size:25px auto;content:"";height:35px;margin-left:-45px;margin-top:-3px;position:absolute;width:25px}#main_content_area .middle-text .input-boxes .col-xs-2.search .glyphicon-search{font-size:31px;vertical-align:top;margin-top:21px;border-left:2px solid #001e62;padding-left:20px;cursor:pointer;color:#001e62}#main_content_area .middle-text .input-boxes .col-xs-2 #sel1{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/drop_down_arrow.png) no-repeat scroll 340px 17px/12px auto;text-decoration:none;text-indent:1px;text-overflow:"";-moz-appearance:none;border:0;outline:0;width:100%;color:#fff;box-shadow:none;height:45px;padding:0 25px}#main_content_area .middle-text .input-boxes .form-control{background:rgba(0,0,0,0);border:0;box-shadow:none}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2,#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/grey.png) no-repeat scroll 330px center/2px 25px;width:75%;height:75px;padding:0;background:0 0;border:none;font-size:30.7px;vertical-align:top;color:#001e62;display:inline-block}#main_content_area .middle-text .input-boxes .header-location-icon{display:inline}#main_content_area .middle-text .input-boxes .header-selectCityBox{display:inline-block;width:300px;height:35px;border-radius:0 3px 3px 0;color:#05215c;background:0 0;border:1px solid #9fafa3;border-left:0;margin-left:-10px}#main_content_area .about_sf,#majorDestination_carousel .img_Title,.main-city-block .saved-city-content .img_bottom_overlay{background:rgba(0,0,0,0) url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/blue_pixel.png) repeat scroll 0 0}#main_content_area .about_sf{bottom:0;color:#fff;height:97px;line-height:97px;margin-left:175px;padding-left:36px;position:absolute;width:637px;font-size:30.7px;border-radius:3px;cursor:pointer}#bestOfCity_carousel .slick-next:before,#bestOfCity_carousel .slick-prev,#bestOfCity_carousel .slick-prev:before,#browse_our_collections .slick-prev,#browse_our_collections .slick-prev::before,#browse_our_collections_one .slick-prev,#browse_our_collections_one .slick-prev::before,#header-child .category_txt::before,#main_content_area .arrowRight,#majorDestination_carousel .slick-prev,#majorDestination_carousel .slick-prev:before,#search_similar_location_carousel .slick-prev{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/section_home.png) no-repeat scroll}#main_content_area .arrowRight{width:34px;height:32px;background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/section_home.png) no-repeat scroll -210px -18px/310px auto;background-position:-210px -18px;background-size:310px auto;display:inline-block;float:right;margin-top:28px;margin-right:28px}.hCHead{padding:100px 0}#bestOfCity_carousel,#majorDestination_carousel{width:1882px;margin:0 auto}.related_collection .category_collection_data .slick-prev,.related_collection .category_collection_data .slick-prev:before,.saved_collection .saved_collection_data .slick-prev,.saved_collection .saved_collection_data .slick-prev:before,.top_my_collection_viewed_location .row.recomended_category_poi .slick-prev,.top_my_collection_viewed_location .row.recomended_category_poi .slick-prev:before,.top_my_collections .row.recomended_category_poi .slick-prev,.top_my_collections .row.recomended_category_poi .slick-prev:before{height:72px;margin:-70px 0 0 -145px;text-align:center;width:24px;background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/side_arrows.png) no-repeat scroll -25px 0/50px auto}.related_collection .category_collection_data .slick-next,.related_collection .category_collection_data .slick-next:before,.saved_collection .saved_collection_data .slick-next,.saved_collection .saved_collection_data .slick-next:before,.top_my_collection_viewed_location .row.recomended_category_poi .slick-next,.top_my_collection_viewed_location .row.recomended_category_poi .slick-next:before,.top_my_collections .row.recomended_category_poi .slick-next,.top_my_collections .row.recomended_category_poi .slick-next:before{height:72px;text-align:center;width:24px;background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/side_arrows.png) no-repeat scroll -28px -78px/50px auto;content:""}#bestOfCity_carousel .slick-prev,#bestOfCity_carousel .slick-prev:before,#browse_our_collections .slick-prev,#browse_our_collections .slick-prev::before,#browse_our_collections_one .slick-prev,#browse_our_collections_one .slick-prev::before,#majorDestination_carousel .slick-prev,#majorDestination_carousel .slick-prev:before,#search_similar_location_carousel .slick-prev{height:80px;text-align:center;width:27px;background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/section_home.png) no-repeat scroll -276px -4px/343px auto;background-position:-276px -4px;background-size:343px auto;content:"";margin:-70px 0 0 -145px}#bestOfCity_carousel .slick-next,#bestOfCity_carousel .slick-next:before,#browse_our_collections .slick-next,#browse_our_collections .slick-next::before,#browse_our_collections_one .slick-next,#browse_our_collections_one .slick-next::before,#majorDestination_carousel .slick-next,#majorDestination_carousel .slick-next:before,#search_similar_location_carousel .slick-next{height:80px;margin:-70px -145px 0 0;text-align:center;width:27px;background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/section_home.png) no-repeat scroll -311px -4px/343px auto;background-position:-311px -4px;background-size:343px auto;content:""}#recomended_category_poi .slick-prev::before{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/section_home.png) no-repeat scroll -121px -2px/150px auto;position:absolute;content:"";top:7px;left:15px;width:9px;height:43px;background-size:100px auto;background-position:-81px 0}#recomended_category_poi .slick-next::after{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/section_home.png) no-repeat scroll -121px -2px/150px auto;position:absolute;content:"";top:7px;right:15px;width:8px;height:24px;background-size:100px auto;background-position:-91px 0}#recomended_category_poi .slick-prev{width:40px;height:40px;border-radius:50%;background-color:#fff;box-shadow:0 0 1px 2px #ccc;position:absolute;left:35px;z-index:1}#recomended_category_poi .slick-next{width:40px;height:40px;border-radius:50%;background-color:#fff;box-shadow:0 0 1px 2px #ccc;position:absolute;right:35px}#browse_our_collections .col-xs-12,#browse_our_collections_one .col-xs-12{padding:0 5px}.top_my_collection_viewed_location .row.recomended_category_poi .slick-prev{margin-left:-60px;margin-top:-40px}.related_collection .category_collection_data .slick-prev,.saved_collection .saved_collection_data .slick-prev,.top_my_collections .row.recomended_category_poi .slick-prev{margin-left:-60px;margin-top:-40px}.top_my_collection_viewed_location .row.recomended_category_poi .slick-next{margin-right:-60px;margin-top:-40px}.related_collection .category_collection_data .slick-next,.saved_collection .saved_collection_data .slick-next,.top_my_collections .row.recomended_category_poi .slick-next{margin-right:-60px;margin-top:-40px}#majorDestination_carousel .slick-next,#majorDestination_carousel .slick-next:before,#majorDestination_carousel .slick-prev,#majorDestination_carousel .slick-prev:before{margin-top:-15px;margin-left:-120px}#bestOfCity_carousel .slick-next:before,#bestOfCity_carousel .slick-prev:before,#majorDestination_carousel .slick-next:before,#majorDestination_carousel .slick-prev:before,#search_similar_location_carousel .slick-next:before,.top_my_collections .row.recomended_category_poi .slick-next:before{content:''}#bestOfCity_carousel .slick-next:before{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/section_home.png) no-repeat scroll -224px -3px/245px auto;background-position:-224px -3px;background-size:245px auto;content:''}#bestOfCity_carousel .img_box{width:100%;margin:10px 10px}#majorDestination_carousel .img_box{width:420px;height:auto;margin:0 0}#bestOfCity_carousel .img_box img{width:315px;height:315px;margin:0 auto;-webkit-object-fit:cover;-moz-object-fit:cover;-o-object-fit:cover;object-fit:cover}#majorDestination_carousel .img_box img{margin:0 auto}#majorDestination_carousel .img_Title{position:relative;bottom:93px;color:#fff;margin:0 auto;height:93px}#majorDestination_carousel .img_Title .c_title{text-align:left;font-family:ProximaNova-bold;font-size:29.9px;padding:13px 20px 0 20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#bestOfCity_carousel .img_box .c_title{text-align:center;font-family:ProximaNova-Semibold;font-size:30.7px;padding:48px 20px 5px 20px;color:#001e62}#bestOfCity_carousel .img_box hr{margin:20px auto 24px;border-top:2px solid #cccd96;border-left:0;border-right:0;border-bottom:0;width:160px}#bestOfCity_carousel .img_box .c_subtitle{text-align:center;color:#001e62;font-size:23.4px}#majorDestination_carousel .img_Title .c_subtitle{text-align:left;font-size:19px;padding:0 20px 5px 20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.carousel_heading_home{font-family:ProximaNova-bold;color:#001e62;font-size:41.02px}.carousel_heading_home.white{color:#fff;cursor:pointer}#City_Guide .city_guide_data{width:100%;display:inline-block;letter-spacing:1px}#City_Guide .city_guide_data .city_guide_cat{border:1px solid #bbb;display:inline-block;padding:1% 5%;font-weight:400;margin-left:2%;margin-top:2%;background-color:#f9f9f9;cursor:pointer;color:#21568f}#City_Guide .city_guide_data .city_guide_cat.selected{background-color:#fff;color:#001e62;cursor:pointer}#City_Guide .city_guide_data .city_guide_details{margin-top:2%;height:auto}#City_Guide .modal-title{text-align:left;font-weight:700}#City_Guide .city_guide_data .city_guide_details strong{color:#21568f;font-weight:700}#City_Guide .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#666!important}#City_Guide .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#ccc!important}#City_Guide .modal-dialog{width:60%!important}#City_Guide .modal-content{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}#City_Guide .cityguideblurb{color:#102146;padding:20px 10% 0}#City_Guide #city_guide_name{font-weight:400}#City_Guide .cityguideselectmore{color:rgba(0,0,0,.5);border-top:1px solid rgba(0,0,0,.5);display:inline-block;padding:20px 5% 10px;margin:20px 0 0}#City_Guide .city_guDetails a{color:#337ab7}#City_Guide .city_guide_data .city_guide_details .city_guDetails{text-align:left}#download_app{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/download_bg.jpg) no-repeat;background-size:cover;background-position:center;height:879px;position:relative;clear:both;margin-top:150px}#mobile_img{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/download_app.png) no-repeat;background-position:0 0;background-size:370px auto;height:722px;width:373px;position:relative;margin:69px 0 0 226px;display:inline-block}#app_download_box{width:950px;display:inline-block;color:#fff;vertical-align:top;margin-top:120px}#app_download_box .download_text{font-size:70.3px;font-family:ProximaNova-bold;margin-left:50px}#app_download_box .download_msg{font-size:35.1px;font-style:italic;font-family:ProximaNova-AltRegularItalic;margin-left:50px}#app_download_box .mobile_store{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/download_app.png) no-repeat;background-size:377px auto;height:67px;width:256px;margin:50px 15px 0 50px;display:inline-block;cursor:pointer}#app_download_box .window_download{background-position:-52px -746px}#app_download_box .google_download{background-position:-52px -849px;margin-left:36px}#app_download_box .apple_download{background-position:-52px -947px;margin-left:36px}#create_box{margin:0 auto;width:1789px}.crBox{width:222px;height:222px;background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/new-create.png) no-repeat;background-size:1122px auto;margin:0 auto}#create_box .innerBox{display:inline-block;width:19.7%;vertical-align:top;font-family:ProximaNova-Bold;font-size:20px;color:#fff}#create_box .innerBox .txt{text-align:center;padding:30px 15px;font-size:24px;margin:30px 15px 0}.arrow_box{position:relative;background:rgba(255,255,255,1);color:#001e62;border-radius:10px}.arrow_box:after{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:transparent transparent #fff;border-bottom-color:rgba(255,255,255,1);border-width:15px;margin-left:-15px}#create_box .create_element1{background-position:-1px -225px}#create_box .create_element2{background-position:-225px -225px}#create_box .create_element3{background-position:-452px -225px}#create_box .create_element4{background-position:-676px -225px}#create_box .create_element5{background-position:-900px -225px}#browse_our_collections,#browse_our_collections_one{margin:0 auto 50px;width:80%}.browse_collection_data{height:auto;min-height:511px}#browse_our_collections .row{margin:0 auto}#browse_our_collections .innerBox,#browse_our_collections_one .innerBox{display:inline-block;width:24.7%;vertical-align:top;font-family:ProximaNova-Regular;font-size:20px;color:#001e62}#browse_our_collections .blueBox{color:#fff;margin-top:20px}#browse_our_collections_one .blueBox{color:#183066;margin-top:20px}#browse_our_collections .blueBox .img{width:100%;padding:10px 10px;background-color:#192f66}#browse_our_collections_one .blueBox .img{width:100%;padding:10px 10px;background-color:#fff}#browse_our_collections .blueBox .img img{width:100%}#browse_our_collections_one .blueBox .img img{width:100%}#browse_our_collections .blueBox .txt{font-size:35.1px;font-family:ProximaNova-Bold;padding:10px 35px;background-color:#192f66;margin-top:-2px}#browse_our_collections_one .blueBox .txt{font-size:14px!important;padding:0 0;background-color:#fff;margin-top:-2px}#New_email,#confirm_new_password,#new_password,#old_password{outline:medium none;border:1px solid #ccc;border-radius:5px;padding:10px}.browse_show_more_btn,.view_more_btn{display:inline-block;min-width:425px;width:auto;height:auto;padding:0 10px;line-height:74px;background-color:#fff;border:2px solid #cccd96;color:#001e62;font-weight:700;font-size:26.3px;cursor:pointer;margin:50px 0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;font-family:ProximaNova-Bold}.browse_show_more_btn:hover,.view_more_btn:hover{color:#fff;background-color:#001e62}#header-child{width:100%;height:80px;color:#00f;background-color:#192f66}#header-child .category_txt{color:#cccd96;font-size:26.8px;height:100%;line-height:80px;padding:0 0 0 110px;position:relative;text-transform:uppercase;width:auto;display:inline-block;cursor:pointer}#header-child .mobile_menu{display:none}#header-child .mobile_menu .mobile_menu_option .mob_collection_txt{cursor:pointer}#header-child .mobile_menu .mobile_menu_option{background:#192f66 none repeat scroll 0 0;border:1px solid #192f66;color:#fff;font-size:14px;line-height:23px;padding:5px;position:absolute;right:20px;width:auto;z-index:10;white-space:nowrap}#header-child .mobile_menu,#header-child .right_menu{float:right;height:50px}#header-child .collection_txt.detail{color:#fff;font-size:23.47px;height:100%;line-height:80px;display:inline;padding:7px 25px 7px 90px;cursor:pointer;border-left:1px solid #fff}#header-child .browse_collection_txt::before,#header-child .collection_txt.detail::before,#header-child .myCollection_txt::before{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/collection_icon.png) no-repeat transparent;background-position:0 0;content:"";position:absolute;height:43px;width:43px;margin-top:19px;margin-left:-68px}#header-child .browse_collection_txt::before{background-position:-42px 0}#header-child .collection_txt.detail::before{background-position:-85px 0}#header-child .browse_collection_txt.detail{color:#fff;font-size:23.47px;height:100%;line-height:80px;display:inline;padding-right:25px;cursor:pointer}#header-child .myCollection_txt{display:inline;color:#fff;font-size:23.47px;height:100%;line-height:80px;margin-right:0;padding:7px 25px 7px 90px;border-left:1px solid #fff}#header-child .category_txt::before{background:rgba(0,0,0,0) url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/section_home.png) no-repeat scroll -80px -41px/455px auto;content:"";cursor:pointer;display:inline-block;height:21px;margin-bottom:0;margin-left:-60px;margin-top:28px;position:absolute;width:36px}#header-child .category_txt.cat_page:before,#header-child .category_txt.detail:before{background-position:-146px -17px;background-size:256px auto;content:" ";cursor:pointer;display:inline-block;height:30px;margin:28px 0 0 -64px;position:absolute;width:33px;height:28px}#header-child .category_txt.upArrow:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);background-position:-80px -41px}.categories{border-top:1px solid #03153d;height:140px;position:absolute;width:100%;text-align:center;z-index:1}.categories.Golf_list_page,.categories.category_page,.categories.collection_page,.categories.detail_page,.categories.mycollection_page{position:relative}.categories .single_category{float:left;height:100%;width:14.285%;border-left:1px solid #03153d;background-color:#192f66;cursor:pointer}.categories .single_category:active,.categories .single_category:focus,.categories .single_category:hover{opacity:1}.categories .single_category .cat{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/cat.png);line-height:125px}.categories .single_category .cat.tours{background-position:0 92px;background-size:350px auto;height:44px;width:30px;margin:20px auto 10px}.categories .single_category .cat.accommodations{background-position:-42px 84px;background-size:350px auto;height:30px;width:50px;margin:20px auto 24px}.categories .single_category .cat.restAndCafe{background-position:-101px 93px;background-size:350px auto;height:45px;width:47px;margin:20px auto 10px}.categories .single_category .cat.attractions{background-position:-156px 90px;background-size:350px auto;height:38px;width:42px;margin:20px auto 16px}.categories .single_category .cat.nightlife{background-position:-215px 89px;background-size:350px auto;height:37px;width:27px;margin:20px auto 17px}.categories .single_category .cat.shopping{background-position:-252px 90px;background-size:350px auto;height:36px;width:41px;margin:20px auto 18px}.categories .single_category .cat.events{background-position:-302px 87px;background-size:350px auto;height:36px;width:43px;margin:20px auto 18px}#land_image{height:auto;padding:0 0 45%;position:relative}#bestOfCity_carousel,#majorDestination_carousel{width:80%}#land_image .heroimage{background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%;position:absolute}.cat_txt{color:#cfd9a7;font-size:26.8px}#land_image .inside_fade{position:absolute}#land_image .middle-text{letter-spacing:2px;margin-top:18%;position:absolute;text-align:center;width:100%}#land_image.about_us .middle-text{letter-spacing:2px;position:absolute;text-align:center;width:100%;height:100%;margin:0;padding:50px}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{display:inline-block}#land_image.about_us .middle-text .left_side_content{width:39%;height:100%;padding:35px 0 0 35px;vertical-align:top}#land_image.about_us .middle-text .left_side_content .abt_city{font-family:ProximaNova-Bold;text-align:left;color:#fff;font-size:2vw;width:65%;border-bottom:1px solid #192f66;padding-left:3%}#land_image.about_us .middle-text .left_side_content .cityProd{font-weight:700;text-align:left;color:#fff;font-size:1vw;width:auto;padding-left:3%;letter-spacing:1px;padding-top:50px}#land_image.about_us .middle-text .left_side_content .wcities_logo{background:rgba(0,0,0,0) url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/footer_icon.png) no-repeat scroll -6px -7px/625px auto;height:138px;width:220px;margin-left:3%;margin-top:25px}#land_image.about_us .middle-text .right_side_content{width:50%;height:100%;vertical-align:top;padding:135px 50px 0 50px}#land_image.about_us .middle-text .right_side_content .city_desc,#land_image.about_us .middle-text .right_side_content .contact_info{background:rgba(0,0,0,0) url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/white.png) repeat scroll 0 0/100% 100%}#land_image.about_us .middle-text .right_side_content .city_desc{width:100%;height:auto;color:#192f66;font-size:1vw;padding:25px 45px;text-align:left;font-family:ProximaNova-Bold;margin-bottom:35px;letter-spacing:1px}#land_image.about_us .middle-text .right_side_content .contact_info{font-size:1.1vw;width:100%;height:auto;color:#192f66;padding:25px 45px;text-align:left;font-family:ProximaNova-Bold;letter-spacing:1px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/abt-us.png) no-repeat;width:40px;height:40px;content:"";position:absolute;background-size:120px auto;margin-left:-55px}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{background-position:-80px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before{background-position:-40px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call::before{background-position:0 0;margin-top:-5px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before{background-position:-40px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call::before{background-position:0 0;margin-top:-5px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{padding-left:55px}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{height:75px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail{display:inline-block;width:49%;height:auto;vertical-align:top}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address{margin-bottom:20px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail{border-right:1px solid #192f66;width:45%;margin-right:4%}#send_us_message .header_title{text-align:center;color:#192f66;font-size:1.1vw;font-family:ProximaNova-Bold;padding:50px 0}#send_us_message .map_feedback,#send_us_message .map_feedback .map{width:85%;margin:0 auto;vertical-align:top}#send_us_message .map_feedback .feedback_form,#send_us_message .map_feedback .map{display:inline-block;height:564px;border:0 solid green;padding:0 25px}#send_us_message .map_feedback .map{width:45%}#send_us_message .map_feedback .feedback_form{width:54%}#send_us_message .map_feedback .feedback_form .user_email,#send_us_message .map_feedback .feedback_form .user_message,#send_us_message .map_feedback .feedback_form .user_name{margin:0 0 20px}#send_us_message .map_feedback .feedback_form .user_message #character_counting{font-size:1vw;color:#ccc;padding-left:3%}#send_us_message .map_feedback .feedback_form #email,#send_us_message .map_feedback .feedback_form #message,#send_us_message .map_feedback .feedback_form #name{width:100%;height:70px;background-color:#ddd;border:none;padding:0 20px;font-size:1.1vw;font-family:ProximaNova-Bold;color:#999}#send_us_message .map_feedback .feedback_form #message{height:200px;resize:none;padding:20px}#send_us_message .map_feedback .feedback_form .submit_btn{width:300px;height:76px;font-size:1.1vw;font-family:ProximaNova-Bold;background-color:#ddd;float:right;text-align:center;line-height:76px;color:#999;cursor:pointer}.map>iframe{border:0 none}.user_reCaptcha{display:inline-block}#error_success_msg{visibility:hidden;font-size:14px}#land_image .middle-text b{letter-spacing:-1px;font-size:70px}#land_image .middle-text .welcome{margin-left:-350px;color:#fff;font-size:61.5px}#land_image .middle-text .welcome::after{background:rgba(0,0,0,0) url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/C_log.png) no-repeat scroll 0 0/300px auto;display:inline-block;height:64px;width:300px;content:"";position:absolute;margin-left:15px;margin-top:13px}#land_image .middle-text .input-option{width:auto;height:200px;margin:10px auto}#land_image .middle-text .input-option .inputSearchBox,#land_image .middle-text .input-option .location-icon,#land_image .middle-text .input-option .search-icon,#land_image .middle-text .input-option .selectCityBox{display:inline}#land_image .middle-text .input-option .location-icon .icon,#land_image .middle-text .input-option .search-icon .icon{width:35px;height:35px}#land_image .middle-text .input-option .selectCityBox .city_chooser{width:300px;border-radius:0 3px 3px 0}#land_image .middle-text .input-option .inputSearchBox .search_box{width:300px;border-radius:3px 0 0 3px;border-right:0!important}#land_image .middle-text .input-option .inputSearchBox .search_box,#land_image .middle-text .input-option .location-icon .icon,#land_image .middle-text .input-option .search-icon .icon,#land_image .middle-text .input-option .selectCityBox .city_chooser{color:#fff;height:35px;background:0 0;border:1px solid #9fafa3}#land_image .middle-text .input-option .location-icon .icon{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/city_white.png) no-repeat scroll 10px center/15px auto;padding:0 0 0 30px;border:1px solid #9fafa3;border-radius:3px 0 0 3px;position:absolute;margin:11px -30px;border-right:0}#land_image .middle-text .input-option .selectCityBox .city_chooser.for_arrow{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/drop_down_arrow.png) no-repeat scroll 269px 12px/15px auto;padding:0 30px 0 0;text-decoration:none;text-indent:1px;text-overflow:"";-moz-appearance:none;border-left:0;outline:0}select>option{color:#183875;padding:10px}#land_image .middle-text .input-option .inputSearchBox .search_box{padding:0 0 0 20px}#land_image .middle-text .input-option .search-icon .icon{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/city_white.png) no-repeat scroll 10px center/15px auto;padding:0 0 0 30px;border:1px solid #9fafa3;border-radius:0 3px 3px 0;position:absolute;margin:11px -1px;border-left:0}#main_content_area .category_filter,#main_content_area .category_tag_filter{width:100%;height:auto;background-color:#fff}#main_content_area .category_tag_filter .category_option,#main_content_area .tag_filter .tag_option{display:inline-block;margin:10px 0;width:80%;overflow:hidden;white-space:nowrap}.category_tag_filter .category_tag_break{background-color:#f2f2f2;border:medium none;color:#f2f2f2;height:1px;margin:0 auto;width:95%}#main_content_area .category_tag_filter .tag_filter_more{background-color:#fff;margin:0 67px}#main_content_area .category_tag_filter .tag_filter_more .selected_tags{color:#666;display:inline-block;font-size:23.48px;margin:10px;padding:5px 45px 5px 65px;text-align:center;background-color:#f2f2f2;border-radius:3px;font-family:ProximaNova-Regular;line-height:40px}#main_content_area .category_tag_filter .tag_filter_more .cancel{float:left;font-size:34px;margin-left:-50px;color:#ccc;margin-top:-1px;cursor:pointer}.best_of_tag .img_box::before{background-position:-4px -6px;background-size:350px auto;content:"";height:98px;position:absolute;width:81px;margin:0}#bestOfCity_carousel .img_box::before,#majorDestination_carousel .img_box::before{display:none}.featured_category .row.featured_category_poi .col-lg-4.best_of_tag .img_box::before{background-position:-4px -4px;background-size:350px auto;content:"";height:98px;margin-left:30px;margin-top:8px;position:absolute;width:81px;z-index:1}.modal-backdrop{opacity:.9!important}#categoryPageModal .modal-dialog,#tagPageModal .modal-dialog{width:70%!important;display:inline-block;text-align:left;vertical-align:middle}#categoryPageModal .modal-sm,#tagPageModal .modal-sm{width:40%!important}.modal-footer .btn.btn-default{display:none}#booking_data .modal-header{background:#183066}#booking_data .modal-footer,#booking_data .modal-header{border:0;padding:5px 10px 0;clear:both}.modal-footer,.modal-header{border:0;padding:15px 50px 5px;clear:both}.modal-body{border-top:1px solid #d0d0d0;margin:0 40px}#booking_data .modal-body{border-top:1px solid #d0d0d0;margin:0 5px!important;padding:10px 6px 2px}#get_direction .modal-body{margin:0 5px}#get_direction .row{margin:0}#get_direction .modalsubHead{text-align:left}#get_direction .padmelittle{padding-bottom:0;padding-left:15px;padding-right:15px;padding-top:0}#get_direction .padmelittle.mappart{padding-top:50px;position:relative}button.close{font-size:36px;font-weight:400}button.close:hover{background:0 0}#booking_data button.close{font-size:36px;font-weight:400;color:#fff;opacity:unset}.modal-footer .btn+.btn{margin-bottom:10px;margin-left:5px;width:150px}.modal{text-align:center;padding:0!important}.collectionListData .col-sm-9{font-size:18px;padding:10px;font-family:ProximaNova-SemiBold}.collectionListData .checkbox{float:right;font-size:18px;color:#b6b6b6}#categoryPageModal .modal::before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-4px}.modal.fade.in{padding-right:0!important}.overlay-background{position:relative;overflow:hidden}.modal-title{color:#102146;font-family:ProximaNova-Regular;font-size:26px}.modalSubTitle{color:#676767;font-family:ProximaNova-Regular;font-size:20px;margin:10px 0}.modal input[type=checkbox]{visibility:hidden;display:none}.keepMeLoggedIn{height:72px;margin-top:-25px;text-align:right}.keepMeLoggedIn span{color:#aaa;font-size:18px;font-weight:400}.modal input[type=checkbox].css-checkbox:checked+label.css-label{background-position:0 -25px;color:#102146}.modal input[type=checkbox].css-checkbox+label.css-label{padding-left:40px;height:25px;display:inline-block;line-height:25px;background-repeat:no-repeat;background-position:0 0;vertical-align:middle;cursor:pointer;font-weight:400;color:#4a4a4a;font-size:18px}.lite-x-gray{background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/tick-box.png);background-size:25px auto}.modal .row{margin-bottom:15px}#booking_content .modal .row{margin-bottom:10px}.modal .goBtn{width:150px;background-color:#011e62;text-transform:uppercase;color:#fff;font-size:16px;clear:both}.modal .subCatBox{display:block;padding:5px 0}.modal .subCatBox .customLabel{color:#4a4a4a;font-size:18px;text-transform:uppercase}.modal .subsubCatBox{display:block;padding:10px 0 10px 50px}#email_collection_popup .modal-sm,#login_popup .modal-sm{width:60%!important}#email_collection_popup .modal-sm,#email_popup .modal-sm,#get_direction .modal-sm{width:60%!important}#email_collection_popup .modal-sm textarea{width:80%;height:150px}#login_popup .site_logo,#signup_popup .site_logo{margin:0 auto!important;position:relative}#login_popup .subHead{color:#1f5895;text-transform:uppercase;font-size:30.7px;text-align:center}#email_popup .subHead{color:#17134e;text-transform:uppercase;font-size:24px;text-align:center}#email_popup .subHead span{text-align:left;float:left}#login_popup .socialLogin{width:400px;height:75px;margin:30px auto;cursor:pointer;text-align:center;position:relative;padding-left:40px;border-radius:5px}#login_popup .facebook_login_img{background-color:#365bb3}#login_popup .google_login_img{background-color:#fff;border:thin solid #888;box-shadow:1px 1px 1px grey}#login_popup .facebook_login_img>span,#login_popup .google_login_img>span{vertical-align:middle;font-size:18px;color:#fff;width:100%;position:relative;line-height:70px;display:inherit;font-family:Roboto-Medium,sans-serif}#login_popup .google_login_img>span{vertical-align:middle;font-size:18px;color:#444;width:100%;position:relative;line-height:70px;display:inherit;font-family:Roboto-Medium,sans-serif}#login_popup .facebook_login_img>span::before{background-color:rgba(0,0,0,0);background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/facebook_login.png);background-position:0 4px;background-repeat:no-repeat;background-size:16px auto;border-right-color:#bbb;border-right-style:solid;border-right-width:0;content:" ";height:41px;left:-12px;position:absolute;top:12px;width:40px}#login_popup .google_login_img>span::before{background-color:rgba(0,0,0,0);background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/google-plus.png);background-position:0 6px;background-repeat:no-repeat;background-size:28px auto;border-right-color:#bbb;border-right-style:solid;border-right-width:0;content:" ";height:41px;left:-15px;position:absolute;top:12px;width:40px}#login_popup .border-leftonly{border-left:1px solid #d4d4d4}#ForMsg,#forgetBox,#loginBox,#signupBox{display:block;padding:20px;float:right;margin-right:53px}#ForMsg,#emailBox,#forgetBox,#signupBox{display:block;padding:20px}#ForMsg{padding:75px 20px}#ForMsg .mail_headed,#ForMsg .mail_msg_to{color:green}#ForMsg .mail_headed{font-weight:700}#login_popup .loginBoxEle{width:400px;margin:16px 0 46px 0;height:60px}#login_popup .forgotPasswordLink{width:400px;margin:-35px 0 50px 70px;font-size:19px;text-align:right;cursor:pointer;color:#aaa}#login_popup .loginBtnBoxEle{text-align:right;width:400px;margin:0 0 50px 70px}#login_popup .loginBtnBoxEle .loginBtn{width:250px;height:60px;line-height:60px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:#001e62;color:#fff;font-size:30.7px;cursor:pointer}#email_popup .emailBoxEle .emailBtn,#email_popup .messageBoxEle .messageBtn{width:190px;height:60px;line-height:60px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:#001e62;color:#fff;font-size:30.7px;cursor:pointer;margin-top:25px}#email_collection_popup .emailCollectionBtn{cursor:pointer;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:#001e62;color:#fff;width:auto;height:auto;padding:10px 20px;font-size:1.2em}#email_collection_popup .inbx{width:80%;margin:0 auto}.ecbtn,.ecnote{float:left;color:#666;font-style:italic}.ecbtn{float:right}#login_popup .loginBtnBoxEle .signupLink{font-size:19px;color:#1f5895;cursor:pointer}#login_popup .loginBoxEle input[type=email],#login_popup .loginBoxEle input[type=password],#login_popup .loginBoxEle input[type=text]{border:none;width:350px;height:100%;border:1px solid #001e62;-webkit-border-top-right-radius:10px;-webkit-border-bottom-right-radius:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomright:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;font-size:24px;font-family:ProximaNova-Regular;text-align:center}#login_popup .err{color:#a94442!important;border-color:#a94442!important}#login_popup .err_msg{color:#a94442;float:left;font-size:19px;text-align:left}#login_popup .loginBoxEle input{color:#001e62;text-align:center;font-size:29px}#login_popup .loginBoxEle input::-moz-placeholder{color:#d4d4d4;text-align:center;font-size:29px}#login_popup .loginBoxEle input::-webkit-input-placeholder{color:#d4d4d4;text-align:center;font-size:29px}#login_popup .loginBoxEle input:-ms-input-placeholder{color:#d4d4d4;text-align:center;font-size:29px}#login_popup .loginBoxEle input:placeholder-shown{color:#d4d4d4;text-align:center;font-size:29px}.loginBoxEle span{border-bottom:1px solid #001e62;border-bottom-left-radius:10px;border-left:1px solid #001e62;border-top:1px solid #001e62;border-top-left-radius:10px;color:#001e62;font-size:22px;height:100%;padding:14px;top:0;vertical-align:top;width:50px}#email_popup .container-fluid .main_start{border-bottom:1px solid #aaa}#email_popup .emailBoxEle input[type=email],#email_popup .emailBoxEle input[type=password],#email_popup .emailBoxEle input[type=text],#email_popup .messageBoxEle #message_poi{border:none;background-color:#dcd9d9;width:80%;height:100%;border:0 solid #001e62;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;font-size:24px;font-family:ProximaNova-Regular;text-align:center;margin-top:10px}#login_popup .emailBoxEle input{color:#001e62;text-align:center;font-size:29px}#login_popup .emailBoxEle input::-moz-placeholder{color:#d4d4d4;text-align:center;font-size:29px}#login_popup .emailBoxEle input::-webkit-input-placeholder{color:#d4d4d4;text-align:center;font-size:29px}#login_popup .emailBoxEle input:-ms-input-placeholder{color:#d4d4d4;text-align:center;font-size:29px}#login_popup .emailBoxEle input:placeholder-shown{color:#d4d4d4;text-align:center;font-size:29px}.emailBoxEle span,.messageBoxEle span{color:#827f7f;font-size:22px;height:100%;padding:14px;top:0;vertical-align:top;width:50px}#login_popup .footMsg{font-size:19px;padding:0 90px;color:#ccc}#login_popup .footMsg a{color:#001e62;cursor:pointer}.loggedinBox{position:absolute;width:420px;background-color:#fff;border-radius:10px 10px 10px 10px;height:190px;z-index:9;top:146px;right:50px;-webkit-box-shadow:1px 1px 8px 1px rgba(0,0,0,.7);-moz-box-shadow:1px 1px 8px 1px rgba(0,0,0,.7);box-shadow:1px 1px 8px 1px rgba(0,0,0,.7)}.loggedinBox .row1{padding:10px 20px}.loggedinBox .row1 .userimg{display:inline-block;width:55px;height:55px}.loggedinBox .row1 .userimg img{border-radius:50%;width:100%;height:100%}.loggedinBox .row1 .username{color:#001e62;font-family:ProximaNova-Bold;font-size:26.4px;display:inline;margin-left:20px;height:80px;vertical-align:middle}.loggedinBox .row1 .useremail{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#001e62;font-size:22.4px;display:inline-block;vertical-align:middle;width:325px}.loggedinBox .row1 .userlogout,.loggedinBox .row1 .userprofile{color:#001e62;font-size:14.67px;border:1px solid #cccd96;display:inline-block;padding:5px;width:179px;text-align:center;border-radius:6px;cursor:pointer;text-transform:uppercase}.loggedinBox .row1 .userprofile{margin-left:0;margin-right:10px}.loggedinBox .row1 .userlogout{margin-right:0}.loggedinBox .row1 .usersetting{background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/myprofile_sprite.png);background-size:160px auto;background-position:0 0;display:none;width:27px;height:27px;vertical-align:middle;cursor:pointer}.category_filter .cat_label,.tag_filter .tag_label{color:#102146;display:inline-block;font-family:ProximaNova-SemiBold;font-size:23.44px;margin:0 39px 0 91px;padding:45px 0 32px 0;width:150px;vertical-align:top}.category_filter .cat_txt,.tag_filter .tag_txt{border:2px solid #fff;color:#b3b3b3;display:inline-block;font-size:23.44px;margin:28px 25px 28px 25px;padding:5px 20px;text-align:center;cursor:pointer}.category_filter .active,.tag_filter .active{border:2px solid;color:#b3b3b3;display:inline-block;font-size:23.44px;margin:28px 25px 28px 25px;padding:5px 20px;text-align:center;cursor:pointer;border-radius:6px}.category_filter .cat_txt:active,.category_filter .cat_txt:hover,.tag_filter .tag_txt:active,.tag_filter .tag_txt:hover{border:2px solid #cccd96;border-radius:5px;color:#666}.category_filter .category_more,.tag_filter .tag_more{color:#011e62;float:right;font-size:23.44px;margin-right:75px;margin-top:31px;width:50px;cursor:pointer}.category_filter .category_more .glyphicon.glyphicon-triangle-bottom,.tag_filter .tag_more .glyphicon.glyphicon-triangle-bottom{font-size:30px;margin:0 13px}.top_rated{padding:24px 60px;width:100%;background-color:#f2f2f2;-webkit-box-shadow:inset 0 4px 8px -6px rgba(0,0,0,.75);-moz-box-shadow:inset 0 4px 8px -6px rgba(0,0,0,.75);box-shadow:inset 0 4px 8px -6px rgba(0,0,0,.75)}.best_category_page .best_category_page_title,.browse_collection .browse_collection_data .browse_collection_title .browse_collection_head,.comment_header .recomended_category_head,.featured_category .featured_category_head,.recomended_category_head,.top_my_collection_detail_page .top_my_collection_head,.top_rated_head{margin:15px 0;color:#001e62;font-size:41.02px;text-align:center;font-family:ProximaNova-SemiBold;padding-bottom:1%}.comment_header .recomended_category_head.recentComments::before{content:"";background:transparent url(https://d1uak5gtdehfyl.cloudfront.net/website/images/my-collections.png) no-repeat scroll -8px -2px/150px auto;width:59px;height:54px;display:inline-block;margin-bottom:-13px}.top_rated .top_rated_content{display:inline-block;width:100%;margin:0 auto;height:auto}.catpoiDataBox .img_box a{height:inherit;width:inherit}.collection_page{text-align:center}.top_rated .top_rated_content .four_by_three{height:inherit;width:100%}.recomended_category .recomended_category_poi .four_by_three{height:100%;width:100%;background-color:#3d5386}.category.page-category .recomended_category .recomended_category_poi .four_by_three{border-radius:5px 0 0 5px}.more_poi .more_poi_content .four_by_three{height:319px;width:426px;background-color:#3d5386}.search_similar_location_carousel .col-xs-3 .img_box .four_by_three{max-height:319px;width:100%;height:100%}.search_similar_location_carousel .col-xs-3 .img_box{max-height:319px;width:100%;position:relative}.featured_category .featured_category_poi .desc_box .img_box .four_by_three{width:214px;height:160px}.more_poi .more_poi_content .img_bottom_overlay,.my_profile_recent_view_result .img_bottom_overlay,.recomended_category .recomended_category_poi .img_bottom_overlay,.search_similar_location_carousel .img_bottom_overlay,.top_mycollection_data .img_bottom_overlay,.top_rated .top_rated_content .img_bottom_overlay{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/dark-overlay.png) round scroll 0 0/100% auto rgba(0,0,0,0);bottom:0;height:52px;left:0;line-height:52px;position:absolute;width:100%;z-index:10;padding:0 10px}.top_rated .top_rated_content .img_bottom_overlay .content_right{color:#cfd9a7;display:inline-block;float:right;font-size:22px;font-weight:400;height:19px;margin-bottom:5px;margin-left:0;margin-right:0;margin-top:18px;width:16px}.more_poi .more_poi_content .img_bottom_overlay .content_right,.my_profile_recent_view_result .img_bottom_overlay .content_right,.recomended_category .recomended_category_poi .img_bottom_overlay .content_right,.search_similar_location_carousel .img_bottom_overlay .content_right,.top_mycollection_data .img_bottom_overlay .content_right{color:#cfd9a7;display:inline-block;float:right;font-size:24px;font-weight:400;height:19px;margin:16px 0;width:16px}.top_rated .top_rated_map_outer{display:inline-block;width:47%;vertical-align:top;text-align:right}.top_rated_map_outer_collection{display:inline-block;width:47%!important;vertical-align:top;text-align:right}.top_rated_poi_container{display:inline-block;width:52%}.top_rated .top_rated_map{display:inline-block;height:978px;margin-top:5px;vertical-align:top;width:100%}.top_rated .top_rated_map .category_movable_map{width:1097px;height:inherit}.top_my_collection_detail_page .top_rated_map .category_movable_map{width:100%;height:inherit}.row.top_rated_content .catpoiData{background:#fff none repeat scroll 0 0;height:auto;padding:0;width:32%;margin:5px}.top_rated_content .mCustomScrollBox{max-width:98%}.row.top_rated_content .catpoiData .catpoiDataBox{background:#fff none repeat scroll 0 0;width:100%}.row.top_rated_content .col-lg-4 .img_box{width:100%;position:relative}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4 .img_box{background-color:#f2f2f2}.besttags .img_box{display:inline-block;clear:both;padding:0 15px 0 0}.recomended_category .recomended_category_poi .col-lg-2 .img_box{height:100px;width:auto!important;display:inline-block!important;background-color:#fff!important;border:1px solid #cccd96}.plan.page-plan .list-view .plan_category_holder .featured_category_action .content_left.plan_div{background-position:-83px -22px;background-size:390px auto;display:inline-block;height:24px;margin-bottom:5px;margin-left:3px;margin-right:0;margin-top:15px;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0;width:24px}.row.top_rated_content .header_txt{color:#001e62;font-size:29.6px;font-family:ProximaNova-bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.recomended_category .recomended_category_poi .header_txt,.row.more_poi_content .header_txt,.row.more_tour_content .header_txt,.search_similar_location_carousel .header_txt{color:#001e62;font-size:33.87px;font-family:ProximaNova-bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{color:#fff;font-size:33.87px;font-family:ProximaNova-bold;cursor:pointer;overflow:unset;text-overflow:unset;white-space:normal}.similar_location_no_recored{font-size:19px;font-weight:600;margin:4%;text-align:center}.row.top_rated_content .header_desc{color:#001e62;font-size:19.33px;height:85px;overflow:hidden}#top_header_desc .locationicon::before{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll;content:" ";width:21px;height:21px;position:absolute;background-position:-16px -30px;background-size:215px auto;left:8px}.more_poi .col-lg-4 .recomended_desc,.recomended_category_poi .col-lg-4 .recomended_desc,.search_similar_locations .search_similar_location_carousel .recomended_desc{padding:5px}.recomended_category .recomended_category_poi .header_desc,.row.more_poi_content .header_desc,.row.more_tour_content .header_desc,.search_similar_location_carousel .header_desc{color:#001e62;font-size:19.33px!important;height:85px;overflow:hidden}.top_rated_button{width:100%}.row.top_rated_content .add_to_collection,.row.top_rated_content .remove_from_collection{color:#001e62;margin-left:50px;font-size:19.73px;padding:10px 0 0;cursor:pointer}.recomended_category .recomended_category_poi .add_to_collection,.recomended_category .recomended_category_poi .remove_from_collection,.row.more_poi_content .add_to_collection,.row.more_poi_content .remove_from_collection,.search_similar_location_carousel .add_to_collection,.search_similar_location_carousel .remove_from_collection{color:#001e62;margin-left:50px;font-size:22.58px;padding:10px 0;cursor:pointer}.recomended_category .recomended_category_poi .remove_from_collection::before,.row.more_poi_content .remove_from_collection::before,.row.top_rated_content .remove_from_collection::before,.search_similar_location_carousel .remove_from_collection::before{background-position:-37px 0;background-size:72px auto;content:"";display:inline-block;height:36px;margin-left:-50px;margin-top:-3px;width:36px;position:absolute}.recomended_category .recomended_category_poi .add_to_collection::before,.row.more_poi_content .add_to_collection::before,.row.top_rated_content .add_to_collection::before,.search_similar_location_carousel .add_to_collection::before,.top_my_collections .recomended_category_poi .add_to_collection_bookmark::before{background-position:0 0;background-size:72px auto;content:"";display:inline-block;height:36px;margin-left:-50px;margin-top:-3px;width:36px;position:absolute}.top_rated_content .col-lg-4 .top_rated_desc{padding:5px;width:100%;margin:0 auto}#browse_our_collections_one .top_rated_content .col-lg-4 .top_rated_desc{padding:1px!important;width:100%;margin:0 auto}.recomended_category.category_page{width:100%;height:auto;padding:2%;background-color:#f2f2f2}.besttag_cat_poi .besttags{display:inline-block;height:auto}.border_purpose{height:100px;border:1px solid #cccd96;border-radius:5px}.besttag_cat_poi .recommend_image{float:left;width:133px;vertical-align:top;height:98px;min-height:100%}.besttag_cat_poi .col-lg-4{height:100px!important;margin:5px 6px 3px;padding:0!important;width:345px}#categoryAuto,#land_image.about_us .middle-text .right_side_content .city_desc,#land_image.about_us .middle-text .right_side_content .contact_info,#main_content_area .middle-text .input-boxes #cityAuto,#main_content_area .middle-text .input-boxes #searchAuto,.img_Titles{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/white.png) repeat scroll 0 0 rgba(0,0,0,0)}.img_Titles{color:#001e62;width:auto!important;display:inline-block;height:100%;line-height:100px;border-radius:0 5px 5px 0}.img_Titles .c_title{font-size:24.44px;padding:25px 0 0 15px;line-height:25px}.img_Titles .c_subtitle{font-size:20px;overflow:hidden;padding:0 15px 0 10px;text-overflow:ellipsis;white-space:nowrap;font-family:ProximaNova-bold}.img_Titles h1.c_subtitle{margin:0}.paginationContainer{display:inline-block}.paginationContainer .doted_line{color:#ccc;font-size:42px;line-height:70px;margin:0 0 0 14px}.paginationContainer a.pagination_btn{border:0 none;color:#ccc;margin:10px!important}.paginationContainer .prevbtn{cursor:pointer;display:none;float:left;font-size:20px;text-align:center;width:50px}.paginationContainer a.nextbtn,a.prevbtn{background:none repeat scroll 0 0 rgba(0,0,0,0);border:0 none;color:#999;margin:10px!important}.activenum{background:none repeat scroll 0 0 #fff!important;color:#001e62!important}.pagination_btn{cursor:pointer;font-size:19.78px;height:auto;line-height:55px;margin:80px 0;width:50px!important}.hideall{display:none}.showall{display:block;float:left;margin:10px}.paginationContainer .nextbtn{cursor:pointer;float:right;font-size:20px;text-align:center;width:50px}.top_collection_results .recomended_category{width:100%;height:auto;background-color:#fff;padding:1% 3%}.featured_category .featured_category_poi,.list-view .featured_category .featured_category_poi{margin:0 auto;clear:both;padding:0 50px;width:1700px}.myprofile.page-myprofile .recomended_category .recomended_category_poi{width:1912px;margin:0 auto;clear:both;padding:0}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4 .img_box,.row.more_poi_content .col-lg-4 .img_box{height:319px;width:426px;position:relative;margin:0 auto}.myprofile.page-myprofile .recomended_category .recomended_category_poi .four_by_three{height:319px;width:426px;background-color:#3d5386}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4{display:inline-block;height:auto;margin:6px 11px;padding:12px;width:455px}.myprofile.page-myprofile .top_my_recently_viewed_location .recomended_category .recomended_category_poi .col-lg-4{display:inline-block;height:auto;margin:6px 11px;padding:0;width:455px}.myprofile.page-myprofile .recomended_category .recomended_category_poi{padding:0;width:1430px}.collection.page-collection .recomended_category .recomended_category_poi{padding:0;width:1612px}.collection.page-collection .recomended_category .recomended_category_poi .img_box{position:relative;border-radius:10px}.recomended_category .recomended_category_poi{margin:0 auto;clear:both;padding:0 50px}.search_results .recomended_category .recomended_category_poi{padding:0;width:1912px}.before_800{display:block!important}.after_800{display:none!important}#add_to_collection_poi .modal-dialog{width:1090px;margin:0 auto}.row.more_poi_content .col-lg-4,.search_results .recomended_category .recomended_category_poi .col-lg-4,.search_similar_location_carousel .col-xs-3,.top_collection_results .col-lg-4{background-color:#f2f2f2;display:inline-block;height:auto;margin:6px 11px;width:455px}.row.more_poi_content .col-lg-4 .img_box,.search_results .recomended_category .recomended_category_poi .col-lg-4 .img_box{height:319px;width:426px;position:relative;margin:0 auto}.row.more_poi_content .col-lg-4,.search_similar_location_carousel .col-xs-3,.top_collection_results .col-lg-4{background-color:#f2f2f2;display:inline-block;height:auto;margin:6px 11px;padding:12px;width:380px}.search_results .recomended_category .recomended_category_poi .col-lg-4,.search_similar_location_carousel .col-xs-3{padding:0}.row.more_poi_content .col-lg-4,.top_collection_results .col-lg-4{padding:12px}.recomended_category .recomended_category_poi .col-lg-2{background-color:#f2f2f2;display:inline-block;padding-left:8px!important;padding-right:8px!important}.featured_category .featured_category_poi .col-lg-4{width:100%;background:#fff;margin:5px 0;height:auto}.featured_category .featured_category_poi .desc_box{padding:15px 0}.featured_category .featured_category_poi .desc_box .img_box{width:214px;height:160px;position:relative;display:inline-block}.featured_category .featured_category_poi .desc_box .featured_category_desc{border:0 solid red;display:inline-block;padding:0 15px;vertical-align:top;width:1000px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc,.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_address{border:0 solid red;display:inline-block;padding:0 15px;vertical-align:top;width:1350px}.featured_category .featured_category_poi .desc_box .featured_category_desc.nostar{width:1350px}.featured_category .featured_category_poi .desc_box .featured_category_action,.list-view .featured_category .featured_category_poi .desc_box .featured_category_action{border:0 solid green;display:inline-block;vertical-align:top;width:355px;padding:0;margin-left:0;height:160px;position:relative}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_head,.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_head{font-family:ProximaNova-bold;color:#001e62;font-size:35.16px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address,.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_address{color:#001e62;display:inline-block;font-size:20.51px;line-height:20px;padding:8px 30px 18px;position:relative;width:auto;margin-right:5px;font-family:ProximaNova-Semibold}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price{color:#001e62;display:inline-block;font-size:17px;line-height:20px;padding:0 0 0;position:relative;width:auto;margin-right:5px;margin-top:10px;font-family:ProximaNova-Semibold}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price_tag{color:#001e62;display:inline-block;font-size:20px;line-height:20px;padding:0 0 0;position:relative;width:auto;margin-right:5px;font-family:ProximaNova-Semibold}.featured_category .featured_category_poi .desc_box .featured_category_desc .for_state{color:#001e62;font-size:20.51px;padding:0 30px 20px;position:relative;width:auto;margin-right:5px}.nodesconlydd{position:relative;padding-left:40px;margin-top:10px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address::before,.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_address::before,.nodesconlydd::before{background-position:-36px -51px;background-size:350px auto;content:"";display:inline-block;height:31px;left:-3px;position:absolute;width:21px}.nodesconlydd::before{left:1px}.recomended_category .recomended_category_poi .header_desc.nodesconlydd{height:auto;padding-bottom:3px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_fullDesc,.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_fullDesc{font-size:20px;color:#001e62;font-family:ProximaNova-Regular;overflow:hidden;height:60px}.plan.page-plan .featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rating{width:auto}.plan.page-plan .featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rate{float:left}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_pricing,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rating{width:270px;display:inline-block;float:right;margin-bottom:17px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rating{height:39px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_pricing{height:31px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_pricing{padding-right:10px;color:#001e62}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_price{float:right;font-size:30px;width:22px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons{display:inline-block;color:#102146;text-align:center;float:right;cursor:pointer}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .addCollection_btn_cover,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .book_btn_cover{background-color:#192f66}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons span{color:#fff;font-size:24px;line-height:55px;position:relative;text-align:center;width:100%}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .remove_from_collection.add_remove_collection .add_remove_icon{background-color:rgba(0,0,0,0);background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/collection-addsprite_white.png);background-position:30px 0;background-size:60px auto;content:" ";height:30px;margin-top:-7px;width:30px;display:inline-block;vertical-align:middle;margin-right:5px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection.add_remove_collection .add_remove_icon{background-color:rgba(0,0,0,0);background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/collection-addsprite_white.png);background-position:0 0;background-size:60px auto;content:" ";height:30px;margin-top:-7px;width:30px;display:inline-block;vertical-align:middle;margin-right:5px}.detail_content .detail_button .button.book_table .bookTable_icon,.detail_content .detail_button .button.book_table .bookTable_icon.Table_icon_vip,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon_vip,.full-width .Room_icon,.full-width .Table_icon,.full-width .Table_icon_vip{background-color:rgba(0,0,0,0);background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/booking-icon.png);content:" ";display:inline-block;vertical-align:middle;margin-right:8px}.detail_content .detail_button .button.book_table .rentTable_icon{background-color:rgba(0,0,0,0);background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/rent.png);content:" ";display:inline-block;vertical-align:middle;margin-right:0;background-size:35px;background-position:-2px -5px;width:37px;height:29px;top:-4px}.full-width .upcoming_event_icon{background-color:rgba(0,0,0,0);background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/upcoming_event.png);content:" ";display:inline-block;vertical-align:middle;margin-right:8px}.detail_content .detail_button .button.book_table .bookTable_icon.Room_icon,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Room_icon,.full-width .Room_icon{background-position:-4px -6px;background-size:115px auto;height:27px;width:27px;margin-top:-5px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon{background-position:-25px -2px;background-size:88px auto;height:25px;width:34px;margin-top:-8px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon_vip{background-position:-67px -1px;background-size:100px auto;height:30px;width:30px;margin-top:-8px}.detail_content .detail_button .button.book_table .bookTable_icon.Table_icon,.full-width .Table_icon{background-position:-25px -2px;background-size:88px auto;height:25px;width:34px;margin-top:-5px}.detail_content .detail_button .button.book_table .bookTable_icon.Table_icon_vip,.full-width .Table_icon_vip{background-position:-67px -1px;background-size:100px auto;height:30px;width:30px;margin-top:-5px}.full-width .upcoming_event_icon{background-position:-81px -1px;background-size:27px auto;height:26px;width:26px;margin-top:-5px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .book_btn_cover{margin:5px 0 0;position:absolute;bottom:0;right:0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .remove_from_collection{width:270px;height:55px}.plan_book_btn_cover{position:unset!important}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable{width:auto;padding:0 20px;height:55px;color:transparent;background-position:-8px -275px;background-size:396px auto}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection{background-position:-8px -357px}.galimgvideo{position:absolute;left:-25px;top:25px}#galImage,#galVideo{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/video-sprite.png);width:40px;height:38px;text-indent:-9999px;background-size:225px;background-position:-31px 0;cursor:pointer}#galImage.active{background-position:-69px 0}#galVideo{background-position:-110px 0}#galVideo.active{background-position:-149px 0}.detail_image .all_bread_crumb{color:#fff;position:relative}.detail_image .all_bread_crumb .bread_crumb{font-size:20px;padding:20px 247px}.detail_image .all_bread_crumb .bread_crumb .plus{font-size:12px;vertical-align:middle}.detail_down .detail_gallary{display:inline-block;width:100%;max-width:640px;max-height:480px}.bigview .detail_gallary{display:inline-block;width:100%;max-width:640px;max-height:480px}.detail_content .detail_down .detail_gallary .slick-prev,.detail_content .detail_gallary .slick-prev{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/pervious.png) no-repeat scroll 0 0/50px 70px rgba(0,0,0,0);content:"";cursor:pointer;display:inline-block;height:70px;margin-bottom:0;top:50%;margin-left:25px;position:absolute;width:50px;z-index:1}.detail_content .detail_down .detail_gallary .slick-next,.detail_content .detail_gallary .slick-next{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/next.png) no-repeat scroll 0 0/50px 70px rgba(0,0,0,0);content:"";cursor:pointer;display:inline-block;height:70px;margin-bottom:0;top:50%;right:0;position:absolute;width:50px;z-index:1}.detail_content .detail_down .detail_gallary .slick-next:before,.detail_content .detail_down .detail_gallary .slick-prev:before{content:""}.detail_content .detail_down .detail_gallary .slick-slide{width:100%;height:auto}#mainSection .detail_page{background-color:#fff}.detail_image{background-size:cover;background-position:center;position:relative;height:auto;overflow:hidden;padding:5%;max-height:250px}.detail_background{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/poi_generic.jpg) no-repeat;background-size:cover;background-position:center;position:relative}#land_image .detail_overlay,.detail_image.detail_background .detail_overlay{background:rgba(0,0,0,0) url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/overlay-detail.png) no-repeat scroll 0 0/cover;height:100%;opacity:.2;position:absolute;width:100%;top:0;left:0}#land_image.about_us .detail_overlay{opacity:.7}.detail_middle_image .middle_content .whatsnearby .get_direction{background-color:#dad9dc;background-image:none;cursor:pointer;height:50px;margin-bottom:25px;margin-left:auto;margin-right:auto;margin-top:25px;border-radius:5px;width:250px}.detail_middle_image .middle_content .whatsnearby .get_direction span{font-weight:700;color:#001e62;font-size:20px;line-height:50px;position:relative}.addtransform{overflow:hidden}.addtransform img{transform:scale(1,1);transition-duration:350ms;transition-property:all;transition-timing-function:ease-out;-webkit-transform:scale(1,1);-webkit-transition-timing-function:ease-out;-webkit-transition-duration:350ms;-moz-transform:scale(1,1);-moz-transition-timing-function:ease-out;-moz-transition-duration:350ms;-webkit-backface-visibility:hidden}.addtransform img:hover{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);transition-property:all}.addtransform.cityin img:hover{-webkit-transform:scale(1.1,1);-moz-transform:scale(1.1,1);transition-property:all}.detail_content .all_tab{bottom:0;margin:0 0 20px;width:100%}.detail_content .all_tab.makefull{width:100%!important}#open_tag_model .modal-dialog{width:50%}#open_tag_model .tab{background-color:#f4f4f4;border-radius:3px;color:#999;display:inline-block;font-size:23.45px;height:52px;line-height:52px;margin:10px;opacity:.8;padding:0 40px;text-align:center;width:auto;cursor:pointer}.detail_content .all_tab .tab{background-color:#f4f4f4;border-radius:3px;color:#999;display:inline-block;font-size:20px;height:40px;line-height:40px;margin:10px;opacity:.8;padding:0 20px;text-align:center;width:auto;cursor:pointer}.detail_content .all_tab #ptag_1{margin-left:0}.detail_content .all_tab .tab.active{background-color:rgba(0,0,0,0)}.detail_content .hurricane_msg{color:#f60;font-size:20px;padding-left:45px}.detail_content .hurricane_msg::before{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/hurricane_warning.png) no-repeat scroll 0 0/40px auto;content:"";height:40px;margin-left:-50px;margin-top:-5px;position:absolute;width:40px}.poititle,.title_footer{display:inline-block;vertical-align:middle}.title_footer.social_share{width:15%;margin-top:-1.5%;text-align:right;line-height:45px}.share_via{display:inline-block;font-size:24px}.detail_content{width:95%;margin:0 auto;padding:20px 0}.plan_detail_content{padding:0 0!important}.detail_content .detail_top .detail_title{display:inline-block;width:100%}.detail_content .detail_top .detail_title .title{color:#192f66;font-size:57.01px;font-family:ProximaNova-bold;width:84%;display:inline-block}.detail_content .detail_top .detail_title .desc{color:#001e62;font-size:35.2px;margin-right:31px}.title_footer .desc{width:auto;display:inline-block}.detail_desc .desc{color:#12174e;font-size:2em;display:block;width:100%}.detail_desc .desc_tours{padding-bottom:10px}.detail_desc a{display:inline-block;margin-bottom:8px}.title_footer .title_facebook,.title_footer .title_rate,.title_footer .title_twitter{display:inline-block}.title_footer .title_twitter{background-position:-4px -109px;background-size:340px auto;height:46px;margin-left:30px;vertical-align:top;width:46px;cursor:pointer}.title_footer .title_facebook{background-position:-55px -109px;background-size:340px auto;height:46px;vertical-align:top;width:46px;margin-left:1px;cursor:pointer}.detail_down .detail_desc .detail_time .time span{color:#cccd96}.detail_down .detail_desc .detail_time .hours{color:#999;font-size:23.47px;cursor:pointer}.detail_down .detail_desc .detail_time .fullhours{font-size:17.47px}.detail_down .detail_desc .detail_time .fullhours table{color:#001e62}.detail_top{position:relative}.detail_content .detail_content_break{border:none;height:1px;color:#ccc;background-color:#ccc;margin:10px 0}.detail_content .detail_down .detail_desc{display:inline-block;width:100%;height:auto;padding:0 50px}.detail_content .detail_down .detail_desc .d_address{color:#006;font-size:26.4px;margin-bottom:30px;margin-left:50px;padding-left:17px;position:relative;height:auto}.detail_content .detail_desc .d_desc{color:#4d4d4d;font-size:26.4px;padding-bottom:25px;padding-top:10px}.detail_content .detail_down .detail_desc .d_email,.detail_content .detail_down .detail_desc .d_phone,.detail_content .detail_down .detail_desc .d_weburl{color:#006;margin-bottom:30px;font-size:26.4px;margin-left:50px;height:auto;position:relative;padding-left:17px}.detail_down .detail_desc .detail_time{color:#006;font-size:26.4px;margin-left:50px;height:auto;position:relative;padding-left:17px}.detail_content .detail_down .detail_desc{color:#006;margin-bottom:30px;font-size:26.4px;height:auto;position:relative;padding-left:2px}.d_socialurl{color:#006;font-size:26.4px;height:auto;position:relative;padding-left:2px}.d_what3words{margin-left:5px}.d_what3words .addr.notranslate{color:#006;font-size:16.5px}.detail_content .detail_down .detail_desc .d_socialurl .fb_icon{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/facebook_icon.png) no-repeat 0 0/100% auto}.detail_content .detail_down .detail_desc .d_socialurl .tw_icon{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/twitter_icon.png) no-repeat 0 0/100% auto}.detail_content .detail_down .detail_desc .d_socialurl .fb_icon.both,.detail_content .detail_down .detail_desc .d_socialurl .tw_icon.both{width:25px;height:25px;display:inline-block;margin:4px 0 0 0}.detail_content .detail_down .detail_desc .d_socialurl .fb_icon.single,.detail_content .detail_down .detail_desc .d_socialurl .tw_icon.single{width:40px;height:40px;display:inline-block;margin-left:7px}.d_socialurl .follow_title.both{padding-left:4px;vertical-align:top;display:inline-block}.d_socialurl .follow_title.single{padding-left:17px;vertical-align:top;display:inline-block;width:85%}.detail_content .detail_down .detail_desc .d_weburl{color:#21568f}.follow_title.both{width:80%}.detail_content .detail_down .detail_desc .d_weburl>div{padding-top:5px}.detail_content .detail_down .detail_desc .d_weburl a{width:100%;word-wrap:break-word}.detail_content .detail_down .detail_desc .d_address::before,.detail_content .detail_down .detail_desc .d_email::before,.detail_content .detail_down .detail_desc .d_phone::before,.detail_content .detail_down .detail_desc .d_weburl::before,.detail_down .detail_desc .detail_time::before{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/detailsprite.png) no-repeat;content:" ";width:50px;height:40px;position:absolute;background-position:0 -10px;background-size:300px auto;top:0;left:-50px}.detail_content .detail_down .detail_desc .d_weburl::before{background-position:-50px -10px}.detail_content .detail_down .detail_desc .d_phone::before{background-position:-100px -10px}.detail_content .detail_down .detail_desc .d_email::before{background-position:-150px -10px}.detail_down .detail_desc .detail_time::before{background-position:-200px -10px}.detail_content .detail_button{display:inline-block;margin:0 auto 30px;width:100%;text-align:center}.book-tour{background-position:-71px -1px;background-size:210px auto;content:" ";display:inline-block;height:35px;margin-left:-64px;margin-top:-7px;position:absolute;width:23px}.detail_content .detail_button .button{background:#183066;min-width:400px;width:auto;height:68px;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-block;color:transparent;vertical-align:top;position:relative}.detail_content .detail_button .button span{color:#fff;font-size:20px;text-align:center;line-height:52px;position:relative;display:inherit;text-align:left;padding-right:7px}.detail_content .detail_button .button.search_golf_location .golf_icon{background-color:rgba(0,0,0,0);background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/icons.png);background-position:39px -34px;background-size:550px auto;height:28px;width:30px;margin:-9px 5px}#virtualtour .virtualtour_icon{background-color:rgba(0,0,0,0);background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/virtual.png);background-repeat:no-repeat;background-position:0 0;background-size:28px auto;height:28px;width:30px;margin:-6px 5px}.detail_content .detail_button .button.add_remove_collection .add_icon{background-color:rgba(0,0,0,0);background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/icons.png);background-position:310px -34px;background-size:550px auto;height:28px;width:30px;margin:-6px 5px}.detail_content .detail_button .button.add_remove_collection.remove_from_collection .remove_icon{background-color:rgba(0,0,0,0);background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/icons.png);background-position:280px -16px;background-size:550px auto;height:45px;width:30px;margin:-6px 5px}.detail_content .detail_button .button.email_location .email_icon{background-color:rgba(0,0,0,0);background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/icons.png);background-position:245px -34px;background-size:550px auto;height:23px;width:32px;margin:-3px 5px}.detail_content .detail_button .button.upcoming_event .upcoming_event_icon{background-color:rgba(0,0,0,0);background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/upcoming_event.png);background-position:0 0;background-size:30px auto;height:30px;width:30px;margin:-8px 5px}.poi_services{background-color:#f2f2f2;padding:10px 50px;margin-top:20px}.poi_services h3{color:#001e62}.hotel_services_list ul,.other_info_list{display:inline-block;width:94%;margin:0 3%}.hotel_services_list li,.other_info_list .poi_checkin_checkout,.other_info_list .poi_number_of_rooms,.other_info_list .poi_price_range{float:left;width:25%;color:#4d4d4d;font-size:16.5px;padding:3px;font-family:ProximaNova-Semibold}.hotel_services_list li::before{content:".";font-size:40px;line-height:0;vertical-align:top;padding-right:10px}.additional_info li::before,.exclus_info li::before,.inclus_info li::before{content:".";font-size:40px;line-height:0;vertical-align:top;padding-right:10px}.other_info_list .poi_checkin_checkout .poicheckin,.other_info_list .poi_checkin_checkout .poicheckout,.other_info_list .poi_number_of_rooms .poinumofrooms,.other_info_list .poi_price_range .pricerangelist{padding:3px}.other_info_list .poi_checkin_checkout .poicheckin span,.other_info_list .poi_checkin_checkout .poicheckout span,.other_info_list .poi_number_of_rooms .poinumofrooms span,.other_info_list .poi_price_range .pricerangelist span{color:#001e62}.other_info_list .poi_checkin_checkout,.other_info_list .poi_number_of_rooms,.other_info_list .poi_price_range{width:33.333%}.detail_content .detail_down .detail_button .button.add_collection{padding-right:0}.detail_content .detail_down .detail_button .button.email_location{padding-right:0}.detail_content .detail_down .detail_button .button.upcoming_event{padding-right:0}.detail_content .detail_down .detail_button .button.book_table{padding-left:50px}.detail_content .detail_top .ranked_desc{color:#999;font-size:23.47px;display:inline-block;vertical-align:middle;width:auto;text-align:center}.detail_content .detail_top .ranked_desc .ranked_desc_txt{text-align:center;margin-top:0;font-size:20px}#onlyformobile{float:left;width:25%;display:none}#onlyformobile .ranked_desc1{color:#999;font-size:18px;width:100%;display:inline-block;text-align:center}#onlyformobile .ranked_desc1 .bestoficon{content:" ";background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/bestof.png);background-position:0 0;background-size:47px auto;height:55px;width:47px;position:absolute;left:22px}#onlyformobile .ranked_desc1 .ranked_desc_txt{text-align:center;margin-top:65px;font-size:18px}.detail_content .detail_top .ranked_desc .ranked_desc_txt .bestoficon{background-attachment:scroll;background-clip:border-box;background-color:rgba(0,0,0,0);background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/bestof.png);background-origin:padding-box;background-position:0 0;background-repeat:repeat;background-size:80px auto;height:95px;width:80px;display:inline-block;position:relative}.bestoficon>span{bottom:15px;left:0;position:absolute;vertical-align:bottom;width:100%}.classfont{font-size:16px}.detail_middle_image .middle_content .map_title{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/map_bg.png) no-repeat}.detail_middle_image{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/map_bg.webp) no-repeat;background-size:cover;background-position:center;position:relative;height:865px}.detail_middle_image .middle_content{text-align:center;position:relative}.detail_middle_image .middle_content .map_title{background-size:100% 100%;display:inline-block;padding:56px 0 22px 76px;vertical-align:middle;width:100%;height:517px;border-radius:6px;position:relative;text-align:left}.detail_page .detail_middle_image .whatsnearby{vertical-align:middle;display:inline-block;width:80%}.nearby_txt{margin:30px 0;color:#fff;font-size:41.07px;width:inherit;text-align:left}.detail_middle_image .middle_content .map_title .middle_poi_name{height:270px;margin-right:35px;display:block}.detail_middle_image .left_side_nearby,.detail_middle_image .right_side_nearby{float:left;width:50%}.detail_middle_image .middle_content .map_title .middle_poi_name:after{content:"";clear:both;display:block;visibility:hidden}.detail_middle_image .middle_content .map_title .middle_poi_name .mCSB_dragger_bar,.top_rated_content.top_rated_category .mCSB_dragger_bar{background-color:#666!important}.detail_middle_image .middle_content .map_title .middle_poi_name .mCSB_draggerRail,.top_rated_content.top_rated_category .mCSB_draggerRail{background-color:#aaa!important}.top_rated_content.top_rated_category #mCSB_1_scrollbar_vertical{right:12px!important}.detail_middle_image .middle_content .map_title .main_title{color:#001e62;font-size:41.07px;margin-left:76px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-right:40px}.detail_middle_image .middle_content .map_title .main_title::before{background-position:-102px -2px;background-size:300px auto;content:" ";height:49px;margin-left:-56px;position:absolute;width:32px}.detail_middle_image .middle_content .map_title .other_title{color:#1f5895;font-family:ProximaNova-Semibold;font-size:35.2px;padding:7px 0 0 29px;height:53px;line-height:47px}.map_title .other_title .detail_PoiName,.map_title .other_title .key_countDown{float:left;overflow:hidden}.map_title .other_title .key_countDown{width:auto;margin-right:25px}.map_title .other_title .detail_PoiName{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:80%}.detail_middle_image .middle_content .map_title .title_see_more{color:#001e62;font-size:24px;margin-right:56px;padding-bottom:35px;padding-left:0;padding-right:0;padding-top:25px;text-align:right;cursor:pointer}.detail_middle_image .middle_content .map_title .title_break{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/divider-mapLine.png) no-repeat;width:90%;height:3px;background-position:-290px 0;background-size:1500px auto;border:medium none;color:#f2f2f2;height:1px;margin:4px 0 20px 0}.map_area .address_map{background-color:#fff;color:#001e62;font-size:26.4px;height:auto;margin-left:15px;position:absolute;top:15px;width:auto;z-index:1;padding:10px 10px;text-align:left}.map_area .address_map .icon::before{background-position:-96px -2px;background-size:280px auto;width:30px;height:43px;float:left;margin-top:2px;position:absolute;content:""}.map_area .address_map .addressSection{margin-left:40px;margin-right:10px}.marker_full_detail{text-align:left}.marker_full_detail .poi_name_marker{font-weight:700}.gm-style .gm-style-iw{left:0!important;text-align:center}.detail_middle_image .middle_content .map_area{display:inline-block;vertical-align:middle;position:relative}.detail_middle_image .middle_content .map_area .detail_movable_map{width:1023px;height:735px}.detail_middle_image .middle_content .detail_poi_movable_map{width:80%;height:420px;display:inline-block;margin:60px 0}.more_poi{padding:70px 26px;width:100%;background-color:#f2f2f2}.more_poi_data{width:1912px;margin:0 auto}.more_poi_head{padding-top:91px;padding-bottom:55px;margin:0 auto;color:#001e62;font-size:41.07px;text-align:center;font-family:ProximaNova-SemiBold}.more_poi .more_poi_filters{margin:0 auto;text-align:center;color:#b3b3b3;width:1912px}.more_poi .more_poi_filters .more_tab{display:inline-block;width:25%}.more_poi .more_poi_filters .more_tab.active{color:#21568f}.more_poi .more_poi_filters .more_tab .in{display:inline-block;font-size:35.2px;padding:10px 17px;cursor:pointer}.more_poi .more_poi_filters .more_tab.active .in{border-bottom:5px solid;font-size:35.2px;font-family:ProximaNova-Bold}.more_poi .more_poi_break{border:none;height:2px;color:#e1e1e1;background-color:#e1e1e1;margin:0 auto 2%;width:1912px}.more_poi .more_poi_content{width:100%;margin:0}.more_poi .more_tour_content{width:100%;margin:0}.row.more_poi_content .col-lg-4{background:none repeat scroll 0 0 #fff;display:inline-block;vertical-align:top}.row.more_tour_content .col-lg-4{background:none repeat scroll 0 0 #fff;display:inline-block;vertical-align:top}.detail_page_map_labels{color:#fff;font-family:"Lucida Grande",Arial,sans-serif;font-size:10px;text-align:center;width:30px;white-space:nowrap}#main-profile{display:inline-block;margin:0 auto;text-align:center;width:100%;background-color:#fff}#data-profile{display:inline-block;text-align:left;padding:40px 0;width:80%}#main-profile .img-div{height:100%;text-align:center}#main-profile .img-div img{height:auto;width:45%;max-width:300px;min-width:100px;min-height:100px}#main-profile .txt-div{height:100%;width:82%}#main-profile .txt-div .txt-profile{width:100%;color:#cacaca;font-size:18px;font-family:ProximaNova-Regular}#main-profile .txt-div .profile-field{width:100%}#main-profile .txt-div .profile-field .profile-name{color:#05215c;font-size:40px;font-weight:700;font-family:ProximaNovaSoft-SemiBold;padding:0}#main-profile .txt-div .profile-field .email-location{display:inline-block;width:100%}#main-profile .txt-div .profile-field .email-location .label{width:175px;color:#cacaca;font-size:19px;padding:0;text-align:left;font-family:ProximaNova-Regular}#main-profile .txt-div .profile-field .email-location .profile-email{font-size:24px;line-height:20px;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0}#main-profile .txt-div .profile-field .email-location .profile-password{font-size:24px;padding:0}#main-profile .txt-div .profile-field .email-location .rowEl{min-height:50px;line-height:50px}#main-profile .txt-div .profile-field input{border:medium none;width:76%;margin:0 10px;color:#1f5895;font-size:24px}#main-profile .txt-div .profile-field .email-location .locationBox-inner{font-size:24px;color:#1f5895}#main-profile #change_city{border:1px solid #ccc;border-radius:4px;padding:5px;margin-top:-5px}#main-profile .txt-div .profile-field .email-location .newsletter{display:inline-block;font-size:24px;margin-bottom:0;margin-right:10px;margin-top:0;text-align:center;width:80px;color:#cacaca;cursor:pointer}#main-profile .txt-div .profile-field .email-location .newsletter.active{background-color:#f2f2f2;color:#1f5895}#main-profile .alert{margin:20px 0}.top_my_collection_detail_page,.top_my_collections,.top_my_recently_viewed_location{padding:1% 3%;width:100%;background-color:#f2f2f2;border:0 solid red;height:auto;display:inline-block}.top_saved_data{padding:1% 3%;width:100%;background-color:#fff;border:0 solid red;height:auto;display:inline-block}.related_collection_data{padding:1% 3%;width:100%;background-color:#f2f2f2;border:0 solid red;height:auto;display:inline-block}.top_my_collection_head,.top_my_collections_head{margin:2% 0;color:#253251;font-size:20px;font-weight:700;text-align:center}.top_my_collections .top_mycollection_content,.top_my_recently_viewed_location .recently_viewed_location_content{border:0 solid green;margin:0 auto;width:80%}.top_my_collection_detail_page .collection_header{width:85%;margin:0 auto;padding:0 0 10px;overflow:hidden}.top_my_collection_detail_page .my_collection_detail_content{display:block;width:85%;margin:0 auto;background:#fff}.top_my_collection_detail_page .collection_header .header_collection_name{font-size:36px;color:#192f66}.top_my_collection_detail_page .collection_header .header_collection_creator{font-size:19.33px;color:#192f66;display:inline-block;margin-top:5px}.top_my_collection_detail_page .collection_header .collection_buttons{float:right;color:#192f66}.edit_collections,.top_my_collection_detail_page .collection_header #share_invite,.top_my_collection_detail_page .collection_header .download_pdf,.top_my_collection_detail_page .collection_header .email_collection{border:1px solid #cccd96;border-radius:3px;cursor:pointer;display:inline-block;font-size:18px;height:40px;line-height:40px;margin-left:10px;padding-left:56px;min-width:220px;width:auto;padding-right:10px}.list-btn-share-pdf{margin:0 0 10px 0}.top_my_collection_detail_page .collection_header #share_invite::before{background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/share.png);background-position:0 8px;background-repeat:no-repeat;background-size:25px auto;content:"";cursor:pointer;display:inline-block;height:33px;margin-left:-46px;position:absolute;width:21px}.top_my_collection_detail_page .collection_header .download_pdf::before{background-position:-179px -1px;background-size:234px auto;height:29px;margin-left:-44px;width:18px}.top_my_collection_detail_page .collection_header .email_collection::before{background-position:-203px -1px;background-size:235px auto;height:29px;margin-left:-46px;width:28px}.top_my_collection_detail_page .collection_header .header_collection_creator span{color:#aaa}.top_my_collection_detail_page .collection_header .header_collection_desc{clear:both;color:#192f66;font-size:20px}.main-city-block .saved-city-content .four_by_three_cities{height:175px;width:250px}.main-city-block .saved-city-content .img_bottom_overlay{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/blue_pixel.png) no-repeat scroll 0 0/250px auto rgba(0,0,0,0);bottom:0;height:45px;left:0;line-height:35px;position:absolute;width:100%;z-index:10}.top_my_collection_detail_page .my_collection_detail_content .img_bottom_overlay .content_left,.top_my_collections .top_mycollection_content .img_bottom_overlay .content_left,.top_my_recently_viewed_location .recently_viewed_location_content .img_bottom_overlay .content_left{color:red;display:inline-block}.top_my_collection_detail_page .my_collection_detail_content .img_bottom_overlay .content_right,.top_my_collections .top_mycollection_content .img_bottom_overlay .content_right,.top_my_recently_viewed_location .recently_viewed_location_content .img_bottom_overlay .content_right{color:#cfd9a7;display:inline-block;float:right;font-size:25px;font-weight:400;height:19px;margin:16px 3px;width:14px}.recently_viewed_location_content .col-lg-4 .recomended_desc{padding:10px}.row.top_mycollection_content .col-lg-4{width:340px;height:400px;padding:15px;margin:5px;background:#fff;text-align:left}.row.recently_viewed_location_content .col-lg-4{background-color:#f2f2f2;display:inline-block;height:400px;margin:5px 9px;padding:12px;width:355px}.top_rated_button{width:100%}.view_more_button{background:#fff none repeat scroll 0 0;border:2px solid #e5e6ca;border-radius:5px;color:#05215c;font-family:ProximaNova-Regular;font-size:18px;font-weight:700;height:50px;margin:30px auto;padding:11px;text-align:center;width:300px;cursor:pointer}.main-city-block{display:inline-block;text-align:center;width:100%;background-color:#fff}.saved-city-content{display:inline-block;width:70%}.main-city-block .saved-city-content .city-saved{color:#05215c;font-size:27px;font-weight:700;padding:3%}.main-city-block .saved-city-content .col-lg-4 .city_img{height:175px;position:relative;width:250px}.main-city-block .saved-city-content .img_bottom_overlay .content_left{color:#fff;font-weight:700;height:auto;padding:5px}.main-city-block .saved-city-content .col-lg-4{width:20%}.main-city-block .saved-city-content .total-cities-bookmarked{font-size:11px;font-weight:700;padding:10px;color:#05215c}.row.my_collection_detail_content .header_desc,.row.recently_viewed_location_content .header_desc{color:#001e62;font-family:ProximaNova-Regular;font-size:16px}.row.my_collection_detail_content .header_desc{color:#4d4d4d}.favorite-lifestyle-tag .favorite-head-tag{color:#05215c;font-size:16px;font-weight:700;padding:2%}.favorite-tag-lifestyle .favorite-tag-btn,.favorite-tag-lifestyle .favorite-tag-btn-2,.favorite-tag-lifestyle .favorite-tag-btn-3{padding:1%}.favorite-tag-btn span,.favorite-tag-btn-2 span,.favorite-tag-btn-3 span{border:2px solid #e3e4dc;border-radius:6px;margin:4px;color:#cacaca;padding:9px}.favorite-tag-btn span.active,.favorite-tag-btn-2 span.active,.favorite-tag-btn-3 span.active{border:2px solid #e3e4dc;border-radius:6px;margin:4px;color:#05215c;padding:9px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection{padding:2% 2% 0}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-img{display:inline-block}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-img img{float:left;height:220px;width:350px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn{display:inline-block;margin:0 auto;width:100%;vertical-align:top;text-align:center;position:relative}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-header{color:#001e62;font-size:41.02px;font-family:ProximaNova-SemiBold;margin:30px 0;text-align:center;border-bottom:1px solid #ddd}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .description{font-size:26px;color:#001e62;font-family:ProximaNova-SemiBold}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-header .heading_txt{margin:0 auto;display:inline-block}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-header .edit_collection_info{color:#ccc;display:inline-block;padding:0 25px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-all-location:before{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/grey-bookmarked_icon.png) no-repeat scroll 0 0/20px auto;content:"";display:inline-block;height:30px;margin-left:-40px;margin-top:2px;position:absolute;width:20px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-all-location{color:#aaa;font-size:26px;text-align:center;margin-top:10px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .collection_header_tag_break{background-color:#f2f2f2;border:medium none;color:#f2f2f2;height:2px;margin:1% 7%;text-align:center;width:64%}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .list-btn-share-pdf{margin:2% 5%}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection::before{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/edit.png) no-repeat scroll 0 0/20px auto;content:"";cursor:pointer;height:20px;margin-left:-25px;margin-top:3px;position:absolute;width:20px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection{color:#001e62;font-size:19px;position:absolute;right:10px;top:35px;cursor:pointer}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .list-btn-share-pdf div{cursor:pointer;border:1px solid #cccd96;border-radius:3px;color:#253251;display:inline-block;font-size:26.3px;height:60px;line-height:60px;margin:10px;position:relative;text-align:center;width:400px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .created-list{font-size:26px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .created-list .created-by{color:#aaa}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .created-list .created-name{color:#001e62}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .close{border:2px solid #000;border-radius:50%;display:inline-block;font-size:17px;height:40px;padding:11px 12px;width:40px;position:absolute;right:3%;top:5%;z-index:10}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .close span{color:#21244a;margin-left:2px}.top_my_collection_detail_data .my_collections_poi_list{border:0 solid green;margin:0 auto;width:66%}.row.my_collections_poi_list .col-lg-4{background:none repeat scroll 0 0 #fff;margin:5px;width:100%}.my_collections_poi_list .desc_box{border:0 solid red;padding:10px 15px}.my_collections_poi_list .desc_box .img_box{display:inline-block;height:188px;position:relative;width:250px}.my_collections_poi_list .desc_box .featured_category_desc{border:0 solid red;display:inline-block;height:188px;padding:10px;vertical-align:top;width:50%}.my_collections_poi_list .desc_box .featured_category_desc .featured_category_desc_head,.my_collections_poi_list .desc_box .tours_featured_category_desc .featured_category_desc_head{color:#102146;font-family:ProximaNova-Regular;font-size:18px;font-weight:700}.my_collections_poi_list .desc_box .featured_category_desc .featured_category_desc_address:before{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -24px -35px/265px auto rgba(0,0,0,0);content:"";display:inline-block;height:28px;left:-3px;position:absolute;width:20px}.my_collections_poi_list .desc_box .featured_category_desc .featured_category_fullDesc{color:#102146;font-family:ProximaNova-bold;font-size:13px}.my_collections_poi_list .desc_box .featured_category_action{border:0 solid green;display:inline-block;height:188px;padding:10px;vertical-align:top;width:300px}.my_collections_poi_list .desc_box .featured_category_action .featured_category_pricing,.my_collections_poi_list .desc_box .featured_category_action .featured_category_rating{display:inline-block;float:right;padding:0 5px 15px 0;width:200px}.my_collections_poi_list .desc_box .featured_category_action .featured_category_pricing,.my_collections_poi_list .desc_box .featured_category_action .featured_category_rating{display:inline-block;float:right;padding:0 5px 15px 0;width:200px}.my_collections_poi_list .desc_box .featured_category_action .featured_category_buttons{color:#102146;display:inline-block;font-family:ProximaNova-bold;padding:0 5px 15px 0;text-align:center}.my_collections_poi_list .desc_box .featured_category_action .featured_category_rate{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/starfill.png) repeat scroll 0 0/25px auto rgba(0,0,0,0);float:right;height:25px;margin:auto 3px;width:25px}.my_collections_poi_list .desc_box .featured_category_action .featured_category_price{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/freeg.png) repeat scroll 0 0/20px auto rgba(0,0,0,0);float:right;height:20px;margin:auto 0;width:15px}.my_collections_poi_list .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection,.my_collections_poi_list .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable{background:none repeat scroll 0 0 #fff;border:1px solid #e3e4dc;color:#05215c;float:right;font-size:14px;font-weight:700;height:40px;margin:5px 0;padding:10px;text-align:center;width:250px}.featured_category .view-cities{text-align:center}.featured_category .view-cities .view-all{border:2px solid #e3e4dc;display:inline-block;padding:10px;font-weight:700;width:10%;color:#05215c;cursor:pointer;background:#fff}.dis_new_Collection .dis_new_Collection_btn{text-align:center;width:325px;height:45px;line-height:45px;background-color:#192f66;color:#fff;margin:50px auto;border-radius:3px;font-size:19.5px;cursor:pointer;font-family:ProximaNova-bold;padding:0 10px}.glyphicon-inbox{margin-right:2%}.my_collection_detail_content .top_collection_results,.top_collection_results .top_rated{background-color:#fff}.top_collection_results .top_rated .top_rated_content{width:100%}.top_collection_results .recomended_category{padding:1% 2%;margin-bottom:60px}.top_my_collection_detail_page .recomended_category{margin:0 auto;position:relative;height:auto;display:table}.edit_collections,.email_collection,.share_invite{cursor:pointer;position:relative}.download_pdf::before,.email_collection::before{background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/myprofile_sprite.png);position:absolute;content:""}.download_pdf::before{background-position:-229px 3px;background-size:300px auto;height:50px;margin-left:-48px;width:27px}.email_collection::before{background-position:-259px 4px;background-size:300px auto;height:45px;margin-left:-55px;width:36px}.my_profile_recent_view_result .recomended_category .recomended_category_poi .col-lg-4{background-color:#fff;vertical-align:top}.top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{background-color:#192f66;vertical-align:top}.top_my_collections .recomended_category_poi .add_to_collection_bookmark:before{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/white_location.png) no-repeat 0 0/22px auto;height:35px;margin-left:-30px;width:21px}.top_my_collections .recomended_category_poi .add_to_collection_bookmark{color:#fff;display:inline-flex;font-family:ProximaNova-Regular;font-size:17.5px;padding:10px 0 0 35px}.top_my_collections .recomended_category_poi .edit_info{background-color:#3d5386;bottom:15px;color:#fff;font-size:18px;height:35px;line-height:35px;position:absolute;text-align:center;width:92%;border-radius:3px}.top_my_collections .recomended_category_poi .infobtn{background-color:#3d5386;bottom:15px;color:#fff;font-size:18px;height:35px;line-height:35px;position:absolute;text-align:center;width:92%;border-radius:3px}.top_my_collections .recomended_category_poi .delete_collection_bookmark::before{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/collectionremove_grey.png) no-repeat scroll 0 0/25px auto;content:" ";height:25px;margin-left:-38px;margin-top:3px;position:absolute;width:25px}.top_my_collections .recomended_category_poi .delete_collection_bookmark{color:#ccc;font-family:ProximaNova-Regular;font-size:22px;padding-left:44px;position:absolute;bottom:10px}.browse_collection .browse_collection_data .keyword_search .keyword_txt{width:60%;height:50px;background:#fff;border:1px solid #ccc;margin:0 auto;border-radius:3px}.browse_collection .browse_collection_data .keyword_search .keyword_txt input{border:0 none;width:95%;height:40px;border-radius:3px 0 0;border-right:1px solid #ccc;margin:4px auto;padding:0 20px;font-size:22px;color:#001e62;text-align:center}.browse_collection .browse_collection_data .keyword_search .keyword_txt input::-webkit-input-placeholder{color:#001e62!important;opacity:1}.browse_collection .browse_collection_data .keyword_search .keyword_txt input:-moz-placeholder{color:#001e62!important;opacity:1}.browse_collection .browse_collection_data .keyword_search .keyword_txt input::-moz-placeholder{color:#001e62!important;opacity:1}.browse_collection .browse_collection_data .keyword_search .keyword_txt input:-ms-input-placeholder{color:#001e62!important;opacity:1}.browse_collection .browse_collection_data .keyword_search .glyphicon-search{color:#001e62;font-size:22px;margin:5px 0 5px 10px;text-align:center;top:-2px;vertical-align:middle;cursor:pointer}.browse_collection .browse_collection_data .keyword_search .all_keyword{width:100%;margin:0 auto;height:auto;text-align:center}.browse_collection .browse_collection_data .keyword_search .all_keyword .searched_tag{background-color:#fff;border-radius:3px;color:#001e62;display:inline-block;font-size:18px;height:40px;line-height:20px;margin:20px 15px 5px;min-width:200px;padding:10px 10px 10px 40px;text-align:center;width:auto}.browse_collection .browse_collection_data .keyword_search .all_keyword .del_tag{padding:0 0 0 40px;color:#ccc;cursor:pointer}.browse_collection .browse_collection_data .browse_collection_result{background-color:#fff;width:100%}.browse_collection .browse_collection_data .browse_collection_result .search_option{height:auto;padding:25px;width:100%;text-align:center}.browse_collection .browse_collection_data .browse_other_collection .other_collection_title{height:auto;padding:25px;width:100%;text-align:center}.browse_collection .browse_collection_data .browse_other_collection .other_collection_title .title_other_like{color:#001e62;font-size:30.77px;font-weight:700;margin:23px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search{display:inline-block;width:35%;margin:20px 5px 20px;position:relative;vertical-align:top}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_wise_option{position:absolute;height:auto;width:100%;background-color:#f2f2f2;margin-top:2px;z-index:3}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack{width:90%;height:60px;margin:15px auto;border-bottom:1px solid #ccc}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_wise_option .location_pack{width:90%;height:50px;border-bottom:1px solid #ccc}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack.shopping{border-bottom:0 solid}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon,.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option,.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_text,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_wise_option .location_pack .loc_text,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_wise_option .location_pack .location_select_option{display:inline-block;vertical-align:top}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option input,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_wise_option .location_pack .location_select_option input[type=checkbox]{opacity:0;width:0}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option label,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_wise_option .location_pack .location_select_option label{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/Browsecollection.png) no-repeat scroll -345px -20px/450px auto;height:33px;margin-top:10px;width:37px;cursor:pointer}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option input[type=checkbox]:checked+label,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_wise_option .location_pack .location_select_option input[type=checkbox]:checked+label{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/Browsecollection.png) no-repeat scroll -390px -20px/450px auto;height:33px;margin-top:10px;width:37px;cursor:pointer}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon{min-width:50px;height:100%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/searchbox_sprite.png) no-repeat scroll;background-size:50px auto}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.accommodations{background-position:0 -60px;height:31px;margin:14px 0;width:51px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.shopping{background-position:-5px -257px;height:38px;margin:5px 0;vertical-align:top;width:43px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.nightlife{background-position:-11px -207px;height:40px;margin:8px 0;vertical-align:top;width:28px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.restAndCafe{background-position:-2px -102px;height:47px;width:48px;vertical-align:top}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.attractions{background-position:-3px -156px;height:39px;width:44px;vertical-align:top;margin-top:8px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_text{width:75%;height:100%;Font-size:26px;color:#001e62;padding:10px 15px;vertical-align:top;text-align:left}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_wise_option .location_pack .loc_text{width:75%;height:100%;Font-size:20px;color:#001e62;padding:10px 15px;vertical-align:top;text-align:left;cursor:pointer}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_wise_option .location_pack .location_select_option{width:50px;height:100%}.browse_collection .browse_collection_data .browse_collection_result .search_option .by_category,.browse_collection .browse_collection_data .browse_collection_result .search_option .by_location{background-color:#f2f2f2;width:100%;height:50px;text-align:center;border-radius:3px}input#g_loc{width:77%;margin:0 auto;outline:0;border:1px solid transparent;background:0 0;height:45px;color:#001e62;font-size:20px;text-align:center}input#g_loc::-webkit-input-placeholder{color:#001e62!important;opacity:1}input#g_loc:-moz-placeholder{color:#001e62!important;opacity:1}input#g_loc::-moz-placeholder{color:#001e62!important;opacity:1}input#g_loc:-ms-input-placeholder{color:#001e62!important;opacity:1}.by_location .ui-autocomplete{margin:15px auto;position:absolute!important}.browse_collection .browse_collection_data .browse_collection_result .search_option .by_category .search_icon{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/Browsecollection.png) no-repeat scroll -38px -4px/230px auto;display:inline-block;height:28px;vertical-align:middle;width:29px;margin:0 -3px 0 -10px}.browse_collection .browse_collection_data .browse_collection_result .search_option .by_location .location_icon{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/Browsecollection.png) no-repeat scroll -5px -4px/230px auto;display:inline-block;height:28px;vertical-align:middle;width:29px;margin:0 -3px 0 -10px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_text,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_txt{border:0 none;background:0 0;width:77%;height:30px;border-bottom:1px solid #ccc;font-size:20px;text-align:center;color:#001e62;padding:0 10px;display:inline-block;margin-top:10px}.browse_collection .browse_collection_data .browse_collection_result .search_option .by_category .cat_select_icon,.browse_collection .browse_collection_data .browse_collection_result .search_option .by_location .loc_select_icon,.browse_collection .browse_collection_data .browse_collection_result .search_option .by_location .location_select_icon{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/blue_dropdown.png) no-repeat scroll 0 0/20px auto;display:inline-block;height:16px;vertical-align:middle;width:20px;margin:0 -7px 0 5px;cursor:pointer}.browse_collection .browse_collection_data .browse_collection_result .search_option .by_category .cat_select_icon.clicked,.browse_collection .browse_collection_data .browse_collection_result .search_option .by_location .loc_select_icon.clicked,.browse_collection .browse_collection_data .browse_collection_result .search_option .by_location .location_select_icon.clicked{transform:rotate(180deg)}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide{width:100%;height:60px;margin:15px auto;display:inline-block}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state{width:95%;height:75px;margin:20px auto;background-color:#fff;border-radius:3px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state select{background-color:inherit;color:#001e62!important;font-size:26px;height:100%;width:90%;-moz-appearance:none;background:transparent url(https://d1uak5gtdehfyl.cloudfront.net/website/images/blue_dropdown.png) no-repeat scroll right center/17px auto;border:medium none;cursor:pointer;text-shadow:none!important}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country select option{width:100%;border:0;outline:0}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{width:80%;height:100%;Font-size:25px;color:#001e62;padding:10px 15px;vertical-align:top;text-align:left;display:inline-block}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select{display:inline-block}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select input[type=checkbox]{opacity:0}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select label{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/Browsecollection.png) no-repeat scroll -345px -20px/450px auto;height:33px;margin-top:10px;width:37px;cursor:pointer}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select input[type=checkbox]:checked+label{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/Browsecollection.png) no-repeat scroll -390px -20px/450px auto;height:33px;margin-top:10px;width:37px;cursor:pointer}.browse_other_collection .other_collection_list .col-lg-4{float:left}.browse_collection .browse_collection_data .browse_collection_result{width:2100px;margin:0 auto;min-height:700px;text-align:center}.browse_collection .browse_collection_data .browse_other_collection{width:2100px;margin:0 auto;clear:both;text-align:center}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi,.browse_collection_result .search_result,.browse_other_collection .other_collection_list{width:1912px;border:0 solid red;margin:0 auto;display:inline-block;padding-bottom:25px;text-align:left}.browse_collection_result .search_result .col-lg-4{background-color:#192f66;display:inline-block;height:auto;margin:6px 11px;padding:12px;width:455px;height:499px;vertical-align:top}.browse_collection_result .search_result .col-lg-4 .four_by_three{width:431px;height:323px}.browse_other_collection .other_collection_list .col-lg-4{background-color:#192f66;display:inline-block;height:auto;margin:6px 11px;padding:12px;width:455px;height:499px}.browse_other_collection .other_collection_list .col-lg-4 .four_by_three{width:431px;height:323px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .browse_col_desc,.browse_collection_result .search_result .browse_col_desc,.browse_other_collection .other_collection_list .browse_col_desc{padding:5px}.browse_collection_result .search_result .browse_col_desc .header_txt{color:#fff;cursor:pointer;font-family:ProximaNova-bold;font-size:33.87px;overflow:unset;text-overflow:unset;white-space:normal;line-height:35px;padding:10px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.browse_other_collection .other_collection_list .browse_col_desc .header_txt{color:#fff;cursor:pointer;font-family:ProximaNova-bold;font-size:33.87px;overflow:unset;text-overflow:unset;white-space:normal;line-height:35px;padding:10px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.browse_collection_result .search_result .browse_col_desc .created_by,.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave,.browse_collection_result .search_result .keyword_txt_save_unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave{border-top:1px solid #27477c;margin:0 -12px}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave{display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.related_collection .collection_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .keywords{border-right:2px solid #27477c;color:#fff;font-size:18px;height:64px;line-height:64px;padding:0 15px;width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{vertical-align:top;height:64px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/Browsecollection.png) no-repeat scroll -176px -18px/400px auto;cursor:pointer;height:28px;margin:10px 18px;width:32px;display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .save,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .save,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .save,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/Browsecollection.png) no-repeat scroll -227px -18px/400px auto;cursor:pointer;height:28px;margin:10px 18px;width:32px;display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave_name,.related_collection .collection_result .save_unsave .unsave_name,.saved_collection .search_result .save_unsave .unsave_name{color:#fff;font-weight:700;font-size:15px;margin:-7px auto 0;text-align:center;width:48px;word-wrap:break-word}.saved_collection{width:1912px;margin:0 auto}.related_collection .collection_result,.saved_collection .search_result{width:100%;border:0 solid red;margin:0 auto}.related_collection .collection_result .col-lg-4,.saved_collection .search_result .col-lg-4{background-color:#192f66;display:inline-block;margin:6px 10px;padding:12px;width:455px;height:499px}.Similar_collections_section .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{background-color:#192f66;display:inline-block;height:auto;margin:6px 10px;padding:12px;width:455px;float:left;height:495px}.saved_collection .search_result .col-lg-4 .four_by_three{width:434px;height:325px}.related_collection .collection_result .col-lg-4 .four_by_three{width:100%;height:370px}.related_collection .collection_result .browse_col_desc,.saved_collection .search_result .browse_col_desc{padding:5px}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt,.related_collection .collection_result .browse_col_desc .header_txt,.saved_collection .search_result .browse_col_desc .header_txt{color:#fff;cursor:pointer;font-family:ProximaNova-bold;font-size:33.87px;overflow:unset;text-overflow:unset;white-space:normal;line-height:35px;padding:10px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .browse_col_desc .created_by,.related_collection .collection_result .browse_col_desc .created_by,.saved_collection .search_result .browse_col_desc .created_by{color:#fff;font-size:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.related_collection .collection_result .keyword_txt_save_unsave,.saved_collection .search_result .keyword_txt_save_unsave{border-top:2px solid #27477c;margin:0 -12px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave,.related_collection .collection_result .keyword_txt_save_unsave .keywords,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.saved_collection .search_result .header_title .saved_col_txt{display:inline-block;height:50px;color:#999;font-size:17px;padding-left:5px}.saved_collection .search_result .header_title .hr_line{display:inline-block;width:90%;line-height:50px;vertical-align:middle;padding-left:20px;color:#999}.saved_collection .search_result .header_title .hr_line hr{border-color:#ccc}.top_mycollection_data .recomended_category .header_title .public_col_txt,.top_saved_data .header_title .saved_col_txt{display:inline-block;height:50px;color:#999;font-size:17px;padding-left:5px;float:left;width:auto}.top_mycollection_data .recomended_category .header_title .hr_line,.top_saved_data .header_title .hr_line{display:inline-block;width:92%;line-height:50px;vertical-align:middle;padding-left:20px;color:#999;float:left}.top_mycollection_data .recomended_category .header_title .hr_line hr,.top_saved_data .header_title .hr_line hr{border-color:#ccc}.saved_collection_data{clear:both}.category_collection_data{clear:both}.top_mycollection_data .header_title,.top_saved_data .header_title{margin:30px auto;width:1912px;clear:both}.related_collection .collection_result .img_box,.saved_collection .search_result .img_box{position:relative}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .img_box,.browse_collection .other_collection_list .img_box,.browse_collection .search_result .img_box,.saved_collection .search_result .img_box{position:relative;z-index:1}.Similar_collections_section .top_mycollection_data .img_box,.browse_collection .other_collection_list .img_box,.related_collection .collection_result .img_box,.saved_collection .search_result .img_box{position:relative;z-index:1}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay::before,.browse_collection .image_bottom_overlay::before,.related_collection .image_bottom_overlay::before,.saved_collection .image_bottom_overlay::before{background-position:-33px -5px;background-size:300px auto;content:"";display:inline-block;height:24px;margin-left:-25px;margin-top:13px;position:absolute;width:15px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay,.browse_collection .image_bottom_overlay,.related_collection .image_bottom_overlay,.saved_collection .image_bottom_overlay{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/overlay-detail.png) no-repeat scroll 0 0/100% auto rgba(0,0,0,0);bottom:0;height:50px;left:0;line-height:50px;position:absolute;width:100%;z-index:10;padding:0 10px 0 35px;color:#fff;font-size:18px}.related_collection_data .header_title{color:#001e62;font-family:ProximaNova-SemiBold;font-size:41.02px;text-align:center}.forSave{display:inline-block;padding:1% 3%;width:100%}.related_collection_category{display:inline-block;padding:1% 5.3%;width:100%}.dis_new_Collection{clear:both;margin:50px auto}.favorite-tag-lifestyle{text-align:center}#add_to_collection_poi .errormsg,#edit-email .errormsg,#edit-password .errormsg,#edit_collection .errormsg,#new_collection .errormsg,#statusMsg.error,.profile-save-btn .errormsg{color:red}#add_to_collection_poi .successmsg,#edit-email .successmsg,#edit-password .successmsg,#edit_collection .successmsg,#new_collection .successmsg,#statusMsg.success,.profile-save-btn .successmsg{color:#05215c}#data-profile .setting-img,.browse_collection .browse_collection_data .browse_collection_title .browse_collection_head::before,.collectionListData .col-lg-4 .create_collection_icon,.main-city-block .city-saved::before,.recently_head_txt::before,.saved-city-content .city-saved::before,.top_my_collections .recomended_category_head::before{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/myprofile_sprite.png) no-repeat;display:inline-block;width:50px;height:50px;vertical-align:middle;content:"";position:absolute}.browse_collection .browse_collection_data .browse_collection_title .browse_collection_head::before,.recently_head_txt::before,.saved-city-content .city-saved::before,.top_my_collection_detail_page .recomended_category_head::before,.top_my_collections .recomended_category_head::before{background-position:-72px -6px;margin-left:-65px;background-size:400px auto}.browse_collection .browse_collection_data .browse_collection_title .keyword_search{margin-bottom:20px}.recently_head_txt::before{background-position:-174px -2px;height:56px}.saved-city-content .city-saved::before{background-position:-90px -6px}.main-city-block .city-saved::before{width:42px}.top_my_collections .col-lg-4 .create_collection_icon{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/add_poi.png) no-repeat scroll 0 -2px/200px auto;height:202px;left:113px;position:absolute;top:58px;width:200px}.top_my_collections .user_collection:hover{cursor:pointer}.glyphicon-pencil:hover{cursor:pointer}#add_to_collection_poi,#edit_collection,#new_collection{text-align:left;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px}#Collection_link,#collection_cat_outer,#uname,#user_email_id,.collection_keyword,.collection_name,.collection_txt_location input{padding:6px;border:1px solid #f9f9f9;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-o-border-radius:3px;background-color:#f2f2f2;color:#001e62;font-weight:700;width:95%}#collection_desc{padding:6px;border:1px solid #f9f9f9;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-o-border-radius:3px;background-color:#f2f2f2;color:#001e62;font-weight:700;width:95%}#collection_cat_outer,.collection_keyword{color:#666;cursor:pointer}.collection_settings{display:inline-block;background-color:#ddd;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-o-border-radius:3px;color:#aaa}.private_collection{width:53px;padding:6px;display:inline-block;text-align:center;cursor:pointer}.private_active{background-color:#fff;color:#001e62;border:1px solid #ccc}#Cancel-collection,#Cancel-poi-collection,#delete-collection,#invite_frnd,#submit-collection,#submit-poi-collection,#update-collection{font-size:16px;margin-left:10px;padding:10px 50px;background-color:#001e62;font-family:ProximaNova-SemiBold;float:right}.Cancel-viator-booking{font-size:16px;margin-left:10px;padding:10px 50px;background-color:#001e62;font-family:ProximaNova-SemiBold}#Cancel-poi-collection,#delete-collection{background-color:#ddd;color:#aaa;border:1px solid #ddd;float:left}#add_to_collection_poi .submit,#edit_collection .submit,#new_collection .submit{float:right;width:100%}#add_to_collection_poi.modal input.css-checkbox[type=checkbox]+label.css-label{color:#b6b6b6}#add_to_collection_poi .modal-content{background-color:#f2f2f2}.collectionListData .row.top_rated_content .header_txt{color:#b6b6b6}.collectionListData .top_rated_content{display:inline-block;margin:0 auto}.collectionListData .row.top_rated_content .col-lg-4{cursor:pointer;border:1px solid #f2f2f2}#CollectionList{height:640px}.collectionListData .col-lg-4 .create_collection_icon{background-position:-66px -40px;background-size:231px auto;height:100px;margin:50px 85px;width:100px}.collectionListData{color:#b6b6b6}.collectionListData .row{margin-left:0;margin-right:0;margin-bottom:10px}#add_to_collection_poi .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#ccc}#add_to_collection_poi .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#aaa}#add_to_collection_poi .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#aaa}#add_to_collection_poi .active_collection{border:1px solid #001e62;color:#001e62}#add_to_collection_poi .active_collection_icon{background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/select.png);background-position:0 0;background-repeat:no-repeat;background-size:75px auto;cursor:pointer;display:inline-block;top:68px;left:100px;height:75px;position:absolute;width:75px;z-index:1}.tour_success_icon{background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/select.png);background-position:0 0;background-repeat:no-repeat;background-size:75px auto;height:75px;width:75px;z-index:1;display:block;margin-left:auto;margin-right:auto}.collectionListData .top_rated_content .collectlist .img_box,.collectionListData .top_rated_content .create_collection .img_box,.collectionListData .top_rated_content .four_by_three{height:210px;width:280px;background-color:#f2f2f2}.collectionListData .top_rated_content .col-lg-4.collectlist,.collectionListData .top_rated_content .col-lg-4.create_collection{background:#fff none repeat scroll 0 0;height:300px;margin:5px 7px;padding:12px;width:310px}.collectionListData .top_rated_content .collectlist .recomended_desc .header_txt,.collectionListData .top_rated_content .create_collection .recomended_desc .header_txt{cursor:pointer;font-family:ProximaNova-bold;font-size:18px;padding:7px 0 2px}.browse_collection,.top_my_collections .recomended_category,.top_my_recently_viewed_location .recomended_category{background-color:#f2f2f2}.no_collection_item{font-size:20px;padding-bottom:2%;text-align:center}#share_invite_box .modal-dialog{width:800px}#share_invite_box .socialLogin{background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/ShareCollection_icon.png);background-repeat:no-repeat;background-size:450px auto;width:90px;height:90px;cursor:pointer;display:inline-block;margin-left:20px}#share_invite_box .socialLogin.google_login_img{background-position:0 0}#share_invite_box .socialLogin.facebook_login_img{background-position:-120px 0}#share_invite_box .socialLogin.pinterest_login_img{background-position:-240px 0}#share_invite_box .socialLogin.twitter_login_img{background-position:-360px 0}#share_invite_box .shareOntxt{padding-bottom:10px}#share_invite_box .copyLink,#share_invite_box .invitFrnds,#share_invite_box .shareOntxt{font-size:16px;font-family:ProximaNova-Semibold}#share_invite_box .modal-title{text-align:left}.edit_collections::before{background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/edit.png);position:absolute;content:"";background-position:5px 10px;background-repeat:no-repeat;background-size:20px auto;display:inline-block;height:50px;width:35px;left:10px}#share_invite::before{background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/share.png);background-position:0 12px;background-repeat:no-repeat;background-size:34px auto;display:inline-block;height:50px;width:35px;position:absolute;cursor:pointer;content:"";margin-left:-45px}#FriendList .ui-widget-content{border:1px solid #f9f9f9}#FriendList .ui-menu-item{padding:23px 1em 3px .4em;background-color:#ddd;color:#001e62;text-align:left}#FriendList .ui-state-focus{background-color:#aaa!important;font-weight:700}.selected-result{text-align:left}.select_frnd{margin-top:20px}.img_frnd{width:20%;float:left;display:inline-block}.img_frnd img{width:80px;height:80px;border-radius:50%}.frnd_name{width:30%;float:left;color:#001e62;font-size:18px;margin-top:16px}#invite_frnd{float:right}#Collection_link,#user_email_id{text-align:center}.email-location .row{margin:0 auto}.email-location .col-lg-12{padding-left:0;padding-right:0}footer{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/footer-bg.png);background-size:100%;height:358px;position:relative;bottom:0;width:100%;clear:both}.fixed{position:fixed;z-index:10;display:none}footer .left-section_footer,footer .middle-section,footer .right-section{display:inline-block;height:100%;position:relative}footer .left-section_footer{color:#fff;font-size:19px;padding:71px 0 0 75px;vertical-align:top;width:20%}footer .left-section_footer .wcities_logo,footer .middle-section .footer-social_icon .b,footer .middle-section .footer-social_icon .f,footer .middle-section .footer-social_icon .i,footer .middle-section .footer-social_icon .p,footer .middle-section .footer-social_icon .t{background:rgba(0,0,0,0) url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/footer_icon.png) no-repeat scroll}footer .left-section_footer .wcities_logo{background-position:-3px -3px;background-size:710px auto;height:160px;width:252px}footer .middle-section{width:63%;vertical-align:top}footer .middle-section .join_txt{margin:35px auto;color:#fff;font-size:32.6px;text-align:center;font-family:ProximaNova-bold}footer .middle-section .footer-social_icon{height:70px;margin:0 auto;text-align:center}footer .middle-section .footer-social_icon .b,footer .middle-section .footer-social_icon .f,footer .middle-section .footer-social_icon .i,footer .middle-section .footer-social_icon .p,footer .middle-section .footer-social_icon .t{width:90px;height:72px;background-position:-345px -55px;background-size:680px auto;margin:0;display:inline-block}footer .middle-section .footer-social_icon .t{background-position:-426px -55px}footer .middle-section .footer-social_icon .i{background-position:-509px -55px}footer .middle-section .footer-social_icon .b{background-position:-262px -55px}footer .middle-section .footer-social_icon .p{background-position:-590px -55px}footer .middle-section .middle-links{text-align:center;padding:45px 0 0}footer .middle-section .middle-links .footerTxt{display:inline-block;font-size:19px;font-weight:700;padding:0 20px;text-align:center;color:#fff;border-right:1px solid #fff}footer .middle-section .middle-links .copyright{border-right:0}footer .right-section{width:15%}footer .topAdjust{padding-top:40px}footer .right-section .footer-rightTxt{text-align:right;font-size:30.7px;color:#fff;padding:4px 96px 10px 0;cursor:pointer}#cc{background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/cc_image.png);background-repeat:no-repeat;width:17px;height:17px;display:inline-block;vertical-align:top;margin-left:5px}.search_main_wrapper{width:85%;margin:0 auto}.search_wrapper{padding-top:2%}.search_box{display:block;width:87%;background-color:#fff;margin:0 auto}.search_txt{padding-left:2%}.glyphicon-th-large,.glyphicon-th-list{color:#bbb}.glyphicon-icon{display:inline-block;float:right;font-size:35px}.resultdetails{width:100%;background-color:#fff;margin-top:2%}.result-list{padding:1% 2%}.desc,.desc-left,.desc-right,.desc-text,.result-list,.search_img{float:left;display:inline-block;padding-top:0}.desc .desc-title{font-weight:700;color:#102146;font-size:16px;padding-top:1%}.glyphicon-map-marker{font-size:20px}.desc-address,.desc-text{padding-top:1%}.sub-desc{float:right}.result-price,.result-rating{float:right;margin-top:3%}.common{width:230px;border:1px solid #ccc;border-radius:3px;-o-border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;padding:5% 5%;text-align:center;margin-top:3%}.book-tour{background-position:42px 12px;background-size:19px auto}.search_img{padding-top:12px}.result-rating .glyphicon-star{font-size:20px;padding:5px 1px}.result-rating .glyphicon-usd{font-size:22px;padding:5px 1px;color:#102146}.search_results .recomended_category .recomended_category_poi .col-lg-4,.search_similar_location_carousel .col-xs-3{background-color:#fff;vertical-align:top}.recomended_category_head_txt{margin:0 auto}.glyphicon-th-large:hover,.glyphicon-th-list:hover{cursor:pointer}.active-icon{color:#21244a!important}#search_similar_location_carousel{width:74%;margin:0 auto}#search_similar_location_carousel .slick-prev{margin:-40px 0 0 -24px}#search_similar_location_carousel .slick-next{margin:-40px -34px 0}.search-padding{padding:2%}.search_results .glyphicon-icon{display:inline-block}.search_results .recomended_category_head{margin:2% auto;width:1875px;line-height:30px}.search_results .featured_category{padding:0 50px}.search_results .recomended_category{padding:0 3%}.list-view .featured_category{padding:0 35px}.search_results .featured_category .col-lg-4{width:99%;margin:0}.list-view .featured_category{padding:1% 50px;width:100%;background-color:#f2f2f2;-webkit-box-shadow:inset 0 4px 15px -6px transparent}.loader{text-align:center}.loader span,.loader_absolute span{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/ajax-loader.gif) no-repeat scroll 0 0 rgba(0,0,0,0)}.loader span{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/ajax-loader.gif) no-repeat scroll 0 0 rgba(0,0,0,0);display:inline-block;height:80px;width:70px;margin-top:20px}.loader_best_of{position:absolute;width:30px;height:30px;top:22%;right:-3%}.loader_best_of span{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/ajax-loader.gif) no-repeat scroll 0 0 rgba(0,0,0,0);display:inline-block;height:30px;width:30px;background-size:30px auto;margin-top:20px}.loader_absolute span{background:rgba(255,255,255,.5) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/ajax-loader.gif) no-repeat scroll 50% 50%;display:inline-block;height:100%;margin:-56px -76px;position:absolute;text-align:center;width:100%;z-index:1}.ui-autocomplete{background:#fff}.search_box_text{font-size:32px}.collection.page-collection .Similar_collections_section .top_my_collections .top_mycollection_data{width:1900px;margin:0 auto}.collection.page-collection .top_my_collection_detail_page .poi_address,.top_collection_results .poi_address{font-size:24px;color:#001e62;padding:10px 0;margin-left:50px}.collection.page-collection .top_my_collection_detail_page .poi_address{font-weight:700}.collection.page-collection .top_my_collection_detail_page .poi_address:last-child{margin-bottom:0}.top_my_collection_detail_page .colpoiData{margin-bottom:50px}.top_my_collection_detail_page .colpoiData:last-child{margin-bottom:0}.collection.page-collection .top_my_collection_detail_page .poi_address::before,.top_collection_results .poi_address::before{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/saved-location_details.png) no-repeat 0 0/30px auto;content:"";position:absolute;width:30px;height:36px;margin-left:-50px;margin-top:-3px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo input[type=radio]{opacity:0;position:absolute}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo{width:100%;font-size:22.58px;color:#001e62;padding:10px 0}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo label::before{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/radio-button.png) no-repeat scroll 0 0/35px auto;content:"";cursor:pointer;height:34px;margin-left:-51px;position:absolute;width:35px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo input[type=radio]:checked+label::before{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/radio-button.png) no-repeat scroll 0 -36px/35px auto;content:"";cursor:pointer;height:34px;margin-left:-51px;position:absolute;width:35px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo label{margin-left:51px;font-weight:400}.comments_list{display:block;padding:1%;clear:both}.comment_header{display:block;margin:0 auto;width:85%}.comment_section{display:block;margin:0 auto;width:82%}.user_image{display:block;float:left;width:6%}.user_image img{width:130px;height:130px;margin-top:13%}.user_comment_data{display:block;float:left;width:90%;color:#cacaca;border-top:1px solid #cacaca;font-family:ProximaNova-Regular}.comment_details{padding:1% 20%}.user_comment_data .user_name{font-size:20px}.user_comment_data .user_comment{font-size:16px;margin-top:10px;color:#333}.leave-comment-section{width:45%;margin:0 auto}#uname{padding:11px;border:1px solid #ddd;color:#aaa;width:100%}#comment{resize:none;padding:6px;border:1px solid #ddd;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-o-border-radius:3px;background-color:#ddd;color:#aaa;margin-top:10px;width:100%;height:200px}#remain_char{float:right;color:#aaa;padding-right:15px}.comment_date{float:right}.com_pages div{display:inline-block}.comment_pagination{float:right}.next_comment,.prev_comment{cursor:pointer;color:transparent}.com_pages span{height:32px;line-height:32px}.next_comment{background:transparent url(https://d1uak5gtdehfyl.cloudfront.net/website/images/my-collections.png) no-repeat scroll -76px -6px/100px auto;content:"";width:20px;height:32px;vertical-align:top}.prev_comment{background:transparent url(https://d1uak5gtdehfyl.cloudfront.net/website/images/my-collections.png) no-repeat scroll -76px -6px/100px auto;content:"";width:20px;height:32px;vertical-align:top;-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg)}#Submit_comment{margin:20px 0 20px 15px;width:275px}.Similar_collections_section{background-color:#fff}.Similar_collections_section .top_my_collections{background-color:#fff;text-align:center}.Similar_collections_section .recomended_category_head::before{background-image:none}.Similar_collections_section .top_my_collections .recomended_category_poi .add_to_collection_bookmark{padding:32px 0 0 35px}.Similar_collections_section .Collection_user{font-size:20px;color:#001e62;padding-top:16px}.Similar_collections_section .Collection_user span{color:#aaa}.Similar_collections_section .top_my_collections .recomended_category{background-color:#fff}.row .reCaptcha{padding:0 30px}.cat_option_list>div.catlist{width:49%;display:inline-block;padding:4% 2%;vertical-align:top}.catlist>div{display:inline-block;float:left;width:70%;color:#001e62}.catlist>div.catcheckbox{width:20px;display:inline-block;height:20px;border:2px solid #ccc;vertical-align:middle;margin:0 10px;cursor:pointer;background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/tick-box.png) no-repeat;background-size:20px auto}.cat_option_list>div.catlist.active .catcheckbox{background-position:-2px -21px}.cat_options{width:95%;background:#f2f2f2}.cat_option_list{border-top:2px solid #ccc;margin:0 3%}.collection_type .collection_city,.collection_type .collection_country,.collection_type .collection_global,.collection_type .collection_state{display:inline-block;width:110px;vertical-align:top}.collection_type .collection_city input[type=radio],.collection_type .collection_country input[type=radio],.collection_type .collection_global input[type=radio],.collection_type .collection_state input[type=radio]{opacity:0}.collection_type label:before{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/tick-box.png) no-repeat 0 0/20px auto;height:20px;width:20px;content:"";position:absolute;margin-left:-30px;border:1px solid #ccc}.collection_type input[type=radio]:checked+label:before{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/tick-box.png) no-repeat scroll -1px -20px/20px auto;height:20px;width:20px;content:"";position:absolute;margin-left:-30px;border:1px solid #ccc}#edit_collection .collection_txt_location,#new_collection .collection_txt_location{margin-top:20px}.collection_type label{margin-left:14px}#collection_cat_outer{position:relative}#collection_cat_outer span{margin:0 3%;width:85%;display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#collection_cat_outer::after{content:"";background-position:-37px -22px;width:20px;height:20px;display:inline-block;background-size:200px;right:15px;position:absolute;top:0}#collection_cat_outer.catboxOn,#collection_cat_outer.catselected{color:#001e62}#collection_cat_outer.catboxOn::after{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);top:12px}.keywordsbox{position:relative}.keyaddbtn{position:absolute;top:7px;right:35px;color:#666;cursor:pointer}.keyaddbtn .ico{background-position:0 0;width:22px;height:22px;display:inline-block;background-size:45px;vertical-align:middle;margin:0 5px}.colkeydel{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/collectionremove_grey.png) no-repeat;width:20px;height:20px;display:inline-block;background-size:20px 20px;margin:0 0 0 10px;vertical-align:middle;cursor:pointer}.colkeytext{vertical-align:middle;color:#001e62;font-size:1.1em}.colkey{border:1px solid #ccc;padding:5px;display:inline-block;border-radius:5px;margin:10px}.nopad{padding:0}.nomargin{margin:0}.bg_img_cc{position:absolute;right:10px;bottom:10px;font-size:18px}.bg_img_cc span{color:#aaa}.img_att_bg{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/image_attribution_bg.jpg) no-repeat;width:100%;height:100%;background-size:100% 100%;color:#fff;padding:10% 10% 6%;position:relative}.img_att_title{font-size:32px;font-family:ProximaNova-bold;padding:1%;border-bottom:1px solid #7a7a7a;width:75%}.img_att_desc{font-size:20px;width:45%;padding:2% 1%;font-family:ProximaNovaSoft-Regular}.img_att_list{width:80%;margin:0 auto}.img_att_list_inner{padding:5%;display:inline-block}.attr_info_in a{color:#031864;font-size:20px;text-transform:capitalize}.img_attr_info::before{content:".";font-size:50px;position:absolute;top:-30px;left:-25px}.attr_info_in{width:90%}#booking_data{text-align:left;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px}#booking_data .submit{text-align:center}#booking_data .modal-title{color:#fff;font-size:20px;font-weight:700}#booking_data .modal-title span{font-size:18px}#booking_data #reservation_contact,#booking_data #reservation_date,#booking_data #reservation_email,#booking_data #reservation_first_name,#booking_data #reservation_last_name{background-color:#f2f2f2;border-radius:3px;color:#b3b3b3;font-weight:500;padding:3px 6px;width:100%}#booking_data .reservation_contacts{background-color:#f2f2f2;border-radius:3px;color:#b3b3b3;font-weight:500;padding:3px 50px!important;width:100%}#search_txt{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;min-width:250px}#booking_data #people_size,#booking_data #reservation_date,#booking_data #time_session{cursor:pointer;background-color:#f2f2f2;border:1px solid #f9f9f9;border-radius:3px;color:#b3b3b3!important;padding:3px 6px;width:100%}#booking_data #check-availaibility,#booking_data #submit-booking{background:#183066}#booking_data #message_slot,#cancel_reservation_popup #message_slot{text-align:right}#booking_data #reservation_date{font-weight:500}#booking_data .control-label{font-weight:400;font-size:12px;color:#183066;text-transform:uppercase}#booking_data .ico_label{margin-left:15px}#booking_data select{border:1px solid #f9f9f9;height:28px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;color:#b3b3b3;background-color:#ddd}#booking_data .select_date{background:#f2f2f2 url(https://d1uak5gtdehfyl.cloudfront.net/website/images/grey_dropdown.png) no-repeat scroll 97% center/10px auto;width:100%}#booking_data .select_people_size{background:#f2f2f2 url(https://d1uak5gtdehfyl.cloudfront.net/website/images/grey_dropdown.png) no-repeat scroll 97% center/10px auto;width:100%}#booking_data .select_sesssion{width:100%;background:#f2f2f2 url(https://d1uak5gtdehfyl.cloudfront.net/website/images/grey_dropdown.png) no-repeat scroll 97% center/10px auto!important}#booking_data .select_gender{width:100%;background:#f2f2f2 url(https://d1uak5gtdehfyl.cloudfront.net/website/images/grey_dropdown.png) no-repeat scroll 97% center/10px auto}#booking_data #ui-datepicker-div{background:#fff}.booking_btn{padding:4px 45px;border-radius:unset;font-size:14px}.error_in_field{border:1px solid red}.add_border{border:1px solid #f9f9f9}.shadow_text{color:red}.time_link{cursor:pointer;display:inline-block;padding:5px 10px;margin:10px 3px;border:1px solid #001e62;font-size:12px}#reservation_slot{text-align:center}.selected_time{background:#001e62 none repeat scroll 0 0;color:#fff;font-weight:600;padding:5px 10px}.error_message{color:red}.success_message{color:green}#cancel_reservation_popup{text-align:left;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px}#cancel_reservation{float:right;background:#001e62}#cancel_reservation_popup #email,#cancel_reservation_popup #mobile,#cancel_reservation_popup #reservation_id{background-color:#ddd;border-radius:3px;color:#001e62;font-weight:500;padding:6px;width:100%}#cancel_booking_popup{text-align:left;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px}#cancel_booking{float:right;background:#001e62}#cancel_booking_popup #booking_id,#cancel_booking_popup #email,#cancel_booking_popup #mobile{background-color:#ddd;border-radius:3px;color:#001e62;font-weight:500;padding:6px;width:100%}.tb_date::before{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/booking_table_sprite.png) no-repeat;content:" ";width:16px;height:18px;position:absolute;background-position:0 2px;background-size:60px auto;top:0;left:14px}.tb_guests::before{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/booking_table_sprite.png) no-repeat;content:" ";width:16px;height:18px;position:absolute;background-position:-16px 2px;background-size:60px auto;top:0;left:14px}.tb_gender::before{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/booking_table_sprite.png) no-repeat;content:" ";width:16px;height:18px;position:absolute;background-position:-30px 2px;background-size:60px auto;top:0;left:14px}.tb_time::before{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/booking_table_sprite.png) no-repeat;content:" ";width:16px;height:18px;position:absolute;background-position:-46px 2px;background-size:60px auto;top:0;left:14px}.vertical-alignment-helper{display:table;height:100%;width:100%;pointer-events:none}.vertical-align-center{display:table-cell;vertical-align:middle;pointer-events:none}#booking_data .modal-content{width:inherit;max-width:inherit;height:inherit;margin:0 auto;pointer-events:all}.norecord{font-size:1.2em;font-weight:700;color:inherit;letter-spacing:1px;padding:20px;text-align:center;margin:50px auto 0}.top_rated_data{position:relative}.top_rated_overlay{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/dark-overlay.png) round scroll 0 0/100% auto rgba(0,0,0,0);height:100%;position:absolute;top:0;width:100%;z-index:15;min-height:100px}.top_rated_loader{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/ajax-loader_white.gif) no-repeat scroll 50% 50% rgba(0,0,0,0);display:inline-block;height:100%;width:100%}.activation_box .activation_box_inner{height:auto;width:100%;margin:0 auto;background-color:#fff}.activation_box .activation_box_inner .title{text-align:center;font-size:50px;color:#58595b;margin-top:1%}.activation_box .activation_box_inner .sub-title{font-size:20px;margin-top:15px;text-align:center;color:#58595b}.activation_box .activation_box_inner .add-margin-bottom{margin-bottom:2%}.activation_box .activation_box_inner .activate-btn{margin:20px auto;font-size:22px;font-weight:700;width:450px;height:70px;background-color:#12174e;color:#fff;line-height:70px;cursor:pointer;letter-spacing:3px;text-align:center;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.activation_box .continue{margin:0 auto;color:#fff;background-color:#ccc;width:200px;height:50px;line-height:50px;text-align:center;font-size:24px;border:1px solid #bcbcbc;border-radius:6px;cursor:pointer}.reset_box .reset_inner_box .row_text .passwd_updated{color:green;font-size:1.3em;text-align:center}.reset_box{background-color:#fff;height:575px}.reset_box .reset_inner_box{color:#666;margin:0 auto;width:600px}.reset_box .reset_inner_box .reset_logo{background-repeat:no-repeat;height:120px;margin:50px auto 0;width:450px;background-position:50% 50%}.reset_box .reset_inner_box .title{font-size:20px;margin:25px 0;text-align:center;text-transform:capitalize}.reset_box .reset_inner_box .row{display:inline-block;font-size:14px;font-weight:700;margin:0 auto;text-align:center;width:100%}.reset_box .reset_inner_box .row_text{font-size:13px;font-weight:400;margin:15px auto;text-align:center;width:100%}.reset_box .reset_inner_box .row_text input[type=password]{border:0 solid #fff;height:15px;padding:0 0 0 20px;width:366px;text-align:center}.input_line.three_eighty{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/input_line_380.png) no-repeat scroll 0 0 rgba(0,0,0,0);height:9px;width:386px;margin:0 auto}.input_line.three_eighty.redline{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/input_line_380_red.png) no-repeat scroll 0 0 rgba(0,0,0,0)}.reset_change_pass_btn{background:none repeat scroll 0 0 #12174e;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;height:40px;line-height:40px;margin:30px auto 0;padding:0 15px;width:auto}.reset_box .reset_inner_box .small_loader{display:none;margin-left:25px}footer.keepfixed{position:fixed}.onlyfree{color:#cfd9a7;font-weight:700;float:right;font-size:20px}.onlyfree.blue{color:#001e62;font-size:16px}#catBody{width:100%;position:relative;visibility:hidden}#catMoreBody .column0,#catMoreBody .column1,#catMoreBody .column2{display:inline-block;width:33%;vertical-align:top}#forFilter .column0,#forFilter .column1{display:inline-block;width:50%;vertical-align:top}#forFilter .col-lg-6{width:100%;margin:5px 0}#catMoreBody .catSection{margin-bottom:25px;clear:both}#catMoreBody .subsubCatBox{display:block;padding:5px 0 5px 40px}#catMoreBody .subsubCatBox label{color:#bbb!important}#catMoreBody .headerTitle{color:#001e62;font-size:16px;font-weight:700;margin:15px 0 0}#forFilter .approx_duration_select{padding-left:40px}#forFilter .approx_duration_select select{color:#bbb!important;text-shadow:none!important;width:100%;font-size:18px}#forFilter .monthly,#forFilter .weekly{padding-left:25px}#forFilter .monthly_days,#forFilter .weekly_days{padding-left:65px}#forFilter .monthly label,#forFilter .monthly_days label,#forFilter .weekly label,#forFilter .weekly_days label{color:#bbb!important}.block{width:320px;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;transition:all 1s ease-in-out;float:left;height:auto}.image_cc_camera{display:inline-block;position:relative;bottom:20px;width:100%}.image_cc_camera .camera_img{display:inline-block;margin:0 3px 0 0}.image_cc_camera .img_name{color:#ccc;display:inline-block;vertical-align:bottom;font-family:ProximaNova-SemiBold;font-size:15px;letter-spacing:1px}.camera_img img{width:27px}#map-canvas1{height:400px}.txtleft{text-align:left}#get_direction .modal-sm{width:56%!important}.form-horizontal .form-group-lg .control-label span{font-size:16px}.modalsubHead{color:#001e62;text-transform:capitalization;font-size:20.7px;text-align:center}.modalsubtitle_color{color:#001e62}#ui-id-3{z-index:9999;color:#1b5697}#ui-id-4{z-index:9999;color:#1b5697}.custombtn{padding:3px 40px;font-size:18px;position:absolute;top:0;right:10px;font-family:ProximaNovaSoft-Regular}.adp,.adp table{text-align:left;font-weight:300;color:#001e62!important}.form-group-lg .form-control{color:#001e62}.adp-step,.adp-substep{border-top:1px solid #cdcdcd;margin:0;padding:.3em 3px;vertical-align:middle}hr{border-color:#999 -moz-use-text-color -moz-use-text-color;margin-top:10px;margin-bottom:10px}.adp-substep .adp-stepicon .adp-maneuver{background-image:url(images/maneuvers.png)}.adp-distance,.adp-placemark{display:none}.adp-step,.adp-substep{border-top:0 solid #cdcdcd!important;margin:0;padding:.3em 3px;vertical-align:middle}#direction_box{margin:35px 0}.adp-substep{border-top:0 solid #cdcdcd;margin:0;padding:.5em 3px!important;vertical-align:top}.adp,.adp table{font-family:ProximaNovaSoft-Regular!important}.adp-directions{font-size:16px}table.adp-directions>tbody>tr>td.adp-substep:nth-child(2){color:#999!important;font-weight:700}.adp-legal{display:none}.comments{position:relative;padding:50px 0 0}.adp-summary{position:absolute;top:0;color:#999;font-size:16px;width:50%;padding-top:5px}.adp-substep>div:not(.adp-stepicon){display:none}.form-control{width:98%}.form-horizontal .form-group-lg .control-label{padding-top:11px;text-align:center!important}#calc_driving .control-label{text-align:left!important}.newgetdirection{background-color:#dad9dc;background-image:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;cursor:pointer;height:50px;margin-bottom:25px;margin-left:auto;margin-right:auto;margin-top:25px;padding-left:35px;padding-right:15px;width:500px}.newgetdirection span{color:#001e62;display:inherit;font-size:20px;line-height:50px;position:relative;vertical-align:middle;display:inline-block}.newgetdirection span::before{background-color:rgba(0,0,0,0);background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/icons.png);background-position:656px -64px;background-size:1100px auto;content:" ";height:69px;left:-40px;position:absolute;top:-14px;width:30px}#aget_direction{display:none}.duplicate_accout{font-family:ProximaNova-SemiBold;letter-spacing:1px}#continue_duplicate_btn,#skip_btn{border:0;background-color:#12174e;color:#fff;padding:10px 20px;font-family:ProximaNova-SemiBold;letter-spacing:1px}.onmobileshow{display:none!important}.remove_add_collection{display:inline-block}.modal-header.add_remove_collection_border{border-bottom:1px solid #d0d0d0;padding:18px 10px 4px;margin-bottom:15px}.top_rated_headingCont{padding:0 0 1%;position:relative;text-align:center}.radiusOption_box{border-radius:5px;color:#979797;height:80px;padding:0;position:absolute;width:250px;z-index:3;top:0;right:25px}.irs-slider{background:#011e62!important;height:16px!important;top:24px!important;border-color:#011e62!important;cursor:pointer}.irs-bar{background:#d4d4d4 none repeat scroll 0 0!important;height:5px;top:25px}.irs-line-mid{background:#d4d4d4 none repeat scroll 0 0!important;height:5px}.irs-line-left{background:#d4d4d4 none repeat scroll 0 -30px!important;height:5px}.irs-bar-edge{background:#d4d4d4 none repeat scroll 0 0!important}.irs-line-right{background:#d4d4d4 none repeat scroll 100% -30px!important;height:5px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave.save_to_profile,.related_collection_category .collection_result .keyword_txt_save_unsave .save_to_profile{text-align:left;width:100%}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:10px 20px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:10px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin-top:-23px;text-align:left;width:217px;margin-left:60px;line-height:normal}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin-top:-19px;text-align:left;width:217px}.save_to_profile{width:100%!important}.save_to_profile .save,.save_to_profile .unsave{float:left;height:inherit!important}.keyword_txt_save_unsave .savetokeyword .unsave_name{width:auto!important;text-align:center}.save_unsave{text-align:center}.keyword_txt_save_unsave .savetokeyword .unsave_name{padding:0 5px}.keywords,.savetokeyword{float:left}.save_to_profile .unsave_name{float:left;margin:15px 0 0!important;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.plan_results .plan_category_holder{display:inline-block;width:100%}.plan_results .recomended_category .recomended_category_poi .col-lg-4 .img_box{height:319px;width:426px;position:relative;margin:0 auto}.plan_results .plan_category_holder_list{width:100%;margin:0 auto;display:table}.plan_category_text{color:#253251;font-size:20px;font-weight:700;text-align:center;margin:10px auto}.plan_results .recomended_category .recomended_category_poi .col-lg-4{display:inline-block;background-color:#fff;margin:6px 11px;width:455px;height:auto;padding:12px}.plan_results .glyphicon-icon{display:inline-block}.plan_results .recomended_category_head{margin:2% auto;width:1875px;line-height:30px}.plan_results .grid-view{width:auto;margin:0 auto;padding-bottom:20px}.plan_results .recomended_category .grid-view .row.recomended_category_poi{padding:0;width:1912px}.list-view .plan_category_holder .desc_box{padding:15px 0;font-size:0}.list-view .featured_category .plan_category_holder .featured_category_desc_address::before{margin:0!important}.plan_results .featured_category{padding:0 50px}.plan_results .featured_category .col-lg-4{width:99%;margin:0}.itenary_header_text{text-align:center;font-family:ProximaNova-bold;color:#001e62}.plan_results .recomended_category_poi .events_date{color:#fff}.plan_results .recomended_category_poi .events_date b{float:right}.list-view .events_date_list{color:#001e62;font-size:15.38px;margin:10px 3px}.plan_results .header_desc .featured_category_desc_address .address_icon{background:rgba(0,0,0,0) url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -36px -51px/350px auto;content:"";display:inline-block;height:31px;left:14px;position:absolute;width:21px}.plan_results .address_data{margin-left:30px;display:inline-block}.plan_results .address_desc{margin:10px 0}.plan_results .img_box a{position:absolute}.plan_results .img_box .disp_distance{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/dark-overlay.png) round scroll 0 0/100% auto;bottom:0;color:#fff;float:right;font-weight:700;height:32px;left:0;line-height:32px;padding:0 10px;position:relative;width:65px;z-index:10}#main_content_area .mobile-view-container-main{display:none}.plan_results .address_data>span{display:inline-block}.plan_results .col-lg-4{vertical-align:top}.detail_content .detail_button .button.search_golf_location{background-position:-10px -484px}#golfer_content .container-fluid.golfer_top.shipping_details{width:60%;margin:0 auto;padding:10px 10px}#golfer_content .shipping_details .shipping_details_container{margin:0 auto;width:65%}#golfer_content .shipping_details .col-lg-shipping-4{display:inline-block;padding-bottom:10px;width:49%}#golfer_content .shipping_details .col-lg-shipping-4.input_full_width{width:100%}#golfer_content .shipping_details .golfer_title{color:#001e62;font-size:40px;margin:0 auto;text-align:center;width:100%}#golfer_content .shipping_details .col-shipping-12{text-align:center;width:90%}#golfer_content .shipping_details .col-shipping-12 .proceed_button{font-size:22px;padding:10px 35px;background:#183066;color:#fff;text-decoration:none;border:0;outline:0;font-family:proximanova-Regular}#golfer_content .container-fluid.golfer_top.payment_details{width:60%;margin:0 auto;padding:10px 10px}#golfer_content .payment_details .shipping_details_container{margin:0 auto;width:65%}#golfer_content .payment_details .shipping_details_container.make-color-blue{color:#001e62}#golfer_content .payment_details .col-lg-shipping-4{display:inline-block;padding-bottom:10px;width:42%}#golfer_content .payment_details .col-lg-shipping-4.input_full_width{width:90%}#golfer_content .payment_details .golfer_title{color:#001e62;font-size:40px;margin:0 auto;text-align:center;width:100%}#golfer_content .payment_details .col-shipping-12{text-align:center;width:90%;padding:5% 0}#golfer_content .payment_details .col-shipping-12 .checkout_button{font-family:proximanova-Regular;padding:10px 35px;font-size:20px;background:#183066;color:#fff;text-decoration:none;border:0;outline:0}#golfer_content .payment_details .col-lg-shipping-4.pull-details-right{text-align:right;vertical-align:top}#golfer_content .payment_details .col-lg-shipping-4.pull-details-right span{display:inline-block;width:50%}#golfer_content .payment_details .col-lg-shipping-4.pull-details-right .time_date{color:#1f5895;font-size:22px;font-family:proximanova-semibold}#golfer_content .payment_details .col-lg-shipping-4.pull-details-right .date_time{color:#1f5895;font-size:19.76px;font-family:proximanova-Regular}#golfer_content .payment_details .col-lg-shipping-4 .venue_name{width:100%;font-size:22px;color:#666;font-family:ProximaNova-Semibold}#golfer_content .payment_details .col-lg-shipping-4 .venue_address{width:100%;font-size:19.76px;color:#4d4d4d;font-family:ProximaNova-Regular}#golfer_content .payment_details .col-lg-shipping-4 .total_reservation_amount{font-weight:700;font-size:15px;color:#001e62}#golfer_content #payment_page{font-size:16px}#golfer_content .input_space{display:inline-block;width:3%}#golfer_content .container-fluid.golfer_top{width:60%;margin:0 auto;padding:10px 10px}#golfer_content .container-fluid.golfer_top .golfer_title{margin-bottom:30px}#golfer_content .golfer_top .shipping_details_container{margin:0 auto;width:100%;color:#4d4d4d;font-size:16px}#golfer_content .golfer_top .col-lg-shipping-4{display:inline-block;font-family:proximanova-Regular;font-size:19.76px;padding-bottom:20px;width:50%}#golfer_content .golfer_top.payment_page .col-lg-shipping-4{width:48%}#golfer_content .golfer_top .col-lg-shipping-4.full_width{width:90%}#golfer_content .golfer_top .golfer_title{color:#001e62;font-size:35.64px;margin:0 auto;text-align:center;width:100%;font-family:ProximaNova-Regular}#golfer_content .golfer_top .col-shipping-12{text-align:center;width:100%;padding:3% 0;font-family:ProximaNova-Semibold;color:#12174e;font-size:24px}#golfer_content .golfer_top .col-shipping-12 .keep_browsing_button{height:54px;background:#183066;color:#fff;text-decoration:none;border:0;outline:0;padding:10px 35px;display:inline-block;font-size:20px;font-family:ProximaNova-Regular}#golfer_content .golfer_top .col-shipping-12.cancel_btn .cancelation_button{float:right;width:30%}#golfer_content .golfer_top .col-shipping-12.cancel_btn .cancelation_button .cancel_link{color:#2e6da4;font-size:24px}#golfer_content .golfer_top .col-shipping-12.cancel_btn .cancelation_button .cancel_text{color:#929292;font-size:20px}#golfer_content .golfer_top .col-lg-shipping-4.pull-details-right{text-align:right;vertical-align:top}#golfer_content .golfer_top .col-lg-shipping-4.pull-details-right span{display:inline-block;width:50%;font-family:ProximaNova-bold;font-size:19.76px}#golfer_content .golfer_top .col-lg-shipping-4 #reservation_id{color:#1f5895;font-size:19.76px}#golfer_content .golfer_top .col-lg-shipping-4 #show_book_time{color:#1f5895;font-size:19.76px}#golfer_content .golfer_top .col-lg-shipping-4 #show_book_date{font-size:19.76px}#golfer_content .golfer_top .col-lg-shipping-4 .control-label>span{color:#929292;width:100%;display:inline-block;font-weight:700;margin-bottom:5px;max-width:100%}#golfer_content .golfer_top .col-lg-shipping-4 .control-label>span.tax_estimation_txt{font-size:16px;font-weight:400;vertical-align:top}#golfer_content .golfer_top .shipping_details_container .full_view_blue{color:#001e62;display:inline-block;font-weight:700;margin-bottom:5px;max-width:100%}#golfer_content .golfer_top .col-lg-shipping-4>span{color:#4d4d4d}#golfer_content .golfer_top .col-lg-shipping-4>span.content_value{font-size:19.76px;font-family:ProximaNova-Semibold}#golfer_content #finalpayment_page{font-size:16px}#golfer_content .col-lg-shipping-4 .taxes_est{font-size:18px;font-family:ProximaNova-Semibold;display:inline-block;width:100%;vertical-align:top}#golfer_content .tee_content .tee_avalaibility{margin-top:30px;margin-bottom:50px;width:100%}#golfer_content .tee_content .tee_avalaibility .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#666}#golfer_content .tee_content .tee_avalaibility .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#aaa}#golfer_content #golf_end_date,#golfer_content #golf_start_date{padding:6px;border:1px solid #f9f9f9;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-o-border-radius:3px;background-color:#ddd;color:#001e62;font-weight:700}#golfer_content #billing_name,#golfer_content #billing_phone_number,#golfer_content #credit_card_number,#golfer_content #cvv_code,#golfer_content #expiration_month,#golfer_content #expiration_year,#golfer_content #shipment_address_1,#golfer_content #shipment_address_2,#golfer_content #shipment_city,#golfer_content #shipment_country,#golfer_content #shipment_email,#golfer_content #shipment_first_name,#golfer_content #shipment_last_name,#golfer_content #shipment_mobile_no,#golfer_content #shipment_state_code,#shipment_postal_code{padding:12px;border:1px solid #f9f9f9;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-o-border-radius:3px;background-color:#ddd;color:#4d4d4d;font-family:ProximaNova-Regular;font-size:19.76px;width:100%}#golfer_content #search_golf_tee_time{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/book-golf.png) no-repeat scroll 15px 0/294px auto rgba(0,0,0,0);height:52px;width:303px}#golfer_content #golf_end_date.golf_error,#golfer_content #golf_start_date.golf_error{border-color:red;border-style:solid}#golfer_content #billing_name.golf_error,#golfer_content #billing_phone_number.golf_error,#golfer_content #credit_card_number.golf_error,#golfer_content #cvv_code.golf_error,#golfer_content #expiration_month.golf_error,#golfer_content #expiration_year.golf_error,#golfer_content #shipment_address.golf_error,#golfer_content #shipment_address_1.golf_error,#golfer_content #shipment_city.golf_error,#golfer_content #shipment_country.golf_error,#golfer_content #shipment_email.golf_error,#golfer_content #shipment_first_name.golf_error,#golfer_content #shipment_last_name.golf_error,#golfer_content #shipment_mobile_no.golf_error,#golfer_content #shipment_postal_code.golf_error,#golfer_content #shipment_state_code.golf_error{border-color:red;border-style:solid}#golfer_content{background-color:#fff;min-height:353px}#golfer_content .container-fluid.golfer_top{width:890px;margin:0 auto;padding:10px 10px}#golfer_content .row.golfer_title{color:#001e62;margin:0 auto;text-align:center;width:100%;font-family:ProximaNova-Regular}#golfer_content .row.golfer_search{margin:20px auto 0;width:100%}#golfer_content .col-lg-4.search_golfer_input{float:right;margin:0 auto;padding:0;width:69%}#golfer_content .search_golfer_input #golf_start_date{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/calender.png) no-repeat scroll right 3% center/35px 32px rgba(0,0,0,0);border:2px solid #ccc;color:#12174e;cursor:pointer;font-size:20px;padding:1% 3%;width:43%;font-family:ProximaNova-Regular!important}#golfer_content .col-lg-4.search_golfer_btn{float:right;margin:0 auto;padding:0;text-align:right;width:27%}#golfer_content .row.golf_list{border:1px solid #ccc;margin:14px auto 0;padding:15px 10px;text-align:center;width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:row;padding:15px 10px}#golfer_content .col-lg-4.cart_included,#golfer_content .col-lg-4.golf_list_holeCount,#golfer_content .col-lg-4.golfer_allowed{display:table-cell;padding:0 10px;vertical-align:middle;width:250px;float:none}#golfer_content .col-lg-4.green_fess{display:table-cell;padding:0 10px;vertical-align:middle;width:195px;float:none;text-align:center}#golfer_content .col-lg-4.golf_list_time{display:table-cell;padding:0 10px;vertical-align:middle;width:260px;float:none;text-align:left}#golfer_content .col-lg-4.green_fess{font-family:ProximaNova-bold;color:#12174e;font-size:1.6em}#golfer_content .golf_list_time .golf_time_value{color:#12174e;font-size:1.6em;font-family:ProximaNova-Regular}#golfer_content .golf_list_time .golf_time_label{color:#4d4d4d;font-size:15.8px;font-family:ProximaNova-Regular}#golfer_content .golf_list_time .golf_ratename{color:#12174e;font-size:26.8px;font-family:ProximaNova-Regular;text-transform:uppercase}#golfer_content .col-lg-4.golf_book_btn{display:table-cell;padding:0 10px;vertical-align:middle;width:160px;float:none}#golfer_content .col-lg-4.golf_book_btn .submit .golf_teetime_book{font-size:20px;display:table-cell;color:#fff;background-color:#183066;font-family:ProximaNova-Regular;height:48px;vertical-align:middle;width:153px}#golfer_content .golf_list_holeCount .sub_holeCount_f,.cart_included .sub_cart_incl_f,.golfer_allowed .sub_golfer_all_f{color:#4d4d4d;font-size:19.8px;font-family:ProximaNova-semibold}#golfer_content .golf_list_holeCount .sub_holeCount_s,.cart_included .sub_cart_incl_s,.golfer_allowed .sub_golfer_all_s{color:#12174e;font-size:19.8px;font-family:ProximaNova-Regular}#golfer_content .submit #golf_tee_time_list{background-color:#183066;border-color:#001e62;color:#fff;float:right;font-family:ProximaNova-Regular;font-size:20px;height:47px;width:100%}#golfer_content .date_icon{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/category_sprite.png) repeat scroll -833px 75px rgba(0,0,0,0);bottom:53px;float:right;height:48px;position:relative;width:11%}#golfer_content .container-fluid.golfer_top .golfer_link_tab{background-color:#ccc;color:#fff;display:block;margin-top:1%;width:100%}#golfer_content .container-fluid.golfer_top .golfer_link_tab .checkout,#golfer_content .container-fluid.golfer_top .golfer_link_tab .complete,#golfer_content .container-fluid.golfer_top .golfer_link_tab .payment,#golfer_content .container-fluid.golfer_top .golfer_link_tab .select,#golfer_content .container-fluid.golfer_top .golfer_link_tab .shipment{background-color:#ccc;color:#fff;height:100%;line-height:50px;width:20%;float:left;text-align:center;font-size:17px;font-weight:700;cursor:default}#golfer_content .container-fluid.golfer_top .golfer_link_tab .active{background-color:#2e6da4;color:#fff;height:100%;line-height:50px;width:20%;float:left;text-align:center;position:relative;font-size:17px;font-weight:700;cursor:default}#golfer_content .container-fluid.golfer_top .golfer_link_tab .completed{background-color:#001e62;color:#fff;height:100%;line-height:50px;width:20%;float:left;text-align:center;position:relative;font-size:17px;font-weight:700;cursor:pointer}#golfer_content .container-fluid.golfer_top .golfer_link_tab .last{background-color:#001e62;color:#fff;height:100%;line-height:50px;width:20%;float:left;text-align:center;position:relative;font-size:17px;font-weight:700}#golfer_content .container-fluid.golfer_top .golfer_link_tab .arrow-right{border-bottom:25px solid transparent;border-left:25px solid #2e6da4;border-top:25px solid transparent;float:right;height:0;margin-right:-25px;width:0}#golfer_content .address .golfers_header{color:#666;font-family:ProximaNova-Semibold;font-size:1.6em}#golfer_content .address #date_time{color:#4d4d4d;font-size:1.6em;font-family:ProximaNova-Semibold}#golfer_content .golfer_lbl{color:#4d4d4d;font-size:19.76px;font-family:ProximaNova-Regular}#golfer_content #golfers{background-color:#fff;color:#929292;font-size:24px;font-family:ProximaNova-Semibold}#golfer_content .address .golfers_full_add{color:#4d4d4d;font-size:19.76px;font-family:ProximaNova-Regular}#golfer_content .online_rate_dis{color:#12174e;font-size:24px;text-align:center;padding:2% 0 4%;font-family:ProximaNova-Semibold}#golfer_content .greenfess_lbl{color:#4d4d4d;font-size:19.76px;font-family:ProximaNova-Regular}#golfer_content .taxes_fees_lbl .tax_con{color:#4d4d4d;font-size:19.76px;font-family:ProximaNova-Regular}#golfer_content .taxes_fees_lbl .taxes_est{color:#929292;font-size:16px;font-family:ProximaNova-Semibold;display:inline-block;width:100%;vertical-align:top}#golfer_content .total_rese_labl{color:#001e62;font-size:20px;font-family:ProximaNova-bold}#golfer_content .green_f .green_fees,#golfer_content .tax_con_f .taxes_conve_fee{color:#4d4d4d;font-size:19.76px;font-family:ProximaNova-Semibold}#golfer_content .total_reservation_price{color:#001e62;font-size:20px;font-weight:700;font-family:ProximaNova-bold}#golfer_content .submit{text-align:center}#golfer_content #golf_checkout_btn{background-color:#183066;border-color:#001e62;font-size:20px;padding:10px 35px;font-family:ProximaNova-Regular}#golfer_content .golfers_count_he,#golfer_content .green_f,#golfer_content .tax_con_f,#golfer_content .total_rese_f{margin-bottom:20px}#golfer_content #date_time_day{color:#1f5895;font-size:19.76px;font-family:ProximaNova-Regular}#golfer_content #cart_include{color:#929292;font-size:20px;font-family:ProximaNova-Semibold}#golfer_content .error{color:#929292;font-size:30px;padding:4%;text-align:center;font-family:ProximaNova-Semibold}#golfer_content .submit_btn{margin-bottom:44px;font-family:ProximaNova-Semibold}#golfer_content div.selectBox{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/dropdown-arrow.png) no-repeat scroll right 0 center;border:0;clear:both;color:#888;cursor:pointer;display:inline-block;position:relative;text-align:left;width:50px}#golfer_content span.selected{top:5px;width:100%;overflow:hidden;font-size:19.76px;font-weight:700;position:relative;display:inline-block;height:30px;z-index:1;color:#4d4d4d;font-family:ProximaNova-Semibold}#golfer_content div.selectOptions{margin-left:-2px;display:none;position:absolute;width:85px;z-index:1;margin-top:0;overflow:hidden;background:#fff none repeat scroll 0 0;border:2px solid #ccc;border-bottom-left-radius:3px;border-bottom-right-radius:3px;cursor:pointer}#golfer_content span.selectOption{font-size:24px;font-family:ProximaNova-Semibold;display:block;width:100%;line-height:20px;padding:5px 12px;margin-top:5px;margin-bottom:5px}#golfer_content .selectOptionshr{color:#ccc;margin:0}.col-lg-shipping-4 span{text-align:left}.col-lg-shipping-4.pull-details-right span{text-align:right}.keepright{text-align:right}.golfer_count{width:70px;text-align:center;border-color:#183066;background:#fff;color:#183066}.sub_golfer_all_f select,select option{color:#183066}.sub_golfer_all_f select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.sub_golfer_all_f select option:hover,select option:focus{background-color:#e9f9ef;color:#183066}.teetime_error{color:red;font-size:20px;padding-top:10px;text-align:center}#ui-datepicker-div{z-index:100!important}.social_list a{margin:10px}.socialbtns{width:80px;cursor:pointer;color:#006}.allthree_social_btn{display:inline-block}.allthree_social_btn div.all_share_icon{background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/share_sprite.png);background-position:0 0;background-repeat:no-repeat;background-size:70px auto;display:inline-block;height:35px;width:35px;vertical-align:middle;margin-left:5px;cursor:pointer}.social_all_icons{background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/socail_icon.png);background-repeat:no-repeat;background-size:100px auto;display:inline-block}.face{background-position:3px 0;height:34px;width:38px}.twitt{background-position:-31px 0;height:34px;width:38px}.insta{background-position:-66px 0;width:34px;height:35px}.social_title{color:#193264}.list-unstyled span{color:#006;font-size:19.8px;padding-left:0;cursor:pointer;vertical-align:middle;padding-left:22px}.popover-content{padding-bottom:15px;padding-left:30px;padding-right:30px;padding-top:20px}.popover{text-align:center;border-bottom-color:rgba(179,179,179,1);border-top-color:rgba(179,179,179,1);border-left-color:rgba(179,179,179,1);border-right-color:rgba(179,179,179,1);border-radius:0;border-width:2px}.popover-title{background-color:#fff;border-bottom-color:rgba(179,179,179,.3);border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;color:#193264;display:inline-block;font-size:14px;font-weight:700;margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;padding-bottom:8px;padding-left:2px;padding-right:14px;padding-top:8px;text-align:center;width:90%}.popover.top>.arrow{border-bottom-width:0;border-top-color:rgba(179,179,179,1);bottom:-20px;margin-left:-20px}.popover>.arrow{border-left-width:20px;border-right-width:20px;border-top-width:20px}.popover>.arrow::after{border-bottom-width:20px;border-left-width:20px;border-right-width:20px;border-top-width:20px;content:""}.popover.top>.arrow::after{border-bottom-width:0;border-top-color:#fff;bottom:2px;content:" ";margin-left:-20px}.popover{max-width:400px}.instag{background-position:-50px -2px;background-size:72px auto;height:20px;width:20px}.dspinline{display:inline-block}.header_txt_margin{margin:0 auto!important}.modeselections{width:100%;height:auto;display:inline-block}#mode-selector label{width:200px;text-align:center;border-right:1px solid rgba(0,0,0,.3);padding:0 28px}#mode-selector label>div>div.direction_img{background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/direction_sprite_icon.png);background-position:0 0;background-repeat:no-repeat;background-size:245px auto;width:63px;height:37px;cursor:pointer;display:inline-block}#mode-selector>input{visibility:hidden;position:absolute;left:-9999px}.modeselections label>div>span{font-family:ProximaNovaSoft-Regular;color:#999;font-size:20px;float:left;width:100%}.changemode-transit{background-position:-62px 0!important}.changemode-bike{background-position:-122px 0!important}.changemode-walk{background-position:-183px 0!important}.noborder{border:0!important}.modeselections label>div{cursor:pointer;display:inline-block}.modeselections label>div:hover span{color:#001e62}.changemode-drive:hover{background-position:0 -37px!important}.changemode-transit:hover{background-position:-62px -37px!important}.changemode-bike:hover{background-position:-122px -37px!important}.changemode-walk:hover{background-position:-183px -37px!important}.changemode-drive_active{background-position:0 -37px!important}.changemode-transit_active{background-position:-62px -37px!important}.changemode-bike_active{background-position:-122px -37px!important}.changemode-walk_active{background-position:-183px -37px!important}.modeselections .span_active{color:#001e62}.get_direction hr{border-top-color:#fff!important}.drive:hover .changemode-drive{background-position:0 -37px!important}.transit:hover .changemode-transit{background-position:-62px -37px!important}.bike:hover .changemode-bike{background-position:-122px -37px!important}.walk:hover .changemode-walk{background-position:-183px -37px!important}.leftemailloc::before{position:absolute;left:-30px}.buttonfont{font-size:16px}.lang_title{color:#000}.next_page,.previous_page{color:#192f66;font-size:18px;width:32px;height:32px;border-radius:50%;cursor:pointer;display:inline-block;line-height:32px;margin:4px}.pagination_button{color:#192f66;font-size:18px;border-radius:50%;cursor:pointer;display:inline-block;margin:4px;padding:1px;border:1px solid #f2f2f2;padding-left:10px;padding-right:10px}.pagination_button:hover{border:1px solid #ddd}.pagination_button.selected{background-color:#192f66;color:#fff;border:1px solid #192f66}.next_page,.previous_page{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/pagination.png) no-repeat scroll 0 0;content:"";height:22px;position:absolute;width:17px}.previous_page{background-position:-2px -23px;background-size:45px auto;margin-left:-25px;margin-top:9px}.previous_page.active{background-position:-23px -23px}.next_page{background-position:-2px 0;background-size:45px auto;margin-right:-25px;margin-top:9px}.next_page.active{background-position:-23px 0}.browse_show_more_btn_page,.more_recommendation_show_more_btn_page{position:relative}.best_show_more.text-center,.browse_show_more.text-center,.more_recommendation_show_more.text-center{height:60px}.more_search_button .search_show_more{padding:10px 0}.content_left.diamond,.content_left.halfstar.hotel,.content_left.hotel,.content_left.hotel.quaterstar,.content_left.hotel.threequaterstar,.featured_category_rate.diamond,.featured_category_rate.halfstar.hotel,.featured_category_rate.hotel,.featured_category_rate.hotel.quaterstar,.featured_category_rate.hotel.threequaterstar,.title_rate.diamond,.title_rate.halfstar.hotel,.title_rate.hotel,.title_rate.hotel.quaterstar,.title_rate.hotel.threequaterstar{background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/newrating.png);background-repeat:no-repeat;display:inline-block}.content_left.diamond{background-position:-4px 0;background-size:125px auto;height:30px;margin:11px 2px;width:27px}.featured_category_rate.diamond,.title_rate.diamond{background-position:-5px 0;background-size:150px auto;height:33px;margin:2px;width:33px}.content_left.halfstar.diamond{background-position:-33px 0}.featured_category_rate.halfstar.diamond,.title_rate.halfstar.diamond{background-position:-40px 0}.featured_category_rate.diamond,.featured_category_rate.hotel{float:right}.content_left.hotel{background-position:-65px 0;background-size:125px auto;height:30px;margin:9px 2px;vertical-align:top;width:26px}.content_left.halfstar.hotel{background-position:-96px 0}.featured_category_rate.hotel,.title_rate.hotel{background-position:-78px 0;background-size:150px auto;height:35px;margin:0 0 0 3px;width:32px}.featured_category_rate.halfstar.hotel,.title_rate.halfstar.hotel{background-position:-115px 0}.by_location>div#cancel_loc{font-size:20px;position:absolute;right:20px;top:11px;cursor:pointer}.top_my_collections .recomended_category_poi .add_to_collection_bookmark.myprofile_reservid{padding:0;width:100%}.top_my_collections .recomended_category_poi .add_to_collection_bookmark.myprofile_reservid:before{background-image:none!important;padding:0}.slick-track{float:left}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt.myprofile_reservtxt{color:#fff;display:inline-flex;font-family:ProximaNova-Regular;font-size:17.5px}.reason_options{padding:5px;cursor:pointer}.selectreasongolf>#collection_cat_outer{padding-bottom:0!important}#cancel_golf_booking .selectreasongolf.submit{margin-bottom:0;margin-top:20px}#cancel_golf_booking_msg .success_msg{font-size:20px;padding-top:25px}.mybooked_history::before{background-image:none!important}#mainSection.page-404{background:#fff;margin-bottom:20px}.not_found_page img{width:200px}.not_found_page{font-family:ProximaNova-Semibold;background-color:#efefef;color:#333438;font-size:19px;letter-spacing:0;margin:0 auto;padding:40px 0;text-align:center;width:100%;word-spacing:1px}.not_found_page .in_blue,.not_found_page .to_home{color:#001e62;font-size:25px}.not_found_page .not_found_reason{margin-left:14%;text-align:left}.not_found_page ul li span{color:#001e62}.myprofiledelete .notifyerror{text-align:center}#profileDelete{display:inline-block;height:auto;width:100%}.myprofiledelete .showerrdelete{color:red}.myprofiledelete .delete_content{width:100%;display:inline-block;position:relative}.myprofiledelete .delete_blog_text{width:100%;height:auto;background-color:#f6f6f6;display:inline-block;padding:0 10px 20px 10px}.myprofiledelete .delete_tag{margin:0 31px;color:#c1272d;border-bottom:5px solid #ebebeb;font-size:25px;padding:10px 0;font-weight:700}.del_pass,.myprofiledelete .all_content1{padding:20px 60px;font-size:18px;font-weight:700;color:#000}.all_content2{padding:0 60px;font-size:18px;font-weight:700;color:#000}.delete_option_tag{padding:20px 88px;width:85%;position:relative}.myprofiledelete .delete_option_tag .container{display:inline-block;margin:8px;position:relative;width:100%}.myprofiledelete .radio_btn{background-color:#fff;border:2px solid #ccc;border-radius:50%;cursor:pointer;display:inline;float:left;height:25px;position:relative;width:25px}.myprofiledelete .radio_text{display:inline;float:right;font-size:18px;position:relative;width:93%;color:#000}.myprofiledelete .radio_active{background-color:#09f;border:4px solid #ccc;height:25px;width:25px}.myprofiledelete .usr_input,.myprofiledelete .usr_input_data,.myprofiledelete .usr_pass,.myprofiledelete .usr_pass_data{font-size:25px;font-weight:700}.myprofiledelete .pass_container{margin:0 2.5%;position:relative;width:95%}.myprofiledelete .user_pass_info{border-bottom:4px solid #ebebeb;padding:5px 25px 20px;margin:15px 0}.myprofiledelete .user_container{width:30%;display:inline-block;font-weight:500;font-size:16px}.enter_pass,.re_enter_pass{width:69%;border:none;height:40px}.delete_btn{display:inline-block;float:right;width:95%;margin:0 2.5%}.delete_btn .cancel_data{border:4px solid #ebebeb;color:#4d4d4d;display:inline-block;font-size:13px;padding:10px;position:relative;text-align:center;width:auto;cursor:pointer;font-weight:700;float:right;margin:0 10px}.delete_btn .delete_account{border:4px solid #ebebeb;color:#4d4d4d;display:inline-block;font-size:13px;padding:10px;position:relative;text-align:center;width:auto;font-weight:700;cursor:pointer;float:right}.delete_btn .cancel_data:hover,.delete_btn .delete_account:hover{border:4px solid #ebebeb;background-color:#4d4d4d;color:#fff}.delete_container{font-size:25px;padding:28px 40px;font-weight:700}.suggetion_delete{height:275px;padding:0 40px}.contact_del{margin:0 .5% 0 0;width:32%;height:175px;background-color:#f6f6f6;float:left;position:relative}.contact_del .title_sugg{border-bottom:2px solid #ebebeb;height:48px;margin:15px;padding:12px 3px}.feedback_del{width:33%;height:175px;background-color:#f6f6f6;float:left;margin:0 .5% 0 0;position:relative}.feedback_del .title_sugg{padding:12px 3px;border-bottom:2px solid #ebebeb;height:48px;margin:15px}.follow_del{width:32%;height:175px;background-color:#f6f6f6;float:left;cursor:pointer;font-weight:700;margin:0;position:relative}.follow_del .title_sugg{padding:12px 3px;border-bottom:2px solid #ebebeb;height:48px;margin:15px;font-weight:700}.formyprofile_delete .feed_dec{font-weight:700;font-size:16px;padding:0 20px;color:#000}.title_sugg .title{color:#09f;float:left;font-weight:700;font-size:22px;margin:-3px 3px}.contact_del .title_sugg .icon{float:right;margin-top:-3px}.feedback_del .title_sugg .icon{float:right;margin-top:-6px}.follow_del .title_sugg .icon{float:right;margin-top:-6px}.half_rect{border-bottom:20px solid #cacaca;border-left:20px solid transparent;float:right;height:0;position:absolute;right:10px;bottom:10px;width:0}.desc_after_dele{font-size:25px;padding:0 20px 0 0;text-align:left}.img_for_del{padding:0;margin-bottom:25px}.showerror{color:red;font-size:14px}.tourshowerror{color:red;font-size:22px}.othertextarea{display:inline-block;margin:15px 0 0 0;width:100%;min-height:60px}.othertextarea textarea{width:100%;min-height:50px;padding:10px}.formyprofile_delete .popover-content{padding-bottom:15px;padding-left:15px;padding-right:15px;padding-top:20px;min-width:300px;text-align:center}.dspinline{display:inline-block}.formyprofile_delete .popover{max-width:400px}.suggetion_delete .socio_ico{background-color:transparent;background-image:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/socialbtnicon.png);background-repeat:no-repeat;cursor:pointer}.suggetion_delete .socio_ico.b_ico,.suggetion_delete .socio_ico.f_ico,.suggetion_delete .socio_ico.i_ico,.suggetion_delete .socio_ico.t_ico{display:inline-block;height:39px;width:38px;background-size:155px auto}.suggetion_delete .socio_ico.f_ico{background-position:0 0}.suggetion_delete .socio_ico.t_ico{background-position:-38px 0;margin-left:20px}.suggetion_delete .socio_ico.i_ico{background-position:-77px 0;margin-left:20px}.suggetion_delete .socio_ico.b_ico{background-position:-118px 0;margin-left:20px}.formyprofile_delete .infobox{width:98%;padding:20 0}.myprofiledelete .blackheader .left_content{width:75%}.myprofiledelete .formyprofile_delete{width:85%;margin:0 auto 0}.myprofiledelete #data-profile{text-align:left;padding:40px 0;width:90%;margin:0 auto}.myprofiledelete #main-profile .img-div{height:auto;text-align:center}.pull-left{float:left!important}.myprofiledelete #main-profile .img-div img{height:auto;width:45%;max-width:300px;min-width:100px;min-height:100px}.img-circle{border-radius:50%}.pull-right{float:right!important}.myprofiledelete #main-profile .txt-div{width:80%}.myprofiledelete #main-profile .txt-div .profile-field{width:100%}.myprofiledelete #main-profile .txt-div .profile-field .profile-name{color:#05215c;font-size:40px;font-weight:700;padding:0}hr{border-color:#999 -moz-use-text-color -moz-use-text-color;margin-top:10px;margin-bottom:10px}.colrow.delete_acc{border-bottom:medium none;color:#b3b3b3;font-size:26px;padding:20px 0;text-align:right;width:88%}.myprofiledelete #main-profile{display:inline-block;width:100%}.myprofiledelete #main-profile{display:inline-block;margin:0 auto;text-align:center;width:100%;background-color:#fff}.formyprofile_delete .title_h2{font-weight:700;padding:0 40px}.myprofiledelete{background-color:#fff!important}#hotelplanner{border-bottom:2px solid #f2f2f2;width:100%;height:auto;margin-top:50px}#hotelplanner .singlelist{border-bottom:1px solid #f2f2f2}#hotelplanner .hotel_action .hotel_desc{width:81%;height:100%;display:inline-block;vertical-align:top}#hotelplanner .list_desc .hotel_info{width:88%;height:100%;display:inline-block;vertical-align:top}#hotelplanner .hotel_action .bottom_button,#hotelplanner .hotel_action .hotel_desc,#hotelplanner .list_desc .hotel_info,#hotelplanner .list_desc .hotel_price{display:inline-block;vertical-align:top}#hotelplanner .list_desc .hotel_title{font-family:ProximaNova-Semibold;font-size:42px;color:#192f66;padding:15px 0}#hotelplanner .list_desc .hotel_tag{width:100%;padding:15px 0}#hotelplanner .list_desc .hotel_tag .facility_tag{display:inline-block;text-align:left;width:17%;font-family:ProximaNova-Regular;font-size:22px;color:#192f66;padding-left:40px}#hotelplanner .list_desc .hotel_tag .facility_tag::before{background:url(../images/hotelplanner/room-detail.png) no-repeat;position:absolute;width:32px;height:30px;background-size:195px;content:"";margin-left:-40px}#hotelplanner .list_desc .hotel_tag .facility_tag.pay_at_hotel::before{background-position:0 0}#hotelplanner .list_desc .hotel_tag .facility_tag.pay_now::before{background-position:-33px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.free_cancellation::before{background-position:-65px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.no_free_cancellation::before{background-position:-98px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.non_smoking::before{background-position:-130px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.smoking::before{background-position:-161px 0}#hotelplanner .hotel_action .hotel_desc{font-family:ProximaNova-Regular;font-size:24px;padding:15px;color:#4d4d4d}#hotelplanner .hotel_action,#hotelplanner .list_desc{display:-webkit-flex;display:-ms-flex;display:flex;justify-content:space-between}#hotelplanner .hotel_action .bottom_button{align-self:flex-end}#hotelplanner .list_desc .hotel_price{align-self:flex-start}#hotelplanner .list_desc .hotel_price{width:10%;margin-bottom:25px}#hotelplanner .hotel_action .bottom_button{margin-bottom:25px}#hotelplanner .list_desc .hotel_price .top_price{color:#192f66;font-family:ProximaNova-Semibold;font-size:48px;text-align:right;padding:15px 0}#hotelplanner .hotel_action .bottom_button .select_room_btn{width:300px;height:74px;color:#192f66;border:1px solid #192f66;text-align:center;font-family:ProximaNova-Semibold;font-size:26px;line-height:74px;cursor:pointer}#hotelplanner .hide{display:none}#hotelplanner .hp_title{color:#192f66;font-family:ProximaNova-Semibold;font-size:36px}#hotelplanner .hp_txt{color:#192f66;padding-left:10px;font-family:ProximaNova-Semibold;font-size:24px}#hotelplanner .hp_btn{background:#192f66;width:300px;height:74px;color:#fff;border:1px solid #192f66;text-align:center;font-family:ProximaNova-Semibold;font-size:26px;line-height:74px;cursor:pointer;margin:20px auto}#hotelplanner .hp_input{background-color:#f2f2f2;border-radius:3px;color:#4d4d4d;font-weight:500;padding:3px 6px;font-size:28px;border:1px solid #f9f9f9;border-radius:0;width:96%;height:74px;padding-left:10px}#hotelplanner .hp_select{cursor:pointer;background-color:#f2f2f2;border:1px solid #f9f9f9;border-radius:0;color:#4d4d4d!important;padding:3px 6px;background:#f2f2f2 url(../images/hotelplanner/grey_dropdown.png) no-repeat scroll 97% center/18px auto;width:96%;height:74px;padding-left:10px;font-size:28px}#hotelplanner .form-control:focus{box-shadow:none}#hotelplanner .form-control{box-shadow:none}#hotelplanner .hp_date{color:#192f66;padding-left:28px;font-family:ProximaNova-Semibold;font-size:24px}#hotelplanner .hp_date::before{background:rgba(0,0,0,0) url(../images/hotelplanner/booking_table_sprite.png) no-repeat;content:" ";width:28px;height:28px;position:absolute;background-position:-1px 4px;background-size:136px auto;top:0;left:14px}#hotelplanner .hp_guest{color:#192f66;padding-left:28px;font-family:ProximaNova-Semibold;font-size:24px}#hotelplanner .hp_guest::before{background:rgba(0,0,0,0) url(../images/hotelplanner/booking_table_sprite.png) no-repeat;content:" ";width:28px;height:28px;position:absolute;background-position:-29px 4px;background-size:136px auto;top:0;left:14px}#hotelplanner .hp_searchbtn{width:300px;height:74px;background:#192f66;color:#fff;border:1px solid #192f66;text-align:center;font-family:ProximaNova-Semibold;font-size:26px;line-height:74px;cursor:pointer;margin-left:10px;margin-top:38px}#hotelplanner .hp_searchinput{cursor:pointer;background-color:#f2f2f2;border:1px solid #f9f9f9;border-radius:3px;color:#192f66!important;font-family:ProximaNova-Semibold;font-size:28px;padding:3px 6px;width:100%;background:#f2f2f2 url(../images/hotelplanner/grey_dropdown.png) no-repeat scroll 97% center/18px auto;width:95%;height:74px;padding-left:10px}#hotelplanner .hp_col_search{width:28%}#hotelplanner .hp_col_searchbtn{width:15%}#hotelplanner .hp_searchtxt{color:#192f66;padding:10px 0 0 10px;font-family:ProximaNova-Semibold;font-size:24px}#hotelplanner .hp_searchbox{background:#f2f2f2;width:88%;margin-left:8.6%}#hotelplanner .hp_donebtn{background:#192f66;color:#fff;border-radius:0;font-family:ProximaNova-Semibold;font-size:24px;width:150px;height:50px;margin:10px 0;float:right;text-align:center;line-height:50px;cursor:pointer}#hotelplanner .hp_searchspinner{border:1px solid #fff;height:70px;color:#192f66;font-size:24px}#hotelplanner .btn-default{border:1px solid #fff;height:70px;color:#192f66;font-family:ProximaNova-Semibold;font-size:24px}#hotelplanner .btn-default:hover{background:#fff}#hotelplanner .booked_cust_details{background-color:#f2f2f2;padding:50px 75px}#hotelplanner .booked_cust_details .row{padding-bottom:40px}#hotelplanner .booked_cust_details_label{color:#4d4d4d;font-family:ProximaNova-Semibold;font-size:28px}#hotelplanner .booked_cust_details_paragraph{color:#192f66;font-family:ProximaNova-Semibold;font-size:36px}#hotelplanner .booked_cust_details_amount{color:#192f66;font-family:ProximaNova-Semibold;font-size:44px}#hotelplanner .booked_venue_service{font-size:36px;color:#192f66;padding:40px 0;font-family:ProximaNova-Semibold}#hotelplanner .thank_you_msg{font-family:ProximaNova-Semibold;font-size:44px;padding-top:30px}#hotelplanner .email_notify_msg{font-family:ProximaNova-Semibold;font-size:44px;color:#2f8c21;padding-top:10px}#hotelplanner .btn_browsing{font-family:ProximaNova-Semibold;width:fit-content;background-color:#f2f2f2;font-weight:26px;background-color:#192f66;color:#fff;font-size:28px;margin:50px auto;padding:15px 50px}.required:after{content:" *";color:red}.totalbeforetax_price{margin-top:20px}.tax_price,.total_price,.totalbeforetax_price{font-size:16px;font-family:ProximaNova-Semibold}.total_price{font-size:20px;color:#192f66;font-family:ProximaNova-Semibold}.hotelplanner_PB{width:200px;float:right;bottom:0}.price_section{border-top:1px solid #f2f2f2;margin-top:20px}.nightly_rates{font-size:14px;margin-top:-16px;text-align:right;color:#192f66}.tour_total_price{color:#12174e;display:block;font-size:20px;font-weight:700}.tourlist_layout_righta{font-size:18px;color:#12174e;background:0 0;display:block}.tour_prcode{margin-top:10px}.tour_total_price{margin-top:6px}.tourlist_layout_right{line-height:40px;text-align:left}#two .middle-div .col-xs-2.locationb .tour_guest{color:#001e62!important;text-shadow:none!important}.collection.page-collection .top_my_collection_detail_page .row.my_collection_detail_content .row.recomended_category_poi{width:40%;position:relative;float:left}.top_my_collection_detail_page .top_rated_map_outer{width:60%}.top_collection_results .top_rated_map{height:inherit;width:97%;display:inline-block}.top_my_collection_detail_page .selected-collection{position:sticky;top:0;z-index:100;background:#fff;padding:10px}.top_my_collection_detail_page .top_rated_map_outer{position:sticky;top:0;height:100vh;display:inline-block;vertical-align:top}#handleDiv{display:inline-block;width:10px;cursor:ew-resize;background-color:#f7fafb;position:-webkit-sticky;position:sticky;top:0;height:100vh;text-align:center}#slider_svg{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.morecontent span{display:none}.morelink{display:inline-block;font-weight:700;color:#001e62}.morelink:active,.morelink:focus,.morelink:hover{color:#001e62}#accordion label{font-weight:400}#accordion .panel{margin:0 15px}.mybooking{background-color:#fff!important}.ordertxt{font-size:20px}.order_details{color:#1f5895;font-family:ProximaNova-Regular!important}.bookinginfo{color:#000;margin:40px auto 80px;width:70%}.bookinginfo h2{padding:5px;font-family:ProximaNova-Semibold!important;font-size:25px;color:#001e62}.bookinginfo .next_page{margin-right:0}.bookinginfo .orderInfoOuter{width:100%;height:auto;float:left;margin-bottom:80px}.bookinginfo .orderInfoOuter .outerheader{width:100%;height:75px;background-color:#ebebeb;padding:10px}.bookinginfo .orderInfoOuter .outerheader .outerheaderButton{display:inline-block;width:300px;height:55px;color:#2d2c2c;text-align:center;line-height:55px;border:1px solid #b0b0b0;font-size:22px;cursor:pointer;background-color:#f3f3f3}.bookinginfo .orderInfoOuter .outerheader .outerheaderButton.active{display:inline-block;width:300px;height:55px;color:#fff;text-align:center;line-height:55px;border:1px solid #09f;font-size:22px;cursor:pointer;background-color:#09f}.bookinginfo .orderInfoOuter .orderInfo{padding:10px;width:100%;height:100%;float:left;font-family:ProximaNova-Regular!important}.bookinginfo .orderInfoOuter .orderInfo .infoHeader{width:100%;height:40px;background:#192f66;line-height:40px;font-family:ProximaNova-Semibold;border-radius:5px 5px 0 0}.bookinginfo .orderInfoOuter .orderInfo .infoDetails .detailInfo,.bookinginfo .orderInfoOuter .orderInfo .infoHeader .headerOption{display:inline-block;vertical-align:top}.bookinginfo .orderInfoOuter .orderInfo .infoHeader .headerOption{color:#fff;font-weight:700;font-size:18px;text-align:left;width:100%;padding:0 10px;font-family:ProximaNova-Regular!important}.bookinginfo .orderInfoOuter .orderInfo .infoDetails .detailInfo,.bookmodal .detailInfo{color:#192f66;font-size:16px;padding:10px}.detailsButton{color:#192f66;font-size:16px;border:1px solid #192f66;border-radius:5px;text-align:center;width:35%!important;padding:5px!important;cursor:pointer}.bookinginfo .orderInfoOuter .orderInfo .infoDetails{background-color:#eee;border-bottom:1px solid #ddd;float:none;width:100%;clear:both;display:inline-block}.bookinginfo .orderInfoOuter .orderInfo .infoDetails .detailInfo .detailsButton{font-size:16px;padding:5px 20px;background-color:#192f66;color:#fff;cursor:pointer;text-align:center;display:inline-block;font-family:ProximaNova-Semibold}#bookingDetails .booking_detail_section{width:100%;margin:0 auto;color:#606060;font-size:14px}.booking_listing{margin-bottom:15px}#bookingDetails .booking_header{padding:10px 0;text-align:center;background-color:#989898;color:#fff}#bookingDetails .order_id_title{text-align:right;font-size:18px;float:right}.modal-header{height:auto!important;padding:20px!important;border-bottom:0 none!important;margin:0!important}.te_left-align{float:left;font-weight:700;line-height:25px;width:150px}.te_right-align{display:inline-block;float:right;line-height:25px;width:245px}.voucherUrl{width:auto;word-break:break-all}.ticket_detail_caption{background-color:#989898;color:#fff;padding:5px 0;text-align:center}.viator_ticket_details_left{background-color:#fff9d9;border:1px solid #e2d80c;border-radius:4px;display:inline-block;margin:10px;overflow-wrap:break-word;padding:10px;vertical-align:top;width:450px}.viator_ticket_details_left_cancel{border:1px solid #ccc;border-radius:4px;display:inline-block;margin:10px;padding:10px;vertical-align:top;width:350px}.viator_ticket_details_right{border:1px solid #ccc;border-radius:4px;display:inline-block;margin:10px;padding:10px;vertical-align:top;width:250px}.viator_ticket_details_right_cancel{border:1px solid #ccc;border-radius:4px;display:inline-block;margin:10px;overflow-wrap:break-word;padding:10px;vertical-align:top;width:350px}.viator_ticket_details_right_cancel_button{float:right;margin:15px auto;overflow-wrap:break-word;vertical-align:top;width:150px}.confirm_cancel{width:150px;height:35px;color:#fff;background-color:#09f;text-align:center;line-height:35px;cursor:pointer}.cancel_button{height:45px;line-height:45px;background-color:#192f66;color:#fff;text-align:center;clear:both;cursor:pointer;padding:0 10px;font-family:ProximaNova-Semibold;width:200px;margin:20px auto 0}#cancelReason::after{background:url(../images/UGC_sprite.png) no-repeat;background-size:25px auto;background-position:0 -10px;width:25px;height:25px}#cancelReason{height:35px;border:1px solid #ccc;font-size:16px;width:100%}.detailInfo,.headerOption{width:50%;display:inline-block;font-family:ProximaNova-Semibold;padding:10px}.detailInfo{font-family:ProximaNova-Semibold;color:#666}.show_more_btn_page.text-center{clear:both}.no_order_found{width:100%;text-align:center;font-size:24px;color:#999;padding:25px}.bookInfo{width:33.333%;float:left}.bookmodal .bookhead{width:100%;border-bottom:1px solid #192f66;color:#192f66;font-size:24px;text-align:left}.orderidstatus{width:100%;display:inline-block}.ois{width:100%}.cancellation_form{width:100%;float:left}.fs{display:inline-block;float:left;width:auto}.bookmodal .evetitle{font-size:1.1em}.bookmodal .headerOption{width:30%}.bookmodal .detailInfo{width:68%}.bookmodal .detailInfo,.bookmodal .headerOption{padding:5px;text-align:left}.bookmodal .headerOption.bookhead{width:100%}.neve{width:100%;display:inline-block}@media only screen and (min-width:1401px) and (max-width:2560px){.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price{color:#001e62;display:inline-block;font-size:20px;line-height:20px;padding:0 0 0;position:absolute;right:0!important;width:auto;margin-right:5px;margin-top:10px;font-family:ProximaNova-Semibold}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price_tag{color:#001e62;display:inline-block;font-size:23px;line-height:20px;padding:0 0 0;position:relative;width:auto;margin-right:5px;font-family:ProximaNova-Semibold}#booking_data .modal-dialog{width:38%}#booking_data .modal-header{padding:15px 20px}#booking_data .row_custom_padding{padding-bottom:20px}#booking_data .modal-body{padding:15px}#reservation_slot{padding:10px 0}#booking_data .ico_label{margin-left:30px}.tb_room::before{width:25px;height:25px;background-position:-104px 2px;background-size:130px auto;left:17px}#booking_data .fullDescription{font-size:22px;padding:20px 6px}#booking_data .modal-title{font-size:27px}#booking_data .modal-title span{font-size:24px}#booking_data button.close{font-size:40px}#booking_data .control-label{font-size:22px}.tb_date::before{width:25px;height:25px;background-position:-1 0;background-size:130px auto;left:17px}.tb_guests::before{width:25px;height:25px;background-position:-28px 2px;background-size:130px auto;left:17px}.tb_time::before{width:25px;height:25px;background-position:-79px 2px;background-size:130px auto;left:17px}.tb_gender::before{width:25px;height:25px;background-position:-53px 2px;background-size:130px auto;left:17px}#booking_data #adult_size,#booking_data #ccaddressCountry,#booking_data #child_size,#booking_data #expiryMonth,#booking_data #expiryYear,#booking_data #people_size,#booking_data #reservation_date,#booking_data #reservation_date2,#booking_data #room_size,#booking_data #time_session{padding:6px 6px}.time_link{font-size:22px;margin:10px 7px}.next_btn{padding:5px 72px;font-size:24px}.back_btn{padding:5px 72px;font-size:24px}.booking_btn{padding:5px 45px;font-size:24px;margin-bottom:5px}.room_icon_label{padding:3px 0}.room_icon_label span{font-size:22px}.total_room_rate_icon{width:36px;height:36px;background-position:-160px -1px;background-size:198px auto;margin-right:0;margin-top:-6px}.post-pay_icon{width:36px;height:36px;background-position:-1px 0;background-size:226px auto;margin-right:0;margin-top:-6px}.cancelinfo_icon{width:36px;height:36px;background-position:-76px 1px;background-size:226px auto;margin-right:0;margin-top:-6px}.accessible_icon{width:36px;height:36px;background-position:1px -2px;background-size:86px auto;margin-right:0;margin-top:-6px}#booking_data .f-heading{font-size:22px;margin-bottom:30px}#booking_data select{height:44px;font-size:22px}#booking_data input{font-size:22px}#booking_data .select_date{background:#f2f2f2 url(https://cityseeker.com/assets/images/grey_dropdown.png) no-repeat scroll 97% center/16px auto}#booking_data .select_room_size{background:#f2f2f2 url(https://cityseeker.com/assets/images/grey_dropdown.png) no-repeat scroll 97% center/16px auto}#booking_data .select_people_size{background:#f2f2f2 url(https://cityseeker.com/assets/images/grey_dropdown.png) no-repeat scroll 97% center/16px auto}#booking_data .select_gender{background:#f2f2f2 url(https://cityseeker.com/assets/images/grey_dropdown.png) no-repeat scroll 97% center/16px auto}#booking_data .select_sesssion{background:#f2f2f2 url(https://cityseeker.com/assets/images/grey_dropdown.png) no-repeat scroll 97% center/16px auto!important}.error_message{font-size:22px}#booking_data .success_message{font-size:22px}#booking_data .shadow_text{font-size:22px}#booking_data .travelname{padding:6px 6px}.room_icon_box{width:300px;margin-bottom:5px}#booking_data #ccadditionalDigits,#booking_data #ccaddressCity,#booking_data #ccaddressState,#booking_data #ccaddressZip,#booking_data #ccname,#booking_data #ccnumber,#booking_data #current_total,#booking_data #reservation_address,#booking_data #reservation_contact,#booking_data #reservation_date,#booking_data #reservation_email,#booking_data #reservation_first_name,#booking_data #reservation_last_name{padding:6px 6px}#booking_data .submit{text-align:center;margin-top:10px}#hp_billingaddress{padding-top:20px}.cc_padding{padding-top:20px}.guest_box{height:34px;position:absolute}.icon_back_box{width:90px;height:34px;font-weight:700!important;float:right;cursor:pointer}.room_back_icon{background-position:10px 0;background-size:14px auto;width:28px;height:28px}}@media only screen and (min-width:1600px){.myprofiledelete .blackheader .left_content{width:1400px}.formyprofile_delete{width:1400px;margin:50px auto 0}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price{color:#001e62;display:inline-block;font-size:18px;line-height:20px;padding:0 0 0;position:relative;width:auto;margin-right:5px;margin-top:10px;font-family:ProximaNova-Semibold}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price_tag{color:#001e62;display:inline-block;font-size:21px;line-height:20px;padding:0 0 0;position:relative;width:auto;margin-right:5px;font-family:ProximaNova-Semibold}}@media only screen and (min-width:2560px){.hotelplanner_PB{width:310px;float:right;bottom:0;margin-right:0}.contact_del{width:33%}.tax_price,.totalbeforetax_price{font-size:24px}.total_price{font-size:36px}.tour_poweredby{bottom:0;min-width:425px!important;width:auto;height:auto;height:50px!important;cursor:pointer;color:#fff}}@media only screen and (min-width:1920px) and (max-width:2559px){.hotelplanner_PB{width:230px;float:right;bottom:0;margin-right:0}.nightly_rates{font-size:18px;margin-top:-18px}.tax_price,.totalbeforetax_price{font-size:20px}.total_price{font-size:26px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price{color:#001e62;display:inline-block;font-size:19px;line-height:20px;padding:0 0 0;position:absolute;right:0!important;width:auto;margin-right:5px;margin-top:10px;font-family:ProximaNova-Semibold}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price_tag{color:#001e62;display:inline-block;font-size:22px;line-height:20px;padding:0 0 0;position:relative;width:auto;margin-right:5px;font-family:ProximaNova-Semibold}.formyprofile_delete .infobox{width:99%;padding:40px}.contact_del{width:33%}#hotelplanner .hp_title{font-size:26px}#hotelplanner .hp_txt{font-size:20px;padding-left:22px}#hotelplanner .hp_btn{font-size:24px;width:240px;height:60px;line-height:60px}#hotelplanner .btn_browsing{font-size:24px}#hotelplanner .hp_input{width:90%;height:55px;font-size:20px;padding-left:22px}#hotelplanner .hp_select{width:90%;height:55px;font-size:20px;background:#f2f2f2 url(../images/hotelplanner/grey_dropdown.png) no-repeat scroll 97% center/16px auto;padding-left:22px}#hotelplanner .hp_date{padding-left:24px;font-size:20px}#hotelplanner .hp_guest{padding-left:24px;font-size:20px}#hotelplanner .hp_searchbtn{width:225px;height:55px;line-height:55px;font-size:18px;margin-top:32px;margin-left:43px}#hotelplanner .hp_searchinput{font-size:18px;width:100%;height:55px;background:#f2f2f2 url(../images/hotelplanner/grey_dropdown.png) no-repeat scroll 97% center/18px auto}#hotelplanner .hp_date::before{width:24px;height:24px;background-position:0 3px;background-size:110px auto;top:0}#hotelplanner .hp_guest::before{width:24px;height:24px;background-position:-21px 3px;background-size:110px auto;top:0}#hotelplanner .hp_col_search{width:27%}#hotelplanner .hp_col_searchbtn{width:10%}#hotelplanner .hp_searchtxt{font-size:20px}#hotelplanner .hp_searchbox{width:92%;margin-left:64px}#hotelplanner .hp_donebtn{font-size:18px;width:130px;height:50px;margin:10px 0}#hotelplanner .btn-default,#hotelplanner .hp_searchspinner{height:60px;font-size:20px}#hotelplanner .list_desc .hotel_title{font-size:32px}#hotelplanner .list_desc .hotel_tag .facility_tag{font-size:16px;padding-left:30px}#hotelplanner .list_desc .hotel_tag .facility_tag::before{background-size:148px;width:25px;margin-left:-30px}#hotelplanner .list_desc .hotel_tag .facility_tag.pay_now::before{background-position:-24px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.free_cancellation::before{background-position:-49px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.no_free_cancellation::before{background-position:-74px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.non_smoking::before{background-position:-98px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.smoking::before{background-position:-122px 0}#hotelplanner .list_desc .hotel_price .top_price{font-size:36px;padding:10px 0}#hotelplanner .hotel_action .hotel_desc,#hotelplanner .list_desc .hotel_tag,#hotelplanner .list_desc .hotel_title{padding:10px 0}#hotelplanner .hotel_action .hotel_desc{font-size:18px}#hotelplanner .hotel_action .bottom_button .select_room_btn{width:225px;height:55px;line-height:55px;font-size:18px}#hotelplanner .booked_cust_details_amount,#hotelplanner .email_notify_msg,#hotelplanner .thank_you_msg{font-size:32px}#hotelplanner .booked_cust_details_paragraph,#hotelplanner .booked_venue_service{font-size:28px}#hotelplanner .booked_cust_details_label{font-size:24px}}@media only screen and (min-width:1600px) and (max-width:1919px){.bookspan .tours_price,.bookspan_home .tours_price{font-size:20px!important}.tax_price,.totalbeforetax_price{font-size:20px}.total_price{font-size:26px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price{color:#001e62;display:inline-block;font-size:19px;line-height:20px;padding:0 0 0;position:absolute;right:0!important;width:auto;margin-right:5px;margin-top:10px;font-family:ProximaNova-Semibold}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price_tag{color:#001e62;display:inline-block;font-size:22px;line-height:20px;padding:0 0 0;position:relative;width:auto;margin-right:5px;font-family:ProximaNova-Semibold}.formyprofile_delete .infobox{width:99%;padding:40px}.contact_del{width:33%}.myprofiledelete #main-profile .txt-div{width:78%}#hotelplanner .hp_btn{font-size:24px;width:240px;height:60px;line-height:60px}#hotelplanner .btn_browsing{font-size:24px}#hotelplanner .hp_searchtxt{font-size:20px}#hotelplanner .hp_searchbox{width:82%}#hotelplanner .hp_donebtn{font-size:22px;width:130px;height:50px;margin:10px 0}#hotelplanner .btn-default,#hotelplanner .hp_searchspinner{height:60px;font-size:20px}#hotelplanner .list_desc .hotel_title{font-size:28px}#hotelplanner .list_desc .hotel_tag .facility_tag{font-size:14px;padding-left:25px}#hotelplanner .list_desc .hotel_tag .facility_tag::before{background-size:125px;width:21px;margin-left:-25px}#hotelplanner .list_desc .hotel_tag .facility_tag.pay_now::before{background-position:-20px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.free_cancellation::before{background-position:-41px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.no_free_cancellation::before{background-position:-62px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.non_smoking::before{background-position:-83px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.smoking::before{background-position:-105px 0}#hotelplanner .list_desc .hotel_price .top_price{font-size:30px;padding:10px 0}#hotelplanner .hotel_action .hotel_desc,#hotelplanner .list_desc .hotel_tag,#hotelplanner .list_desc .hotel_title{padding:10px 0}#hotelplanner .hotel_action .hotel_desc{font-size:16px}#hotelplanner .hotel_action .bottom_button .select_room_btn{width:175px;height:50px;line-height:50px;font-size:16px}#hotelplanner .booked_cust_details_amount,#hotelplanner .email_notify_msg,#hotelplanner .thank_you_msg{font-size:28px}#hotelplanner .booked_cust_details_paragraph,#hotelplanner .booked_venue_service{font-size:24px}#hotelplanner .booked_cust_details_label{font-size:20px}#hotelplanner .booked_venue_service{padding:30px 0}.bookinginfo{width:85%}}@media only screen and (min-width:1401px) and (max-width:1599px){.bookspan .tours_price,.bookspan_home .tours_price{font-size:18px!important}.tax_price,.totalbeforetax_price{font-size:16px}.total_price{font-size:22px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price{color:#001e62;display:inline-block;font-size:15px;font-weight:700;line-height:20px;padding:0 0 0;position:absolute;right:0!important;width:auto;margin-right:5px;margin-top:10px;font-family:ProximaNova-Semibold}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price_tag{color:#001e62;display:inline-block;font-size:18px;line-height:17px;padding:0 0 0;position:relative;width:auto;margin-right:5px;font-family:ProximaNova-Semibold}.formyprofile_delete .infobox{width:99%;padding:40px}.myprofiledelete #main-profile .txt-div{width:75%}#hotelplanner .hp_title{font-size:26px}#hotelplanner .hp_txt{font-size:20px;padding-left:22px}#hotelplanner .hp_input{width:90%;height:50px;font-size:20px;padding-left:22px}#hotelplanner .hp_select{width:90%;height:50px;font-size:20px;background:#f2f2f2 url(../images/hotelplanner/grey_dropdown.png) no-repeat scroll 97% center/16px auto;padding-left:22px}#hotelplanner .booked_cust_details_amount,#hotelplanner .email_notify_msg,#hotelplanner .thank_you_msg{font-size:28px}#hotelplanner .booked_cust_details_paragraph,#hotelplanner .booked_venue_service{font-size:24px}#hotelplanner .booked_cust_details_label{font-size:20px}#hotelplanner .booked_venue_service{padding:30px 0}.bookinginfo .orderInfoOuter .orderInfo .infoDetails .detailInfo .detailsButton{font-size:16px;padding:3px 10px}}@media only screen and (min-width:1280px) and (max-width:1400px){.nightly_rates{font-size:14px;margin-top:-14px}.tax_price,.totalbeforetax_price{font-size:16px}.total_price{font-size:22px}.formyprofile_delete .infobox{width:99%;padding:40px}.myprofiledelete #main-profile .txt-div{width:75%}#hotelplanner .hp_btn{width:175px;height:50px;line-height:50px;font-size:16px}#hotelplanner .btn_browsing{font-size:21px}#hotelplanner .hp_title{font-size:22px}#hotelplanner .hp_txt{font-size:16px;padding-left:18px}#hotelplanner .hp_input{width:100%;height:45px;font-size:16px;padding-left:18px}#hotelplanner .hp_select{width:100%;height:45px;font-size:16px;background:#f2f2f2 url(../images/hotelplanner/grey_dropdown.png) no-repeat scroll 97% center/16px auto;padding-left:18px}#hotelplanner .hp_date{padding-left:22px;font-size:16px}#hotelplanner .hp_guest{padding-left:22px;font-size:16px}#hotelplanner .hp_searchbtn{width:175px;height:50px;line-height:50px;font-size:16px;margin-top:28px;margin-left:20px}#hotelplanner .hp_searchinput{font-size:16px;width:100%;height:50px;background:#f2f2f2 url(../images/hotelplanner/grey_dropdown.png) no-repeat scroll 97% center/16px auto}#hotelplanner .hp_date::before{width:22px;height:22px;background-position:1px 3px;background-size:90px auto;top:0}#hotelplanner .hp_guest::before{width:22px;height:22px;background-position:-16px 3px;background-size:90px auto;top:0}#hotelplanner .hp_col_search{width:27%}#hotelplanner .hp_col_searchbtn{width:15%}.hotelplanner_PB{width:182px;float:right;bottom:0}#hotelplanner .hp_searchtxt{font-size:16px}#hotelplanner .hp_searchbox{width:91%;margin-left:8.6%}#hotelplanner .hp_donebtn{font-size:16px;width:100px;height:40px;line-height:40px;margin:10px 0}#hotelplanner .btn-default,#hotelplanner .hp_searchspinner{height:50px;font-size:16px}#hotelplanner .list_desc .hotel_title{font-size:26px}#hotelplanner .list_desc .hotel_tag .facility_tag{font-size:14px;padding-left:25px}#hotelplanner .list_desc .hotel_tag .facility_tag::before{background-size:125px;width:21px;margin-left:-25px}#hotelplanner .list_desc .hotel_tag .facility_tag.pay_now::before{background-position:-20px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.free_cancellation::before{background-position:-41px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.no_free_cancellation::before{background-position:-62px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.non_smoking::before{background-position:-83px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.smoking::before{background-position:-105px 0}#hotelplanner .list_desc .hotel_price .top_price{font-size:28px;padding:10px 0}#hotelplanner .hotel_action .hotel_desc,#hotelplanner .list_desc .hotel_tag,#hotelplanner .list_desc .hotel_title{padding:10px}#hotelplanner .hotel_action .hotel_desc{font-size:14px}#hotelplanner .hotel_action .bottom_button .select_room_btn{width:175px;height:50px;line-height:50px;font-size:16px}#hotelplanner .booked_cust_details_amount,#hotelplanner .email_notify_msg,#hotelplanner .thank_you_msg{font-size:26px}#hotelplanner .booked_cust_details_paragraph,#hotelplanner .booked_venue_service{font-size:22px}#hotelplanner .booked_cust_details_label{font-size:18px}#hotelplanner .booked_venue_service{padding:30px 0}.bookinginfo .orderInfoOuter .orderInfo .infoHeader .headerOption{font-size:16px}.bookinginfo .orderInfoOuter .orderInfo .infoDetails .detailInfo .detailsButton{font-size:14px;padding:5px 10px}}@media only screen and (min-width:980px) and (max-width:1279px){.tax_price,.totalbeforetax_price{font-size:16px}.total_price{font-size:18px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price{color:#001e62;display:inline-block;font-size:17px;line-height:20px;padding:0 0 0;position:absolute;right:0!important;width:auto;margin-right:5px;margin-top:10px;font-family:ProximaNova-Semibold;font-weight:700}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price_tag{color:#001e62;display:inline-block;font-size:20px;line-height:20px;padding:0 0 0;position:relative;width:auto;margin-right:5px;font-family:ProximaNova-Semibold;font-weight:700}.bookspan .tours_price,.bookspan_home .tours_price{font-size:18px!important}.delete_option_tag{padding:20px 60px;width:100%}.contact_del .title_sugg{margin:12px;padding:10 3px}.title_sugg .title{font-size:17px;margin:0}.formyprofile_delete .feed_dec{font-size:15px;padding:0 18px}.contact_del,.feedback_del,.follow_del{height:185px}.formyprofile_delete .infobox{width:100%;padding:40px}.myprofiledelete #main-profile .txt-div{width:70%}.delete_btn{width:auto}.myprofiledelete #main-profile .txt-div .profile-field .profile-name{font-size:24px}#hotelplanner .hp_btn{width:125px;height:40px;line-height:40px;font-size:14px}#hotelplanner .btn_browsing{font-size:21px}#hotelplanner .hp_title{font-size:18px}#hotelplanner .hp_txt{font-size:16px;padding-left:15px}#hotelplanner .hp_input{width:100%;height:40px;font-size:16px;padding-left:15px}#hotelplanner .hp_select{width:100%;height:40px;font-size:16px;background:#f2f2f2 url(../images/hotelplanner/grey_dropdown.png) no-repeat scroll 97% center/16px auto;padding-left:15px}#hotelplanner .hp_date{padding-left:22px;font-size:16px}#hotelplanner .hp_guest{padding-left:22px;font-size:16px}#hotelplanner .hp_searchbtn{width:125px;height:40px;line-height:40px;font-size:14px;margin-top:28px;margin-left:20px}#hotelplanner .hp_searchinput{font-size:16px;width:100%;height:40px;background:#f2f2f2 url(../images/hotelplanner/grey_dropdown.png) no-repeat scroll 97% center/16px auto}#hotelplanner .hp_date::before{width:22px;height:22px;background-position:1px 3px;background-size:90px auto;top:0}#hotelplanner .hp_guest::before{width:22px;height:22px;background-position:-16px 3px;background-size:90px auto;top:0}#hotelplanner .hp_col_search{width:27%}#hotelplanner .hp_col_searchbtn{width:15%}.hotelplanner_PB{width:128px;float:right;bottom:0}#hotelplanner .hp_searchtxt{font-size:16px}#hotelplanner .hp_searchbox{width:91%;margin-left:9%}#hotelplanner .hp_donebtn{font-size:14px;width:80px;height:30px;line-height:30px;margin:10px 0}#hotelplanner .btn-default,#hotelplanner .hp_searchspinner{height:40px;font-size:14px}#hotelplanner .list_desc .hotel_title{font-size:20px}#hotelplanner .list_desc .hotel_tag .facility_tag{font-size:14px;padding-left:25px;width:20%}#hotelplanner .list_desc .hotel_tag .facility_tag::before{background-size:125px;width:21px;margin-left:-25px}#hotelplanner .list_desc .hotel_tag .facility_tag.pay_now::before{background-position:-20px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.free_cancellation::before{background-position:-41px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.no_free_cancellation::before{background-position:-62px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.non_smoking::before{background-position:-83px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.smoking::before{background-position:-105px 0}#hotelplanner .list_desc .hotel_price .top_price{font-size:22px;padding:5px 0}#hotelplanner .hotel_action .hotel_desc,#hotelplanner .list_desc .hotel_tag,#hotelplanner .list_desc .hotel_title{padding:10px 0}#hotelplanner .hotel_action .hotel_desc{font-size:12px}#hotelplanner .hotel_action .bottom_button .select_room_btn{width:125px;height:40px;line-height:40px;font-size:14px}#hotelplanner .booked_cust_details_amount,#hotelplanner .email_notify_msg,#hotelplanner .thank_you_msg{font-size:20px}#hotelplanner .booked_cust_details_paragraph,#hotelplanner .booked_venue_service{font-size:16px}#hotelplanner .booked_cust_details_label{font-size:14px}#hotelplanner .booked_venue_service{padding:25px 0}#hotelplanner .booked_cust_details{padding:40px 60px}.bookinginfo .orderInfoOuter .orderInfo .infoDetails .detailInfo .detailsButton{font-size:12px;padding:5px 10px}.bookinginfo .orderInfoOuter .orderInfo .infoHeader .headerOption{font-size:15px}.bookinginfo .orderInfoOuter .orderInfo .infoDetails .detailInfo{font-size:13px}.detailsButton{width:50%!important;font-size:14px}}@media only screen and (min-width:800px) and (max-width:979px){.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price{color:#001e62;display:block;font-size:16px;font-weight:700;line-height:20px;padding:0 0 0;position:relative;width:auto;margin-right:5px;margin-top:4px;margin-bottom:10px;font-family:ProximaNova-Semibold}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price_tag{color:#001e62;display:inline-block;font-size:19px;line-height:20px;padding:0 0 0;position:relative;width:auto;margin-right:5px;font-family:ProximaNova-Semibold}.del_pass,.myprofiledelete .all_content1{font-size:16px;padding:20px 50px}.myprofiledelete .all_content2{font-size:16px;padding:0 50px}.delete_option_tag{padding:20px 50px;width:100%}.radio_text{width:90%;font-size:16px}.user_container{width:31%}.enter_pass,.re_enter_pass{width:67%;margin-left:3px}.contact_del{height:185px}.feedback_del{height:185px}.follow_del{height:185px}.contact_del .title_sugg{margin:12px;padding:10 3px}.title_sugg .title{font-size:17px;margin:0}.formyprofile_delete .feed_dec{font-size:14px;padding:0 17px}.desc_after_dele{font-size:18px}.formyprofile_delete .infobox{width:100%;padding:40px}.myprofiledelete #main-profile .txt-div{width:70%}.myprofiledelete .radio_text{width:88%}.delete_btn{width:auto}.del_pass{padding:20px 0}.myprofiledelete .usr_input,.myprofiledelete .usr_input_data,.myprofiledelete .usr_pass,.myprofiledelete .usr_pass_data{font-size:14px}.myprofiledelete .user_pass_info{border-bottom:4px solid #ebebeb;padding:5px 5px 20px;margin:15px 0}.myprofiledelete #main-profile .txt-div .profile-field .profile-name{font-size:24px}#hotelplanner .hp_btn,#hotelplanner .hp_searchbtn{font-size:22px;width:200px;height:50px;line-height:50px;padding:0}#hotelplanner .btn_browsing{font-size:24px}#hotelplanner .booked_cust_details_amount,#hotelplanner .email_notify_msg,#hotelplanner .thank_you_msg{font-size:20px}#hotelplanner .booked_cust_details_paragraph,#hotelplanner .booked_venue_service{font-size:16px}#hotelplanner .booked_cust_details_label{font-size:14px}#hotelplanner .booked_venue_service{padding:25px 0}#hotelplanner .booked_cust_details{padding:40px 60px}.bookInfo{width:50%}.bookinginfo .col-sm-2{width:14%}.bookinginfo .orderInfoOuter .orderInfo .infoDetails .detailInfo .detailsButton{font-size:12px;padding:5px 10px}.bookinginfo .orderInfoOuter .orderInfo .infoDetails .detailInfo .detailsButton{font-size:12px;padding:5px}}@media only screen and (min-width:768px) and (max-width:799px){#hotelplanner .list_desc .hotel_price{width:13%}.nightly_rates{font-size:12px;margin-top:-10px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price{color:#001e62;display:block;font-size:16px;font-weight:700;line-height:20px;padding:0 0 0;position:relative;width:auto;margin-right:5px;margin-top:4px;margin-bottom:10px;font-family:ProximaNova-Semibold}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price_tag{color:#001e62;display:inline-block;font-size:19px;line-height:20px;padding:0 0 0;position:relative;width:auto;margin-right:5px;font-family:ProximaNova-Semibold}.del_pass,.myprofiledelete .all_content1{font-size:16px;padding:20px 50px}.myprofiledelete .all_content2{font-size:16px;padding:0 50px}.delete_option_tag{padding:20px 50px;width:100%}.radio_text{width:90%;font-size:16px}.user_container{width:31%}.enter_pass,.re_enter_pass{width:67%;margin-left:3px}.contact_del{height:185px}.feedback_del{height:185px}.follow_del{height:185px}.contact_del .title_sugg{margin:12px;padding:10 3px}.title_sugg .title{font-size:17px;margin:0}.formyprofile_delete .feed_dec{font-size:14px;padding:0 17px}.desc_after_dele{font-size:18px}.formyprofile_delete .infobox{width:100%;padding:40px}.myprofiledelete #main-profile .txt-div{width:70%}.myprofiledelete .delete_tag{margin:0 5px}.myprofiledelete .radio_text{width:88%}.delete_btn{width:auto}.del_pass{padding:20px 0}.myprofiledelete .pass_container{margin:0;padding:0}.myprofiledelete .usr_input,.myprofiledelete .usr_input_data,.myprofiledelete .usr_pass,.myprofiledelete .usr_pass_data{font-size:14px}.myprofiledelete .user_pass_info{border-bottom:4px solid #ebebeb;padding:5px 5px 20px;margin:15px 0}.enter_pass,.re_enter_pass{height:35px}.myprofiledelete #main-profile .txt-div .profile-field .profile-name{font-size:24px}#hotelplanner .hp_btn,#hotelplanner .hp_searchbtn{font-size:22px;width:200px;height:50px;line-height:50px;padding:0}#hotelplanner .btn_browsing{font-size:24px}#hotelplanner .booked_cust_details_amount,#hotelplanner .email_notify_msg,#hotelplanner .thank_you_msg{font-size:20px}#hotelplanner .booked_cust_details_paragraph,#hotelplanner .booked_venue_service{font-size:16px}#hotelplanner .booked_cust_details_label{font-size:14px}#hotelplanner .booked_venue_service{padding:25px 0}#hotelplanner .booked_cust_details{padding:40px 60px}.bookInfo{width:50%}.bookinginfo .col-sm-2{width:14%}.bookinginfo .orderInfoOuter .orderInfo .infoHeader .headerOption{font-size:14px}.bookinginfo .orderInfoOuter .orderInfo .infoDetails .detailInfo .detailsButton{font-size:12px;padding:5px 10px}.bookinginfo .orderInfoOuter .orderInfo .headerOption,.bookinginfo .orderInfoOuter .orderInfo .infoDetails .detailInfo{font-size:12px}}@media only screen and (min-width:480px) and (max-width:767px){.bookspan,.bookspan_home{font-size:16px!important}.bookspan .tours_price,.bookspan_home .tours_price{font-size:19px!important}.price_section,.total_price_section{float:none}.tax_price,.total_price,.totalbeforetax_price{text-align:center}.hotelplanner_PB{float:none;margin-left:auto;margin-right:auto;display:block}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price{color:#001e62;display:block;font-size:16px;font-weight:700;line-height:20px;padding:0 0 0;position:relative;width:auto;margin-right:5px;margin-top:4px;margin-bottom:10px;font-family:ProximaNova-Semibold}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price_tag{color:#001e62;display:inline-block;font-size:19px;line-height:17px;padding:0 0 0;position:relative;width:auto;margin-right:5px;font-family:ProximaNova-Semibold}.delete_tag{font-size:18px;margin:0}.myprofiledelete .all_content2{font-size:16px;padding:0 8px;color:#000}.del_pass,.myprofiledelete .all_content1{padding:10px 10px;font-size:16px;font-weight:700;color:#000}.radio_btn{height:20px;width:20px}.radio_text{width:90%;font-size:14px}.delete_option_tag{padding:20px 10px;width:93%}.delete_option_tag .container{margin:5px;padding-left:0;padding-right:0}.pass_container{margin:0;padding:0 5px}.user_pass_info{margin:15px 0;padding:5px 13px}.user_container{font-size:13px;width:54%}.usr_pass{font-size:16px}.enter_pass,.re_enter_pass{width:62%;height:30px}.delete_btn .cancel_data{font-size:13px}.delete_container{padding:10px 25px;font-size:16px}.contact_del{width:100%;margin:0}.feedback_del{width:100%;margin:0}.follow_del{width:100%;margin:0}.contact_del,.feedback_del,.follow_del{margin-bottom:20px}.title_sugg .title{font-size:18px}.title_sugg .icon>img{width:25px}.half_rect{right:17px}.suggetion_delete{padding:0 51px}.desc_after_dele{font-size:18px}.formyprofile_delete .infobox{width:100%;padding:25px}.formyprofile_delete .title_h2{padding:0 25px}.suggetion_delete{padding:25px}.myprofiledelete #main-profile .txt-div{width:70%}.myprofiledelete .delete_tag{margin:0 5px;font-size:24px}.title_h2{font-size:26px}.myprofiledelete .radio_text{width:85%}.del_pass{font-size:14px}.del_pass{padding:20px 0}.myprofiledelete .pass_container{margin:0;padding:0}.myprofiledelete .usr_input,.myprofiledelete .usr_input_data,.myprofiledelete .usr_pass,.myprofiledelete .usr_pass_data{font-size:14px}.myprofiledelete .user_pass_info{border-bottom:4px solid #ebebeb;padding:5px 5px 20px;margin:15px 0}.myprofiledelete .user_container{width:36%}.myprofiledelete .formyprofile_delete{width:90%}.myprofiledelete #main-profile .txt-div .profile-field .profile-name{font-size:24px}.detail_content .detail_button .button{background-size:331px auto;height:52px;min-width:332px}#hotelplanner .hp_title{font-size:16px}#hotelplanner .hp_txt{font-size:14px;padding-left:15px}#hotelplanner .hp_input{width:100%;height:40px;font-size:12px;padding-left:15px}#hotelplanner .hp_select{width:100%;height:40px;font-size:12px;background:#f2f2f2 url(../images/hotelplanner/grey_dropdown.png) no-repeat scroll 97% center/14px auto;padding-left:15px}#hotelplanner .hp_date{padding-left:22px;font-size:14px}#hotelplanner .hp_guest{padding-left:22px;font-size:14px}#hotelplanner .hp_searchbtn{width:200px;height:50px;line-height:50px;font-size:18px;margin:0 auto}#hotelplanner .hp_searchinput{font-size:14px;width:100%;height:40px;background:#f2f2f2 url(../images/hotelplanner/grey_dropdown.png) no-repeat scroll 97% center/14px auto}#hotelplanner .hp_date::before{width:22px;height:22px;background-position:1px 2px;background-size:90px auto;top:0}#hotelplanner .hp_guest::before{width:22px;height:22px;background-position:-16px 2px;background-size:90px auto;top:0}#hotelplanner .hp_col_search{width:100%}#hotelplanner .hp_col_searchbtn{width:100%;text-align:center}#hotelplanner .hp_searchtxt{font-size:14px}#hotelplanner .pull-right{float:unset!important}#hotelplanner .hp_searchbox{width:100%;margin-left:0}#hotelplanner .hp_donediv{text-align:center}#hotelplanner .hp_donebtn{font-size:18px;width:200px;height:50px;line-height:50px;margin:20px auto;float:unset}#hotelplanner .btn-default,#hotelplanner .hp_searchspinner{height:40px;font-size:14px}#hotelplanner .list_desc .hotel_title{font-size:18px;padding:5px 0}#hotelplanner .hotel_action,#hotelplanner .list_desc{display:block!important;position:relative}#hotelplanner .list_desc .hotel_tag{padding:5px 0}#hotelplanner .list_desc .hotel_price .top_price{font-size:30px;padding:0}#hotelplanner .list_desc .hotel_price{position:absolute;right:0;bottom:0;width:auto;margin-bottom:0}#hotelplanner .hotel_action .hotel_desc,#hotelplanner .list_desc .hotel_info{width:100%}#hotelplanner .list_desc .hotel_tag .facility_tag{font-size:14px;padding-left:25px;padding-top:5px;display:block;width:80%}#hotelplanner .list_desc .hotel_tag .facility_tag::before{background-size:125px;width:21px;margin-left:-25px}#hotelplanner .list_desc .hotel_tag .facility_tag.pay_now::before{background-position:-20px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.free_cancellation::before{background-position:-41px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.no_free_cancellation::before{background-position:-62px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.non_smoking::before{background-position:-83px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.smoking::before{background-position:-105px 0}#hotelplanner .hotel_action .bottom_button .select_room_btn{width:200px;height:50px;line-height:50px;font-size:18px;margin:0 auto}#hotelplanner .hp_btn{width:200px;height:50px;line-height:50px;font-size:18px;margin:20px auto}#hotelplanner .btn_browsing{font-size:20px}#hotelplanner .hotel_action .hotel_desc{font-size:12px;padding:5px 0}#hotelplanner .hotel_action .bottom_button{width:100%;margin-top:25px}#hotelplanner .booked_cust_details_amount,#hotelplanner .email_notify_msg,#hotelplanner .thank_you_msg{font-size:18px}#hotelplanner .booked_venue_service{font-size:14px}#hotelplanner .booked_cust_details_paragraph{font-size:16px}#hotelplanner .booked_cust_details_label{font-size:12px}#hotelplanner .booked_venue_service{padding:25px 0}#hotelplanner .booked_cust_details{padding:20px 40px}#hotelplanner .booked_cust_details .whenmobile{padding-top:10px}.bookinginfo .orderInfo.horizontal{display:none}.bookinginfo .orderInfo.vertical{display:block}.bookInfo{width:100%}.bookInfo.action_button{width:100%;text-align:center;margin:15px auto}.bookinginfo .orderInfoOuter .orderInfo .infoHeader .headerOption{font-size:14px}.bookinginfo .orderInfoOuter .orderInfo .infoDetails .detailInfo .detailsButton{font-size:12px;padding:5px 10px}.bookinginfo .orderInfoOuter .orderInfo .headerOption,.bookinginfo .orderInfoOuter .orderInfo .infoDetails .detailInfo{font-size:12px}.bookmodal .detailInfo{font-size:16px}.headerOption.action_button_head{display:none}.bookmodal .bookhead{font-size:20px}.bookmodal .headerOption{width:39%}.bookmodal .detailInfo{width:59%}#golfer_content .container-fluid.golfer_top{width:100%}#golfer_content .golfer_top .golfer_title{font-size:24px}#golfer_content .search_golfer_input #golf_start_date{width:75%;padding:3% 3%}#golfer_content .submit #golf_tee_time_list{font-size:16px}#golfer_content .col-lg-4.search_golfer_input{width:60%}#golfer_content .col-lg-4.search_golfer_btn{width:38%}}@media only screen and (min-width:360px) and (max-width:479px){.viator_poweredby{width:60%;height:30px;margin-top:10px;float:right}.tour_poweredby{bottom:0;min-width:220px!important;width:auto;height:auto;height:50px!important;cursor:pointer;color:#fff}.tour_total_price{font-size:18px}.nightly_rates{font-size:13px;margin-top:-8px}.price_section,.total_price_section{float:none}.tax_price,.total_price,.totalbeforetax_price{text-align:center}.hotelplanner_PB{float:none;margin-left:auto;margin-right:auto;display:block}.myprofiledelete #main-profile .img-div{width:100%}.delete_tag{font-size:18px;margin:0}.myprofiledelete .all_content1{padding:10px 6px;font-size:14px;font-weight:700;color:#000}.myprofiledelete .all_content2{padding:10px 6px;font-size:14px;font-weight:700;color:#000}.radio_btn{height:20px;width:20px}.radio_text{width:85%;font-size:14px}.delete_option_tag{padding:5px 10px;width:93%}.del_pass,.myprofiledelete .all_content1{font-size:14px;padding:10px 6px}.delete_option_tag .container{margin:5px;padding-left:0;padding-right:0}.pass_container{margin:0;padding:0 5px}.user_pass_info{margin:15px 0;padding:5px 13px}.user_container{font-size:13px;width:54%}.usr_pass{font-size:16px}.enter_pass,.re_enter_pass{width:100%;height:30px}.delete_btn{width:auto}.delete_btn .cancel_data{font-size:13px;margin:10px 0!important;width:100%}.delete_btn .delete_account{right:0;width:100%;margin:10px 0!important}.delete_container{padding:10px 0;font-size:16px}.contact_del{width:auto;margin:0}.feedback_del{width:auto;margin:0}.follow_del{width:auto;margin:0}.contact_del,.feedback_del,.follow_del{margin-bottom:20px}.title_sugg .title{font-size:18px}.title_sugg .icon>img{width:25px}.half_rect{right:17px}.desc_after_dele{font-size:16px}.formyprofile_delete .infobox{width:100%;padding:0}.suggetion_delete{padding:0}.myprofiledelete #main-profile .txt-div{width:100%;text-align:center}.title_h2{font-size:24px}.myprofiledelete .delete_tag{font-size:20px;padding:5px 0;margin:0 5px}.myprofiledelete #main-profile .txt-div .profile-field .profile-name{font-size:30px}.myprofiledelete .radio_text{font-size:14px;width:80%}.colrow.delete_acc{font-size:20px}.myprofiledelete .delete_option_tag .container{margin:6px}.del_pass{font-size:14px}.del_pass{padding:20px 0}.myprofiledelete .pass_container{margin:0;padding:0}.myprofiledelete .usr_input,.myprofiledelete .usr_input_data,.myprofiledelete .usr_pass,.myprofiledelete .usr_pass_data{font-size:14px}.myprofiledelete .user_pass_info{border-bottom:4px solid #ebebeb;padding:5px 5px 20px 10px;margin:15px 0}.myprofiledelete .user_container{width:100%}.myprofiledelete .formyprofile_delete{width:90%}.formyprofile_delete .title_h2{padding:20px 0}.myprofiledelete #main-profile .txt-div .profile-field .profile-name{font-size:24px}#hotelplanner .hp_searchtxt{font-size:12px}#hotelplanner .pull-right{float:unset!important}#hotelplanner .hp_searchbox{width:100%;margin-left:0}#hotelplanner .hp_donediv{text-align:center}#hotelplanner .hp_donebtn{font-size:14px;width:100px;height:35px;margin:10px 0}#hotelplanner .btn-default,#hotelplanner .hp_searchspinner{height:45px;font-size:12px}#hotelplanner .booked_cust_details_amount,#hotelplanner .email_notify_msg,#hotelplanner .thank_you_msg{font-size:18px}#hotelplanner .booked_venue_service{font-size:14px}#hotelplanner .booked_cust_details_paragraph{font-size:16px}#hotelplanner .booked_cust_details_label{font-size:12px}#hotelplanner .booked_venue_service{padding:25px 0}#hotelplanner .booked_cust_details{padding:20px 40px}#hotelplanner .booked_cust_details .whenmobile{padding-top:10px}.bookinginfo .orderInfo.horizontal{display:none}.bookinginfo .orderInfo.vertical{display:block}.bookInfo{width:100%}.bookInfo.action_button{width:100%;text-align:center;margin:15px auto}.bookinginfo .orderInfoOuter .orderInfo .infoHeader .headerOption{font-size:12px}.bookinginfo .orderInfoOuter .orderInfo .infoDetails .detailInfo .detailsButton{font-size:12px;padding:5px 10px}.bookinginfo .orderInfoOuter .orderInfo .headerOption,.bookinginfo .orderInfoOuter .orderInfo .infoDetails .detailInfo{font-size:12px}.bookmodal .detailInfo{font-size:16px}.headerOption.action_button_head{display:none}.bookmodal .bookhead{font-size:20px}.bookmodal .headerOption{width:39%}.bookmodal .detailInfo{width:59%}#golfer_content .container-fluid.golfer_top{width:100%}#golfer_content .golfer_top .golfer_title{font-size:24px}#golfer_content .search_golfer_input #golf_start_date{width:85%;padding:3% 3%}#golfer_content .submit #golf_tee_time_list{font-size:14px}#golfer_content .col-lg-4.search_golfer_input{width:60%}#golfer_content .col-lg-4.search_golfer_btn{width:38%}#golfer_content .row.golf_list{flex-direction:column}#golfer_content .col-lg-4.golf_book_btn .submit .golf_teetime_book{height:60px;width:300px}#golfer_content .col-lg-4.golf_list_time{text-align:center}#golfer_content .col-lg-4.golf_book_btn{width:300px}.sub_golfer_all_f select{text-align-last:center}}@media only screen and (min-width:320px) and (max-width:359px){.viator_poweredby{width:60%;height:30px;margin-top:10px;float:right}.tour_poweredby{bottom:0;min-width:220px!important;width:auto;height:auto;height:50px!important;cursor:pointer;color:#fff}.tour_total_price{font-size:16px}.nightly_rates{font-size:13px;margin-top:-8px}.price_section,.total_price_section{float:none}.tax_price,.total_price,.totalbeforetax_price{text-align:center}.hotelplanner_PB{float:none;margin-left:auto;margin-right:auto;display:block}.myprofiledelete #main-profile .img-div{width:100%}.delete_tag{font-size:18px;margin:0}.myprofiledelete .all_content1{padding:10px 6px;font-size:14px;font-weight:700;color:#000}.myprofiledelete .all_content2{padding:10px 6px;font-size:14px;font-weight:700;color:#000}.radio_btn{height:20px;width:20px}.radio_text{width:85%;font-size:14px}.delete_option_tag{padding:20px 10px;width:93%}.del_pass,.myprofiledelete .all_content1{font-size:14px;padding:10px 6px}.delete_option_tag .container{margin:5px;padding-left:0;padding-right:0}.pass_container{margin:0;padding:0 5px}.user_pass_info{margin:15px 0;padding:5px 13px}.user_container{font-size:13px;width:54%}.usr_pass{font-size:16px}.enter_pass,.re_enter_pass{width:100%;height:30px}.delete_btn{width:100%;text-align:center;margin:10px auto}.delete_btn .cancel_data{font-size:13px;width:100%;margin:10px 0;float:none}.delete_btn .delete_account{width:100%;float:none;margin:0 auto;margin:10px 0}.delete_container{padding:10px 0;font-size:16px}.contact_del{width:auto;margin:0}.feedback_del{width:auto;margin:0}.follow_del{width:auto;margin:0}.contact_del,.feedback_del,.follow_del{margin-bottom:20px}.title_sugg .title{font-size:18px}.title_sugg .icon>img{width:25px}.half_rect{right:17px}.desc_after_dele{font-size:16px}.formyprofile_delete .infobox{width:100%;padding:0}.suggetion_delete{padding:0}.myprofiledelete #main-profile .txt-div{width:100%;text-align:center}.title_h2{font-size:24px}.myprofiledelete #main-profile .txt-div .profile-field .profile-name{font-size:30px}.myprofiledelete .delete_tag{font-size:20px;padding:5px 0;margin:0 5px}.myprofiledelete .radio_text{font-size:14px;width:80%}.colrow.delete_acc{font-size:20px}.myprofiledelete .delete_option_tag .container{margin:6px}.del_pass{font-size:16px}.del_pass{padding:20px 0}.myprofiledelete .user_container{width:100%}.myprofiledelete .pass_container{margin:0;padding:0;width:100%}.myprofiledelete .usr_input,.myprofiledelete .usr_input_data,.myprofiledelete .usr_pass,.myprofiledelete .usr_pass_data{font-size:14px}.myprofiledelete .user_pass_info{border-bottom:4px solid #ebebeb;padding:5px 5px 20px;margin:15px 0}.myprofiledelete .formyprofile_delete{width:90%}.formyprofile_delete .title_h2{padding:20px 0;text-align:left;font-size:20px}.myprofiledelete #main-profile .txt-div .profile-field .profile-name{font-size:24px}#hotelplanner .booked_cust_details_amount,#hotelplanner .email_notify_msg,#hotelplanner .thank_you_msg{font-size:18px}#hotelplanner .booked_venue_service{font-size:14px}#hotelplanner .booked_cust_details_paragraph{font-size:16px}#hotelplanner .booked_cust_details_label{font-size:12px}#hotelplanner .booked_venue_service{padding:25px 0}#hotelplanner .booked_cust_details{padding:20px 40px}#hotelplanner .booked_cust_details .whenmobile{padding-top:10px}.bookinginfo .orderInfo.horizontal{display:none}.bookinginfo .orderInfo.vertical{display:block}.bookInfo{width:100%}.bookInfo.action_button{width:100%;text-align:center;margin:15px auto}.bookinginfo .orderInfoOuter .orderInfo .infoHeader .headerOption{font-size:12px}.bookinginfo .orderInfoOuter .orderInfo .infoDetails .detailInfo .detailsButton{font-size:12px;padding:5px 10px}.bookinginfo .orderInfoOuter .orderInfo .headerOption,.bookinginfo .orderInfoOuter .orderInfo .infoDetails .detailInfo{font-size:12px}.bookmodal .detailInfo{font-size:16px}.headerOption.action_button_head{display:none}.bookmodal .bookhead{font-size:20px}.bookmodal .headerOption{width:39%}.bookmodal .detailInfo{width:59%}#golfer_content .container-fluid.golfer_top{width:100%}#golfer_content .golfer_top .golfer_title{font-size:24px}#golfer_content .search_golfer_input #golf_start_date{width:85%;padding:3% 3%}#golfer_content .submit #golf_tee_time_list{font-size:13px}#golfer_content .col-lg-4.search_golfer_input{width:60%}#golfer_content .col-lg-4.search_golfer_btn{width:38%}#golfer_content .row.golfer_search{padding-right:10px}#golfer_content .row.golf_list{flex-direction:column}#golfer_content .col-lg-4.golf_book_btn .submit .golf_teetime_book{height:60px;width:300px}#golfer_content .col-lg-4.golf_list_time{text-align:center}#golfer_content .col-lg-4.golf_book_btn{width:300px}}@media only screen and (min-width:1401px) and (max-width:1919px){.nightly_rates{font-size:16px;margin-top:-16px}#hotelplanner .list_desc .hotel_title{font-size:28px}#hotelplanner .list_desc .hotel_tag .facility_tag{font-size:14px;padding-left:25px}#hotelplanner .list_desc .hotel_tag .facility_tag::before{background-size:125px;width:21px;margin-left:-25px}#hotelplanner .list_desc .hotel_tag .facility_tag.pay_now::before{background-position:-20px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.free_cancellation::before{background-position:-41px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.no_free_cancellation::before{background-position:-62px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.non_smoking::before{background-position:-83px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.smoking::before{background-position:-105px 0}#hotelplanner .list_desc .hotel_price .top_price{font-size:30px;padding:10px 0}#hotelplanner .hotel_action .hotel_desc,#hotelplanner .list_desc .hotel_tag,#hotelplanner .list_desc .hotel_title{padding:10px 0}#hotelplanner .hotel_action .hotel_desc{font-size:16px}#hotelplanner .hotel_action .bottom_button .select_room_btn{width:175px;height:50px;line-height:50px;font-size:16px}#hotelplanner .hp_btn{font-size:16px;width:175px;height:50px;line-height:50px}#hotelplanner .btn_browsing{font-size:21px}#hotelplanner .hp_title{font-size:22px}#hotelplanner .hp_txt{font-size:16px;padding-left:18px}#hotelplanner .hp_input{width:96%;height:50px;font-size:16px;padding-left:18px}#hotelplanner .hp_select{width:96%;height:50px;font-size:16px;background:#f2f2f2 url(../images/hotelplanner/grey_dropdown.png) no-repeat scroll 97% center/16px auto;padding-left:18px}#hotelplanner .hp_date{padding-left:22px;font-size:16px}#hotelplanner .hp_guest{padding-left:22px;font-size:16px}#hotelplanner .hp_searchbtn{width:175px;height:50px;line-height:50px;font-size:16px;margin-top:28px;margin-left:-66px}#hotelplanner .hp_searchinput{font-size:16px;width:100%;height:50px;background:#f2f2f2 url(../images/hotelplanner/grey_dropdown.png) no-repeat scroll 97% center/16px auto}#hotelplanner .hp_date::before{width:22px;height:22px;background-position:1px 3px;background-size:90px auto;top:0}#hotelplanner .hp_guest::before{width:22px;height:22px;background-position:-16px 3px;background-size:90px auto;top:0}#hotelplanner .hp_col_search{width:27%}#hotelplanner .hp_col_searchbtn{width:10%;float:right}.hotelplanner_PB{width:182px;float:right;bottom:0;margin-right:-10px}#hotelplanner .hp_searchtxt{font-size:16px}#hotelplanner .hp_searchbox{width:92%}#hotelplanner .hp_donebtn{font-size:16px;width:100px;height:40px;line-height:40px;margin:10px 0}#hotelplanner .btn-default,#hotelplanner .hp_searchspinner{height:50px;font-size:16px}}@media only screen and (min-width:768px) and (max-width:979px){#hotelplanner .list_desc .hotel_info{width:80%}#hotelplanner .hotel_action .hotel_desc{width:75%}#hotelplanner .list_desc .hotel_title{font-size:20px}#hotelplanner .list_desc .hotel_tag .facility_tag{font-size:14px;padding-left:25px}#hotelplanner .list_desc .hotel_tag .facility_tag.non_smoking,#hotelplanner .list_desc .hotel_tag .facility_tag.pay_at_hotel,#hotelplanner .list_desc .hotel_tag .facility_tag.pay_now,#hotelplanner .list_desc .hotel_tag .facility_tag.smoking{width:22%}#hotelplanner .list_desc .hotel_tag .facility_tag.free_cancellation,#hotelplanner .list_desc .hotel_tag .facility_tag.no_free_cancellation{width:33%}#hotelplanner .list_desc .hotel_tag .facility_tag::before{background-size:125px;width:21px;margin-left:-25px}#hotelplanner .list_desc .hotel_tag .facility_tag.pay_now::before{background-position:-20px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.free_cancellation::before{background-position:-41px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.no_free_cancellation::before{background-position:-62px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.non_smoking::before{background-position:-83px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.smoking::before{background-position:-105px 0}#hotelplanner .list_desc .hotel_price .top_price{font-size:22px;padding:5px 0}#hotelplanner .hotel_action .hotel_desc,#hotelplanner .list_desc .hotel_tag,#hotelplanner .list_desc .hotel_title{padding:10px 0}#hotelplanner .hotel_action .hotel_desc{font-size:12px}#hotelplanner .hotel_action .bottom_button .select_room_btn{width:125px;height:40px;line-height:40px;font-size:14px}#hotelplanner .hp_btn{width:125px;height:40px;line-height:40px;font-size:14px}#hotelplanner .btn_browsing{font-size:21px}#hotelplanner .hp_title{font-size:18px}#hotelplanner .hp_txt{font-size:16px;padding-left:15px}#hotelplanner .hp_input{width:100%;height:40px;font-size:12px;padding-left:15px}#hotelplanner .hp_select{width:100%;height:40px;font-size:12px;background:#f2f2f2 url(../images/hotelplanner/grey_dropdown.png) no-repeat scroll 97% center/12px auto;padding-left:15px}#hotelplanner .hp_date{padding-left:22px;font-size:16px}#hotelplanner .hp_guest{padding-left:22px;font-size:16px}#hotelplanner .hp_searchbtn{width:125px;height:40px;line-height:40px;font-size:14px;margin-top:28px;margin-left:15px}#hotelplanner .hp_searchinput{font-size:12px;width:100%;height:40px;background:#f2f2f2 url(../images/hotelplanner/grey_dropdown.png) no-repeat scroll 97% center/12px auto}#hotelplanner .hp_date::before{width:22px;height:22px;background-position:1px 3px;background-size:90px auto;top:0}#hotelplanner .hp_guest::before{width:22px;height:22px;background-position:-16px 3px;background-size:90px auto;top:0}#hotelplanner .hp_col_search{width:25%}#hotelplanner .hp_col_searchbtn{width:15%}.hotelplanner_PB{width:128px;float:right;bottom:0}#hotelplanner .hp_searchtxt{font-size:16px}#hotelplanner .hp_searchbox{width:100%;margin-left:0}#hotelplanner .hp_donebtn{font-size:16px;width:80px;height:30px;line-height:30px;margin:10px 0}#hotelplanner .btn-default,#hotelplanner .hp_searchspinner{height:40px;font-size:14px;padding:0 5px}}@media only screen and (min-width:320px) and (max-width:479px){#hotelplanner .list_desc .hotel_title{font-size:18px;padding:5px 0}#hotelplanner .hotel_action,#hotelplanner .list_desc{display:block!important;position:relative}#hotelplanner .list_desc .hotel_tag{padding:5px 0}#hotelplanner .list_desc .hotel_price .top_price{font-size:24px;padding:0}#hotelplanner .list_desc .hotel_price{position:absolute;right:0;bottom:0;width:auto;margin-bottom:0}#hotelplanner .hotel_action .hotel_desc,#hotelplanner .list_desc .hotel_info{width:100%}#hotelplanner .list_desc .hotel_tag .facility_tag{font-size:14px;padding-left:25px;padding-top:5px;display:block;width:80%}#hotelplanner .list_desc .hotel_tag .facility_tag::before{background-size:125px;width:21px;margin-left:-25px}#hotelplanner .list_desc .hotel_tag .facility_tag.pay_now::before{background-position:-20px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.free_cancellation::before{background-position:-41px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.no_free_cancellation::before{background-position:-62px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.non_smoking::before{background-position:-83px 0}#hotelplanner .list_desc .hotel_tag .facility_tag.smoking::before{background-position:-105px 0}#hotelplanner .hotel_action .bottom_button .select_room_btn{width:200px;height:50px;line-height:50px;font-size:18px;margin:0 auto}#hotelplanner .hp_btn{width:200px;height:50px;line-height:50px;font-size:18px;margin:25px auto}#hotelplanner .btn_browsing{font-size:20px}#hotelplanner .hotel_action .hotel_desc{font-size:12px;padding:5px 0}#hotelplanner .hotel_action .bottom_button{width:100%;margin-top:25px}#hotelplanner .hp_title{font-size:16px}#hotelplanner .hp_txt{font-size:14px;padding-left:15px}#hotelplanner .hp_input{width:100%;height:40px;font-size:12px;padding-left:15px}#hotelplanner .hp_select{width:100%;height:40px;font-size:12px;background:#f2f2f2 url(../images/hotelplanner/grey_dropdown.png) no-repeat scroll 97% center/14px auto;padding-left:15px}#hotelplanner .hp_date{padding-left:22px;font-size:14px}#hotelplanner .hp_guest{padding-left:22px;font-size:14px}#hotelplanner .hp_searchbtn{width:200px;height:50px;line-height:50px;font-size:18px;margin:0 auto}#hotelplanner .hp_searchinput{font-size:14px;width:100%;height:40px;background:#f2f2f2 url(../images/hotelplanner/grey_dropdown.png) no-repeat scroll 97% center/14px auto}#hotelplanner .hp_date::before{width:22px;height:22px;background-position:1px 2px;background-size:90px auto;top:0}#hotelplanner .hp_guest::before{width:22px;height:22px;background-position:-16px 2px;background-size:90px auto;top:0}#hotelplanner .hp_col_search{width:100%}#hotelplanner .hp_col_searchbtn{width:100%;text-align:center}#hotelplanner .hp_searchtxt{font-size:14px}#hotelplanner .hp_searchbox{width:100%;margin-left:0}#hotelplanner .hp_donebtn{font-size:18px;width:200px;height:50px;line-height:50px;margin:20px auto;float:unset}#hotelplanner .btn-default,#hotelplanner .hp_searchspinner{height:40px;font-size:14px}#hp_searchmain .pull-right{float:unset!important}}.showyelp{width:60px;height:auto}.txtby{display:inline-block;vertical-align:bottom}.best.page-best .search_results .bookBlock,.category.page-category .top_rated_category .bookBlock,.detail.page-detail .more_poi .similar_location .bookBlock,.myprofile.page-myprofile .top_my_recently_viewed_location .bookBlock,.search.page-search .search_similar_locations .bookBlock{display:table;width:100%;height:50px}.bookBlock{display:block;width:100%}.similar_location .col-lg-4{padding:0!important;height:auto}.poiBlock{padding:12px}.bookanchor{width:100%}.bookspan{display:inline-block;color:#fff;text-align:center;font-size:15px;height:inherit;line-height:50px;font-family:ProximaNova-Semibold}.bookspan_home{display:inline-block;color:#fff;text-align:center;font-size:15px;height:inherit;line-height:0;font-family:ProximaNova-Semibold}.bookspan .tours_price,.bookspan_home .tours_price{font-size:18px}.full-width{background:#183066;height:50px;width:100%;display:table;position:relative;cursor:pointer;text-align:center}#More_category_result .more_search_button{background-color:#f2f2f2}.search.page-search .recomended_category_poi .bookBlock{position:relative;padding:10px 0}.search.page-search .recomended_category_poi .full-width{position:absolute;bottom:0}.full-width .indiv{position:relative;display:inline-block;height:inherit}.list-view .best_category{padding:1% 150px;width:100%;background-color:#f2f2f2;-webkit-box-shadow:inset 0 4px 15px -6px transparent}.list-view .best_category_poi{margin:0 auto;clear:both;padding:0 50px}.list-view .best_category_poi .col-lg-12{background:#fff;margin:5px;height:auto}.list-view .best_category_poi .desc_box{padding:10px 15px}.list-view .best_category_poi .desc_box .img_box{height:313px;width:416px;position:relative;display:inline-block}.list-view .best_category_poi .desc_box .img_box .four_by_three{width:416px;height:313px}.list-view .best_category_poi .desc_box .best_category_desc{display:inline-block;padding:10px 42px;vertical-align:top;width:965px}.list-view .best_category_poi .desc_box .best_category_desc_head{font-family:ProximaNova-bold;color:#001e62;font-size:35.16px}#two .middle-div{display:inline;z-index:100}#two .middle-div .col-xs-2.locationa,#two .middle-div .col-xs-2.locationb{margin:10px 0 0 10px;padding:0 5px;width:267px;height:40px;background-color:#f2f2f2}#two .detail_button{display:inline-block;margin:0 auto 30px;padding-top:10px;width:95%;text-align:center}@media only screen and (min-width:980px) and (max-width:1279px){.plan_results .grid-view #browse_our_collections{margin:0 auto 50px;width:92%!important}.tour_booknow{bottom:0;background:#183066;min-width:270px!important;width:auto;height:auto;height:50px!important;cursor:pointer;color:#fff}.tour_booknow_button .tour_booknow span{color:#fff;line-height:50px!important;position:inherit;font-weight:700;font-size:20px!important;text-align:center}.detail_content .detail_button .button{background:#183066;min-width:300px!important;width:auto;height:auto;height:50px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-block;color:transparent;vertical-align:top;position:relative}.detail_content .detail_button .plan_button{min-width:230px!important}.detail_content #tours .detail_button .button{background:#183066;min-width:300px!important;width:auto;height:auto;height:50px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-grid!important;color:transparent;vertical-align:top;position:relative}.detail_content .detail_button .button span{color:#fff;text-align:center;line-height:50px;position:relative;display:inherit;text-align:center;font-size:20px!important}.detail_content #tours .detail_button .button span{color:#fff;text-align:center;line-height:50px;position:relative;display:inherit;text-align:center;font-weight:700;font-size:20px!important;font-family:ProximaNova-Bold}.threea .tour_detail_button{display:contents;margin:0 auto 0;text-align:center;padding-top:1%;padding-bottom:10px}.book-btn-tour{bottom:0;background:#183066;min-width:300px!important;width:auto;height:50px!important;cursor:pointer;color:#fff}.tour_detail_button .book-btn-tour span{color:#fff;font-size:20px!important;line-height:50px!important;position:inherit;text-align:center;font-family:ProximaNova-Semibold}.tourlist_layout{margin-left:-10px;margin-right:-5px}.tourlist_layouta{top:3mm}#two .middle-div .col-xs-2.locationa::before{background-position:-130px -8px;background-size:180px auto;height:15px;margin-left:5px;margin-right:3px;margin-top:10px;width:11px;display:inline-block}#two .middle-div .col-xs-2.locationb::before{background-position:-130px -8px;background-size:180px auto;height:15px;margin-left:5px;margin-right:3px;margin-top:10px;width:11px;display:inline-block}#two .detail_button{display:inline-block;margin:0 auto 30px;padding-top:56px;width:100%;text-align:end}}#two .middle-div .col-xs-2.locationa::before{background-position:-130px -8px;background-size:180px auto;height:15px;margin-left:5px;margin-right:3px;margin-top:10px;width:11px;content:"";display:inline-block}#golfer_content .date_icon,#header-child .category_txt.cat_page:before,#main_content_area .middle-text .input-boxes .col-xs-2.locationa:before,.book-tour,.detail_middle_image .middle_content .map_title .main_title::before,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection::before,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable::before,.map_area .address_map .icon::before,.plan.page-plan .list-view .plan_category_holder .featured_category_action .content_left.plan_div,.share_invite:before{background:rgba(0,0,0,0) url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/category_sprite.png) no-repeat scroll;background-position:-106px -6px;background-size:180px auto;width:18px;height:20px;opacity:3}#two .middle-div .col-xs-2.locationa::before,#two .middle-div .col-xs-2.locationb::before{background:rgba(0,0,0,0) url(https://cityseeker.com/assets/images/tour_calendar.png) no-repeat scroll;background-position:0 1px!important;background-size:17px auto!important;width:18px;height:20px;opacity:3}#two .middle-div .col-xs-2.locationb .set_curr_travelera{background:transparent url(https://cityseeker.com/assets/images/tour_user.png) no-repeat scroll 0 12px/20px auto!important;height:71px;margin-left:2%;margin-top:-2px;width:29px;content:"";cursor:pointer;display:block}#golfer_content .date_icon,#header-child .category_txt.cat_page:before,#main_content_area .middle-text .input-boxes .col-xs-2.locationb:before,.book-tour,.detail_middle_image .middle_content .map_title .main_title::before,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection::before,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable::before,.map_area .address_map .icon::before,.plan.page-plan .list-view .plan_category_holder .featured_category_action .content_left.plan_div,.share_invite:before{background:rgba(0,0,0,0) url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/category_sprite.png) no-repeat scroll}#two .middle-div .col-xs-2.locationa .set_curr_location_header{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:238px;margin-top:-25px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_traveler{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:238px;margin-top:-52px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_travelera{background:transparent url(https://cityseeker.com/assets/images/booking_table_sprite.png) no-repeat scroll -25px 11px/111px auto;height:71px;margin-left:-3%;margin-top:-5px;width:32px;content:"";cursor:pointer;display:block}input:focus,select:focus,textarea:focus{outline:0}.Hide{display:none}.radio{display:flex;align-items:center;justify-content:left;width:100%}input[type=radio]{position:absolute;width:18px;height:18px;cursor:pointer;opacity:0;order:1}.radio label{padding-left:8px;font-family:sans-serif;line-height:28px;color:var(--black);cursor:pointer;order:2}.radio span:before{display:inline-block;width:18px;height:18px;margin-top:4px;content:"";background-color:#fff;border:2px solid #597183;border-radius:100%;box-sizing:border-box;transition:box-shadow .3s ease}input[type=radio]:checked~span:before{border:5px solid var(--blue)}input[type=radio]:hover~span:before{border-color:var(--blue)}input[type=radio]:focus~span:before{outline:0;box-shadow:0 0 0 4px rgba(21,156,228,.4)}#two{width:100%;height:244px;border:1px solid #f3f3f3}#three{width:100%;height:56px;border:1px solid #f3f3f3}.threea{width:100%;height:100%;border:1px solid #f3f3f3}.error input[type=checkbox]{outline:2px solid #c00}#bottom{position:absolute;bottom:0;right:23px}.incexc{font-size:22px;color:#000;padding:10px 0 10px 0;display:block}.twoa{width:100%;height:100%;background-color:#f3f3f3}[type=date]::-webkit-calendar-picker-indicator{opacity:0}input{border:1px solid #c4c4c4;border-radius:5px;background-color:#fff;padding:3px 5px;width:190px}.tour_booknow_button{display:table;margin:0 auto 0;width:318px;text-align:center}.tour_booknow{bottom:0;background:#183066;min-width:425px;width:auto;height:auto;height:68px;cursor:pointer;color:#fff;margin-top:4px}.tour_booknow_button .tour_booknow span{color:#fff;line-height:68px;position:inherit;font-weight:700;font-size:26.3px;text-align:center}.card_detail{border-radius:0}#two .middle-div .col-xs-2.locationb .tour_guest{padding-left:25px}#tours .rowspace{margin-top:10px}@media only screen and (min-width:2560px){.incexc{font-size:26px}#hotelplanner .hp_searchbox{background:#f2f2f2;width:88%;margin-left:12.6%}.nightly_rates{font-size:24px;margin-top:-24px}.detail_content #tours .detail_button .button span{color:#fff;font-size:22px!important;line-height:68px!important;position:inherit;text-align:center;font-weight:700;font-family:ProximaNova-Bold}.threea .tour_detail_button{display:contents;margin:0 auto 0;width:318px;height:52px;text-align:center;padding-top:1%;padding-bottom:10px}#two .detail_button{display:inline-block;margin:20px auto 1px;padding-left:60%;width:100%;text-align:center}.book-btn-tour{bottom:0;background:#183066;min-width:400px!important;width:auto;height:68px!important;cursor:pointer;color:#fff}.tour_detail_button .book-btn-tour span{color:#fff;font-size:22px!important;line-height:68px!important;position:inherit;text-align:center;font-weight:700;font-family:ProximaNova-Semibold}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price{color:#001e62;display:inline-block;font-size:19px;line-height:20px;padding:0 0 0;position:absolute;right:0!important;width:auto;margin-right:5px;margin-top:10px;font-family:ProximaNova-Semibold}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price_tag{color:#001e62;display:inline-block;font-size:22px;line-height:20px;padding:0 0 0;position:relative;width:auto;margin-right:5px;font-family:ProximaNova-Semibold}#two .middle-div .col-xs-2.locationa,#two .middle-div .col-xs-2.locationb{margin:10px 0 0 10px;padding:0 5px;width:47%;height:40px;background-color:#f2f2f2}#two .middle-div .col-xs-2.locationa::before{width:25px;height:23px;margin-top:18px;background-position:-142px -9px;background-size:240px auto}#two .middle-div .col-xs-2.locationa .pick_citya{width:99%;height:100%;background:0 0;border:none;font-size:23.44px;vertical-align:top;color:#001e62;cursor:pointer;margin-left:30px;margin-top:-47px}#two .middle-div .col-xs-2.locationb .tour_guest{width:100%;height:100%;background:0 0;border:none;font-size:23.44px;vertical-align:top;color:#001e62;cursor:pointer;margin-left:-2px;margin-top:5px;padding-left:36px}#two .middle-div .col-xs-2.locationa .set_curr_location_header{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:95%;margin-top:-39px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_traveler{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:96%;margin-top:-52px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_travelera{background:transparent url(https://cityseeker.com/assets/images/booking_table_sprite.png) no-repeat scroll -25px 11px/85px auto;height:71px;margin-left:2%;margin-top:-3px;width:20px;content:"";cursor:pointer;display:block}#two .detail_button{display:inline-block;margin:20px auto 1px;padding-top:12%!important;padding-left:60%;width:100%;text-align:center}.tour_booknow_button_powered_by{display:table;margin:0 auto 0;width:96%!important;text-align:center}.viator_poweredby_check{width:auto;height:40px;margin-top:8px;margin-bottom:2px;float:right;padding-right:3%}#two{width:100%;height:auto;border:1px solid #f3f3f3;margin-bottom:5%!important}.select_traveler{padding-left:36px}.tour_prcode{text-align:end}.tourlist_layout_right{text-align:left;line-height:70px}.li_tours_tprice{font-size:18px;font-weight:700;line-height:40px;padding-bottom:10px}.tourlist_layout_righta{text-align:right;padding-right:4%}.tourlist_layout{margin-left:-10px;margin-right:-5px}.tourlist_layouta{top:3mm}#three{width:100%;height:35px;border:1px solid #f3f3f3}.threea{width:100%;height:100%;border:1px solid #f3f3f3}.threea .detail_button{display:block;width:100%;text-align:end;padding-top:0}.threea .detail_button_book{display:block;width:100%;padding-top:0}.twoa .detail_button{display:grid;width:100%;text-align:end;padding-top:0}.book-btn{float:right;bottom:0;display:inline-block;background:#183066;min-width:154px;width:auto;height:28px;margin-bottom:20px;margin:0 0;cursor:pointer;display:inline-block;color:transparent;vertical-align:top;padding-right:0;color:#fff}.book-btn-toura{float:right;bottom:0;background:#183066;min-width:234px;width:auto;height:28px;margin:0 0;cursor:pointer;vertical-align:top;padding-right:0;color:#fff}.detail_desc .form-group .travelname{margin:10px 0 0 10px;padding:0 5px;width:45.5%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail,.form-group .countryName .card_detail,.form-group .securityNum .card_detail{margin:10px 0 0 10px;padding:0 5px;width:47%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail_full{margin:10px 0 0 10px;padding:0 5px;width:95%;height:40px;background-color:#f2f2f2;border-radius:0}.set_curr_card_booking_month{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_yy{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_cs{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_month{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -9px/226px auto;height:39px;margin-left:-23px;margin-top:-29px;width:18px;cursor:pointer;display:inline-block}.set_curr_card_type{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:93%;margin-top:-29px;width:18px;cursor:pointer;display:block}.form-group .credit_card_type{margin:10px 0 0 10px;padding:0 5px;width:95%;height:40px;background-color:#f2f2f2;border:1px solid #fff;border-radius:0}#two .middle-div .col-xs-2.locationa,#two .middle-div .col-xs-2.locationb{margin:10px 0 0 10px;padding:0 5px;width:48%;height:57px;background-color:#f2f2f2}#two .middle-div .col-xs-2.locationa .set_curr_location_header{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:40px;margin-left:95%;margin-top:-55px;width:25px;content:"";cursor:pointer;display:block;background-size:291px;background-position:-57px -37px}#two .middle-div .col-xs-2.locationb .set_curr_traveler{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:40px;margin-left:95%;margin-top:-32px;width:25px;content:"";cursor:pointer;display:block;background-position:-52px -34px;background-size:272px auto}#two .middle-div .col-xs-2.locationb .set_curr_travelera{background:transparent url(https://cityseeker.com/assets/images/booking_table_sprite.png) no-repeat scroll -25px 11px/84px auto;height:40px;margin-left:1%;margin-top:7px;width:25px;content:"";cursor:pointer;display:block;background-size:110px;background-position:-29px 8px}.page-detail .detail_desc.for_small_screen{display:inline-block}.ui-widget{font-size:2.5em!important}.ui-datepicker{width:24.3%!important}}@media only screen and (min-width:2200px) and (max-width:2559px){#ui-datepicker-div.reservation_datepicker_margin{margin-left:0!important;width:20.5%!important}.ui-datepicker{font-size:2.1em!important;width:23.4%!important}#two{width:100%;height:auto;border:1px solid #f3f3f3;margin-bottom:5%!important}}@media only screen and (min-width:1920px) and (max-width:2199px){#ui-datepicker-div.reservation_datepicker_margin{margin-left:0!important;width:20.4%!important}.ui-datepicker{font-size:1.5em!important;width:20.6%!important}}@media only screen and (min-width:1920px) and (max-width:2559px){.ui-datepicker{font-size:1.5em!important}#two .middle-div .col-xs-2.locationa::before{width:25px;height:23px;margin-top:18px;background-position:-142px -9px;background-size:240px auto}.tour_booknow{bottom:0;background:#183066;min-width:318px!important;width:auto;height:auto;height:55px!important;cursor:pointer;color:#fff}.tour_booknow_button .tour_booknow span{color:#fff;line-height:55px!important;position:inherit;font-weight:700;font-size:19.68px!important;text-align:center}.detail_content #tours .detail_button .button{background:#183066;min-width:318px!important;width:auto;height:auto;height:55px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-grid!important;color:transparent;vertical-align:top;position:relative}.detail_content .detail_button .button{background:#183066;min-width:318px!important;width:auto;height:auto;height:55px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-block;color:transparent;vertical-align:top;position:relative}.detail_content .detail_button .button span{color:#fff;text-align:center;line-height:55px;position:relative;display:inherit;text-align:center;font-size:19.68px!important}.detail_content #tours .detail_button .button span{color:#fff;text-align:center;line-height:55px;position:relative;display:inherit;text-align:center;font-weight:700;font-size:19.68px!important;font-family:ProximaNova-Bold}.threea .tour_detail_button{display:contents;margin:0 auto 0;width:318px;height:52px;text-align:center;padding-top:1%;padding-bottom:10px}.book-btn-tour{bottom:0;background:#183066;min-width:318px!important;width:auto;height:55px!important;cursor:pointer;color:#fff}.tour_detail_button .book-btn-tour span{color:#fff;font-size:19.78px!important;line-height:55px!important;position:inherit;text-align:center;font-family:ProximaNova-Semibold}#two .middle-div .col-xs-2.locationa .pick_citya{width:99%;height:100%;background:0 0;border:none;font-size:23.44px;vertical-align:top;color:#001e62;cursor:pointer;margin-left:30px;margin-top:-47px}#two .middle-div .col-xs-2.locationb .tour_guest{width:100%;height:100%;background:0 0;border:none;font-size:23.44px;vertical-align:top;color:#001e62;cursor:pointer;margin-left:-2px;margin-top:5px;padding-left:36px}.select_traveler{padding-left:36px}.tour_prcode{text-align:end}.tourlist_layout_right{text-align:left;line-height:62px}.li_tours_tprice{font-size:18px;font-weight:700;line-height:40px;padding-bottom:10px}.tourlist_layout_righta{text-align:right;padding-right:3%}.tourlist_layout{margin-left:-10px;margin-right:-5px}.tourlist_layouta{top:3mm}#three{width:100%;height:35px;border:1px solid #f3f3f3}.threea{width:100%;height:100%;border:1px solid #f3f3f3}.threea .detail_button{display:block;width:100%;text-align:end;padding-top:0}.twoa .detail_button{display:grid;width:100%;text-align:end;padding-top:0}.book-btn-toura{float:right;bottom:0;background:#183066;min-width:234px;width:auto;height:28px;margin:0 0;cursor:pointer;vertical-align:top;padding-right:0;color:#fff}.detail_desc .form-group .travelname{margin:10px 0 0 10px;padding:0 5px;width:44.6%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail,.form-group .countryName .card_detail,.form-group .securityNum .card_detail{margin:10px 0 0 10px;padding:0 5px;width:47%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail_full{margin:10px 0 0 10px;padding:0 5px;width:95%;height:40px;background-color:#f2f2f2;border-radius:0}.set_curr_card_booking_month{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_yy{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_cs{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_month{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -9px/226px auto;height:39px;margin-left:-23px;margin-top:-29px;width:18px;cursor:pointer;display:inline-block}.set_curr_card_type{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:93%;margin-top:-29px;width:18px;cursor:pointer;display:block}.form-group .credit_card_type{margin:10px 0 0 10px;padding:0 5px;width:95%;height:40px;background-color:#f2f2f2;border:1px solid #fff;border-radius:0}#two .detail_button{display:inline-block;margin:20px auto 1px;padding-top:17%;width:100%;text-align:right}.tour_booknow_button_powered_by{display:table;margin:0 auto 0;width:96%!important;text-align:center}.viator_poweredby_check{width:auto;height:40px;margin-top:8px;margin-bottom:2px;float:right;padding-right:0}#two .middle-div .col-xs-2.locationa,#two .middle-div .col-xs-2.locationb{margin:10px 0 0 10px;padding:0 5px;width:48%;height:57px;background-color:#f2f2f2}#two .middle-div .col-xs-2.locationa .set_curr_location_header{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:40px;margin-left:93%;margin-top:-55px;width:25px;content:"";cursor:pointer;display:block;background-size:291px;background-position:-57px -37px}#two .middle-div .col-xs-2.locationb .set_curr_traveler{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:40px;margin-left:93%;margin-top:-32px;width:25px;content:"";cursor:pointer;display:block;background-position:-52px -34px;background-size:272px auto}#two .middle-div .col-xs-2.locationb .set_curr_travelera{background:transparent url(https://cityseeker.com/assets/images/booking_table_sprite.png) no-repeat scroll -25px 11px/84px auto;height:40px;margin-left:1%;margin-top:7px;width:25px;content:"";cursor:pointer;display:block;background-size:110px;background-position:-29px 8px}.page-detail .detail_desc.for_small_screen{display:inline-block}#two{width:100%;height:auto;border:1px solid #f3f3f3;margin-bottom:6%}.ticket_icon{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/cat.png) no-repeat scroll -153px 13px/182px auto;height:-16px;margin-left:84px;margin-top:0;width:50%;content:"";cursor:pointer;display:inline-block}}@media only screen and (min-width:1600px) and (max-width:1919px){#ui-datepicker-div.reservation_datepicker_margin{margin-left:0!important;width:21.5%!important}.hotelplanner_PB{width:182px;float:right;bottom:0;margin-right:0}.nightly_rates{font-size:16px;margin-top:-16px}.ui-datepicker{font-size:1.3em!important;width:21.7%!important}.tour_booknow{bottom:0;background:#183066;min-width:265px!important;width:auto;height:auto;height:45px!important;cursor:pointer;color:#fff}.tour_booknow_button .tour_booknow span{color:#fff;line-height:45px!important;position:inherit;font-weight:700;font-size:16.68px!important;text-align:center}.detail_content #tours .detail_button .button{background:#183066;min-width:265px!important;width:auto;height:auto;height:45px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-grid!important;color:transparent;vertical-align:top;position:relative}.detail_content .detail_button .button{background:#183066;min-width:265px!important;width:auto;height:auto;height:45px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-block;color:transparent;vertical-align:top;position:relative}.detail_content .detail_button .button span{color:#fff;text-align:center;line-height:45px;position:relative;display:inherit;text-align:center;font-size:16.48px!important}.detail_content #tours .detail_button .button span{color:#fff;text-align:center;line-height:45px;position:relative;display:inherit;text-align:center;font-weight:700;font-size:16.48px!important;font-family:ProximaNova-Bold}.threea .tour_detail_button{display:contents;margin:0 auto 0;text-align:center;padding-top:1%;padding-bottom:10px}.book-btn-tour{bottom:0;background:#183066;min-width:265px!important;width:auto;height:45px!important;cursor:pointer;color:#fff}.tour_detail_button .book-btn-tour span{color:#fff;font-size:16.48px!important;line-height:45px!important;position:inherit;text-align:center;font-family:ProximaNova-Semibold}.tour_detail_button .book-btn-tour span{color:#fff;font-size:20px!important;line-height:50px!important;position:inherit;text-align:center}.ticket_icon{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/cat.png) no-repeat scroll -153px 9px/182px auto;height:-16px;margin-left:84px;margin-top:0;width:50%;content:"";cursor:pointer;display:inline-block}#two .middle-div .col-xs-2.locationa .pick_citya{width:99%;height:100%;background:0 0;border:none;font-size:23.44px;vertical-align:top;color:#001e62;cursor:pointer;margin-left:26px;margin-top:-36px}#two .middle-div .col-xs-2.locationb .tour_guest{width:100%;height:100%;background:0 0;border:none;font-size:23.44px;vertical-align:top;color:#001e62;cursor:pointer;margin-left:8px;margin-top:5px}.select_traveler{padding-left:36px}.tour_prcode{text-align:end}.tourlist_layout_right{text-align:left;line-height:50px}.li_tours_tprice{font-size:18px;font-weight:700;line-height:40px;padding-bottom:10px}.tourlist_layout_righta{text-align:right;padding-right:3%}.tourlist_layout{margin-left:-10px;margin-right:-5px}.tourlist_layouta{top:3mm}#three{width:100%;height:35px;border:1px solid #f3f3f3}.threea{width:100%;height:100%;border:1px solid #f3f3f3}.threea .detail_button{display:block;width:100%;text-align:end;padding-top:0}.twoa .detail_button{display:grid;width:100%;text-align:end;padding-top:0}.book-btn{float:right;bottom:0;display:inline-block;background:#183066;min-width:154px;width:auto;height:28px;margin-bottom:20px;margin:0 0;cursor:pointer;display:inline-block;color:transparent;vertical-align:top;padding-right:0;color:#fff}.book-btn-toura{float:right;bottom:0;background:#183066;min-width:234px;width:auto;height:28px;margin:0 0;cursor:pointer;vertical-align:top;padding-right:0;color:#fff}.detail_desc .form-group .travelname{margin:10px 0 0 10px;padding:0 5px;width:44.6%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail,.form-group .countryName .card_detail,.form-group .securityNum .card_detail{margin:10px 0 0 10px;padding:0 5px;width:47.2%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail_full{margin:10px 0 0 10px;padding:0 5px;width:95%;height:40px;background-color:#f2f2f2;border-radius:0}.set_curr_card_booking_month{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_yy{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_cs{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_month{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -9px/226px auto;height:39px;margin-left:-23px;margin-top:-29px;width:18px;cursor:pointer;display:inline-block}.set_curr_card_type{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:94%;margin-top:-29px;width:18px;cursor:pointer;display:block}.form-group .credit_card_type{margin:10px 0 0 10px;padding:0 5px;width:96%;height:40px;background-color:#f2f2f2;border:1px solid #fff;border-radius:0}#two .detail_button{display:inline-block;margin:20px auto 1px;padding-top:17%;width:100%;text-align:right}.tour_booknow_button_powered_by{display:table;margin:0 auto 0;width:96%!important;text-align:center}.viator_poweredby_check{width:auto;height:40px;margin-top:8px;margin-bottom:2px;float:right;padding-right:1px}#two .middle-div .col-xs-2.locationa,#two .middle-div .col-xs-2.locationb{margin:10px 0 0 10px;padding:0 5px;width:47%;height:40px;background-color:#f2f2f2}#two .middle-div .col-xs-2.locationa .set_curr_location_header{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:94%;margin-top:-39px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_traveler{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:94%;margin-top:-52px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_travelera{background:transparent url(https://cityseeker.com/assets/images/booking_table_sprite.png) no-repeat scroll -25px 11px/85px auto;height:71px;margin-left:2%;margin-top:-3px;width:20px;content:"";cursor:pointer;display:block}.page-detail .detail_desc.for_small_screen{display:inline-block}#two{width:100%;height:auto;border:1px solid #f3f3f3;margin-bottom:6%}}@media only screen and (min-width:1401px) and (max-width:1599px){#ui-datepicker-div.reservation_datepicker_margin{margin-left:0!important;width:23%!important}.nightly_rates{font-size:16px;margin-top:-16px}.ui-datepicker{font-size:1.2em!important;width:23.1%!important}.tour_booknow{bottom:0;background:#183066;min-width:265px!important;width:auto;height:auto;height:45px!important;cursor:pointer;color:#fff}.tour_booknow_button .tour_booknow span{color:#fff;line-height:45px!important;position:inherit;font-weight:700;font-size:16.68px!important;text-align:center}.threea .tour_detail_button{display:contents;margin:0 auto 0;text-align:center;padding-top:1%;padding-bottom:10px}.book-btn-tour{bottom:0;background:#183066;min-width:265px!important;width:auto;height:45px!important;cursor:pointer;color:#fff}.tour_detail_button .book-btn-tour span{color:#fff;font-size:16.48px!important;line-height:45px!important;position:inherit;text-align:center;font-family:ProximaNova-Semibold}.detail_content #tours .detail_button .button{background:#183066;min-width:265px!important;width:auto;height:auto;height:45px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-grid!important;color:transparent;vertical-align:top;position:relative}.detail_content .detail_button .button{background:#183066;min-width:265px!important;width:auto;height:auto;height:45px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-block;color:transparent;vertical-align:top;position:relative}.detail_content .detail_button .button span{color:#fff;text-align:center;line-height:45px;position:relative;display:inherit;text-align:center;font-size:16.48px!important}.detail_content #tours .detail_button .button span{color:#fff;text-align:center;line-height:45px;position:relative;display:inherit;text-align:center;font-weight:700;font-size:16.48px!important;font-family:ProximaNova-Bold}.ticket_icon{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/cat.png) no-repeat scroll -153px 9px/182px auto;margin-left:33%;margin-top:0;width:50%;content:"";cursor:pointer}#two .middle-div .col-xs-2.locationa,#two .middle-div .col-xs-2.locationb{margin:10px 0 0 10px;padding:0 5px;width:47%;height:40px;background-color:#f2f2f2}#two .middle-div .col-xs-2.locationa .pick_citya{width:99%;height:100%;background:0 0;border:none;font-size:23.44px;vertical-align:top;color:#001e62;cursor:pointer;margin-left:26px;margin-top:-36px}#two .middle-div .col-xs-2.locationb .tour_guest{width:100%;height:100%;background:0 0;border:none;font-size:23.44px;vertical-align:top;color:#001e62;cursor:pointer;margin-left:3px;margin-top:5px;padding-left:32px}#two .middle-div .col-xs-2.locationa .set_curr_location_header{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:94%;margin-top:-39px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_traveler{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:94%;margin-top:-52px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_travelera{background:transparent url(https://cityseeker.com/assets/images/tour_user.png) no-repeat scroll 0 12px/20px auto;height:71px;margin-left:2%;margin-top:-2px;width:29px;content:"";cursor:pointer;display:block}.page-detail .detail_desc.for_small_screen{display:inline-block}.select_traveler{padding-left:36px}.tourlist_layout_right{text-align:left;line-height:50px}.li_tours_tprice{font-size:18px;font-weight:700;line-height:40px;padding-bottom:10px}.tourlist_layout_righta{text-align:right;padding-right:4%}.tour_prcode{text-align:end}.tourlist_layout{margin-left:-10px;margin-right:-5px}.tourlist_layouta{top:3mm}#three{width:100%;height:35px;border:1px solid #f3f3f3}.threea{width:100%;height:100%;border:1px solid #f3f3f3}.threea .detail_button{display:block;width:100%;text-align:end;padding-top:0}.twoa .detail_button{display:grid;width:100%;text-align:end;padding-top:0}.book-btn{float:right;bottom:0;display:inline-block;background:#183066;min-width:154px;width:auto;height:28px;margin-bottom:20px;margin:0 0;cursor:pointer;display:inline-block;color:transparent;vertical-align:top;padding-right:0;color:#fff}.book-btn-toura{float:right;bottom:0;background:#183066;min-width:234px;width:auto;height:28px;margin:0 0;cursor:pointer;vertical-align:top;padding-right:0;color:#fff}.detail_desc .form-group .travelname{margin:10px 0 0 10px;padding:0 5px;width:44%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail,.form-group .countryName .card_detail,.form-group .securityNum .card_detail{margin:10px 0 0 10px;padding:0 5px;width:47%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail_full{margin:10px 0 0 10px;padding:0 5px;width:96%;height:40px;background-color:#f2f2f2;border-radius:0}.set_curr_card_booking_month{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_yy{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_cs{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_month{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -9px/226px auto;height:39px;margin-left:-23px;margin-top:-29px;width:18px;cursor:pointer;display:inline-block}.set_curr_card_type{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:94%;margin-top:-29px;width:18px;cursor:pointer;display:block}.form-group .credit_card_type{margin:10px 0 0 10px;padding:0 5px;width:96%;height:40px;background-color:#f2f2f2;border:1px solid #fff;border-radius:0}#two{width:100%;height:auto;border:1px solid #f3f3f3;margin-bottom:6%}#two .detail_button{display:inline-block;margin:20px auto 1px;padding-top:15%;width:100%;text-align:right}.tour_booknow_button_powered_by{display:table;margin:0 auto 0;width:96%!important;text-align:center}.viator_poweredby_check{width:auto;height:40px;margin-top:8px;margin-bottom:2px;float:right;padding-right:1px}}@media only screen and (min-width:1280px) and (max-width:1400px){#ui-datepicker-div.reservation_datepicker_margin{margin-left:0!important;width:23%!important}.ui-datepicker{font-size:1.1em!important;width:23.1%!important}.tour_booknow{bottom:0;background:#183066;min-width:250px!important;width:auto;height:auto;height:45px!important;cursor:pointer;color:#fff}.tour_booknow_button .tour_booknow span{color:#fff;line-height:45px!important;position:inherit;font-weight:700;font-size:14.68px!important;text-align:center}.threea .tour_detail_button{display:contents;margin:0 auto 0;text-align:center;padding-top:1%;padding-bottom:10px}.book-btn-tour{bottom:0;background:#183066;min-width:250px!important;width:auto;height:45px!important;cursor:pointer;color:#fff}.tour_detail_button .book-btn-tour span{color:#fff;font-size:14px!important;line-height:45px!important;position:inherit;text-align:center;font-family:ProximaNova-Semibold}.detail_content .detail_button .button{background:#183066;min-width:250px!important;width:auto;height:auto;height:45px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-block;color:transparent;vertical-align:top;position:relative}.detail_content #tours .detail_button .button{background:#183066;min-width:250px!important;width:auto;height:auto;height:45px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-grid!important;color:transparent;vertical-align:top;position:relative}.detail_content .detail_button .button span{color:#fff;text-align:center;line-height:45px;position:relative;display:inherit;text-align:center;font-size:14.48px!important}.detail_content #tours .detail_button .button span{color:#fff;text-align:center;line-height:45px;position:relative;display:inherit;text-align:center;font-weight:700;font-size:14.48px!important;font-family:ProximaNova-Bold}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price{color:#001e62;display:inline-block;font-size:17px;line-height:20px;padding:0 0 0;position:absolute;right:0!important;width:auto;margin-right:5px;margin-top:10px;font-family:ProximaNova-Semibold}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price_tag{color:#001e62;display:inline-block;font-size:20px;line-height:20px;padding:0 0 0;position:relative;width:auto;margin-right:5px;font-family:ProximaNova-Semibold}.bookspan .tours_price,.bookspan_home .tours_price{font-size:18px}.ticket_txt{text-align:center}.ticket_icon{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/cat.png) no-repeat scroll -153px 8px/182px auto;margin-left:70px;margin-top:2px;width:55%;content:"";cursor:pointer;display:inline-block}.more_poi_break,.more_poi_data,.more_poi_filters{width:100%!important}#two .middle-div .col-xs-2.locationa,#two .middle-div .col-xs-2.locationb{margin:10px 0 0 10px;padding:0 5px;width:47%;height:40px;background-color:#f2f2f2}#two .middle-div .col-xs-2.locationa .pick_citya{width:99%;height:100%;background:0 0;border:none;font-size:23.44px;vertical-align:top;color:#001e62;cursor:pointer;margin-left:26px;margin-top:-36px}#two .middle-div .col-xs-2.locationb .tour_guest{width:100%;height:100%;background:0 0;border:none;font-size:23.44px;vertical-align:top;color:#001e62;cursor:pointer;margin-left:1px;margin-top:5px;padding-left:32px}#two .middle-div .col-xs-2.locationa .set_curr_location_header{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:94%;margin-top:-39px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_traveler{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:94%;margin-top:-52px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_travelera{background:transparent url(https://cityseeker.com/assets/images/booking_table_sprite.png) no-repeat scroll -25px 11px/85px auto;height:71px;margin-left:2%;margin-top:-3px;width:20px;content:"";cursor:pointer;display:block}.page-detail .detail_desc.for_small_screen{display:inline-block}.select_traveler{padding-left:36px}.tour_prcode{text-align:end}.tourlist_layout_right{text-align:left;line-height:48px}.li_tours_tprice{font-size:18px;font-weight:700;line-height:40px;padding-bottom:10px}.tourlist_layout_righta{text-align:right;padding-right:3%}.tourlist_layout{margin-left:-10px;margin-right:-5px}.tourlist_layouta{top:3mm}#two{width:100%;height:auto;border:1px solid #f3f3f3}#two .detail_button{display:inline-block;margin:20px auto 4px;padding-top:12%;width:100%;text-align:right}.tour_booknow_button_powered_by{display:table;margin:0 auto 0;width:96%!important;text-align:center}.viator_poweredby_check{width:auto;height:40px;margin-top:8px;margin-bottom:2px;float:right;padding-right:1px}#three{width:100%;height:35px;border:1px solid #f3f3f3}.threea{width:100%;height:100%;border:1px solid #f3f3f3}.threea .detail_button{display:block;width:100%;text-align:end;padding-top:0}.twoa .detail_button{display:grid;width:100%;text-align:end;padding-top:0}.book-btn-toura{float:right;bottom:0;background:#183066;min-width:234px;width:auto;height:28px;margin:0 0;cursor:pointer;vertical-align:top;padding-right:0;color:#fff}.detail_desc .form-group .travelname{margin:10px 0 0 10px;padding:0 5px;width:44%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail,.form-group .countryName .card_detail,.form-group .securityNum .card_detail{margin:10px 0 0 10px;padding:0 5px;width:47%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail_full{margin:10px 0 0 10px;padding:0 5px;width:96%;height:40px;background-color:#f2f2f2;border-radius:0}.set_curr_card_booking_month{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_yy{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_cs{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_month{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -9px/226px auto;height:39px;margin-left:-23px;margin-top:-29px;width:18px;cursor:pointer;display:inline-block}.set_curr_card_type{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:94%;margin-top:-29px;width:18px;cursor:pointer;display:block}.form-group .credit_card_type{margin:10px 0 0 10px;padding:0 5px;width:96%;height:40px;background-color:#f2f2f2;border:1px solid #fff;border-radius:0}}@media only screen and (min-width:1200px) and (max-width:1279px){#ui-datepicker-div.reservation_datepicker_margin{margin-left:0!important;width:23%!important}.nightly_rates{font-size:12px;margin-top:-10px}.ui-datepicker{font-size:1em!important;width:23.4%!important}.detail_content .detail_button .button span{color:#fff;text-align:center;line-height:45px;position:relative;display:inherit;text-align:center}.detail_content #tours .detail_button .button span{color:#fff;text-align:center;line-height:50px;position:relative;display:inherit;text-align:center;font-weight:700;font-size:19.68px!important;font-family:ProximaNova-Bold}.ticket_icon{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/cat.png) no-repeat scroll -153px 8px/182px auto;height:-16px;margin-left:84px;margin-top:0;width:50%;content:"";cursor:pointer;display:inline-block}#two .middle-div .col-xs-2.locationa,#two .middle-div .col-xs-2.locationb{margin:10px 0 0 10px;padding:0 5px;width:47%;height:40px;background-color:#f2f2f2}#two .middle-div .col-xs-2.locationa .pick_citya{width:99%;height:100%;background:0 0;border:none;font-size:23.44px;vertical-align:top;color:#001e62;cursor:pointer;margin-left:26px;margin-top:-36px}#two .middle-div .col-xs-2.locationb .tour_guest{width:100%;height:100%;background:0 0;border:none;font-size:23.44px;vertical-align:top;color:#001e62;cursor:pointer;margin-left:1px;margin-top:6px;padding-left:32px}#two .middle-div .col-xs-2.locationa .set_curr_location_header{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:95%;margin-top:-39px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_traveler{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:96%;margin-top:-52px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_travelera{background:transparent url(https://cityseeker.com/assets/images/booking_table_sprite.png) no-repeat scroll -25px 11px/85px auto;height:71px;margin-left:2%;margin-top:-3px;width:20px;content:"";cursor:pointer;display:block}.select_traveler{padding-left:36px}.tourlist_layout_right{text-align:left;line-height:50px}.li_tours_tprice{font-size:18px;font-weight:700;line-height:40px;padding-bottom:10px}.tourlist_layout_righta{text-align:center;padding-right:4%}.tourlist_layouta{top:3mm}.tour_prcode{text-align:end}.booking_form_title{padding-left:10px}#two{width:100%;height:auto;border:1px solid #f3f3f3;margin-bottom:6%}#two .detail_button{display:inline-block;margin:48px auto 5px;padding-top:5%;width:100%;text-align:right}.tour_booknow_button_powered_by{display:table;margin:0 auto 0;width:96%!important;text-align:center}.viator_poweredby_check{width:auto;height:40px;margin-top:8px;margin-bottom:2px;float:right;padding-right:0}#two .middle-div .col-xs-2.locationa{margin:10px 0 0 0;padding:0 5px;width:48%;height:40px;background-color:#f2f2f2}#two .middle-div .col-xs-2.locationb{margin:10px 0 0 10px;padding:0 5px;width:48%;height:40px;background-color:#f2f2f2}#two .middle-div .col-xs-2.locationa .set_curr_location_header{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:93%;margin-top:-41px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_traveler{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:51px;margin-left:93%;margin-top:-54px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_travelera{background:transparent url(https://cityseeker.com/assets/images/booking_table_sprite.png) no-repeat scroll -25px 11px/85px auto;height:71px;margin-left:2%;margin-top:-3px;width:20px;content:"";cursor:pointer;display:block}#three{width:100%;height:35px;border:1px solid #f3f3f3}.threea{width:100%;height:100%;border:1px solid #f3f3f3}.threea .detail_button{display:block;width:100%;text-align:end;padding-top:0}.twoa .detail_button{display:grid;width:100%;text-align:end;padding-top:0}.book-btn{float:right;bottom:0;display:inline-block;background:#183066;min-width:154px;width:auto;height:28px;margin-bottom:20px;margin:0 0;cursor:pointer;display:inline-block;color:transparent;vertical-align:top;padding-right:0;color:#fff}.book-btn-toura{float:right;bottom:0;background:#183066;min-width:234px;width:auto;height:28px;margin:0 0;cursor:pointer;vertical-align:top;padding-right:0;color:#fff}.detail_desc .form-group .travelname{margin:10px 0 0 10px;padding:0 5px;width:43.7%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail,.form-group .countryName .card_detail,.form-group .securityNum .card_detail{margin:10px 0 0 10px;padding:0 5px;width:47%;height:40px;background-color:#f2f2f2}.form-group .card_detail_full{margin:10px 0 0 10px;padding:0 5px;width:96%;height:40px;background-color:#f2f2f2;border-radius:0}.set_curr_card_booking_month{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_yy{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_cs{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_month{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -9px/226px auto;height:39px;margin-left:-23px;margin-top:-29px;width:18px;cursor:pointer;display:inline-block}.set_curr_card_type{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:94%;margin-top:-29px;width:18px;cursor:pointer;display:block}.form-group .credit_card_type{margin:10px 0 0 10px;padding:0 5px;width:96%;height:40px;background-color:#f2f2f2;border:1px solid #fff;border-radius:0}.threea .tour_detail_button{display:block;margin:0 auto 0;width:100%;text-align:center;padding-top:1%}}@media only screen and (min-width:992px) and (max-width:1199px){#detail_desc_review{width:304px}.nightly_rates{font-size:12px;margin-top:-10px}#ui-datepicker-div.reservation_datepicker_margin{margin-left:0!important;width:22.4%!important}#ui-datepicker-div.reservation_datepicker_margin table{font-size:12.9px!important}#ui-datepicker-div{margin-left:-30px!important}.ui-datepicker{font-size:.9em!important;width:25.7%!important}#two .detail_button{display:inline-block;margin:20px auto 1px;width:100%;text-align:center}.tour_booknow{bottom:0;background:#183066;min-width:270px!important;width:auto;height:auto;height:50px!important;cursor:pointer;color:#fff}.tour_booknow_button{display:table;margin:0 auto 0;width:270px!important;text-align:center}.tour_poweredby{bottom:0;min-width:270px!important;width:auto;height:auto;height:50px!important;cursor:pointer;color:#fff}.tour_booknow_button_powered_by{display:table;margin:0 auto 0;width:96%!important;text-align:center}.viator_poweredby_check{width:auto;height:40px;margin-top:10px;margin-bottom:2px;float:right;padding-right:1px}.bookspan .tours_price,.bookspan_home .tours_price{font-size:17px}.ticket_icon{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/cat.png) no-repeat scroll -153px 8px/182px auto;height:-16px;margin-left:84px;margin-top:0;width:50%;content:"";cursor:pointer;display:inline-block}#two .middle-div .col-xs-2.locationa .pick_citya{width:89%;height:100%;background:0 0;border:none;font-size:23.44px;vertical-align:top;color:#001e62;cursor:pointer;margin-left:26px;margin-top:-36px}#two .middle-div .col-xs-2.locationb .tour_guest{width:100%;height:100%;background:0 0;border:none;font-size:23.44px;vertical-align:top;color:#001e62;cursor:pointer;margin-left:1px;margin-top:6px;padding-left:33px}.select_traveler{padding-left:36px}.tourlist_layout_right{text-align:left;line-height:50px}.li_tours_tprice{font-size:18px;font-weight:700;line-height:38px;padding-bottom:10px}.tourlist_layout_righta{text-align:center;padding-right:4%}.tourlist_layouta{top:3mm}.tour_prcode{text-align:end}.booking_form_title{padding-left:10px}#two{width:100%;height:auto;border:1px solid #f3f3f3;margin-bottom:8%}#two .detail_button{display:inline-block;margin:48px auto 5px;padding-top:12px;width:100%;text-align:right}#two .middle-div .col-xs-2.locationa{margin:10px 0 0 0;padding:0 5px;width:47%;height:40px;background-color:#f2f2f2}#two .middle-div .col-xs-2.locationb{margin:10px 0 0 10px;padding:0 5px;width:47%;height:40px;background-color:#f2f2f2}#two .middle-div .col-xs-2.locationa .set_curr_location_header{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:93%;margin-top:-41px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_traveler{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:51px;margin-left:93%;margin-top:-54px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_travelera{background:transparent url(https://cityseeker.com/assets/images/booking_table_sprite.png) no-repeat scroll -25px 11px/85px auto;height:71px;margin-left:2%;margin-top:-3px;width:20px;content:"";cursor:pointer;display:block}#three{width:100%;height:35px;border:1px solid #f3f3f3}.threea{width:100%;height:100%;border:1px solid #f3f3f3}.threea .detail_button{display:block;width:100%;text-align:end;padding-top:0}.twoa .detail_button{display:grid;width:100%;text-align:end;padding-top:0}.book-btn-toura{float:right;bottom:0;background:#183066;min-width:234px;width:auto;height:28px;margin:0 0;cursor:pointer;vertical-align:top;padding-right:0;color:#fff}.detail_desc .form-group .travelname{margin:10px 0 0 10px;padding:0 5px;width:43.2%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail,.form-group .countryName .card_detail,.form-group .securityNum .card_detail{margin:10px 0 0 10px;padding:0 5px;width:47%;height:40px;background-color:#f2f2f2}.form-group .card_detail_full{margin:10px 0 0 10px;padding:0 5px;width:96%;height:40px;background-color:#f2f2f2;border-radius:0}.set_curr_card_booking_month{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_yy{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_cs{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_month{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -9px/226px auto;height:39px;margin-left:-23px;margin-top:-29px;width:18px;cursor:pointer;display:inline-block}.set_curr_card_type{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:94%;margin-top:-29px;width:18px;cursor:pointer;display:block}.form-group .credit_card_type{margin:10px 0 0 10px;padding:0 5px;width:96%;height:40px;background-color:#f2f2f2;border:1px solid #fff;border-radius:0}}@media only screen and (min-width:980px) and (max-width:991px){.nightly_rates{font-size:12px;margin-top:-10px}.ui-datepicker{font-size:1.3em!important;width:39.8%!important}#ui-datepicker-div{margin-left:-30px!important}#ui-datepicker-div.reservation_datepicker_margin{margin-left:0!important;width:22.4%!important}#ui-datepicker-div.reservation_datepicker_margin table{font-size:12.5px!important}.bookspan .tours_price,.bookspan_home .tours_price{font-size:17px}.ticket_icon{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/cat.png) no-repeat scroll -153px 8px/182px auto;height:-16px;margin-left:84px;margin-top:0;width:50%;content:"";cursor:pointer;display:inline-block}#two .middle-div .col-xs-2.locationa .pick_citya{width:89%;height:100%;background:0 0;border:none;font-size:23.44px;vertical-align:top;color:#001e62;cursor:pointer;margin-left:26px;margin-top:-36px}#two .middle-div .col-xs-2.locationb .tour_guest{width:100%;height:100%;background:0 0;border:none;font-size:23.44px;vertical-align:top;color:#001e62;cursor:pointer;margin-left:1px;margin-top:5px;padding-left:34px}.select_traveler{padding-left:36px}.li_tours_tprice{font-size:18px;font-weight:700;line-height:34px;padding-bottom:10px}.tourlist_layout_right{text-align:center}.tourlist_layout_righta{text-align:center;padding-right:4%}.tourlist_layouta{top:3mm}.tour_prcode{text-align:end}.booking_form_title{padding-left:10px}#two{width:100%;height:auto;border:1px solid #f3f3f3;margin-bottom:7%}#two .detail_button{display:inline-block;margin:48px auto 5px;padding-top:12px;width:100%;text-align:right}.tour_booknow_button_powered_by{display:table;margin:0 auto 0;width:96%!important;text-align:center}.viator_poweredby_check{width:auto;height:40px;margin-top:8px;margin-bottom:10px;float:right;padding-right:0}#two .middle-div .col-xs-2.locationa{margin:10px 0 0 0;padding:0 5px;width:47%;height:40px;background-color:#f2f2f2}#two .middle-div .col-xs-2.locationb{margin:10px 0 0 10px;padding:0 5px;width:47%;height:40px;background-color:#f2f2f2}#two .middle-div .col-xs-2.locationa .set_curr_location_header{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:93%;margin-top:-41px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_traveler{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:51px;margin-left:93%;margin-top:-54px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_travelera{background:transparent url(https://cityseeker.com/assets/images/booking_table_sprite.png) no-repeat scroll -25px 11px/85px auto;height:71px;margin-left:2%;margin-top:-3px;width:20px;content:"";cursor:pointer;display:block}#three{width:100%;height:35px;border:1px solid #f3f3f3}.threea{width:100%;height:100%;border:1px solid #f3f3f3}.threea .detail_button{display:block;width:100%;text-align:end;padding-top:0}.twoa .detail_button{display:grid;width:100%;text-align:end;padding-top:0}.book-btn{float:right;bottom:0;display:inline-block;background:#183066;min-width:154px;width:auto;height:28px;margin-bottom:20px;margin:0 0;cursor:pointer;display:inline-block;color:transparent;vertical-align:top;padding-right:0;color:#fff}.book-btn-toura{float:right;bottom:0;background:#183066;min-width:234px;width:auto;height:28px;margin:0 0;cursor:pointer;vertical-align:top;padding-right:0;color:#fff}.detail_desc .form-group .travelname{margin:10px 0 0 10px;padding:0 5px;width:44.4%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail,.form-group .countryName .card_detail,.form-group .securityNum .card_detail{margin:10px 0 0 10px;padding:0 5px;width:47%;height:40px;background-color:#f2f2f2}.form-group .card_detail_full{margin:10px 0 0 10px;padding:0 5px;width:96%;height:40px;background-color:#f2f2f2;border-radius:0}.set_curr_card_booking_month{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_yy{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_cs{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_month{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -9px/226px auto;height:39px;margin-left:-23px;margin-top:-29px;width:18px;cursor:pointer;display:inline-block}.set_curr_card_type{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:94%;margin-top:-29px;width:18px;cursor:pointer;display:block}.form-group .credit_card_type{margin:10px 0 0 10px;padding:0 5px;width:96%;height:40px;background-color:#f2f2f2;border:1px solid #fff;border-radius:0}}@media only screen and (min-width:800px) and (max-width:979px){#hotelplanner .list_desc .hotel_price{width:13%}.nightly_rates{font-size:12px;margin-top:-10px}.ui-datepicker{font-size:1.6em!important;width:73%!important}#ui-datepicker-div{margin-left:-34px!important}#ui-datepicker-div.reservation_datepicker_margin{margin-left:0!important;width:22.4%!important}#ui-datepicker-div.reservation_datepicker_margin table{font-size:10.3px!important}#ui-datepicker-div.reservation_datepicker_margin .ui-datepicker-calendar tr{height:30px!important}#two .detail_button{display:inline-block;margin:0 auto 4px;padding-top:10px;width:95%;text-align:center}#two{width:100%;height:300px;border:1px solid #f3f3f3}.tour_booknow_button_powered_by{display:table;margin:0 auto 0;width:96%!important;text-align:center}.viator_poweredby_check{width:auto;height:40px;margin-top:8px;margin-bottom:2px;float:none;padding-right:10%}.tour_booknow{bottom:0;background:#183066;min-width:300px!important;width:auto;height:auto;height:50px!important;cursor:pointer;color:#fff}.tour_booknow_button .tour_booknow span{color:#fff;line-height:50px!important;position:inherit;font-weight:700;font-size:20px!important;text-align:center}.detail_content .detail_button .button{background:#183066;min-width:300px!important;width:auto;height:auto;height:50px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-block;color:transparent;vertical-align:top;position:relative}.detail_content .detail_button .plan_button{min-width:230px!important}.detail_content #tours .detail_button .button{background:#183066;min-width:300px!important;width:auto;height:auto;height:50px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-grid!important;color:transparent;vertical-align:top;position:relative}.detail_content .detail_button .button span{color:#fff;text-align:center;line-height:50px;position:relative;display:inherit;text-align:center;font-size:20px!important}.detail_content #tours .detail_button .button span{color:#fff;text-align:center;line-height:50px;position:relative;display:inherit;text-align:center;font-weight:700;font-size:20px!important;font-family:ProximaNova-Bold}.threea .tour_detail_button{display:contents;margin:0 auto 0;text-align:center;padding-top:1%;padding-bottom:10px}.book-btn-tour{bottom:0;background:#183066;min-width:300px!important;width:auto;height:50px!important;cursor:pointer;color:#fff}.tour_detail_button .book-btn-tour span{color:#fff;font-size:20px!important;line-height:50px!important;position:inherit;text-align:center;font-family:ProximaNova-Semibold}.bookspan .tours_price,.bookspan_home .tours_price{font-size:15px}.ticket_icon{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/cat.png) no-repeat scroll -153px 13px/182px auto;margin-left:84px;margin-top:0;width:50%;content:"";cursor:pointer;display:inline-block}.ticket_txt{font-size:20px!important}.select_traveler{padding-left:padding-left: 36px}.tour_remove_margin{margin-left:-22px!important;margin-right:-2px!important;border:none!important}.tourlist_layout_right{text-align:left}.li_tours_tprice{font-size:18px;font-weight:700;line-height:34px;padding-bottom:10px}.tourlist_layout_righta{text-align:left;padding-right:4%}.booking_form_space{margin-left:22px!important}.tour_prcode{text-align:end}#tours.detail_content .detail_content_break{width:80%}.tourlist_layouta{top:3mm}#three{width:100%;height:35px;border:1px solid #f3f3f3}.threea{width:100%;height:100%;border:1px solid #f3f3f3}.threea .detail_button{display:block;width:100%;text-align:end;padding-top:0}.twoa .detail_button{display:grid;width:100%;text-align:end;padding-top:0}.book-btn{float:right;bottom:0;display:inline-block;background:#183066;min-width:154px;width:auto;height:28px;margin-bottom:20px;margin:0 0;cursor:pointer;display:inline-block;color:transparent;vertical-align:top;padding-right:0;color:#fff}.book-btn-toura{float:right;bottom:0;background:#183066;min-width:234px;width:auto;height:28px;margin:0 0;cursor:pointer;vertical-align:top;padding-right:0;color:#fff}.detail_desc .form-group .travelname{margin:10px 0 0 10px;padding:0 5px;width:47%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail,.form-group .countryName .card_detail,.form-group .securityNum .card_detail{margin:10px 0 0 10px;padding:0 5px;width:47%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail_full{margin:10px 0 0 10px;padding:0 5px;width:96%;height:40px;background-color:#f2f2f2;border-radius:0}.set_curr_card_booking_month{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_yy{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_cs{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_month{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -9px/226px auto;height:39px;margin-left:-23px;margin-top:-29px;width:18px;cursor:pointer;display:inline-block}.set_curr_card_type{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:94%;margin-top:-29px;width:18px;cursor:pointer;display:block}.form-group .credit_card_type{margin:10px 0 0 10px;padding:0 5px;width:96%;height:40px;background-color:#f2f2f2;border:1px solid #fff;border-radius:0}.detail_desc .form-group .travelname{margin:10px 0 0 10px;padding:0 5px;width:43.4%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail,.form-group .countryName .card_detail,.form-group .securityNum .card_detail{margin:10px 0 0 10px;padding:0 5px;width:47%;height:40px;background-color:#f2f2f2}.form-group .card_detail_full{margin:10px 0 0 10px;padding:0 5px;width:96%;height:40px;background-color:#f2f2f2;border-radius:0}.set_curr_card_month{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -9px/226px auto;height:39px;margin-left:-33px;width:18px;cursor:pointer;display:inline-block}.set_curr_card_type{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:93.6%;margin-top:-29px;width:18px;cursor:pointer;display:block}.form-group .credit_card_type{margin:10px 0 0 10px;padding:0 5px;width:96%;height:40px;background-color:#f2f2f2;border:1px solid #fff;border-radius:0}#two .middle-div .col-xs-2.locationa,#two .middle-div .col-xs-2.locationb{margin:10px 0 0 10px;padding:0 5px;width:94%;height:40px;background-color:#f2f2f2}#two .middle-div .col-xs-2.locationa .pick_citya{width:90%;height:100%;background:0 0;border:none;font-size:20px;vertical-align:top;color:#001e62;cursor:pointer;padding-left:13px}#two .middle-div .col-xs-2.locationb .tour_guest{width:98%;height:100%;background:0 0;border:none;margin-left:19px;font-size:20px;padding-top:10px;vertical-align:top;color:#001e62;cursor:pointer}#two .middle-div .col-xs-2.locationa .set_curr_location_header{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:92%;margin-top:-25px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_traveler{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:92%;margin-top:-50px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_travelera{background:transparent url(https://cityseeker.com/assets/images/booking_table_sprite.png) no-repeat scroll -25px 11px/84px auto;height:71px;margin-left:1.1%;margin-top:-.5%;width:20px;content:"";cursor:pointer;display:block}#two .detail_button{padding-top:15px;width:220px;display:table}.detail_content #tours .detail_button .button,.tour_booknow_button_powered_by{min-width:318px!important}.viator_poweredby_check{width:auto;float:right;padding-right:0;height:40px}.tour_booknow_button_powered_by{width:auto!important}.tour_poweredby{min-width:210px!important}}@media only screen and (min-width:768px) and (max-width:799px){.ui-datepicker{font-size:1.7em!important;width:72.6%!important}#ui-datepicker-div{margin-left:-34px!important}#ui-datepicker-div.reservation_datepicker_margin{margin-left:0!important;width:22.4%!important}#ui-datepicker-div.reservation_datepicker_margin table{font-size:9.9px!important}#ui-datepicker-div.reservation_datepicker_margin .ui-datepicker-calendar tr{height:30px!important}.tour_booknow{bottom:0;background:#183066;min-width:300px!important;width:auto;height:auto;height:50px!important;cursor:pointer;color:#fff}.tour_booknow_button .tour_booknow span{color:#fff;line-height:50px!important;position:inherit;font-weight:700;font-size:20px!important;text-align:center}.detail_content .detail_button .button{background:#183066;min-width:300px!important;width:auto;height:auto;height:50px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-block;color:transparent;vertical-align:top;position:relative}.detail_content #tours .detail_button .button{background:#183066;min-width:300px!important;width:auto;height:auto;height:50px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-grid!important;color:transparent;vertical-align:top;position:relative}.detail_content .detail_button .button span{color:#fff;text-align:center;line-height:50px;position:relative;display:inherit;text-align:center;font-size:20px!important}.detail_content #tours .detail_button .button span{color:#fff;text-align:center;line-height:50px;position:relative;display:inherit;text-align:center;font-weight:700;font-size:20px!important;font-family:ProximaNova-Bold}.threea .tour_detail_button{display:contents;margin:0 auto 0;text-align:center;padding-top:1%;padding-bottom:10px}.book-btn-tour{bottom:0;background:#183066;min-width:300px!important;width:auto;height:50px!important;cursor:pointer;color:#fff}#two .detail_button{display:inline-block;margin:0 auto 4px;padding-top:10px;width:95%;text-align:center}#two{width:100%;height:300px;border:1px solid #f3f3f3}.tour_booknow_button_powered_by{display:table;margin:0 auto 0;width:96%!important;text-align:center}.viator_poweredby_check{width:auto;height:40px;margin-top:8px;margin-bottom:2px;float:none;padding-right:10%}.tour_detail_button .book-btn-tour span{color:#fff;font-size:20px!important;line-height:50px!important;position:inherit;text-align:center;font-family:ProximaNova-Semibold}.ticket_icon{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/cat.png) no-repeat scroll -153px 13px/182px auto;margin-left:84px;margin-top:0;width:50%;content:"";cursor:pointer;display:inline-block}.ticket_txt{font-size:20px!important}.select_traveler{padding-left:padding-left: 36px}.tour_remove_margin{margin-left:-22px!important;margin-right:-2px!important;border:none!important}.tourlist_layout_right{text-align:left}.li_tours_tprice{font-size:18px;font-weight:700;line-height:34px;padding-bottom:10px}.tourlist_layout_righta{text-align:left;padding-right:4%}.booking_form_space{margin-left:22px!important}.tour_prcode{text-align:end}#tours.detail_content .detail_content_break{width:80%}.tourlist_layouta{top:3mm}#three{width:100%;height:35px;border:1px solid #f3f3f3}.threea{width:100%;height:100%;border:1px solid #f3f3f3}.threea .detail_button{display:block;width:100%;text-align:end;padding-top:0}.twoa .detail_button{display:grid;width:100%;text-align:end;padding-top:0}.book-btn{float:right;bottom:0;display:inline-block;background:#183066;min-width:154px;width:auto;height:28px;margin-bottom:20px;margin:0 0;cursor:pointer;display:inline-block;color:transparent;vertical-align:top;padding-right:0;color:#fff}.book-btn-toura{float:right;bottom:0;background:#183066;min-width:234px;width:auto;height:28px;margin:0 0;cursor:pointer;vertical-align:top;padding-right:0;color:#fff}.detail_desc .form-group .travelname{margin:10px 0 0 10px;padding:0 5px;width:47%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail,.form-group .countryName .card_detail,.form-group .securityNum .card_detail{margin:10px 0 0 10px;padding:0 5px;width:47%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail_full{margin:10px 0 0 10px;padding:0 5px;width:96%;height:40px;background-color:#f2f2f2;border-radius:0}.set_curr_card_booking_month{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_yy{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_cs{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_month{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -9px/226px auto;height:39px;margin-left:-23px;margin-top:-29px;width:18px;cursor:pointer;display:inline-block}.set_curr_card_type{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:94%;margin-top:-29px;width:18px;cursor:pointer;display:block}.form-group .credit_card_type{margin:10px 0 0 10px;padding:0 5px;width:96%;height:40px;background-color:#f2f2f2;border:1px solid #fff;border-radius:0}.detail_desc .form-group .travelname{margin:10px 0 0 10px;padding:0 5px;width:43.4%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail,.form-group .countryName .card_detail,.form-group .securityNum .card_detail{margin:10px 0 0 10px;padding:0 5px;width:47%;height:40px;background-color:#f2f2f2}.form-group .card_detail_full{margin:10px 0 0 10px;padding:0 5px;width:96%;height:40px;background-color:#f2f2f2;border-radius:0}.set_curr_card_month{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -9px/226px auto;height:39px;margin-left:-33px;width:18px;cursor:pointer;display:inline-block}.set_curr_card_type{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:93%;margin-top:-29px;width:18px;cursor:pointer;display:block}.form-group .credit_card_type{margin:10px 0 0 10px;padding:0 5px;width:96%;height:40px;background-color:#f2f2f2;border:1px solid #fff;border-radius:0}#two .middle-div .col-xs-2.locationa,#two .middle-div .col-xs-2.locationb{margin:10px 0 0 10px;padding:0 5px;width:94%;height:40px;background-color:#f2f2f2}#two .middle-div .col-xs-2.locationa .pick_citya{width:90%;height:100%;background:0 0;border:none;font-size:20px;vertical-align:top;color:#001e62;cursor:pointer}#two .middle-div .col-xs-2.locationb .tour_guest{width:98%;height:100%;background:0 0;border:none;margin-left:19px;font-size:20px;vertical-align:top;color:#001e62;cursor:pointer;padding-left:13px;padding-top:10px}#two .middle-div .col-xs-2.locationa .set_curr_location_header{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:92%;margin-top:-25px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_traveler{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:92%;margin-top:-50px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_travelera{background:transparent url(https://cityseeker.com/assets/images/booking_table_sprite.png) no-repeat scroll -25px 11px/84px auto;height:71px;margin-left:1%;margin-top:-.5%;width:20px;content:"";cursor:pointer;display:block}.mobile-view-category-content .disp_distance{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/dark-overlay.png) round scroll 0 0/100% auto;color:#fff;float:right;font-weight:700;height:32px;right:0;line-height:30px;font-size:16px;padding:0 4px;position:absolute;width:58px;z-index:10}.plan_button{margin:0 auto 0!important}.detail_content .plan_button .button span{line-height:42px!important;font-size:16px!important}.detail_content .plan_button .button{min-width:140px!important;float:left;height:auto!important}.plan_detail_content{margin:0!important}#main_content_area .mobile-view-container-main .tableimg{margin-top:0!important;margin-bottom:4px}#main_content_area .mobile-view-container-main .tableAddr>div{margin-top:3px!important}.plan_ellipsis{text-overflow:unset!important;white-space:normal!important}.plan_btn_margin{margin-bottom:10px!important}#two .detail_button{padding-top:15px;width:220px;display:table}.detail_content #tours .detail_button .button,.tour_booknow_button_powered_by{min-width:318px!important}.viator_poweredby_check{width:auto;float:right;padding-right:0;height:40px}.tour_booknow_button_powered_by{width:auto!important}.tour_poweredby{min-width:210px!important}}@media only screen and (min-width:640px) and (max-width:767px){.nightly_rates{font-size:14px;margin-top:-10px}.ui-datepicker{font-size:1.7em!important;width:84.4%!important}#ui-datepicker-div{margin-left:-33px!important}#ui-datepicker-div.reservation_datepicker_margin{margin-left:0!important;width:89.7%!important}.tour_booknow{bottom:0;background:#183066;min-width:300px!important;width:auto;height:auto;height:50px!important;cursor:pointer;color:#fff}.tour_booknow_button .tour_booknow span{color:#fff;line-height:50px!important;position:inherit;font-weight:700;font-size:20px!important;text-align:center}.detail_content .detail_button .button{background:#183066;min-width:300px!important;width:auto;height:auto;height:50px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-block;color:transparent;vertical-align:top;position:relative}.detail_content .plan_button .button{min-width:220px!important;float:left}.detail_content #tours .detail_button .button{background:#183066;min-width:300px!important;width:auto;height:auto;height:50px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-grid!important;color:transparent;vertical-align:top;position:relative}.detail_content .detail_button .button span{color:#fff;text-align:center;line-height:50px;position:relative;display:inherit;text-align:center;font-size:20px!important}.detail_content #tours .detail_button .button span{color:#fff;text-align:center;line-height:50px;position:relative;display:inherit;text-align:center;font-weight:700;font-size:20px!important;font-family:ProximaNova-Bold}#two .detail_button{display:inline-block;margin:0 auto 4px;padding-top:10px;width:95%;text-align:center}#two{width:100%;height:300px;border:1px solid #f3f3f3}.tour_booknow_button_powered_by{display:table;margin:0 auto 0;width:96%!important;text-align:center}.viator_poweredby_check{width:auto;height:40px;margin-top:8px;margin-bottom:2px;float:none;padding-right:10%}.li_tours_tprice{font-size:18px;font-weight:700;line-height:30px;padding-bottom:0}.threea .tour_detail_button{display:contents;margin:0 auto 0;text-align:center;padding-top:1%;padding-bottom:10px}.book-btn-tour{bottom:0;background:#183066;min-width:300px!important;width:auto;height:50px!important;cursor:pointer;color:#fff}.tour_detail_button .book-btn-tour span{color:#fff;font-size:20px!important;line-height:50px!important;position:inherit;text-align:center;font-family:ProximaNova-Semibold}.ticket_icon{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/cat.png) no-repeat scroll -153px 13px/182px auto;height:-16px;margin-left:84px;margin-top:0;width:50%;content:"";cursor:pointer;display:inline-block}.select_traveler{padding-left:36px}.tour_remove_margin{margin-left:-22px!important;margin-right:-22px!important;border:none!important}#tours.detail_content .detail_content_break{width:80%}.tourlist_layout_righta{padding-left:13%}.detail_desc .form-group .travelname{margin:10px 0 0 10px;padding:0 5px;width:92%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail,.form-group .countryName .card_detail,.form-group .securityNum .card_detail{margin:10px 0 0 10px;padding:0 5px;width:92%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail_full{margin:10px 0 0 10px;padding:0 5px;width:92%;height:40px;background-color:#f2f2f2;border-radius:0}.set_curr_card_booking_month{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_yy{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_cs{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_month{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -9px/226px auto;height:39px;margin-left:-33px;width:18px;cursor:pointer;display:inline-block}.set_curr_card_type{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:88.7%;margin-top:-29px;width:18px;cursor:pointer;display:block}.form-group .credit_card_type{margin:10px 0 0 10px;padding:0 5px;width:92%;height:40px;background-color:#f2f2f2;border:1px solid #fff;border-radius:0}#two .middle-div .col-xs-2.locationa,#two .middle-div .col-xs-2.locationb{margin:10px 0 0 10px;padding:0 5px;width:94%;height:40px;background-color:#f2f2f2}#two .middle-div .col-xs-2.locationa .pick_citya{width:89%;height:100%;background:0 0;border:none;font-size:20px;vertical-align:top;color:#001e62;cursor:pointer}#two .middle-div .col-xs-2.locationb .tour_guest{width:98%;height:100%;background:0 0;border:none;font-size:20px;vertical-align:top;padding-top:10px;color:#001e62;cursor:pointer;padding-left:34px!important}#two .middle-div .col-xs-2.locationa .set_curr_location_header{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:92%;margin-top:-25px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_traveler{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:92%;margin-top:-52px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_travelera{background:transparent url(https://cityseeker.com/assets/images/booking_table_sprite.png) no-repeat scroll -25px 11px/84px auto;height:71px;margin-left:1%;margin-top:-2px;width:20px;content:"";cursor:pointer;display:block}.booking_form_tit{font-size:20px}.mobile-view-category-content .disp_distance{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/dark-overlay.png) round scroll 0 0/100% auto;color:#fff;float:right;font-weight:700;height:30px;right:0;line-height:28px;font-size:14px;padding:0 4px;position:absolute;width:52px;z-index:10}.plan_button{margin:0 auto 0!important}.detail_content .plan_button .button span{line-height:38px!important;font-size:14px!important}.detail_content .plan_button .button{min-width:128px!important;float:left;height:auto!important}.plan_detail_content{margin:0!important}#main_content_area .mobile-view-container-main .tableimg{margin-top:0!important;margin-bottom:4px}#main_content_area .mobile-view-container-main .tableAddr>div{margin-top:3px!important}.plan_ellipsis{text-overflow:unset!important;white-space:normal!important}.plan_btn_margin{margin-bottom:10px!important}#two .detail_button{padding-top:15px;width:220px;display:table}.detail_content #tours .detail_button .button,.tour_booknow_button_powered_by{min-width:318px!important}.viator_poweredby_check{width:auto;float:right;padding-right:0;height:40px}.tour_booknow_button_powered_by{width:auto!important}.tour_poweredby{min-width:210px!important}}@media only screen and (min-width:568px) and (max-width:639px){.nightly_rates{font-size:14px;margin-top:-10px}.ui-datepicker{font-size:1.4em!important;width:89.6%!important}#ui-datepicker-div{margin-left:-33px!important}#ui-datepicker-div.reservation_datepicker_margin{margin-left:0!important;width:89.7%!important}.tour_booknow{bottom:0;background:#183066;min-width:300px!important;width:auto;height:auto;height:50px!important;cursor:pointer;color:#fff}.tour_booknow_button .tour_booknow span{color:#fff;line-height:50px!important;position:inherit;font-weight:700;font-size:20px!important;text-align:center}.detail_content .detail_button .button{background:#183066;min-width:300px!important;width:auto;height:auto;height:50px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-block;color:transparent;vertical-align:top;position:relative}.detail_content .plan_button .button{min-width:180px!important;float:left}.detail_content #tours .detail_button .button{background:#183066;min-width:300px!important;width:auto;height:auto;height:50px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-grid!important;color:transparent;vertical-align:top;position:relative}.detail_content .detail_button .button span{color:#fff;text-align:center;line-height:50px;position:relative;display:inherit;text-align:center;font-size:20px!important}.detail_content #tours .detail_button .button span{color:#fff;text-align:center;line-height:50px;position:relative;display:inherit;text-align:center;font-weight:700;font-size:20px!important;font-family:ProximaNova-Bold}#two .detail_button{display:inline-block;margin:0 auto 4px;padding-top:10px;width:95%;text-align:center}#two{width:100%;height:300px;border:1px solid #f3f3f3}.tour_booknow_button_powered_by{display:table;margin:0 auto 0;width:96%!important;text-align:center}.viator_poweredby_check{width:auto;height:40px;margin-top:8px;margin-bottom:2px;float:none;padding-right:10%}.li_tours_tprice{font-size:18px;font-weight:700;line-height:30px;padding-bottom:0}.threea .tour_detail_button{display:contents;margin:0 auto 0;text-align:center;padding-top:1%;padding-bottom:10px}.book-btn-tour{bottom:0;background:#183066;min-width:300px!important;width:auto;height:50px!important;cursor:pointer;color:#fff}.tour_detail_button .book-btn-tour span{color:#fff;font-size:20px!important;line-height:50px!important;position:inherit;text-align:center;font-family:ProximaNova-Semibold}.ticket_icon{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/cat.png) no-repeat scroll -153px 13px/182px auto;height:-16px;margin-left:84px;margin-top:0;width:50%;content:"";cursor:pointer;display:inline-block}.select_traveler{padding-left:36px}.tour_remove_margin{margin-left:-22px!important;margin-right:-22px!important;border:none!important}#tours.detail_content .detail_content_break{width:80%}.tourlist_layout_righta{padding-left:13%}.detail_desc .form-group .travelname{margin:10px 0 0 10px;padding:0 5px;width:92%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail,.form-group .countryName .card_detail,.form-group .securityNum .card_detail{margin:10px 0 0 10px;padding:0 5px;width:92%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail_full{margin:10px 0 0 10px;padding:0 5px;width:92%;height:40px;background-color:#f2f2f2;border-radius:0}.set_curr_card_booking_month{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_yy{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_cs{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_month{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -9px/226px auto;height:39px;margin-left:-33px;width:18px;cursor:pointer;display:inline-block}.set_curr_card_type{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:87%;margin-top:-29px;width:18px;cursor:pointer;display:block}.form-group .credit_card_type{margin:10px 0 0 10px;padding:0 5px;width:92%;height:40px;background-color:#f2f2f2;border:1px solid #fff;border-radius:0}#two .middle-div .col-xs-2.locationa,#two .middle-div .col-xs-2.locationb{margin:10px 0 0 10px;padding:0 5px;width:94%;height:40px;background-color:#f2f2f2}#two .middle-div .col-xs-2.locationa .pick_citya{width:89%;height:100%;background:0 0;border:none;font-size:20px;vertical-align:top;color:#001e62;cursor:pointer}#two .middle-div .col-xs-2.locationb .tour_guest{width:98%;height:100%;background:0 0;border:none;font-size:20px;vertical-align:top;color:#001e62;padding-top:10px;cursor:pointer;padding-left:34px!important}#two .middle-div .col-xs-2.locationa .set_curr_location_header{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:92%;margin-top:-25px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_traveler{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:92%;margin-top:-52px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_travelera{background:transparent url(https://cityseeker.com/assets/images/booking_table_sprite.png) no-repeat scroll -25px 11px/84px auto;height:71px;margin-left:1%;margin-top:-2px;width:20px;content:"";cursor:pointer;display:block}.booking_form_tit{font-size:20px}.mobile-view-category-content .disp_distance{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/dark-overlay.png) round scroll 0 0/100% auto;color:#fff;float:right;font-weight:700;height:30px;right:0;line-height:28px;font-size:14px;padding:0 4px;position:absolute;width:52px;z-index:10}.plan_button{margin:0 auto 0!important}.detail_content .plan_button .button span{line-height:34px!important;font-size:14px!important}.detail_content .plan_button .button{min-width:115px!important;float:left;height:auto!important}.plan_detail_content{margin:0!important}#main_content_area .mobile-view-container-main .tableimg{margin-top:0!important}#main_content_area .mobile-view-container-main .tableAddr>div{margin-top:3px!important}.plan_ellipsis{text-overflow:unset!important;white-space:normal!important}.plan_btn_margin{margin-bottom:10px!important}#two .detail_button{padding-top:15px;width:220px;display:table}.detail_content #tours .detail_button .button,.tour_booknow_button_powered_by{min-width:318px!important}.viator_poweredby_check{width:auto;float:right;padding-right:0;height:40px}.tour_booknow_button_powered_by{width:auto!important}.tour_poweredby{min-width:210px!important}}@media only screen and (min-width:480px) and (max-width:567px){.tour_total_price{font-size:18px}.nightly_rates{font-size:14px;margin-top:-10px}#ui-datepicker-div.reservation_datepicker_margin{margin-left:0!important;width:89.7%!important}.ui-datepicker{font-size:1.3em!important;width:81.6%!important}#ui-datepicker-div{margin-left:-33px!important}.tour_booknow{bottom:0;background:#183066;min-width:300px!important;width:auto;height:auto;height:50px!important;cursor:pointer;color:#fff}.tour_booknow_button .tour_booknow span{color:#fff;line-height:50px!important;position:inherit;font-weight:700;font-size:20px!important;text-align:center}.detail_content .detail_button .button{background:#183066;min-width:300px!important;width:auto;height:auto;height:50px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-block;color:transparent;vertical-align:top;position:relative}.detail_content .plan_button .button{min-width:150px!important;float:left}.detail_content #tours .detail_button .button{background:#183066;min-width:300px!important;width:auto;height:auto;height:50px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-grid!important;color:transparent;vertical-align:top;position:relative}.detail_content .detail_button .button span{color:#fff;text-align:center;line-height:50px;position:relative;display:inherit;text-align:center;font-size:20px!important}.detail_content #tours .detail_button .button span{color:#fff;text-align:center;line-height:50px;position:relative;display:inherit;text-align:center;font-weight:700;font-size:20px!important;font-family:ProximaNova-Bold}#two .detail_button{display:inline-block;margin:0 auto 4px;padding-top:10px;width:95%;text-align:center}#two{width:100%;height:300px;border:1px solid #f3f3f3}.tour_booknow_button_powered_by{display:table;margin:0 auto 0;width:96%!important;text-align:center}.viator_poweredby_check{width:auto;height:40px;margin-top:8px;margin-bottom:2px;float:none;padding-right:10%}.threea .tour_detail_button{display:contents;margin:0 auto 0;text-align:center;padding-top:1%;padding-bottom:10px}.book-btn-tour{bottom:0;background:#183066;min-width:300px!important;width:auto;height:50px!important;cursor:pointer;color:#fff}.tour_detail_button .book-btn-tour span{color:#fff;font-size:20px!important;line-height:50px!important;position:inherit;text-align:center;font-family:ProximaNova-Semibold}.ticket_icon{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/cat.png) no-repeat scroll -153px 13px/182px auto;height:-16px;margin-left:84px;margin-top:0;width:50%;content:"";cursor:pointer;display:inline-block}.select_traveler{padding-left:36px}.tour_remove_margin{margin-left:-22px!important;margin-right:-22px!important;border:none!important}#tours.detail_content .detail_content_break{width:80%}.tourlist_layout_righta{padding-left:13%}.detail_desc .form-group .travelname{margin:10px 0 0 10px;padding:0 5px;width:92%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail,.form-group .countryName .card_detail,.form-group .securityNum .card_detail{margin:10px 0 0 10px;padding:0 5px;width:92%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail_full{margin:10px 0 0 10px;padding:0 5px;width:92%;height:40px;background-color:#f2f2f2;border-radius:0}.set_curr_card_booking_month{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_yy{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_cs{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_month{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -9px/226px auto;height:39px;margin-left:-33px;width:18px;cursor:pointer;display:inline-block}.set_curr_card_type{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:87%;margin-top:-29px;width:18px;cursor:pointer;display:block}.form-group .credit_card_type{margin:10px 0 0 10px;padding:0 5px;width:92%;height:40px;background-color:#f2f2f2;border:1px solid #fff;border-radius:0}#two .middle-div .col-xs-2.locationa,#two .middle-div .col-xs-2.locationb{margin:10px 0 0 10px;padding:0 5px;width:94%;height:40px;background-color:#f2f2f2}#two .middle-div .col-xs-2.locationa .pick_citya{width:89%;height:100%;background:0 0;border:none;font-size:20px;vertical-align:top;color:#001e62;cursor:pointer}#two .middle-div .col-xs-2.locationb .tour_guest{width:98%;height:100%;background:0 0;border:none;font-size:20px;vertical-align:top;padding-top:10px;color:#001e62;cursor:pointer;padding-left:33px!important}#two .middle-div .col-xs-2.locationa .set_curr_location_header{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:92%;margin-top:-25px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_traveler{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:92%;margin-top:-52px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_travelera{background:transparent url(https://cityseeker.com/assets/images/booking_table_sprite.png) no-repeat scroll -25px 11px/84px auto;height:71px;margin-left:1%;margin-top:-2px;width:20px;content:"";cursor:pointer;display:block}.booking_form_tit{font-size:20px}.li_tours_tprice{font-size:18px;font-weight:700;line-height:30px;padding-bottom:0}.threea .tour_detail_button{display:block;margin:0 auto 0;width:318px;height:52px;text-align:center;padding-top:1%;padding-bottom:10px}#two .detail_button{display:inline-block;width:100%;text-align:center}.book-btn-tour{bottom:0;background:#183066;min-width:318px!important;width:auto;height:48px!important;cursor:pointer;color:#fff}.tour_detail_button .book-btn-tour span{color:#fff;font-size:18px!important;line-height:46px!important;position:inherit;text-align:center}.mobile-view-category-content .disp_distance{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/dark-overlay.png) round scroll 0 0/100% auto;color:#fff;float:right;font-weight:700;height:28px;right:0;line-height:27px;font-size:12px;padding:0 4px;position:absolute;width:48px;z-index:10}.plan_button{margin:0 auto 0!important}.detail_content .plan_button .button span{line-height:30px!important;font-size:12px!important}.detail_content .plan_button .button{min-width:100px!important;float:left;height:auto!important}.plan_detail_content{margin:0!important}#main_content_area .mobile-view-container-main .tableimg{margin-top:0!important}#main_content_area .mobile-view-container-main .tableAddr>div{margin-top:3px!important}.plan_ellipsis{text-overflow:unset!important;white-space:normal!important}.plan_btn_margin{margin-bottom:10px!important}#main_content_area .mobile-view-container-main .plan_dataTitles{font-size:16px!important}#two .detail_button{padding-top:15px;width:220px;display:table}.detail_content #tours .detail_button .button,.tour_booknow_button_powered_by{min-width:318px!important}.viator_poweredby_check{width:auto;float:right;padding-right:0;height:40px}.tour_booknow_button_powered_by{width:auto!important}.tour_poweredby{min-width:210px!important}}@media only screen and (min-width:408px) and (max-width:479px){.ui-datepicker{font-size:1em!important;width:82.2%!important}}@media only screen and (min-width:374px) and (max-width:407px){.ui-datepicker{font-size:1em!important;width:67.2%!important}}@media only screen and (min-width:360px) and (max-width:373px){.ui-datepicker{font-size:1em!important;width:89.2%!important}}@media only screen and (min-width:360px) and (max-width:479px){#ui-datepicker-div.reservation_datepicker_margin{margin-left:0!important;width:89.7%!important}#ui-datepicker-div{margin-left:-33px!important}.tour_booknow_button{display:table;margin:0 auto 0;width:220px;text-align:center}.spaceremove_class{display:none!important}.tour_booknow{bottom:0;background:#183066;min-width:210px!important;width:auto;height:auto;height:40px!important;cursor:pointer;color:#fff}.tour_booknow_button .tour_booknow span{color:#fff;line-height:40px!important;position:inherit;font-weight:700;font-size:16px!important;text-align:center}.detail_content .detail_button .button{background:#183066;min-width:210px!important;width:auto;height:auto;height:40px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-block;color:transparent;vertical-align:top;position:relative}.detail_content .plan_button .button{min-width:130px!important;float:left}.detail_content #tours .detail_button .button{background:#183066;min-width:210px!important;width:auto;height:auto;height:40px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-grid!important;color:transparent;vertical-align:top;position:relative}#two .detail_button{display:inline-block;margin:0 auto 4px;padding-top:10px;width:95%;text-align:center}#two{width:100%;height:300px;border:1px solid #f3f3f3}.tour_booknow_button_powered_by{display:table;margin:0 auto 0;width:96%!important;text-align:center}.viator_poweredby_check{width:auto;height:40px;margin-top:8px;margin-bottom:2px;float:none;padding-right:10%}.detail_content .detail_button .button span{color:#fff;text-align:center;line-height:40px;position:relative;display:inherit;text-align:center;font-size:16px!important}.detail_content #tours .detail_button .button span{color:#fff;text-align:center;line-height:40px;position:relative;display:inherit;text-align:center;font-weight:700;font-size:16px!important;font-family:ProximaNova-Bold}.li_tours_tprice{font-size:18px;font-weight:700;padding-top:10px}.threea .tour_detail_button{display:inline-block;margin:10px auto 0 38px;text-align:center;padding-top:1%;padding-bottom:10px}.tourlist_layout_right{line-height:20px!important;text-align:left}.book-btn-tour{bottom:0;background:#183066;min-width:210px!important;width:auto;height:40px!important;cursor:pointer;color:#fff;float:none!important}.tour_detail_button .book-btn-tour span{color:#fff;font-size:20px!important;line-height:40px!important;position:inherit;text-align:center;font-family:ProximaNova-Semibold}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price{color:#001e62;display:block;font-size:15px;font-weight:700;line-height:20px;padding:0 0 0;position:relative;width:auto;margin-right:5px;margin-top:4px;margin-bottom:10px;font-family:ProximaNova-Semibold}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price_tag{color:#001e62;display:inline-block;font-size:18px;line-height:17px;padding:0 0 0;position:relative;width:auto;margin-right:5px;font-family:ProximaNova-Semibold}.ticket_icon{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/cat.png) no-repeat scroll -155px 8px/182px auto;height:-16px;margin-left:37px;margin-top:0;width:128px;content:"";cursor:pointer;display:inline-block}.ticket_txt{font-size:20px!important}.select_traveler{padding-left:36px}#tours.detail_content .detail_content_break{width:80%}#two .detail_button{padding-top:15px;width:93%}.tour_remove_margin{margin-left:-22px!important;margin-right:-22px!important;border:none!important}#tours .detail_content .detail_button .button{min-width:100%;margin-left:-14px}.tourlist_layout_righta{padding-left:13%}.detail_desc .form-group .travelname{margin:10px 0 0 10px;padding:0 5px;width:86%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail,.form-group .countryName .card_detail,.form-group .securityNum .card_detail{margin:10px 0 0 10px;padding:0 5px;width:86%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail_full{margin:10px 0 0 10px;padding:0 5px;width:86%;height:40px;background-color:#f2f2f2;border-radius:0}.set_curr_card_booking_month{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_yy{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_cs{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_month{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -9px/226px auto;height:39px;margin-left:-33px;width:18px;cursor:pointer;display:inline-block}.set_curr_card_type{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:80%;margin-top:-29px;width:18px;cursor:pointer;display:block}.form-group .credit_card_type{margin:10px 0 0 10px;padding:0 5px;width:86%;height:40px;background-color:#f2f2f2;border:1px solid #fff;border-radius:0}#two .middle-div .col-xs-2.locationa,#two .middle-div .col-xs-2.locationb{margin:10px 0 0 0;padding:0 5px;width:96%;height:40px;background-color:#f2f2f2}#two .middle-div .col-xs-2.locationa .pick_citya{width:87%;height:100%;background:0 0;border:none;font-size:18px;vertical-align:top;color:#001e62;cursor:pointer}#two .middle-div .col-xs-2.locationb .tour_guest{width:98%;height:100%;background:0 0;border:none;font-size:18px;vertical-align:top;padding-top:10px;color:#001e62;cursor:pointer;padding-left:34px!important}#two .middle-div .col-xs-2.locationa .set_curr_location_header{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:92%;margin-top:-25px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_traveler{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:92%;margin-top:-52px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_travelera{background:transparent url(https://cityseeker.com/assets/images/booking_table_sprite.png) no-repeat scroll -25px 11px/111px auto;height:71px;margin-left:2%;margin-top:-5px;width:27px;content:"";cursor:pointer;display:block;background-size:100px}.detail_content .detail_button .button{min-width:90%}.booking_form_tit{font-size:20px}.disp_distance{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/dark-overlay.png) round scroll 0 0/100% auto;color:#fff;float:right;font-weight:700;height:26px;right:0;line-height:25px;font-size:10px;padding:0 4px;position:absolute;width:40px;z-index:10}.plan_button{margin:0 auto 0!important}.detail_content .plan_button .button span{line-height:28px!important;font-size:10px!important}.detail_content .plan_button .button{min-width:85px!important;float:left;height:auto!important}.plan_detail_content{margin:0!important}.plan_ellipsis{text-overflow:unset!important;white-space:normal!important}.plan_btn_margin{margin-bottom:10px!important}#main_content_area .mobile-view-container-main .plan_dataTitles{font-size:16px!important}#two .detail_button{padding-top:15px;width:220px;display:table}.detail_content #tours .detail_button .button,.tour_booknow_button_powered_by{min-width:220px!important}.viator_poweredby_check{width:auto;float:right;padding-right:0;height:30px}.tour_booknow_button_powered_by{width:auto!important}.tour_poweredby{min-width:210px!important}}@media only screen and (min-width:320px) and (max-width:359px){.ui-datepicker{font-size:.8em!important;width:79.6%!important}#ui-datepicker-div{margin-left:-27px!important}#ui-datepicker-div.reservation_datepicker_margin{margin-left:0!important;width:89.7%!important}.spaceremove_class{display:none!important}.tour_booknow{bottom:0;background:#183066;min-width:210px!important;width:auto;height:auto;height:40px!important;cursor:pointer;color:#fff}#two .detail_button{display:inline-block;margin:0 auto 4px;padding-top:10px;width:95%;text-align:center}#two{width:100%;height:300px;border:1px solid #f3f3f3}.tour_booknow_button_powered_by{display:table;margin:0 auto 0;width:96%!important;text-align:center}.viator_poweredby_check{width:auto;height:40px;margin-top:8px;margin-bottom:2px;float:none;padding-right:10%}.tour_booknow_button .tour_booknow span{color:#fff;line-height:40px!important;position:inherit;font-weight:700;font-size:16px!important;text-align:center}.detail_content .detail_button .button{background:#183066;min-width:210px!important;width:auto;height:auto;height:40px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-block;color:transparent;vertical-align:top;position:relative}.detail_content #tours .detail_button .button{background:#183066;min-width:200px!important;width:auto;height:auto;height:40px!important;margin-bottom:20px;margin:0 10px;cursor:pointer;display:inline-grid!important;color:transparent;vertical-align:top;position:relative}.detail_content .detail_button .button span{color:#fff;text-align:center;line-height:40px;position:relative;display:inherit;text-align:center;font-size:16px!important}.detail_content #tours .detail_button .button span{color:#fff;text-align:center;line-height:40px;position:relative;display:inherit;text-align:center;font-weight:700;font-size:16px!important;font-family:ProximaNova-Bold}.threea .tour_detail_button{display:inline-block;margin:0 auto 0;text-align:center;padding-top:20px;padding-bottom:4px;padding-left:20px}.tourlist_layout_right{line-height:30px}.li_tours_tprice{font-size:18px;font-weight:700;padding-top:10px}.book-btn-tour{bottom:0;background:#183066;min-width:210px!important;width:auto;height:40px!important;cursor:pointer;color:#fff;float:none!important}.tour_detail_button .book-btn-tour span{color:#fff;font-size:20px!important;line-height:40px!important;position:inherit;text-align:center;font-family:ProximaNova-Semibold}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price{color:#001e62;display:block;font-size:15px;line-height:20px;padding:0 0 0;position:relative;width:auto;margin-right:5px;margin-top:5px;margin-bottom:10px;font-family:ProximaNova-Semibold}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_price_tag{color:#001e62;display:inline-block;font-size:18px;line-height:17px;padding:0 0 0;position:relative;width:auto;margin-right:5px;font-family:ProximaNova-Semibold}.ticket_icon{background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/cat.png) no-repeat scroll -155px 8px/182px auto;height:-16px;margin-left:37px;margin-top:0;width:128px;content:"";cursor:pointer;display:inline-block}.ticket_txt{font-size:20px!important}.tour_remove_margin{margin-left:-22px!important;margin-right:-22px!important;border:none!important}.select_traveler{padding-left:26px!important}#tours.detail_content .detail_content_break{width:80%}#tours .detail_button .button{min-width:100%;margin-left:9px}.tourlist_layout_righta{padding-left:13%}.booking_form_tit{font-size:20px}.detail_desc .form-group .travelname{margin:10px 0 0 10px;padding:0 5px;width:88%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail,.form-group .countryName .card_detail,.form-group .securityNum .card_detail{margin:10px 0 0 10px;padding:0 5px;width:86%;height:40px;background-color:#f2f2f2;border-radius:0}.form-group .card_detail_full{margin:10px 0 0 10px;padding:0 5px;width:86%;height:40px;background-color:#f2f2f2;border-radius:0}.tour_booknow_button{display:table;margin:0 auto 0;width:210px!important;text-align:center}.set_curr_card_booking_month{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_yy{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_booking_cs{background:url(https://d21ih7actrrhve.cloudfront.net/assets/images/dropdown-arrow.png) no-repeat scroll 98% 9px/24px auto;height:15px;margin-left:-30px;margin-top:0;width:26px;cursor:pointer;display:inline-block}.set_curr_card_month{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -9px/226px auto;height:39px;margin-left:-33px;width:18px;cursor:pointer;display:inline-block}.set_curr_card_type{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:80%;margin-top:-29px;width:18px;cursor:pointer;display:block}.form-group .credit_card_type{margin:10px 0 0 10px;padding:0 5px;width:86%;height:40px;background-color:#f2f2f2;border:1px solid #fff;border-radius:0}#two .middle-div .col-xs-2.locationa,#two .middle-div .col-xs-2.locationb{margin:10px 0 0 10px;padding:0 5px;width:94%;height:40px;background-color:#f2f2f2}#two .middle-div .col-xs-2.locationa .pick_citya{width:84%;height:100%;background:0 0;border:none;font-size:14px;vertical-align:top;color:#001e62;cursor:pointer}#two .middle-div .col-xs-2.locationb .tour_guest{width:100%;height:100%;background:0 0;border:none;font-size:14px;padding-top:10px;vertical-align:top;color:#001e62;cursor:pointer}#two .middle-div .col-xs-2.locationa::before{background-size:180px auto;height:34px;margin-left:-1px;margin-right:0;margin-top:10px;width:20px;content:"";display:inline-block}#two .middle-div .col-xs-2.locationa .set_curr_location_header{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:91%;margin-top:-34px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_traveler{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:91%;margin-top:-52px;width:22px;content:"";cursor:pointer;display:block}#two .middle-div .col-xs-2.locationb .set_curr_travelera{background:transparent url(https://cityseeker.com/assets/images/booking_table_sprite.png) no-repeat scroll -21px 14px/85px auto;height:71px;margin-left:0;margin-top:-5px;width:24px;content:"";cursor:pointer;display:block}.detail_content .detail_button .button{min-width:90%}.disp_distance{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/dark-overlay.png) round scroll 0 0/100% auto;color:#fff;float:right;font-weight:700;height:26px;right:0;line-height:25px;font-size:10px;padding:0 4px;position:absolute;width:40px;z-index:10}.plan_button{margin:0 auto 0!important}.detail_content .plan_button .button span{line-height:25px!important;font-size:10px!important}.detail_content .plan_button .button{min-width:75px!important;float:left;height:auto!important}.plan_detail_content{margin:0!important}.plan_ellipsis{text-overflow:unset!important;white-space:normal!important}.plan_btn_margin{margin-bottom:10px!important}#main_content_area .mobile-view-container-main .plan_dataTitles{font-size:14px!important}#two .detail_button{padding-top:15px;width:220px;display:table}.detail_content #tours .detail_button .button,.tour_booknow_button_powered_by{min-width:220px!important}.viator_poweredby_check{width:auto;float:right;padding-right:0;height:30px}.tour_booknow_button_powered_by{width:auto!important}.tour_poweredby{min-width:210px!important}}.ticketsInfo_data .modal-dialog{width:750px}.ticketsInfo_data .mainContent,.ticketsInfo_data .titlehead{clear:both;display:inline-block;width:100%}.ticketsInfo_data .modal-header{border-bottom:0 solid #e9e9e9!important;height:50px!important;margin:0!important;padding:0!important}.ticketsInfo_data .modal-content{border-radius:0;border:5px solid #e6e6e6;padding:40px 60px}.ticketsInfo_data .modal-header .headerTxt{color:#192f66;font-family:ProximaNova-Regular;font-size:30px;padding-left:40px;font-weight:700;text-align:left}.ticketsInfo_data .modal-header .headerTxt::before{background-position:-690px -16px;background-size:872px auto;height:30px;left:60px;width:30px;margin-top:5px}.ticketsInfo_data .modal-dialog .modal-body{padding:0}.ticketsInfo_data .modal-dialog .modal-body .ticketContent{width:100%}.ticketsInfo_data .modal-dialog .modal-body .ticketContent .mainContent .content,.ticketsInfo_data .modal-dialog .modal-body .ticketContent .titlehead .head{width:40%;display:inline-block;height:70px;line-height:70px;vertical-align:top;float:left}.ticketsInfo_data .modal-dialog .modal-body .ticketContent .mainContent .content.book,.ticketsInfo_data .modal-dialog .modal-body .ticketContent .titlehead .head.quantity{width:20%;text-align:center}.ticketsInfo_data .modal-dialog .modal-body .ticketContent .titlehead .head{color:#c3c3c3;font-family:ProximaNova-Regular;font-size:18px}.ticketsInfo_data .modal-dialog .modal-body .ticketContent .mainContent .content.seller,.ticketsInfo_data .modal-dialog .modal-body .ticketContent .titlehead .head.seller{padding-left:25px;font-family:ProximaNova-Regular}.ticketsInfo_data .modal-dialog .modal-body .ticketContent .mainContent{background-color:#f2f2f2;margin-bottom:10px}.ticketsInfo_data .modal-dialog .modal-body .ticketContent .mainContent .content.seller{color:#000;font-size:28px}.ticketsInfo_data .modal-dialog .modal-body .ticketContent .mainContent .content.price{color:#000;font-size:20px;font-family:ProximaNova-Regular}.ticketsInfo_data .modal-dialog .modal-body .ticketContent .mainContent .content.book .book_button{background-color:#fff;color:#000;font-family:ProximaNova-Regular;font-size:18px;height:40px;line-height:40px;text-align:center;width:105px;cursor:pointer;display:inline-block}.book-btn{float:right;bottom:0;background:#183066;min-width:154px;width:auto;height:28px;margin:0 auto;cursor:pointer;vertical-align:top;padding-right:0;color:#fff;font-weight:700;font-size:26.3px}.checkbox,.radio-button{position:relative;margin:15px 0}.checkbox{display:block}.checkbox input,.radio-button input{position:absolute;margin:5px;padding:0;visibility:hidden}.checkbox .label-visible,.radio-button .label-visible{margin-left:2em;margin-bottom:0}.fake-checkbox,.fake-radiobutton{position:absolute;display:block;top:0;left:3px;width:20px;height:20px;border:1px solid #708090;background-color:#fff}.fake-checkbox:after,.fake-radiobutton.active:after,.fake-radiobutton:after{content:"";display:none;position:absolute;top:50%;left:50%;width:16px;height:16px;background:navy;transform:translateX(-50%) translateY(-50%)}.fake-radiobutton{border-radius:50%}.fake-radiobutton:after{border-radius:50%}input[type=checkbox]:checked+span .fake-checkbox:after,input[type=radio]:checked+span .fake-radiobutton:after{display:block}h1{font-family:Arial,Helvetica,sans-serif}.detail_desc .form-group::before{background:rgba(0,0,0,0) url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/category_sprite.png) no-repeat scroll}.set_curr_location_headerd{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:39px;margin-left:536px;margin-top:-29px;width:19px;cursor:pointer;display:inline-block}.dhamadd{border:1px solid #000}.tour_detail_button .book-btn-tour span{color:#fff;font-weight:700;font-size:26.3px;line-height:68px;position:inherit;text-align:center}.detail_button .book-btn-toura span{color:#fff;font-size:20px;line-height:28px;position:inherit;text-align:center}.additional_info,.exclus_info,.inclus_info{padding-bottom:0!important;padding-top:0!important}.d_addressaaaa::before{background:rgba(0,0,0,0) url(https://d1uak5gtdehfyl.cloudfront.net/website/images/saved-location_details.png) no-repeat;content:" ";width:35px;height:33px;position:absolute;background-position:0 0;background-size:23px auto;left:12px}#tours .row{margin-right:3px;margin-left:3px;margin-bottom:6px}#tours #datepicker::placeholder{color:#001e62;opacity:1}#tours #datepicker::-ms-input-placeholder{color:#001e62}#tours #datepicker::-ms-input-placeholder{color:#001e62}#cps,#credit_card_type,#cs,#expireMM,#expireYY{border:1px solid #d3d3d3}.error_in_field{border:1px solid red!important}.itstourvideo_embed{height:75px;position:absolute;inset:40% 40% 0;z-index:11}.embed_play{height:inherit!important;width:100%}.tourVideo{position:relative}.tourVideo .img_bottom_overlay{height:100%}.margprice{margin-left:15px!important}#keyword_searcher{position:absolute;z-index:400;background-color:#f2f2f2;width:100%;line-height:20px;display:none;top:42px;left:0;padding-top:5px;padding-bottom:10px}.duration::before{background:rgba(0,0,0,0) url(https://cityseeker.com/assets/images/hour.png) no-repeat;content:" ";width:35px;height:33px;position:absolute;background-position:0 1px;background-size:20px auto;left:5px}.mobile_type::before{background:rgba(0,0,0,0) url(https://cityseeker.com/assets/images/mobile.png) no-repeat;content:" ";width:30px;height:32px;position:absolute;background-position:0 0;background-size:26px auto}.pickup_offered::before{background:rgba(0,0,0,0) url(https://cityseeker.com/assets/images/car.png) no-repeat;content:" ";width:31px;height:32px;position:absolute;background-position:0 0;background-size:23px auto}.language_offered::before{background:rgba(0,0,0,0) url(https://cityseeker.com/assets/images/message.png) no-repeat;content:" ";width:31px;height:32px;position:absolute;background-position:0 0;background-size:23px auto}buttona,input{font-family:ProximaNova-Regular!important}#GalleryForImage .slick-next::before{content:""}.detail_content .detail_down .detail_gallary .slick-prev,.detail_content .detail_gallary .slick-prev{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/pervious.png) no-repeat scroll 0 0/50px 70px rgba(0,0,0,0);content:"";cursor:pointer;display:inline-block;height:70px;margin-bottom:0;top:50%;margin-left:25px;position:absolute;width:50px;z-index:1}.detail_content .detail_down .detail_gallary .slick-next,.detail_content .detail_gallary .slick-next{background:url(https://d1uak5gtdehfyl.cloudfront.net/website/images/next.png) no-repeat scroll 0 0/50px 70px rgba(0,0,0,0);content:"";cursor:pointer;display:inline-block;height:70px;margin-bottom:0;top:50%;right:0;position:absolute;width:50px;z-index:1}.breadcrumbsContainer{width:100%;margin:0 auto;display:block;height:30px;padding:5px;text-transform:capitalize;background-color:#f2f2f2}.breadcrumbs{margin-left:5px}.breadcrumbsList li{display:inline-block}.crumb-separator{margin:0 5px;color:#b3b3b3}.active-crumb{color:#b3b3b3}.breadcrumbsList .crumb a:hover{text-decoration:underline!important;cursor:pointer}.breadcrumbsList .active-crumb a:hover{text-decoration:unset!important;cursor:default}#tours h1,#tours h2,#tours h3,#tours h4,#tours h5,#tours h6,.orderviewform h1,.orderviewform h2,.orderviewform h3,.orderviewform h4,.orderviewform h5,.orderviewform h6{font-family:ProximaNova-Regular!important}.ui-datepicker-header{background-color:transparent;border:none;text-align:center;font-size:18px;margin-bottom:10px}.ui-datepicker-title{font-size:16px;font-weight:700}.ui-datepicker-calendar{width:100%;border-collapse:collapse;text-align:center}.ui-datepicker-calendar th{padding:5px;color:#999}.ui-datepicker-calendar td{padding:5px;text-align:center;border:none;vertical-align:middle}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{cursor:pointer}.ui-datepicker .ui-datepicker-next:before,.ui-datepicker .ui-datepicker-prev:before{content:"\2039"}.ui-datepicker .ui-datepicker-next:before{content:"\203A"}.ui-state-default{display:flex;flex-direction:column;align-items:center;justify-content:center;width:2em;height:2em;border-radius:50%;border:none;color:#666;text-align:center;cursor:pointer;background:0 0;margin:0 auto}.ui-state-default,.ui-widget-content .ui-state-default{background:#fff!important;text-align:center!important;border:none!important}.ui-datepicker-unselectable .ui-state-default{background:0 0;color:#999;cursor:default}.ui-datepicker-calendar .ui-state-disabled{background:0 0;cursor:default}.ui-state-default .price{font-size:.7em;color:#183066}.ui-datepicker-calendar tr td:first-child,.ui-datepicker-calendar tr td:last-child{color:#d9534f}.ui-state-available{color:#183066!important;color:#fff!important}.ui-datepicker td a,.ui-datepicker td span{display:inline-grid!important;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker-current-day{background:0 0;border:2px solid #183066;color:#183066}.ui-datepicker-today{background:0 0;border:2px solid #183066;color:#fff}.ui-datepicker-calendar tr td:first-child,.ui-datepicker-calendar tr td:last-child{color:#d9534f}.ui-widget-header .ui-icon{background-image:none!important}.ui-state-active,.ui-widget-content .ui-state-active{background:#183066!important;color:#fff!important}.ui-widget-content .ui-state-hover{color:#fff!important;background:#183066!important}.ui-widget-header{border:unset!important}.ui-widget-content{border:unset!important}.ui-datepicker th{font-weight:400!important}.ui-widget-header{border:0 none;background-color:#192f66;color:#fff!important;border-radius:0;margin-bottom:0}.ui-datepicker .ui-datepicker-header{border-radius:0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{color:#fff}.ui-datepicker-calendar thead{background-color:#192f66;color:#fff!important}.ui-datepicker-calendar tr{height:50px;border-bottom:1px solid #f2f2f2}.ui-datepicker-calendar th{color:#fff}.ui-datepicker{padding:0!important}@media only screen and (min-width:1921px) and (max-width:2560px){.ui-datepicker-title{font-size:26px!important}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{font-size:30px}}@media only screen and (min-width:2200px){.detail_page .bigview.col-lg-5{width:35%}.detail_page .bigview.col-lg-7{width:65%}}@media only screen and (min-width:2560px){.plan_detail_content{margin-top:20px!important}.onlyfree_plan{font-size:30px!important}.plan_category_text_new{font-size:40px!important;padding:20px 0;margin:0 auto!important}.top_my_collection_detail_page .onlyfree{font-size:28px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .img_bottom_overlay{line-height:55px;height:60px}.top_my_collection_detail_page .content_left.diamond{background-position:-3px 0;background-size:125px auto;height:38px;margin:14px 1px;width:32px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .img_bottom_overlay .content_right{font-size:25px;margin:14px 3px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .header_txt{font-size:33.7px;margin-top:10px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .add_to_collection{font-size:24.12px;text-align:center;width:100%;border:1px solid #001e62;border-radius:5px;margin-left:0;margin:20px 0;color:#fff;background:#183066}.top_my_collection_detail_page .recomended_category .recomended_category_poi .add_to_collection::before{margin-top:0}.top_my_collection_detail_page .colpoiData{margin-bottom:45px}.top_my_collection_detail_page .colpoiData:last-child{margin-bottom:0}.row.my_collection_detail_content .header_desc{font-size:22.33px!important}.top_collection_results .top_rated_map{width:98%}.plan_results .recomended_category_head{width:1800px}.itenary_header_text{width:67%;font-size:28px}.plan_results .recomended_category .recomended_category_poi .col-lg-4 .img_box{width:594px;height:360px}.plan_results .row.recomended_category_poi .col-lg-4{height:auto;margin:4px;padding:0;width:32%}.plan_results .row.recomended_category_poi .col-lg-4{padding:10px 10px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call::before{margin-top:0}#main-header .half-div.left{width:1%}.detail_content .detail_button .button.add_remove_collection span::before,.detail_content .detail_button .button.email_location span::before{top:20px}.detail_content .detail_button .button span{line-height:69px;font-size:22px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{height:64px;vertical-align:top}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave_name,.related_collection .collection_result .save_unsave .unsave_name,.saved_collection .search_result .save_unsave .unsave_name{color:#fff;font-size:15px;font-weight:700;margin-bottom:0;margin-left:auto;margin-right:auto;margin-top:-12px;text-align:center;width:48px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{color:#fff;font-size:15px;font-weight:700;margin-bottom:0;margin-left:65px;margin-right:auto;margin-top:-36px;text-align:left;width:217px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin-left:65px;margin-top:-27px;text-align:left;width:217px}.detail_middle_image .middle_content .whatsnearby .get_direction.getdirection_nld{width:448px}.detail_middle_image .middle_content .whatsnearby .get_direction.getdirection_deu span::before{left:8px}.detail_middle_image .middle_content .whatsnearby .get_direction.getdirection_fra span::before{left:50px}.detail_middle_image .middle_content .whatsnearby .get_direction.getdirection_ita span::before{left:5px}.detail_middle_image .middle_content .whatsnearby .get_direction.getdirection_spa span::before{left:-20px}.detail_middle_image .middle_content .whatsnearby .get_direction.getdirection_por span::before{left:20px}.detail_middle_image .middle_content .whatsnearby .get_direction.getdirection_zho span::before{left:48px}.detail_content .detail_button .button.add_remove_collection span::before,.detail_content .detail_button .button.add_remove_collection.remove_from_collection span::before{top:20px}.detail_content .detail_button .button.search_golf_location span::before{top:15px}.nodesconlydd::before{background-position:-34px -51px;width:30px;left:0;background-size:380px auto}.recomended_category .recomended_category_poi .header_desc.nodesconlydd{font-size:22.58px}.detail_content{width:2100px}.plan_detail_content{width:auto!important}}@media only screen and (max-width:2560px) and (min-width:1440px){#edit_collection .modal-content,#new_collection .modal-content{width:745px}}@media only screen and (min-width:720px){#edit_collection .modal-dialog,#new_collection .modal-dialog{width:720px}.hotel_services_list li,.other_info_list .poi_checkin_checkout,.other_info_list .poi_number_of_rooms,.other_info_list .poi_price_range{font-size:15px;width:50%}}@media only screen and (min-width:980px){.hotel_services_list li,.other_info_list .poi_checkin_checkout,.other_info_list .poi_number_of_rooms,.other_info_list .poi_price_range{font-size:15px;width:33.3333%}}@media only screen and (min-width:1401px){.hotel_services_list li,.other_info_list .poi_checkin_checkout,.other_info_list .poi_number_of_rooms,.other_info_list .poi_price_range{font-size:15px;width:25%}#mode-selector label{width:156px;padding:0}}@media only screen and (max-width:1250px){.page-detail .for_wide_screen{display:none}}@media only screen and (min-width:1251px){.page-detail .detail_desc.for_small_screen{display:none}}@media only screen and (min-width:2560px){#browse_our_collections_one .blueBox .txt{font-size:26.37px;padding:10px 15px;height:100px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_head{width:70%;display:inline-block;margin-right:20px}.plan_header_txt{font-size:35.16px!important;padding:4px 0}.detail_content .detail_top .ranked_desc .ranked_desc_txt .bestoficon{background-size:680px auto;height:110px;width:90px}.detail_content .detail_top .ranked_desc .ranked_desc_txt .bestoficon{background-attachment:scroll;background-clip:border-box;background-color:rgba(0,0,0,0);background-image:url(https://cityseeker.com/assets/images/bestof.png);background-origin:padding-box;background-position:0 0;background-repeat:repeat;background-size:80px auto;height:95px;width:80px}}@media only screen and (min-width:1920px) and (max-width:2559px){.plan_detail_content{margin-top:20px!important}.plan_category_text_new{font-size:36px!important;padding:20px 0;margin:0 auto!important}.top_collection_results .top_rated_map{width:98%}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_head{width:70%;display:inline-block;margin-right:20px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc{width:1350px}.es .bookspan,.nl .bookspan{font-size:18px}.top_mycollection_data .header_title,.top_saved_data .header_title{width:1429px}.camera_img img{width:34px}#login_popup .facebook_login_img>span,#login_popup .google_login_img>span{line-height:60px}.top_rated .top_rated_map .category_movable_map{height:inherit}#login_popup .site_logo,#main-header .half-div.left .logo,#signup_popup .site_logo{width:228px;height:51px;background-size:228px auto;margin:10px 0 0 33px}#login_popup .site_logo,#signup_popup .site_logo{margin:25px auto 0}#login_popup .socialLogin{width:350px;height:60px}#login_popup .socialLogin.google_login_img{background-position:0 -70px}#login_popup .loginBoxEle{margin-left:0;width:350px;height:50px;margin-bottom:40px;margin-top:15px}#login_popup .forgotPasswordLink{margin-bottom:0;margin-left:0;width:350px;height:50px;font-size:16px}#login_popup .loginBtnBoxEle{margin-bottom:40px;margin-left:0;width:350px;height:50px}#login_popup .footMsg{padding:0 50px;font-size:11px}#login_popup .subHead{font-size:26.7px}#main-header .half-div.left{width:5%}#main-header .middle-div .col-xs-2.location::before{width:13px;height:19px;background-position:-152px -9px;background-size:210px auto;margin-top:10px}#main-header .middle-div .col-xs-2.location .pick_city{width:84%}#main-header .middle-div .col-xs-2.selCat .pick_category{width:90%}#main-header .middle-div .col-xs-2.location .set_curr_location_header,#main-header .middle-div .col-xs-2.selCat .set_curr_category_header{width:19px;height:10px;margin-left:0;background-size:225px auto;background-position:-43px -38px;margin-top:15px}#main-header .middle-div .col-xs-2.location .pick_city,#main-header .middle-div .col-xs-2.search #Headerex2,#main-header .middle-div .col-xs-2.selCat .pick_category{font-size:17.58px}#login_popup .loginBoxEle input[type=email],#login_popup .loginBoxEle input[type=password],#login_popup .loginBoxEle input[type=text]{width:300px;font-size:20px}#login_popup .loginBoxEle input{font-size:20px}#login_popup .loginBoxEle input::-moz-placeholder{font-size:20px}#login_popup .loginBoxEle input::-webkit-input-placeholder{font-size:20px}#login_popup .loginBoxEle input:-ms-input-placeholder{font-size:20px}#login_popup .loginBoxEle input:placeholder-shown{font-size:20px}#main-header .middle-div .col-xs-2.location,#main-header .middle-div .col-xs-2.search,#main-header .middle-div .col-xs-2.selCat{margin-top:10px;width:350px;height:43px;padding:0 15px}#main-header .half-div.right{padding-right:36px;line-height:25px}#main-header .half-div .join_txt,#main-header .half-div .login_txt{bottom:-20px;font-size:20.1px}#header-child{height:60px}#header-child .category_txt.upArrow::before,#header-child .category_txt::before{background-position:-59px -29px;background-size:335px auto;height:16px;width:28px;margin-left:-52px;margin-top:24px}.cat_txt{font-size:20.1px}.categories{height:120px}#header-child .category_txt{font-size:20.1px;line-height:63px;padding-left:90px}#land_image .middle-text .welcome::after{background-size:250px auto;height:55px;margin-left:15px;margin-top:8px;width:250px}#land_image .middle-text .welcome{margin-left:-250px;font-size:46.15px}#land_image .middle-text b{font-size:55px;letter-spacing:-5px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2,#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category{height:59px}#main-header .middle-div .col-xs-2.search #Headerex2{height:40px}#main-header .middle-div .col-xs-2.search .glyphicon-search{font-size:20px;margin-top:9px;margin-left:0;cursor:pointer}#main_content_area .middle-text .input-boxes .col-xs-2.location,#main_content_area .middle-text .input-boxes .col-xs-2.search,#main_content_area .middle-text .input-boxes .col-xs-2.selCat{width:449px;height:59px;margin-top:32px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2,#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category,#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city{font-size:23.07px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city::-moz-placeholder{font-size:23.07px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city::-webkit-input-placeholder{font-size:23.07px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:-ms-input-placeholder{font-size:23.07px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:placeholder-shown{font-size:23.07px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2::-moz-placeholder{font-size:23.07px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2::-webkit-input-placeholder{font-size:23.07px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:-ms-input-placeholder{font-size:23.07px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:placeholder-shown{font-size:23.07px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category::-moz-placeholder{font-size:23.07px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category::-webkit-input-placeholder{font-size:23.07px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:-ms-input-placeholder{font-size:23.07px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:placeholder-shown{font-size:23.07px}#main_content_area .about_sf{font-size:23.07px!important;color:#fff!important}#main_content_area .middle-text .input-boxes .col-xs-2.location::before{width:17px;height:24px;background-position:-210px -13px;background-size:290px auto;margin-top:18px;margin-right:8px}#main_content_area .middle-text .input-boxes .col-xs-2.location .set_curr_location,#main_content_area .middle-text .input-boxes .col-xs-2.selCat .set_curr_category{width:25px;height:15px;background-position:-58px -49px;background-size:300px auto;margin-top:22px}#cityAuto ul .current_location_main span::before,#cityAuto_header ul .current_location_main span::before{width:15px;height:23px;background-size:15px auto;margin-left:-27px;margin-top:8px}#cityAuto .ui-autocomplete,#searchAuto .ui-autocomplete,.by_location .ui-autocomplete{padding:5px 30px}#cityAuto .ui-autocomplete,#cityAuto ul .current_location_main span,#cityAuto ul .globe_location,#searchAuto .ui-autocomplete,.by_location .ui-autocomplete{font-size:15.41px}#cityAuto ul .current_location_main span{padding:0 31px}#searchAuto #poi_desc,#searchAuto .see_poi_auto{font-size:12.1px}#main_content_area .middle-text .input-boxes .col-xs-2.search .glyphicon-search{font-size:25px;margin-top:16px}#cityAuto ul .current_location_main .curr_hr,#cityAuto ul .current_location_main .curr_hr_last{margin:5px auto}#searchAuto .ui-autocomplete,#searchAuto_header .ui-autocomplete{line-height:16px}#searchAuto_header .ui-autocomplete{padding:5px 15px}#searchAuto ul li{padding:7px 45px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection.add_remove_collection span::before{top:10px}#searchAuto .ui-autocomplete .accommodations::before,#searchAuto_header .ui-autocomplete .accommodations::before{background-position:0 -35px;background-size:35px auto;height:34px;margin-left:-47px;width:37px}#searchAuto .ui-autocomplete .shopping::before,#searchAuto_header .ui-autocomplete .shopping::before{background-position:-4px -178px;background-size:35px auto;width:27px;height:34px;margin-left:-45px}#searchAuto .ui-autocomplete .nightlife::before,#searchAuto_header .ui-autocomplete .nightlife::before{background-position:-4px -143px;background-size:35px auto;width:27px;height:34px;margin-left:-45px}#searchAuto .ui-autocomplete .restAndCafe::before,#searchAuto_header .ui-autocomplete .restAndCafe::before{background-position:-1px -71px;background-size:35px auto;height:34px;margin-left:-45px;width:32px}#searchAuto .ui-autocomplete .attractions::before,#searchAuto_header .ui-autocomplete .attractions::before{background-position:-1px -109px;background-size:35px auto;height:34px;margin-left:-47px;margin-top:0;width:32px}#searchAuto .ui-autocomplete .poiImage,#searchAuto_header .ui-autocomplete .poiImage{background-position:2px 7px!important}#searchAuto ul li{min-height:45px}#searchAuto .ui-autocomplete .free::before,#searchAuto_header .ui-autocomplete .free::before{background-position:-85px -69px;background-size:225px auto;height:30px;margin-left:-41px;margin-top:0;width:30px}#searchAuto .ui-autocomplete .adayinthecity::before,#searchAuto .ui-autocomplete .aweekinthecity::before,#searchAuto .ui-autocomplete .beautyAndSpas::before,#searchAuto .ui-autocomplete .budget::before,#searchAuto .ui-autocomplete .cheap::before,#searchAuto .ui-autocomplete .culture::before,#searchAuto .ui-autocomplete .expensive::before,#searchAuto .ui-autocomplete .family::before,#searchAuto .ui-autocomplete .free::before,#searchAuto .ui-autocomplete .healthandwellness::before,#searchAuto .ui-autocomplete .hiddengems::before,#searchAuto .ui-autocomplete .luxury::before,#searchAuto .ui-autocomplete .moderate::before,#searchAuto .ui-autocomplete .outdoors::before,#searchAuto .ui-autocomplete .practicalinformation::before,#searchAuto .ui-autocomplete .romance::before,#searchAuto .ui-autocomplete .threedaysinthecity::before,#searchAuto .ui-autocomplete .trendy::before,#searchAuto .ui-autocomplete .veryexpensive::before,#searchAuto .ui-autocomplete .weirdandwonderful::before,#searchAuto_header .ui-autocomplete .adayinthecity::before,#searchAuto_header .ui-autocomplete .aweekinthecity::before,#searchAuto_header .ui-autocomplete .beautyAndSpas::before,#searchAuto_header .ui-autocomplete .budget::before,#searchAuto_header .ui-autocomplete .cheap::before,#searchAuto_header .ui-autocomplete .culture::before,#searchAuto_header .ui-autocomplete .expensive::before,#searchAuto_header .ui-autocomplete .family::before,#searchAuto_header .ui-autocomplete .free::before,#searchAuto_header .ui-autocomplete .healthandwellness::before,#searchAuto_header .ui-autocomplete .hiddengems::before,#searchAuto_header .ui-autocomplete .luxury::before,#searchAuto_header .ui-autocomplete .moderate::before,#searchAuto_header .ui-autocomplete .outdoors::before,#searchAuto_header .ui-autocomplete .practicalinformation::before,#searchAuto_header .ui-autocomplete .romance::before,#searchAuto_header .ui-autocomplete .threedaysinthecity::before,#searchAuto_header .ui-autocomplete .trendy::before,#searchAuto_header .ui-autocomplete .veryexpensive::before,#searchAuto_header .ui-autocomplete .weirdandwonderful::before{margin-left:-45px}.plan_results .recomended_category .recomended_category_poi .col-lg-4,.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.search_results .recomended_category .recomended_category_poi .col-lg-4,.search_similar_location_carousel .col-xs-3,.top_collection_results .col-lg-4{height:auto;margin:5px 6px 3px;width:345px}.search_results .recomended_category .recomended_category_poi .col-lg-4{padding:0}.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.search_similar_location_carousel .col-xs-3,.top_collection_results .col-lg-4{padding:12px}.plan_results .recomended_category .recomended_category_poi .col-lg-4 .img_box,.row.more_poi_content .col-lg-4 .img_box,.search_results .recomended_category .recomended_category_poi .col-lg-4 .img_box{width:320px;height:240px}.itenary_header_text{width:57%;font-size:28px}.plan_results .recomended_category .recomended_category_poi .col-lg-4 .img_box{width:436px;height:327px}.plan_results .row.recomended_category_poi .col-lg-4{height:auto;margin:4px;padding:0;width:32%}.plan_results .row.recomended_category_poi .col-lg-4{padding:10px 10px}.collection.page-collection .Similar_collections_section .top_my_collections .top_mycollection_data{width:1450px}.browse_collection .browse_collection_data .browse_collection_title .browse_collection_head::before,.recently_head_txt::before,.saved-city-content .city-saved::before,.top_my_collection_detail_page .recomended_category_head::before,.top_my_collections .recomended_category_head::before{background-position:-63px -9px;background-size:350px auto;height:40px;margin-left:-60px;width:40px}.recently_head_txt::before{background-position:-153px -2px;background-size:350px auto;height:50px;width:40px;margin-top:-10px}.current_category_click,.current_location_click{top:91px;width:450px}.current_location_click .globe_location,.current_location_click span,.sel_cats{font-size:15.41px!important;padding:0 50px}.sel_cats{padding:0 30px}.current_location_click span::before{width:15px;height:23px;background-size:15px auto;margin:2px 0 0 -26px}.current_location_click .globe_location::before{margin-left:-30px}#cityAuto .globe_location{padding:0 30px}.globe_location::before{margin-left:-28px;background-size:21px}.current_category_click .curr_hr,.current_category_click .curr_hr_last,.current_location_click .curr_hr,.current_location_click .curr_hr_last{margin:5px auto}#cityAuto_header ul,#searchAuto_header ul{width:397px!important;padding:5px 30px;left:-15px!important}#cityAuto_header .ui-autocomplete,#searchAuto_header .ui-autocomplete,.current_location_click_header .globe_location,.current_location_click_header span{font-size:15.3px}#cityAuto_header .globe_location,#cityAuto_header ul .current_location_main span{font-size:15.3px;padding:0 32px}.current_location_click_header .globe_location::before{margin-left:-28px}.current_location_click_header .globe_location{padding:0 50px}#cityAuto_header ul .current_location_main .curr_hr,#cityAuto_header ul .current_location_main .curr_hr_last{width:100%;margin:5px auto}.current_category_click_header,.current_location_click_header{top:55px;width:350px}.current_location_click_header span::before{width:15px;height:23px;background-size:15px auto;margin:3px 0 0 -27px}.current_location_click_header span{padding:0 50px}.current_location_click_header .curr_hr{width:92%}.current_location_click_header .curr_hr_last{margin:6px 0 12px 18px;width:92%}#searchAuto_header ul li{padding:7px 45px}#searchAuto_header #poi_desc,#searchAuto_header .see_poi_auto{font-size:13.5px}#main_content_area .about_sf{width:478px;height:74px;line-height:75px;margin-left:131px}#main_content_area .arrowRight{width:27px;height:25px;background-position:-198px -23px;background-size:290px auto;margin-top:24px}.carousel_heading_home{font-size:30.77px}.hCHead{padding:75px 0}#bestOfCity_carousel .slick-prev,#bestOfCity_carousel .slick-prev::before,#browse_our_collections .slick-prev,#browse_our_collections .slick-prev::before,#browse_our_collections_one .slick-prev,#browse_our_collections_one .slick-prev::before,#majorDestination_carousel .slick-prev,#majorDestination_carousel .slick-prev::before,#search_similar_location_carousel .slick-prev{margin-left:-71px;width:20px;height:60px;background-position:-200px 0;background-size:250px auto}#bestOfCity_carousel .slick-prev{margin-top:-72px}#bestOfCity_carousel .slick-next,#bestOfCity_carousel .slick-next::before,#browse_our_collections .slick-next,#browse_our_collections .slick-next::before,#browse_our_collections_one .slick-next,#browse_our_collections_one .slick-next::before,#majorDestination_carousel .slick-next,#majorDestination_carousel .slick-next::before,#search_similar_location_carousel .slick-next{margin-right:-70px;width:20px;height:60px;background-size:250px auto;background-position:-228px -1px}#browse_our_collections .slick-next,#browse_our_collections .slick-prev{margin-top:0}#bestOfCity_carousel .img_box img{width:237px;height:237px}#bestOfCity_carousel .img_box .c_title{font-size:23.7px;padding-top:38px}#bestOfCity_carousel .img_box hr{width:120px;margin-top:14px;margin-bottom:16px}#bestOfCity_carousel .img_box .c_subtitle{font-size:17.58px}#majorDestination_carousel .img_Title{height:71px;bottom:71px}#majorDestination_carousel .img_Title .c_title{font-size:22.44px;padding:15px 0 0 15px}#majorDestination_carousel .img_Title .c_subtitle{font-size:14px}#download_app{height:699px}#mobile_img{width:266px;height:542px;background-position:0 4px;background-size:273px auto;margin:54px 0 0 168px}#app_download_box .download_text{font-size:52.74px}#app_download_box .download_msg{font-size:26.37px}#app_download_box .mobile_store{margin-top:35px;height:50px;width:200px}#app_download_box .window_download{background-position:-37px -576px}#app_download_box .google_download{background-position:-37px -655px}#app_download_box .apple_download{background-position:-37px -731px}#app_download_box .mobile_store{background-size:290px auto}.crBox{width:167px;height:167px;background-size:844px}#create_box{width:1510px}#create_box .create_element1{background-position:-1px -170px}#create_box .create_element2{background-position:-170px -170px}#create_box .create_element3{background-position:-339px -170px}#create_box .create_element4{background-position:-509px -170px}#create_box .create_element5{background-position:-678px -170px}#create_box .innerBox .txt{font-size:19px}#create_box .innerBox .txt{padding:38px 25px;margin-top:30px}#browse_our_collections .blueBox .txt{font-size:26.37px;padding:10px 20px}#browse_our_collections_one .blueBox .txt{font-size:26.37px;padding:10px 15px;height:100px}.browse_show_more_btn,.view_more_btn{min-width:318px;height:55px;font-size:19.78px;line-height:55px;margin:25px 0}.crBox_ele1_hover{width:222px;height:222px;background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/new-create.png) no-repeat;background-size:1122px auto;cursor:pointer;margin:0 auto;background-position:-1px -169px!important}.crBox_ele1{width:222px;height:222px;background:url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/new-create.png) no-repeat;background-size:1122px auto;cursor:pointer;margin:0 auto}.collection.page-collection .top_my_collection_detail_page .poi_address{padding:5px 0;font-size:16px}#header-child .category_txt.cat_page::before,#header-child .category_txt.detail::before{background-position:-139px -15px;background-size:234px auto;content:" ";height:22px;margin-left:-53px;margin-top:20px;width:25px}#header-child .collection_txt.detail::before{background-position:-76px 0}#header-child .browse_collection_txt::before,#header-child .collection_txt.detail::before,#header-child .myCollection_txt::before{background-size:115px auto;width:38px;height:38px;margin-top:10px;margin-left:-50px}#header-child .browse_collection_txt::before{background-position:-38px 0}#header-child .browse_collection_txt.detail,#header-child .collection_txt.detail,#header-child .myCollection_txt{line-height:60px;font-size:17.6px}#header-child .myCollection_txt{padding-right:25px;padding-left:80px}#header-child .collection_txt.detail{padding-right:15px;padding-left:80px}.detail_image .all_tab .tab{height:39px;font-size:17.6px;line-height:39px;padding:0 20px}.detail_image .all_tab{margin-left:240px;margin-bottom:33px}.detail_content{width:80%}.detail_down .detail_gallary{width:100%}.detail_content .detail_down .detail_gallary .slick-slide{height:auto}.detail_content .detail_top .detail_title .title{font-size:42.77px;width:80%}#golfer_content .row.golfer_title,.detail_content .detail_top .detail_title .title .poititle{font-size:35.64px}.title_footer.social_share{line-height:30px;width:19%}.share_via{font-size:20px}.detail_content .detail_top .detail_title .desc{font-size:26.4px}.title_footer .title_twitter{width:34px;height:34px;background-position:-3px -80px;background-size:250px auto;margin-left:15px}.title_footer .title_facebook{width:34px;height:34px;background-position:-40px -80px;background-size:250px auto}.detail_content .detail_top .detail_title .pinterest_logo{width:34px;height:34px;margin-left:1px}.detail_content .detail_down .detail_desc .d_address,.detail_content .detail_top .detail_time,.list-unstyled span{font-size:19.8px}.detail_content .detail_top .detail_time .hours{font-size:17.6px}.detail_content .detail_top .detail_time::before{width:40px;height:40px;background-position:-70px -20px;background-size:260px auto;margin-left:-55px;margin-top:-4px}.book-tour{background-size:25px auto;height:30px;margin-left:-35px;width:25px}.map_title .other_title .key_countDown{margin-right:20px}.detail_content .detail_down .detail_desc .d_socialurl{padding-left:0}.detail_content .detail_down .detail_desc .d_socialurl .fb_icon.both,.detail_content .detail_down .detail_desc .d_socialurl .tw_icon.both{width:20px;height:20px}.d_socialurl .follow_title.both{padding-left:17px}.d_socialurl .follow_title.single{padding-left:26px}.detail_content .detail_down .detail_desc .d_socialurl .fb_icon.single,.detail_content .detail_down .detail_desc .d_socialurl .tw_icon.single{width:30px;height:30px;display:inline-block;margin-left:7px}#golfer_content .search_golfer_input #golf_start_date,.detail_content .detail_desc .d_desc,.detail_content .detail_down .detail_desc .d_email,.detail_content .detail_down .detail_desc .d_phone,.detail_content .detail_down .detail_desc .d_socialurl,.detail_content .detail_down .detail_desc .d_weburl,.detail_down .detail_desc .detail_time,.detail_down .detail_desc .detail_time .hours{font-size:19.8px}.detail_content .detail_down .detail_desc .d_address::before,.detail_content .detail_down .detail_desc .d_email::before,.detail_content .detail_down .detail_desc .d_phone::before,.detail_content .detail_down .detail_desc .d_weburl::before,.detail_down .detail_desc .detail_time::before{background-size:265px auto;width:45px;background-position:0 -8px}.detail_content .detail_down .detail_desc .d_weburl::before{background-position:-45px -8px}.detail_content .detail_down .detail_desc .d_phone::before{background-position:-89px -8px}.detail_content .detail_down .detail_desc .d_email::before{background-position:-133px -8px}.detail_down .detail_desc .detail_time::before{background-position:-177px -8px}.detail_content .detail_down .detail_desc .d_address,.detail_content .detail_down .detail_desc .d_email,.detail_content .detail_down .detail_desc .d_phone,.detail_content .detail_down .detail_desc .d_weburl{margin-bottom:20px;margin-left:50px}.detail_content .detail_down .detail_desc{width:100%;padding:0 40px}.detail_content .detail_button{margin-right:64px}.detail_content .detail_button .button{min-width:318px;height:52px;background-size:331px auto;background-position:-13px -4px}.detail_content .detail_button .button.email_location span::before{left:-40px}.detail_content .detail_button .button.search_golf_location{background-position:-10px -364px}.detail_content .detail_button .button.email_location{background-position:-13px -120px}.detail_content .detail_button .button.remove_from_collection{background-position:-13px -60px}.detail_content .detail_button .button.book_table{background-position:-13px -173px}.detail_content .detail_button .button.book_table.bookroom{background-position:-17px -18px;background-size:335px auto}.detail_content .detail_button .button.book_table.bookroom span::before{top:12px;width:30px}.detail_middle_image .middle_content .map_title .middle_poi_name{height:190px}.loader_absolute span{margin:-41px -58px}.detail_content .detail_down .detail_button .button.email_location{padding-right:0}.detail_content .detail_down .detail_button .ranked_desc{font-size:17.6px;padding-left:75px}.detail_middle_image{height:649px}.map_area .address_map{font-size:19.8px}.map_area .address_map .icon::before{background-position:-77px -2px;background-size:225px auto;height:35px;margin-top:1px;width:24px}.nearby_txt{font-size:30.81px}.detail_middle_image .middle_content .map_area .detail_movable_map{width:767px;height:567px}.detail_middle_image .middle_content .map_title{height:387px;padding:41px 0 0 58px}.detail_content .detail_top .ranked_desc .ranked_desc_txt .bestoficon{background-size:80px auto;height:95px;width:79px;display:inline-block}.detail_content .detail_top .ranked_desc .ranked_desc_txt{font-size:20px}.map_title .other_title .detail_PoiName{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.detail_middle_image .middle_content .map_title .title_see_more{font-size:19.8px;padding:0;margin-right:43px;padding-top:23px}.detail_middle_image .middle_content .map_title .main_title{font-size:30.81px;margin-left:44px}.detail_middle_image .middle_content .map_title .main_title::before{background-position:-77px -2px;background-size:225px auto;height:34px;margin-left:-41px;margin-top:3px;width:24px}.detail_middle_image .middle_content .map_title .other_title{padding-left:7px;padding-top:2px;font-size:26.4px;height:37px;line-height:37px}.detail_middle_image .middle_content .map_title .title_break{margin-bottom:15px;margin-top:15px;background-position:-264px 0}.detail_down{padding:0}.more_poi_head{font-size:30.81px;padding-top:70px}.more_poi .more_poi_filters .more_tab .in,.more_poi .more_poi_filters .more_tab.active .in{font-size:26.4px}.more_poi .more_poi_break,.more_poi .more_poi_filters,.more_poi_data{width:1429px}.besttag_cat_poi .recommend_image{width:106px;height:78px}.recomended_category .recomended_category_poi .col-lg-2 .img_box{height:80px}.img_Titles .c_subtitle{font-size:18px}.img_Titles{line-height:78px}.border_purpose{height:80px}#recomended_category_poi .slick-prev{left:22px}#recomended_category_poi .slick-next{right:22px}.recomended_category .recomended_category_poi .col-lg-4,.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.top_collection_results .col-lg-4{height:auto;margin:5px 6px 3px;padding:12px;width:345px}.search_similar_location_carousel .col-xs-3{height:auto;margin:5px 6px 3px;padding:0;width:345px}.collection.page-collection .top_my_collection_detail_page .recomended_category_poi .col-lg-4{height:auto}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{height:auto}.more_poi .more_poi_content .img_bottom_overlay,.more_poi .more_tour_content .img_bottom_overlay,.my_profile_recent_view_result .img_bottom_overlay,.recomended_category .recomended_category_poi .img_bottom_overlay,.search_similar_location_carousel .img_bottom_overlay,.top_mycollection_data .img_bottom_overlay{height:35px}.img_bottom_overlay_event{line-height:32px!important}.top_my_collection_detail_page .recomended_category .recomended_category_poi .img_bottom_overlay{line-height:45px;height:50px}.top_my_collection_detail_page .content_left.diamond{background-position:-3px 0;background-size:110px auto;height:32px;margin:10px 1px;width:26px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .img_bottom_overlay .content_right{font-size:21px;margin:14px 1px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .header_txt{font-size:28.7px;margin-top:10px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .add_to_collection{font-size:21.12px;text-align:center;width:100%;border:1px solid #001e62;border-radius:5px;margin-left:0;margin:20px 0;color:#fff;background:#183066}.top_my_collection_detail_page .recomended_category .recomended_category_poi .add_to_collection::before{margin-top:0}.more_poi .more_poi_content .img_bottom_overlay .content_right,.more_poi .more_tour_content .img_bottom_overlay .content_right,.my_profile_recent_view_result .img_bottom_overlay .content_right,.recomended_category .recomended_category_poi .img_bottom_overlay .content_right,.search_similar_location_carousel .img_bottom_overlay .content_right,.top_mycollection_data .img_bottom_overlay .content_right,.top_rated .top_rated_content .img_bottom_overlay .content_right{font-size:20px;margin-top:8px}.recomended_category .recomended_category_poi .header_txt,.row.more_poi_content .header_txt,.row.more_tour_content .header_txt,.search_similar_location_carousel .header_txt{font-size:25.4px}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:25.4px}.recomended_category .recomended_category_poi .header_desc,.row.more_poi_content .header_desc,.row.more_tour_content .header_desc,.search_similar_location_carousel .header_desc{font-size:16.5px!important;height:75px}.plan_header_txt{font-size:33.16px!important;padding:4px 0}.row.my_collection_detail_content .header_desc{font-size:17.5px!important}.recomended_category .recomended_category_poi .add_to_collection,.recomended_category .recomended_category_poi .remove_from_collection,.row.more_poi_content .add_to_collection,.row.more_poi_content .remove_from_collection,.search_similar_location_carousel .add_to_collection,.search_similar_location_carousel .remove_from_collection{font-size:16.94px;margin-left:40px}.recomended_category .recomended_category_poi .add_to_collection::before,.row.more_poi_content .add_to_collection::before,.search_similar_location_carousel .add_to_collection::before{width:27px;height:27px;background-size:54px auto;margin-left:-40px}.top_my_collections .recomended_category_poi .add_to_collection_bookmark::before{background-size:22px auto;margin-left:-33px}.top_my_collections .col-lg-4 .create_collection_icon{background-size:200px auto;height:200px;left:59px;top:18px;width:200px}.row.top_rated_content .add_to_collection::before{width:24px;height:24px;background-size:48px auto;margin-left:-40px}.row.top_rated_content .remove_from_collection::before{background-size:48px auto;margin-left:-40px;background-position:-25px 0;margin-top:-1px}.recomended_category .recomended_category_poi .remove_from_collection::before,.row.more_poi_content .remove_from_collection::before,.search_similar_location_carousel .remove_from_collection::before{width:27px;height:27px;background-size:54px auto;margin-left:-40px;background-position:-26px 0}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo{font-size:16.94px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo label::before{background-size:26px auto;height:26px;margin-left:-38px;width:26px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo input[type=radio]:checked+label::before{background-position:0 -26px;background-size:26px auto;height:26px;margin-left:-38px;width:26px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo label{margin-left:40px;font-weight:400}.plan_results .recomended_category .grid-view .row.recomended_category_poi,.search_results .recomended_category .recomended_category_poi{padding:0;width:1428px}.category_filter .cat_label,.tag_filter .tag_label{font-size:17.58px;margin-left:81px;margin-top:38px;margin-right:41px;width:auto;padding:0}.category_filter .cat_txt,.tag_filter .tag_txt{font-size:17.58px;margin:23px 13px}.category_filter .category_more,.tag_filter .tag_more{font-size:17.58px}.category_filter .category_more .glyphicon.glyphicon-triangle-bottom,.tag_filter .tag_more .glyphicon.glyphicon-triangle-bottom{margin:0 7px;font-size:26px}#main_content_area .category_tag_filter .tag_filter_more .selected_tags{font-size:17.58px;padding:5px 35px 5px 55px;line-height:30px}#main_content_area .category_tag_filter .tag_filter_more .cancel{font-size:28px;margin-left:-38px}.best_of_tag .img_box::before{background-size:300px auto;height:81px;width:70px}.best_category_page .best_category_page_title,.browse_collection .browse_collection_data .browse_collection_title .browse_collection_head,.featured_category .featured_category_head,.recomended_category_head,.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-header,.top_my_collection_detail_page .top_my_collection_head,.top_rated_head{font-size:30.77px}.related_collection_data .header_title{font-size:30.77px}.errormsg_show,.modal-title,.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .created-list,.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .description,.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-all-location{font-size:24px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-all-location::before{background-size:18px;margin-left:-35px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .list-btn-share-pdf div{font-size:19.78px;width:350px;height:55px;line-height:55px}.share_invite::before{background-size:325px;background-position:-195px 0;margin-left:-40px;width:28px;height:41px}.download_pdf::before{background-position:-210px 3px;background-size:275px auto;height:38px;margin-left:-40px;width:22px}.email_collection::before{background-position:-238px 3px;background-size:275px auto;height:38px;margin-left:-48px;width:32px}.collectionListData .top_rated_content .collectlist .img_box,.collectionListData .top_rated_content .create_collection .img_box,.collectionListData .top_rated_content .four_by_three{width:250px;height:188px}.collectionListData .top_rated_content .col-lg-4.collectlist,.collectionListData .top_rated_content .col-lg-4.create_collection{width:275px;height:255px}#Cancel-collection,#Cancel-poi-collection,#delete-collection,#submit-collection,#submit-poi-collection,#update-collection,.collectionListData .checkbox,.collectionListData .col-sm-9{font-size:16px}#CollectionList{height:550px}#add_to_collection_poi .modal-dialog{width:970px}.modal-title{font-size:22px}.collectionListData .col-sm-9{font-size:16px}#add_to_collection_poi .modal-body{margin:0 30px}#add_to_collection_poi.modal input.css-checkbox[type=checkbox]+label.css-label{color:#b6b6b6}#add_to_collection_poi .active_collection_icon{background-size:65px;width:65px;height:65px;left:90px}.collectionListData .col-lg-4 .create_collection_icon{background-size:175px;width:75px;height:75px;background-position:-50px -30px}.onlyfree{font-size:18px;line-height:35px}.onlyfree.recommended{line-height:35px}.top_my_collection_detail_page .onlyfree{font-size:25px;margin-top:6px}.row.top_rated_content .catpoiData .catpoiDataBox{padding-top:0}.top_rated_content.top_rated_category #mCSB_1_scrollbar_vertical{right:6px!important;margin-bottom:5px!important}.top_rated .top_rated_content.ajax_data_top_rated{width:100%}.top_rated .top_rated_content .img_bottom_overlay{height:35px}.row.top_rated_content .header_txt{font-size:22.2px}.row.top_rated_content .header_desc{font-size:14.47px;height:65px}.row.top_rated_content .add_to_collection,.row.top_rated_content .remove_from_collection{font-size:14.8px;margin-left:40px;padding:5px 0 0}.recomended_category .recomended_category_poi{padding:0 35px}.featured_category .featured_category_poi .desc_box .featured_category_desc.featured_header{padding:10px 29px 0;width:75%}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_pricing,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rating{margin-bottom:15px;height:32px}.best_of_tag.img_box::before{background-size:250px auto;width:57px;height:68px}.featured_category .row.featured_category_poi .col-lg-4.best_of_tag .img_box::before{background-size:250px auto;width:57px;height:68px}#img_Titles{bottom:59px;height:59px}#img_Titles .c_title{font-size:22px;padding:15px 0 0 15px}#img_Titles .c_subtitle{font-size:27px}#categoryPageModal .modal-dialog,#tagPageModal .modal-dialog{width:75%!important}#main-profile .txt-div{width:75%}.search_results .recomended_category_head{width:1620px}.search_box{width:100%}.plan_results .recomended_category_head{width:1413px}.plan_results .recomended_category_head{width:1351px}.search_box_text{font-size:28px}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:26px}.collection.page-collection .recomended_category .recomended_category_poi{width:1430px}.collection.page-collection .top_my_collection_detail_page .row.my_collection_detail_content .row.recomended_category_poi{width:40%}.browse_collection .browse_collection_data .browse_collection_result{width:1600px;min-height:600px}.browse_collection .browse_collection_data .browse_other_collection{width:1600px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi,.browse_collection_result .search_result,.browse_other_collection .other_collection_list{width:1470px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .col-lg-4,.browse_collection_result .search_result .col-lg-4,.browse_other_collection .other_collection_list .col-lg-4{margin:6px 9px;padding:12px;width:345px;height:400px}.browse_collection_result .search_result .col-lg-4 .four_by_three,.browse_other_collection .other_collection_list .col-lg-4 .four_by_three{width:321px;height:240px}.browse_other_collection .other_collection_list .col-lg-4{margin:6px 9px;padding:12px;width:345px;height:400px}.browse_other_collection .other_collection_list .col-lg-4 .four_by_three{width:321px;height:240px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi.browse_col_desc .header_txt,.browse_collection_result .search_result .browse_col_desc .header_txt{font-size:26px;line-height:35px;padding:10px 0}.browse_other_collection .other_collection_list .browse_col_desc .header_txt{font-size:26px;line-height:35px;padding:10px 0}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .browse_col_desc .created_by,.browse_collection_result .search_result .browse_col_desc .created_by,.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:20px}.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:20px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave,.browse_collection_result .search_result .keyword_txt_save_unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave{margin:0 -12px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi.keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave{display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords{border-right:2px solid #27477c;color:#fff;font-size:16px;height:52px;line-height:56px;padding:0 15px;width:80%}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{width:auto;vertical-align:top;height:56px;text-align:center}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:12px 20px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:12px 20px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-25px 0 0 60px;text-align:left;width:217px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:12px 20px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:12px 20px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-24px 0 0 60px;text-align:left;width:217px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-154px -17px;background-size:350px auto;cursor:pointer;height:24px;margin:5px;width:28px;display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .save,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .save,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .save,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-199px -17px;background-size:350px auto;cursor:pointer;height:24px;margin:5px 10px;width:28px;display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave_name,.related_collection .collection_result .save_unsave .unsave_name,.saved_collection .search_result .save_unsave .unsave_name{color:#fff;font-weight:700;font-size:13px;margin:0 auto;text-align:center;width:50px;line-height:normal;margin-top:-6px}.related_collection,.saved_collection{width:100%}.related_collection .collection_result,.saved_collection .search_result{width:1429px}.related_collection .collection_result .col-lg-4,.saved_collection .search_result .col-lg-4{margin:4px;padding:12px;width:345px;height:407px}.category.page-category .related_collection_data .related_collection .collection_result .img_box .four_by_three,.related_collection .collection_result .col-lg-4 .four_by_three,.saved_collection .search_result .col-lg-4 .four_by_three,.saved_collection .search_result .col-lg-4 .img_box{width:326px;height:244px}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt,.related_collection .collection_result .browse_col_desc .header_txt,.saved_collection .search_result .browse_col_desc .header_txt{font-size:26px;line-height:35px;padding:10px 0}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .browse_col_desc .created_by,.related_collection .collection_result .browse_col_desc .created_by,.saved_collection .search_result .browse_col_desc .created_by{color:#fff;font-size:20px}.related_collection .collection_result .keyword_txt_save_unsave,.saved_collection .search_result .keyword_txt_save_unsave{margin:0 -12px}.related_collection .collection_result .keyword_txt_save_unsave .keywords,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords,.related_collection .collection_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .keywords{border-right:2px solid #27477c;color:#fff;font-size:20px;height:50px;line-height:50px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay::before,.browse_collection .image_bottom_overlay::before,.related_collection .image_bottom_overlay::before,.saved_collection .image_bottom_overlay::before{margin-top:6px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay::before,.related_collection .image_bottom_overlay::before,.saved_collection .image_bottom_overlay::before{background-position:-26px -4px;background-size:250px auto;height:18px;margin-left:-20px;margin-top:9px;width:16px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay,.browse_collection .image_bottom_overlay,.related_collection .image_bottom_overlay,.saved_collection .image_bottom_overlay{height:35px;line-height:35px;font-size:16px}.top_mycollection_data .recomended_category .header_title .hr_line,.top_saved_data .header_title .hr_line{width:90%}.myprofile.page-myprofile .recomended_category .recomended_category_poi{width:1429px}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{width:348px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4 .img_box,.myprofile.page-myprofile .recomended_category .recomended_category_poi .four_by_three{width:317px;height:238px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4,.myprofile.page-myprofile .top_my_recently_viewed_location .recomended_category .recomended_category_poi .col-lg-4{width:341px;margin:6px}footer{height:290px}footer .left-section_footer .wcities_logo{width:210px;height:130px;background-size:580px auto;margin-left:34px;margin-top:10px}footer .left-section_footer{padding:55px 0 0 73px}footer .middle-section .join_txt{font-size:24.51px;margin:40px 0 26px}footer .middle-section .footer-social_icon .b,footer .middle-section .footer-social_icon .f,footer .middle-section .footer-social_icon .i,footer .middle-section .footer-social_icon .p,footer .middle-section .footer-social_icon .t{height:75px;width:70px;background-position:-276px -35px;background-size:545px auto}footer .middle-section .footer-social_icon .t{background-position:-342px -35px}footer .middle-section .footer-social_icon .i{background-position:-409px -35px}footer .middle-section .footer-social_icon .b{background-position:-211px -35px}footer .middle-section .footer-social_icon .p{background-position:-474px -35px}footer .middle-section .footer-social_icon{height:55px}footer .middle-section .middle-links .footerTxt{font-size:14.28px}footer .middle-section .middle-links{padding:50px 0 0}footer .right-section .footer-rightTxt{padding-right:62px;font-size:23.07px}.detail_content .detail_down .detail_button .ranked_desc::before{width:59px;height:72px;background-position:-4px -4px;background-size:250px auto;margin-left:-73px}footer .topAdjust{padding-top:50px}.content_left.diamond{background-position:-4px 0;background-size:100px auto;height:24px;margin:4px 2px;width:21px}.title_rate.diamond{background-position:-4px 0;background-size:125px auto;height:28px;margin:0 2px;width:28px}.content_left.halfstar.diamond{background-position:-27px 0}.title_rate.halfstar.diamond{background-position:-34px 0}.content_left.hotel{background-position:-65px 0;background-size:125px auto;height:30px;margin:1px;width:26px}.content_left.halfstar.hotel{background-position:-96px 0}.title_footer .title_rate.hotel{background-position:-77px -5px;background-size:150px auto;height:30px;width:32px}.title_rate.hotel{background-position:-77px -5px;background-size:150px auto;height:30px;width:32px}.title_rate.halfstar.hotel{background-position:-115px -5px}.featured_category_rate.diamond{margin:0 2px}#land_image.about_us .middle-text .right_side_content .city_desc,#land_image.about_us .middle-text .right_side_content .contact_info{width:100%}#land_image.about_us .middle-text .left_side_content{width:38%}#send_us_message .map_feedback .feedback_form{width:53%}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{margin-left:-50px;background-size:100px;width:33px;height:35px}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{background-position:-67px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before{background-position:-33px 0}.detail_content .detail_button .button.add_remove_collection span::before{left:-40px}.detail_content .detail_button .button.add_remove_collection.remove_from_collection span::before{left:-40px}.collection.page-collection .top_my_collection_detail_page .poi_address,.top_collection_results .poi_address{font-size:16.94px;margin-left:40px}.collection.page-collection .top_my_collection_detail_page .poi_address{font-size:17.95px}.top_my_collection_detail_page .colpoiData{margin-bottom:45px}.top_my_collection_detail_page .colpoiData:last-child{margin-bottom:0}.collection.page-collection .top_my_collection_detail_page .poi_address::before,.top_collection_results .poi_address::before{background-size:25px auto;width:25px;height:30px;margin-left:-39px}#send_us_message .map_feedback .feedback_form,#send_us_message .map_feedback .map{height:552px},.more_poi .more_poi_content .img_bottom_overlay,.more_poi .more_tour_content .img_bottom_overlay,.my_profile_recent_view_result .img_bottom_overlay,.recomended_category .recomended_category_poi .img_bottom_overlay,.search_similar_location_carousel .img_bottom_overlay,.top_mycollection_data .img_bottom_overlay,.top_rated .top_rated_content .img_bottom_overlay{line-height:35px}.detail_content .detail_button .button.book_table span::before{background-position:162px -30px;background-size:500px auto;height:26px;top:13px}.onlyfree_plan{font-size:30px!important}}@media only screen and (min-width:1600px) and (max-width:1800px){.featured_category .featured_category_poi,.list-view .featured_category .featured_category_poi{width:1550px}.featured_category .featured_category_poi .desc_box .featured_category_desc{width:850px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc{width:1200px}.featured_category .featured_category_poi .desc_box .featured_category_desc.nostar{width:1200px}}@media only screen and (min-width:1600px) and (max-width:1919px){.plan_detail_content{margin-top:20px!important}.plan_category_text_new{font-size:33px!important;padding:20px 0;margin:0 auto!important}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_head{font-size:28px;width:70%;display:inline-block;margin-right:20px}.onlyfree_plan{font-size:30px!important}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc{width:1200px}.search_main_wrapper{width:1196px}.nodesconlydd::before{left:0;background-position:-32px -45px;background-size:320px auto}.full-width span:before{background-size:500px auto;background-position:165px -20px}.bookspan,.bookspan_home{font-size:18px}.top_mycollection_data .header_title,.top_saved_data .header_title{width:1200px}.camera_img img{width:32px}#login_popup .facebook_login_img>span::before,#login_popup .google_login_img>span::before{width:30px;top:5px}#login_popup .facebook_login_img>span,#login_popup .google_login_img>span{line-height:52px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:17px 10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:17px 10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-24px 0 0 55px;text-align:left;width:217px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:13px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:13px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-22px 0 0 60px;text-align:left;width:217px}.keyword_txt_save_unsave .keywords{border-right-color:#27477c;border-right-style:solid;border-right-width:2px;color:#fff;font-size:24px;height:64px;line-height:64px;overflow-x:hidden;overflow-y:hidden;padding-bottom:0;padding-left:10px;padding-right:10px;padding-top:0;text-overflow:ellipsis;white-space:nowrap;width:84%}#login_popup .site_logo,#main-header .half-div.left .logo,#signup_popup .site_logo{width:191px;height:42px;background-size:189px auto;margin:10px 0 0 27px}#login_popup .loginBoxEle input{font-size:16px}#login_popup .loginBoxEle input::-moz-placeholder{font-size:16px}#login_popup .loginBoxEle input::-webkit-input-placeholder{font-size:16px}#login_popup .loginBoxEle input:-ms-input-placeholder{font-size:16px}#login_popup .loginBoxEle input:placeholder-shown{font-size:16px}#login_popup .site_logo,#signup_popup .site_logo{margin:10px auto 0}#login_popup .socialLogin{height:50px;width:375px}#login_popup .socialLogin.google_login_img{background-position:0 -60px}#login_popup .loginBoxEle{margin-left:0;width:300px;height:44px;margin-bottom:33px;margin-top:15px}#ForMsg,#forgetBox,#loginBox,#signupBox{margin-right:34px}#login_popup .forgotPasswordLink{margin-bottom:0;margin-left:0;width:300px;height:40px;font-size:16px}#login_popup .loginBtnBoxEle{margin-bottom:40px;margin-left:0;width:300px;height:40px}#login_popup .footMsg{padding:0 50px;font-size:14px}.loginBoxEle span{padding-top:8px}#login_popup .subHead{font-size:26.7px}#login_popup .loginBoxEle input[type=email],#login_popup .loginBoxEle input[type=password],#login_popup .loginBoxEle input[type=text]{width:250px;font-size:16px}#login_popup .loginBtnBoxEle .loginBtn{font-size:20.7px;height:50px;line-height:50px;width:150px}#login_popup .loginBtnBoxEle .signupLink{font-size:18px}#main-header .middle-div .col-xs-2.location,#main-header .middle-div .col-xs-2.search,#main-header .middle-div .col-xs-2.selCat{width:300px;height:36px;margin-top:10px;padding:0 10px}#main-header .half-div.left{width:14%}#main-header .half-div .join_txt.home_join,#main-header .half-div .mybooking_login_txt,#main-header .half-div .mybooking_txt{padding-right:15px}#main-header .half-div .join_txt,#main-header .half-div .join_txt.sign_out,#main-header .half-div .login_txt{padding-left:15px}#main-header .middle-div{width:58%}#main-header .middle-div .col-xs-2.location .set_curr_location_header,#main-header .middle-div .col-xs-2.selCat .set_curr_category_header{width:16px;height:9px;background-size:189px auto;background-position:-37px -31px;margin-left:0;margin-top:13px}#main-header .middle-div .col-xs-2.location .pick_city,#main-header .middle-div .col-xs-2.search #Headerex2,#main-header .middle-div .col-xs-2.selCat .pick_category{font-size:14.65px}#main-header .middle-div .col-xs-2.search #Headerex2,#main-header .middle-div .col-xs-2.selCat .pick_category{height:32px}#main-header .middle-div .col-xs-2.search .glyphicon-search{margin-left:0;margin-top:8px;font-size:14px;cursor:pointer}#main-header .middle-div .col-xs-2.location::before{width:12px;height:17px;background-position:-133px -8px;background-size:185px auto;margin-top:8px}#main-header .half-div .join_txt,#main-header .half-div .login_txt{font-size:16.75px}#main-header .half-div .join_txt,#main-header .half-div .login_txt{bottom:-8px}#main-header .half-div.right{padding-right:10px;line-height:50px}#header-child{height:50px}#header-child .category_txt.upArrow::before,#header-child .category_txt::before{width:23px;height:13px;background-position:-51px -26px;background-size:290px auto;margin-top:20px;margin-left:-42px}#header-child .category_txt{font-size:16.75px;line-height:52px;padding-left:75px}.cat_txt{font-size:16.75px}.categories{height:115px}#land_image .middle-text b{font-size:50px}#land_image .middle-text .welcome::after{background-size:200px auto;height:44px;margin-left:12px;margin-top:7px;width:200px}#land_image .middle-text .welcome{margin-left:-225px;font-size:38.45px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2,#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category{height:46px;font-size:19.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location,#main_content_area .middle-text .input-boxes .col-xs-2.search,#main_content_area .middle-text .input-boxes .col-xs-2.selCat{width:375px;height:46px;margin-top:28px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city::-moz-placeholder{font-size:19.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city::-webkit-input-placeholder{font-size:19.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:-ms-input-placeholder{font-size:19.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:placeholder-shown{font-size:19.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2::-moz-placeholder{font-size:19.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2::-webkit-input-placeholder{font-size:19.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:-ms-input-placeholder{font-size:19.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:placeholder-shown{font-size:19.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category::-moz-placeholder{font-size:19.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category::-webkit-input-placeholder{font-size:19.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:-ms-input-placeholder{font-size:19.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:placeholder-shown{font-size:19.23px}#main_content_area .about_sf{font-size:19.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2,#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city{font-size:19.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location::before{background-position:-178px -11px;background-size:245px auto;height:21px;margin-top:14px;width:13px;margin-right:7px}#main_content_area .middle-text .input-boxes .col-xs-2.location .set_curr_location,#main_content_area .middle-text .input-boxes .col-xs-2.selCat .set_curr_category{width:21px;height:14px;background-position:-48px -40px;background-repeat:no-repeat;background-size:250px auto;margin-top:17px}#main_content_area .middle-text .input-boxes .col-xs-2.search .glyphicon-search{font-size:20px;margin-top:12px}#main_content_area .about_sf{width:339px;height:61px;line-height:61px;margin-left:55px;padding-left:24px}#main_content_area .arrowRight{width:22px;height:19px;background-position:-167px -20px;background-size:245px auto;margin-right:17px;margin-top:20px}.globe_location::before{background-size:18px;width:18px;height:18px}#cityAuto .globe_location::before,#cityAuto_header .globe_location::before{margin-left:-26px}.current_location_click_header .globe_location{padding:0 46px}#cityAuto .globe_location,#cityAuto_header .globe_location{padding:0 29px}.current_location_click .globe_location::before,.current_location_click_header .globe_location::before{margin-left:-25px}#cityAuto .ui-autocomplete,#searchAuto .ui-autocomplete,.by_location .ui-autocomplete{font-size:12.83px;padding:5px 15px}#cityAuto .globe_location,#cityAuto_header .globe_location,.current_location_click .globe_location,.current_location_click span,.current_location_click_header .globe_location{font-size:12.83px}#cityAuto ul .current_location_main span{font-size:12.83px;padding:0 29px}#cityAuto ul .current_location_main .curr_hr{width:100%;margin:10px 0 0}#cityAuto ul .current_location_main .curr_hr_last{width:100%;margin:0 0 0}#cityAuto ul .current_location_main span::before,#cityAuto_header ul .current_location_main span::before{width:13px;height:19px;background-size:13px auto;margin-left:-25px;margin-top:9px}.search_box{width:100%}.plan_results .recomended_category .grid-view .row.recomended_category_poi,.search_results .recomended_category .recomended_category_poi{width:1196px}#searchAuto .ui-autocomplete .accommodations::before{background-position:1px -25px;background-size:25px auto;height:21px;margin-left:-39px;width:27px}#searchAuto .ui-autocomplete .shopping::before{background-position:1px -125px;background-size:25px auto;height:23px;margin-left:-39px;width:24px}#searchAuto .ui-autocomplete .nightlife::before{background-position:1px -100px;background-size:25px auto;height:23px;margin-left:-37px;width:20px}#searchAuto .ui-autocomplete .restAndCafe::before{background-position:1px -50px;background-size:25px auto;height:24px;margin-left:-36px;width:25px}#searchAuto .ui-autocomplete .attractions::before{background-position:1px -74px;background-size:25px auto;height:23px;margin-left:-39px;width:25px}#searchAuto_header .ui-autocomplete .accommodations::before{background-position:0 -30px;background-size:25px auto;height:15px;margin-left:-40px;margin-top:6px;width:25px}#searchAuto_header .ui-autocomplete .shopping::before{background-position:-2px -128px;background-size:25px auto;height:19px;margin-left:-37px;margin-top:2px;width:21px}#searchAuto_header .ui-autocomplete .nightlife::before{background-position:-6px -104px;background-size:25px auto;height:18px;margin-left:-32px;margin-top:5px;width:12px}#searchAuto_header .ui-autocomplete .restAndCafe::before{background-position:-1px -51px;background-size:25px auto;height:23px;margin-left:-36px;width:23px}#searchAuto_header .ui-autocomplete .attractions::before{background-position:-1px -78px;background-size:25px auto;height:19px;margin-left:-37px;margin-top:2px;width:23px}#searchAuto .ui-autocomplete .free::before,#searchAuto_header .ui-autocomplete .free::before{background-position:-88px -70px;background-size:235px auto;height:33px;width:32px}#searchAuto .ui-autocomplete .veryexpensive::before,#searchAuto_header .ui-autocomplete .veryexpensive::before{background-position:0 -40px;background-size:90px auto;width:32px}#searchAuto .ui-autocomplete .expensive::before,#searchAuto_header .ui-autocomplete .expensive::before{background-position:-2px -38px;background-size:125px auto;height:17px;width:32px}#searchAuto .ui-autocomplete .budget::before,#searchAuto_header .ui-autocomplete .budget::before{background-position:-126px -2px;background-size:235px auto;height:31px;margin-top:-2px;width:30px}#searchAuto .ui-autocomplete .moderate::before,#searchAuto_header .ui-autocomplete .moderate::before{background-position:-3px -29px;background-size:190px auto;height:26px;width:31px}#searchAuto .ui-autocomplete .luxury::before,#searchAuto_header .ui-autocomplete .luxury::before{background-position:-121px -68px;background-size:225px auto;height:32px;width:31px}#searchAuto .ui-autocomplete .culture::before,#searchAuto_header .ui-autocomplete .culture::before{background-position:-83px -1px;background-size:225px auto;height:31px;width:24px}#searchAuto .ui-autocomplete .family::before,#searchAuto_header .ui-autocomplete .family::before{background-position:-78px -34px;background-size:215px auto;height:29px;width:35px}#searchAuto .ui-autocomplete .practicalinformation::before,#searchAuto_header .ui-autocomplete .practicalinformation::before{background-position:-202px -106px;background-size:235px auto;height:31px;margin-top:-2px;width:20px}#searchAuto .ui-autocomplete .healthandwellness::before,#searchAuto_header .ui-autocomplete .healthandwellness::before{background-position:-83px -101px;background-size:225px auto;height:30px;margin-top:-2px;width:35px}#searchAuto .ui-autocomplete .hiddengems::before,#searchAuto_header .ui-autocomplete .hiddengems::before{background-position:-122px -34px;background-size:225px auto;height:31px;width:25px}#searchAuto .ui-autocomplete .outdoors::before,#searchAuto_header .ui-autocomplete .outdoors::before{background-position:-120px -99px;background-size:225px auto;height:31px;width:35px}#searchAuto .ui-autocomplete .romance::before,#searchAuto_header .ui-autocomplete .romance::before{background-position:-157px -2px;background-size:225px auto;height:30px;margin-top:-2px;width:29px}#searchAuto .ui-autocomplete .trendy::before,#searchAuto_header .ui-autocomplete .trendy::before{background-position:-157px -34px;background-size:225px auto;height:29px;margin-top:-2px;width:23px}#searchAuto .ui-autocomplete .weirdandwonderful::before,#searchAuto_header .ui-autocomplete .weirdandwonderful::before{background-position:-157px -67px;background-size:225px auto;height:30px;margin-top:-2px;width:32px}#searchAuto .ui-autocomplete .poiImage,#searchAuto_header .ui-autocomplete .poiImage{background-position:-1px 4px!important}#searchAuto ul li{min-height:45px}#searchAuto .ui-autocomplete .adayinthecity::before,#searchAuto .ui-autocomplete .aweekinthecity::before,#searchAuto .ui-autocomplete .beautyAndSpas::before,#searchAuto .ui-autocomplete .budget::before,#searchAuto .ui-autocomplete .cheap::before,#searchAuto .ui-autocomplete .culture::before,#searchAuto .ui-autocomplete .expensive::before,#searchAuto .ui-autocomplete .family::before,#searchAuto .ui-autocomplete .free::before,#searchAuto .ui-autocomplete .healthandwellness::before,#searchAuto .ui-autocomplete .hiddengems::before,#searchAuto .ui-autocomplete .luxury::before,#searchAuto .ui-autocomplete .moderate::before,#searchAuto .ui-autocomplete .outdoors::before,#searchAuto .ui-autocomplete .practicalinformation::before,#searchAuto .ui-autocomplete .romance::before,#searchAuto .ui-autocomplete .threedaysinthecity::before,#searchAuto .ui-autocomplete .trendy::before,#searchAuto .ui-autocomplete .veryexpensive::before,#searchAuto .ui-autocomplete .weirdandwonderful::before,#searchAuto_header .ui-autocomplete .adayinthecity::before,#searchAuto_header .ui-autocomplete .aweekinthecity::before,#searchAuto_header .ui-autocomplete .beautyAndSpas::before,#searchAuto_header .ui-autocomplete .budget::before,#searchAuto_header .ui-autocomplete .cheap::before,#searchAuto_header .ui-autocomplete .culture::before,#searchAuto_header .ui-autocomplete .expensive::before,#searchAuto_header .ui-autocomplete .family::before,#searchAuto_header .ui-autocomplete .free::before,#searchAuto_header .ui-autocomplete .healthandwellness::before,#searchAuto_header .ui-autocomplete .hiddengems::before,#searchAuto_header .ui-autocomplete .luxury::before,#searchAuto_header .ui-autocomplete .moderate::before,#searchAuto_header .ui-autocomplete .outdoors::before,#searchAuto_header .ui-autocomplete .practicalinformation::before,#searchAuto_header .ui-autocomplete .romance::before,#searchAuto_header .ui-autocomplete .threedaysinthecity::before,#searchAuto_header .ui-autocomplete .trendy::before,#searchAuto_header .ui-autocomplete .veryexpensive::before,#searchAuto_header .ui-autocomplete .weirdandwonderful::before{margin-left:-40px}.plan_results .recomended_category .recomended_category_poi .col-lg-4,.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.search_results .recomended_category .recomended_category_poi .col-lg-4,.search_similar_location_carousel .col-xs-3,.top_collection_results .col-lg-4{width:287px;margin:5px 6px;height:auto}.more_poi .more_poi_content .four_by_three,.more_poi .more_tour_content .four_by_three,.plan_results .recomended_category .recomended_category_poi .col-lg-4 .img_box,.row.more_poi_content .col-lg-4 .img_box,.row.more_tour_content .col-lg-4 .img_box,.search_results .recomended_category .recomended_category_poi .col-lg-4 .img_box{width:263px;height:199px}.plan_results .recomended_category .recomended_category_poi .col-lg-4 .img_box{width:360px;height:270px}.recently_head_txt::before,.saved-city-content .city-saved::before,.top_my_collection_detail_page .recomended_category_head::before,.top_my_collections .recomended_category_head::before{background-position:-53px -7px;background-size:300px auto;height:35px;margin-left:-50px;width:32px}.recently_head_txt::before{background-position:-131px -1px;background-size:300px auto;height:43px;width:34px;margin-top:-9px}.current_category_click,.current_location_click{top:74px;width:375px}#city_auto .globe_location,.current_location_click .globe_location,.current_location_click span{font-size:12.83px;padding:0 45px}.sel_cats{font-size:12.83px;padding:0 20px}.current_location_click span::before{width:13px;height:19px;background-size:13px auto;margin-left:-22px;margin-top:2px}.current_category_click .curr_hr,.current_category_click .curr_hr_last,.current_location_click .curr_hr,.current_location_click .curr_hr_last{margin:5px auto}#searchAuto #poi_desc,#searchAuto .see_poi_auto{font-size:10.08px}#searchAuto ul li{padding:5px 40px}#searchAuto .ui-autocomplete,#searchAuto_header .ui-autocomplete{line-height:13px}#searchAuto_header .ui-autocomplete{padding:0 15px}#cityAuto_header ul,#searchAuto_header ul{width:329px!important;padding:5px 20px;left:-9px!important;top:28px!important}#cityAuto_header .ui-autocomplete,#searchAuto_header .ui-autocomplete,.current_location_click_header span{font-size:12.83px}#cityAuto_header ul .current_location_main span{font-size:12.83px;padding:0 32px}#cityAuto_header ul .current_location_main .curr_hr,#cityAuto_header ul .current_location_main .curr_hr_last{margin:5px auto}.current_category_click_header,.current_location_click_header{top:48px;width:300px}.current_location_click_header span::before{width:15px;height:23px;background-size:15px auto;margin:3px 0 0 -27px}.current_location_click_header span{padding:0 50px}.current_category_click_header .curr_hr,.current_category_click_header .curr_hr_last,.current_location_click_header .curr_hr,.current_location_click_header .curr_hr_last{width:92%}#searchAuto_header ul li{padding:7px 45px}#searchAuto_header #poi_desc,#searchAuto_header .see_poi_auto{font-size:10.08px}.collection.page-collection .Similar_collections_section .top_my_collections .top_mycollection_data{width:1190px}.carousel_heading_home{font-size:25.64px}.hCHead{padding:63px}#bestOfCity_carousel .img_box img{width:190px;height:190px}#bestOfCity_carousel .img_box .c_subtitle{font-size:14.65px}#bestOfCity_carousel .img_box .c_title{padding-top:31px;padding-left:10px;padding-right:10px;font-size:19.23px}#bestOfCity_carousel .img_box hr{margin:13px auto 15px;width:100px}#majorDestination_carousel .img_Title{height:59px;bottom:59px}#majorDestination_carousel .img_Title .c_title{font-size:18.75px;padding-left:13px}#majorDestination_carousel .img_Title .c_subtitle{font-size:12.46px;padding-bottom:0;padding-left:13px}#bestOfCity_carousel .slick-prev,#bestOfCity_carousel .slick-prev::before,#search_similar_location_carousel .slick-prev{margin-left:-25px;margin-top:-55px;width:17px;height:48px;background-position:-173px -3px;background-size:214px auto}#browse_our_collections .slick-prev,#browse_our_collections .slick-prev::before,#browse_our_collections_one .slick-prev,#browse_our_collections_one .slick-prev::before,#majorDestination_carousel .slick-prev,#majorDestination_carousel .slick-prev::before{margin-left:-25px;margin-top:-20px;width:17px;height:48px;background-position:-173px -3px;background-size:214px auto}#bestOfCity_carousel .slick-next,#bestOfCity_carousel .slick-next::before,#search_similar_location_carousel .slick-next{margin-right:-25px;margin-top:-55px;width:17px;height:48px;background-position:-194px -3px;background-size:214px auto}#browse_our_collections .slick-next,#browse_our_collections .slick-next::before,#browse_our_collections_one .slick-next,#browse_our_collections_one .slick-next::before,#majorDestination_carousel .slick-next,#majorDestination_carousel .slick-next::before{margin-right:-25px;margin-top:-20px;width:17px;height:48px;background-position:-194px -3px;background-size:214px auto}#download_app{height:549px}#mobile_img{width:227px;height:452px;background-size:232px auto;margin-left:138px}#app_download_box .download_text{font-size:43.95px}#app_download_box .download_msg{font-size:21.97px}#app_download_box .mobile_store{margin-top:35px;height:46px;width:172px}#app_download_box .window_download{background-position:-33px -495px}#app_download_box .google_download{background-position:-33px -563px}#app_download_box .apple_download{background-position:-33px -629px}#app_download_box .mobile_store{background-size:250px auto}.crBox{width:139px;height:139px;background-size:708px auto}#create_box{width:1250px}#create_box .create_element1{background-position:-1px -142px}#create_box .create_element2{background-position:-142px -142px}#create_box .create_element3{background-position:-286px -142px}#create_box .create_element4{background-position:-427px -142px}#create_box .create_element5{background-position:-568px -142px}#create_box .innerBox .txt{font-size:16.48px}#create_box .innerBox .txt{padding:30px 15px;margin-top:30px}#browse_our_collections .blueBox .txt{font-size:21.97px;padding:10px 15px}#browse_our_collections_one .blueBox .txt{font-size:21.97px;padding:10px 15px;height:110px}.browse_show_more_btn,.view_more_btn{min-width:265px;font-size:16.48px;height:45px;line-height:45px;margin:25px 0}#header-child .category_txt.cat_page::before,#header-child .category_txt.detail::before{width:22px;height:19px;background-position:-118px -12px;background-size:200px auto;margin-left:-44px;margin-top:15px}#header-child .browse_collection_txt::before,#header-child .collection_txt.detail::before,#header-child .myCollection_txt::before{background-size:90px auto;width:30px;height:30px;margin-top:10px;margin-left:-47px}#header-child .browse_collection_txt::before{background-position:-30px 0}#header-child .browse_collection_txt.detail,#header-child .collection_txt.detail,#header-child .myCollection_txt{font-size:14.67px;line-height:50px}#header-child .collection_txt.detail::before{background-position:-60px 0}#header-child .myCollection_txt{padding-right:25px;padding-left:70px}#header-child .collection_txt.detail{padding-right:15px;padding-left:70px}.detail_img{width:599px}.detail_image .all_tab .tab{height:34px;font-size:14.67px;line-height:34px;padding:0 20px}.detail_content{width:85%}.share_via{font-size:18px}.title_footer.social_share{width:20%;line-height:30px}.detail_content .detail_top .detail_title .title{font-size:35.64px;width:78%}.detail_content .detail_top .detail_title .title .poititle{font-size:35.64px}.detail_content .detail_top .detail_title .desc{font-size:22.01px;margin-right:23px}.title_footer .title_twitter{width:29px;height:29px;background-position:-2px -68px;background-size:215px auto;margin-left:15px}.detail_content .detail_top .detail_title .pinterest_logo{width:29px;height:29px;margin-top:1px}.title_footer .title_facebook{width:29px;height:29px;background-position:-35px -68px;background-size:215px auto}.detail_content .detail_down .detail_time{margin-left:35px;line-height:20px;margin-top:20px}.detail_content .detail_down .detail_time,.detail_content .detail_down .detail_time .time,.detail_down .detail_desc .detail_time .fullhours{font-size:16.5px}.detail_content .detail_down .detail_time .hours{font-size:14.67px}.detail_content .detail_desc .d_desc{font-size:16.5px;padding-bottom:16px}.detail_content .detail_down .detail_desc{width:100%;padding-left:30px}.book-tour{width:15px;height:22px;background-position:-48px -1px;background-size:140px auto;margin-left:-30px;margin-top:-3px}.detail_content .detail_down .detail_desc .d_socialurl{padding-left:0;font-size:16.5px}.detail_content .detail_down .detail_desc .d_socialurl .fb_icon.both,.detail_content .detail_down .detail_desc .d_socialurl .tw_icon.both{width:20px;height:20px}.d_socialurl .follow_title.both{padding-left:7px}.d_socialurl .follow_title.single{padding-left:17px}.detail_content .detail_down .detail_desc .d_socialurl .fb_icon.single,.detail_content .detail_down .detail_desc .d_socialurl .tw_icon.single{width:25px;height:25px;display:inline-block;margin-left:7px}.allthree_social_btn div.all_share_icon{margin-left:2px}.detail_content .detail_down .detail_desc .d_address,.detail_content .detail_down .detail_desc .d_email,.detail_content .detail_down .detail_desc .d_phone,.detail_content .detail_down .detail_desc .d_weburl{margin-bottom:15px;font-size:16.5px;margin-left:35px;padding-bottom:7px}.list-unstyled span{font-size:16.5px;padding-left:11px}.detail_content .detail_down .detail_desc .d_address::before,.detail_content .detail_down .detail_desc .d_email::before,.detail_content .detail_down .detail_desc .d_phone::before,.detail_content .detail_down .detail_desc .d_weburl::before,.detail_down .detail_desc .detail_time::before{background-size:225px auto;width:35px;background-position:0 -7px;left:-35px}.detail_content .detail_down .detail_desc .d_weburl::before{background-position:-38px -7px}.detail_content .detail_down .detail_desc .d_phone::before{background-position:-75px -7px}.detail_content .detail_down .detail_desc .d_email::before{background-position:-113px -7px}.detail_down .detail_desc .detail_time::before{background-position:-151px -7px}.loader_absolute span{margin:-22px -24px}.detail_down{padding:0}.detail_content .detail_down .detail_gallary .slick-slide{height:auto}.detail_content .detail_button .button{height:53px;background-size:328px auto;background-position:-13px -3px}.detail_content .detail_button .button.search_golf_location{background-position:-10px -360px}.detail_content .detail_button .button.email_location{background-position:-14px -117px}.detail_content .detail_button .button.remove_from_collection{background-position:-13px -59px}.detail_content .detail_button .button.book_table{background-position:-14px -171px}.detail_content .detail_button .button.book_table.bookroom{background-position:-17px -17px;background-size:330px auto}.detail_content .detail_button .ranked_desc{font-size:14.67px;padding-left:63px}.detail_content .detail_button{margin-right:52px}.detail_content .detail_down .detail_button .ranked_desc::before{width:49px;height:60px;background-position:-3px -4px;background-size:213px auto;margin-left:-62px}.detail_middle_image{height:539px}.map_area .address_map{font-size:16.5px}.map_area .address_map .icon::before{background-position:-68px -2px;background-size:200px auto;height:31px;margin-top:4px;width:21px}.nearby_txt{font-size:25.67px}.detail_middle_image .middle_content .map_title{height:324px;padding-top:22px;padding-left:24px}.detail_middle_image .middle_content .map_title .main_title{font-size:25.67px;margin-left:55px;line-height:36px}.detail_middle_image .middle_content .map_title .main_title::before{background-position:-68px -2px;background-size:200px auto;height:31px;margin-left:-30px;width:22px}.detail_middle_image .middle_content .map_title .other_title{font-size:22.01px;height:35px;line-height:30px}.detail_middle_image .middle_content .map_title .middle_poi_name{height:180px}.detail_middle_image .middle_content .map_title .title_break{margin-bottom:7px}.detail_middle_image .middle_content .map_title .title_see_more{font-size:16.5px;padding-top:16px;margin-right:39px}.detail_middle_image .middle_content .map_area .detail_movable_map{width:639px;height:473px}.more_poi_head{font-size:25.67px;margin-top:60px;margin-bottom:28px}.more_poi .more_poi_filters .more_tab .in,.more_poi .more_poi_filters .more_tab.active .in{font-size:22.01px}.more_poi .more_poi_break,.more_poi .more_poi_filters,.more_poi_data{width:1196px},.more_poi .more_poi_content .four_by_three,.more_poi .more_tour_content .four_by_three,.recomended_category .recomended_category_poi .col-lg-4 .img_box,.row.more_poi_content .col-lg-4 .img_box,.row.more_tour_content .col-lg-4 .img_box{width:263px;height:199px}.besttag_cat_poi .recommend_image{width:106px;height:78px}.recomended_category .recomended_category_poi .col-lg-2 .img_box{height:80px}.img_Titles .c_subtitle{font-size:18px}.img_Titles{line-height:78px}.border_purpose{height:80px}#recomended_category_poi .slick-prev{left:25px}#recomended_category_poi .slick-next{right:25px}.featured_category .featured_category_poi .desc_box .img_box .four_by_three{width:272px;height:204px}.more_poi .more_poi_content .img_bottom_overlay,.my_profile_recent_view_result .img_bottom_overlay,.recomended_category .recomended_category_poi .img_bottom_overlay,.search_similar_location_carousel .img_bottom_overlay,.top_mycollection_data .img_bottom_overlay{height:35px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .img_bottom_overlay{line-height:40px;height:45px}.recomended_category .recomended_category_poi .col-lg-4,.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.search_similar_location_carousel .col-xs-3,.top_collection_results .col-lg-4{width:287px;margin:5px 6px;height:auto}.recomended_category .recomended_category_poi .header_txt,.row.more_poi_content .header_txt,.row.more_tour_content .header_txt,.search_similar_location_carousel .header_txt{font-size:21.7px}.plan_header_txt{font-size:30.16px!important;padding:4px 0}.top_my_collection_detail_page .recomended_category .recomended_category_poi .header_txt{font-size:28.7px;margin-top:10px;margin-bottom:3px}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:21.7px}.recomended_category .recomended_category_poi .header_desc,.row.more_poi_content .header_desc,.row.more_tour_content .header_desc,.search_similar_location_carousel .header_desc{font-size:13.75px!important;height:60px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .header_desc{font-size:16px!important;height:66px}.row.my_collection_detail_content .header_desc{font-size:16.75px!important}.recomended_category .recomended_category_poi .add_to_collection,.recomended_category .recomended_category_poi .remove_from_collection,.row.more_poi_content .add_to_collection,.row.more_poi_content .remove_from_collection,.search_similar_location_carousel .add_to_collection,.search_similar_location_carousel .remove_from_collection{font-size:14.12px;margin-left:40px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .add_to_collection{font-size:17.12px;text-align:center;width:100%;border:1px solid #001e62;border-radius:5px;margin-left:0;margin:20px 0;color:#fff;background:#183066}.more_poi .more_poi_content .img_bottom_overlay .content_right,.more_poi .more_tour_content .img_bottom_overlay .content_right,.my_profile_recent_view_result .img_bottom_overlay .content_right,.recomended_category .recomended_category_poi .img_bottom_overlay .content_right,.search_similar_location_carousel .img_bottom_overlay .content_right,.top_mycollection_data .img_bottom_overlay .content_right,.top_rated .top_rated_content .img_bottom_overlay .content_right{font-size:18px;margin:7px -2px}.top_my_collection_detail_page .glyphicon{top:7px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .img_bottom_overlay .content_right{font-size:22px;margin:6px 1px}.recomended_category .recomended_category_poi .add_to_collection::before,.row.more_poi_content .add_to_collection::before,.search_similar_location_carousel .add_to_collection::before{width:24px;height:24px;background-size:48px auto;margin-left:-40px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .add_to_collection::before{margin-top:0}.recomended_category .recomended_category_poi .remove_from_collection::before,.row.more_poi_content .remove_from_collection::before,.search_similar_location_carousel .remove_from_collection::before{width:24px;height:24px;background-size:48px auto;margin-left:-40px;background-position:-25px 0}.row.top_rated_content .add_to_collection::before{width:21px;height:21px;background-size:44px auto;margin-left:-30px}.row.top_rated_content .remove_from_collection::before{width:21px;height:21px;background-position:-23px 0;background-size:44px auto;margin-left:-30px}#open_tag_model .tab,.detail_content .all_tab .tab{font-size:20px}.detail_content .detail_top .ranked_desc{font-size:16.5px}.detail_top{padding:0}.detail_content .detail_top .ranked_desc .ranked_desc_txt{font-size:18px}.collection.page-collection .top_my_collection_detail_page .poi_address,.top_collection_results .poi_address{padding:3px 0;font-size:13px;margin-left:40px}.collection.page-collection .top_my_collection_detail_page .poi_address,.top_my_collection_detail_page .top_collection_results .poi_address{padding:3px 0;font-size:16px;margin-left:40px}.collection.page-collection .top_my_collection_detail_page .poi_address,.top_my_collection_detail_page .top_collection_results .poi_address{padding:3px 0;font-size:18px;margin-left:40px}.collection.page-collection .top_my_collection_detail_page .poi_address{font-size:18px}.top_my_collection_detail_page .colpoiData{margin-bottom:45px}.top_my_collection_detail_page .colpoiData:last-child{margin-bottom:0}.collection.page-collection .top_my_collection_detail_page .poi_address::before,.top_collection_results .poi_address::before{background-size:20px auto;width:20px;height:24px;margin-left:-40px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo{padding:3px 0}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo{font-size:14.12px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo label::before{background-size:24px auto;height:24px;margin-left:-41px;width:24px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo input[type=radio]:checked+label::before{background-position:0 -24px;background-size:24px auto;height:24px;margin-left:-41px;width:24px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo label{margin-left:41px;font-weight:400}.category_filter .cat_label,.tag_filter .tag_label{font-size:14.65px;margin-left:67px;padding-top:33px;width:103px;margin-right:0}.category_filter .cat_txt,.tag_filter .tag_txt{font-size:14.65px;margin:14px 7px}#main_content_area .category_tag_filter .tag_filter_more{margin:0 57px}#main_content_area .category_tag_filter .tag_filter_more .selected_tags{font-size:14.65px;padding:5px 25px 5px 45px;line-height:25px}#main_content_area .category_tag_filter .tag_filter_more .cancel{font-size:20px;margin-left:-30px}.onlyfree{font-size:16px;line-height:35px}.top_my_collection_detail_page .onlyfree{font-size:25px;line-height:45px}.onlyfree.recommended{line-height:30px}.top_my_collection_detail_page .onlyfree.recommended{line-height:46px}.category_filter .category_more,.tag_filter .tag_more{font-size:14.65px;margin-top:20px}.category_filter .category_more .glyphicon.glyphicon-triangle-bottom,.tag_filter .tag_more .glyphicon.glyphicon-triangle-bottom{font-size:18px;margin:0 7px}.best_category_page .best_category_page_title,.featured_category .featured_category_head,.recomended_category_head,.related_collection_data .header_title,.top_my_collection_detail_page .top_my_collection_head,.top_rated_head{font-size:25.64px}.errormsg_show{font-size:18px}.top_rated_content.top_rated_category #mCSB_1_scrollbar_vertical{right:3px!important;margin-bottom:5px!important}.top_rated .top_rated_content .img_bottom_overlay{height:35px}.row.top_rated_content .header_txt{font-size:18.5px}.row.top_rated_content .header_desc{font-size:12.02px;height:55px}.row.top_rated_content .add_to_collection,.row.top_rated_content .remove_from_collection{font-size:12.33px;margin-left:30px}.list-view .featured_category,.row.top_rated_content .col-lg-4{padding:0}.recomended_category .recomended_category_poi{padding:0 38px}.best_of_tag .img_box::before{background-size:210px auto;width:49px;height:60px}.featured_category .row.featured_category_poi .col-lg-4.best_of_tag .img_box::before{background-size:210px auto;width:49px;height:60px}#img_Titles{bottom:39px;height:39px}#img_Titles .c_title{font-size:20px;padding:10px 0 0 15px}#img_Titles .c_subtitle{font-size:25px;line-height:22px}#categoryPageModal .modal-dialog,#tagPageModal .modal-dialog{width:68%!important}#main-profile .txt-div{width:73%}#main-profile .txt-div .txt-profile .profile-lbl{font-size:16px}#main-profile .txt-div .profile-field .profile-name{font-size:34px}#main-profile .txt-div .profile-field .email-location label,#main-profile .txt-div .profile-field .language-notification label,#main-profile .txt-div .profile-field .password-secondary-location label{font-size:17px}.email-location .form-group .profile-default.pull-left.col-sm-3,.email-location .form-group .profile-email.pull-left.col-sm-3,.language-notification .form-group .profile-language.pull-left.col-sm-3,.language-notification .form-group .profile-notification.pull-left.col-sm-3,.password-secondary-location .form-group .profile-password.pull-left.col-sm-3{font-size:20px}#main-profile .txt-div .profile-field input{width:80%}#data-profile{width:90%}.email-location .container-fluid .row{margin-left:0;margin-right:0}.email-location .container-fluid .row .col-lg-12{padding-left:0;padding-right:0}#main-profile .txt-div .profile-field .profile-save-btn{padding:3% 0}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-header .heading_txt{font-size:25.64px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .created-list,.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .list-btn-share-pdf div,.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .description,.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-all-location{font-size:20px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-all-location::before{background-size:15px auto;margin-left:-30px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .list-btn-share-pdf div{width:300px;height:50px;line-height:50px}.share_invite::before{background-position:-180px -2px;background-size:300px auto;height:38px;margin-left:-36px;width:25px}.download_pdf::before{background-position:-191px 4px;background-size:250px auto;height:36px;margin-left:-33px;width:20px}.email_collection::before{background-position:-216px 3px;background-size:250px auto;height:35px;margin-left:-40px;width:30px}.collectionListData .top_rated_content .col-lg-4.collectlist,.collectionListData .top_rated_content .col-lg-4.create_collection{width:260px;height:240px}.collectionListData .col-lg-4 .create_collection_icon{background-position:-54px -34px;background-size:190px auto;height:80px;margin:47px 73px;width:80px}.modal-body{margin:0 25px}#add_to_collection_poi .modal-dialog{width:910px}#CollectionList{height:520px}.modal-title{font-size:22px}#Cancel-collection,#Cancel-poi-collection,#submit-collection,#submit-poi-collection{font-size:16px}.collectionListData .checkbox,.collectionListData .col-sm-9{font-size:14px}.collectionListData .top_rated_content .collectlist .recomended_desc .header_txt,.collectionListData .top_rated_content .create_collection .recomended_desc .header_txt{font-size:16px}.collectionListData .top_rated_content .four_by_three{width:231px;height:175px}#add_to_collection_poi .active_collection_icon{background-size:60px auto;height:60px;margin:auto;width:60px;top:55px;left:83px}.collectionListData .top_rated_content .collectlist .img_box,.collectionListData .top_rated_content .create_collection .img_box,.collectionListData .top_rated_content .four_by_three{width:231px;height:175px}.top_my_collections .recomended_category_poi .add_to_collection_bookmark{font-size:18px;padding:10px 0 0 30px}.top_my_collections .recomended_category_poi .delete_collection_bookmark{font-size:18px}.top_my_collections .recomended_category_poi .add_to_collection_bookmark::before{margin-left:-30px}.top_my_collections .recomended_category_poi .delete_collection_bookmark::before{background-size:22px auto;height:22px;margin-top:1px;width:22px}.top_my_collections .col-lg-4 .create_collection_icon{background-size:150px auto;height:151px;left:57px;top:23px;width:150px}.main-city-block .saved-city-content .col-lg-4 .city_img,.main-city-block .saved-city-content .four_by_three_cities{width:200px;height:150px}.main-city-block .saved-city-content .img_bottom_overlay{width:200px}.search_results .recomended_category_head{width:1196px;padding:0 1%}.search_box_text{font-size:26px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-header .edit_collection_info{font-size:26px}.top_mycollection_data .recomended_category .header_title .hr_line,.top_saved_data .header_title .hr_line{width:88%}.top_my_collection_detail_page .collection_header .header_collection_desc{font-size:21px}.browse_collection .browse_collection_data .browse_collection_result,.browse_collection .browse_collection_data .browse_other_collection{width:1300px;min-height:500px}.browse_collection_result .search_result,.browse_other_collection .other_collection_list{width:1200px}.browse_collection_result .search_result .col-lg-4,.browse_other_collection .other_collection_list .col-lg-4{margin:5px 6px;padding:12px;width:287px;height:334px}.browse_collection_result .search_result .col-lg-4 .four_by_three,.browse_other_collection .other_collection_list .col-lg-4 .four_by_three{height:197px;width:263px}.browse_collection_result .search_result .browse_col_desc .header_txt{font-size:21.7px;line-height:28px;padding:5px 0}.browse_other_collection .other_collection_list .browse_col_desc .header_txt{font-size:21.7px;line-height:28px;padding:5px 0}.browse_collection_result .search_result .browse_col_desc .created_by,.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:17px}.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:17px}.browse_collection_result .search_result .keyword_txt_save_unsave{margin:0 -12px}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords{border-right:1px solid #ccc;color:#fff;font-size:17px;height:52px;line-height:52px;padding:0 15px;width:84%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{vertical-align:top;height:52px;text-align:center}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-132px -15px;background-size:300px auto;height:20px;margin:10px 8px;width:24px;display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave_name,.related_collection .collection_result .save_unsave .unsave_name,.saved_collection .search_result .save_unsave .unsave_name{font-size:12px;margin:-14px auto 0}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .save,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .save,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .save,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-170px -15px;background-size:300px auto;height:20px;margin:10px 8px;width:24px;display:inline-block}.browse_other_collection .other_collection_list .keyword_txt_save_unsave{margin:0 -12px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords{border-right:1px solid #ccc;color:#fff;font-size:14px;height:52px;line-height:52px;padding:0 15px;width:75%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_text{font-size:22px;padding:5px 10px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon{min-width:40px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.accommodations{background-position:0 -47px;background-size:40px auto;height:26px;margin:8px 0;width:35px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.restAndCafe{background-position:-2px -81px;background-size:40px auto;height:37px;width:35px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.attractions{background-position:-2px -124px;background-size:40px auto;height:31px;width:35px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.nightlife{background-position:-8px -169px;background-size:41px auto;height:31px;width:35px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.shopping{background-position:-4px -205px;background-size:40px auto;height:30px;margin:5px 0;width:35px}.related_collection,.saved_collection{width:100%}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi,.related_collection .collection_result,.saved_collection .search_result{width:1200px}.related_collection .collection_result .col-lg-4,.saved_collection .search_result .col-lg-4{margin:5px;padding:12px;width:287px;height:360px}.Similar_collections_section .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{margin:5px;padding:12px;width:287px;height:362px}.related_collection .collection_result .col-lg-4 .four_by_three,.saved_collection .search_result .col-lg-4 .four_by_three{width:266px;height:199px}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt,.related_collection .collection_result .browse_col_desc .header_txt,.saved_collection .search_result .browse_col_desc .header_txt{font-size:24px;line-height:35px;padding:10px 0}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .browse_col_desc .created_by,.related_collection .collection_result .browse_col_desc .created_by,.saved_collection .search_result .browse_col_desc .created_by{color:#fff;font-size:20px}.saved_collection .search_result .keyword_txt_save_unsave{margin:0 -12px}.saved_collection .search_result .header_title .hr_line{width:88%}.saved_collection .search_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .keywords{border-right:1px solid #ccc;color:#fff;font-size:20px;height:56px;line-height:56px;padding:0 15px;width:81%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.saved_collection .image_bottom_overlay::before{background-position:-26px -4px;background-size:250px auto;height:18px;margin-left:-20px;margin-top:9px;width:16px}.saved_collection .image_bottom_overlay{height:35px;line-height:35px;padding:0 10px 0 25px;font-size:16px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave,.related_collection .collection_result .keyword_txt_save_unsave .keywords,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{font-size:14px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.related_collection .collection_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .keywords{width:81%}.myprofile.page-myprofile .recomended_category .recomended_category_poi{width:1200px}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{width:287px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4 .img_box,.myprofile.page-myprofile .recomended_category .recomended_category_poi .four_by_three{width:263px;height:199px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4,.myprofile.page-myprofile .top_my_recently_viewed_location .recomended_category .recomended_category_poi .col-lg-4{width:286px;margin:6px}footer{height:250px}footer .left-section_footer{font-size:11.9px;padding:45px 0 0 60px}footer .left-section_footer .wcities_logo{width:160px;height:100px;background-size:438px auto;margin-left:18px;margin-top:30px}footer .middle-section .join_txt{font-size:21.42px;margin-top:30px;margin-bottom:23px}footer .middle-section .footer-social_icon{height:65px}footer .middle-section .footer-social_icon .b,footer .middle-section .footer-social_icon .f,footer .middle-section .footer-social_icon .i,footer .middle-section .footer-social_icon .p,footer .middle-section .footer-social_icon .t{height:72px;width:65px;background-position:-253px -30px;background-size:500px auto}footer .middle-section .footer-social_icon .t{background-position:-313px -30px}footer .middle-section .footer-social_icon .i{background-position:-373px -30px}footer .middle-section .footer-social_icon .b{background-position:-193px -30px}footer .middle-section .footer-social_icon .p{background-position:-433px -30px}footer .middle-section .middle-links .footerTxt{font-size:11.9px}footer .middle-section .middle-links{padding:25px 0 0}footer .right-section .footer-rightTxt{font-size:19.23px;padding-right:60px}.modal input.css-checkbox[type=checkbox]+label.css-label{font-size:16px}.content_left.diamond{background-position:-3px 0;background-size:95px auto;height:22px;margin:3px 1px;width:20px}.top_my_collection_detail_page .content_left.diamond{background-position:-3px 0;background-size:128px auto;height:32px;margin:6px 1px;width:30px}.title_rate.diamond{background-position:-4px 0;background-size:125px auto;height:28px;margin:0 2px;width:28px}.content_left.halfstar.diamond{background-position:-26px 0}.top_my_collection_detail_page .content_left.halfstar.diamond{background-position:-31px 0}.title_rate.halfstar.diamond{background-position:-34px 0}.content_left.hotel{background-position:-52px 0;background-size:100px auto;height:24px;margin:5px 1px;width:21px}.content_left.halfstar.hotel{background-position:-76px 0}.title_rate.hotel{background-position:-77px -5px;background-size:150px auto;height:30px;width:32px}.title_rate.halfstar.hotel{background-position:-115px -5px}.featured_category_rate.diamond{margin:0 2px}.plan_results .recomended_category_head{width:1180px}.collection.page-collection .recomended_category .recomended_category_poi{width:1200px}.more_poi .more_poi_content .img_bottom_overlay,.more_poi .more_tour_content .img_bottom_overlay,.my_profile_recent_view_result .img_bottom_overlay,.recomended_category .recomended_category_poi .img_bottom_overlay,.search_similar_location_carousel .img_bottom_overlay,.top_mycollection_data .img_bottom_overlay,.top_rated .top_rated_content .img_bottom_overlay{line-height:30px}.plan_results .row.recomended_category_poi .col-lg-4{height:auto;margin:4px;padding:0;width:32%}.plan_results .row.recomended_category_poi .col-lg-4{padding:10px 10px}.plan_results .recomended_category_head{width:1140px}.itenary_header_text{width:57%;font-size:28px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{margin-left:-50px;background-size:100px;width:33px;height:35px}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{background-position:-67px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before{background-position:-33px 0}#land_image.about_us .middle-text .right_side_content .city_desc,#land_image.about_us .middle-text .right_side_content .contact_info{width:100%}#land_image.about_us .middle-text .right_side_content{width:54%}#land_image.about_us .middle-text .left_side_content{width:42%}#send_us_message .map_feedback{width:88%}#send_us_message .map_feedback .feedback_form,#send_us_message .map_feedback .map{height:549px}.detail_content .detail_button .button.search_golf_location span::before{background-position:33px -29px;background-size:510px auto;height:40px;top:10px;width:30px}.detail_content .detail_button .button.add_remove_collection span::before{background-position:309px -34px;background-size:550px auto;height:69px;top:10px;width:30px}.detail_content .detail_button .button.email_location span::before{background-position:245px -34px;background-size:550px auto;height:69px;top:11px;width:32px}.detail_content .detail_button .button{background-size:331px auto;height:52px;min-width:265px}.detail_content .detail_button .button.add_remove_collection span::before,.detail_content .detail_button .button.email_location span::before,.detail_content .detail_button .button.search_golf_location span::before{left:-40px}.detail_content .detail_button .button.book_table.bookroom span::before{top:12px;width:30px}.detail_content .detail_button .button.book_table span::before{background-position:162px -30px;background-size:500px auto;height:26px;top:13px}.detail_content .detail_button .button.book_table .rentTable_icon{background-size:30px;background-position:-2px -5px;width:25px;height:23px;top:-3px;margin-right:8px}.detail_content .detail_button .button.add_remove_collection .add_icon{margin:-9px 5px}#mode-selector label{width:156px;padding:0}.map_title .other_title .key_countDown{margin-right:15px}}@media only screen and (min-width:1401px) and (max-width:1599px){.plan_detail_content{margin-top:20px!important}.onlyfree_plan{font-size:20px!important}.plan_category_text_new{font-size:30px!important;padding:20px 0;margin:0 auto!important}.nodesconlydd::before{left:0;background-position:-32px -45px;background-size:320px auto}.full-width span:before{background-size:500px auto;background-position:165px -20px}.top_rated_content.top_rated_category .catpoiData .full-width .Table_icon{margin-top:-2px}.bookspan,.bookspan_home{font-size:18px}.category.page-category .top_rated_category .bookspan{font-size:15px}.row.top_rated_content .catpoiData{margin:4px}.camera_img img{width:32px}.collection.page-collection .recomended_category .recomended_category_poi{width:1198px}.collection.page-collection .recomended_category .top_rated_poi_container_collection{display:inline-block;width:40%!important}.top_my_collection_detail_page .top_rated_map_outer{width:60%}#main-header .half-div.left{width:28%}#login_popup .facebook_login_img>span::before,#login_popup .google_login_img>span::before{top:5px;width:30px}#login_popup .facebook_login_img>span,#login_popup .google_login_img>span{line-height:52px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:17px 10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:17px 10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:20px 0 0 0!important;text-align:left;width:217px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:17px 10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:17px 10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:20px 0 0 0!important;text-align:left;width:217px}#main-header .half-div.left{width:18%}#main-header .half-div .join_txt.home_join,#main-header .half-div .mybooking_login_txt,#main-header .half-div .mybooking_txt{padding-right:15px}#main-header .half-div .join_txt,#main-header .half-div .join_txt.sign_out,#main-header .half-div .login_txt{padding-left:15px}#main-header .middle-div{width:61%}#main-header .half-div.right{line-height:60px}#main-header{height:60px}#login_popup .site_logo,#main-header .half-div.left .logo,#signup_popup .site_logo{background-size:175px auto;height:40px;margin:10px 0 0 20px;width:176px}#main-header .half-div .join_txt,#main-header .half-div .login_txt{font-size:13.95px;bottom:3px;padding:5px 10px}#main-header .half-div .join_txt.sign_out{padding-left:10px}#main-header .middle-div .col-xs-2.location,#main-header .middle-div .col-xs-2.search,#main-header .middle-div .col-xs-2.selCat{width:265px;height:36px;margin-top:10px;padding:0 10px}#main-header .middle-div .col-xs-2.location .set_curr_location_header,#main-header .middle-div .col-xs-2.selCat .set_curr_category_header{width:16px;height:9px;background-size:189px auto;background-position:-37px -31px;margin-left:0;margin-top:13px}#main-header .middle-div .col-xs-2.location .pick_city,#main-header .middle-div .col-xs-2.search #Headerex2,#main-header .middle-div .col-xs-2.selCat .pick_category{font-size:14.65px}#main-header .middle-div .col-xs-2.search #Headerex2{height:32px}#main-header .middle-div .col-xs-2.search .glyphicon-search{margin-left:8px;margin-top:8px;font-size:14px;cursor:pointer;padding-left:10px}#main-header .middle-div .col-xs-2.location::before{width:12px;height:17px;background-position:-133px -8px;background-size:185px auto;margin-top:8px;margin-right:0}#login_popup .loginBoxEle input{font-size:16px}#login_popup .loginBoxEle input::-moz-placeholder{font-size:16px}#login_popup .loginBoxEle input::-webkit-input-placeholder{font-size:16px}#login_popup .loginBoxEle input:-ms-input-placeholder{font-size:16px}#login_popup .loginBoxEle input:placeholder-shown{font-size:16px}#login_popup .site_logo,#signup_popup .site_logo{margin:10px auto 0}#login_popup .socialLogin{height:50px;width:350px}#login_popup .socialLogin.google_login_img{background-position:0 -60px}#login_popup .loginBoxEle{margin-left:0;width:300px;height:45px;margin-bottom:32px;margin-top:15px}#ForMsg,#forgetBox,#loginBox,#signupBox{margin-right:6px}#login_popup .forgotPasswordLink{margin-bottom:0;margin-left:0;width:300px;height:40px;font-size:16px}#login_popup .loginBtnBoxEle{margin-bottom:40px;margin-left:0;width:300px;height:40px}#login_popup .footMsg{padding:0 50px;font-size:14px}.loginBoxEle span{padding-top:8px}#login_popup .subHead{font-size:26.7px}#login_popup .loginBoxEle input[type=email],#login_popup .loginBoxEle input[type=password],#login_popup .loginBoxEle input[type=text]{width:250px;font-size:16px}#login_popup .loginBtnBoxEle .loginBtn{font-size:20.7px;height:50px;line-height:50px;width:150px}#login_popup .loginBtnBoxEle .signupLink{font-size:18px}#searchAuto #poi_desc,#searchAuto .see_poi_auto{font-size:10.08px}#searchAuto ul li{padding:5px 40px}#searchAuto .ui-autocomplete,#searchAuto_header .ui-autocomplete{line-height:13px}#searchAuto_header .ui-autocomplete{padding:0 15px}#cityAuto_header ul,#searchAuto_header ul{width:329px!important;padding:5px 20px;left:-9px!important;top:16px!important}#cityAuto_header .ui-autocomplete,#searchAuto_header .ui-autocomplete,.current_location_click_header span{font-size:12.83px}#cityAuto_header ul .current_location_main span{font-size:12.83px;padding:0 32px}#cityAuto_header ul .current_location_main .curr_hr{width:100%;margin:10px 0 1px}#cityAuto_header ul .current_location_main .curr_hr_last{width:100%;margin:6px 0 5px}.current_category_click_header,.current_location_click_header{top:48px;width:265px}.current_location_click_header span::before{width:15px;height:23px;background-size:15px auto;margin:3px 0 0 -27px}.current_location_click_header span{padding:0 50px}.current_category_click_header .curr_hr,.current_category_click_header .curr_hr_last,.current_location_click_header .curr_hr,.current_location_click_header .curr_hr_last{width:90%;margin:5px 0}#searchAuto_header ul li{padding:7px 45px}#searchAuto_header #poi_desc,#searchAuto_header .see_poi_auto{font-size:10.08px}#main-header .half-div.right{padding-right:20px}#header-child .collection_txt.detail{padding-right:20px}#header-child .myCollection_txt{padding:7px 20px}#header-child .right_menu{height:40px}.globe_location::before{background-size:16px;width:16px;height:16px}#cityAuto .globe_location::before{margin-left:-22px}#cityAuto_header .globe_location::before{margin-left:-26px}.current_location_click_header .globe_location{padding:0 49px}#cityAuto .globe_location,#cityAuto_header .globe_location{padding:0 29px}.current_location_click .globe_location::before,.current_location_click_header .globe_location::before{margin-left:-22px}#cityAuto .globe_location,.current_location_click .globe_location,.current_location_click span,.sel_cats{font-size:11.95px;height:19px}#cityAuto_header .globe_location,.current_location_click_header .globe_location{font-size:12.83px}#header-child .category_txt.cat_page::before,#header-child .category_txt.detail::before{width:22px;height:19px;background-position:-118px -12px;background-size:200px auto;margin-left:-44px;margin-top:15px}#header-child .collection_txt.detail,#header-child .myCollection_txt{font-size:14.67px;line-height:53px}#header-child .collection_txt.detail::before{width:29px;height:29px;background-position:-177px -18px;background-size:230px auto;margin-left:-44px;margin-top:11px}.detail_img{width:599px}.detail_image .all_tab .tab{height:34px;font-size:14.67px;line-height:34px;padding:0 20px}.detail_content{padding:25px}.detail_content .detail_down .detail_gallary .slick-slide{height:auto}.detail_content .detail_top .ranked_desc{font-size:16.5px;width:100px}.detail_top{padding:0}.share_via{font-size:18px}.title_footer.social_share{width:19%;line-height:30px}.detail_content .detail_top .detail_title .title{font-size:35.64px;width:80%}.detail_content .detail_top .detail_title .title .poititle{font-size:35.64px}.detail_content .detail_top .detail_title .desc{font-size:22.01px;margin-right:23px}.title_footer .title_twitter{width:29px;height:29px;background-position:-2px -68px;background-size:215px auto;margin-left:15px}.title_footer .title_facebook{width:29px;height:29px;background-position:-35px -68px;background-size:215px auto}.detail_content .detail_top .detail_title .pinterest_logo{width:29px;height:29px;margin-top:1px}.detail_content .detail_down .detail_time{margin-left:38px;line-height:20px;margin-top:20px}.detail_content .detail_down .detail_time,.detail_content .detail_down .detail_time .time,.detail_down .detail_desc .detail_time .fullhours{font-size:16.5px}.detail_content .detail_down .detail_desc .d_socialurl,.detail_content .detail_down .detail_time .hours{font-size:14.67px}.detail_content .detail_down .detail_desc .d_address::before,.detail_content .detail_down .detail_desc .d_email::before,.detail_content .detail_down .detail_desc .d_phone::before,.detail_content .detail_down .detail_desc .d_weburl::before,.detail_down .detail_desc .detail_time::before{background-size:225px auto;width:35px;background-position:0 -7px;left:-35px}.detail_content .detail_down .detail_desc .d_weburl::before{background-position:-38px -7px}.detail_content .detail_down .detail_desc .d_phone::before{background-position:-75px -7px}.detail_content .detail_down .detail_desc .d_email::before{background-position:-113px -7px}.detail_down .detail_desc .detail_time::before{background-position:-151px -7px}.detail_content .detail_desc .d_desc{font-size:16.5px;padding-bottom:16px}.detail_content .detail_down .detail_desc{width:635px;padding-left:30px}.loader_absolute span{margin:-22px -24px}.detail_down{padding:0}.detail_content .detail_down .detail_desc .d_socialurl{padding-left:0;font-size:16.5px}.detail_content .detail_down .detail_desc .d_socialurl .fb_icon.both,.detail_content .detail_down .detail_desc .d_socialurl .tw_icon.both{width:20px;height:20px}.d_socialurl .follow_title.both{padding-left:3px}.d_socialurl .follow_title.single{padding-left:17px}.detail_content .detail_down .detail_desc .d_socialurl .fb_icon.single,.detail_content .detail_down .detail_desc .d_socialurl .tw_icon.single{width:25px;height:25px;display:inline-block;margin-left:5px}.allthree_social_btn div.all_share_icon{margin-left:3px}.allthree_social_btn div.all_share_icon{background-size:65px auto;height:35px;width:33px}.detail_content .detail_down .detail_desc .d_address,.detail_content .detail_down .detail_desc .d_email,.detail_content .detail_down .detail_desc .d_phone,.detail_content .detail_down .detail_desc .d_weburl{font-size:16.5px;margin-left:34px;padding-bottom:7px;margin-bottom:12px}.list-unstyled span{font-size:16.5px;padding-left:12px}.detail_content .detail_button .button{height:53px;background-size:328px auto;background-position:-13px -3px}.detail_content .detail_button .button.search_golf_location{background-position:-10px -360px}.detail_content .detail_button .button.email_location{background-position:-14px -117px}.detail_content .detail_button .button.remove_from_collection{background-position:-13px -59px}.detail_content .detail_button .button.book_table{background-position:-14px -171px}.detail_content .detail_button .button.book_table.bookroom{background-position:-17px -17px;background-size:330px auto}.detail_content .detail_button .ranked_desc{font-size:14.67px;padding-left:63px}.detail_content .detail_button .ranked_desc::before{width:49px;height:60px;background-position:-3px -4px;background-size:213px auto;margin-left:-62px}.detail_middle_image{height:539px}.map_area .address_map{font-size:16.5px}.nearby_txt{font-size:25.67px}.map_area .address_map .icon::before{background-position:-68px -2px;background-size:200px auto;height:31px;margin-top:4px;width:21px}.detail_middle_image .middle_content .map_title{height:324px;padding-top:22px;padding-left:24px}.detail_middle_image .middle_content .map_title .main_title{font-size:25.67px;margin-left:55px;line-height:36px}.detail_middle_image .middle_content .map_title .main_title::before{background-position:-68px -2px;background-size:200px auto;height:31px;margin-left:-31px;width:21px}.detail_middle_image .middle_content .map_title .other_title{font-size:22.01px;height:35px;line-height:30px}.detail_middle_image .middle_content .map_title .middle_poi_name{height:180px}.detail_middle_image .middle_content .map_title .title_break{margin-bottom:7px}.detail_middle_image .middle_content .map_title .title_see_more{font-size:16.5px;padding-top:16px;margin-right:39px}.detail_middle_image .middle_content .map_area .detail_movable_map{width:639px;height:473px}.more_poi_head{font-size:25.67px;margin-top:0;margin-bottom:15px}.more_poi .more_poi_filters .more_tab .in,.more_poi .more_poi_filters .more_tab.active .in{font-size:22.01px}.more_poi .more_poi_break,.more_poi .more_poi_filters,.more_poi_data{width:1196px}.more_poi .more_poi_content .img_bottom_overlay,.more_poi .more_tour_content .img_bottom_overlay,.my_profile_recent_view_result .img_bottom_overlay,.recomended_category .recomended_category_poi .img_bottom_overlay,.search_similar_location_carousel .img_bottom_overlay,.top_mycollection_data .img_bottom_overlay{height:39px}.plan_results .recomended_category .recomended_category_poi .col-lg-4,.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.search_results .recomended_category .recomended_category_poi .col-lg-4,.search_similar_location_carousel .col-xs-3,.top_collection_results .col-lg-4{width:287px;margin:5px 6px;height:auto}.plan_results .row.recomended_category_poi .col-lg-4{height:auto;margin:4px;padding:0;width:32%}.plan_results .row.recomended_category_poi .col-lg-4{padding:10px 10px}.recomended_category .recomended_category_poi .header_txt,.row.more_poi_content .header_txt,.row.more_tour_content .header_txt,.search_similar_location_carousel .header_txt{font-size:21.7px}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:21.7px}.recomended_category .recomended_category_poi .header_desc,.row.more_poi_content .header_desc,.row.more_tour_content .header_desc,.search_similar_location_carousel .header_desc{font-size:13.75px;height:65px}.recomended_category .recomended_category_poi .add_to_collection,.recomended_category .recomended_category_poi .remove_from_collection,.row.more_poi_content .add_to_collection,.row.more_poi_content .remove_from_collection,.search_similar_location_carousel .add_to_collection,.search_similar_location_carousel .remove_from_collection{font-size:14.12px;margin-left:40px}.more_poi .more_poi_content .img_bottom_overlay .content_right,.more_poi .more_tour_content .img_bottom_overlay .content_right,.my_profile_recent_view_result .img_bottom_overlay .content_right,.recomended_category .recomended_category_poi .img_bottom_overlay .content_right,.search_similar_location_carousel .img_bottom_overlay .content_right,.top_mycollection_data .img_bottom_overlay .content_right,.top_rated .top_rated_content .img_bottom_overlay .content_right{font-size:18px;margin-top:11px}.recomended_category .recomended_category_poi .add_to_collection::before,.row.more_poi_content .add_to_collection::before,.search_similar_location_carousel .add_to_collection::before{width:24px;height:24px;background-size:282px auto;margin-left:-40px}.recomended_category .recomended_category_poi .remove_from_collection::before,.row.more_poi_content .remove_from_collection::before,.search_similar_location_carousel .remove_from_collection::before{width:24px;height:24px;background-size:282px auto;margin-left:-40px;background-position:-227px -13px}.row.top_rated_content .add_to_collection::before{width:21px;height:21px;background-size:44px auto;margin-left:-30px}.row.top_rated_content .remove_from_collection::before{width:21px;height:21px;background-position:-23px 0;background-size:44px auto;margin-left:-30px}.collection.page-collection .top_my_collection_detail_page .poi_address,.top_collection_results .poi_address{padding:3px 0;font-size:13px;margin-left:40px}.collection.page-collection .top_my_collection_detail_page .poi_address{font-size:17px}.top_my_collection_detail_page .colpoiData{margin-bottom:45px}.top_my_collection_detail_page .colpoiData:last-child{margin-bottom:0}.collection.page-collection .top_my_collection_detail_page .poi_address::before,.top_collection_results .poi_address::before{background-size:20px auto;width:20px;height:24px;margin-left:-40px}.category_filter .cat_label,.tag_filter .tag_label{font-size:13.65px;margin-left:30px;padding-top:25px;width:90px;margin-right:0}.category_filter .cat_txt,.tag_filter .tag_txt{font-size:13.65px;margin:15px 7px;padding:5px 15px}#main_content_area .category_tag_filter .category_option,#main_content_area .tag_filter .tag_option{margin:5px 0}#main_content_area .category_tag_filter .tag_filter_more{margin:0 57px}#main_content_area .category_tag_filter .tag_filter_more .selected_tags{font-size:14.65px;padding:5px 25px 5px 45px;line-height:25px}#main_content_area .category_tag_filter .tag_filter_more .cancel{font-size:20px;margin-left:-30px}.onlyfree{font-size:14px;line-height:30px}.top_my_collection_detail_page .onlyfree{line-height:30px;font-size:20px!important;margin-top:6px}.onlyfree.recommended{line-height:30px}.category_filter .category_more,.tag_filter .tag_more{font-size:14.65px;margin-top:20px;margin-right:35px}.category_filter .category_more .glyphicon.glyphicon-triangle-bottom,.tag_filter .tag_more .glyphicon.glyphicon-triangle-bottom{font-size:18px;margin:0 7px}.best_category_page .best_category_page_title,.featured_category .featured_category_head,.recomended_category_head,.related_collection_data .header_title,.top_my_collection_detail_page .top_my_collection_head,.top_rated_head{font-size:25.64px;padding:10px 0}.errormsg_show{font-size:18px}.top_rated_content.top_rated_category #mCSB_1_scrollbar_vertical{right:3px!important;margin-bottom:5px!important}.overlay-background .featured_category,.top_rated{padding:25px}.top_rated .top_rated_content .img_bottom_overlay .content_right{font-size:18px;margin:7px 0 5px;width:15px}.top_rated .top_rated_content .img_bottom_overlay{height:30px;padding:0 5px}.row.top_rated_content .header_txt{font-size:16.5px}.row.top_rated_content .header_desc{font-size:11.02px;height:50px}.row.top_rated_content .add_to_collection,.row.top_rated_content .remove_from_collection{font-size:11.33px;margin-left:30px;padding:5px 0 0}.row.top_rated_content .remove_from_collection::before{background-position:-23px 0;background-size:44px auto;height:21px;margin-left:-32px;width:21px}.row.top_rated_content .add_to_collection::before{background-size:44px auto;height:21px;margin-left:-32px;margin-top:-3px;width:21px}.browse_show_more_btn,.view_more_btn{min-width:265px;font-size:16.48px;height:45px;line-height:45px;margin:25px 0}.more_poi .more_poi_content .four_by_three,.more_poi .more_tour_content .four_by_three,.plan_results .recomended_category .recomended_category_poi .col-lg-4 .img_box,.row.more_poi_content .col-lg-4 .img_box,.row.more_tour_content .col-lg-4 .img_box,.search_results .recomended_category .recomended_category_poi .col-lg-4 .img_box{width:263px;height:197px}.plan_results .recomended_category .recomended_category_poi .col-lg-4 .img_box{width:360px;height:270px}.itenary_header_text{width:67%;font-size:28px}.more_poi .more_poi_content .img_bottom_overlay,.more_poi .more_tour_content .img_bottom_overlay,.my_profile_recent_view_result .img_bottom_overlay,.recomended_category .recomended_category_poi .img_bottom_overlay,.search_similar_location_carousel .img_bottom_overlay,.top_mycollection_data .img_bottom_overlay{height:30px;background-size:263px auto}.top_my_collection_detail_page .recomended_category .recomended_category_poi .img_bottom_overlay .content_right{font-size:19px;margin:12px 0}.recomended_category .recomended_category_poi .img_bottom_overlay .content_right{font-size:18px;margin-top:5px}.recomended_category .recomended_category_poi{padding:0 40px}.more_poi .more_poi_content .img_bottom_overlay .content_right,.more_poi .more_tour_content .img_bottom_overlay .content_right,.my_profile_recent_view_result .img_bottom_overlay .content_right,.search_similar_location_carousel .img_bottom_overlay .content_right,.top_mycollection_data .img_bottom_overlay .content_right,.top_rated .top_rated_content .img_bottom_overlay .content_right{font-size:16px;margin-top:7px;width:13px}.top_rated .top_rated_content .img_bottom_overlay{line-height:0}.recomended_category .recomended_category_poi .add_to_collection::before,.row.more_poi_content .add_to_collection::before,.search_similar_location_carousel .add_to_collection::before{width:24px;height:24px;background-size:48px auto;margin-left:-40px}.recomended_category .recomended_category_poi .remove_from_collection::before,.row.more_poi_content .remove_from_collection::before,.search_similar_location_carousel .remove_from_collection::before{width:24px;height:24px;background-size:48px auto;margin-left:-40px;background-position:-25px 0}.row.top_rated_content .add_to_collection::before{width:21px;height:21px;background-size:44px auto;margin-left:-30px}.row.top_rated_content .remove_from_collection::before{width:21px;height:21px;background-position:-23px 0;background-size:44px auto;margin-left:-30px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .header_txt{font-size:24.7px;margin-top:10px;margin-bottom:3px}.recomended_category .recomended_category_poi .header_txt,.row.more_poi_content .header_txt,.row.more_tour_content .header_txt,.search_similar_location_carousel .header_txt{font-size:21.7px}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:21.7px}.recomended_category .recomended_category_poi .header_desc,.row.more_poi_content .header_desc,.row.more_tour_content .header_desc,.search_similar_location_carousel .header_desc,.top_my_collection_detail_page .collection_header .header_collection_creator{font-size:13.75px!important;height:60px}.plan_header_txt{font-size:26.16px!important;padding:5px 0}.row.my_collection_detail_content .header_desc{font-size:17px!important}.top_my_collection_detail_page .collection_header .header_collection_creator{height:0}.recomended_category .recomended_category_poi .add_to_collection,.recomended_category .recomended_category_poi .remove_from_collection,.row.more_poi_content .add_to_collection,.row.more_poi_content .remove_from_collection,.search_similar_location_carousel .add_to_collection,.search_similar_location_carousel .remove_from_collection{font-size:14.12px;margin-left:40px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .add_to_collection{font-size:17.12px;text-align:center;width:100%;border:1px solid #001e62;border-radius:5px;margin-left:0;margin:20px 0;color:#fff;background:#183066}.top_my_collection_detail_page .recomended_category .recomended_category_poi .add_to_collection::before{margin-top:0}.search_results .recomended_category_head{width:1175px}.besttag_cat_poi .recommend_image{width:106px;height:78px}.recomended_category .recomended_category_poi .col-lg-2 .img_box{height:80px}.img_Titles .c_subtitle{font-size:18px}.img_Titles{line-height:78px}.border_purpose{height:80px}#recomended_category_poi .slick-prev{left:25px}#recomended_category_poi .slick-next{right:25px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo{padding:3px 0}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo{font-size:14.12px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo label::before{background-size:24px auto;height:24px;margin-left:-41px;width:24px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo input[type=radio]:checked+label::before{background-position:0 -24px;background-size:24px auto;height:24px;margin-left:-41px;width:24px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo label{margin-left:41px;font-weight:400}.plan_results .recomended_category_head{width:1144px}.search_box_text{font-size:24px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc.featured_header{width:75%;padding-left:21px;padding-right:21px;padding-bottom:0}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc{width:880px;padding-left:15px;padding-right:15px;padding-bottom:0}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc.nostar{width:895px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_head{font-size:28px;width:70%;display:inline-block;margin-right:20px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_address,.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_fullDesc,.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .for_state{font-size:17px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_fullDesc{height:52px;margin-top:10px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_address{padding:5px 10px 0 25px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .for_state{padding:0 10px 10px 20px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_address::before{width:15px;height:21px;background-size:280px;background-position:-31px -41px;margin-top:0;left:0}.featured_category .featured_category_poi .desc_box .featured_category_desc.featured_header{width:75%;padding-left:21px;padding-right:21px;padding-bottom:0}.featured_category .featured_category_poi .desc_box .featured_category_desc{width:635px;padding-left:15px;padding-right:15px;padding-bottom:0}.featured_category .featured_category_poi .desc_box .featured_category_desc.nostar{width:895px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_head{font-size:28px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address,.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_fullDesc,.featured_category .featured_category_poi .desc_box .featured_category_desc .for_state{font-size:17px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_fullDesc{height:52px;margin-top:10px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address{padding:5px 10px 0 25px}.featured_category .featured_category_poi .desc_box .featured_category_desc .for_state{padding:0 10px 10px 20px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address::before{width:15px;height:21px;background-size:280px;background-position:-31px -41px;margin-top:0;left:0}.featured_category .featured_category_poi .desc_box .featured_category_action,.list-view .featured_category .featured_category_poi .desc_box .featured_category_action{width:265px;margin-left:0;padding:0;height:126px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_price{width:15px;font-size:20px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable{width:100%;height:45px;background-size:249px auto;background-position:-5px -172px}.detail_content .detail_button .button.book_table .bookTable_icon.Room_icon,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Room_icon{background-position:-3px -6px;background-size:105px auto;height:23px;width:23px}.detail_content .detail_button .button.book_table .bookTable_icon.Table_icon,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon{background-position:-21px -2px;background-size:80px auto;height:23px;width:33px;margin-top:-4px}.detail_content .detail_button .button.book_table .bookTable_icon.Table_icon_vip,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon_vip{background-position:-54px 0;background-size:80px auto;height:26px;width:25px;margin-top:-4px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection.add_remove_collection .add_remove_icon{background-size:45px;height:22px;width:22px;margin-top:-4px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection{background-position:-5px -223px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .remove_from_collection{width:300px;height:48px;font-size:16.48px;line-height:48px;background-size:249px auto;background-position:-5px -2px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .addCollection_btn_cover,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .book_btn_cover{width:auto;height:45px;cursor:pointer}.featured_category .featured_category_poi .col-lg-4{padding:0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_pricing,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rating{margin-bottom:10px;height:29px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_pricing{margin-top:10px;margin-bottom:0}.featured_category .featured_category_poi .desc_box{padding:15px}.best_of_tag .img_box::before{background-size:210px auto;width:49px;height:60px}.featured_category .row.featured_category_poi .col-lg-4.best_of_tag .img_box::before{background-size:210px auto;width:49px;height:60px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons span{line-height:48px;font-size:17px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection.add_remove_collection span::before{top:7px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable span::before{top:9px}#img_Titles{bottom:59px;height:59px}#img_Titles .c_title{font-size:20px;padding:16px 0 0 15px;line-height:20px}#img_Titles .c_subtitle{font-size:25px}#categoryPageModal .modal-dialog,#tagPageModal .modal-dialog{width:75%!important}#main-profile .txt-div{width:72%}#main-profile .txt-div .profile-field .email-location .label,#main-profile .txt-div .txt-profile{font-size:16px;width:150px}#main-profile .txt-div .txt-profile .profile-lbl{font-size:16px}#main-profile .txt-div .profile-field .profile-name{font-size:30px}.email-location .container-fluid .row{margin-left:0;margin-right:0}#main-profile .txt-div .profile-field .email-location label,#main-profile .txt-div .profile-field .language-notification label,#main-profile .txt-div .profile-field .password-secondary-location label{font-size:17px}.email-location .form-group .profile-default.pull-left.col-sm-3,.email-location .form-group .profile-email.pull-left.col-sm-3,.language-notification .form-group .profile-language.pull-left.col-sm-3,.language-notification .form-group .profile-notification.pull-left.col-sm-3,.password-secondary-location .form-group .profile-password.pull-left.col-sm-3{font-size:20px}#main-profile .txt-div .profile-field input{width:75%;font-size:20px}#main-profile .txt-div .profile-field .email-location .locationBox-inner,#main-profile .txt-div .profile-field .email-location .newsletter,#main-profile .txt-div .profile-field .email-location .profile-email,#main-profile .txt-div .profile-field .email-location .profile-password{font-size:20px}#data-profile{padding:25px 0;width:90%}#main-profile .txt-div .profile-field .profile-save-btn{padding:3% 0}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .close{right:8%}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-header .heading_txt{font-size:25.64px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .created-list,.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .list-btn-share-pdf div,.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .description,.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-all-location{font-size:20px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-all-location::before{background-size:15px auto;margin-left:-30px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .list-btn-share-pdf div{width:300px;height:50px;line-height:50px}.share_invite::before{background-position:-180px -2px;background-size:300px auto;height:38px;margin-left:-36px;width:25px}.download_pdf::before{background-position:-191px 4px;background-size:250px auto;height:36px;margin-left:-33px;width:20px}.email_collection::before{background-position:-216px 3px;background-size:250px auto;height:35px;margin-left:-40px;width:30px}.collectionListData .top_rated_content .col-lg-4.collectlist,.collectionListData .top_rated_content .col-lg-4.create_collection{width:260px;height:240px}.collectionListData .col-lg-4 .create_collection_icon{background-position:-54px -34px;background-size:190px auto;height:80px;margin:47px 73px;width:80px}.modal-body{margin:0 25px}#add_to_collection_poi .modal-dialog{width:910px}#CollectionList{height:520px}.modal-title{font-size:22px}#Cancel-collection,#Cancel-poi-collection,#submit-collection,#submit-poi-collection{font-size:16px}.collectionListData .checkbox,.collectionListData .col-sm-9{font-size:14px}.collectionListData .top_rated_content .collectlist .recomended_desc .header_txt,.collectionListData .top_rated_content .create_collection .recomended_desc .header_txt{font-size:16px}.collectionListData .top_rated_content .four_by_three{width:231px;height:175px}#add_to_collection_poi .active_collection_icon{background-size:60px auto;height:60px;left:90px;top:58px;width:60px}.collectionListData .top_rated_content .collectlist .img_box,.collectionListData .top_rated_content .create_collection .img_box,.collectionListData .top_rated_content .four_by_three{width:231px;height:175px}.top_my_collections .recomended_category_poi .add_to_collection_bookmark{font-size:18px;padding:10px 0 0 30px}.top_my_collections .recomended_category_poi .delete_collection_bookmark{font-size:18px}.top_my_collections .recomended_category_poi .add_to_collection_bookmark::before{margin-left:-30px}.top_my_collections .recomended_category_poi .delete_collection_bookmark::before{background-size:22px auto;height:22px;margin-top:1px;width:22px}.top_my_collections .col-lg-4 .create_collection_icon{background-size:150px auto;height:151px;left:57px;top:23px;width:150px}.main-city-block .saved-city-content .col-lg-4 .city_img,.main-city-block .saved-city-content .four_by_three_cities{width:200px;height:150px}.main-city-block .saved-city-content .img_bottom_overlay{width:200px}#share_invite::before{background-position:0 11px;background-size:30px}.top_my_collection_detail_page .collection_header,.top_my_collection_detail_page .my_collection_detail_content{width:95%}.recently_head_txt::before,.saved-city-content .city-saved::before,.top_my_collection_detail_page .recomended_category_head::before,.top_my_collections .recomended_category_head::before{background-position:-53px -7px;background-size:300px auto;height:35px;margin-left:-50px;width:32px}.top_my_collection_detail_page .recomended_category_head::before{margin-left:-250px}.recently_head_txt::before{background-position:-131px -1px;background-size:300px auto;height:43px;width:34px;margin-top:-9px}#search_similar_location_carousel{width:85%}#header-child{height:40px}#header-child .category_txt{font-size:13.95px;line-height:40px;padding-left:60px}.current_category_click,.current_location_click{top:60px;width:375px}.current_category_click .curr_hr,.current_category_click .curr_hr_last,.current_location_click .curr_hr,.current_location_click .curr_hr_last{margin:5px auto}.current_location_click span::before{background-size:13px auto;height:19px;margin-left:-22px;margin-top:2px;width:13px}#city_auto .globe_location,.current_location_click .globe_location,.current_location_click span{font-size:11.95px;padding:0 44px}.sel_cats{font-size:11.95px;padding:0 20px}#header-child .category_txt.upArrow::before,#header-child .category_txt::before{background-position:-40px -21px;background-size:230px auto;height:11px;margin-left:-34px;margin-top:14px;width:21px}#header-child .browse_collection_txt.detail,#header-child .collection_txt.detail,#header-child .myCollection_txt{font-size:14.67px;line-height:40px}#header-child .browse_collection_txt::before,#header-child .collection_txt.detail::before,#header-child .myCollection_txt::before{background-size:80px auto;width:26px;height:30px;margin-top:6px;margin-left:-35px}#header-child .browse_collection_txt::before{background-position:-27px 0}#header-child .myCollection_txt{padding-right:20px;padding-left:50px}#header-child .collection_txt.detail{padding-right:15px;padding-left:50px}#header-child .collection_txt.detail::before{background-position:-54px 0}#land_image .middle-text .welcome::after{background-size:220px auto;content:"";display:inline-block;height:48px;margin-left:15px;margin-top:1px;position:absolute;width:220px}#land_image .middle-text .welcome{margin-left:-235px;font-size:33.45px}.cat_txt{color:#cfd9a7;font-size:13.95px}#main_content_area .about_sf{height:55px;line-height:55px;margin-left:100px;padding-left:20px;width:320px;font-size:17.23px}#main_content_area .arrowRight{background-position:-143px -17px;background-size:210px auto;height:17px;margin-right:15px;margin-top:19px;width:19px}#main_content_area .middle-text .input-boxes .col-xs-2.location,#main_content_area .middle-text .input-boxes .col-xs-2.search,#main_content_area .middle-text .input-boxes .col-xs-2.selCat{height:46px;margin-top:15px;width:375px}.categories{height:100px}.categories .single_category .cat{margin-top:15px}.categories .single_category .cat.tours{background-position:-5px 79px;background-size:300px auto;height:38px;width:21px}.categories .single_category .cat.accommodations{background-position:-36px 71px;background-size:300px auto;height:25px;width:43px;margin-bottom:23px}.categories .single_category .cat.restAndCafe{background-position:-88px 79px;background-size:300px auto;height:38px;width:38px}.categories .single_category .cat.attractions{background-position:-133px 77px;background-size:300px auto;height:32px;width:37px}.categories .single_category .cat.nightlife{background-position:-185px 76px;background-size:300px auto;height:32px;width:22px;margin-bottom:16px}.categories .single_category .cat.shopping{background-position:-217px 77px;background-size:300px auto;height:31px;width:35px;margin-bottom:17px}.categories .single_category .cat.events{background-position:-259px 74px;background-size:300px auto;height:32px;width:37px;margin-bottom:17px}#main_content_area .middle-text .input-boxes .col-xs-2.location::before{background-position:-178px -11px;background-size:245px auto;height:21px;margin-top:13px;width:13px;margin-right:5px}#main_content_area .middle-text .input-boxes .col-xs-2.location .set_curr_location,#main_content_area .middle-text .input-boxes .col-xs-2.selCat .set_curr_category{width:20px;height:12px;background-position:-48px -40px;background-repeat:no-repeat;background-size:245px auto;margin-top:17px}#main_content_area .middle-text .input-boxes .col-xs-2.search .glyphicon-search{font-size:20px;margin-top:12px;padding-left:13px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2,#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category,#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city::-webkit-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city::-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:-ms-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:placeholder-shown{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2::-webkit-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2::-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:-ms-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:placeholder-shown{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2,#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category{height:46px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category::-webkit-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category::-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:-ms-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:placeholder-shown{font-size:17.23px}#cityAuto .ui-autocomplete,#searchAuto .ui-autocomplete,.by_location .ui-autocomplete{font-size:11.95px;line-height:12px;padding:10px 15px}#searchAuto ul li{padding:5px 40px}#searchAuto #poi_desc,#searchAuto .see_poi_auto{font-size:9px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-header .edit_collection_info{font-size:26px}.collection.page-collection .Similar_collections_section .top_my_collections .top_mycollection_data{width:1190px}.top_my_collection_detail_page .collection_header .header_collection_desc{font-size:20px}.browse_collection .browse_collection_data .browse_collection_result,.browse_collection .browse_collection_data .browse_other_collection{width:1300px;min-height:500px}.browse_collection_result .search_result,.browse_other_collection .other_collection_list{width:1200px}.browse_collection_result .search_result .col-lg-4,.browse_other_collection .other_collection_list .col-lg-4{margin:5px 6px;padding:12px;width:287px;height:334px}.browse_collection_result .search_result .col-lg-4 .four_by_three,.browse_other_collection .other_collection_list .col-lg-4 .four_by_three{height:197px;width:263px}.browse_collection_result .search_result .browse_col_desc .header_txt{font-size:21.7px;line-height:28px;padding:5px 0}.browse_other_collection .other_collection_list .browse_col_desc .header_txt{font-size:21.7px;line-height:28px;padding:5px 0}.browse_collection_result .search_result .browse_col_desc .created_by,.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:17px}.browse_collection_result .search_result .keyword_txt_save_unsave{margin:0 -12px}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .keywords{border-right:1px solid #ccc;color:#fff;font-size:17px;height:52px;line-height:52px;padding:0 15px;width:75%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{height:52px;text-align:center}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-132px -15px;background-size:300px auto;height:20px;margin:10px 8px;width:24px;display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave_name,.related_collection .collection_result .save_unsave .unsave_name,.saved_collection .search_result .save_unsave .unsave_name{font-size:12px;margin:-14px auto}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .save,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .save,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .save,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-170px -15px;background-size:300px auto;height:20px;margin:10px 8px;width:24px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave{margin:0 -12px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_text{font-size:22px;padding:5px 10px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon{min-width:40px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.accommodations{background-position:0 -47px;background-size:40px auto;height:26px;margin:8px 0;width:35px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.restAndCafe{background-position:-2px -81px;background-size:40px auto;height:37px;width:35px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.attractions{background-position:-2px -124px;background-size:40px auto;height:31px;width:35px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.nightlife{background-position:-8px -169px;background-size:41px auto;height:31px;width:35px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.shopping{background-position:-4px -205px;background-size:40px auto;height:30px;margin:5px 0;width:35px}.top_mycollection_data .recomended_category .header_title .hr_line,.top_saved_data .header_title .hr_line{width:88%}.top_mycollection_data .header_title,.top_saved_data .header_title{width:1200px}.related_collection .category_collection_data .slick-prev,.related_collection .category_collection_data .slick-prev::before,.saved_collection .saved_collection_data .slick-prev,.saved_collection .saved_collection_data .slick-prev::before,.top_my_collection_viewed_location .my_profile_recent_view_result .row.recomended_category_poi .slick-prev,.top_my_collection_viewed_location .my_profile_recent_view_result .row.recomended_category_poi .slick-prev::before,.top_my_collections .row.recomended_category_poi .slick-prev,.top_my_collections .row.recomended_category_poi .slick-prev::before{background-size:35px;width:17px;height:50px;background-position:-18px 0}.related_collection .category_collection_data .slick-next,.related_collection .category_collection_data .slick-next::before,.saved_collection .saved_collection_data .slick-next,.saved_collection .saved_collection_data .slick-next::before,.top_my_collection_viewed_location .my_profile_recent_view_result .row.recomended_category_poi .slick-next,.top_my_collection_viewed_location .my_profile_recent_view_result .row.recomended_category_poi .slick-next::before,.top_my_collections .row.recomended_category_poi .slick-next,.top_my_collections .row.recomended_category_poi .slick-next::before{background-size:35px;width:17px;height:50px;background-position:-18px -54px}.related_collection .category_collection_data .slick-prev,.saved_collection .saved_collection_data .slick-prev,.top_my_collection_viewed_location .row.recomended_category_poi .slick-prev,.top_my_collections .row.recomended_category_poi .slick-prev{margin-left:-20px;margin-top:0}.related_collection .category_collection_data .slick-next,.saved_collection .saved_collection_data .slick-next,.top_my_collection_viewed_location .my_profile_recent_view_result .row.recomended_category_poi .slick-next,.top_my_collections .row.recomended_category_poi .slick-next{margin-right:-20px;margin-top:0}.related_collection,.saved_collection{width:100%}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi,.related_collection,.related_collection .collection_result,.saved_collection .search_result{width:1200px;margin:0 auto}.Similar_collections_section .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4,.related_collection .collection_result .col-lg-4,.saved_collection .search_result .col-lg-4{margin:5px;padding:12px;width:287px;height:356px}.related_collection .collection_result .col-lg-4 .four_by_three,.saved_collection .search_result .col-lg-4 .four_by_three{width:266px;height:199px}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt,.related_collection .collection_result .browse_col_desc .header_txt,.saved_collection .search_result .browse_col_desc .header_txt{font-size:26px;line-height:35px;padding:10px 0}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .browse_col_desc .created_by,.related_collection .collection_result .browse_col_desc .created_by,.saved_collection .search_result .browse_col_desc .created_by{color:#fff;font-size:20px}.saved_collection .search_result .keyword_txt_save_unsave{margin:0 -12px}.saved_collection .search_result .header_title .hr_line{width:88%}.saved_collection .search_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.saved_collection .image_bottom_overlay::before{background-position:-26px -4px;background-size:250px auto;height:18px;margin-left:-20px;margin-top:9px;width:16px}.saved_collection .image_bottom_overlay{height:35px;line-height:35px;padding:0 10px 0 25px;font-size:16px}.myprofile.page-myprofile .recomended_category .recomended_category_poi{width:1200px}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{width:287px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4 .img_box,.myprofile.page-myprofile .recomended_category .recomended_category_poi .four_by_three{width:263px;height:199px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4,.myprofile.page-myprofile .top_my_recently_viewed_location .recomended_category .recomended_category_poi .col-lg-4{width:286px;margin:6px}#searchAuto .ui-autocomplete .accommodations::before{background-position:5px -27px;background-size:22px auto;height:13px;margin-left:-36px;width:27px}#searchAuto .ui-autocomplete .shopping::before{background-position:-2px -113px;background-size:22px auto;height:16px;margin-left:-28px;margin-top:3px;width:18px}#searchAuto .ui-autocomplete .nightlife::before{background-position:-5px -91px;background-size:22px auto;height:17px;margin-left:-24px;width:11px}#searchAuto .ui-autocomplete .restAndCafe::before{background-position:5px -45px;background-size:22px auto;height:20px;margin-left:-33px;width:26px}#searchAuto .ui-autocomplete .attractions::before{background-position:5px -68px;background-size:22px auto;height:17px;margin-left:-36px;width:25px}#searchAuto_header .ui-autocomplete .accommodations::before{background-position:0 -30px;background-size:25px auto;height:15px;margin-left:-40px;margin-top:6px;width:25px}#searchAuto_header .ui-autocomplete .shopping::before{background-position:-2px -128px;background-size:25px auto;height:19px;margin-left:-37px;margin-top:2px;width:21px}#searchAuto_header .ui-autocomplete .nightlife::before{background-position:-6px -104px;background-size:25px auto;height:18px;margin-left:-32px;margin-top:5px;width:12px}#searchAuto_header .ui-autocomplete .restAndCafe::before{background-position:-1px -51px;background-size:25px auto;height:23px;margin-left:-36px;width:23px}#searchAuto_header .ui-autocomplete .attractions::before{background-position:-1px -78px;background-size:25px auto;height:19px;margin-left:-37px;margin-top:2px;width:23px}#searchAuto .ui-autocomplete .free::before,#searchAuto_header .ui-autocomplete .free::before{background-position:-88px -70px;background-size:235px auto;height:33px;width:32px}#searchAuto .ui-autocomplete .veryexpensive::before,#searchAuto_header .ui-autocomplete .veryexpensive::before{background-position:0 -40px;background-size:90px auto;width:32px}#searchAuto .ui-autocomplete .expensive::before,#searchAuto_header .ui-autocomplete .expensive::before{background-position:-2px -38px;background-size:125px auto;height:17px;width:32px}#searchAuto .ui-autocomplete .budget::before,#searchAuto_header .ui-autocomplete .budget::before{background-position:-126px -2px;background-size:235px auto;height:31px;margin-top:-2px;width:30px}#searchAuto .ui-autocomplete .moderate::before,#searchAuto_header .ui-autocomplete .moderate::before{background-position:-3px -29px;background-size:190px auto;height:26px;width:31px}#searchAuto .ui-autocomplete .luxury::before,#searchAuto_header .ui-autocomplete .luxury::before{background-position:-121px -68px;background-size:225px auto;height:32px;width:31px}#searchAuto .ui-autocomplete .culture::before,#searchAuto_header .ui-autocomplete .culture::before{background-position:-83px -1px;background-size:225px auto;height:31px;width:24px}#searchAuto .ui-autocomplete .family::before,#searchAuto_header .ui-autocomplete .family::before{background-position:-78px -34px;background-size:215px auto;height:29px;width:35px}#searchAuto .ui-autocomplete .practicalinformation::before,#searchAuto_header .ui-autocomplete .practicalinformation::before{background-position:-202px -106px;background-size:235px auto;height:31px;margin-top:-2px;width:20px}#searchAuto .ui-autocomplete .healthandwellness::before,#searchAuto_header .ui-autocomplete .healthandwellness::before{background-position:-83px -101px;background-size:225px auto;height:30px;margin-top:-2px;width:35px}#searchAuto .ui-autocomplete .hiddengems::before,#searchAuto_header .ui-autocomplete .hiddengems::before{background-position:-122px -34px;background-size:225px auto;height:31px;width:25px}#searchAuto .ui-autocomplete .outdoors::before,#searchAuto_header .ui-autocomplete .outdoors::before{background-position:-120px -99px;background-size:225px auto;height:31px;width:35px}#searchAuto .ui-autocomplete .romance::before,#searchAuto_header .ui-autocomplete .romance::before{background-position:-157px -2px;background-size:225px auto;height:30px;margin-top:-2px;width:29px}#searchAuto .ui-autocomplete .trendy::before,#searchAuto_header .ui-autocomplete .trendy::before{background-position:-157px -34px;background-size:225px auto;height:29px;margin-top:-2px;width:23px}#searchAuto .ui-autocomplete .weirdandwonderful::before,#searchAuto_header .ui-autocomplete .weirdandwonderful::before{background-position:-157px -67px;background-size:225px auto;height:30px;margin-top:-2px;width:32px}#searchAuto .ui-autocomplete .poiImage,#searchAuto_header .ui-autocomplete .poiImage{background-position:-1px 4px!important}#searchAuto ul li{min-height:45px}#searchAuto .ui-autocomplete .adayinthecity::before,#searchAuto .ui-autocomplete .aweekinthecity::before,#searchAuto .ui-autocomplete .beautyAndSpas::before,#searchAuto .ui-autocomplete .budget::before,#searchAuto .ui-autocomplete .cheap::before,#searchAuto .ui-autocomplete .culture::before,#searchAuto .ui-autocomplete .expensive::before,#searchAuto .ui-autocomplete .family::before,#searchAuto .ui-autocomplete .free::before,#searchAuto .ui-autocomplete .healthandwellness::before,#searchAuto .ui-autocomplete .hiddengems::before,#searchAuto .ui-autocomplete .luxury::before,#searchAuto .ui-autocomplete .moderate::before,#searchAuto .ui-autocomplete .outdoors::before,#searchAuto .ui-autocomplete .practicalinformation::before,#searchAuto .ui-autocomplete .romance::before,#searchAuto .ui-autocomplete .threedaysinthecity::before,#searchAuto .ui-autocomplete .trendy::before,#searchAuto .ui-autocomplete .veryexpensive::before,#searchAuto .ui-autocomplete .weirdandwonderful::before,#searchAuto_header .ui-autocomplete .adayinthecity::before,#searchAuto_header .ui-autocomplete .aweekinthecity::before,#searchAuto_header .ui-autocomplete .beautyAndSpas::before,#searchAuto_header .ui-autocomplete .budget::before,#searchAuto_header .ui-autocomplete .cheap::before,#searchAuto_header .ui-autocomplete .culture::before,#searchAuto_header .ui-autocomplete .expensive::before,#searchAuto_header .ui-autocomplete .family::before,#searchAuto_header .ui-autocomplete .free::before,#searchAuto_header .ui-autocomplete .healthandwellness::before,#searchAuto_header .ui-autocomplete .hiddengems::before,#searchAuto_header .ui-autocomplete .luxury::before,#searchAuto_header .ui-autocomplete .moderate::before,#searchAuto_header .ui-autocomplete .outdoors::before,#searchAuto_header .ui-autocomplete .practicalinformation::before,#searchAuto_header .ui-autocomplete .romance::before,#searchAuto_header .ui-autocomplete .threedaysinthecity::before,#searchAuto_header .ui-autocomplete .trendy::before,#searchAuto_header .ui-autocomplete .veryexpensive::before,#searchAuto_header .ui-autocomplete .weirdandwonderful::before{margin-left:-40px}.featured_category .featured_category_poi,.list-view .featured_category .featured_category_poi{width:1200px}.plan_results .recomended_category .grid-view .row.recomended_category_poi,.search_results .recomended_category .recomended_category_poi{width:1200px}.featured_category .featured_category_poi .desc_box .img_box,.featured_category .featured_category_poi .desc_box .img_box .four_by_three{width:170px;height:127px}#cityAuto ul .current_location_main .curr_hr,#cityAuto ul .current_location_main .curr_hr_last{margin:5px auto}#cityAuto ul .current_location_main span::before,#cityAuto_header ul .current_location_main span::before{background-size:13px auto;height:19px;margin-left:-25px;margin-top:9px;width:13px}#cityAuto ul .current_location_main span{font-size:11.95px;padding:0 29px}.hCHead{padding:55px}.carousel_heading_home{font-size:22.82px}#bestOfCity_carousel .slick-prev,#bestOfCity_carousel .slick-prev::before,#search_similar_location_carousel .slick-prev{background-position:-173px -3px;background-size:214px auto;height:48px;margin-left:-25px;margin-top:-55px;width:17px}#browse_our_collections .slick-prev,#browse_our_collections .slick-prev::before,#browse_our_collections_one .slick-prev,#browse_our_collections_one .slick-prev::before,#majorDestination_carousel .slick-prev,#majorDestination_carousel .slick-prev::before{background-position:-173px -3px;background-size:214px auto;height:48px;margin-left:-25px;width:17px}#bestOfCity_carousel .slick-next,#bestOfCity_carousel .slick-next::before,#search_similar_location_carousel .slick-next{background-position:-194px -3px;background-size:214px auto;height:48px;margin-right:-25px;margin-top:-55px;width:17px}#browse_our_collections .slick-next,#browse_our_collections .slick-next::before,#browse_our_collections_one .slick-next,#browse_our_collections_one .slick-next::before,#majorDestination_carousel .slick-next,#majorDestination_carousel .slick-next::before{background-position:-194px -3px;background-size:214px auto;height:48px;margin-right:-25px;width:17px}#browse_our_collections .slick-next,#browse_our_collections .slick-next::before,#browse_our_collections .slick-prev,#browse_our_collections .slick-prev::before{margin-top:-5px}#browse_our_collections_one .slick-next,#browse_our_collections_one .slick-next::before,#browse_our_collections_one .slick-prev,#browse_our_collections_one .slick-prev::before{margin-top:-5px}#bestOfCity_carousel .img_box img{height:160px;width:160px}#bestOfCity_carousel .img_box .c_title{font-size:17.23px;padding-top:26px}#bestOfCity_carousel .img_box .c_subtitle{font-size:12.65px}#bestOfCity_carousel .img_box hr{margin:12px auto 14px;width:90px}#majorDestination_carousel .img_Title{bottom:50px;height:50px}#majorDestination_carousel .img_Title .c_title{font-size:16.75px;padding-left:10px;padding-top:10px}#majorDestination_carousel .img_Title .c_subtitle{font-size:10.98px;padding-bottom:0;padding-left:10px}#download_app{height:489px}#mobile_img{background-size:200px auto;height:387px;margin-left:138px;width:200px}#app_download_box .download_text{font-size:40.95px}#app_download_box .download_msg{font-size:18.97px}#app_download_box .mobile_store{background-size:250px auto}#app_download_box .google_download{background-position:-35px -562px;height:46px;margin-left:36px;margin-top:10px;width:170px}#app_download_box .apple_download{background-position:-35px -495px;height:46px;margin-left:25px;margin-top:10px;width:170px}#create_box{width:1170px}#create_box .innerBox .txt{padding:30px 15px;font-size:14.95px;margin-top:30px}.crBox{background-size:512px auto;height:100px;width:100px}#create_box .create_element1{background-position:-1px -104px}#create_box .create_element2{background-position:-103px -104px}#create_box .create_element3{background-position:-206px -104px}#create_box .create_element4{background-position:-309px -104px}#create_box .create_element5{background-position:-411px -104px}#browse_our_collections .blueBox .txt{font-size:19.97px;padding:5px 14px}#browse_our_collections_one .blueBox .txt{font-size:19.97px;padding:5px 14px;height:124px}.search_box{width:100%}footer{height:235px}footer .left-section_footer{font-size:10.9px;padding:35px 0 0 50px}footer .left-section_footer .wcities_logo{background-size:455px auto;height:105px;margin-left:20px;margin-top:17px;width:160px}footer .middle-section{vertical-align:top;width:59%}footer .middle-section .join_txt{font-size:19.42px;margin-bottom:23px;margin-top:35px}footer .middle-section .footer-social_icon{height:50px}footer .middle-section .middle-links{padding:20px 0 0}footer .middle-section .middle-links .footerTxt{font-size:10.9px;padding:0 15px}footer .middle-section .footer-social_icon .b,footer .middle-section .footer-social_icon .f,footer .middle-section .footer-social_icon .i,footer .middle-section .footer-social_icon .p,footer .middle-section .footer-social_icon .t{background-position:-190px -30px;background-size:377px auto;height:60px;width:50px}footer .middle-section .footer-social_icon .t{background-position:-237px -30px}footer .middle-section .footer-social_icon .i{background-position:-282px -30px}footer .middle-section .footer-social_icon .b{background-position:-145px -30px}footer .middle-section .footer-social_icon .p{background-position:-327px -30px}footer .right-section .footer-rightTxt{font-size:17.23px;padding-right:40px}footer .topAdjust{padding-top:30px}.modal input.css-checkbox[type=checkbox]+label.css-label{font-size:14px}#catMoreBody .columnOne,#catMoreBody .columnThree,#catMoreBody .columnTwo{width:32%}.top_my_collection_detail_page .content_left.diamond{background-position:-3px 0;background-size:95px auto;height:24px;margin:8px 1px;width:23px}.content_left.diamond{background-position:-3px 0;background-size:85px auto;height:19px;margin:3px 1px;width:18px}.title_rate.diamond{background-position:-4px 0;background-size:125px auto;height:28px;margin:0 2px;width:28px}.content_left.halfstar.diamond{background-position:-23px 0}.title_rate.halfstar.diamond{background-position:-34px 0}.content_left.hotel{background-position:-47px 0;background-size:90px auto;height:21px;margin:3px 1px;width:18px}.content_left.halfstar.hotel{background-position:-69px 0}.title_rate.hotel{background-position:-77px -5px;background-size:150px auto;height:30px;width:32px}.title_rate.halfstar.hotel{background-position:-115px -5px}.featured_category_rate.diamond{margin:0 2px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .img_bottom_overlay{line-height:40px;height:45px}.more_poi .more_poi_content .img_bottom_overlay,.more_poi .more_tour_content .img_bottom_overlay,.my_profile_recent_view_result .img_bottom_overlay,.recomended_category .recomended_category_poi .img_bottom_overlay,.search_similar_location_carousel .img_bottom_overlay,.top_mycollection_data .img_bottom_overlay,.top_rated .top_rated_content .img_bottom_overlay{line-height:30px}#land_image.about_us .middle-text .left_side_content{padding-left:25px}#land_image.about_us .middle-text .left_side_content .cityProd{padding-top:30px}#land_image.about_us .middle-text .right_side_content{padding-top:95px}#land_image.about_us .middle-text .left_side_content .wcities_logo{background-size:500px;width:175px;height:109px}#land_image.about_us .middle-text .right_side_content .city_desc,#land_image.about_us .middle-text .right_side_content .contact_info{width:100%;padding:20px 25px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{margin-left:-50px;background-size:100px;width:33px;height:35px}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{background-position:-67px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before{background-position:-33px 0}#land_image.about_us .middle-text .right_side_content{width:54%}#land_image.about_us .middle-text .left_side_content{width:42%}#send_us_message .map_feedback{width:88%}#send_us_message .map_feedback .feedback_form,#send_us_message .map_feedback .map{height:545px}.detail_content .detail_button .button{background-size:331px auto;height:52px;min-width:265px}.detail_content .detail_button .button.book_table.bookroom span::before{top:12px;width:30px}.detail_content .detail_button .button.add_remove_collection span::before{left:-10px}.detail_content .detail_button .button.add_remove_collection.zho span::before{left:-40px}.detail_content .detail_button .button.book_table span::before{background-position:162px -30px;background-size:500px auto;height:26px;top:13px}.detail_content .detail_button .button.book_table .rentTable_icon{background-size:30px;background-position:-2px -5px;width:25px;height:23px;top:-3px;margin-right:8px}.detail_content .detail_button .button.add_remove_collection .add_icon{margin:-9px 5px}.recomended_category.category_page{padding:2% 1% 2%}.map_title .other_title .key_countDown{margin-right:15px}.homeinputbox{width:30%}.flexcontent{width:85%}}@media only screen and (min-width:1280px) and (max-width:1400px){.onlyfree_plan{font-size:20px!important}.plan_category_text_new{font-size:27px!important;padding:20px 0;margin:0 auto!important}.nodesconlydd::before{left:0;background-position:-32px -45px;background-size:320px auto}.full-width span:before{background-size:500px auto;background-position:165px -20px}.bookspan,.bookspan_home{font-size:18px}#login_popup .facebook_login_img>span::before{background-color:rgba(0,0,0,0);background-image:url(https://cityseeker.com/assets/images/facebook_login.png);background-position:0 4px;background-repeat:no-repeat;background-size:16px auto;border-right-color:#bbb;border-right-style:solid;border-right-width:0;content:" ";height:41px;left:-15px;position:absolute;top:5px;width:35px}.category.page-category .top_rated_category .bookspan{font-size:15px}.best.page-best .search_results .bookBlock,.best.page-best .search_results .full-width,.category.page-category .top_rated_category .bookBlock,.category.page-category .top_rated_category .full-width,.myprofile.page-myprofile .top_my_recently_viewed_location .bookBlock,.myprofile.page-myprofile .top_my_recently_viewed_location .full-width{height:40px;line-height:38px}.row.top_rated_content .catpoiData{margin:4px}#login_popup .google_login_img>span::before{background-color:rgba(0,0,0,0);background-image:url(https://cityseeker.com/assets/images/google-plus.png);background-position:0 6px;background-repeat:no-repeat;background-size:28px auto;border-right-color:#bbb;border-right-style:solid;border-right-width:0;content:" ";height:41px;left:-18px;position:absolute;top:5px;width:35px}.camera_img img{width:32px}.collection.page-collection .recomended_category .recomended_category_poi{width:1100px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:17px 10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:17px 10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:20px 0 0 0!important;text-align:left;width:217px;font-size:12px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:15px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:15px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-18px 0 0 60px;text-align:left;width:217px;font-size:14px}#main-header .half-div.right{line-height:60px}#main-header{height:60px}#login_popup .site_logo,#main-header .half-div.left .logo,#signup_popup .site_logo{background-size:160px auto;height:36px;margin:10px 0 0 20px;width:162px}#main-header .half-div .join_txt,#main-header .half-div .login_txt{font-size:14px;bottom:0}#header-child{height:40px}#header-child .category_txt{font-size:14px;line-height:40px;padding-left:60px}.current_location_click_header{top:68px;width:281px}.current_location_click_header span::before{width:15px;height:23px;background-size:15px auto;margin:3px 0 0 -27px}.current_location_click_header span{padding:0 50px}.current_location_click_header .curr_hr{margin:12px 0 5px 17px;width:92%}.current_location_click_header .curr_hr_last{margin:6px 0 12px 18px;width:92%}.current_category_click,.current_location_click{top:71px;width:350px}.current_category_click .curr_hr,.current_category_click .curr_hr_last,.current_location_click .curr_hr,.current_location_click .curr_hr_last{margin:5px auto}.current_location_click span::before{background-size:13px auto;height:19px;margin-left:-22px;margin-top:2px;width:13px}#city_auto .globe_location,.current_location_click .globe_location,.current_location_click span,.sel_cats{font-size:11.95px;padding:0 44px}.sel_cats{font-size:11.95px;padding:0 20px}#header-child .category_txt.upArrow::before,#header-child .category_txt::before{background-position:-39px -21px;background-size:235px auto;height:11px;margin-left:-34px;margin-top:14px;width:21px}#header-child .collection_txt.detail,#header-child .myCollection_txt{font-size:14.25px;line-height:40px}#header-child .collection_txt.detail::before{background-position:-123px -12px;background-size:160px auto;height:21px;margin-left:-34px;margin-top:9px;width:21px}#land_image{padding:0 0 50%}#land_image .middle-text .welcome::after{background-size:200px auto;content:"";display:inline-block;height:48px;margin-left:15px;margin-top:1px;position:absolute;width:220px}#land_image .middle-text .welcome{margin-left:-200px;font-size:30.45px}.cat_txt{color:#cfd9a7;font-size:14px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city::-webkit-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city::-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:-ms-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:placeholder-shown{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2::-webkit-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2::-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:-ms-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:placeholder-shown{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category::-webkit-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category::-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:-ms-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:placeholder-shown{font-size:17.23px}#main_content_area .about_sf{height:55px;line-height:55px;margin-left:100px;padding-left:20px;width:320px;font-size:17.23px}#main_content_area .arrowRight{background-position:-143px -17px;background-size:210px auto;height:17px;margin-right:15px;margin-top:19px;width:19px}#main_content_area .middle-text .input-boxes .col-xs-2.location,#main_content_area .middle-text .input-boxes .col-xs-2.search,#main_content_area .middle-text .input-boxes .col-xs-2.selCat{height:46px;margin-top:25px;width:350px}.categories{height:90px}.categories .single_category .cat{margin-top:10px}.categories .single_category .cat.tours{background-position:-6px 72px;background-size:275px auto;height:34px;width:18px;margin-bottom:5px}.categories .single_category .cat.accommodations{background-position:-33px 66px;background-size:275px auto;height:23px;width:39px;margin-bottom:16px}.categories .single_category .cat.restAndCafe{background-position:-80px 73px;background-size:275px auto;height:34px;width:36px;margin-bottom:5px}.categories .single_category .cat.attractions{background-position:-122px 71px;background-size:275px auto;height:30px;width:33px;margin-bottom:9px}.categories .single_category .cat.nightlife{background-position:-169px 70px;background-size:275px auto;height:29px;width:20px;margin-bottom:10px}.categories .single_category .cat.shopping{background-position:-199px 71px;background-size:275px auto;height:29px;width:31px;margin-bottom:10px}.categories .single_category .cat.events{background-position:-236px 72px;background-size:275px auto;height:34px;width:35px;margin-bottom:11px}#main_content_area .middle-text .input-boxes .col-xs-2.location::before{background-position:-167px -11px;background-size:230px auto;height:18px;margin-top:13px;width:13px;margin-right:5px}#main_content_area .middle-text .input-boxes .col-xs-2.location .set_curr_location,#main_content_area .middle-text .input-boxes .col-xs-2.selCat .set_curr_category{background-position:-48px -41px;background-size:250px auto;height:12px;margin-right:-2px;margin-top:16px;width:22px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2,#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category,#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city{font-size:16px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2,#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category{height:46px}#main_content_area .middle-text .input-boxes .col-xs-2.search .glyphicon-search{font-size:20px;margin-top:12px;padding-left:15px}#cityAuto .ui-autocomplete,#searchAuto .ui-autocomplete,.by_location .ui-autocomplete{font-size:11.95px;line-height:12px;padding:10px 15px}#searchAuto ul li{padding:5px 40px}#searchAuto #poi_desc,#searchAuto .see_poi_auto{font-size:9px}#main-header .half-div.left{width:16%}#main-header .half-div .join_txt.home_join,#main-header .half-div .mybooking_login_txt,#main-header .half-div .mybooking_txt{padding-right:15px}#main-header .half-div .join_txt,#main-header .half-div .join_txt.sign_out,#main-header .half-div .login_txt{padding-left:8px;padding-right:8px}#main-header .middle-div{width:58%}#main-header .middle-div .col-xs-2.location,#main-header .middle-div .col-xs-2.search,#main-header .middle-div .col-xs-2.selCat{width:235px;height:36px;margin-top:10px;padding:0 5px}#main-header .middle-div .col-xs-2.location .set_curr_location_header,#main-header .middle-div .col-xs-2.selCat .set_curr_category_header{width:16px;height:9px;background-size:189px auto;background-position:-37px -31px;margin-left:0;margin-top:13px}#main-header .middle-div .col-xs-2.location .pick_city,#main-header .middle-div .col-xs-2.search #Headerex2{font-size:14.65px;width:77%}#main-header .middle-div .col-xs-2.selCat .pick_category{font-size:14.65px;width:87%}#main-header .middle-div .col-xs-2.search #Headerex2,#main-header .middle-div .col-xs-2.selCat .pick_category{height:32px}#main-header .middle-div .col-xs-2.search .glyphicon-search{margin-left:15px;margin-top:8px;font-size:14px;cursor:pointer;padding-left:10px}#main-header .middle-div .col-xs-2.location::before{width:12px;height:17px;background-position:-133px -8px;background-size:185px auto;margin-top:8px;margin-right:5px}#login_popup .loginBoxEle input{font-size:16px}#login_popup .loginBoxEle input::-moz-placeholder{font-size:16px}#login_popup .loginBoxEle input::-webkit-input-placeholder{font-size:16px}#login_popup .loginBoxEle input:-ms-input-placeholder{font-size:16px}#login_popup .loginBoxEle input:placeholder-shown{font-size:16px}#login_popup .site_logo,#signup_popup .site_logo{margin:10px auto 0}#login_popup .socialLogin{height:50px;width:350px}#login_popup .facebook_login_img>span,#login_popup .google_login_img>span{line-height:50px}#login_popup .socialLogin.google_login_img{background-position:0 -60px}#login_popup .loginBoxEle{margin-left:0;width:300px;height:45px;margin-bottom:33px;margin-top:15px}#ForMsg,#forgetBox,#loginBox,#signupBox{margin-right:0}#login_popup .forgotPasswordLink{margin-bottom:0;margin-left:0;width:300px;height:40px;font-size:16px}#login_popup .loginBtnBoxEle{margin-bottom:40px;margin-left:0;width:300px;height:40px}#login_popup .footMsg{padding:0 50px;font-size:14px}.loginBoxEle span{padding-top:8px}#login_popup .subHead{font-size:26.7px}#login_popup .loginBoxEle input[type=email],#login_popup .loginBoxEle input[type=password],#login_popup .loginBoxEle input[type=text]{width:250px;font-size:16px}#login_popup .loginBtnBoxEle .loginBtn{font-size:20.7px;height:50px;line-height:50px;width:150px}#login_popup .loginBtnBoxEle .signupLink{font-size:18px}#searchAuto #poi_desc,#searchAuto .see_poi_auto{font-size:10.08px}#searchAuto ul li{padding:5px 40px}#searchAuto .ui-autocomplete,#searchAuto_header .ui-autocomplete{line-height:13px}#searchAuto_header .ui-autocomplete{padding:0 15px}#cityAuto_header ul,#searchAuto_header ul{width:275px!important;padding:5px 20px;left:-9px!important;top:16px!important}#cityAuto_header .ui-autocomplete,#searchAuto_header .ui-autocomplete,.current_location_click_header span{font-size:12.83px}#cityAuto_header ul .current_location_main span{font-size:12.83px;padding:0 32px;line-height:0}#cityAuto_header ul .current_location_main .curr_hr,#cityAuto_header ul .current_location_main .curr_hr_last{width:100%;margin:5px auto}.current_category_click_header,.current_location_click_header{top:46px;width:235px}.current_location_click_header span::before{width:15px;height:23px;background-size:15px auto;margin:0 0 0 -27px}.current_location_click_header span{padding:0 50px}.current_category_click_header .curr_hr,.current_category_click_header .curr_hr_last,.current_location_click_header .curr_hr,.current_location_click_header .curr_hr_last{margin:5px auto}#searchAuto_header ul li{padding:7px 45px}#searchAuto_header #poi_desc,#searchAuto_header .see_poi_auto{font-size:10.08px}#main-header .half-div.right{padding-right:18px}#header-child .collection_txt.detail{padding-right:20px}#header-child .myCollection_txt{padding:7px 20px}#header-child .right_menu{height:40px}.globe_location::before{background-size:16px;width:16px;height:16px}#cityAuto .globe_location::before{margin-left:-25px}#cityAuto_header .globe_location::before{margin-left:-26px}.current_location_click_header .globe_location{padding:0 49px}#cityAuto .globe_location,#cityAuto_header .globe_location{padding:0 29px}.current_location_click .globe_location::before,.current_location_click_header .globe_location::before{margin-left:-25px}#cityAuto .globe_location,.current_location_click .globe_location,.current_location_click span{font-size:11.95px;height:19px}#cityAuto_header .globe_location,.current_location_click_header .globe_location{font-size:12.83px}#header-child .category_txt.cat_page::before,#header-child .category_txt.detail::before{width:22px;height:19px;background-position:-118px -12px;background-size:200px auto;margin-left:-44px;margin-top:15px}#header-child .browse_collection_txt.detail,#header-child .collection_txt.detail,#header-child .myCollection_txt{font-size:14.67px;line-height:40px}#header-child .browse_collection_txt::before,#header-child .collection_txt.detail::before,#header-child .myCollection_txt::before{background-size:80px auto;width:26px;height:30px;margin-top:6px;margin-left:-35px}#header-child .browse_collection_txt::before{background-position:-27px 0}#header-child .myCollection_txt{padding:4px 20px 4px 50px}#header-child .collection_txt.detail{padding:4px 15px 4px 50px}#header-child .collection_txt.detail::before{background-position:-54px 0}.detail_img{width:599px}.detail_image .all_tab .tab{height:34px;font-size:13.67px;line-height:34px;padding:0 10px;margin:5px}.detail_image .all_tab{margin-left:795px;margin-bottom:25px;width:475px}.detail_content{padding:20px}.detail_content .detail_top .ranked_desc{font-size:16.5px}.detail_top{padding:0}.detail_content .detail_top .ranked_desc .ranked_desc_txt{font-size:16px}#open_tag_model .tab,.detail_content .all_tab .tab{font-size:18px;height:42px;line-height:42px}.detail_desc .desc{font-size:1.8em}.share_via{font-size:18px}.title_footer.social_share{width:21%;line-height:30px}.detail_content .detail_top .detail_title .title{font-size:35.64px;width:78%}.detail_content .detail_top .detail_title .title .poititle{font-size:35.64px}.detail_content .detail_top .detail_title .desc{font-size:22.01px;margin-right:23px}.title_footer .title_rate{width:25px;height:23px;background-position:-74px -18px;background-size:350px auto;margin-top:-5px}.title_footer .title_twitter{width:29px;height:29px;background-position:-2px -68px;background-size:215px auto;margin-left:15px}.title_footer .title_facebook{width:29px;height:29px;background-position:-35px -68px;background-size:215px auto}.detail_content .detail_top .detail_title .pinterest_logo{width:29px;height:29px;margin-top:1px}.detail_content .detail_down .detail_time{margin-left:35px;line-height:20px;margin-top:20px}.detail_content .detail_down .detail_time,.detail_content .detail_down .detail_time .time,.detail_down .detail_desc .detail_time .fullhours{font-size:16.5px}.detail_content .detail_down .detail_time .hours{font-size:14.67px}.detail_content .detail_down .detail_desc .d_socialurl{padding-left:0;font-size:16.5px}.detail_content .detail_down .detail_desc .d_socialurl .fb_icon.both,.detail_content .detail_down .detail_desc .d_socialurl .tw_icon.both{width:18px;height:18px}.instag{background-position:-51px -3px;background-size:72px auto;height:18px;width:18px}.d_socialurl .follow_title.both{padding-left:7px}.d_socialurl .follow_title.single{padding-left:17px}.detail_content .detail_down .detail_desc .d_socialurl .fb_icon.single,.detail_content .detail_down .detail_desc .d_socialurl .tw_icon.single{width:25px;height:25px;display:inline-block;margin-left:7px}.detail_content .detail_desc .d_desc{font-size:16.5px;padding-bottom:16px}.detail_content .detail_down .detail_desc{width:100%;padding-left:30px}.book-tour{width:15px;height:22px;background-position:-48px -1px;background-size:140px auto;margin-left:-30px;margin-top:-3px}.loader_absolute span{margin:-22px -24px}.detail_down{padding:0}.detail_content .detail_down .detail_desc .d_address,.detail_content .detail_down .detail_desc .d_email,.detail_content .detail_down .detail_desc .d_phone,.detail_content .detail_down .detail_desc .d_weburl{font-size:16.5px;margin-left:35px;padding-bottom:7px;margin-bottom:10px}.allthree_social_btn div.all_share_icon{margin-left:2px}.detail_content .detail_down .detail_desc .d_address::before,.detail_content .detail_down .detail_desc .d_email::before,.detail_content .detail_down .detail_desc .d_phone::before,.detail_content .detail_down .detail_desc .d_weburl::before,.detail_down .detail_desc .detail_time::before{background-size:225px auto;width:35px;background-position:0 -7px;left:-35px}.list-unstyled span{font-size:16.5px;padding-left:11px}.detail_content .detail_down .detail_desc .d_weburl::before{background-position:-38px -7px}.detail_content .detail_down .detail_desc .d_phone::before{background-position:-75px -7px}.detail_content .detail_down .detail_desc .d_email::before{background-position:-113px -7px}.detail_down .detail_desc .detail_time::before{background-position:-151px -7px}.detail_content .detail_button .button{margin-top:10px}.detail_content .detail_button .button.book_table.bookroom{height:52px}.detail_content .detail_button .button.search_golf_location{background-position:-18px -486px}.detail_content .detail_button .button.search_golf_location{background-position:-10px -303px}.detail_content .detail_button .button.email_location{background-position:-11px -98px}.detail_content .detail_button .button.remove_from_collection{background-position:-11px -49px}.detail_content .detail_button .button.book_table{background-position:-11px -144px}.detail_content .detail_button .button.book_table.bookroom{background-position:-17px -15px;background-size:280px auto}.detail_content .detail_button .ranked_desc{font-size:14.67px;padding-left:63px}.detail_content .detail_button .ranked_desc::before{width:49px;height:60px;background-position:-3px -4px;background-size:213px auto;margin-left:-62px}.detail_middle_image{height:539px}.map_area .address_map{font-size:16.5px}.map_area .address_map .icon::before{margin-top:5px;background-position:-61px -1px;background-size:180px auto;width:21px;height:29px}.nearby_txt{font-size:22.67px}.detail_middle_image .middle_content .map_title{height:300px;padding-top:22px;padding-left:24px}.detail_middle_image .middle_content .map_title .main_title{font-size:22.67px;margin-left:55px;line-height:36px}.detail_middle_image .middle_content .map_title .main_title::before{background-position:-61px -1px;background-size:180px auto;height:29px;margin-left:-29px;width:20px}.detail_middle_image .middle_content .map_title .other_title{font-size:19.01px;height:35px;line-height:30px}.detail_middle_image .middle_content .map_title .middle_poi_name{height:180px}.detail_middle_image .middle_content .map_title .title_break{margin-bottom:7px}.detail_middle_image .middle_content .map_title .title_see_more{font-size:15.5px;padding:16px 0;margin-right:39px}.detail_middle_image .middle_content .map_area .detail_movable_map{width:639px;height:473px}.more_poi_head{font-size:25.67px;margin-top:0;margin-bottom:15px}.more_poi .more_poi_filters .more_tab .in,.more_poi .more_poi_filters .more_tab.active .in{font-size:20.01px}.more_poi .more_poi_break,.more_poi .more_poi_filters,.more_poi_data{width:1196px}.featured_category .featured_category_poi .desc_box .img_box .four_by_three,.more_poi .more_poi_content .four_by_three,.more_poi .more_tour_content .four_by_three,.row.more_poi_content .col-lg-4 .img_box{width:263px;height:199px}.plan_results .recomended_category .recomended_category_poi .col-lg-4 .img_box,.search_results .recomended_category .recomended_category_poi .col-lg-4 .img_box{width:226px;height:169px}.more_poi .more_poi_content .img_bottom_overlay,.more_poi .more_tour_content .img_bottom_overlay,.my_profile_recent_view_result .img_bottom_overlay,.recomended_category .recomended_category_poi .img_bottom_overlay,.search_similar_location_carousel .img_bottom_overlay,.top_mycollection_data .img_bottom_overlay{height:30px;background-size:263px auto}.recomended_category .recomended_category_poi .header_txt,.row.more_poi_content .header_txt,.row.more_tour_content .header_txt,.search_similar_location_carousel .header_txt{font-size:21.7px}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:21.7px}.recomended_category .recomended_category_poi .header_desc,.row.more_poi_content .header_desc,.row.more_tour_content .header_desc,.search_similar_location_carousel .header_desc{font-size:13.75px;height:65px}.recomended_category .recomended_category_poi .add_to_collection,.recomended_category .recomended_category_poi .remove_from_collection,.row.more_poi_content .add_to_collection,.row.more_poi_content .remove_from_collection,.search_similar_location_carousel .add_to_collection,.search_similar_location_carousel .remove_from_collection{font-size:14.12px;margin-left:40px}.recomended_category .recomended_category_poi{padding:0 40px}.more_poi .more_poi_content .img_bottom_overlay .content_right,.my_profile_recent_view_result .img_bottom_overlay .content_right,.recomended_category .recomended_category_poi .img_bottom_overlay .content_right,.search_similar_location_carousel .img_bottom_overlay .content_right,.top_mycollection_data .img_bottom_overlay .content_right,.top_rated .top_rated_content .img_bottom_overlay .content_right{font-size:18px;margin-top:11px}.recomended_category .recomended_category_poi .add_to_collection::before,.row.more_poi_content .add_to_collection::before,.search_similar_location_carousel .add_to_collection::before{width:24px;height:24px;background-size:282px auto;margin-left:-40px}.recomended_category .recomended_category_poi .remove_from_collection::before,.row.more_poi_content .remove_from_collection::before,.search_similar_location_carousel .remove_from_collection::before{width:24px;height:24px;background-size:48px auto;margin-left:-40px;background-position:-25px 0}.row.top_rated_content .add_to_collection::before{width:21px;height:21px;background-size:44px auto;margin-left:-30px}.row.top_rated_content .remove_from_collection::before{width:21px;height:21px;background-position:-23px 0;background-size:44px auto;margin-left:-30px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.related_collection .collection_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .keywords{font-size:16px;width:82%;height:63px;line-height:63px}.category_filter .cat_label,.tag_filter .tag_label{font-size:12.65px;margin-left:30px;padding-top:25px;width:90px;margin-right:0}.category_filter .cat_txt,.tag_filter .tag_txt{font-size:12.65px;margin:10px;padding:5px 10px}#main_content_area .category_tag_filter .category_option,#main_content_area .tag_filter .tag_option{margin:5px 0}#main_content_area .category_tag_filter .tag_filter_more{margin:0 57px}#main_content_area .category_tag_filter .tag_filter_more .selected_tags{font-size:14.65px;padding:5px 25px 5px 45px;line-height:25px}#main_content_area .category_tag_filter .tag_filter_more .cancel{font-size:18px;margin-left:-30px}.onlyfree{font-size:14px;line-height:30px}.onlyfree.recommended{line-height:30px;font-size:16px}.top_my_collection_detail_page .onlyfree{font-size:18px;margin-top:4px}.category_filter .category_more,.tag_filter .tag_more{font-size:13.65px;margin-top:15px;margin-right:40px}.category_filter .category_more .glyphicon.glyphicon-triangle-bottom,.tag_filter .tag_more .glyphicon.glyphicon-triangle-bottom{font-size:18px;margin:0 7px}.best_category_page .best_category_page_title,.featured_category .featured_category_head,.recomended_category_head,.related_collection_data .header_title,.top_my_collection_detail_page .top_my_collection_head,.top_rated_head{font-size:22.64px}.errormsg_show{font-size:18px}.top_rated_head{padding-top:1%}.top_rated_content.top_rated_category #mCSB_1_scrollbar_vertical{right:3px!important;margin-bottom:5px!important}.overlay-background .featured_category,.top_rated{padding:25px}.top_rated .top_rated_content .img_bottom_overlay .content_right{font-size:18px;margin:7px 0 5px;width:15px}.top_rated .top_rated_content .img_bottom_overlay{height:30px;padding:0 5px}.row.top_rated_content .header_txt{font-size:16.5px}.row.top_rated_content .header_desc{font-size:11.02px;height:55px}.row.top_rated_content .add_to_collection,.row.top_rated_content .remove_from_collection{font-size:11.33px;margin-left:30px;padding:5px 0 0}.row.top_rated_content .remove_from_collection::before{background-position:-201px -12px;background-size:250px auto;height:21px;margin-left:-32px;width:25px}.row.top_rated_content .add_to_collection::before{background-size:44px auto;height:21px;margin-left:-32px;margin-top:-3px;width:21px}.browse_show_more_btn,.view_more_btn{min-width:250px;font-size:14.48px;width:250px;height:45px;line-height:45px;margin:20px 0}.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.search_results .recomended_category .recomended_category_poi .col-lg-4{width:250px;margin:5px 6px;height:360px}.plan_results .recomended_category .recomended_category_poi .col-lg-4{width:250px;margin:5px 6px;height:315px}.best.page-best .search_results .recomended_category .recomended_category_poi .col-lg-4{width:250px;margin:5px 6px;height:339px}.plan_results .row.recomended_category_poi .col-lg-4{height:auto;margin:4px;padding:0;width:32%}.plan_results .row.recomended_category_poi .col-lg-4{padding:10px}.plan_results .recomended_category_head{width:1012px}.plan_results .recomended_category .recomended_category_poi .col-lg-4 .img_box{width:316px;height:237px}.top_collection_results .col-lg-4{width:263px!important;margin:5px 6px!important;height:auto!important}.top_collection_results .recomended_category .recomended_category_poi .col-lg-4 .img_box,.top_collection_results .recomended_category .recomended_category_poi .four_by_three{width:100%!important;height:100%!important}.top_collection_results .recomended_category .recomended_category_poi .col-lg-4 .recomended_desc{padding:5px}.more_poi .more_poi_content .four_by_three,.more_poi .more_tour_content .four_by_three,.row.more_poi_content .col-lg-4 .img_box,.row.more_tour_content .col-lg-4 .img_box,.search_results.recomended_category .recomended_category_poi .col-lg-4 .img_box{width:264px;height:199px}.besttag_cat_poi .recommend_image{width:106px;height:78px}.img_Titles{line-height:78px}.border_purpose{height:80px}.recomended_category .recomended_category_poi .col-lg-2 .img_box{height:80px}.img_Titles .c_subtitle{font-size:18px}#recomended_category_poi .slick-prev{left:25px}#recomended_category_poi .slick-next{right:25px}.recomended_category.category_page{padding:1%}.more_poi .more_poi_content .img_bottom_overlay,.more_poi .more_tour_content .img_bottom_overlay,.my_profile_recent_view_result .img_bottom_overlay,.recomended_category .recomended_category_poi .img_bottom_overlay,.top_mycollection_data .img_bottom_overlay{height:30px;background-size:263px auto}.more_poi .more_poi_content .img_bottom_overlay .content_right,.more_poi .more_tour_content .img_bottom_overlay .content_right,.my_profile_recent_view_result .img_bottom_overlay .content_right,.search_similar_location_carousel .img_bottom_overlay .content_right,.top_mycollection_data .img_bottom_overlay .content_right,.top_rated .top_rated_content .img_bottom_overlay .content_right{font-size:16px;margin-top:7px;width:12px}.recomended_category .recomended_category_poi .img_bottom_overlay .content_right{font-size:16px;margin-top:7px;width:12px}.search_similar_location_carousel .img_bottom_overlay .content_right{margin-top:7px}.recomended_category .recomended_category_poi .add_to_collection::before,.row.more_poi_content .add_to_collection::before,.search_similar_location_carousel .add_to_collection::before{width:24px;height:24px;background-size:48px auto;margin-left:-40px}.recomended_category .recomended_category_poi .remove_from_collection::before,.row.more_poi_content .remove_from_collection::before,.search_similar_location_carousel .remove_from_collection::before{width:24px;height:24px;background-size:48px auto;margin-left:-40px;background-position:-25px 0}.row.top_rated_content .add_to_collection::before{width:21px;height:21px;background-size:44px auto;margin-left:-30px}.row.top_rated_content .remove_from_collection::before{width:21px;height:21px;background-position:-23px 0;background-size:44px auto;margin-left:-30px}.collection.page-collection .Similar_collections_section .top_my_collections .top_mycollection_data{width:1190px}.recomended_category .recomended_category_poi .header_txt,.row.more_poi_content .header_txt,.row.more_tour_content .header_txt,.search_similar_location_carousel .header_txt{font-size:21.7px}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:21.7px}.recomended_category .recomended_category_poi .header_desc,.row.more_poi_content .header_desc,.row.more_tour_content .header_desc,.search_similar_location_carousel .header_desc,.top_my_collection_detail_page .collection_header .header_collection_creator{font-size:13.75px!important;height:85px}.row.my_collection_detail_content .header_desc{font-size:17px!important}.plan_header_txt{font-size:23.16px!important;padding:5px 0}.top_my_collection_detail_page .collection_header .header_collection_creator{height:0}.recomended_category .recomended_category_poi .add_to_collection,.recomended_category .recomended_category_poi .remove_from_collection,.row.more_poi_content .add_to_collection,.row.more_poi_content .remove_from_collection,.search_similar_location_carousel .add_to_collection,.search_similar_location_carousel .remove_from_collection{font-size:14.12px;margin-left:40px}.related_collection .collection_result,.saved_collection .search_result{width:900px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo{padding:3px 0}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo{font-size:14.12px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo label::before{background-size:24px auto;height:24px;margin-left:-41px;width:24px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo input[type=radio]:checked+label::before{background-position:0 -24px;background-size:24px auto;height:24px;margin-left:-41px;width:24px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo label{margin-left:41px;font-weight:400}.plan.page-plan .row.featured_category_poi{width:1175px}.plan.page-plan .featured_category .featured_category_poi .col-lg-4{margin:5px auto}.more_poi .more_poi_content .img_bottom_overlay,.more_poi .more_tour_content .img_bottom_overlay,.my_profile_recent_view_result .img_bottom_overlay,.recomended_category .recomended_category_poi .img_bottom_overlay,.search_similar_location_carousel .img_bottom_overlay,.top_mycollection_data .img_bottom_overlay,.top_rated .top_rated_content .img_bottom_overlay{line-height:30px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .img_bottom_overlay{line-height:35px;height:40px}.top_my_collection_detail_page .content_left.diamond{background-position:-3px 0;background-size:95px auto;height:24px;margin:7px 1px;width:23px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .img_bottom_overlay .content_right{font-size:19px;margin:11px 1px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .header_txt{font-size:21.7px;margin-top:10px;margin-bottom:3px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .add_to_collection{font-size:17.12px;text-align:center;width:100%;border:1px solid #001e62;border-radius:5px;margin-left:0;margin:20px 0;color:#fff;background:#183066}.top_my_collection_detail_page .recomended_category .recomended_category_poi .add_to_collection::before{margin-top:0}.top_mycollection_data .header_title,.top_saved_data .header_title{width:900px}.best.page-best .search_results .row.recomended_category_poi,.plan_results .recomended_category .grid-view .row.recomended_category_poi,.search.page-search .search_results .recomended_category .row.recomended_category_poi{width:1050px;padding:0}.featured_category .featured_category_poi,.list-view .featured_category .featured_category_poi,.plan.page-plan .row.featured_category_poi,.search.page-search .list-view .featured_category .row.featured_category_poi{width:1000px;padding:0}.top_mycollection_data .recomended_category .header_title .hr_line,.top_saved_data .header_title .hr_line{width:735px}.top_my_collection_detail_data .recomended_category .recomended_category_poi{width:1105px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc.featured_header{width:75%;padding-left:21px;padding-right:21px;padding-bottom:0}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc{width:795px;padding-left:15px;padding-right:15px;padding-bottom:0}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc.nostar{width:795px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_head{font-size:28px;width:70%;display:inline-block;margin-right:20px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_address,.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_fullDesc,.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .for_state{font-size:17px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_fullDesc{height:52px;margin-top:10px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_address{padding:5px 10px 0 20px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .for_state{padding:0 10px 10px 25px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_address::before{width:15px;height:21px;background-size:280px;background-position:-31px -41px;margin-top:0;left:0}.featured_category .featured_category_poi .desc_box .img_box,.featured_category .featured_category_poi .desc_box .img_box .four_by_three{width:170px;height:125px}.featured_category .featured_category_poi .desc_box .featured_category_desc.featured_header{width:75%;padding-left:21px;padding-right:21px;padding-bottom:0}.featured_category .featured_category_poi .desc_box .featured_category_desc{width:550px;padding-left:15px;padding-right:15px;padding-bottom:0}.featured_category .featured_category_poi .desc_box .featured_category_desc.nostar{width:795px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_head{font-size:28px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address,.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_fullDesc,.featured_category .featured_category_poi .desc_box .featured_category_desc .for_state{font-size:17px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_fullDesc{height:52px;margin-top:10px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address{padding:5px 10px 0 20px}.featured_category .featured_category_poi .desc_box .featured_category_desc .for_state{padding:0 10px 10px 25px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address::before{width:15px;height:21px;background-size:280px;background-position:-31px -41px;margin-top:0;left:0}.featured_category .featured_category_poi .desc_box .featured_category_action,.list-view .featured_category .featured_category_poi .desc_box .featured_category_action{width:250px;margin-left:0;padding:0;height:126px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons span{line-height:48px;font-size:17px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection.add_remove_collection span::before{top:7px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable span::before{top:9px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_price{width:15px;font-size:20px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable{width:100%;height:45px;background-size:249px auto;background-position:-5px -172px}.detail_content .detail_button .button.book_table .bookTable_icon.Room_icon,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Room_icon{background-position:-3px -6px;background-size:70px auto;height:23px;width:23px}.detail_content .detail_button .button.book_table .bookTable_icon.Table_icon,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon{background-position:-21px -2px;background-size:55px auto;height:23px;width:33px;margin-top:-5px}.detail_content .detail_button .button.book_table .bookTable_icon.Room_icon,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Room_icon{background-position:-2px -5px;background-size:98px auto;height:23px;width:22px}.detail_content .detail_button .button.book_table .bookTable_icon.Table_icon,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon{background-position:-20px -2px;background-size:77px auto;height:23px;width:30px}.detail_content .detail_button .button.book_table .bookTable_icon.Table_icon_vip,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon_vip{background-position:-52px 0;background-size:75px auto;height:24px;width:22px}.detail.page-detail .more_poi .similar_location .bookspan{line-height:50px}.bookspan{line-height:40px}.search.page-search .bookspan{line-height:50px}.top_rated_content.top_rated_category .catpoiData .full-width .Table_icon{background-position:-20px -2px;background-size:77px auto;height:21px;width:30px;margin-top:-2px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection.add_remove_collection .add_remove_icon{background-size:45px;height:22px;width:22px;margin-top:-4px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection{background-position:-5px -223px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .remove_from_collection{width:300px;height:48px;font-size:16.48px;line-height:48px;background-size:249px auto;background-position:-5px -2px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .addCollection_btn_cover,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .book_btn_cover{width:auto;height:45px;cursor:pointer}.featured_category .featured_category_poi .col-lg-4{padding:0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_pricing,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rating{margin-bottom:10px;height:29px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_pricing{margin-top:10px;margin-bottom:0}.featured_category .featured_category_poi .desc_box{padding:15px}.best_of_tag .img_box::before{background-size:210px auto;width:49px;height:60px}.featured_category .row.featured_category_poi .col-lg-4.best_of_tag .img_box::before{background-size:210px auto;width:49px;height:60px}.collection.page-collection .top_my_collection_detail_page .poi_address,.top_collection_results .poi_address{padding:3px 0;font-size:13px;margin-left:40px}.collection.page-collection .top_my_collection_detail_page .poi_address{font-size:17px}.top_my_collection_detail_page .colpoiData{margin-bottom:45px}.top_my_collection_detail_page .colpoiData:last-child{margin-bottom:0}.collection.page-collection .top_my_collection_detail_page .poi_address::before,.top_collection_results .poi_address::before{background-size:20px auto;width:20px;height:24px;margin-left:-40px}#img_Titles{bottom:40px;height:40px}#img_Titles .c_title{font-size:19px;padding:15px 0 0 15px;line-height:15px}#img_Titles .c_subtitle{font-size:24px}#data-profile{width:97%}#main-profile .txt-div{width:74%}#main-profile .txt-div .profile-field .email-location .label,#main-profile .txt-div .txt-profile{font-size:16px;width:150px}#main-profile .txt-div .txt-profile .profile-lbl{font-size:16px}#main-profile .txt-div .profile-field .profile-name{font-size:30px}.email-location .container-fluid .row{margin-left:0;margin-right:0}#main-profile .txt-div .profile-field .email-location label,#main-profile .txt-div .profile-field .language-notification label,#main-profile .txt-div .profile-field .password-secondary-location label{font-size:17px}.email-location .form-group .profile-default.pull-left.col-sm-3,.email-location .form-group .profile-email.pull-left.col-sm-3,.language-notification .form-group .profile-language.pull-left.col-sm-3,.language-notification .form-group .profile-notification.pull-left.col-sm-3,.password-secondary-location .form-group .profile-password.pull-left.col-sm-3{font-size:20px}#main-profile .txt-div .profile-field input{width:75%;font-size:20px}#main-profile .txt-div .profile-field .email-location .locationBox-inner,#main-profile .txt-div .profile-field .email-location .newsletter,#main-profile .txt-div .profile-field .email-location .profile-email,#main-profile .txt-div .profile-field .email-location .profile-password{font-size:20px}#data-profile{padding:25px 0}#main-profile .txt-div .profile-field .profile-save-btn{padding:3% 0}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .close{right:8%}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-header .heading_txt{font-size:25.64px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .created-list,.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .list-btn-share-pdf div,.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .description,.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-all-location{font-size:20px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-all-location::before{background-size:15px auto;margin-left:-30px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .list-btn-share-pdf div{width:300px;height:50px;line-height:50px}.share_invite::before{background-position:-180px -2px;background-size:300px auto;height:38px;margin-left:-36px;width:25px}.download_pdf::before{background-position:-191px 4px;background-size:250px auto;height:36px;margin-left:-33px;width:20px}.email_collection::before{background-position:-216px 3px;background-size:250px auto;height:35px;margin-left:-40px;width:30px}.collectionListData .top_rated_content .col-lg-4.collectlist,.collectionListData .top_rated_content .col-lg-4.create_collection{width:260px;height:240px}.collectionListData .col-lg-4 .create_collection_icon{background-position:-54px -34px;background-size:190px auto;height:80px;margin:47px 73px;width:80px}.modal-body{margin:0 25px}#add_to_collection_poi .modal-dialog{width:910px}#CollectionList{height:520px}.modal-title{font-size:22px}#Cancel-collection,#Cancel-poi-collection,#submit-collection,#submit-poi-collection{font-size:16px}.collectionListData .checkbox,.collectionListData .col-sm-9{font-size:14px}.collectionListData .top_rated_content .collectlist .recomended_desc .header_txt,.collectionListData .top_rated_content .create_collection .recomended_desc .header_txt{font-size:16px}.collectionListData .top_rated_content .four_by_three{width:231px;height:175px}#add_to_collection_poi .active_collection_icon{background-size:60px auto;height:60px;left:90px;top:58px;width:60px}.collectionListData .top_rated_content .collectlist .img_box,.collectionListData .top_rated_content .create_collection .img_box,.collectionListData .top_rated_content .four_by_three{width:231px;height:175px}.top_my_collections .recomended_category_poi .add_to_collection_bookmark{font-size:18px;padding:10px 0 0 30px}.top_my_collections .recomended_category_poi .delete_collection_bookmark{font-size:18px;margin-left:-8px}.top_my_collections .recomended_category_poi .add_to_collection_bookmark::before{margin-left:-30px}.top_my_collections .recomended_category_poi .delete_collection_bookmark::before{background-size:22px auto;height:22px;margin-top:1px;width:22px;margin-left:-30px}.top_my_collections .col-lg-4 .create_collection_icon{background-size:150px auto;height:151px;left:57px;top:23px;width:150px}.main-city-block .saved-city-content .col-lg-4 .city_img,.main-city-block .saved-city-content .four_by_three_cities{width:200px;height:150px}.main-city-block .saved-city-content .img_bottom_overlay{width:200px}.top_my_collection_detail_page .collection_header,.top_my_collection_detail_page .my_collection_detail_content{width:95%}.recently_head_txt::before,.saved-city-content .city-saved::before,.top_my_collection_detail_page .recomended_category_head::before,.top_my_collections .recomended_category_head::before{background-position:-53px -7px;background-size:300px auto;height:35px;margin-left:-50px;width:32px}.recently_head_txt::before{background-position:-131px -1px;background-size:300px auto;height:43px;width:34px;margin-top:-9px}#search_similar_location_carousel{width:86%}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-header .edit_collection_info{font-size:26px}.top_my_collection_detail_page .collection_header .header_collection_desc{font-size:19px}.browse_collection .browse_collection_data .browse_collection_result,.browse_collection .browse_collection_data .browse_other_collection{width:1230px;min-height:450px}.browse_collection_result .search_result,.browse_other_collection .other_collection_list{width:1200px}.browse_collection_result .search_result .col-lg-4,.browse_other_collection .other_collection_list .col-lg-4{margin:5px 6px;padding:12px;width:287px;height:334px}.browse_collection_result .search_result .col-lg-4 .four_by_three,.browse_other_collection .other_collection_list .col-lg-4 .four_by_three{height:197px;width:263px}.browse_collection_result .search_result .browse_col_desc .header_txt{font-size:21.7px;line-height:28px;padding:5px 0}.browse_other_collection .other_collection_list .browse_col_desc .header_txt{font-size:21.7px;line-height:28px;padding:5px 0}.browse_collection_result .search_result .browse_col_desc .created_by,.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:17px}.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:17px}.browse_collection_result .search_result .keyword_txt_save_unsave{margin:0 -12px}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords{border-right:1px solid #ccc;color:#fff;font-size:14px;height:52px;line-height:52px;padding:0 15px;width:75%}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{height:52px;text-align:center}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-132px -15px;background-size:300px auto;height:20px;margin:10px 8px;width:24px;display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave_name,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave_name,.saved_collection .search_result .save_unsave .unsave_name{font-size:12px;margin:-14px auto}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .save,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .save,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .save,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-170px -15px;background-size:300px auto;height:20px;margin:10px 8px;width:24px;display:inline-block}.browse_other_collection .other_collection_list .keyword_txt_save_unsave{margin:0 -12px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .keywords{font-size:17px;height:52px;line-height:52px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_text{font-size:22px;padding:5px 10px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon{min-width:33px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.accommodations{background-position:0 -39px;background-size:33px auto;height:20px;width:24px;margin:8px 0}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.restAndCafe{background-position:-2px -67px;background-size:33px auto;height:31px;width:33px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.attractions{background-position:-2px -102px;background-size:33px auto;height:26px;width:33px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.nightlife{background-position:-7px -136px;background-size:33px auto;height:26px;width:28px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.shopping{background-position:-3px -169px;background-size:33px auto;height:25px;margin:5px 0;width:34px}.related_collection,.saved_collection{width:100%}.Similar_collections_section .top_mycollection_data,.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi{width:1200px}.Similar_collections_section .top_my_collections .recomended_category{padding:0}.related_collection .collection_result .col-lg-4{margin:5px;padding:12px;width:287px;height:356px}.Similar_collections_section .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{margin:5px;padding:12px;width:287px;height:358px}.related_collection .collection_result .col-lg-4 .four_by_three,.saved_collection .search_result .col-lg-4 .four_by_three{width:266px;height:199px}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt,.related_collection .collection_result .browse_col_desc .header_txt,.saved_collection .search_result .browse_col_desc .header_txt{font-size:26px;line-height:35px;padding:10px 0}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .browse_col_desc .created_by,.related_collection .collection_result .browse_col_desc .created_by,.saved_collection .search_result .browse_col_desc .created_by{color:#fff;font-size:20px}.saved_collection .search_result .keyword_txt_save_unsave{margin:0 -12px}.saved_collection .search_result .header_title .hr_line{width:88%}.saved_collection .search_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.myprofile.page-myprofile .recomended_category .recomended_category_poi{width:900px}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{width:287px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4 .img_box,.myprofile.page-myprofile .recomended_category .recomended_category_poi .four_by_three{width:263px;height:199px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4,.myprofile.page-myprofile .top_my_recently_viewed_location .recomended_category .recomended_category_poi .col-lg-4,.saved_collection .search_result .col-lg-4{width:286px;margin:6px}#searchAuto .ui-autocomplete .accommodations::before{background-position:5px -27px;background-size:22px auto;height:13px;margin-left:-36px;width:27px}#searchAuto .ui-autocomplete .shopping::before{background-position:-2px -113px;background-size:22px auto;height:16px;margin-left:-28px;margin-top:3px;width:18px}#searchAuto .ui-autocomplete .nightlife::before{background-position:-5px -91px;background-size:22px auto;height:17px;margin-left:-24px;width:11px}#searchAuto .ui-autocomplete .restAndCafe::before{background-position:5px -45px;background-size:22px auto;height:20px;margin-left:-33px;width:26px}#searchAuto .ui-autocomplete .attractions::before{background-position:5px -68px;background-size:22px auto;height:17px;margin-left:-36px;width:25px}#searchAuto_header .ui-autocomplete .accommodations::before{background-position:0 -30px;background-size:25px auto;height:15px;margin-left:-40px;margin-top:6px;width:25px}#searchAuto_header .ui-autocomplete .shopping::before{background-position:-2px -128px;background-size:25px auto;height:19px;margin-left:-37px;margin-top:2px;width:21px}#searchAuto_header .ui-autocomplete .nightlife::before{background-position:-6px -104px;background-size:25px auto;height:18px;margin-left:-32px;margin-top:5px;width:12px}#searchAuto_header .ui-autocomplete .restAndCafe::before{background-position:-1px -51px;background-size:25px auto;height:23px;margin-left:-36px;width:23px}#searchAuto_header .ui-autocomplete .attractions::before{background-position:-1px -78px;background-size:25px auto;height:19px;margin-left:-37px;margin-top:2px;width:23px}#searchAuto .ui-autocomplete .adayinthecity::before,#searchAuto_header .ui-autocomplete .adayinthecity::before{background-position:-161px -101px;background-size:225px auto;height:30px;width:30px;margin-top:-3px}#searchAuto .ui-autocomplete .threedaysinthecity::before,#searchAuto_header .ui-autocomplete .threedaysinthecity::before{background-position:-189px -3px;background-size:225px auto;height:30px;width:30px;margin-top:-3px}#searchAuto .ui-autocomplete .aweekinthecity::before,#searchAuto_header .ui-autocomplete .aweekinthecity::before{background-position:-189px -36px;background-size:225px auto;height:30px;width:30px;margin-top:-3px}#searchAuto .ui-autocomplete .free::before,#searchAuto_header .ui-autocomplete .free::before{background-position:-82px -67px;background-size:220px auto;height:30px;width:30px}#searchAuto .ui-autocomplete .veryexpensive::before,#searchAuto_header .ui-autocomplete .veryexpensive::before{background-position:0 -40px;background-size:90px auto;width:32px;margin-left:-40px!important}#searchAuto .ui-autocomplete .expensive::before,#searchAuto_header .ui-autocomplete .expensive::before{background-position:-2px -38px;background-size:125px auto;height:17px;width:32px}#searchAuto .ui-autocomplete .budget::before,#searchAuto_header .ui-autocomplete .budget::before{background-position:-126px -2px;background-size:235px auto;height:31px;margin-top:-2px;width:30px;margin-left:-37px!important}#searchAuto .ui-autocomplete .moderate::before,#searchAuto_header .ui-autocomplete .moderate::before{background-position:-3px -22px;background-size:150px auto;height:21px;width:24px}#searchAuto .ui-autocomplete .luxury::before,#searchAuto_header .ui-autocomplete .luxury::before{background-position:-98px -56px;background-size:185px auto;height:25px;width:27px;margin-top:-4px}#searchAuto .ui-autocomplete .culture::before,#searchAuto_header .ui-autocomplete .culture::before{background-position:-73px -2px;background-size:200px auto;height:27px;width:22px}#searchAuto .ui-autocomplete .family::before,#searchAuto_header .ui-autocomplete .family::before{background-position:-64px -28px;background-size:175px auto;height:23px;width:28px;margin-top:-2px}#searchAuto .ui-autocomplete .practicalinformation::before,#searchAuto_header .ui-autocomplete .practicalinformation::before{background-position:-173px -88px;background-size:195px auto;height:31px;margin-top:-2px;width:20px;margin-left:-25px!important}#searchAuto .ui-autocomplete .healthandwellness::before,#searchAuto_header .ui-autocomplete .healthandwellness::before{background-position:-67px -81px;background-size:180px auto;height:24px;margin-top:-4px;width:27px}#searchAuto .ui-autocomplete .hiddengems::before,#searchAuto_header .ui-autocomplete .hiddengems::before{background-position:-109px -30px;background-size:200px auto;height:28px;width:22px}#searchAuto .ui-autocomplete .outdoors::before,#searchAuto_header .ui-autocomplete .outdoors::before{background-position:-101px -84px;background-size:190px auto;height:26px;width:30px}#searchAuto .ui-autocomplete .romance::before,#searchAuto_header .ui-autocomplete .romance::before{background-position:-133px -2px;background-size:190px auto;height:25px;margin-top:-2px;width:24px}#searchAuto .ui-autocomplete .trendy::before,#searchAuto_header .ui-autocomplete .trendy::before{background-position:-140px -30px;background-size:200px auto;height:26px;margin-top:-2px;width:20px}#searchAuto .ui-autocomplete .weirdandwonderful::before,#searchAuto_header .ui-autocomplete .weirdandwonderful::before{background-position:-129px -55px;background-size:185px auto;height:25px;margin-top:-2px;width:26px}#searchAuto .ui-autocomplete .beautyAndSpas::before,#searchAuto_header .ui-autocomplete .beautyAndSpas::before{background-position:-169px -61px;background-size:200px auto;height:27px;width:29px}#searchAuto .ui-autocomplete .poiImage,#searchAuto_header .ui-autocomplete .poiImage{background-position:-1px 4px!important}#searchAuto ul li,#searchAuto_header ul li{min-height:45px}#searchAuto .ui-autocomplete .adayinthecity::before,#searchAuto .ui-autocomplete .aweekinthecity::before,#searchAuto .ui-autocomplete .beautyAndSpas::before,#searchAuto .ui-autocomplete .budget::before,#searchAuto .ui-autocomplete .cheap::before,#searchAuto .ui-autocomplete .culture::before,#searchAuto .ui-autocomplete .expensive::before,#searchAuto .ui-autocomplete .family::before,#searchAuto .ui-autocomplete .free::before,#searchAuto .ui-autocomplete .healthandwellness::before,#searchAuto .ui-autocomplete .hiddengems::before,#searchAuto .ui-autocomplete .luxury::before,#searchAuto .ui-autocomplete .moderate::before,#searchAuto .ui-autocomplete .outdoors::before,#searchAuto .ui-autocomplete .practicalinformation::before,#searchAuto .ui-autocomplete .romance::before,#searchAuto .ui-autocomplete .threedaysinthecity::before,#searchAuto .ui-autocomplete .trendy::before,#searchAuto .ui-autocomplete .veryexpensive::before,#searchAuto .ui-autocomplete .weirdandwonderful::before{margin-left:-35px}#searchAuto_header .ui-autocomplete .adayinthecity::before,#searchAuto_header .ui-autocomplete .aweekinthecity::before,#searchAuto_header .ui-autocomplete .beautyAndSpas::before,#searchAuto_header .ui-autocomplete .budget::before,#searchAuto_header .ui-autocomplete .cheap::before,#searchAuto_header .ui-autocomplete .culture::before,#searchAuto_header .ui-autocomplete .expensive::before,#searchAuto_header .ui-autocomplete .family::before,#searchAuto_header .ui-autocomplete .free::before,#searchAuto_header .ui-autocomplete .healthandwellness::before,#searchAuto_header .ui-autocomplete .hiddengems::before,#searchAuto_header .ui-autocomplete .luxury::before,#searchAuto_header .ui-autocomplete .moderate::before,#searchAuto_header .ui-autocomplete .outdoors::before,#searchAuto_header .ui-autocomplete .practicalinformation::before,#searchAuto_header .ui-autocomplete .romance::before,#searchAuto_header .ui-autocomplete .threedaysinthecity::before,#searchAuto_header .ui-autocomplete .trendy::before,#searchAuto_header .ui-autocomplete .veryexpensive::before,#searchAuto_header .ui-autocomplete .weirdandwonderful::before{margin-left:-40px}#cityAuto ul .current_location_main .curr_hr,#cityAuto ul .current_location_main .curr_hr_last{margin:5px auto}#cityAuto ul .current_location_main span::before,#cityAuto_header ul .current_location_main span::before{background-size:13px auto;height:19px;margin-left:-25px;margin-top:2px;width:13px}#cityAuto ul .current_location_main span{font-size:11.95px;padding:0 29px;line-height:20px}.search_main_wrapper{width:93%}.hCHead{padding:55px}.carousel_heading_home{font-size:20.82px}#bestOfCity_carousel .slick-prev,#bestOfCity_carousel .slick-prev::before,#search_similar_location_carousel .slick-prev{background-position:-173px -3px;background-size:214px auto;height:48px;margin-left:-10px;margin-top:-46px;width:17px}#browse_our_collections .slick-prev,#browse_our_collections .slick-prev::before,#browse_our_collections_one .slick-prev,#browse_our_collections_one .slick-prev::before,#majorDestination_carousel .slick-prev,#majorDestination_carousel .slick-prev::before{background-position:-173px -3px;background-size:214px auto;height:48px;margin-left:-25px;margin-top:0;width:17px}#bestOfCity_carousel .slick-next,#bestOfCity_carousel .slick-next::before,#search_similar_location_carousel .slick-next{background-position:-194px -3px;background-size:214px auto;height:48px;margin-right:-5px;margin-top:-46px;width:17px}#browse_our_collections .slick-next,#browse_our_collections .slick-next::before,#browse_our_collections_one .slick-next,#browse_our_collections_one .slick-next::before,#majorDestination_carousel .slick-next,#majorDestination_carousel .slick-next::before{background-position:-194px -3px;background-size:214px auto;height:48px;margin-right:-25px;margin-top:0;width:17px}#browse_our_collections .slick-next,#browse_our_collections .slick-next::before,#browse_our_collections .slick-prev,#browse_our_collections .slick-prev::before,#browse_our_collections_one .slick-next,#browse_our_collections_one .slick-next::before,#browse_our_collections_one .slick-prev,#browse_our_collections_one .slick-prev::before{margin-top:-5px}#browse_our_collections .slick-prev,#browse_our_collections .slick-prev::before,#browse_our_collections_one .slick-prev,#browse_our_collections_one .slick-prev::before{margin-left:-10px}#browse_our_collections .slick-next,#browse_our_collections .slick-next::before,#browse_our_collections_one .slick-next,#browse_our_collections_one .slick-next::before{margin-right:-10px}#bestOfCity_carousel .img_box img{height:150px;width:150px}#bestOfCity_carousel .img_box .c_title{font-size:16.23px;padding-top:17px}#bestOfCity_carousel .img_box .c_subtitle{font-size:11.95px}#bestOfCity_carousel .img_box hr{margin:12px auto 14px;width:90px}#majorDestination_carousel .img_Title{bottom:50px;height:50px}#majorDestination_carousel .img_Title .c_title{font-size:15.75px;padding-left:10px;padding-top:10px}#majorDestination_carousel .img_Title .c_subtitle{font-size:10.5px;padding-bottom:0;padding-left:10px}#download_app{height:489px}#mobile_img{background-size:200px auto;height:387px;margin-left:90px;width:200px}#app_download_box .download_text{font-size:40.95px}#app_download_box .download_msg{font-size:18.97px}#app_download_box .mobile_store{background-size:250px auto}#app_download_box .google_download{background-position:-35px -562px;height:46px;margin-left:36px;margin-top:10px;width:170px}#app_download_box .apple_download{background-position:-35px -495px;height:46px;margin-left:25px;margin-top:10px;width:170px}#create_box{width:1160px}#create_box .innerBox .txt{padding:30px 15px;font-size:14.95px;margin-top:30px}.crBox{background-size:510px auto;height:100px;width:100px}#create_box .create_element1{background-position:-103px -103px}#create_box .create_element2{background-position:-103px -103px}#create_box .create_element3{background-position:-205px -103px}#create_box .create_element4{background-position:-308px -103px}#create_box .create_element5{background-position:-409px -103px}#browse_our_collections,#browse_our_collections_one{width:1173px}#browse_our_collections .blueBox .txt{font-size:19.97px;padding:5px 14px}#browse_our_collections_one .blueBox .txt{font-size:19.97px;padding:5px 14px;height:100px}.search_box{width:100%}.search_results .recomended_category_head{width:1175px}.search_box_text{font-size:22px}footer{height:235px}footer .left-section_footer{font-size:10.9px;padding:35px 0 0 50px}footer .left-section_footer .wcities_logo{background-size:425px auto;height:96px;margin-left:20px;margin-top:17px;width:160px}footer .middle-section{vertical-align:top;width:59%}footer .middle-section .join_txt{font-size:19.42px;margin-bottom:23px;margin-top:25px}footer .middle-section .footer-social_icon{height:50px}footer .middle-section .middle-links{padding:20px 0 0}footer .middle-section .middle-links .footerTxt{font-size:10.9px;padding:0 10px}footer .middle-section .footer-social_icon .b,footer .middle-section .footer-social_icon .f,footer .middle-section .footer-social_icon .i,footer .middle-section .footer-social_icon .p,footer .middle-section .footer-social_icon .t{background-position:-182px -28px;background-size:360px auto;height:65px;width:48px}footer .middle-section .footer-social_icon .t{background-position:-226px -28px}footer .middle-section .footer-social_icon .i{background-position:-269px -28px}footer .middle-section .footer-social_icon .b{background-position:-138px -28px}footer .middle-section .footer-social_icon .p{background-position:-314px -28px}footer .right-section .footer-rightTxt{font-size:17.23px;padding-right:40px}footer .topAdjust{padding-top:30px}#categoryPageModal .modal-dialog,#tagPageModal .modal-dialog{width:82%!important}.modal input.css-checkbox[type=checkbox]+label.css-label{font-size:14px}#catMoreBody .columnOne,#catMoreBody .columnThree,#catMoreBody .columnTwo{width:32%}.content_left.diamond{background-position:-3px 0;background-size:85px auto;height:19px;margin:3px 1px;width:18px}.title_rate.diamond{background-position:-4px 0;background-size:125px auto;height:28px;margin:0 2px;width:28px}.content_left.halfstar.diamond{background-position:-23px 0}.title_rate.halfstar.diamond{background-position:-34px 0}.content_left.hotel{background-position:-47px 0;background-size:90px auto;height:21px;margin:4px 1px;width:18px}.content_left.halfstar.hotel{background-position:-69px 0}.title_rate.hotel{background-position:-77px -5px;background-size:150px auto;height:30px;width:32px}.title_rate.halfstar.hotel{background-position:-115px -5px}.featured_category_rate.diamond{margin:0 2px}#send_us_message .map_feedback .feedback_form .submit_btn{display:inline-block;width:250px}.plan.page-plan .featured_category .featured_category_poi .col-lg-4{margin:5px auto}.plan_results .recomended_category_head{width:1000px}.itenary_header_text{width:57%;font-size:28px}#land_image.about_us .middle-text .left_side_content{padding-left:25px}#land_image.about_us .middle-text .left_side_content .cityProd{padding-top:30px}#land_image.about_us .middle-text .right_side_content{padding-top:95px}#land_image.about_us .middle-text .left_side_content .wcities_logo{background-size:500px;width:175px;height:109px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{margin-left:-50px;background-size:100px;width:33px;height:35px}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{background-position:-67px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before{background-position:-33px 0}#land_image.about_us .middle-text .right_side_content .city_desc,#land_image.about_us .middle-text .right_side_content .contact_info{width:100%;padding:20px 25px}#land_image.about_us .middle-text .right_side_content{width:54%}#land_image.about_us .middle-text .left_side_content{width:42%}#send_us_message .map_feedback{width:88%}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{line-height:35px}#send_us_message .map_feedback .feedback_form,#send_us_message .map_feedback .map{height:545px}#mode-selector label.lblchangemode-transit{border-right-color:0!important;border-right-width:0;border-right-style:none}.detail_content .detail_button .button{background-size:331px auto;height:52px;min-width:250px}.detail_content .detail_button .button.book_table.bookroom span::before{top:12px;width:30px}.detail_content .detail_button .button.book_table span::before{background-position:162px -30px;background-size:500px auto;height:26px;top:13px}.detail_content .detail_button .button.book_table .rentTable_icon{background-size:30px;background-position:-2px -5px;width:25px;height:23px;top:-1px;margin-right:8px}.detail_content .detail_button .button.add_remove_collection .add_icon{margin:-9px 5px}.map_title .other_title .key_countDown{margin-right:15px}.homeinputbox{width:30%}.flexcontent{width:85%}}@media only screen and (min-width:980px) and (max-width:1279px){#browse_our_collections_one .blueBox .txt{font-size:24px;padding:10px 15px;height:120px}.onlyfree_plan{font-size:18px!important}.plan_category_text_new{font-size:24px!important;padding:20px 0;margin:0 auto!important}.nodesconlydd::before{left:0;background-position:-32px -45px;background-size:320px auto}.recomended_category .recomended_category_poi .header_desc.nodesconlydd{font-size:14px!important;padding-left:32px;left:-5px}.full-width span:before{background-size:500px auto;background-position:165px -20px}.bookspan{line-height:40px}.detail.page-detail .more_poi .similar_location .bookspan{line-height:50px}.search.page-search .bookspan{line-height:50px}.search.page-search .search_similar_locations .bookBlock,.search.page-search .search_similar_locations .full-width{height:50px}.best.page-best .search_results .bookBlock,.best.page-best .search_results .full-width,.category.page-category .top_rated_category .bookBlock,.category.page-category .top_rated_category .full-width,.myprofile.page-myprofile .top_my_recently_viewed_location .bookBlock,.myprofile.page-myprofile .top_my_recently_viewed_location .full-width{height:40px}.top_rated_content.top_rated_category .catpoiData .bookspan{font-size:16px}.keepMeLoggedIn{height:72px;margin-top:5px}#login_popup .facebook_login_img>span::before{background-color:rgba(0,0,0,0);background-image:url(https://cityseeker.com/assets/images/facebook_login.png);background-position:-2px 6px;background-repeat:no-repeat;background-size:12px auto;border-right-color:#bbb;border-right-style:solid;border-right-width:0;content:" ";height:31px;left:-20px;position:absolute;top:3px;width:25px}#login_popup .facebook_login_img>span,#login_popup .google_login_img>span{font-size:12px;line-height:40px}#login_popup .google_login_img>span::before{background-color:rgba(0,0,0,0);background-image:url(https://cityseeker.com/assets/images/google-plus.png);background-position:0 6px;background-repeat:no-repeat;background-size:20px auto;border-right-color:#bbb;border-right-style:solid;border-right-width:0;content:" ";height:31px;left:-25px;position:absolute;top:3px;width:25px}#get_direction .modal-sm{width:60%!important}.camera_img img{width:32px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:10px 5px 0 10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:10px 5px 0 10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-21px 0 0 48px;text-align:left;width:170px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:10px 5px 0 10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:10px 5px 0 10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-18px 0 0 55px;text-align:left;width:217px}#main-header .half-div.right{line-height:60px}#main-header{height:60px}#login_popup .site_logo,#main-header .half-div.left .logo,#signup_popup .site_logo{background-size:160px auto;height:36px;margin:10px 0 0 20px;width:162px}#main-header .half-div .join_txt,#main-header .half-div .login_txt{font-size:14px;bottom:0}#header-child{height:40px}#header-child .category_txt{font-size:14px;line-height:40px;padding-left:60px}#land_image{padding:0 0 50%}#main-header .half-div .join_txt{padding-right:20px}#main-header .half-div .login_txt{padding-left:20px}#main-header .half-div.right{padding-right:35px}#header-child .category_txt.upArrow::before,#header-child .category_txt::before{background-position:-39px -21px;background-size:235px auto;height:11px;margin-left:-34px;margin-top:14px;width:21px}#header-child .browse_collection_txt.detail,#header-child .collection_txt.detail,#header-child .myCollection_txt{font-size:14.25px;line-height:40px}#header-child .browse_collection_txt::before,#header-child .collection_txt.detail::before,#header-child .myCollection_txt::before{background-size:80px auto;height:30px;margin-left:-35px;margin-top:7px;width:27px}#header-child .browse_collection_txt::before{background-position:-26px 0}#header-child .myCollection_txt{padding:4px 20px 4px 50px}#header-child .collection_txt.detail{padding:4px 15px 4px 50px}#header-child .collection_txt.detail::before{background-position:-53px 0}.current_category_click_header,.current_location_click_header{top:52px;width:170px}.current_location_click_header span::before{width:15px;height:23px;background-size:15px auto;margin:1px 0 0 -27px}.current_location_click_header span{padding:0 5px 0 30px;font-size:12px}.current_category_click_header .curr_hr,.current_category_click_header .curr_hr_last,.current_location_click_header .curr_hr,.current_location_click_header .curr_hr_last{margin:5px auto;width:90%}.current_category_click,.current_location_click{top:60px;width:235px}.current_category_click .curr_hr,.current_category_click .curr_hr_last,.current_location_click .curr_hr,.current_location_click .curr_hr_last{margin:5px auto}.current_location_click span::before{background-size:13px auto;height:19px;margin-left:-22px;margin-top:2px;width:13px}#city_auto .globe_location,.current_location_click .globe_location,.current_location_click span,.sel_cats{font-size:11.95px;padding:0 36px}.sel_cats{font-size:11.95px;padding:0 20px}.categories{height:90px}.categories .single_category .cat{margin-top:15px}.categories .single_category .cat.tours{background-position:-5px 79px;background-size:300px auto;height:38px;width:22px;margin-top:15px}.categories .single_category .cat.accommodations{background-position:-36px 71px;background-size:300px auto;height:24px;width:43px;margin-top:15px}.categories .single_category .cat.restAndCafe{background-position:-88px 79px;background-size:300px auto;height:38px;width:38px;margin-top:15px}.categories .single_category .cat.attractions{background-position:-133px 77px;background-size:300px auto;height:32px;width:37px;margin-top:15px}.categories .single_category .cat.nightlife{background-position:-185px 76px;background-size:300px auto;height:32px;width:22px;margin-top:15px}.categories .single_category .cat.shopping{background-position:-217px 77px;background-size:300px auto;height:31px;width:35px;margin-top:15px}.categories .single_category .cat.events{background-position:-259px 74px;background-size:300px auto;height:31px;width:37px;margin-top:15px}.cat_txt{font-size:11px}#land_image .middle-text{margin-top:9%}#land_image .middle-text .welcome::after{background-size:180px auto;height:42px;width:180px;margin-left:10px;margin-top:0}#land_image .middle-text .welcome{margin-left:-223px;font-size:30px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city::-webkit-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city::-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:-ms-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:placeholder-shown{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2::-webkit-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2::-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:-ms-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:placeholder-shown{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category::-webkit-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category::-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:-ms-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:placeholder-shown{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location,#main_content_area .middle-text .input-boxes .col-xs-2.search,#main_content_area .middle-text .input-boxes .col-xs-2.selCat{width:235px;height:40px}#main_content_area .middle-text .input-boxes .col-xs-2.location::before{background-position:-162px -10px;background-size:225px auto;width:14px;height:20px;margin-top:10px;margin-right:5px}#main_content_area .middle-text .input-boxes .col-xs-2.location .set_curr_location,#main_content_area .middle-text .input-boxes .col-xs-2.selCat .set_curr_category{height:12px;margin-right:2px;margin-top:15px;width:19px;background-position:-43px -37px;background-size:225px auto}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city{font-size:17.23px;width:70%}#main_content_area .middle-text .input-boxes .col-xs-2.location,#main_content_area .middle-text .input-boxes .col-xs-2.search,#main_content_area .middle-text .input-boxes .col-xs-2.selCat{margin:20px 0}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2,#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category{width:70%;height:40px;font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.search .glyphicon-search{font-size:18px;margin-top:10px;padding-left:10px}.globe_location::before{background-size:16px;width:16px;height:16px}#cityAuto .globe_location::before{margin-left:-25px}#cityAuto_header .globe_location::before{margin-left:-26px}.current_location_click_header .globe_location{padding:0 5px 0 30px}#cityAuto .globe_location,#cityAuto_header .globe_location{padding:0 25px;height:17px}.current_location_click .globe_location::before,.current_location_click_header .globe_location::before{margin-left:-25px}#cityAuto .globe_location,.current_location_click .globe_location,.current_location_click span{font-size:11.95px}#cityAuto_header .globe_location,.current_location_click_header .globe_location{font-size:12.83px}.related_collection .category_collection_data .slick-prev,.related_collection .category_collection_data .slick-prev::before,.saved_collection .saved_collection_data .slick-prev,.saved_collection .saved_collection_data .slick-prev::before,.top_my_collection_viewed_location .row.recomended_category_poi .slick-prev,.top_my_collection_viewed_location .row.recomended_category_poi .slick-prev::before,.top_my_collections .row.recomended_category_poi .slick-prev,.top_my_collections .row.recomended_category_poi .slick-prev::before{background-position:-17px 0;background-size:35px;width:17px;height:50px}.related_collection .category_collection_data .slick-next,.related_collection .category_collection_data .slick-next::before,.saved_collection .saved_collection_data .slick-next,.saved_collection .saved_collection_data .slick-next::before,.top_my_collection_viewed_location .row.recomended_category_poi .slick-next,.top_my_collection_viewed_location .row.recomended_category_poi .slick-next::before,.top_my_collections .row.recomended_category_poi .slick-next,.top_my_collections .row.recomended_category_poi .slick-next::before{background-position:-18px -54px;background-size:35px;width:17px;height:50px}.related_collection .category_collection_data .slick-prev,.saved_collection .saved_collection_data .slick-prev,.top_my_collections .row.recomended_category_poi .slick-prev{margin-top:-20px;margin-left:-25px}.related_collection .category_collection_data .slick-next,.saved_collection .saved_collection_data .slick-next,.top_my_collections .row.recomended_category_poi .slick-next{margin-top:-20px;margin-right:-25px}#searchAuto .ui-autocomplete .accommodations::before{background-position:5px -27px;background-size:22px auto;height:13px;margin-left:-36px;width:27px}#searchAuto .ui-autocomplete .shopping::before{background-position:-2px -113px;background-size:22px auto;height:16px;margin-left:-28px;margin-top:3px;width:18px}#searchAuto .ui-autocomplete .nightlife::before{background-position:-5px -91px;background-size:22px auto;height:17px;margin-left:-24px;width:11px}#searchAuto .ui-autocomplete .restAndCafe::before{background-position:5px -45px;background-size:22px auto;height:20px;margin-left:-33px;width:26px}#searchAuto .ui-autocomplete .attractions::before{background-position:5px -68px;background-size:22px auto;height:17px;margin-left:-36px;width:25px}#searchAuto_header .ui-autocomplete .accommodations::before{background-position:0 -30px;background-size:25px auto;height:15px;margin-left:-30px;margin-top:6px;width:25px}#searchAuto_header .ui-autocomplete .shopping::before{background-position:-2px -128px;background-size:25px auto;height:19px;margin-left:-28px;margin-top:2px;width:21px}#searchAuto_header .ui-autocomplete .nightlife::before{background-position:-6px -104px;background-size:25px auto;height:18px;margin-left:-23px;margin-top:5px;width:12px}#searchAuto_header .ui-autocomplete .restAndCafe::before{background-position:-1px -51px;background-size:25px auto;height:23px;margin-left:-26px;width:23px}#searchAuto_header .ui-autocomplete .attractions::before{background-position:-1px -78px;background-size:25px auto;height:19px;margin-left:-28px;margin-top:2px;width:23px}#searchAuto .ui-autocomplete .adayinthecity::before,#searchAuto_header .ui-autocomplete .adayinthecity::before{background-position:-161px -101px;background-size:225px auto;height:30px;width:30px;margin-top:-3px}#searchAuto .ui-autocomplete .threedaysinthecity::before,#searchAuto_header .ui-autocomplete .threedaysinthecity::before{background-position:-189px -3px;background-size:225px auto;height:30px;width:30px;margin-top:-3px}#searchAuto .ui-autocomplete .aweekinthecity::before,#searchAuto_header .ui-autocomplete .aweekinthecity::before{background-position:-189px -36px;background-size:225px auto;height:30px;width:30px;margin-top:-3px}#searchAuto .ui-autocomplete .free::before,#searchAuto_header .ui-autocomplete .free::before{background-position:-82px -67px;background-size:220px auto;height:30px;width:30px}#searchAuto .ui-autocomplete .veryexpensive::before,#searchAuto_header .ui-autocomplete .veryexpensive::before{background-position:0 -40px;background-size:90px auto;width:32px;margin-left:-40px!important}#searchAuto .ui-autocomplete .expensive::before,#searchAuto_header .ui-autocomplete .expensive::before{background-position:-2px -38px;background-size:125px auto;height:17px;width:32px}#searchAuto .ui-autocomplete .budget::before,#searchAuto_header .ui-autocomplete .budget::before{background-position:-126px -2px;background-size:235px auto;height:31px;margin-top:-2px;width:30px;margin-left:-37px!important}#searchAuto .ui-autocomplete .moderate::before,#searchAuto_header .ui-autocomplete .moderate::before{background-position:-3px -22px;background-size:150px auto;height:21px;width:24px}#searchAuto .ui-autocomplete .luxury::before,#searchAuto_header .ui-autocomplete .luxury::before{background-position:-98px -56px;background-size:185px auto;height:25px;width:27px;margin-top:-4px}#searchAuto .ui-autocomplete .culture::before,#searchAuto_header .ui-autocomplete .culture::before{background-position:-73px -2px;background-size:200px auto;height:27px;width:22px}#searchAuto .ui-autocomplete .family::before,#searchAuto_header .ui-autocomplete .family::before{background-position:-64px -28px;background-size:175px auto;height:23px;width:28px;margin-top:-2px}#searchAuto .ui-autocomplete .practicalinformation::before,#searchAuto_header .ui-autocomplete .practicalinformation::before{background-position:-173px -88px;background-size:195px auto;height:31px;margin-top:-2px;width:20px;margin-left:-25px!important}#searchAuto .ui-autocomplete .healthandwellness::before,#searchAuto_header .ui-autocomplete .healthandwellness::before{background-position:-67px -81px;background-size:180px auto;height:24px;margin-top:-4px;width:27px}#searchAuto .ui-autocomplete .hiddengems::before,#searchAuto_header .ui-autocomplete .hiddengems::before{background-position:-109px -30px;background-size:200px auto;height:28px;width:22px}#searchAuto .ui-autocomplete .outdoors::before,#searchAuto_header .ui-autocomplete .outdoors::before{background-position:-101px -84px;background-size:190px auto;height:26px;width:30px}#searchAuto .ui-autocomplete .romance::before,#searchAuto_header .ui-autocomplete .romance::before{background-position:-133px -2px;background-size:190px auto;height:25px;margin-top:-2px;width:24px}#searchAuto .ui-autocomplete .trendy::before,#searchAuto_header .ui-autocomplete .trendy::before{background-position:-140px -30px;background-size:200px auto;height:26px;margin-top:-2px;width:20px}#searchAuto .ui-autocomplete .weirdandwonderful::before,#searchAuto_header .ui-autocomplete .weirdandwonderful::before{background-position:-129px -55px;background-size:185px auto;height:25px;margin-top:-2px;width:26px}#searchAuto .ui-autocomplete .beautyAndSpas::before,#searchAuto_header .ui-autocomplete .beautyAndSpas::before{background-position:-169px -61px;background-size:200px auto;height:27px;width:29px}#searchAuto .ui-autocomplete .poiImage,#searchAuto_header .ui-autocomplete .poiImage{background-position:-1px 4px!important;background-size:30px auto!important}#searchAuto ul li,#searchAuto_header ul li{min-height:45px}#searchAuto .ui-autocomplete .adayinthecity::before,#searchAuto .ui-autocomplete .aweekinthecity::before,#searchAuto .ui-autocomplete .beautyAndSpas::before,#searchAuto .ui-autocomplete .budget::before,#searchAuto .ui-autocomplete .cheap::before,#searchAuto .ui-autocomplete .culture::before,#searchAuto .ui-autocomplete .expensive::before,#searchAuto .ui-autocomplete .family::before,#searchAuto .ui-autocomplete .free::before,#searchAuto .ui-autocomplete .healthandwellness::before,#searchAuto .ui-autocomplete .hiddengems::before,#searchAuto .ui-autocomplete .luxury::before,#searchAuto .ui-autocomplete .moderate::before,#searchAuto .ui-autocomplete .outdoors::before,#searchAuto .ui-autocomplete .practicalinformation::before,#searchAuto .ui-autocomplete .romance::before,#searchAuto .ui-autocomplete .threedaysinthecity::before,#searchAuto .ui-autocomplete .trendy::before,#searchAuto .ui-autocomplete .veryexpensive::before,#searchAuto .ui-autocomplete .weirdandwonderful::before{margin-left:-35px}#searchAuto .ui-autocomplete .accommodations,#searchAuto .ui-autocomplete .adayinthecity,#searchAuto .ui-autocomplete .attractions,#searchAuto .ui-autocomplete .aweekinthecity,#searchAuto .ui-autocomplete .beautyAndSpas,#searchAuto .ui-autocomplete .budget,#searchAuto .ui-autocomplete .cheap,#searchAuto .ui-autocomplete .culture,#searchAuto .ui-autocomplete .expensive,#searchAuto .ui-autocomplete .family,#searchAuto .ui-autocomplete .free,#searchAuto .ui-autocomplete .healthandwellness,#searchAuto .ui-autocomplete .hiddengems,#searchAuto .ui-autocomplete .luxury,#searchAuto .ui-autocomplete .moderate,#searchAuto .ui-autocomplete .nightlife,#searchAuto .ui-autocomplete .outdoors,#searchAuto .ui-autocomplete .practicalinformation,#searchAuto .ui-autocomplete .restAndCafe,#searchAuto .ui-autocomplete .romance,#searchAuto .ui-autocomplete .shopping,#searchAuto .ui-autocomplete .threedaysinthecity,#searchAuto .ui-autocomplete .trendy,#searchAuto .ui-autocomplete .veryexpensive,#searchAuto .ui-autocomplete .weirdandwonderful,#searchAuto_header .ui-autocomplete .accommodations,#searchAuto_header .ui-autocomplete .adayinthecity,#searchAuto_header .ui-autocomplete .attractions,#searchAuto_header .ui-autocomplete .aweekinthecity,#searchAuto_header .ui-autocomplete .beautyAndSpas,#searchAuto_header .ui-autocomplete .budget,#searchAuto_header .ui-autocomplete .cheap,#searchAuto_header .ui-autocomplete .culture,#searchAuto_header .ui-autocomplete .expensive,#searchAuto_header .ui-autocomplete .family,#searchAuto_header .ui-autocomplete .free,#searchAuto_header .ui-autocomplete .healthandwellness,#searchAuto_header .ui-autocomplete .hiddengems,#searchAuto_header .ui-autocomplete .luxury,#searchAuto_header .ui-autocomplete .moderate,#searchAuto_header .ui-autocomplete .nightlife,#searchAuto_header .ui-autocomplete .outdoors,#searchAuto_header .ui-autocomplete .practicalinformation,#searchAuto_header .ui-autocomplete .restAndCafe,#searchAuto_header .ui-autocomplete .romance,#searchAuto_header .ui-autocomplete .shopping,#searchAuto_header .ui-autocomplete .threedaysinthecity,#searchAuto_header .ui-autocomplete .trendy,#searchAuto_header .ui-autocomplete .veryexpensive,#searchAuto_header .ui-autocomplete .weirdandwonderful{min-height:35px!important}#searchAuto_header .ui-autocomplete .adayinthecity::before,#searchAuto_header .ui-autocomplete .aweekinthecity::before,#searchAuto_header .ui-autocomplete .beautyAndSpas::before,#searchAuto_header .ui-autocomplete .budget::before,#searchAuto_header .ui-autocomplete .cheap::before,#searchAuto_header .ui-autocomplete .culture::before,#searchAuto_header .ui-autocomplete .expensive::before,#searchAuto_header .ui-autocomplete .family::before,#searchAuto_header .ui-autocomplete .free::before,#searchAuto_header .ui-autocomplete .healthandwellness::before,#searchAuto_header .ui-autocomplete .hiddengems::before,#searchAuto_header .ui-autocomplete .luxury::before,#searchAuto_header .ui-autocomplete .moderate::before,#searchAuto_header .ui-autocomplete .outdoors::before,#searchAuto_header .ui-autocomplete .practicalinformation::before,#searchAuto_header .ui-autocomplete .romance::before,#searchAuto_header .ui-autocomplete .threedaysinthecity::before,#searchAuto_header .ui-autocomplete .trendy::before,#searchAuto_header .ui-autocomplete .veryexpensive::before,#searchAuto_header .ui-autocomplete .weirdandwonderful::before{margin-left:-32px}#searchAuto_header span{margin-left:5px}#cityAuto .ui-autocomplete,#searchAuto .ui-autocomplete,.by_location .ui-autocomplete{font-size:11.95px;line-height:12px;padding:10px 15px}#searchAuto ul li{padding:5px 35px}#searchAuto #poi_desc,#searchAuto .see_poi_auto{font-size:9px}#cityAuto ul .current_location_main .curr_hr,#cityAuto ul .current_location_main .curr_hr_last{margin:5px auto}#cityAuto ul .current_location_main span{font-size:11.95px;padding:0 29px;line-height:20px}#cityAuto ul .current_location_main span::before{background:transparent url(https://cityseeker.com/assets/images/saved-location.png) no-repeat scroll 0 0/15px auto;height:20px;margin-left:-26px;margin-top:0;width:16px}#main-header .half-div.right{padding-right:30px}#header-child .right_menu{height:40px}#main-header .half-div .join_txt.myprofile_txt,#main-header .half-div .join_txt.sign_out{padding-left:5px;padding-right:5px}#header-child .myCollection_txt{margin-right:0}#main_content_area .about_sf{height:50px;line-height:50px;margin-left:65px;padding-left:20px;width:270px;font-size:18px}#main_content_area .arrowRight{width:22px;height:20px;background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/section_home.png) no-repeat scroll -153px -17px/225px auto;margin-top:15px;margin-right:14px}.hCHead{padding:50px 0}.carousel_heading_home{font-size:23px}#bestOfCity_carousel .img_box img{width:155px;height:155px}#bestOfCity_carousel .img_box hr{margin:10px auto 14px;width:120px}#bestOfCity_carousel .img_box .c_title{font-size:20px;padding:20px 10px 5px}#bestOfCity_carousel .img_box .c_subtitle{font-size:14px}#bestOfCity_carousel .slick-prev,#bestOfCity_carousel .slick-prev::before,#browse_our_collections .slick-prev,#browse_our_collections .slick-prev::before,#browse_our_collections_one .slick-prev,#browse_our_collections_one .slick-prev::before,#majorDestination_carousel .slick-prev,#majorDestination_carousel .slick-prev::before,#search_similar_location_carousel .slick-prev{height:56px;margin:-44px 0 0 0;width:20px;background-position:-207px -4px;background-size:255px auto}#bestOfCity_carousel .slick-next,#bestOfCity_carousel .slick-next::before,#browse_our_collections .slick-next,#browse_our_collections .slick-next::before,#browse_our_collections_one .slick-next,#browse_our_collections_one .slick-next::before,#majorDestination_carousel .slick-next,#majorDestination_carousel .slick-next::before,#search_similar_location_carousel .slick-next{margin:-44px 0 0 0;text-align:center;width:20px;background-position:-232px -4px;background-size:255px auto;height:56px}#majorDestination_carousel .img_Title .c_title{font-size:14px;padding:1px 10px 0}#majorDestination_carousel .img_Title .c_subtitle{font-size:11px;padding:0 10px 1px}#majorDestination_carousel .img_Title{bottom:55px;height:55px}#majorDestination_carousel .slick-next,#majorDestination_carousel .slick-next::before,#majorDestination_carousel .slick-prev,#majorDestination_carousel .slick-prev::before{margin-top:0}#mobile_img{background:transparent url(https://cityseeker.com/assets/images/download_app.png) no-repeat scroll 0 0/150px auto;height:293px;width:150px;margin:35px 0 0 50px}#app_download_box{width:510px;margin-top:70px}#app_download_box .download_text{font-size:34px;margin-left:20px}#app_download_box .download_msg{font-size:20px;margin-left:20px}#app_download_box .mobile_store{height:38px;width:136px;margin:20px 15px 0 20px;background:transparent url(https://cityseeker.com/assets/images/download_app.png) no-repeat scroll 0 0/200px auto}#app_download_box .google_download{background-position:-29px -449px;margin-left:20px}#app_download_box .apple_download{background-position:-28px -501px;margin-left:10px}#download_app{height:500px;margin-top:100px}#create_box{width:850px}#create_box .innerBox{width:166px}.crBox{width:126px;height:126px;background-size:640px auto}#create_box .innerBox .txt{padding:15px 10px;font-size:16px;margin:30px 10px;height:100px}#create_box .create_element1{background-position:-1px -129px}#create_box .create_element2{background-position:-129px -129px}#create_box .create_element3{background-position:-258px -129px}#create_box .create_element4{background-position:-386px -129px}#create_box .create_element5{background-position:-513px -129px}#browse_our_collections .blueBox,#browse_our_collections_one .blueBox{margin:10px 0}#browse_our_collections .blueBox .txt{font-size:24px;padding:15px},#browse_our_collections_one .blueBox .txt{font-size:24px;padding:0}footer{height:230px}footer .left-section_footer{font-size:16px;padding:40px 0 0 25px}footer .left-section_footer .wcities_logo{width:150px;height:96px;background-size:420px auto;margin-left:34px;margin-top:10px}footer .middle-section .join_txt{margin:30px auto 20px;font-size:20px}footer .middle-section .footer-social_icon{height:55px}footer .middle-section .footer-social_icon .b,footer .middle-section .footer-social_icon .f,footer .middle-section .footer-social_icon .i,footer .middle-section .footer-social_icon .p,footer .middle-section .footer-social_icon .t{background-position:-182px -28px;background-size:360px auto;height:65px;width:48px}footer .middle-section .footer-social_icon .t{background-position:-226px -28px}footer .middle-section .footer-social_icon .i{background-position:-269px -28px}footer .middle-section .footer-social_icon .b{background-position:-138px -28px}footer .middle-section .footer-social_icon .p{background-position:-314px -28px}footer .middle-section .middle-links .footerTxt{padding:0 10px;font-size:12px;margin:10px 0}footer .middle-section{width:56%}footer .right-section .footer-rightTxt{font-size:18px;padding:5px 10px 5px 0}footer .middle-section .middle-links{padding:20px 0 0}#login_popup .loginBoxEle input{font-size:14px}#login_popup .loginBoxEle input::-moz-placeholder{font-size:14px}#login_popup .loginBoxEle input::-webkit-input-placeholder{font-size:14px}#login_popup .loginBoxEle input:-ms-input-placeholder{font-size:14px}#login_popup .loginBoxEle input:placeholder-shown{font-size:14px}#email_collection_popup .modal-sm,#login_popup .modal-sm{width:65%!important}#login_popup .subHead{font-size:24px}#login_popup .loginBoxEle{width:400px;margin:10px 0 50px 10px}#forgetBox,#loginBox,#signupBox{padding:5px}#login_popup .loginBoxEle{width:240px;height:35px;margin:8px 10px 10px}#ForMsg,#forgetBox,#loginBox,#signupBox{margin-right:0}.loginBoxEle span{width:40px}#login_popup .loginBoxEle input[type=email],#login_popup .loginBoxEle input[type=password],#login_popup .loginBoxEle input[type=text]{width:190px;font-size:14px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:0;border-bottom-left-radius:0}#login_popup .loginBtnBoxEle{width:375px;margin:0 0 20px 20px}#login_popup .loginBtnBoxEle .loginBtn{width:174px;height:35px;line-height:35px;border-radius:5px;font-size:14px}#login_popup .footMsg{font-size:14px;padding:0 40px}#login_popup .socialLogin{width:200px;height:36px;margin:10px auto 10px 54px}#login_popup .socialLogin.google_login_img{background-position:0 -39px}.loginBoxEle span{padding:9px;font-size:14px;border-top-left-radius:5px;border-bottom-left-radius:5px}#login_popup .loginBtnBoxEle{width:225px}#login_popup .forgotPasswordLink{width:179px;margin:-5px 0 20px 65px;font-size:14px}#login_popup .loginBtnBoxEle .signupLink{font-size:14px}.modal-title{font-size:24px}#main-header .half-div.left{width:21%}#main-header .half-div .join_txt.home_join,#main-header .half-div .mybooking_login_txt,#main-header .half-div .mybooking_txt{padding-right:15px}#main-header .half-div .join_txt,#main-header .half-div .join_txt.sign_out,#main-header .half-div .login_txt{padding-left:8px;padding-right:8px}#main-header .middle-div{width:54%}#main-header .middle-div .col-xs-2.location,#main-header .middle-div .col-xs-2.search,#main-header .middle-div .col-xs-2.selCat{margin:10px 0 0 10px;padding:0 1px;width:170px;height:40px}#main-header .middle-div .col-xs-2.location{margin-left:0}#main-header .middle-div .col-xs-2.location::before{background-position:-130px -8px;background-size:180px auto;height:15px;margin-left:5px;margin-right:3px;margin-top:10px;width:11px}#main-header .middle-div .col-xs-2.location .pick_city{width:71%;font-size:14px}#main-header .middle-div .col-xs-2.selCat .pick_category{font-size:14px;width:85%}#main-header .middle-div .col-xs-2.search #Headerex2{width:78%;height:37px;padding:0 0 0 10px;font-size:14px}#main-header .middle-div .col-xs-2.search .glyphicon-search{font-size:17px;margin-top:9px;padding-left:4px;margin-left:5px;cursor:pointer}#main-header .middle-div .col-xs-2.location .set_curr_location_header,#main-header .middle-div .col-xs-2.selCat .set_curr_category_header{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -39px -34px/200px auto;height:10px;margin-left:2px;margin-top:15px;width:18px}#header-child .collection_txt.detail{font-size:14px}.detail_img{margin-left:30px;width:373px}.detail_image .all_tab{margin:0;right:15px;width:590px}.detail_image .all_tab .tab{height:30px;line-height:30px;margin:5px;padding:0 20px;font-size:16px}.detail_content{padding:20px}.plan_detail_content{padding:20px 5px!important}.detail_content .detail_top .detail_title{width:99%}.share_via{font-size:16px}.detail_content .detail_top .detail_title .title{font-size:32px;width:69%}.detail_content .detail_top .detail_title .title .poititle{font-size:32px}.title_footer.social_share{width:29%;line-height:30px}.detail_content .detail_top .ranked_desc .ranked_desc_txt{text-align:center;font-size:16px}.detail_content .detail_top .detail_title .desc{font-size:22px;margin-right:21px}#open_tag_model .modal-dialog{width:65%}#open_tag_model .tab,.detail_content .all_tab .tab{font-size:18px;height:40px;line-height:40px;margin:8px;padding:0 30px}.title_footer .title_rate{background-position:-76px -21px;background-size:359px auto;height:21px;width:22px;margin-top:0;margin-right:0}.title_footer .title_twitter{background-position:-3px -67px;background-size:210px auto;height:29px;margin-left:20px;width:29px}.title_footer .title_facebook{background-position:-34px -67px;background-size:210px auto;height:29px;width:29px;margin-left:0;cursor:pointer}.detail_content .detail_top .detail_title .pinterest_logo{width:29px;height:29px;margin-top:1px}.detail_content .detail_top .detail_time{font-size:22px;margin-top:15px;float:none;margin-left:45px}.detail_content .detail_top .detail_time::before{background-position:-62px -15px;background-size:230px auto;height:37px;margin-left:-45px;margin-top:-4px;width:36px}.detail_content .detail_top .detail_time .hours{font-size:20px}.detail_content .detail_top .detail_time .fullhours{font-size:14px}.book-tour{background-position:0 -2px;background-size:35px auto;height:38px;margin-left:-59px;margin-top:-7px;width:35px}.detail_content .detail_desc .d_desc{font-size:20px}.detail_content .detail_down .detail_desc{padding:0}.allthree_social_btn div.all_share_icon{margin-left:2px}.detail_content .detail_down .detail_desc .d_address,.detail_content .detail_down .detail_desc .d_email,.detail_content .detail_down .detail_desc .d_phone,.detail_content .detail_down .detail_desc .d_weburl,.detail_content .detail_down .detail_time{font-size:18px;margin-left:35px;line-height:20px;height:auto}.list-unstyled span{font-size:18px;padding-left:10px}.detail_content .detail_down .detail_time{height:auto}.detail_content .detail_down .detail_desc .d_address::before,.detail_content .detail_down .detail_desc .d_email::before,.detail_content .detail_down .detail_desc .d_phone::before,.detail_content .detail_down .detail_desc .d_weburl::before,.detail_down .detail_desc .detail_time::before{background-size:225px auto;width:35px;background-position:0 -7px;left:-35px}.detail_content .detail_down .detail_desc .d_socialurl{padding-left:0;font-size:20px}.detail_content .detail_down .detail_desc .d_socialurl .fb_icon.both,.detail_content .detail_down .detail_desc .d_socialurl .tw_icon.both{width:18px;height:18px}.instag{background-position:-51px -3px;background-size:72px auto;height:18px;width:18px}.d_socialurl .follow_title.both{padding-left:4px}.d_socialurl .follow_title.single{padding-left:17px}.detail_content .detail_down .detail_desc .d_socialurl .fb_icon.single,.detail_content .detail_down .detail_desc .d_socialurl .tw_icon.single{width:25px;height:25px;display:inline-block;margin-left:7px}.detail_content .detail_down .detail_desc .d_weburl::before{background-position:-38px -7px}.detail_content .detail_down .detail_desc .d_phone::before{background-position:-75px -7px}.detail_content .detail_down .detail_desc .d_email::before{background-position:-113px -7px}.detail_down .detail_desc .detail_time::before{background-position:-151px -7px}.detail_content .detail_button .button.search_golf_location{background-position:-10px -360px}.detail_content .detail_button .button.email_location{background-position:-14px -117px}.detail_content .detail_button .button.remove_from_collection{background-position:-13px -59px}.detail_content .detail_button .button.book_table{background-position:-14px -171px}.detail_content .detail_button .button.book_table.bookroom{background-position:-17px -17px;background-size:330px auto}.detail_content .detail_down .detail_time .hours{font-size:18px}.detail_content .detail_down .detail_time .fullhours{font-size:18px}.detail_content .detail_down .detail_button .button.add_collection{padding-left:40px;padding-right:18px}.detail_content .detail_down .detail_button .button.add_collection::before{background-position:-188px -37px;background-size:345px auto;height:30px;margin-left:-38px;margin-top:8px;width:30px}.detail_content .detail_down .detail_button .button.remove_from_collection::before{background-position:-276px -16px;background-size:345px auto;height:30px;margin-left:-35px;margin-top:8px;width:30px}.detail_content .detail_down .detail_button .button.email_location{padding-left:58px;padding-right:18px}.detail_content .detail_down .detail_button .button.email_location::before{background-position:-225px -41px;background-size:345px auto;height:20px;margin-left:-62px;margin-top:12px;width:34px}.detail_down{margin-bottom:0}.detail_middle_image{height:550px}#bget_direction{display:none!important}#aget_direction{display:block!important}.detail_content .detail_down .detail_button .ranked_desc{font-size:16px;padding-left:85px}.detail_content .detail_down .detail_button .ranked_desc::before{background-position:-6px -6px;background-size:300px auto;height:84px;margin-left:-85px;width:68px}.detail_page .detail_middle_image .whatsnearby{padding-right:0;width:100%}.detail_middle_image .middle_content .map_title{padding:26px 0 22px 46px;height:350px;margin:0 auto;width:80%}.nearby_txt{font-size:32px;width:80%;margin:30px auto}.detail_middle_image .middle_content .map_title .main_title{margin-left:50px;font-size:32px}.detail_middle_image .middle_content .map_title .main_title::before{background-position:-74px -2px;background-size:220px auto;height:34px;margin-left:-35px;margin-top:5px;width:24px}.detail_middle_image .middle_content .map_title .title_break{background-position:-334px 0;background-size:1270px auto}.detail_middle_image .middle_content .map_title .middle_poi_name{height:190px;margin-right:35px}.detail_middle_image .middle_content .map_title .other_title{font-size:21px;height:35px;line-height:23px;padding:5px 0 0 19px}.detail_middle_image .middle_content .map_title .title_see_more{font-size:20px;margin-right:56px;padding:15px 0 20px}.map_area .address_map{font-size:20px}.map_area .address_map .icon::before{background-position:-75px -2px;background-size:220px auto;height:35px;margin-top:4px;width:23px}.detail_middle_image .middle_content .map_area .detail_movable_map{width:680px;height:413px}.loader_absolute span{margin:-26px -46px}.more_poi_head{padding-top:51px;padding-bottom:25px;font-size:28px}.more_poi{padding:10px 26px;width:100%}.more_poi .more_poi_filters{width:100%}.more_poi .more_poi_filters .more_tab.active .in{font-size:22px}.more_poi .more_poi_filters .more_tab .in{padding:10px 17px;font-size:20px}.more_poi .more_poi_break{width:100%}.more_poi_data{width:100%}.row.more_poi_content .col-lg-4,.search_similar_location_carousel .col-xs-3,.top_collection_results .col-lg-4{height:auto;margin:4px;padding:10px;width:218px}.search_similar_location_carousel .col-xs-3{height:auto;margin:4px;padding:0;width:218px}.plan_results .row.recomended_category_poi .col-lg-4,.search_results .recomended_category .recomended_category_poi .col-lg-4{height:auto;margin:4px;padding:0;width:32%}.plan_results .row.recomended_category_poi .col-lg-4{padding:10px}.plan_results .itenary_header_text{width:57%;font-size:28px}.mycollection.page-mycollection .top_my_collection_detail_page .top_collection_results .row.recomended_category_poi .col-lg-4 .img_box,.mycollection.page-mycollection .top_my_collection_detail_page .top_collection_results .row.recomended_category_poi .four_by_three{width:200px;height:150px}.collection.page-collection .Similar_collections_section .top_my_collections .top_mycollection_data{width:905px}.collection.page-collection .top_my_collection_detail_page .row.my_collection_detail_content .row.recomended_category_poi{width:40%}.top_collection_results .top_rated_map{width:97%}.top_my_collection_detail_page,.top_my_collections,.top_my_recently_viewed_location{padding:1% 2%}.recomended_category .recomended_category_poi .col-lg-4 .img_box,.row.more_poi_content .col-lg-4 .img_box{height:163px;width:218px}.more_poi .more_poi_content .four_by_three{height:163px;width:100%}.show_ajax_collection_data .recomended_category .recomended_category_poi .col-lg-4 .img_box{width:100%}.page-collection .recomended_category .recomended_category_poi .col-lg-4 .img_box,.page-detail .row.more_poi_content .col-lg-4 .img_box{width:100%;height:auto}.more_poi .more_poi_content .img_bottom_overlay,.my_profile_recent_view_result .img_bottom_overlay,.recomended_category .recomended_category_poi .img_bottom_overlay,.search_similar_location_carousel .img_bottom_overlay,.top_mycollection_data .img_bottom_overlay{height:35px;padding:0 10px}.besttag_cat_poi .recommend_image{width:106px;height:78px}.recomended_category .recomended_category_poi .col-lg-2 .img_box{height:80px}.img_Titles .c_subtitle{font-size:16px}.img_Titles{line-height:78px}.border_purpose{height:80px}.recomended_category .recomended_category_poi .col-lg-2{padding:0 4px!important}#recomended_category_poi .slick-prev{left:25px}#recomended_category_poi .slick-next{right:25px}.recomended_category.category_page{padding:4% 1% 2%}.recomended_category .recomended_category_poi{padding:0 40px}.more_poi .more_poi_content .img_bottom_overlay .content_right,.more_tour_content .img_bottom_overlay .content_right,.my_profile_recent_view_result .img_bottom_overlay .content_right,.recomended_category .recomended_category_poi .img_bottom_overlay .content_right,.search_similar_location_carousel .img_bottom_overlay .content_right,.top_mycollection_data .img_bottom_overlay .content_right{font-size:18px;height:18px;margin:8px 0 5px;width:18px}.more_poi .more_poi_content .img_bottom_overlay .content_right,.more_tour_content .img_bottom_overlay .content_right,.my_profile_recent_view_result .img_bottom_overlay .content_right,.recomended_category .recomended_category_poi .img_bottom_overlay .content_right,.search_similar_location_carousel .img_bottom_overlay .content_right,.top_mycollection_data .img_bottom_overlay .content_right{font-size:18px}.recomended_category .recomended_category_poi .header_txt,.row.more_poi_content .header_txt,.row.more_tour_content .header_txt,.search_similar_location_carousel .header_txt{font-size:24px}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:17px}.recomended_category .recomended_category_poi .header_desc,.row.more_poi_content .header_desc,.row.more_tour_content .header_desc,.search_similar_location_carousel .header_desc,.top_my_collection_detail_page .collection_header .header_collection_creator{font-size:16px!important;height:74px}.plan_header_txt{font-size:22px!important;padding:4px 0}.row.my_collection_detail_content .header_desc{font-size:17px!important}.top_my_collection_detail_page .collection_header .header_collection_creator{height:0}.recomended_category .recomended_category_poi .add_to_collection,.row.more_poi_content .add_to_collection,.search_similar_location_carousel .add_to_collection{font-size:16px}.recomended_category .recomended_category_poi .add_to_collection::before,.row.more_poi_content .add_to_collection::before,.search_similar_location_carousel .add_to_collection::before{background-size:48px auto;height:24px;margin-left:-33px;width:24px;margin-top:-1px}.top_my_collections .recomended_category_poi .add_to_collection_bookmark::before{background-size:14px auto;height:20px;margin-left:-20px;width:13px;margin-top:0}.top_my_collections .recomended_category_poi .delete_collection_bookmark::before{background-size:18px auto;height:18px;margin-top:1px;width:18px;margin-left:-30px}.browse_show_more_btn,.view_more_btn{min-width:300px;height:50px;line-height:50px;font-size:20px;margin:25px 0}.search_box_text{font-size:18px}.best_category_page .best_category_page_title,.browse_collection .browse_collection_data .browse_collection_title .browse_collection_head,.featured_category .featured_category_head,.recomended_category_head,.related_collection_data .header_title,.top_my_collection_detail_page .top_my_collection_head,.top_rated_head{font-size:20px}#search_similar_location_carousel{width:92%}.list-view .featured_category{padding:1% 28px}.best.page-best .search_results .row.recomended_category_poi,.featured_category .featured_category_poi,.list-view .featured_category .featured_category_poi,.plan_results .recomended_category .grid-view .row.recomended_category_poi,.search.page-search .list-view .featured_category .row.featured_category_poi,.search.page-search .search_results .recomended_category .row.recomended_category_poi{width:905px;padding:0}.search.page-search .list-view .featured_category .row.featured_category_poi,.search.page-search .search_results .recomended_category .row.recomended_category_poi{padding:0}.plan_results .recomended_category .recomended_category_poi .col-lg-4 .img_box,.search.page-search .search_results .recomended_category .recomended_category_poi .col-lg-4 .img_box,.search.page-search .search_results .recomended_category .recomended_category_poi .col-lg-4 .img_box .four_by_three,.search_results .recomended_category .recomended_category_poi .col-lg-4 .img_box{width:268px;height:201px}.search_results .recomended_category_head{width:875px}.search_box_text{font-size:22px}.related_collection .collection_result,.saved_collection .search_result{width:750px}.myprofile.page-myprofile .recomended_category .recomended_category_poi{width:750px}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{width:287px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4 .img_box,.myprofile.page-myprofile .recomended_category .recomended_category_poi .four_by_three{width:218px;height:163px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4,.myprofile.page-myprofile .top_my_recently_viewed_location .recomended_category .recomended_category_poi .col-lg-4{width:242px;margin:2px}.plan.page-plan .row.featured_category_poi{width:910px}.plan.page-plan .featured_category .featured_category_poi .col-lg-4{margin:5px auto}.plan_results .recomended_category_head{width:875px}.more_poi .more_poi_content .img_bottom_overlay,.my_profile_recent_view_result .img_bottom_overlay,.recomended_category .recomended_category_poi .img_bottom_overlay,.search_similar_location_carousel .img_bottom_overlay,.top_mycollection_data .img_bottom_overlay,.top_rated .top_rated_content .img_bottom_overlay{line-height:35px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .img_bottom_overlay{line-height:35px;height:40px}.top_my_collection_detail_page .content_left.diamond{background-position:-3px 0;background-size:95px auto;height:24px;margin:7px 1px;width:23px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .img_bottom_overlay .content_right{font-size:18px;margin:10px -2px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .header_txt{font-size:21.7px;margin-top:10px;margin-bottom:3px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .add_to_collection{font-size:17.12px;text-align:center;width:100%;border:1px solid #001e62;border-radius:5px;margin-left:0;margin:20px 0;color:#fff;background:#183066}.top_my_collection_detail_page .recomended_category .recomended_category_poi .add_to_collection::before{margin-top:0}.mycollection.page-mycollection .top_my_collection_detail_page .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi{width:900px!important}.mycollection.page-mycollection .top_my_collection_detail_page .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi .col-lg-4 .img_box,.mycollection.page-mycollection .top_my_collection_detail_page .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:267px!important;height:200px!important}.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4{width:220px}.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box,.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box .four_by_three{width:196px;height:147px}.top_mycollection_data .header_title,.top_saved_data .header_title{width:920px}.top_mycollection_data .recomended_category .header_title .hr_line,.top_saved_data .header_title .hr_line{width:80%}.saved_collection .search_result .header_title .hr_line,.top_mycollection_data .recomended_category .header_title .hr_line{width:585px}.more_poi .col-lg-4 .recomended_desc,.recomended_category_poi .col-lg-4 .recomended_desc,.search_similar_locations .search_similar_location_carousel .recomended_desc{padding:5px}.featured_category .featured_category_poi .desc_box{padding:15px 0}.featured_category .featured_category_poi .desc_box .img_box,.featured_category .featured_category_poi .desc_box .img_box .four_by_three{height:127px;width:170px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc.featured_header{padding:5px 2px 5px 22px;width:74%}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc{width:690px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc.nostar{width:705px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_head{font-size:26px;width:70%;display:inline-block;margin-right:20px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_address{font-size:16px;line-height:18px;padding:5px 0 5px 20px;margin-right:5px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .for_state{font-size:12px;padding:0 20px 10px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_fullDesc{font-size:16px;height:47px;padding-top:5px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_address::before{background-position:-33px -44px;background-size:300px auto;height:22px;left:1px;margin-top:0;width:16px}.featured_category .featured_category_poi .desc_box .featured_category_desc.featured_header{padding:5px 2px 5px 22px;width:74%}.featured_category .featured_category_poi .desc_box .featured_category_desc{width:490px}.featured_category .featured_category_poi .desc_box .featured_category_desc.nostar{width:705px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_head{font-size:26px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address{font-size:16px;line-height:18px;padding:5px 0 5px 20px;margin-right:5px}.featured_category .featured_category_poi .desc_box .featured_category_desc .for_state{font-size:12px;padding:0 20px 10px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_fullDesc{font-size:16px;height:47px;padding-top:5px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address::before{background-position:-33px -44px;background-size:300px auto;height:22px;left:1px;margin-top:0;width:16px}.featured_category .featured_category_poi .desc_box .featured_category_action,.list-view .featured_category .featured_category_poi .desc_box .featured_category_action{margin-left:0;width:215px;height:128px}.featured_category_action{width:265px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_pricing,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rating{width:185px;height:26px;margin-bottom:10px;float:right;padding-right:0;text-align:right}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_price{float:right;font-size:18px;width:17px;margin-top:10px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection{width:200px;height:48px;background-size:249px auto;background-position:-5px -172px}.detail_content .detail_button .button.book_table .bookTable_icon.Room_icon,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Room_icon{background-position:-2px -4px;background-size:85px auto;height:20px;width:19px;margin-top:-2px}.detail_content .detail_button .button.book_table .bookTable_icon.Table_icon,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon{background-position:-18px -2px;background-size:67px auto;height:18px;width:26px;margin-top:0}.detail_content .detail_button .button.book_table .bookTable_icon.Table_icon_vip,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon_vip{background-position:-46px 0;background-size:67px auto;height:22px;width:20px;margin-top:0}.top_rated_content.top_rated_category .catpoiData .full-width .Table_icon{background-position:-20px -2px;background-size:77px auto;height:21px;width:30px;margin-top:-2px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection{background-position:-5px -223px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .addCollection_btn_cover,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .book_btn_cover{width:240px;height:40px;float:right}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable{float:right;line-height:38px;font-size:16px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection.add_remove_collection .add_remove_icon{background-size:40px;height:19px;width:19px;margin-top:-3px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable{height:36px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .remove_from_collection{font-size:16px;line-height:39px;background-size:249px auto;background-position:-5px -2px}.collection.page-collection .top_my_collection_detail_page .poi_address,.top_collection_results .poi_address{padding:5px 0;font-size:14px;margin-left:28px}.collection.page-collection .top_my_collection_detail_page .poi_address{font-size:18px}.top_my_collection_detail_page .colpoiData{margin-bottom:40px}.top_my_collection_detail_page .colpoiData:last-child{margin-bottom:0}.collection.page-collection .top_my_collection_detail_page .poi_address::before,.top_collection_results .poi_address::before{background-size:20px auto;width:20px;height:24px;margin-left:-31px}#cityAuto_header .ui-autocomplete,#searchAuto_header .ui-autocomplete{font-size:11.95px;line-height:12px}#searchAuto_header #poi_desc{font-size:9px}#searchAuto_header ul li{padding:5px 35px}#searchAuto_header .ui-autocomplete{padding:0 15px}#cityAuto_header ul,#searchAuto_header ul{left:-8px!important;top:13px!important;width:220px!important;padding:5px 15px}#cityAuto_header ul .current_location_main span{font-size:12.83px;line-height:20px;padding:0 0 0 25px}#cityAuto_header ul .current_location_main .curr_hr,#cityAuto_header ul .current_location_main .curr_hr_last{margin:5px auto}#cityAuto_header ul .current_location_main span::before{background-size:15px auto;height:18px;width:15px;margin-top:0;margin-left:-25px}#data-profile{width:90%;padding:20px 0}#main-profile .img-div img{margin:10px 0}#main-profile .txt-div{width:70%}#main-profile .img-div{width:30%}#main-profile .txt-div .txt-profile{font-size:16px}#main-profile .txt-div .profile-field .profile-name{font-size:30px}#main-profile .txt-div .profile-field .email-location .label{font-size:16px;width:150px}#main-profile .txt-div .profile-field input{font-size:20px}#main-profile .txt-div .profile-field .email-location .locationBox-inner{font-size:20px}.top_my_collections .recomended_category_poi .add_to_collection_bookmark{font-size:14px;padding:10px 0 0 20px}.top_my_collections .recomended_category_poi .delete_collection_bookmark{font-size:14px;margin-left:-8px}.top_my_collections .col-lg-4 .create_collection_icon{background-size:115px auto;height:115px;left:50px;top:25px;width:115px}.my_profile_recent_view_result .recomended_category .recomended_category_poi .col-lg-4,.top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{height:265px;width:242px}.favorite-tag-btn span,.favorite-tag-btn-2 span,.favorite-tag-btn-3 span{display:inline-block}.top_my_collection_detail_page .collection_header,.top_my_collection_detail_page .my_collection_detail_content{width:100%}.top_collection_results .recomended_category{padding:1% 1%}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .close{right:6%}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-header{font-size:28px;margin:20px 0}.browse_collection .browse_collection_data .browse_collection_title .browse_collection_head::before,.recently_head_txt::before,.saved-city-content .city-saved::before,.top_my_collection_detail_page .recomended_category_head::before,.top_my_collections .recomended_category_head::before{background-position:-58px -8px;background-size:325px auto;height:39px;margin-left:-50px;width:34px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .created-list,.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .description{font-size:20px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-all-location{font-size:20px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-all-location::before{background:transparent url(https://cityseeker.com/assets/images/grey-bookmarked_icon.png) no-repeat scroll 0 0/15px auto;height:26px;margin-left:-30px;margin-top:3px;width:15px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .list-btn-share-pdf div{font-size:18px;height:40px;line-height:40px;width:250px;margin:5px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .list-btn-share-pdf{margin:2% 0}.recomended_category .recomended_category_poi .add_to_collection,.recomended_category .recomended_category_poi .remove_from_collection,.row.more_poi_content .add_to_collection,.row.more_poi_content .remove_from_collection,.search_similar_location_carousel .add_to_collection,.search_similar_location_carousel .remove_from_collection{font-size:14px;margin-left:26px}.recomended_category .recomended_category_poi .remove_from_collection::before,.row.more_poi_content .remove_from_collection::before,.search_similar_location_carousel .remove_from_collection::before{background-size:48px auto;width:24px;height:24px;margin-left:-32px;margin-top:-4px;background-position:-25px 0}.top_collection_results .recomended_category{margin-bottom:40px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection{top:30px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo{padding:5px 0}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo{font-size:14.12px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo label::before{background-size:24px auto;height:24px;margin-left:-33px;width:24px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo input[type=radio]:checked+label::before{background-position:0 -24px;background-size:24px auto;height:24px;margin-left:-33px;width:24px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo label{margin-left:29px;font-weight:400}.top_my_collection_detail_page .collection_header .header_collection_desc{font-size:18px}.edit_collections,.top_my_collection_detail_page .collection_header #share_invite,.top_my_collection_detail_page .collection_header .download_pdf,.top_my_collection_detail_page .collection_header .email_collection{margin:5px 10px 5px 0}.top_my_collection_detail_page .collection_header .collection_buttons{float:none}.list-btn-share-pdf{margin:10px 0}.top_my_collection_detail_page .collection_header .header_collection_desc{margin-top:10px}#add_to_collection_poi .modal-dialog{width:900px}.modal-footer,.modal-header{padding:10px 40px 5px}.modal-body{margin:0 20px}.collectionListData .top_rated_content .col-lg-4.collectlist,.collectionListData .top_rated_content .col-lg-4.create_collection{height:230px;margin:5px 7px;padding:12px;width:255px;display:inline-block}.collectionListData .top_rated_content .collectlist .img_box,.collectionListData .top_rated_content .create_collection .img_box,.collectionListData .top_rated_content .four_by_three{height:172px;width:230px}.collectionListData .col-lg-4 .create_collection_icon{margin:43px 75px}#add_to_collection_poi .active_collection_icon{background-size:60px auto;height:60px;left:90px;top:58px;width:60px}#CollectionList{height:485px}.search_main_wrapper{width:92%}.search_box{width:100%}.category_filter .cat_label,.tag_filter .tag_label{font-size:12.65px;margin-left:30px;margin-right:0;padding-top:15px;width:90px}#main_content_area .category_tag_filter .category_option,#main_content_area .tag_filter .tag_option{width:75%;margin:5px 0}.category_filter .category_more,.tag_filter .tag_more{font-size:13px;margin-right:40px;margin-top:15px}.category_filter .category_more .glyphicon.glyphicon-triangle-bottom,.tag_filter .tag_more .glyphicon.glyphicon-triangle-bottom{font-size:20px;margin:0 9px}.category_filter .cat_txt,.tag_filter .tag_txt{margin:5px;padding:3px 10px;font-size:12px}#main_content_area .category_tag_filter .tag_filter_more .selected_tags{font-size:14.65px;line-height:25px;padding:5px 25px 5px 35px}#main_content_area .category_tag_filter .tag_filter_more .cancel{font-size:18px;margin-left:-22px}.top_rated{padding:15px 30px}.onlyfree{font-size:14px;line-height:35px}.onlyfree.recommended{line-height:39px;font-size:16px}.top_my_collection_detail_page .onlyfree{font-size:18px}.row.top_rated_content .col-lg-4{width:48%;display:inline-block;margin:3px}.best_of_tag .img_box::before{background-position:-4px -6px;background-size:230px auto;height:65px;width:53px}.top_rated .top_rated_content .img_bottom_overlay .content_right{font-size:18px;height:18px;margin:8px 0 5px;width:17px}.row.top_rated_content .header_txt{font-size:20px}.row.top_rated_content .header_desc{font-size:14px;height:65px}.row.top_rated_content .add_to_collection,.row.top_rated_content .remove_from_collection{margin-left:35px;font-size:15px;padding:2px 0 0}.row.top_rated_content .remove_from_collection::before{background-position:-23px 0;background-size:44px auto;height:21px;margin-left:-35px;margin-top:0;width:21px}.row.top_rated_content .add_to_collection::before{background-size:44px auto;height:21px;margin-left:-35px;margin-top:0;width:21px}.top_rated_content.top_rated_category #mCSB_1_scrollbar_vertical{right:-1px!important}.recomended_category .recomended_category_poi .add_to_collection,.recomended_category .recomended_category_poi .remove_from_collection,.row.more_poi_content .add_to_collection,.row.more_poi_content .remove_from_collection,.search_similar_location_carousel .add_to_collection,.search_similar_location_carousel .remove_from_collection{margin-left:28px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable::before{background-position:-150px -12px;background-size:250px auto;height:20px;margin-left:2px;margin-right:10px;width:21px;margin-top:8px}.featured_category .featured_category_poi .col-lg-4{height:auto}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .remove_from_collection::before{background-position:-201px -12px;height:21px;margin-left:2px;margin-right:11px;width:21px;margin-top:8px;background-size:250px auto}#categoryPageModal .modal-dialog,#tagPageModal .modal-dialog{width:96%!important}.block{width:275px}.top_rated .top_rated_content .img_bottom_overlay{height:35px;line-height:35px}#img_Titles{bottom:39px;height:39px}#img_Titles .c_title{font-size:16px;padding:10px 0 0 15px;line-height:15px}#img_Titles .c_subtitle{font-size:22px;line-height:20px}.modal input.css-checkbox[type=checkbox]+label.css-label{font-size:14px}#catMoreBody .columnOne,#catMoreBody .columnThree,#catMoreBody .columnTwo{width:32%}.content_left.diamond{background-position:-3px 0;background-size:95px auto;height:22px;margin:3px 1px;width:20px}.title_rate.diamond{background-position:-4px 0;background-size:125px auto;height:28px;margin:0 2px;width:28px}.content_left.halfstar.diamond{background-position:-26px 0}.title_rate.halfstar.diamond{background-position:-34px 0}.content_left.hotel{background-position:-41px 0;background-size:80px auto;height:19px;margin:7px 1px;width:17px}.content_left.halfstar.hotel{background-position:-61px 0}.title_rate.hotel{background-position:-65px -4px;background-size:125px auto;height:26px;margin:0 1px;width:25px}.title_rate.halfstar.hotel{background-position:-96px -4px}.featured_category_rate.diamond{margin:0 2px;background-position:-4px 0;background-size:120px auto;height:27px;width:26px}.featured_category_rate.halfstar.diamond,.title_rate.halfstar.diamond{background-position:-33px 0}.featured_category_rate.hotel{background-position:-65px 0;background-size:125px auto;height:29px;margin:0 2px;width:25px}.featured_category_rate.halfstar.hotel,.title_rate.halfstar.hotel{background-position:-96px 0}.detail_content .hurricane_msg{font-size:18px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search{width:45%}.browse_collection .browse_collection_data .keyword_search .keyword_txt input{width:90%}.browse_collection .browse_collection_data .browse_collection_result,.browse_collection .browse_collection_data .browse_other_collection{width:920px;min-height:400px}.browse_collection_result .search_result,.browse_other_collection .other_collection_list{width:920px}.browse_collection_result .search_result .col-lg-4,.browse_other_collection .other_collection_list .col-lg-4{margin:5px 6px;padding:12px;width:218px;height:269px}.browse_other_collection .other_collection_list .col-lg-4{float:left}.browse_collection_result .search_result .col-lg-4 .four_by_three,.browse_other_collection .other_collection_list .col-lg-4 .four_by_three{height:147px;width:196px}.browse_collection_result .search_result .browse_col_desc .header_txt{font-size:17px;line-height:23px;padding:5px 0}.browse_other_collection .other_collection_list .browse_col_desc .header_txt{font-size:17px;line-height:23px;padding:5px 0}.browse_collection_result .search_result .browse_col_desc .created_by,.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:13px}.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:13px}.browse_collection_result .search_result .keyword_txt_save_unsave{margin:0 -12px}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords{font-size:15px;height:47px;line-height:47px;width:78%}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{height:47px;margin-left:-3px;text-align:center}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-123px -13px;background-size:280px auto;height:20px;margin:9px 10px;width:24px;display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave_name,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave_name,.saved_collection .search_result .save_unsave .unsave_name{font-size:11px;margin:-14px auto}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .save,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .save,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .save,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-159px -15px;background-size:280px auto;height:20px;margin:9px 10px;width:24px;display:inline-block}.browse_other_collection .other_collection_list .keyword_txt_save_unsave{margin:0 -12px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave{display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.related_collection .collection_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .keywords{font-size:15px;height:47px;line-height:47px;width:80%}.saved_collection .saved_collection_data .slick-prev,.top_my_collection_viewed_location .row.recomended_category_poi .slick-prev,.top_my_collections .row.recomended_category_poi .slick-prev{margin-left:-25px;margin-top:0}.saved_collection .saved_collection_data .slick-next,.top_my_collection_viewed_location .my_profile_recent_view_result .row.recomended_category_poi .slick-next,.top_my_collections .row.recomended_category_poi .slick-next{margin-right:-25px;margin-top:0}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_text{font-size:20px;padding:5px 10px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon{min-width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide{height:50px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state{height:60px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{font-size:20px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.accommodations{background-position:0 -36px;background-size:30px auto;height:19px;margin:8px 0;width:24px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.restAndCafe{background-position:-2px -60px;background-size:30px auto;height:29px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.attractions{background-position:-2px -92px;background-size:30px auto;height:25px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.nightlife{background-position:-7px -124px;background-size:30px auto;height:22px;width:28px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.shopping{background-position:-3px -154px;background-size:30px auto;height:22px;margin:5px 0;width:29px}.Similar_collections_section .top_my_collections .recomended_category{padding:0}.related_collection,.saved_collection{width:100%}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi{width:920px}.related_collection .collection_result .col-lg-4,.saved_collection .search_result .col-lg-4{margin:4px;padding:12px;width:242px;height:266px}.Similar_collections_section .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{margin:4px;padding:12px;width:218px;height:325px}.related_collection .collection_result .col-lg-4 .four_by_three,.saved_collection .search_result .col-lg-4 .four_by_three{width:218px;height:163px}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt,.related_collection .collection_result .browse_col_desc .header_txt,.saved_collection .search_result .browse_col_desc .header_txt{font-size:17px;line-height:23px;padding:5px 0}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .browse_col_desc .created_by,.related_collection .collection_result .browse_col_desc .created_by,.saved_collection .search_result .browse_col_desc .created_by{color:#fff;font-size:13px}.related_collection .collection_result .keyword_txt_save_unsave,.saved_collection .search_result .keyword_txt_save_unsave{margin:0 -12px}.saved_collection .search_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay::before,.browse_collection .image_bottom_overlay::before,.related_collection .image_bottom_overlay::before,.saved_collection .image_bottom_overlay::before{background-position:-26px -4px;background-size:250px auto;height:18px;margin-left:-20px;margin-top:9px;width:16px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay,.browse_collection .image_bottom_overlay,.related_collection .image_bottom_overlay,.saved_collection .image_bottom_overlay{height:35px;line-height:35px;padding:0 10px 0 25px;font-size:14px}.plan_results .plan_category_holder .col-lg-4 .img_box .onlyfree{margin:auto 10px}.plan_results .plan_category_holder .col-lg-4 .img_box .content_right{font-size:16px!important}.popover349843{left:-18.5px}.popover{max-width:300px}.popover-content{padding-bottom:15px;padding-left:15px;padding-right:15px;padding-top:20px}#land_image.about_us .middle-text{padding:20px}#land_image.about_us .middle-text .left_side_content{padding-left:25px}#land_image.about_us .middle-text .left_side_content .cityProd{padding-top:30px}#land_image.about_us .middle-text .right_side_content{padding-top:60px}#land_image.about_us .middle-text .left_side_content .wcities_logo{background-size:390px auto;height:85px;width:137px;background-position:-3px -7px}#land_image.about_us .middle-text .right_side_content .city_desc,#land_image.about_us .middle-text .right_side_content .contact_info{margin-bottom:20px}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{height:70px;line-height:25px}#land_image.about_us .middle-text .left_side_content{width:44%}#send_us_message .map_feedback .feedback_form #email,#send_us_message .map_feedback .feedback_form #name{height:60px}#send_us_message .map_feedback .feedback_form #message{height:135px;padding:10px 20px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{margin-left:-35px;background-size:80px;width:26px;height:27px}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{background-position:-54px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before{background-position:-27px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{padding-left:35px}#land_image.about_us .middle-text .right_side_content .city_desc,#land_image.about_us .middle-text .right_side_content .contact_info{width:100%;padding:20px}#land_image.about_us .middle-text .right_side_content{width:54%}#land_image.about_us .middle-text .left_side_content{width:42%}#send_us_message .map_feedback{width:88%}#send_us_message .map_feedback .feedback_form .submit_btn{display:inline-block;float:none}#send_us_message .map_feedback .feedback_form,#send_us_message .map_feedback .map{height:538px}#mode-selector label{width:128px}.detail_content .detail_button .button{margin:8px}.detail_content .detail_button .button{background-size:331px auto;height:52px;min-width:270px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .addCollection_btn_cover,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .book_btn_cover{float:right;height:40px;width:auto}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection.add_remove_collection span::before,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .remove_from_collection.add_remove_collection span::before{left:6px;top:6px;background-size:48px;height:24px;width:23px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons span{line-height:36px;font-size:14px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .remove_from_collection{width:100%;height:40px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable span::before{left:12px;top:5px;background-position:173px -26px;background-size:450px auto;width:25px;height:25px}.detail_content .detail_button .button.book_table.bookroom span::before{top:12px;width:30px}.detail_content .detail_button .button.book_table span::before{background-position:162px -30px;background-size:500px auto;height:26px;top:13px}.radiusOption_box{right:4px;top:-15px}.map_title .other_title .key_countDown{margin-right:15px}#main-header .half-div.right{padding-right:14px}#main-header .half-div .join_txt,#main-header .half-div .login_txt{font-size:12px;bottom:0}#main-header .half-div .join_txt,#main-header .half-div .login_txt{padding:5px 16px}}@media only screen and (min-width:550px) and (max-width:799px){.full-width span:before{background-size:500px auto;background-position:165px -20px}.bookspan,.bookspan_home{font-size:16px}.best.page-best .bookspan{font-size:20px}.category.page-category .top_rated_category .bookspan,.search.page-search .bookspan{font-size:20px}}@media only screen and (min-width:800px) and (max-width:979px){.not_found_page img{width:180px}.not_found_page .in_blue,.not_found_page .to_home{font-size:22px}.not_found_page{font-size:17px}.not_found_page .in_blue,.not_found_page .not_found_reason{padding:0 30px;margin:20px auto}#get_direction .modal-sm{width:60%!important}.keepMeLoggedIn{height:72px;margin-top:5px}#login_popup .facebook_login_img>span::before{background-color:rgba(0,0,0,0);background-image:url(https://cityseeker.com/assets/images/facebook_login.png);background-position:-2px 6px;background-repeat:no-repeat;background-size:12px auto;border-right-color:#bbb;border-right-style:solid;border-right-width:0;content:" ";height:31px;left:-20px;position:absolute;top:3px;width:25px}#login_popup .google_login_img>span::before{background-color:rgba(0,0,0,0);background-image:url(https://cityseeker.com/assets/images/google-plus.png);background-position:0 6px;background-repeat:no-repeat;background-size:20px auto;border-right-color:#bbb;border-right-style:solid;border-right-width:0;content:" ";height:31px;left:-20px;position:absolute;top:3px;width:25px}#login_popup .facebook_login_img>span,#login_popup .google_login_img>span{font-size:12px;line-height:40px}.detail_content .detail_button .button.book_table span::before{background-position:162px -30px;background-size:500px auto;height:26px;top:13px}.detail_content .detail_button .button span{font-size:16px}#virtualtour .virtualtour_icon,.detail_content .detail_button .button.add_remove_collection .add_icon,.detail_content .detail_button .button.add_remove_collection .remove_icon{margin:-9px 5px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:12px 0 0 20px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:12px 0 0 20px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin-top:-30px;text-align:left;width:217px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:12px 0 0 20px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:12px 0 0 20px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin-top:-30px;text-align:left;width:217px}#header-child .collection_txt.detail,#header-child .myCollection_txt{font-size:14.25px;line-height:40px}#header-child .collection_txt.detail::before{background-position:-123px -12px;background-size:160px auto;height:21px;margin-left:-34px;margin-top:9px;width:21px}#main-header .half-div.left{width:27%}#main-header .half-div.right{line-height:60px}#main-header{height:60px}#login_popup .site_logo,#main-header .half-div.left .logo,#signup_popup .site_logo{background-size:130px auto;height:29px;margin:10px 0 0 20px;width:131px}#main-header .half-div .join_txt,#main-header .half-div .login_txt{font-size:14px;bottom:0}#header-child{height:40px}#header-child .category_txt{font-size:14px;line-height:40px;padding-left:60px}#main-header .half-div .join_txt,#main-header .half-div .join_txt.home_join{padding-right:20px}#main-header .half-div .join_txt.home_join,#main-header .half-div .login_txt{padding-left:12px}#main-header .half-div.right{padding-right:35px}#header-child .category_txt.upArrow::before,#header-child .category_txt::before{background-position:-39px -21px;background-size:235px auto;height:11px;margin-left:-34px;margin-top:14px;width:21px}.categories .single_category .cat{height:45px;margin:15px auto 10px;width:50px}.categories{height:80px}.categories .single_category .cat.tours{background-position:-6px 66px;background-size:250px auto;height:32px;width:16px;margin:10px auto 5px}.categories .single_category .cat.accommodations{background-position:-29px 61px;background-size:250px auto;height:22px;width:37px;margin:10px auto 15px}.categories .single_category .cat.restAndCafe{background-position:-73px 67px;background-size:250px auto;height:32px;width:33px;margin:10px auto 5px}.categories .single_category .cat.attractions{background-position:-111px 66px;background-size:250px auto;height:28px;width:31px;margin:10px auto 9px}.categories .single_category .cat.nightlife{background-position:-154px 64px;background-size:250px auto;height:32px;width:19px;margin:10px auto 5px}.categories .single_category .cat.shopping{background-position:-180px 65px;background-size:250px auto;height:26px;width:29px;margin:10px auto 11px}.categories .single_category .cat.events{background-position:-215px 63px;background-size:250px auto;height:26px;width:32px;margin:10px auto 11px}.cat_txt{font-size:10.5px}.current_location_click_header{top:70px;width:200px}.current_location_click_header span::before{width:15px;height:23px;background-size:15px auto;margin:1px 0 0 -27px}.current_location_click_header span{padding:0 40px;font-size:12px}.current_location_click_header .curr_hr,.current_location_click_header .curr_hr_last{margin:5px auto;width:90%}.current_category_click,.current_location_click{top:40px;width:280px;z-index:1}.current_category_click .curr_hr,.current_category_click .curr_hr_last,.current_location_click .curr_hr,.current_location_click .curr_hr_last{margin:5px auto}.current_location_click span::before{background-size:13px auto;height:19px;margin-left:-22px;margin-top:2px;width:13px}#city_auto .globe_location,.current_location_click .globe_location,.current_location_click span,.sel_cats{font-size:11.95px;padding:0 37px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city::-webkit-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city::-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:-ms-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:placeholder-shown{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2::-webkit-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2::-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:-ms-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:placeholder-shown{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category::-webkit-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category::-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:-ms-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:placeholder-shown{font-size:17.23px}#land_image{padding:0 0 47%}#land_image .middle-text{margin-top:9%}#land_image .middle-text .welcome::after{background-size:180px auto;height:42px;width:180px;margin-left:10px;margin-top:0}#land_image .middle-text .welcome{margin-left:-180px;font-size:30px}.homeinputbox{width:40%;display:inline-block}.flexcontent{display:inline-block;width:90%}#main_content_area .middle-text .input-boxes .col-xs-2.location,#main_content_area .middle-text .input-boxes .col-xs-2.search,#main_content_area .middle-text .input-boxes .col-xs-2.selCat{margin:0;width:280px;height:40px}#main_content_area .middle-text .input-boxes .col-xs-2.location::before{background-position:-162px -10px;background-size:225px auto;width:14px;height:20px;margin-top:10px;margin-right:5px}#main_content_area .middle-text .input-boxes .col-xs-2.location .set_curr_location,#main_content_area .middle-text .input-boxes .col-xs-2.selCat .set_curr_category{height:12px;margin-right:2px;margin-top:15px;width:19px;background-position:-43px -37px;background-size:225px auto}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city{font-size:17.23px;width:70%}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2,#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category{width:70%;height:40px;font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.search .glyphicon-search{font-size:18px;margin-top:10px;padding-left:10px}#cityAuto .ui-autocomplete,#searchAuto .ui-autocomplete,.by_location .ui-autocomplete{font-size:11.95px;line-height:12px;padding:10px}#searchAuto ul li{padding:5px 30px}#searchAuto #poi_desc,#searchAuto .see_poi_auto{font-size:9px}#cityAuto ul .current_location_main .curr_hr,#cityAuto ul .current_location_main .curr_hr_last{margin:5px auto}#cityAuto ul .current_location_main span{font-size:11.95px;padding:0 29px;line-height:20px}#cityAuto ul .current_location_main span::before{background:transparent url(https://cityseeker.com/assets/images/saved-location.png) no-repeat scroll 0 0/15px auto;height:20px;margin-left:-26px;margin-top:1px;width:16px}#header-child .mobile_menu{display:block;font-size:20px;height:40px;line-height:40px;padding-right:34px;position:relative}#header-child .right_menu{height:40px;display:none}#main-header .half-div.right{padding-right:0}#main-header .half-div .join_txt.myprofile_txt,#main-header .half-div .join_txt.sign_out{padding-left:10px;padding-right:10px}#main-header .half-div .join_txt{font-size:11px}.globe_location::before{background-size:16px;width:16px;height:16px}#cityAuto .globe_location::before{margin-left:-25px}#cityAuto_header .globe_location::before{margin-left:-26px}.current_location_click_header .globe_location{padding:0 40px}#cityAuto .globe_location,#cityAuto_header .globe_location{padding:0 25px;height:17px}.current_location_click .globe_location::before,.current_location_click_header .globe_location::before{margin-left:-25px}#cityAuto .globe_location,.current_location_click .globe_location,.current_location_click span{font-size:11.95px}#cityAuto_header .globe_location,.current_location_click_header .globe_location{font-size:12.83px}.collection.page-collection .recomended_category .recomended_category_poi{width:700px}.collection.page-collection .top_my_collection_detail_page .row.my_collection_detail_content .row.recomended_category_poi{width:40%}.top_collection_results .top_rated_map{width:95%}#handleDiv{width:15px}#searchAuto .ui-autocomplete .accommodations::before{background-position:5px -27px;background-size:22px auto;height:13px;margin-left:-36px;width:27px}#searchAuto .ui-autocomplete .shopping::before{background-position:-2px -113px;background-size:22px auto;height:16px;margin-left:-28px;margin-top:3px;width:18px}#searchAuto .ui-autocomplete .nightlife::before{background-position:-5px -91px;background-size:22px auto;height:17px;margin-left:-24px;width:11px}#searchAuto .ui-autocomplete .restAndCafe::before{background-position:5px -45px;background-size:22px auto;height:20px;margin-left:-33px;width:26px}#searchAuto .ui-autocomplete .attractions::before{background-position:5px -68px;background-size:22px auto;height:17px;margin-left:-36px;width:25px}#searchAuto_header .ui-autocomplete .accommodations::before{background-position:0 -30px;background-size:25px auto;height:15px;margin-left:-30px;margin-top:6px;width:25px}#searchAuto_header .ui-autocomplete .shopping::before{background-position:-2px -128px;background-size:25px auto;height:19px;margin-left:-28px;margin-top:2px;width:21px}#searchAuto_header .ui-autocomplete .nightlife::before{background-position:-6px -104px;background-size:25px auto;height:18px;margin-left:-23px;margin-top:5px;width:12px}#searchAuto_header .ui-autocomplete .restAndCafe::before{background-position:-1px -51px;background-size:25px auto;height:23px;margin-left:-26px;width:23px}#searchAuto_header .ui-autocomplete .attractions::before{background-position:-1px -78px;background-size:25px auto;height:19px;margin-left:-28px;margin-top:2px;width:23px}#searchAuto .ui-autocomplete .adayinthecity::before,#searchAuto_header .ui-autocomplete .adayinthecity::before{background-position:-161px -101px;background-size:225px auto;height:30px;width:30px;margin-top:-3px}#searchAuto .ui-autocomplete .threedaysinthecity::before,#searchAuto_header .ui-autocomplete .threedaysinthecity::before{background-position:-189px -3px;background-size:225px auto;height:30px;width:30px;margin-top:-3px}#searchAuto .ui-autocomplete .aweekinthecity::before,#searchAuto_header .ui-autocomplete .aweekinthecity::before{background-position:-189px -36px;background-size:225px auto;height:30px;width:30px;margin-top:-3px}#searchAuto .ui-autocomplete .free::before,#searchAuto_header .ui-autocomplete .free::before{background-position:-82px -67px;background-size:220px auto;height:30px;width:30px}#searchAuto .ui-autocomplete .veryexpensive::before,#searchAuto_header .ui-autocomplete .veryexpensive::before{background-position:0 -40px;background-size:90px auto;width:32px;margin-left:-40px!important}#searchAuto .ui-autocomplete .expensive::before,#searchAuto_header .ui-autocomplete .expensive::before{background-position:-2px -38px;background-size:125px auto;height:17px;width:32px}#searchAuto .ui-autocomplete .budget::before,#searchAuto_header .ui-autocomplete .budget::before{background-position:-126px -2px;background-size:235px auto;height:31px;margin-top:-2px;width:30px;margin-left:-37px!important}#searchAuto .ui-autocomplete .moderate::before,#searchAuto_header .ui-autocomplete .moderate::before{background-position:-3px -22px;background-size:150px auto;height:21px;width:24px}#searchAuto .ui-autocomplete .luxury::before,#searchAuto_header .ui-autocomplete .luxury::before{background-position:-98px -56px;background-size:185px auto;height:25px;width:27px;margin-top:-4px}#searchAuto .ui-autocomplete .culture::before,#searchAuto_header .ui-autocomplete .culture::before{background-position:-73px -2px;background-size:200px auto;height:27px;width:22px}#searchAuto .ui-autocomplete .family::before,#searchAuto_header .ui-autocomplete .family::before{background-position:-64px -28px;background-size:175px auto;height:23px;width:28px;margin-top:-2px}#searchAuto .ui-autocomplete .practicalinformation::before,#searchAuto_header .ui-autocomplete .practicalinformation::before{background-position:-173px -88px;background-size:195px auto;height:31px;margin-top:-2px;width:20px;margin-left:-25px!important}#searchAuto .ui-autocomplete .healthandwellness::before,#searchAuto_header .ui-autocomplete .healthandwellness::before{background-position:-67px -81px;background-size:180px auto;height:24px;margin-top:-4px;width:27px}#searchAuto .ui-autocomplete .hiddengems::before,#searchAuto_header .ui-autocomplete .hiddengems::before{background-position:-109px -30px;background-size:200px auto;height:28px;width:22px}#searchAuto .ui-autocomplete .outdoors::before,#searchAuto_header .ui-autocomplete .outdoors::before{background-position:-101px -84px;background-size:190px auto;height:26px;width:30px}#searchAuto .ui-autocomplete .romance::before,#searchAuto_header .ui-autocomplete .romance::before{background-position:-133px -2px;background-size:190px auto;height:25px;margin-top:-2px;width:24px}#searchAuto .ui-autocomplete .trendy::before,#searchAuto_header .ui-autocomplete .trendy::before{background-position:-140px -30px;background-size:200px auto;height:26px;margin-top:-2px;width:20px}#searchAuto .ui-autocomplete .weirdandwonderful::before,#searchAuto_header .ui-autocomplete .weirdandwonderful::before{background-position:-129px -55px;background-size:185px auto;height:25px;margin-top:-2px;width:26px}#searchAuto .ui-autocomplete .beautyAndSpas::before,#searchAuto_header .ui-autocomplete .beautyAndSpas::before{background-position:-169px -61px;background-size:200px auto;height:27px;width:29px}#searchAuto .ui-autocomplete .poiImage,#searchAuto_header .ui-autocomplete .poiImage{background-position:-1px 4px!important;background-size:30px auto!important}#searchAuto ul li,#searchAuto_header ul li{min-height:45px}#searchAuto .ui-autocomplete .adayinthecity::before,#searchAuto .ui-autocomplete .aweekinthecity::before,#searchAuto .ui-autocomplete .beautyAndSpas::before,#searchAuto .ui-autocomplete .budget::before,#searchAuto .ui-autocomplete .cheap::before,#searchAuto .ui-autocomplete .culture::before,#searchAuto .ui-autocomplete .expensive::before,#searchAuto .ui-autocomplete .family::before,#searchAuto .ui-autocomplete .free::before,#searchAuto .ui-autocomplete .healthandwellness::before,#searchAuto .ui-autocomplete .hiddengems::before,#searchAuto .ui-autocomplete .luxury::before,#searchAuto .ui-autocomplete .moderate::before,#searchAuto .ui-autocomplete .outdoors::before,#searchAuto .ui-autocomplete .practicalinformation::before,#searchAuto .ui-autocomplete .romance::before,#searchAuto .ui-autocomplete .threedaysinthecity::before,#searchAuto .ui-autocomplete .trendy::before,#searchAuto .ui-autocomplete .veryexpensive::before,#searchAuto .ui-autocomplete .weirdandwonderful::before{margin-left:-30px}#searchAuto .ui-autocomplete .accommodations,#searchAuto .ui-autocomplete .adayinthecity,#searchAuto .ui-autocomplete .attractions,#searchAuto .ui-autocomplete .aweekinthecity,#searchAuto .ui-autocomplete .beautyAndSpas,#searchAuto .ui-autocomplete .budget,#searchAuto .ui-autocomplete .cheap,#searchAuto .ui-autocomplete .culture,#searchAuto .ui-autocomplete .expensive,#searchAuto .ui-autocomplete .family,#searchAuto .ui-autocomplete .free,#searchAuto .ui-autocomplete .healthandwellness,#searchAuto .ui-autocomplete .hiddengems,#searchAuto .ui-autocomplete .luxury,#searchAuto .ui-autocomplete .moderate,#searchAuto .ui-autocomplete .nightlife,#searchAuto .ui-autocomplete .outdoors,#searchAuto .ui-autocomplete .practicalinformation,#searchAuto .ui-autocomplete .restAndCafe,#searchAuto .ui-autocomplete .romance,#searchAuto .ui-autocomplete .shopping,#searchAuto .ui-autocomplete .threedaysinthecity,#searchAuto .ui-autocomplete .trendy,#searchAuto .ui-autocomplete .veryexpensive,#searchAuto .ui-autocomplete .weirdandwonderful,#searchAuto_header .ui-autocomplete .accommodations,#searchAuto_header .ui-autocomplete .adayinthecity,#searchAuto_header .ui-autocomplete .attractions,#searchAuto_header .ui-autocomplete .aweekinthecity,#searchAuto_header .ui-autocomplete .beautyAndSpas,#searchAuto_header .ui-autocomplete .budget,#searchAuto_header .ui-autocomplete .cheap,#searchAuto_header .ui-autocomplete .culture,#searchAuto_header .ui-autocomplete .expensive,#searchAuto_header .ui-autocomplete .family,#searchAuto_header .ui-autocomplete .free,#searchAuto_header .ui-autocomplete .healthandwellness,#searchAuto_header .ui-autocomplete .hiddengems,#searchAuto_header .ui-autocomplete .luxury,#searchAuto_header .ui-autocomplete .moderate,#searchAuto_header .ui-autocomplete .nightlife,#searchAuto_header .ui-autocomplete .outdoors,#searchAuto_header .ui-autocomplete .practicalinformation,#searchAuto_header .ui-autocomplete .restAndCafe,#searchAuto_header .ui-autocomplete .romance,#searchAuto_header .ui-autocomplete .shopping,#searchAuto_header .ui-autocomplete .threedaysinthecity,#searchAuto_header .ui-autocomplete .trendy,#searchAuto_header .ui-autocomplete .veryexpensive,#searchAuto_header .ui-autocomplete .weirdandwonderful{min-height:35px!important}#searchAuto_header .ui-autocomplete .adayinthecity::before,#searchAuto_header .ui-autocomplete .aweekinthecity::before,#searchAuto_header .ui-autocomplete .beautyAndSpas::before,#searchAuto_header .ui-autocomplete .budget::before,#searchAuto_header .ui-autocomplete .cheap::before,#searchAuto_header .ui-autocomplete .culture::before,#searchAuto_header .ui-autocomplete .expensive::before,#searchAuto_header .ui-autocomplete .family::before,#searchAuto_header .ui-autocomplete .free::before,#searchAuto_header .ui-autocomplete .healthandwellness::before,#searchAuto_header .ui-autocomplete .hiddengems::before,#searchAuto_header .ui-autocomplete .luxury::before,#searchAuto_header .ui-autocomplete .moderate::before,#searchAuto_header .ui-autocomplete .outdoors::before,#searchAuto_header .ui-autocomplete .practicalinformation::before,#searchAuto_header .ui-autocomplete .romance::before,#searchAuto_header .ui-autocomplete .threedaysinthecity::before,#searchAuto_header .ui-autocomplete .trendy::before,#searchAuto_header .ui-autocomplete .veryexpensive::before,#searchAuto_header .ui-autocomplete .weirdandwonderful::before{margin-left:-32px}#searchAuto span,#searchAuto_header span{margin-left:5px}.search_results .recomended_category .recomended_category_poi{width:700px}.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.search_results .recomended_category .recomended_category_poi .col-lg-4,.search_similar_location_carousel .col-xs-3,.top_collection_results .col-lg-4{width:330px;margin:5px 9px}#main_content_area .about_sf{height:50px;line-height:50px;margin-left:65px;padding-left:20px;width:270px;font-size:18px}#main_content_area .arrowRight{width:22px;height:20px;background-position:-153px -17px;background-size:225px auto;margin-top:15px;margin-right:14px}.hCHead{padding:50px 0}.carousel_heading_home{font-size:23px}#bestOfCity_carousel .img_box img{width:155px;height:155px}#bestOfCity_carousel .img_box hr{margin:10px auto 14px;width:120px}#bestOfCity_carousel .img_box .c_title{font-size:20px;padding:20px 10px 5px}#bestOfCity_carousel .img_box .c_subtitle{font-size:14px}#bestOfCity_carousel .slick-prev,#bestOfCity_carousel .slick-prev::before,#browse_our_collections .slick-prev,#browse_our_collections .slick-prev:before,#browse_our_collections_one .slick-prev,#browse_our_collections_one .slick-prev:before,#majorDestination_carousel .slick-prev,#majorDestination_carousel .slick-prev::before,#search_similar_location_carousel .slick-prev{height:56px;margin:-44px 0 0 0;width:20px;background-position:-207px -4px;background-size:255px auto}#bestOfCity_carousel .slick-next,#bestOfCity_carousel .slick-next::before,#browse_our_collections .slick-next,#browse_our_collections .slick-next:before,#browse_our_collections_one .slick-next,#browse_our_collections_one .slick-next:before,#majorDestination_carousel .slick-next,#majorDestination_carousel .slick-next::before,#search_similar_location_carousel .slick-next{margin:-44px 0 0 0;text-align:center;width:20px;background-position:-232px -4px;background-size:255px auto;height:56px}#majorDestination_carousel .img_Title .c_title{font-size:14px;padding:1px 10px 0}#majorDestination_carousel .img_Title .c_subtitle{font-size:11px;padding:0 10px 1px}#majorDestination_carousel .img_Title{bottom:55px;height:55px}#majorDestination_carousel .slick-next,#majorDestination_carousel .slick-next::before,#majorDestination_carousel .slick-prev,#majorDestination_carousel .slick-prev::before{margin-top:0}#mobile_img{background-position:0 0;background-size:150px auto;height:293px;width:150px;margin:35px 0 0 50px}#app_download_box{width:510px;margin-top:70px}#app_download_box .download_text{font-size:34px;margin-left:20px}#app_download_box .download_msg{font-size:20px;margin-left:20px}#app_download_box .mobile_store{height:38px;width:136px;margin:20px 15px 0 20px;background:transparent url(https://cityseeker.com/assets/images/download_app.png) no-repeat scroll 0 0/200px auto}#app_download_box .google_download{background-position:-29px -449px;margin-left:20px}#app_download_box .apple_download{background-position:-28px -501px;margin-left:10px}#download_app{height:530px;margin-top:100px}#create_box{width:730px}#create_box .innerBox{width:142px}.crBox{width:126px;height:126px;background-size:640px auto}#create_box .innerBox .txt{padding:15px 10px;font-size:16px;margin:30px 10px;height:120px}#create_box .create_element1{background-position:-1px -129px}#create_box .create_element2{background-position:-129px -129px}#create_box .create_element3{background-position:-258px -129px}#create_box .create_element4{background-position:-386px -129px}#create_box .create_element5{background-position:-513px -129px}#browse_our_collections .blueBox,#browse_our_collections_one .blueBox{margin:10px 0}#browse_our_collections .blueBox .txt{font-size:24px;padding:10px 15px}#browse_our_collections_one .blueBox .txt{font-size:24px;padding:10px 15px;height:100px}footer{height:230px}footer .left-section_footer{font-size:16px;padding:40px 0 0 25px}footer .left-section_footer .wcities_logo{width:150px;height:96px;background-size:390px auto;margin-left:34px;margin-top:10px}footer .middle-section .join_txt{margin:30px auto 20px;font-size:20px}footer .middle-section .footer-social_icon{height:55px}footer .middle-section .footer-social_icon .b,footer .middle-section .footer-social_icon .f,footer .middle-section .footer-social_icon .i,footer .middle-section .footer-social_icon .p,footer .middle-section .footer-social_icon .t{background-position:-182px -28px;background-size:360px auto;height:65px;width:48px}footer .middle-section .footer-social_icon .t{background-position:-226px -28px}footer .middle-section .footer-social_icon .i{background-position:-269px -28px}footer .middle-section .footer-social_icon .b{background-position:-138px -28px}footer .middle-section .footer-social_icon .p{background-position:-314px -28px}footer .middle-section .middle-links .footerTxt{padding:0 10px;font-size:12px}footer .middle-section{width:56%}footer .right-section .footer-rightTxt{font-size:18px;padding:5px 10px 5px 0}footer .middle-section .middle-links{padding:20px 0 0}#login_popup .loginBoxEle input{font-size:14px}#login_popup .loginBoxEle input::-moz-placeholder{font-size:14px}#login_popup .loginBoxEle input::-webkit-input-placeholder{font-size:14px}#login_popup .loginBoxEle input:-ms-input-placeholder{font-size:14px}#login_popup .loginBoxEle input:placeholder-shown{font-size:14px}#login_popup .modal-sm{width:80%!important}#login_popup .subHead{font-size:24px}#login_popup .loginBoxEle{width:400px;margin:10px 0 50px 10px}#forgetBox,#loginBox,#signupBox{padding:5px;margin-right:0}#login_popup .loginBoxEle{width:240px;height:35px;margin:8px 10px 10px}.loginBoxEle span{width:40px}#login_popup .loginBoxEle input[type=email],#login_popup .loginBoxEle input[type=password],#login_popup .loginBoxEle input[type=text]{width:190px;font-size:14px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:0;border-bottom-left-radius:0}#login_popup .loginBtnBoxEle{width:375px;margin:0 0 20px 20px}#login_popup .loginBtnBoxEle .loginBtn{width:174px;height:35px;line-height:35px;border-radius:5px;font-size:14px}#login_popup .footMsg{font-size:14px;padding:0 40px}#login_popup .socialLogin{width:200px;height:36px;margin:10px auto 10px 55px}#login_popup .socialLogin.google_login_img{background-position:0 -39px}.loginBoxEle span{padding:9px;font-size:14px;border-top-left-radius:5px;border-bottom-left-radius:5px}#login_popup .loginBtnBoxEle{width:225px}#login_popup .forgotPasswordLink{width:179px;margin:-5px 0 20px 65px;font-size:14px}#login_popup .loginBtnBoxEle .signupLink{font-size:14px}.modal-title{font-size:24px}#main-header .middle-div .col-xs-2.location,#main-header .middle-div .col-xs-2.search,#main-header .middle-div .col-xs-2.selCat{margin:5px 0 0 0;padding:0 5px;width:270px;height:40px}#main-header .middle-div .col-xs-2.location{margin-left:0;margin-top:0}#main-header .middle-div .col-xs-2.location::before{background-position:-130px -8px;background-size:180px auto;height:16px;margin-left:5px;margin-right:5px;margin-top:10px;width:11px}#main-header .middle-div .col-xs-2.location .pick_city{width:77%;font-size:14px}#main-header .middle-div .col-xs-2.search #Headerex2{width:85%;height:37px;padding:0 0 0 10px;font-size:14px}#main-header .middle-div .col-xs-2.selCat .pick_category{width:87%;height:37px;padding:0 0 0 10px;font-size:14px}#main-header .middle-div .col-xs-2.search .glyphicon-search{font-size:14px;margin-left:0;margin-top:11px;padding-left:6px}#main-header .middle-div .col-xs-2.location .set_curr_location_header,#main-header .middle-div .col-xs-2.selCat .set_curr_category_header{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:11px;margin-left:5px;margin-top:13px;width:22px}.detail_img{margin-left:30px;width:373px}.detail_image .all_tab{margin:0;right:15px;width:340px}.detail_image .all_tab .tab{height:30px;line-height:30px;margin:5px;padding:0 20px;font-size:16px}.detail_middle_image{height:550px}#bget_direction{display:none!important}#aget_direction{display:block!important}.nearby_txt{font-size:32px}.detail_content{width:90%;padding:20px}.detail_content .detail_top .ranked_desc .ranked_desc_txt{font-size:16px;margin-left:15px}#open_tag_model .tab,.detail_content .all_tab .tab{font-size:16px;height:40px;line-height:40px;margin:6px;opacity:.8;padding:0 20px}#open_tag_model .modal-dialog{width:75%}.detail_content .detail_button .button{height:53px;background-size:328px auto;background-position:-13px -3px;margin-top:10px}.detail_content .detail_button .button.search_golf_location{background-position:-10px -360px}.detail_content .detail_button .button.email_location{background-position:-14px -117px}.detail_content .detail_button .button.remove_from_collection{background-position:-13px -59px}.detail_content .detail_button .button.book_table{background-position:-14px -171px}.detail_content .detail_button .button.book_table.bookroom{background-position:-17px -17px;background-size:330px auto}.detail_content .detail_top .detail_title .title{font-size:30px;width:65%}.detail_content .detail_top .detail_title .title .poititle{font-size:30px}.share_via{font-size:16px}.title_footer.social_share{width:34%;line-height:30px}.detail_content .detail_top .detail_title .desc{font-size:22px;margin-right:21px}.title_footer .title_rate{background-position:-76px -21px;background-size:359px auto;height:23px;width:22px;margin-top:0;margin-right:0}.title_footer .title_twitter{background-position:-3px -67px;background-size:210px auto;height:29px;margin-left:20px;width:29px}.title_footer .title_facebook{background-position:-34px -67px;background-size:210px auto;height:29px;width:29px;margin-left:0;cursor:pointer}.detail_content .detail_top .detail_title .pinterest_logo{width:29px;height:29px;margin-top:1px}.detail_content .detail_top .detail_time{font-size:22px;margin-top:15px;float:none;margin-left:45px}.detail_content .detail_top .detail_time::before{background-position:-62px -15px;background-size:230px auto;height:37px;margin-left:-45px;margin-top:-4px;width:36px}.detail_content .detail_top .detail_time .hours{font-size:20px}.detail_content .detail_top .detail_time .fullhours{font-size:14px}.book-tour{background-position:0 -2px;background-size:35px auto;height:38px;margin-left:-59px;margin-top:-7px;width:35px}.detail_content .detail_desc .d_desc{font-size:20px}.detail_content .detail_down .detail_desc{padding:0}.detail_content .detail_down .detail_desc .d_address,.detail_content .detail_down .detail_desc .d_email,.detail_content .detail_down .detail_desc .d_phone,.detail_content .detail_down .detail_desc .d_weburl,.detail_content .detail_down .detail_time{font-size:20px;margin-left:35px;height:auto}.list-unstyled span{font-size:20px;padding-left:6px}.detail_content .detail_down .detail_time{height:auto}.detail_content .detail_down .detail_desc .d_address::before,.detail_content .detail_down .detail_desc .d_email::before,.detail_content .detail_down .detail_desc .d_phone::before,.detail_content .detail_down .detail_desc .d_weburl::before,.detail_down .detail_desc .detail_time::before{background-size:225px auto;width:35px;background-position:0 -7px;left:-35px}.detail_content .detail_down .detail_desc .d_socialurl{padding-left:3px;font-size:20px}.detail_content .detail_down .detail_desc .d_socialurl .fb_icon.both,.detail_content .detail_down .detail_desc .d_socialurl .tw_icon.both{width:18px;height:18px}.instag{background-position:-51px -3px;background-size:72px auto;height:18px;width:18px}.d_socialurl .follow_title.both{padding-left:4px}.d_socialurl .follow_title.single{padding-left:17px}.detail_content .detail_down .detail_desc .d_socialurl .fb_icon.single,.detail_content .detail_down .detail_desc .d_socialurl .tw_icon.single{width:25px;height:25px;display:inline-block;margin-left:7px}.detail_content .detail_down .detail_desc .d_weburl::before{background-position:-38px -7px}.detail_content .detail_down .detail_desc .d_phone::before{background-position:-75px -7px}.detail_content .detail_down .detail_desc .d_email::before{background-position:-113px -7px}.detail_down .detail_desc .detail_time::before{background-position:-151px -7px}.detail_content .detail_down .detail_time .hours{font-size:20px}.detail_content .detail_down .detail_time .fullhours{font-size:18px}.detail_content .detail_down .detail_button .button.add_collection{padding-left:40px;padding-right:18px}.detail_content .detail_down .detail_button .button.add_collection::before{background-position:-188px -37px;background-size:345px auto;height:30px;margin-left:-38px;margin-top:8px;width:30px}.detail_content .detail_down .detail_button .button.email_location{padding-left:58px;padding-right:18px}.detail_content .detail_down .detail_button .button.email_location::before{background-position:-225px -41px;background-size:345px auto;height:20px;margin-left:-62px;margin-top:12px;width:34px}.detail_down{margin-bottom:0}.detail_content .detail_down .detail_button .ranked_desc{font-size:16px;padding-left:85px}.detail_content .detail_down .detail_button .ranked_desc::before{background-position:-6px -6px;background-size:300px auto;height:84px;margin-left:-85px;width:68px}.detail_page .detail_middle_image .whatsnearby{padding-right:0}.detail_middle_image .middle_content .map_title{padding:26px 0 22px 46px;height:350px;margin:0 auto;right:0}.detail_middle_image .middle_content .map_title .main_title{margin-left:50px;font-size:32px}.detail_middle_image .middle_content .map_title .main_title::before{background-position:-75px -2px;background-size:220px auto;height:35px;margin-left:-35px;width:24px;margin-top:5px}.detail_middle_image .middle_content .map_title .title_break{background-position:-167px 0;background-size:850px auto;margin:4px 0 20px}.detail_middle_image .middle_content .map_title .middle_poi_name{height:190px;margin-right:35px}.detail_middle_image .middle_content .map_title .other_title{font-size:21px;height:35px;line-height:23px;padding:5px 0 0 19px}.detail_middle_image .middle_content .map_title .title_see_more{font-size:20px;margin-right:56px;padding:15px 0 20px}.map_area .address_map{font-size:20px;margin-left:10px}.map_area .address_map .icon::before{background-position:-75px -2px;background-size:220px auto;width:24px;height:35px;margin-top:4px}.detail_middle_image .middle_content .map_area .detail_movable_map{width:680px;height:413px}.loader_absolute span{margin:-26px -46px}.more_poi_head{padding-top:51px;padding-bottom:25px;font-size:28px}.more_poi{padding:10px 26px;width:100%}.more_poi .more_poi_filters{width:100%}.more_poi .more_poi_filters .more_tab.active .in{font-size:22px}.more_poi .more_poi_filters .more_tab .in{padding:10px 17px;font-size:22px}.more_poi .more_poi_break{width:100%}.more_poi_data{width:100%}.recomended_category .recomended_category_poi .col-lg-4,.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.search_similar_location_carousel .col-xs-3,.top_collection_results .col-lg-4{height:auto;margin:5px 9px;width:330px}.row.more_poi_content .col-lg-4 .img_box{height:186px;width:248px}.recomended_category .recomended_category_poi .col-lg-4 .img_box{height:223px;width:298px}.best.page-best .recomended_category .col-lg-4 .img_box,.search.page-search .recomended_category .col-lg-4 .img_box,.search.page-search .recomended_category .col-lg-4 .img_box .four_by_three{width:300px;height:225px}.more_poi .more_poi_content .four_by_three,.more_poi .more_tour_content .four_by_three{height:186px;width:248px}.besttag_cat_poi .recommend_image{width:106px;height:78px}.recomended_category .recomended_category_poi .col-lg-2 .img_box{height:80px}.img_Titles .c_subtitle{font-size:16px}.img_Titles{line-height:78px}.border_purpose{height:80px}.recomended_category .recomended_category_poi .col-lg-2{padding:0 4px!important}.recomended_category .recomended_category_poi{padding:0 20px}#recomended_category_poi .slick-prev{left:5px}#recomended_category_poi .slick-next{right:5px}.recomended_category.category_page{padding:4% 1% 2%;margin:0 auto;width:95%}.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box,.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box .four_by_three{width:304px;height:228px}.row.more_poi_content .col-lg-4 .img_box,.top_my_collection_detail_page .recomended_category .recomended_category_poi .col-lg-4 .img_box,.top_my_collection_viewed_location .recomended_category .recomended_category_poi .col-lg-4 .img_box,.top_my_recently_viewed_location .recomended_category .recomended_category_poi .col-lg-4 .img_box{height:229px;width:306px}.more_poi .more_poi_content .four_by_three,.more_poi .more_tour_content .four_by_three,.top_my_collection_detail_page .recomended_category .recomended_category_poi .four_by_three,.top_my_collection_viewed_location .recomended_category .recomended_category_poi .four_by_three,.top_my_recently_viewed_location .recomended_category .recomended_category_poi .four_by_three{height:229px;width:306px}.show_ajax_collection_data .recomended_category .recomended_category_poi .col-lg-4 .img_box,.show_ajax_collection_data .recomended_category .recomended_category_poi .four_by_three{width:100%}.more_poi .more_poi_content .img_bottom_overlay,.my_profile_recent_view_result .img_bottom_overlay,.recomended_category .recomended_category_poi .img_bottom_overlay,.search_similar_location_carousel .img_bottom_overlay,.top_mycollection_data .img_bottom_overlay{background:transparent url(https://cityseeker.com/assets/images/dark-overlay.png) round scroll 0 0/426px auto;height:35px;padding:0 10px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .img_bottom_overlay{line-height:35px;height:40px}.top_my_collection_detail_page .content_left.diamond{background-position:-3px 0;background-size:95px auto;height:24px;margin:7px 1px;width:23px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .img_bottom_overlay .content_right{font-size:18px;margin:11px -2px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .header_txt{font-size:21.7px;margin-top:10px;margin-bottom:3px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .add_to_collection{font-size:17.12px;text-align:center;width:100%;border:1px solid #001e62;border-radius:5px;margin-left:0;margin:20px 0;color:#fff;background:#183066}.top_my_collection_detail_page .recomended_category .recomended_category_poi .add_to_collection::before{margin-top:0}.more_poi .more_poi_content .img_bottom_overlay .content_right,.my_profile_recent_view_result .img_bottom_overlay .content_right,.recomended_category .recomended_category_poi .img_bottom_overlay .content_right,.search_similar_location_carousel .img_bottom_overlay .content_right,.top_mycollection_data .img_bottom_overlay .content_right{font-size:18px;height:18px;margin:10px 0 5px;width:18px}.more_poi .more_poi_content .img_bottom_overlay .content_right,.my_profile_recent_view_result .img_bottom_overlay .content_right,.recomended_category .recomended_category_poi .img_bottom_overlay .content_right,.search_similar_location_carousel .img_bottom_overlay .content_right,.top_mycollection_data .img_bottom_overlay .content_right{font-size:18px;margin:8px -1px}.recomended_category .recomended_category_poi .header_txt,.row.more_poi_content .header_txt,.row.more_tour_content .header_txt,.search_similar_location_carousel .header_txt{font-size:24px}.top_my_collections .recomended_category_poi .add_to_collection_bookmark{font-size:18px}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:18px}.plan_header_txt{font-size:21px!important;padding:4px 0}.recomended_category .recomended_category_poi .header_desc,.row.more_poi_content .header_desc,.row.more_tour_content .header_desc,.search_similar_location_carousel .header_desc,.top_my_collection_detail_page .collection_header .header_collection_creator{font-size:16px!important;height:73px}.row.my_collection_detail_content .header_desc{font-size:17px!important}.top_my_collection_detail_page .colpoiData{margin-bottom:40px}.top_my_collection_detail_page .colpoiData:last-child{margin-bottom:0}.top_my_collection_detail_page .collection_header .header_collection_creator{height:0}.recomended_category .recomended_category_poi .add_to_collection,.row.more_poi_content .add_to_collection,.search_similar_location_carousel .add_to_collection{font-size:20px}.collection.page-collection .top_my_collection_detail_page .poi_address,.top_collection_results .poi_address{padding:3px 0;font-size:18px;margin-left:40px}.collection.page-collection .top_my_collection_detail_page .poi_address::before,.top_collection_results .poi_address::before{background-size:24px auto;height:29px;margin-left:-40px;width:25px}.recomended_category .recomended_category_poi .add_to_collection::before,.row.more_poi_content .add_to_collection::before,.search_similar_location_carousel .add_to_collection::before{background-size:53px auto;width:27px;height:27px;margin-top:0;margin-left:-40px}.browse_show_more_btn,.view_more_btn{min-width:300px;height:50px;line-height:50px;font-size:20px;margin:25px 0}.search_box_text{font-size:18px}.search_box{width:100%}.search_results .recomended_category_head{width:675px}.search_box_text{font-size:20px}.best_category_page .best_category_page_title,.featured_category .featured_category_head,.recomended_category_head,.related_collection_data .header_title,.top_my_collection_detail_page .top_my_collection_head,.top_rated_head{font-size:26px}.list-view .featured_category{padding:1% 20px}.featured_category .featured_category_poi .desc_box .featured_category_action,.list-view .featured_category .featured_category_poi .desc_box .featured_category_action{margin-left:0;width:170px;height:110px}.featured_category .featured_category_poi .desc_box{padding:15px 0;position:relative}.featured_category .featured_category_poi .desc_box .img_box,.featured_category .featured_category_poi .desc_box .img_box .four_by_three{width:147px;height:110px}.featured_category .featured_category_poi .desc_box .featured_category_desc.featured_header{padding:5px 2px 5px 15px;width:75%}.featured_category .featured_category_poi .desc_box .featured_category_desc{width:380px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_head{font-size:22px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address::before{background-position:-28px -36px;background-size:250px auto;height:19px;left:1px;width:13px;top:0}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address{font-size:14px;line-height:18px;padding:0 0 0 20px;margin-right:5px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_price{float:left;font-size:24px;width:18px}.featured_category .featured_category_poi .desc_box .featured_category_desc .for_state{font-size:16px;padding:0 25px 10px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_fullDesc{font-size:14px;height:42px;margin-top:0}.featured_category_buttons{float:none}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc.featured_header{padding:5px 2px 5px 15px;width:75%}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc{width:545px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_head{font-size:22px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_address::before{background-position:-28px -36px;background-size:250px auto;height:19px;left:1px;width:13px;top:0}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_address{font-size:14px;line-height:18px;padding:0 0 0 20px;margin-right:5px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_price{float:left;font-size:24px;width:18px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .for_state{font-size:16px;padding:0 25px 10px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_fullDesc{font-size:14px;height:42px;margin-top:0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rate.halfstar.hotel,.title_rate.halfstar.hotel{float:right;background-position:-96px 0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_pricing,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rating{width:185px;height:26px;margin-bottom:5px;float:right;padding-right:0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rate{background-position:-65px 0;background-size:125px auto;height:29px;margin:0 2px;width:25px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rate.diamond{background-position:-2px -3px;background-size:100px auto;float:right;height:20px;margin:auto 0;width:23px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rate.halfstar.diamond{background-position:-27px -3px;background-size:100px auto;float:right;height:20px;margin:auto 0;width:23px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_price{float:right;font-size:18px;width:17px;margin-top:10px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .addCollection_btn_cover,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .book_btn_cover{float:right;height:40px;width:auto}.category.page-category .top_rated_category .poiBlock{padding:5px}.category.page-category .top_rated_category .bookspan{font-size:16px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Room_icon{background-position:-2px -4px;background-size:85px auto;height:20px;width:19px;margin-top:-2px}.category.page-category .top_rated_category .full-width .Table_icon_icon,.category.page-category .top_rated_content.top_rated_category .full-width .Table_icon,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon{background-position:-18px -2px;background-size:67px auto;height:18px;width:26px;margin-top:0}.category.page-category .top_rated_category .full-width .Table_icon_icon,.category.page-category .top_rated_content.top_rated_category .full-width .Table_icon_vip,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon_vip{background-position:-46px 0;background-size:67px auto;height:22px;width:20px;margin-top:0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .remove_from_collection{width:290px;height:57px;background-size:302px auto;background-position:-5px -3px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .remove_from_collection::before{background-position:-241px -14px;height:26px;margin-left:4px;margin-right:15px;width:26px;margin-top:11px;background-size:300px auto}.collectionListData .top_rated_content .collectlist .img_box,.collectionListData .top_rated_content .create_collection .img_box,.collectionListData .top_rated_content .four_by_three{height:187px;width:250px}#cityAuto_header .ui-autocomplete,#searchAuto_header .ui-autocomplete{font-size:11.95px;line-height:12px}#searchAuto_header #poi_desc{font-size:9px}#searchAuto_header ul li{padding:5px 30px}#searchAuto_header .ui-autocomplete{padding:0 15px}#cityAuto_header ul,#searchAuto_header ul{left:-8px!important;top:13px!important;width:200px!important;padding:5px 15px}#cityAuto_header ul .current_location_main span{font-size:12.83px;line-height:20px;padding:0 0 0 25px}#cityAuto_header ul .current_location_main .curr_hr,#cityAuto_header ul .current_location_main .curr_hr_last{margin:5px auto}#cityAuto_header ul .current_location_main span::before{background-size:15px auto;height:18px;width:15px;margin-top:0;margin-left:-25px}#data-profile{width:95%;padding:20px 0}#main-profile .img-div{width:30%}#main-profile .img-div img{margin:10px 0}#main-profile .txt-div{width:70%}#main-profile .txt-div .txt-profile{font-size:16px}#main-profile .txt-div .profile-field .profile-name{font-size:30px}#main-profile .txt-div .profile-field .email-location .label{font-size:16px;width:146px}#main-profile .txt-div .profile-field input{font-size:20px}#main-profile .txt-div .profile-field .email-location .locationBox-inner{font-size:20px}.recently_head_txt::before,.saved-city-content .city-saved::before,.top_my_collection_detail_page .recomended_category_head::before,.top_my_collections .recomended_category_head::before{background-position:-53px -7px;background-size:300px auto;height:36px;margin-left:-50px;width:32px}.top_my_collections .col-lg-4 .create_collection_icon{background-size:115px auto;height:115px;left:70px;top:40px;width:115px}.my_profile_recent_view_result .recomended_category .recomended_category_poi .col-lg-4,.top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{height:415px}.favorite-tag-btn span,.favorite-tag-btn-2 span,.favorite-tag-btn-3 span{display:inline-block}.collection.page-collection .Similar_collections_section .top_my_collections .top_mycollection_data{width:667px}.collection.page-collection .Similar_collections_section .top_my_collections .top_mycollection_data .row.recomended_category_poi .col-lg-4 .img_box,.collection.page-collection .Similar_collections_section .top_my_collections .top_mycollection_data .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:305px;height:229px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection{top:30px;font-size:17px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection::before{background-size:16px auto;height:16px;margin-left:-21px;margin-top:3px;width:16px}.top_mycollection_data .recomended_category .header_title .hr_line,.top_saved_data .header_title .hr_line{width:74%}.top_mycollection_data .recomended_category .header_title .hr_line{width:408px}.top_my_collection_detail_page .collection_header,.top_my_collection_detail_page .my_collection_detail_content{width:100%}.top_collection_results .recomended_category{padding:1% 1%}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .close{right:6%}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .list-btn-share-pdf{margin:2% 0}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-header{font-size:28px;margin:20px 0}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .created-list,.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .description{font-size:20px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-all-location{font-size:20px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-all-location::before{background:transparent url(https://cityseeker.com/assets/images/grey-bookmarked_icon.png) no-repeat scroll 0 0/15px auto;height:26px;margin-left:-30px;margin-top:3px;width:15px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .list-btn-share-pdf div{font-size:17px;height:40px;line-height:40px;width:210px;margin:4px}#share_invite::before{background-position:0 7px;background-size:26px auto;height:35px;margin-left:-33px;width:26px}.download_pdf::before{background-position:-191px -3px;background-size:250px auto;height:30px;margin-left:-33px;width:20px}.email_collection::before{background-position:-216px -3px;background-size:250px auto;height:29px;margin-left:-40px;width:30px}.email_collection{padding-left:25px}.recomended_category .recomended_category_poi .add_to_collection,.recomended_category .recomended_category_poi .remove_from_collection,.row.more_poi_content .add_to_collection,.row.more_poi_content .remove_from_collection,.search_similar_location_carousel .add_to_collection,.search_similar_location_carousel .remove_from_collection{font-size:18px;margin-left:40px;padding:5px 0}.recomended_category .recomended_category_poi .remove_from_collection::before,.row.more_poi_content .remove_from_collection::before,.search_similar_location_carousel .remove_from_collection::before{background-size:53px auto;width:27px;height:27px;margin-top:0;background-position:-27px 0;margin-left:-40px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo{padding:3px 0}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo{font-size:18px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo label::before{background-size:26px auto;height:26px;margin-left:-40px;width:26px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo input[type=radio]:checked+label::before{background-position:0 -26px;background-size:26px auto;height:26px;margin-left:-40px;width:26px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo label{margin-left:40px;font-weight:400}.top_my_collection_detail_page .collection_header .header_collection_desc{font-size:18px}.top_my_collection_detail_page .collection_header .collection_buttons{float:none;margin:10px 0}.edit_collections,.top_my_collection_detail_page .collection_header #share_invite,.top_my_collection_detail_page .collection_header .download_pdf,.top_my_collection_detail_page .collection_header .email_collection{margin-right:10px;margin-left:0;margin-bottom:5px}.top_my_collection_detail_page .collection_header .header_collection_desc{margin-top:10px}#add_to_collection_poi .modal-dialog{width:680px}.modal-footer,.modal-header{padding:10px 40px 5px}.modal-body{margin:0 20px}.collectionListData .top_rated_content .col-lg-4.collectlist,.collectionListData .top_rated_content .col-lg-4.create_collection{height:250px;margin:5px 7px;padding:12px;width:280px;display:inline-block}.collectionListData .col-lg-4 .create_collection_icon{margin:43px 75px}#add_to_collection_poi .active_collection_icon{background-size:70px auto;height:70px;left:90px;top:58px;width:70px}#CollectionList{height:525px}.top_collection_results .recomended_category{margin-bottom:40px}.saved_collection .saved_collection_data .slick-prev,.top_my_collections .row.recomended_category_poi .slick-prev{margin-left:-30px}.top_my_collection_viewed_location .my_profile_recent_view_result .row.recomended_category_poi .slick-prev{margin-left:-13px}.saved_collection .saved_collection_data .slick-next,.top_my_collections .row.recomended_category_poi .slick-next{margin-right:-30px}.top_my_collection_viewed_location .my_profile_recent_view_result .row.recomended_category_poi .slick-next{margin-right:-13px}.category.page-category .radiusOption_box{position:relative;width:100%;right:0}.category.page-category .radiusOption_box .rangeslide{margin:0 auto;width:300px}.onlyfree{font-size:14px;line-height:35px}.onlyfree.recommended{line-height:35px;font-size:18px}#main_content_area .category_tag_filter .tag_filter_more .selected_tags{font-size:14.65px;line-height:25px;padding:5px 25px 5px 35px}#main_content_area .category_tag_filter .tag_filter_more .cancel{font-size:18px;margin-left:-22px}.category_filter .cat_label,.tag_filter .tag_label{font-size:12.65px;margin-left:30px;margin-right:0;padding-top:15px;width:90px}#main_content_area .category_tag_filter .category_option,#main_content_area .tag_filter .tag_option{width:70%;margin:5px 0}.category_filter .category_more,.tag_filter .tag_more{font-size:13px;margin-right:40px;margin-top:15px}.category_filter .category_more .glyphicon.glyphicon-triangle-bottom,.tag_filter .tag_more .glyphicon.glyphicon-triangle-bottom{font-size:20px;margin:0 9px}.category_filter .cat_txt,.tag_filter .tag_txt{margin:5px;padding:3px 10px;font-size:12px}.modal .subsubCatBox{padding:5px 0 5px 40px}.top_rated{padding:15px 30px}.top_rated_content.top_rated_category #mCSB_1_scrollbar_vertical{right:1px!important}.row.top_rated_content .col-lg-4{width:47%;display:inline-block;padding:0;margin:3px}.category.page-category .top_rated_category .bookBlock,.category.page-category .top_rated_category .full-width,.myprofile.page-myprofile .top_my_recently_viewed_location .bookBlock,.myprofile.page-myprofile .top_my_recently_viewed_location .full-width{height:35px}.detail.page-detail .more_poi .similar_location .bookspan{line-height:50px}.bookspan{line-height:35px}.best.page-best .search_results .bookspan,.search.page-search .bookspan{line-height:50px}.search.page-search .search_similar_locations .bookBlock,.search.page-search .search_similar_locations .full-width{height:50px}.best_of_tag .img_box::before{background-position:-4px -6px;background-size:175px auto;height:50px;width:40px}.top_rated .top_rated_content .img_bottom_overlay .content_right{font-size:14px;height:18px;margin:10px 0 5px;width:12px}.row.top_rated_content .header_txt{font-size:18px}.row.top_rated_content .header_desc{font-size:14px;height:70px}.row.top_rated_content .add_to_collection,.row.top_rated_content .remove_from_collection{margin-left:23px;font-size:12px;padding:0}.row.top_rated_content .remove_from_collection::before{background-position:-23px 0;background-size:44px auto;height:21px;margin-left:-26px;margin-top:-2px;width:21px}.row.top_rated_content .add_to_collection::before{background-size:44px auto;height:21px;margin-left:-25px;margin-top:-2px;width:21px}.more_poi .col-lg-4 .recomended_desc,.recomended_category_poi .col-lg-4 .recomended_desc,.search_similar_locations .search_similar_location_carousel .recomended_desc{padding:10px 5px}.featured_category .featured_category_poi .col-lg-4{height:auto}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection{width:175px;height:40px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable{width:100%;height:40px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection{background-position:-7px -272px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons span{font-size:14px;line-height:40px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .remove_from_collection{background-position:-6px -3px;background-size:300px auto;height:57px;width:290px}.collectionListData .top_rated_content .collectlist .img_box,.collectionListData .top_rated_content .create_collection .img_box,.collectionListData .top_rated_content .four_by_three{height:187px;width:250px}#categoryPageModal .modal-dialog,#tagPageModal .modal-dialog{width:90%!important}.top_rated .top_rated_content .img_bottom_overlay{height:35px;line-height:35px;padding:0 5px}#img_Titles{bottom:59px;height:59px}#img_Titles .c_title{font-size:22px;padding:18px 0 0 15px;line-height:15px}#img_Titles .c_subtitle{font-size:26px}#catMoreBody .columnOne,#catMoreBody .columnThree,#catMoreBody .columnTwo{width:32%}.leave-comment-section{width:100%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search{width:45%}.browse_collection .browse_collection_data .keyword_search .keyword_txt{width:80%}.browse_collection .browse_collection_data .keyword_search .keyword_txt input{width:90%}.browse_collection .browse_collection_data .browse_collection_result,.browse_collection .browse_collection_data .browse_other_collection{width:745px;min-height:300px}.browse_collection_result .search_result,.browse_other_collection .other_collection_list{width:690px}.browse_collection_result .search_result .col-lg-4,.browse_other_collection .other_collection_list .col-lg-4{margin:5px 6px;padding:12px;width:218px;height:269px}.browse_collection_result .search_result .col-lg-4 .four_by_three,.browse_other_collection .other_collection_list .col-lg-4 .four_by_three{height:147px;width:196px}.browse_collection_result .search_result .browse_col_desc .header_txt{font-size:17px;line-height:23px;padding:5px 0}.browse_other_collection .other_collection_list .browse_col_desc .header_txt{font-size:17px;line-height:23px;padding:5px 0}.browse_collection_result .search_result .browse_col_desc .created_by,.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:13px}.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:13px}.browse_collection_result .search_result .keyword_txt_save_unsave{margin:0 -12px}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords{font-size:15px;height:47px;line-height:47px;width:70%}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{height:47px;margin-left:-3px;text-align:center}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave{background-position:-123px -13px;background-size:280px auto;height:20px;margin:9px 10px;width:24px;display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave_name,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave_name,.saved_collection .search_result .save_unsave .unsave_name{font-size:11px;margin:-13px auto 0}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .save,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .save{background-position:-159px -15px;background-size:280px auto;height:20px;margin:9px 10px;width:24px;display:inline-block}.browse_other_collection .other_collection_list .keyword_txt_save_unsave{margin:0 -12px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords{font-size:15px;height:47px;line-height:47px;width:80%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_text{font-size:15px;padding:9px 10px;width:68%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon{min-width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide{height:50px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state{height:60px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{font-size:20px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.accommodations{background-position:0 -36px;background-size:30px auto;height:19px;margin:8px 0;width:24px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.restAndCafe{background-position:-2px -60px;background-size:30px auto;height:29px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.attractions{background-position:-2px -92px;background-size:30px auto;height:25px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.nightlife{background-position:-7px -124px;background-size:30px auto;height:22px;width:28px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.shopping{background-position:-3px -154px;background-size:30px auto;height:22px;margin:5px 0;width:29px}.related_collection,.saved_collection,.saved_collection .search_result{width:575px;margin:0 auto}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi{width:690px}.Similar_collections_section .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4,.related_collection .collection_result .col-lg-4,.saved_collection .search_result .col-lg-4{margin:2px;padding:12px;width:330px;height:391px}.related_collection .collection_result .col-lg-4 .four_by_three,.saved_collection .search_result .col-lg-4 .four_by_three{height:195px;width:260px}.related_collection .collection_result .col-lg-4,.saved_collection .search_result .col-lg-4{width:248px}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt,.related_collection .collection_result .browse_col_desc .header_txt,.saved_collection .search_result .browse_col_desc .header_txt{font-size:26px;line-height:35px;padding:10px 0}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .browse_col_desc .created_by,.related_collection .collection_result .browse_col_desc .created_by,.saved_collection .search_result .browse_col_desc .created_by{color:#fff;font-size:20px}.saved_collection .search_result .keyword_txt_save_unsave{margin:0 -12px}.saved_collection .search_result .header_title .hr_line{width:408px}.saved_collection .search_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords,.related_collection .collection_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .keywords{border-right:2px solid #27477c;color:#fff;font-size:20px;height:56px;line-height:56px;padding:0 15px;width:84%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{vertical-align:top;height:56px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-154px -17px;background-size:350px auto;cursor:pointer;height:24px;margin:10px;width:28px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .save,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-199px -17px;background-size:350px auto;cursor:pointer;height:24px;margin:10px;width:28px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay::before,.browse_collection .image_bottom_overlay::before,.related_collection .image_bottom_overlay::before,.saved_collection .image_bottom_overlay::before{background-position:-26px -4px;background-size:250px auto;height:18px;margin-left:-20px;margin-top:9px;width:16px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay,.browse_collection .image_bottom_overlay,.related_collection .image_bottom_overlay,.saved_collection .image_bottom_overlay{height:35px;line-height:35px;padding:0 10px 0 25px;font-size:16px}.detail_content .hurricane_msg{font-size:18px}.plan_results .col-lg-4{width:290px!important}.plan_results .plan_category_holder .col-lg-4 .img_box{width:268px!important}.list-view .plan_category_holder .featured_category_desc{width:280px!important}.plan_results .plan_category_holder .four_by_three{width:268px!important}#myprofile .recomended_category .recomended_category_poi,.myprofile.page-myprofile .recomended_category .recomended_category_poi,.saved_collection,.saved_collection .search_result,.top_mycollection_data .header_title,.top_saved_data .header_title{width:580px}.myprofile.page-myprofile .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{width:287px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4 .img_box,.myprofile.page-myprofile .recomended_category .recomended_category_poi .four_by_three{width:260px;height:195px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4,.myprofile.page-myprofile .top_my_recently_viewed_location .recomended_category .recomended_category_poi .col-lg-4{width:284px;margin:2px}.plan_results .recomended_category .grid-view .row.recomended_category_poi{width:628px}.plan_results .col-lg-4{width:290px!important}.plan_results .plan_category_holder .col-lg-4 .img_box{width:268px!important;height:201px!important}.list-view .plan_category_holder .featured_category_desc{width:280px!important}.plan_results .plan_category_holder .four_by_three{width:268px!important}.list-view .row.featured_category_poi,.list-view.category_rest .row.featured_category_poi,.list-view.search_List .row.featured_category_poi{width:750px!important;padding:0 10px}.plan_results .recomended_category_head{width:675px}.plan.page-plan .plan_results .recomended_category .grid-view .row.featured_category_poi{width:625px!important}.plan.page-plan .featured_category .featured_category_poi .desc_box .featured_category_desc.featured_header{padding:5px 2px 5px 22px;width:350px!important}.plan.page-plan .featured_category .featured_category_poi .desc_box .featured_category_desc{padding:5px 2px 5px 15px}.plan.page-plan .featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rate{background-position:-64px -16px;background-size:300px auto;float:right;height:20px;margin:auto 3px;width:20px}.plan.page-plan .featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_head{font-size:19px}.plan.page-plan .featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address,.plan.page-plan .featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_fullDesc,.plan.page-plan .featured_category .featured_category_poi .desc_box .featured_category_desc .for_state{font-size:12px}.plan.page-plan .featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address::before{background-position:-33px -44px;background-size:300px auto;height:22px;left:-5px;margin-top:5px;width:16px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_pricing,.plan.page-plan .featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rating{width:185px;height:26px;margin-bottom:8px;float:right;padding-right:0}.featured_category .featured_category_poi .desc_box .featured_category_action.after_800 .featured_category_pricing,.plan.page-plan .featured_category .featured_category_poi .desc_box .featured_category_action.after_800 .featured_category_rating{padding:0}.plan.page-plan .list-view .plan_category_holder .featured_category_desc{width:350px}.plan.page-plan .featured_category .featured_category_poi .desc_box .featured_category_action,.plan.page-plan .list-view .featured_category .featured_category_poi .desc_box .featured_category_action{width:150px}.plan_results .img_box .img_bottom_overlay{line-height:35px}.plan_results .plan_category_holder .col-lg-4 .img_box .content_right{font-size:16px!important}.plan_results .grid-view .col-lg-4 .content_left.plan_div.threequaterstar{background-position:-20px -1px!important;background-size:64px auto!important}.plan_results .grid-view .col-lg-4 .content_left.plan_div.quaterstar{background-position:-42px -1px!important;background-size:64px auto!important}.popover349843{left:-18.5px}.popover{max-width:300px}.popover-content{padding-bottom:15px;padding-left:15px;padding-right:15px;padding-top:20px}#land_image.about_us{padding:0 0 85%}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{display:block}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{height:auto}#land_image.about_us .middle-text .left_side_content{width:95%;margin:0 auto}#land_image.about_us .middle-text .left_side_content .abt_city{font-size:3vw;width:40%}#land_image.about_us .middle-text .right_side_content{width:90%;margin:0 auto}#land_image.about_us .middle-text{padding:20px}#land_image.about_us .middle-text .left_side_content{padding-left:0;padding-top:10px}#land_image.about_us .middle-text .left_side_content .cityProd{padding-top:20px;font-size:1.6vw}#land_image.about_us .middle-text .right_side_content{padding-top:45px}#land_image.about_us .middle-text .left_side_content .wcities_logo{background-size:390px auto;height:85px;width:137px;background-position:-3px -7px}#land_image.about_us .middle-text .right_side_content .city_desc,#land_image.about_us .middle-text .right_side_content .contact_info{padding:15px 30px;margin-bottom:20px;font-size:1.8vw;width:100%}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{height:50px;line-height:35px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call{margin-top:15px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{margin-left:-50px;background-size:100px;width:33px;height:35px}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{background-position:-67px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before{background-position:-33px 0}#send_us_message .map_feedback .feedback_form .submit_btn{width:275px}#send_us_message .map_feedback .feedback_form{width:100%}#send_us_message .map_feedback .map{width:100%;height:400px}.map>iframe{height:90%}#send_us_message .map_feedback{width:80%}#send_us_message .header_title,#send_us_message .map_feedback .feedback_form #email,#send_us_message .map_feedback .feedback_form #message,#send_us_message .map_feedback .feedback_form #name,#send_us_message .map_feedback .feedback_form .submit_btn,#send_us_message .map_feedback .feedback_form .user_message #character_counting{font-size:1.9vw}#mode-selector label{width:128px}.detail_content .detail_button .button{background-size:331px auto;height:52px}.detail_content .detail_button .button.add_remove_collection.remove_from_collection span::before{left:-50px}.detail_content .detail_button .button.book_table span::before{left:-47px}.detail_content .detail_button .button.add_remove_collection span::before{left:-49px}.detail_content .detail_button .button.email_location span::before{left:-47px}.map_title .other_title .key_countDown{margin-right:15px}}@media only screen and (min-width:320px) and (max-width:979px){.detail_middle_image .left_side_nearby,.detail_middle_image .right_side_nearby{float:none;width:100%}.detail_content .detail_button .button.book_table span::before{background-position:162px -30px;background-size:500px auto;height:26px;top:13px}.keepMeLoggedIn{height:72px;margin-top:5px}.plan_results .glyphicon-icon{display:none}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:15px 5px 0 10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:15px 5px 0 10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-30px 0 0 45px;text-align:left;width:166px;font-size:12px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:12px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:12px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-18px 0 0 60px;text-align:left;width:217px;font-size:14px}.content_left.diamond{background-position:-3px 0;background-size:85px auto;height:19px;margin:6px 1px;width:18px}.title_rate.diamond{background-position:-4px 0;background-size:125px auto;height:28px;margin:0 2px;width:28px}.content_left.halfstar.diamond{background-position:-23px 0}.title_rate.halfstar.diamond{background-position:-34px 0}.content_left.hotel{background-position:-42px 0;background-size:80px auto;height:19px;margin:7px 1px;width:17px}.content_left.halfstar.hotel{background-position:-61px 0}.title_rate.hotel{background-position:-65px -4px;background-size:125px auto;height:26px;margin:0 1px;width:25px}.title_rate.halfstar.hotel{background-position:-96px -4px}.allthree_social_btn div.all_share_icon{margin-left:2px}.list-unstyled span{padding-left:10px}.popover349843{left:-18.5px}.popover{max-width:300px}.popover-content{padding-bottom:15px;padding-left:15px;padding-right:15px;padding-top:20px}.related_collection .category_collection_data .slick-prev,.related_collection .category_collection_data .slick-prev::before,.saved_collection .saved_collection_data .slick-prev,.saved_collection .saved_collection_data .slick-prev::before,.top_my_collection_viewed_location .row.recomended_category_poi .slick-prev,.top_my_collection_viewed_location .row.recomended_category_poi .slick-prev::before,.top_my_collections .row.recomended_category_poi .slick-prev,.top_my_collections .row.recomended_category_poi .slick-prev::before{background-position:-18px 0;background-size:35px;width:17px;height:50px}.related_collection .category_collection_data .slick-next,.related_collection .category_collection_data .slick-next::before,.saved_collection .saved_collection_data .slick-next,.saved_collection .saved_collection_data .slick-next::before,.top_my_collection_viewed_location .row.recomended_category_poi .slick-next,.top_my_collection_viewed_location .row.recomended_category_poi .slick-next::before,.top_my_collections .row.recomended_category_poi .slick-next,.top_my_collections .row.recomended_category_poi .slick-next::before{background-position:-18px -54px;background-size:35px;width:17px;height:50px}.related_collection .category_collection_data .slick-prev,.saved_collection .saved_collection_data .slick-prev,.top_my_collections .row.recomended_category_poi .slick-prev{margin-top:-20px;margin-left:-10px}.related_collection .category_collection_data .slick-next,.saved_collection .saved_collection_data .slick-next,.top_my_collections .row.recomended_category_poi .slick-next{margin-top:-20px;margin-right:-10px}#mode-selector label{width:210px}#mode-selector label.lblchangemode-transit{border-right-color:0;border-right-style:0;border-right-width:0}.detail_content .detail_button .button{background-size:331px auto;height:52px;min-width:370px}.detail_content .detail_button .button.add_remove_collection.remove_from_collection span::before{left:-50px}.detail_content .detail_button .button.book_table span::before{left:-47px}.detail_content .detail_button .button.add_remove_collection span::before{left:-49px}.detail_content .detail_button .button.email_location span::before{left:-58px}}@media only screen and (min-width:768px) and (max-width:799px){.recomended_category .recomended_category_poi .header_desc.nodesconlydd{padding-left:35px}#login_popup .facebook_login_img>span::before{background-color:rgba(0,0,0,0);background-image:url(https://cityseeker.com/assets/images/facebook_login.png);background-position:-2px 6px;background-repeat:no-repeat;background-size:12px auto;border-right-color:#bbb;border-right-style:solid;border-right-width:0;content:" ";height:31px;left:-20px;position:absolute;top:3px;width:25px}#login_popup .facebook_login_img>span,#login_popup .google_login_img>span{font-size:12px;line-height:40px}#login_popup .google_login_img>span::before{background-color:rgba(0,0,0,0);background-image:url(https://cityseeker.com/assets/images/google-plus.png);background-position:0 6px;background-repeat:no-repeat;background-size:20px auto;border-right-color:#bbb;border-right-style:solid;border-right-width:0;content:" ";height:31px;left:-20px;position:absolute;top:3px;width:25px}.detail_content .detail_button .button span{color:#fff;display:inherit;font-size:16px;line-height:52px;position:relative;text-align:center}#virtualtour .virtualtour_icon,.detail_content .detail_button .button.add_remove_collection .add_icon,.detail_content .detail_button .button.add_remove_collection .remove_icon{margin:-9px 5px}.detail_content .detail_button .button.email_location .email_icon{margin:-4px 5px}.detail_content .detail_button .button.email_location .upcoming_event_icon{margin:-9px 5px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:13px 0 5px 14px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:13px 0 5px 14px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-30px 0 0 42px;text-align:left;width:175px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:12px 10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:12px 10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin-top:-20px 0 0 60px;text-align:left;width:217px}#bget_direction{display:none!important}#aget_direction{display:block!important}#get_direction .modal-sm{width:75%!important}.camera_img img{width:32px}#main-header .half-div.right{line-height:60px}#main-header{height:60px}#login_popup .site_logo,#main-header .half-div.left .logo,#signup_popup .site_logo{background-size:130px auto;height:36px;margin:10px 0 0 20px;width:131px}#main-header .half-div .join_txt,#main-header .half-div .login_txt{font-size:12px;bottom:0}#main-header .half-div.left{width:25%}#header-child{height:40px}#header-child .category_txt{font-size:14px;line-height:40px;padding-left:60px}#header-child .category_txt::before{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/section_home.png) no-repeat scroll -58px -28px/336px auto;height:20px;margin-left:-45px;margin-top:22px;width:28px}#main-header .half-div .join_txt,#main-header .half-div .join_txt.home_join{padding-right:20px}#main-header .half-div .login_txt{padding-left:20px;padding-right:20px}#main-header .half-div.right{padding-right:35px}#header-child .category_txt.upArrow::before,#header-child .category_txt::before{background-position:-39px -21px;background-size:235px auto;height:11px;margin-left:-34px;margin-top:14px;width:21px}#header-child .collection_txt.detail,#header-child .myCollection_txt{font-size:14.25px;line-height:40px}#header-child .collection_txt.detail::before{background-position:-123px -12px;background-size:160px auto;height:21px;margin-left:-34px;margin-top:9px;width:21px}.categories .single_category .cat{height:45px;margin:15px auto 10px;width:50px}.categories{height:80px}.categories .single_category .cat.tours{background-position:-6px 66px;background-size:250px auto;height:32px;width:16px;margin:10px auto 5px}.categories .single_category .cat.accommodations{background-position:-29px 61px;background-size:250px auto;height:22px;width:37px;margin:10px auto 15px}.categories .single_category .cat.restAndCafe{background-position:-73px 67px;background-size:250px auto;height:32px;width:33px;margin:10px auto 5px}.categories .single_category .cat.attractions{background-position:-111px 66px;background-size:250px auto;height:28px;width:31px;margin:10px auto 9px}.categories .single_category .cat.nightlife{background-position:-154px 64px;background-size:250px auto;height:32px;width:19px;margin:10px auto 5px}.categories .single_category .cat.shopping{background-position:-180px 65px;background-size:250px auto;height:26px;width:29px;margin:10px auto 11px}.categories .single_category .cat.events{background-position:-215px 63px;background-size:250px auto;height:26px;width:32px;margin:10px auto 11px}.cat_txt{font-size:10.5px}.current_location_click_header{top:70px;width:190px}.current_location_click_header span::before{width:15px;height:23px;background-size:15px auto;margin:1px 0 0 -23px}.current_location_click_header span{padding:0 30px;font-size:12px}.current_location_click_header .curr_hr,.current_location_click_header .curr_hr_last{margin:5px auto}.current_category_click,.current_location_click{top:40px;width:280px;z-index:1}.current_category_click .curr_hr,.current_category_click .curr_hr_last,.current_location_click .curr_hr,.current_location_click .curr_hr_last{margin:5px auto}.current_location_click span::before{background-size:13px auto;height:19px;margin-left:-22px;margin-top:2px;width:13px}#city_auto .globe_location,.current_location_click .globe_location,.current_location_click span,.sel_cats{font-size:11.95px;padding:0 37px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city::-webkit-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city::-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:-ms-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:placeholder-shown{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2::-webkit-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2::-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:-ms-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:placeholder-shown{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category::-webkit-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category::-moz-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:-ms-input-placeholder{font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:placeholder-shown{font-size:17.23px}#land_image{padding:0 0 50%}#land_image .middle-text{margin-top:9%}#land_image .middle-text .welcome::after{background-size:170px auto;height:42px;width:170px;margin-left:10px;margin-top:0}#land_image .middle-text .welcome{margin-left:-180px;font-size:28px}.homeinputbox{width:100%}.flexcontent{display:inline-block;width:37%}#main_content_area .middle-text .input-boxes .col-xs-2.location::before{background-position:-162px -10px;background-size:225px auto;width:14px;height:20px;margin-top:10px;margin-right:5px}#main_content_area .middle-text .input-boxes .col-xs-2.location .set_curr_location,#main_content_area .middle-text .input-boxes .col-xs-2.selCat .set_curr_category{height:12px;margin-right:2px;margin-top:15px;width:19px;background-position:-43px -37px;background-size:225px auto}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city{font-size:17.23px;width:70%}#main_content_area .middle-text .input-boxes .col-xs-2.location,#main_content_area .middle-text .input-boxes .col-xs-2.search,#main_content_area .middle-text .input-boxes .col-xs-2.selCat{margin:0;width:280px;height:40px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2,#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category{width:70%;height:40px;font-size:17.23px}#main_content_area .middle-text .input-boxes .col-xs-2.search .glyphicon-search{font-size:18px;margin-top:10px;padding-left:10px}#cityAuto .ui-autocomplete,#searchAuto .ui-autocomplete,.by_location .ui-autocomplete{font-size:11.95px;padding:10px 15px;line-height:12px}#searchAuto ul li{padding:5px 30px;min-height:30px}#searchAuto #poi_desc,#searchAuto .see_poi_auto{font-size:9px}#cityAuto .curr_hr,#cityAuto ul .current_location_main .curr_hr,#cityAuto ul .current_location_main .curr_hr_last{margin:6px auto}#cityAuto ul .current_location_main span{font-size:11.95px;padding:0 29px;line-height:5px}#cityAuto ul .current_location_main span::before{background:transparent url(https://cityseeker.com/assets/images/saved-location.png) no-repeat scroll 0 0/15px auto;height:20px;margin-left:-26px;margin-top:-3px;width:16px}#header-child .mobile_menu{display:block;font-size:20px;height:40px;line-height:40px;padding-right:34px;position:relative}#header-child .right_menu{height:40px;display:none}#main-header .half-div.right{padding-right:0}#main-header .half-div .join_txt.myprofile_txt,#main-header .half-div .join_txt.sign_out{padding-left:10px;padding-right:10px}#main-header .half-div .join_txt{font-size:11px}.globe_location::before{background-size:16px;width:16px;height:16px}#cityAuto .globe_location::before{margin-left:-25px}#cityAuto_header .globe_location::before{margin-left:-26px}.current_location_click_header .globe_location{padding:0 32px}#cityAuto .globe_location,#cityAuto_header .globe_location{padding:0 25px;height:17px}.current_location_click .globe_location::before,.current_location_click_header .globe_location::before{margin-left:-25px}#cityAuto .globe_location,.current_location_click .globe_location,.current_location_click span{font-size:11.95px}#cityAuto_header .globe_location,.current_location_click_header .globe_location{font-size:12.83px}.best.page-best .search_results .row.recomended_category_poi,.search.page-search .list-view .row.featured_category_poi,.search.page-search .search_results .row.recomended_category_poi{width:685px}.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.top_collection_results .col-lg-4{width:330px;margin:5px;padding:12px;vertical-align:top}.search_results .recomended_category .recomended_category_poi .col-lg-4,.search_similar_location_carousel .col-xs-3{width:330px;margin:5px;padding:0;vertical-align:top}.row.more_poi_content .col-lg-4 .img_box,.search_results .recomended_category .recomended_category_poi .col-lg-4 .img_box{width:306px;height:229px}.search.page-search .list-view .featured_category .desc_box .featured_category_buttons .addCollection_btn_cover,.search.page-search .list-view .featured_category .desc_box .featured_category_buttons .book_btn_cover{vertical-align:top;margin:0 auto}.search.page-search .search_similar_location_carousel .content_left{height:20px}.best.page-best .row.recomended_category_poi .content_left{height:20px!important}#searchAuto .ui-autocomplete .accommodations::before{background-position:5px -27px;background-size:22px auto;height:13px;margin-left:-36px;width:27px}#searchAuto .ui-autocomplete .shopping::before{background-position:-2px -113px;background-size:22px auto;height:16px;margin-left:-28px;margin-top:3px;width:18px}#searchAuto .ui-autocomplete .nightlife::before{background-position:-5px -91px;background-size:22px auto;height:17px;margin-left:-24px;width:11px}#searchAuto .ui-autocomplete .restAndCafe::before{background-position:5px -45px;background-size:22px auto;height:20px;margin-left:-33px;width:26px}#searchAuto .ui-autocomplete .attractions::before{background-position:5px -68px;background-size:22px auto;height:17px;margin-left:-32px;width:25px}#searchAuto_header .ui-autocomplete .accommodations::before{background-position:0 -30px;background-size:25px auto;height:15px;margin-left:-30px;margin-top:6px;width:25px}#searchAuto_header .ui-autocomplete .shopping::before{background-position:-2px -128px;background-size:25px auto;height:19px;margin-left:-28px;margin-top:2px;width:21px}#searchAuto_header .ui-autocomplete .nightlife::before{background-position:-6px -104px;background-size:25px auto;height:18px;margin-left:-23px;margin-top:5px;width:12px}#searchAuto_header .ui-autocomplete .restAndCafe::before{background-position:-1px -51px;background-size:25px auto;height:23px;margin-left:-26px;width:23px}#searchAuto_header .ui-autocomplete .attractions::before{background-position:-1px -78px;background-size:25px auto;height:19px;margin-left:-28px;margin-top:2px;width:23px}#searchAuto .ui-autocomplete .adayinthecity::before,#searchAuto_header .ui-autocomplete .adayinthecity::before{background-position:-161px -101px;background-size:225px auto;height:30px;width:30px;margin-top:-3px}#searchAuto .ui-autocomplete .threedaysinthecity::before,#searchAuto_header .ui-autocomplete .threedaysinthecity::before{background-position:-189px -3px;background-size:225px auto;height:30px;width:30px;margin-top:-3px}#searchAuto .ui-autocomplete .aweekinthecity::before,#searchAuto_header .ui-autocomplete .aweekinthecity::before{background-position:-189px -36px;background-size:225px auto;height:30px;width:30px;margin-top:-3px}#searchAuto .ui-autocomplete .free::before,#searchAuto_header .ui-autocomplete .free::before{background-position:-82px -67px;background-size:220px auto;height:30px;width:30px}#searchAuto .ui-autocomplete .veryexpensive::before,#searchAuto_header .ui-autocomplete .veryexpensive::before{background-position:0 -40px;background-size:90px auto;width:32px;margin-left:-40px!important}#searchAuto .ui-autocomplete .expensive::before,#searchAuto_header .ui-autocomplete .expensive::before{background-position:-2px -38px;background-size:125px auto;height:17px;width:32px}#searchAuto .ui-autocomplete .budget::before,#searchAuto_header .ui-autocomplete .budget::before{background-position:-126px -2px;background-size:235px auto;height:31px;margin-top:-2px;width:30px;margin-left:-37px!important}#searchAuto .ui-autocomplete .moderate::before,#searchAuto_header .ui-autocomplete .moderate::before{background-position:-3px -22px;background-size:150px auto;height:21px;width:24px}#searchAuto .ui-autocomplete .luxury::before,#searchAuto_header .ui-autocomplete .luxury::before{background-position:-98px -56px;background-size:185px auto;height:25px;width:27px;margin-top:-4px}#searchAuto .ui-autocomplete .culture::before,#searchAuto_header .ui-autocomplete .culture::before{background-position:-73px -2px;background-size:200px auto;height:27px;width:22px}#searchAuto .ui-autocomplete .family::before,#searchAuto_header .ui-autocomplete .family::before{background-position:-64px -28px;background-size:175px auto;height:23px;width:28px;margin-top:-2px}#searchAuto .ui-autocomplete .practicalinformation::before,#searchAuto_header .ui-autocomplete .practicalinformation::before{background-position:-173px -88px;background-size:195px auto;height:31px;margin-top:-2px;width:20px;margin-left:-25px!important}#searchAuto .ui-autocomplete .healthandwellness::before,#searchAuto_header .ui-autocomplete .healthandwellness::before{background-position:-67px -81px;background-size:180px auto;height:24px;margin-top:-4px;width:27px}#searchAuto .ui-autocomplete .hiddengems::before,#searchAuto_header .ui-autocomplete .hiddengems::before{background-position:-109px -30px;background-size:200px auto;height:28px;width:22px}#searchAuto .ui-autocomplete .outdoors::before,#searchAuto_header .ui-autocomplete .outdoors::before{background-position:-101px -84px;background-size:190px auto;height:26px;width:30px}#searchAuto .ui-autocomplete .romance::before,#searchAuto_header .ui-autocomplete .romance::before{background-position:-133px -2px;background-size:190px auto;height:25px;margin-top:-2px;width:24px}#searchAuto .ui-autocomplete .trendy::before,#searchAuto_header .ui-autocomplete .trendy::before{background-position:-140px -30px;background-size:200px auto;height:26px;margin-top:-2px;width:20px}#searchAuto .ui-autocomplete .weirdandwonderful::before,#searchAuto_header .ui-autocomplete .weirdandwonderful::before{background-position:-129px -55px;background-size:185px auto;height:25px;margin-top:-2px;width:26px}#searchAuto .ui-autocomplete .beautyAndSpas::before,#searchAuto_header .ui-autocomplete .beautyAndSpas::before{background-position:-169px -61px;background-size:200px auto;height:27px;width:29px}#searchAuto .ui-autocomplete .poiImage,#searchAuto_header .ui-autocomplete .poiImage{background-position:-1px 4px!important;background-size:30px auto!important}#searchAuto ul li,#searchAuto_header ul li{min-height:45px}#searchAuto .ui-autocomplete .adayinthecity::before,#searchAuto .ui-autocomplete .aweekinthecity::before,#searchAuto .ui-autocomplete .beautyAndSpas::before,#searchAuto .ui-autocomplete .budget::before,#searchAuto .ui-autocomplete .cheap::before,#searchAuto .ui-autocomplete .culture::before,#searchAuto .ui-autocomplete .expensive::before,#searchAuto .ui-autocomplete .family::before,#searchAuto .ui-autocomplete .free::before,#searchAuto .ui-autocomplete .healthandwellness::before,#searchAuto .ui-autocomplete .hiddengems::before,#searchAuto .ui-autocomplete .luxury::before,#searchAuto .ui-autocomplete .moderate::before,#searchAuto .ui-autocomplete .outdoors::before,#searchAuto .ui-autocomplete .practicalinformation::before,#searchAuto .ui-autocomplete .romance::before,#searchAuto .ui-autocomplete .threedaysinthecity::before,#searchAuto .ui-autocomplete .trendy::before,#searchAuto .ui-autocomplete .veryexpensive::before,#searchAuto .ui-autocomplete .weirdandwonderful::before{margin-left:-30px}#searchAuto .ui-autocomplete .accommodations,#searchAuto .ui-autocomplete .adayinthecity,#searchAuto .ui-autocomplete .attractions,#searchAuto .ui-autocomplete .aweekinthecity,#searchAuto .ui-autocomplete .beautyAndSpas,#searchAuto .ui-autocomplete .budget,#searchAuto .ui-autocomplete .cheap,#searchAuto .ui-autocomplete .culture,#searchAuto .ui-autocomplete .expensive,#searchAuto .ui-autocomplete .family,#searchAuto .ui-autocomplete .free,#searchAuto .ui-autocomplete .healthandwellness,#searchAuto .ui-autocomplete .hiddengems,#searchAuto .ui-autocomplete .luxury,#searchAuto .ui-autocomplete .moderate,#searchAuto .ui-autocomplete .nightlife,#searchAuto .ui-autocomplete .outdoors,#searchAuto .ui-autocomplete .practicalinformation,#searchAuto .ui-autocomplete .restAndCafe,#searchAuto .ui-autocomplete .romance,#searchAuto .ui-autocomplete .shopping,#searchAuto .ui-autocomplete .threedaysinthecity,#searchAuto .ui-autocomplete .trendy,#searchAuto .ui-autocomplete .veryexpensive,#searchAuto .ui-autocomplete .weirdandwonderful,#searchAuto_header .ui-autocomplete .accommodations,#searchAuto_header .ui-autocomplete .adayinthecity,#searchAuto_header .ui-autocomplete .attractions,#searchAuto_header .ui-autocomplete .aweekinthecity,#searchAuto_header .ui-autocomplete .beautyAndSpas,#searchAuto_header .ui-autocomplete .budget,#searchAuto_header .ui-autocomplete .cheap,#searchAuto_header .ui-autocomplete .culture,#searchAuto_header .ui-autocomplete .expensive,#searchAuto_header .ui-autocomplete .family,#searchAuto_header .ui-autocomplete .free,#searchAuto_header .ui-autocomplete .healthandwellness,#searchAuto_header .ui-autocomplete .hiddengems,#searchAuto_header .ui-autocomplete .luxury,#searchAuto_header .ui-autocomplete .moderate,#searchAuto_header .ui-autocomplete .nightlife,#searchAuto_header .ui-autocomplete .outdoors,#searchAuto_header .ui-autocomplete .practicalinformation,#searchAuto_header .ui-autocomplete .restAndCafe,#searchAuto_header .ui-autocomplete .romance,#searchAuto_header .ui-autocomplete .shopping,#searchAuto_header .ui-autocomplete .threedaysinthecity,#searchAuto_header .ui-autocomplete .trendy,#searchAuto_header .ui-autocomplete .veryexpensive,#searchAuto_header .ui-autocomplete .weirdandwonderful{min-height:35px!important}#searchAuto_header .ui-autocomplete .adayinthecity::before,#searchAuto_header .ui-autocomplete .aweekinthecity::before,#searchAuto_header .ui-autocomplete .beautyAndSpas::before,#searchAuto_header .ui-autocomplete .budget::before,#searchAuto_header .ui-autocomplete .cheap::before,#searchAuto_header .ui-autocomplete .culture::before,#searchAuto_header .ui-autocomplete .expensive::before,#searchAuto_header .ui-autocomplete .family::before,#searchAuto_header .ui-autocomplete .free::before,#searchAuto_header .ui-autocomplete .healthandwellness::before,#searchAuto_header .ui-autocomplete .hiddengems::before,#searchAuto_header .ui-autocomplete .luxury::before,#searchAuto_header .ui-autocomplete .moderate::before,#searchAuto_header .ui-autocomplete .outdoors::before,#searchAuto_header .ui-autocomplete .practicalinformation::before,#searchAuto_header .ui-autocomplete .romance::before,#searchAuto_header .ui-autocomplete .threedaysinthecity::before,#searchAuto_header .ui-autocomplete .trendy::before,#searchAuto_header .ui-autocomplete .veryexpensive::before,#searchAuto_header .ui-autocomplete .weirdandwonderful::before{margin-left:-32px}#searchAuto span,#searchAuto_header span{margin-left:5px}#main_content_area .about_sf{font-size:16px;height:45px;line-height:45px;margin-left:30px;padding-left:20px;width:240px}#main_content_area .arrowRight{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/section_home.png) no-repeat scroll -143px -16px/210px auto;height:18px;margin-right:14px;margin-top:14px;width:19px}.hCHead{padding:50px 0}.carousel_heading_home{font-size:23px}#bestOfCity_carousel .img_box img{width:155px;height:155px}#bestOfCity_carousel .img_box hr{margin:10px auto 14px;width:120px}#bestOfCity_carousel .img_box .c_title{font-size:20px;padding:20px 10px 5px}#bestOfCity_carousel .img_box .c_subtitle{font-size:14px}#bestOfCity_carousel .slick-prev,#bestOfCity_carousel .slick-prev::before,#browse_our_collections .slick-prev,#browse_our_collections .slick-prev::before,#browse_our_collections_one .slick-prev,#browse_our_collections_one .slick-prev::before,#majorDestination_carousel .slick-prev,#majorDestination_carousel .slick-prev::before,#search_similar_location_carousel .slick-prev{height:56px;margin:-44px 0 0 0;width:20px;background-position:-207px -4px;background-size:255px auto}#bestOfCity_carousel .slick-next,#bestOfCity_carousel .slick-next::before,#browse_our_collections .slick-next,#browse_our_collections .slick-next::before,#browse_our_collections_one .slick-next,#browse_our_collections_one .slick-next::before,#majorDestination_carousel .slick-next,#majorDestination_carousel .slick-next::before,#search_similar_location_carousel .slick-next{margin:-44px 0 0 0;text-align:center;width:20px;background-position:-232px -4px;background-size:255px auto;height:56px}#majorDestination_carousel .img_Title .c_title{font-size:14px;padding:1px 10px 0}#majorDestination_carousel .img_Title .c_subtitle{font-size:11px;padding:0 10px 1px}#majorDestination_carousel .img_Title{bottom:55px;height:55px}#majorDestination_carousel .slick-next,#majorDestination_carousel .slick-next::before,#majorDestination_carousel .slick-prev,#majorDestination_carousel .slick-prev::before{margin-top:0}#mobile_img{background:transparent url(https://cityseeker.com/assets/images/download_app.png) no-repeat scroll 0 0/150px auto;height:293px;width:150px;margin:35px 0 0 50px}#app_download_box{width:510px;margin-top:70px}#app_download_box .download_text{font-size:34px;margin-left:20px}#app_download_box .download_msg{font-size:20px;margin-left:20px}#app_download_box .mobile_store{height:38px;width:136px;margin:20px 15px 0 20px;background:transparent url(https://cityseeker.com/assets/images/download_app.png) no-repeat scroll 0 0/200px auto}#app_download_box .google_download{background-position:-29px -449px;margin-left:20px}#app_download_box .apple_download{background-position:-28px -501px;margin-left:10px}#download_app{height:525px;margin-top:100px}#create_box{width:730px}#create_box .innerBox{width:142px}.crBox{width:126px;height:126px;background-size:640px auto}#create_box .innerBox .txt{padding:15px 10px;font-size:16px;margin:30px 10px;height:120px}#create_box .create_element1{background-position:-1px -129px}#create_box .create_element2{background-position:-129px -129px}#create_box .create_element3{background-position:-258px -129px}#create_box .create_element4{background-position:-386px -129px}#create_box .create_element5{background-position:-513px -129px}#browse_our_collections .blueBox,#browse_our_collections_one .blueBox{margin:10px 0}#browse_our_collections .blueBox .txt{font-size:24px;padding:10px 15px}#browse_our_collections_one .blueBox .txt{font-size:24px;padding:10px 15px;height:100px!important}footer{height:230px}footer .left-section_footer{font-size:16px;padding:40px 0 0 25px}footer .left-section_footer .wcities_logo{width:150px;height:96px;background-size:390px auto;margin-left:18px;margin-top:10px}footer .middle-section .join_txt{margin:30px auto 20px;font-size:20px}footer .middle-section .footer-social_icon{height:55px}footer .middle-section .footer-social_icon .b,footer .middle-section .footer-social_icon .f,footer .middle-section .footer-social_icon .i,footer .middle-section .footer-social_icon .p,footer .middle-section .footer-social_icon .t{background-position:-182px -28px;background-size:360px auto;height:65px;width:48px}footer .middle-section .footer-social_icon .t{background-position:-226px -28px}footer .middle-section .footer-social_icon .i{background-position:-269px -28px}footer .middle-section .footer-social_icon .b{background-position:-138px -28px}footer .middle-section .footer-social_icon .p{background-position:-314px -28px}footer .middle-section .middle-links .footerTxt{padding:0 10px;font-size:12px}footer .middle-section{width:56%}footer .right-section .footer-rightTxt{font-size:18px;padding:5px 10px 5px 0}footer .middle-section .middle-links{padding:20px 0 0}#login_popup .loginBoxEle input{font-size:14px}#login_popup .loginBoxEle input::-moz-placeholder{font-size:14px}#login_popup .loginBoxEle input::-webkit-input-placeholder{font-size:14px}#login_popup .loginBoxEle input:-ms-input-placeholder{font-size:14px}#login_popup .loginBoxEle input:placeholder-shown{font-size:14px}#login_popup .modal-sm{width:80%!important}#login_popup .subHead{font-size:24px}#login_popup .loginBoxEle{width:400px;margin:10px 0 50px 10px}#forgetBox,#loginBox,#signupBox{padding:5px;margin-right:0}#login_popup .loginBoxEle{width:240px;height:35px;margin:8px 10px 10px}.loginBoxEle span{width:40px}#login_popup .loginBoxEle input[type=email],#login_popup .loginBoxEle input[type=password],#login_popup .loginBoxEle input[type=text]{width:190px;font-size:14px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:0;border-bottom-left-radius:0}#login_popup .loginBtnBoxEle{width:375px;margin:0 0 20px 20px}#login_popup .loginBtnBoxEle .loginBtn{width:174px;height:35px;line-height:35px;border-radius:5px;font-size:14px}#login_popup .footMsg{font-size:14px;padding:0 40px}#login_popup .socialLogin{width:200px;height:36px;margin:10px auto 10px 55px}#login_popup .socialLogin.google_login_img{background-position:0 -39px}.loginBoxEle span{padding:9px;font-size:14px;border-top-left-radius:5px;border-bottom-left-radius:5px}#login_popup .loginBtnBoxEle{width:225px}#login_popup .forgotPasswordLink{width:179px;margin:-5px 0 20px 65px;font-size:14px}#login_popup .loginBtnBoxEle .signupLink{font-size:14px}.modal-title{font-size:24px}#main-header .middle-div .col-xs-2.location,#main-header .middle-div .col-xs-2.search{margin:10px 0 0 10px;padding:0 5px;width:180px;height:40px}#main-header .half-div .join_txt,#main-header .half-div .login_txt{padding:5px 5px}#main-header .middle-div .col-xs-2.location{margin-left:0}#main-header .middle-div .col-xs-2.location::before{background-position:-130px -8px;background-size:180px auto;height:15px;margin-left:5px;margin-right:5px;margin-top:11px;width:11px}#main-header .middle-div .col-xs-2.location .pick_city{width:66%;font-size:14px}#main-header .middle-div .col-xs-2.search #Headerex2{width:75%;height:37px;padding:0 0 0 10px;font-size:14px}#main-header .middle-div .col-xs-2.search .glyphicon-search{font-size:14px;margin-left:15px;margin-top:11px;padding-left:6px}#main-header .middle-div .col-xs-2.location .set_curr_location_header{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:11px;margin-left:5px;margin-top:12px;width:22px}#header-child .collection_txt.detail{margin-right:30px;font-size:12px}.detail_content .detail_button .button{margin:10px auto}.detail_content .detail_button .button.search_golf_location{background-position:-10px -360px}.detail_content .detail_button .button.email_location{background-position:-14px -117px}.detail_content .detail_button .button.remove_from_collection{background-position:-13px -59px}.detail_content .detail_button .button.book_table{background-position:-14px -171px}.detail_content .detail_button .button.book_table.bookroom{background-position:-17px -16px;background-size:328px auto}.detail_content .detail_button .button.add_remove_collection span::before{left:-49px}.detail_content .detail_button .button.email_location span::before{left:-58px}.detail_content .detail_button .button.book_table.bookroom span::before{top:1px;width:30px}.detail_img{margin-left:30px;width:373px}.detail_image .all_tab{margin:0;right:15px;width:340px}.detail_image .all_tab .tab{height:30px;line-height:30px;margin:5px;padding:0 20px;font-size:16px}.detail_content{width:90%;padding:20px}.detail_content .detail_top .ranked_desc .ranked_desc_txt{font-size:16px}#open_tag_model .tab,.detail_content .all_tab .tab{font-size:16px;height:40px;line-height:40px;margin:6px;opacity:.8;padding:0 20px}#open_tag_model .modal-dialog{width:75%}.share_via{font-size:16px}.detail_content .detail_top .detail_title .title{font-size:28px;width:62%}.detail_content .detail_top .detail_title .title .poititle{font-size:28px}.title_footer .title_twitter{background-position:-3px -67px;background-size:210px auto;height:29px;margin-left:20px;width:29px}.title_footer .title_facebook{background-position:-34px -67px;background-size:210px auto;height:29px;width:29px;margin-left:0;cursor:pointer}.detail_content .detail_top .detail_title .pinterest_logo{width:29px;height:29px;margin-top:1px}.detail_content .detail_top .detail_time{font-size:22px;margin-top:15px;float:none;margin-left:45px}.title_footer.social_share{width:36%;line-height:30px;margin-top:-2%}.detail_content .detail_top .detail_time::before{background-position:-62px -15px;background-size:230px auto;height:37px;margin-left:-45px;margin-top:-4px;width:36px}.detail_content .detail_top .detail_time .hours{font-size:20px}.detail_content .detail_top .detail_time .fullhours{font-size:14px}.book-tour{background-position:0 -2px;background-size:35px auto;height:38px;margin-left:-59px;margin-top:-7px;width:35px}.detail_content .detail_desc .d_desc{font-size:20px}.detail_content .detail_down .detail_desc{padding:0}.detail_content .detail_down .detail_desc .d_address,.detail_content .detail_down .detail_desc .d_email,.detail_content .detail_down .detail_desc .d_phone,.detail_content .detail_down .detail_desc .d_weburl,.detail_content .detail_down .detail_time{font-size:20px;margin-left:35px;height:auto}.detail_content .detail_down .detail_time{height:auto}.detail_content .detail_down .detail_desc .d_address::before,.detail_content .detail_down .detail_desc .d_email::before,.detail_content .detail_down .detail_desc .d_phone::before,.detail_content .detail_down .detail_desc .d_weburl::before,.detail_down .detail_desc .detail_time::before{background-size:225px auto;width:35px;background-position:0 -7px;left:-35px}.detail_content .detail_down .detail_desc .d_socialurl{padding-left:3px;font-size:20px}.detail_content .detail_down .detail_desc .d_socialurl .fb_icon.both,.detail_content .detail_down .detail_desc .d_socialurl .tw_icon.both{width:18px;height:18px}.instag{background-position:-51px -3px;background-size:72px auto;height:18px;width:18px}.d_socialurl .follow_title.both{padding-left:4px}.d_socialurl .follow_title.single{padding-left:17px}.detail_content .detail_down .detail_desc .d_socialurl .fb_icon.single,.detail_content .detail_down .detail_desc .d_socialurl .tw_icon.single{width:25px;height:25px;display:inline-block;margin-left:7px}.detail_content .detail_down .detail_desc .d_weburl::before{background-position:-38px -7px}.detail_content .detail_down .detail_desc .d_phone::before{background-position:-75px -7px}.detail_content .detail_down .detail_desc .d_email::before{background-position:-113px -7px}.detail_down .detail_desc .detail_time::before{background-position:-151px -7px}.detail_content .detail_down .detail_time .hours{font-size:20px}.detail_content .detail_down .detail_time .fullhours{font-size:18px}.detail_content .detail_down .detail_button .button.add_collection{padding-left:40px;padding-right:18px}.detail_content .detail_down .detail_button .button.add_collection::before{background-position:-188px -37px;background-size:345px auto;height:30px;margin-left:-38px;margin-top:8px;width:30px}.detail_content .detail_down .detail_button .button.email_location{padding-left:58px;padding-right:18px}.detail_content .detail_down .detail_button .button.email_location::before{background-position:-225px -41px;background-size:345px auto;height:20px;margin-left:-62px;margin-top:12px;width:34px}.detail_down{margin-bottom:0}.detail_content .detail_down .detail_button .ranked_desc{font-size:16px;padding-left:85px}.detail_content .detail_down .detail_button .ranked_desc::before{background-position:-6px -6px;background-size:300px auto;height:84px;margin-left:-85px;width:68px}.detail_middle_image{height:550px}.nearby_txt{font-size:32px}.detail_page .detail_middle_image .whatsnearby{padding-right:0}.detail_middle_image .middle_content .map_title{padding:26px 0 22px 46px;height:350px;margin:0 auto;right:0}.detail_middle_image .middle_content .map_title .main_title{margin-left:50px;font-size:32px}.detail_middle_image .middle_content .map_title .main_title::before{background-position:-75px -2px;background-size:220px auto;height:35px;margin-left:-35px;width:24px;margin-top:5px}.detail_middle_image .middle_content .map_title .title_break{background-position:-167px 0;background-size:655px auto;margin:4px 0 20px}.detail_middle_image .middle_content .map_title .middle_poi_name{height:190px;margin-right:35px}.detail_middle_image .middle_content .map_title .other_title{font-size:21px;height:35px;line-height:23px;padding:5px 0 0 19px}.detail_middle_image .middle_content .map_title .title_see_more{font-size:20px;margin-right:56px;padding:15px 0 20px}.map_area .address_map{font-size:20px;margin-left:10px}.map_area .address_map .icon::before{background-position:-75px -2px;background-size:220px auto;width:24px;height:35px;margin-top:3px}.detail_middle_image .middle_content .map_area .detail_movable_map{width:680px;height:413px}.loader_absolute span{margin:-26px -46px}.more_poi_head{padding-top:51px;padding-bottom:25px;font-size:28px}.more_poi{padding:40px 26px;width:100%}.more_poi .more_poi_filters{width:100%}.more_poi .more_poi_filters .more_tab.active .in{font-size:22px}.more_poi .more_poi_filters .more_tab .in{padding:10px 17px;font-size:22px}.more_poi .more_poi_break{width:100%}.more_poi_data{width:685px}.recomended_category .recomended_category_poi .col-lg-4,.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.top_collection_results .col-lg-4{height:auto;margin:5px;padding:12px;width:330px;vertical-align:top}.recomended_category .recomended_category_poi .col-lg-4 .img_box,.row.more_poi_content .col-lg-4 .img_box{height:229px;width:306px}.more_poi .more_poi_content .four_by_three,.more_poi .more_tour_content .four_by_three{height:229px;width:306px}.besttag_cat_poi .recommend_image{width:106px;height:78px}.recomended_category .recomended_category_poi .col-lg-2 .img_box{height:80px}.img_Titles .c_subtitle{font-size:18px}.img_Titles{line-height:78px}.border_purpose{height:80px}#recomended_category_poi .slick-prev{left:25px}#recomended_category_poi .slick-next{right:25px}.recomended_category.category_page{padding:1%;margin-top:20px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .img_bottom_overlay{line-height:35px;height:40px}.top_my_collection_detail_page .content_left.diamond{background-position:-3px 0;background-size:95px auto;height:24px;margin:7px 1px;width:23px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .img_bottom_overlay .content_right{font-size:18px;margin:11px -2px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .header_txt{font-size:21.7px;margin-top:10px;margin-bottom:1px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .add_to_collection{font-size:17.12px;text-align:center;width:100%;border:1px solid #001e62;border-radius:5px;margin-left:0;margin:20px 0;color:#fff;background:#183066}.top_my_collection_detail_page .recomended_category .recomended_category_poi .add_to_collection::before{margin-top:0}.more_poi .more_poi_content .img_bottom_overlay,.my_profile_recent_view_result .img_bottom_overlay,.recomended_category .recomended_category_poi .img_bottom_overlay,.search_similar_location_carousel .img_bottom_overlay,.top_mycollection_data .img_bottom_overlay{background:transparent url(https://cityseeker.com/assets/images/dark-overlay.png) round scroll 0 0/426px auto;height:35px;padding:0 10px}.more_poi .more_poi_content .img_bottom_overlay .content_right,.my_profile_recent_view_result .img_bottom_overlay .content_right,.recomended_category .recomended_category_poi .img_bottom_overlay .content_right,.search_similar_location_carousel .img_bottom_overlay .content_right,.top_mycollection_data .img_bottom_overlay .content_right{font-size:18px;height:18px;margin:10px 0 5px;width:18px}.more_poi .more_poi_content .img_bottom_overlay .content_right,.my_profile_recent_view_result .img_bottom_overlay .content_right,.recomended_category .recomended_category_poi .img_bottom_overlay .content_right,.search_similar_location_carousel .img_bottom_overlay .content_right,.top_mycollection_data .img_bottom_overlay .content_right{font-size:18px}.recomended_category .recomended_category_poi .header_txt,.row.more_poi_content .header_txt,.row.more_tour_content .header_txt,.search_similar_location_carousel .header_txt{font-size:22px}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:22px}.recomended_category .recomended_category_poi .header_desc,.row.more_poi_content .header_desc,.row.more_tour_content .header_desc,.search_similar_location_carousel .header_desc{font-size:16px!important;height:75px}.recomended_category .recomended_category_poi .add_to_collection,.row.more_poi_content .add_to_collection,.search_similar_location_carousel .add_to_collection{font-size:20px}.recomended_category .recomended_category_poi .add_to_collection::before,.row.more_poi_content .add_to_collection::before,.search_similar_location_carousel .add_to_collection::before{background-size:53px auto;width:27px;height:27px;margin-top:0;margin-left:-35px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .list-btn-share-pdf{margin:2% 0}.browse_show_more_btn,.view_more_btn{min-width:300px;height:50px;line-height:50px;font-size:20px;margin:25px 0}.search_box_text{font-size:18px}.search_box{width:100%}.search_results .recomended_category_head{width:708px}.search_main_wrapper{width:92%}.search_box_text{font-size:20px}.featured_category .featured_category_head,.recomended_category_head,.related_collection_data .header_title,.top_my_collection_detail_page .top_my_collection_head,.top_rated_head{font-size:26px}#search_similar_location_carousel{width:86%}.list-view .featured_category{padding:1% 15px}.best_more_recomme,.mycollection.page-mycollection .top_my_collection_detail_page .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi{width:685px!important}.featured_category .featured_category_poi,.list-view .featured_category .featured_category_poi,.top_mycollection_data .header_title,.top_saved_data .header_title{width:350px;margin:0 auto}#myprofile .recomended_category .recomended_category_poi,.saved_collection,.saved_collection .search_result,.top_mycollection_data .header_title,.top_saved_data .header_title{width:580px;margin-top:20px}.page-category .featured_category .featured_category_poi,.page-category .recomended_category .recomended_category_poi{width:100%}.page-category .recomended_category .recomended_category_poi{padding:0 40px}.top_mycollection_data .recomended_category .header_title .hr_line,.top_saved_data .header_title .hr_line{width:58%}.featured_category .featured_category_poi .desc_box{padding:15px 0;position:relative}.featured_category .featured_category_poi .desc_box .img_box,.featured_category .featured_category_poi .desc_box .img_box .four_by_three{width:147px;height:110px}.featured_category .featured_category_poi .desc_box .featured_category_desc.featured_header{padding:5px 2px 5px 15px;width:75%}.featured_category .featured_category_poi .desc_box .featured_category_desc{width:335px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_head{font-size:22px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address::before{background-position:-28px -36px;background-size:250px auto;height:19px;left:1px;width:13px;top:0}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address{font-size:14px;line-height:18px;padding:0 0 0 20px;margin-right:5px}.featured_category .featured_category_poi .desc_box .featured_category_action.after_800 .featured_category_price{font-size:16px;width:14px;margin:3px 0}.featured_category .featured_category_poi .desc_box .featured_category_desc .for_state{font-size:16px;padding:0 25px 10px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_fullDesc{font-size:14px;height:42px;margin-top:0}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc.featured_header{padding:5px 2px 5px 15px;width:75%}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc{width:520px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_head{font-size:22px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_address::before{background-position:-28px -36px;background-size:250px auto;height:19px;left:1px;width:13px;top:0}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_address{font-size:14px;line-height:18px;padding:0 0 0 20px;margin-right:5px}.featured_category .featured_category_poi .desc_box .featured_category_action.after_800 .featured_category_price{font-size:16px;width:14px;margin:3px 0}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .for_state{font-size:16px;padding:0 25px 10px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_fullDesc{font-size:14px;height:42px;margin-top:0}.featured_category_buttons{float:none}.featured_category .featured_category_poi .desc_box .featured_category_action,.list-view .featured_category .featured_category_poi .desc_box .featured_category_action{margin-left:0;width:195px;height:110px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rate.diamond{background-position:-2px -3px;background-size:100px auto;float:right;height:20px;margin:auto 0;width:23px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rate.halfstar.diamond{background-position:-25px -3px;background-size:100px auto;float:right;height:20px;margin:auto 0;width:23px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rate.halfstar.hotel,.title_rate.halfstar.hotel{float:right;background-position:-96px 0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_pricing,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rating{width:185px;height:26px;margin-bottom:5px;float:right;padding-right:0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rate{background-position:-65px 0;background-size:125px auto;height:29px;margin:0 2px;width:25px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_price{float:right;font-size:18px;width:17px;margin-top:10px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .addCollection_btn_cover,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .book_btn_cover{float:right;height:40px;width:auto}#cityAuto_header .ui-autocomplete,#searchAuto_header .ui-autocomplete{font-size:11.95px;line-height:12px}#searchAuto_header #poi_desc{font-size:9px}#searchAuto_header ul li{padding:5px 10px 5px 30px}#searchAuto .ui-autocomplete .poiImage,#searchAuto_header .ui-autocomplete .poiImage{background-size:25px auto!important}#searchAuto_header .ui-autocomplete{padding:0 15px}#cityAuto_header ul,#searchAuto_header ul{left:-8px!important;top:13px!important;width:188px!important;padding:5px 15px}#cityAuto_header ul .current_location_main span{font-size:12px;line-height:20px;padding:0 0 0 25px}#cityAuto_header ul .current_location_main .curr_hr,#cityAuto_header ul .current_location_main .curr_hr_last{margin:5px auto}#cityAuto_header ul .current_location_main span::before{background-size:15px auto;height:18px;width:15px;margin-top:0;margin-left:-25px}#data-profile{width:100%;padding:20px 0}#main-profile .img-div img{margin:10px 0}#main-profile .img-div{width:30%}#main-profile .txt-div{width:70%}#main-profile .txt-div .txt-profile{font-size:16px}#main-profile .txt-div .profile-field .profile-name{font-size:30px}#main-profile .txt-div .profile-field .email-location .label{font-size:16px;width:148px}#main-profile .txt-div .profile-field input{font-size:20px}#main-profile .txt-div .profile-field .email-location .locationBox-inner{font-size:20px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection{top:30px;font-size:17px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection::before{background-size:16px auto;height:16px;margin-left:-21px;margin-top:3px;width:16px}.collection.page-collection .Similar_collections_section .top_my_collections .top_mycollection_data{width:685px}.collection.page-collection .top_my_collection_detail_page .top_my_collection_detail_data .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi{width:684px}.category.page-category .radiusOption_box{position:relative;width:100%;right:0}.category.page-category .radiusOption_box .rangeslide{margin:0 auto;width:300px}.top_my_collections .col-lg-4 .create_collection_icon{background-size:115px auto;height:115px;left:67px;top:36px;width:115px}.my_profile_recent_view_result .recomended_category .recomended_category_poi .col-lg-4,.top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{height:415px}.favorite-tag-btn span,.favorite-tag-btn-2 span,.favorite-tag-btn-3 span{display:inline-block}.top_my_collection_detail_page .collection_header,.top_my_collection_detail_page .my_collection_detail_content{width:100%}.top_collection_results .recomended_category{padding:1% 1%}.recently_head_txt::before,.saved-city-content .city-saved::before,.top_my_collection_detail_page .recomended_category_head::before,.top_my_collections .recomended_category_head::before{background-position:-53px -7px;background-size:300px auto;height:36px;margin-left:-50px;width:32px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-header{font-size:28px;margin:20px 0}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .created-list,.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .description{font-size:20px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-all-location{font-size:20px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-all-location::before{background:transparent url(https://cityseeker.com/assets/images/grey-bookmarked_icon.png) no-repeat scroll 0 0/15px auto;height:26px;margin-left:-30px;margin-top:3px;width:15px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .close{right:6%}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .list-btn-share-pdf div{font-size:17px;height:40px;line-height:40px;width:210px;margin:4px}#share_invite::before{background-position:0 7px;background-size:26px auto;height:35px;margin-left:-33px;width:26px}.download_pdf::before{background-position:-191px -3px;background-size:250px auto;height:30px;margin-left:-33px;width:20px}.email_collection::before{background-position:-216px -3px;background-size:250px auto;height:29px;margin-left:-40px;width:30px}.email_collection{padding-left:25px}.recomended_category .recomended_category_poi .add_to_collection,.recomended_category .recomended_category_poi .remove_from_collection,.row.more_poi_content .add_to_collection,.row.more_poi_content .remove_from_collection,.search_similar_location_carousel .add_to_collection,.search_similar_location_carousel .remove_from_collection{font-size:18px}.recomended_category .recomended_category_poi .remove_from_collection::before,.row.more_poi_content .remove_from_collection::before,.search_similar_location_carousel .remove_from_collection::before{background-size:53px auto;width:27px;height:27px;margin-top:0;background-position:-27px 0;margin-left:-35px}.collection.page-collection .top_my_collection_detail_page .poi_address,.top_collection_results .poi_address{padding:3px 0;font-size:18px;margin-left:35px}.collection.page-collection .top_my_collection_detail_page .poi_address{margin-bottom:35px}.row.my_collection_detail_content .header_desc{font-size:17px!important}.collection.page-collection .top_my_collection_detail_page .poi_address::before,.top_collection_results .poi_address::before{background-size:24px auto;height:29px;margin-left:-35px;width:25px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo{padding:3px 0}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo{font-size:18px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo label::before{background-size:26px auto;height:26px;margin-left:-34px;width:26px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo input[type=radio]:checked+label::before{background-position:0 -26px;background-size:26px auto;height:26px;margin-left:-34px;width:26px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo label{margin-left:34px;font-weight:400}.top_my_collection_detail_page .collection_header .header_collection_desc{font-size:18px}.top_my_collection_detail_page .collection_header .collection_buttons{float:none;margin:10px 0}.edit_collections,.top_my_collection_detail_page .collection_header #share_invite,.top_my_collection_detail_page .collection_header .download_pdf,.top_my_collection_detail_page .collection_header .email_collection{margin-right:10px;margin-left:0;margin-bottom:5px}.top_my_collection_detail_page .collection_header .header_collection_desc{margin-top:10px}#add_to_collection_poi .modal-dialog{width:680px}.modal-footer,.modal-header{padding:10px 40px 5px}.modal-body{margin:0 20px}.collectionListData .top_rated_content .col-lg-4.collectlist,.collectionListData .top_rated_content .col-lg-4.create_collection{height:250px;margin:5px 7px;padding:12px;width:280px;display:inline-block}.collectionListData .col-lg-4 .create_collection_icon{margin:43px 75px}#add_to_collection_poi .active_collection_icon{background-size:70px auto;height:70px;left:90px;top:58px;width:70px}#CollectionList{height:525px}.top_collection_results .recomended_category{margin-bottom:40px}.onlyfree{font-size:18px;line-height:35px}.onlyfree.recommended{line-height:26px;font-size:19px;margin-top:7px}.top_my_collection_detail_page .onlyfree.recommended{line-height:26px;font-size:19px;margin-top:7px}#main_content_area .category_tag_filter .tag_filter_more .selected_tags{font-size:12.65px;line-height:25px;padding:5px 25px 5px 35px;margin:8px}#main_content_area .category_tag_filter .tag_filter_more .cancel{font-size:18px;margin-left:-22px}.category_filter .cat_label,.tag_filter .tag_label{font-size:12.65px;margin-left:30px;margin-right:0;padding-top:15px;width:90px}#main_content_area .category_tag_filter .category_option,#main_content_area .tag_filter .tag_option{width:70%;margin:5px 0}.category_filter .category_more,.tag_filter .tag_more{font-size:13px;margin-right:40px;margin-top:15px}.category_filter .category_more .glyphicon.glyphicon-triangle-bottom,.tag_filter .tag_more .glyphicon.glyphicon-triangle-bottom{font-size:20px;margin:0 9px}.category_filter .cat_txt,.tag_filter .tag_txt{margin:5px;padding:3px 10px;font-size:12px}.modal .subsubCatBox{padding:5px 0 5px 40px}.top_rated{padding:10px 10px 0}.row.top_rated_content .col-lg-4{margin:5px 0;width:90%;display:inline-block;padding:0}.row.top_rated_content .col-lg-4 .img_box{height:233px;width:100%}.top_rated .top_rated_content .four_by_three{width:100%}.best_of_tag .img_box::before{background-position:-4px -6px;background-size:300px auto;height:85px;width:69px}.top_rated .top_rated_content .img_bottom_overlay .content_right{font-size:18px;height:18px;margin:10px 0 5px;width:17px}.row.top_rated_content .header_txt{font-size:22px}.row.top_rated_content .header_desc{font-size:16px;height:70px}.row.top_rated_content .add_to_collection,.row.top_rated_content .remove_from_collection{margin-left:35px;font-size:18px;padding:10px 0 0}.row.top_rated_content .remove_from_collection::before{background-position:-27px 0;background-size:53px auto;height:27px;margin-left:-39px;margin-top:1px;width:27px}.row.top_rated_content .add_to_collection::before{background-size:53px auto;height:27px;margin-left:-39px;margin-top:1px;width:27px}.recomended_category .recomended_category_poi .add_to_collection,.recomended_category .recomended_category_poi .remove_from_collection,.row.more_poi_content .add_to_collection,.row.more_poi_content .remove_from_collection,.search_similar_location_carousel .add_to_collection,.search_similar_location_carousel .remove_from_collection{margin-left:35px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable::before{height:25px;margin-left:0;margin-right:15px;margin-top:10px;background-size:300px auto;background-position:-180px -13px}.featured_category .featured_category_poi .col-lg-4{height:auto}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable{width:100%;height:40px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection.add_remove_collection .add_remove_icon{background-size:40px;height:19px;width:19px;margin-top:-3px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons span{font-size:14px;line-height:40px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Room_icon{background-position:-2px -4px;background-size:85px auto;height:20px;width:19px;margin-top:-2px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon{background-position:-18px -2px;background-size:67px auto;height:18px;width:26px;margin-top:0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon_vip{background-position:-46px 0;background-size:67px auto;height:22px;width:20px;margin-top:0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .remove_from_collection{width:290px;height:57px;background-size:302px auto;background-position:-5px -3px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .remove_from_collection::before{background-position:-241px -14px;height:26px;margin-left:4px;margin-right:15px;width:26px;margin-top:11px;background-size:300px auto}.collectionListData .top_rated_content .collectlist .img_box,.collectionListData .top_rated_content .create_collection .img_box,.collectionListData .top_rated_content .four_by_three{height:187px;width:250px}#categoryPageModal .modal-dialog,#tagPageModal .modal-dialog{width:90%!important}.block{width:300px}.top_rated .top_rated_content .img_bottom_overlay{height:35px;line-height:35px}.best_more_recomme{width:685px}#img_Titles{bottom:59px;height:59px}#img_Titles .c_title{font-size:22px;padding:18px 0 0 15px;line-height:15px}#img_Titles .c_subtitle{font-size:26px}.modal input.css-checkbox[type=checkbox]+label.css-label{font-size:16px}#catMoreBody .columnOne,#catMoreBody .columnThree,#catMoreBody .columnTwo{width:32%}.browse_collection .browse_collection_data .browse_collection_title .browse_collection_head::before,.recently_head_txt::before,.saved-city-content .city-saved::before,.top_my_collection_detail_page .recomended_category_head::before,.top_my_collections .recomended_category_head::before{background-position:-53px -7px;background-size:300px auto;height:36px;margin-left:-50px;width:32px}.best_category_page .best_category_page_title,.browse_collection .browse_collection_data .browse_collection_title .browse_collection_head,.featured_category .featured_category_head,.recomended_category_head,.related_collection_data .header_title,.top_my_collection_detail_page .top_my_collection_head,.top_rated_head{font-size:26px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search{width:45%}.browse_collection .browse_collection_data .keyword_search .keyword_txt{width:80%}.browse_collection .browse_collection_data .keyword_search .keyword_txt input{width:90%}.browse_collection .browse_collection_data .browse_collection_result,.browse_collection .browse_collection_data .browse_other_collection{width:745px;min-height:300px}.browse_collection_result .search_result,.browse_other_collection .other_collection_list{width:690px}.browse_collection_result .search_result .col-lg-4,.browse_other_collection .other_collection_list .col-lg-4{margin:5px 6px;padding:12px;width:218px;height:269px}.browse_other_collection .other_collection_list .col-lg-4{width:218px;margin:5px 6px;float:left;height:269px}.browse_other_collection .other_collection_list .col-lg-4 .four_by_three{height:147px;width:196px}.browse_collection_result .search_result .col-lg-4 .four_by_three{height:147px;width:196px}.browse_collection_result .search_result .browse_col_desc .header_txt{font-size:17px;line-height:23px;padding:5px 0}.browse_other_collection .other_collection_list .browse_col_desc .header_txt{font-size:17px;line-height:23px;padding:5px 0}.browse_collection_result .search_result .browse_col_desc .created_by,.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:13px}.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:13px}.browse_collection_result .search_result .keyword_txt_save_unsave{margin:0 -12px}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords{font-size:15px;height:47px;line-height:47px;width:70%}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{height:47px;margin-left:-3px;text-align:center}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave{background-position:-123px -13px;background-size:280px auto;height:20px;margin:9px 10px;width:24px;display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave_name,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave_name,.saved_collection .search_result .save_unsave .unsave_name{font-size:12px;margin:-14px auto 0}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .save,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .save{background-position:-159px -15px;background-size:280px auto;height:20px;margin:9px 10px;width:24px;display:inline-block}.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .save,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave{margin:9px 18px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave{margin:0 -12px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords{font-size:15px;height:47px;line-height:47px;width:80%}.browse_collection .browse_collection_data .browse_other_collection .other_collection_title .title_other_like{font-size:28px;margin:15px auto;width:100%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_text{font-size:15px;padding:9px 10px;width:68%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon{min-width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide{height:50px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state{height:60px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{font-size:20px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.accommodations{background-position:0 -36px;background-size:30px auto;height:19px;margin:8px 0;width:24px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.restAndCafe{background-position:-2px -60px;background-size:30px auto;height:29px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.attractions{background-position:-2px -92px;background-size:30px auto;height:25px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.nightlife{background-position:-7px -124px;background-size:30px auto;height:22px;width:28px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.shopping{background-position:-3px -154px;background-size:30px auto;height:22px;margin:5px 0;width:29px}.leave-comment-section{width:100%}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi{width:690px}.Similar_collections_section .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4,.related_collection .collection_result .col-lg-4,.saved_collection .search_result .col-lg-4{margin:6px;padding:12px;width:330px;height:391px}.related_collection .collection_result .col-lg-4 .four_by_three,.saved_collection .search_result .col-lg-4 .four_by_three{width:314px;height:235px}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt,.related_collection .collection_result .browse_col_desc .header_txt,.saved_collection .search_result .browse_col_desc .header_txt{font-size:26px;line-height:35px;padding:10px 0}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .browse_col_desc .created_by,.related_collection .collection_result .browse_col_desc .created_by,.saved_collection .search_result .browse_col_desc .created_by{color:#fff;font-size:20px}.saved_collection .search_result .keyword_txt_save_unsave{margin:0 -12px}.saved_collection .search_result .header_title .hr_line{width:80%}.saved_collection .search_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords,.related_collection .collection_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .keywords{font-size:20px;height:56px;line-height:56px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{vertical-align:top;height:56px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-154px -17px;background-size:350px auto;cursor:pointer;height:24px;margin:13px;width:28px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .save,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-199px -17px;background-size:350px auto;cursor:pointer;height:24px;margin:10px;width:28px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay::before,.browse_collection .image_bottom_overlay::before,.related_collection .image_bottom_overlay::before,.saved_collection .image_bottom_overlay::before{background-position:-26px -4px;background-size:250px auto;height:18px;margin-left:-20px;margin-top:9px;width:16px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay,.browse_collection .image_bottom_overlay,.related_collection .image_bottom_overlay,.saved_collection .image_bottom_overlay{height:35px;line-height:35px;padding:0 10px 0 25px;font-size:16px}.detail_content .hurricane_msg{font-size:18px}.plan_results .recomended_category_poi .content_left.halfstar{background-size:63px auto!important;background-position:-21px -2px!important;width:22px!important}.plan_results .row.recomended_category_poi{width:100%;margin:0 auto}.plan_results .col-lg-4{width:290px!important}.plan_results .plan_category_holder .col-lg-4 .img_box{width:268px!important}.plan_results .plan_category_holder .featured_category_desc{width:390px!important}.plan_results .plan_category_holder .four_by_three{width:268px!important}.list-view .row.featured_category_poi{width:728px!important;padding:0 10px}.list-view .plan_category_holder .featured_category_desc{width:390px!important}.allthree_social_btn div.all_share_icon{margin-left:0}.list-unstyled span{padding-left:9px}.popover349843{left:-18.5px}.popover{max-width:300px}.popover-content{padding-bottom:15px;padding-left:15px;padding-right:15px;padding-top:20px}.myprofile.page-myprofile .recomended_category .recomended_category_poi,.saved_collection,.saved_collection .search_result{width:580px}.myprofile.page-myprofile .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{width:287px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4 .img_box,.myprofile.page-myprofile .recomended_category .recomended_category_poi .four_by_three{width:260px;height:195px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4,.myprofile.page-myprofile .top_my_recently_viewed_location .recomended_category .recomended_category_poi .col-lg-4{width:284px;margin:2px}#land_image.about_us{padding:0 0 85%}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{display:block}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{height:auto}#land_image.about_us .middle-text .left_side_content{width:95%;margin:0 auto}#land_image.about_us .middle-text .left_side_content .abt_city{font-size:3vw;width:40%}#land_image.about_us .middle-text .right_side_content{width:90%;margin:0 auto}#land_image.about_us .middle-text{padding:20px}#land_image.about_us .middle-text .left_side_content{padding-left:0;padding-top:10px}#land_image.about_us .middle-text .left_side_content .cityProd{padding-top:20px;font-size:1.6vw}#land_image.about_us .middle-text .right_side_content{padding-top:25px}#land_image.about_us .middle-text .left_side_content .wcities_logo{background-size:390px auto;height:85px;width:137px;background-position:-3px -7px}#land_image.about_us .middle-text .right_side_content .city_desc,#land_image.about_us .middle-text .right_side_content .contact_info{padding:20px;margin-bottom:20px;font-size:1.7vw;width:100%}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{height:44px;line-height:35px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call{margin-top:15px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{margin-left:-50px;background-size:100px;width:33px;height:35px}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{background-position:-67px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before{background-position:-33px 0}#send_us_message .map_feedback .feedback_form .submit_btn{width:255px}#send_us_message .map_feedback .feedback_form{width:100%}#send_us_message .map_feedback .map{width:100%;height:400px}.map>iframe{height:90%}#send_us_message .map_feedback{width:80%}#send_us_message .header_title,#send_us_message .map_feedback .feedback_form #email,#send_us_message .map_feedback .feedback_form #message,#send_us_message .map_feedback .feedback_form #name,#send_us_message .map_feedback .feedback_form .submit_btn,#send_us_message .map_feedback .feedback_form .user_message #character_counting{font-size:1.9vw}.top_rated_poi_container{width:100%;float:none}.top_rated_poi_container_collection{width:40%!important;float:none}.top_collection_results .top_rated_map{width:95%}.row.top_rated_content .col-lg-4{width:48%;margin:5px;padding:0}.top_rated .top_rated_map{height:295px;width:100%!important}.top_rated .top_rated_map_outer{width:99%;text-align:left;margin-left:5px;margin-top:20px}}@media only screen and (min-width:320px) and (max-width:767px){.top_my_collection_detail_page .top_rated_map_outer{position:relative;display:block;top:0;width:100%;height:250px;margin-bottom:20px;padding:10px}.top_collection_results .top_rated_map{display:block;width:100%;height:250px}#handleDiv{display:none}.top_my_collection_detail_page .top_rated_map .category_movable_map{width:100%}.collection.page-collection .top_my_collection_detail_page .row.my_collection_detail_content .row.recomended_category_poi{width:100%!important;padding:10px}.top_my_collection_detail_page .recomended_category{display:block}.top_my_collection_detail_page .onlyfree{font-size:21px;line-height:55px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .add_to_collection{font-size:16.12px;text-align:center;width:100%;border:1px solid #001e62;border-radius:5px;margin-left:0;margin:22px 0;color:#fff;background:#183066}.recomended_category .recomended_category_poi .header_desc.nodesconlydd{padding-left:35px}.not_found_page{font-size:16px}.not_found_page img{width:150px}.not_found_page .in_blue,.not_found_page .to_home{font-size:20px}.not_found_page .in_blue,.not_found_page .not_found_reason{padding:0 30px;margin:20px auto}#login_popup .facebook_login_img>span,#login_popup .google_login_img>span{font-size:12px;line-height:47px}.bestoficon>span{bottom:9px;font-size:10px}#login_popup .google_login_img>span::before{background-color:rgba(0,0,0,0);background-image:url(https://cityseeker.com/assets/images/google-plus.png);background-position:0 6px;background-repeat:no-repeat;background-size:20px auto;border-right-color:#bbb;border-right-style:solid;border-right-width:0;content:" ";height:31px;left:-17px;position:absolute;top:8px;width:30px}#login_popup .facebook_login_img>span::before{background-color:rgba(0,0,0,0);background-image:url(https://cityseeker.com/assets/images/facebook_login.png);background-position:0 4px;background-repeat:no-repeat;background-size:12px auto;border-right-color:#bbb;border-right-style:solid;border-right-width:0;content:" ";height:31px;left:-16px;position:absolute;top:7px;width:30px}#catMoreBody .column0,#catMoreBody .column1,#catMoreBody .column2{width:100%}#forFilter .column0,#forFilter .column1{width:100%}#forFilter .col-lg-6{margin:10px 0}#bget_direction{display:none!important}#aget_direction{display:block!important}.detail_middle_image{height:auto!important}.modalsubHead{font-size:16.7px}#get_direction .modal-sm{width:80%!important}.camera_img img{width:32px}#main-header{height:40px}#main-header .half-div.left{width:36%}#main-header .search_icon{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll 2px -28px/218px auto;height:19px;width:19px;display:inline-block;margin-top:10px;margin-left:28px;border:1px solid #8d8888;border-radius:15px;padding:12px;cursor:pointer}#login_popup .site_logo,#main-header .half-div.left .logo,#signup_popup .site_logo{margin-left:10px;margin-top:10px;height:25px;background-size:100px auto;width:105px}#main-header .half-div .join_txt,#main-header .half-div .login_txt{height:14px;bottom:0;padding:1px 0;font-size:12px}#main-header .half-div .join_txt.home_join{padding-right:10px}#main-header .half-div .login_txt{padding-left:10px;padding-right:10px}#main-header .half-div.right{padding-right:10px;line-height:40px}#main-header .middle-div{position:absolute;background-color:#fff;width:292px;left:8px;top:45px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;height:125px;display:none;-webkit-box-shadow:1px 1px 8px 1px rgba(0,0,0,.7);-moz-box-shadow:1px 1px 8px 1px rgba(0,0,0,.7);box-shadow:1px 1px 8px 1px rgba(0,0,0,.7)}#header-child{height:40px}#header-child .category_txt{line-height:41px;font-size:14px;padding:0 0 0 35px}#header-child .category_txt::before{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/section_home.png) no-repeat scroll -85px -17px/218px auto;height:18px;margin-left:-30px;margin-top:12px;width:21px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}#header-child .category_txt.upArrow::before{background-position:-85px -17px;-webkit-transform:rotate(-270deg);-moz-transform:rotate(-270deg);-ms-transform:rotate(-270deg);-o-transform:rotate(-270deg);transform:rotate(-270deg)}.categories{width:180px;position:absolute!important;z-index:99}.categories .single_category{float:left;width:100%;background-color:#001e62;cursor:pointer;height:75px;border-bottom:1px solid #03153d;border-left:none;opacity:.98}.categories .single_category .cat.tours{background-position:-5px 100px;background-size:250px auto;height:32px;margin:10px auto 5px;width:17px}.categories .single_category .cat.accommodations{background-position:-30px 93px;background-size:250px auto;height:21px;margin-bottom:15px;margin-top:10px;width:36px}.categories .single_category .cat.restAndCafe{background-position:-72px 100px;background-size:250px auto;height:32px;margin-bottom:5px;margin-top:10px;width:34px}.categories .single_category .cat.attractions{background-position:-111px 99px;background-size:250px auto;height:28px;margin-bottom:10px;margin-top:10px;width:31px}.categories .single_category .cat.nightlife{background-position:-154px 97px;background-size:250px auto;height:26px;margin-bottom:10px;margin-top:10px;width:19px}.categories .single_category .cat.shopping{background-position:-180px 98px;background-size:250px auto;height:26px;margin-bottom:10px;margin-top:10px;width:30px}.categories .single_category .cat.events{background-position:-216px 96px;background-size:250px auto;height:26px;margin-bottom:10px;margin-top:10px;width:30px}.current_category_click,.current_location_click{z-index:1;opacity:1}.cat_txt{font-size:12px;display:inline-block;vertical-align:top;line-height:20px;width:100%;text-align:center}#land_image .middle-text{margin-top:20px}#land_image .middle-text .welcome::after{background-size:130px auto;height:30px;width:133px;margin-left:8px;margin-top:2px}#land_image .middle-text .welcome{margin-left:-150px;font-size:22px}.current_category_click,.current_location_click{top:40px;width:230px;z-index:1}.current_category_click .curr_hr,.current_category_click .curr_hr_last,.current_location_click .curr_hr,.current_location_click .curr_hr_last{margin:3px auto}.current_location_click span::before{background-size:13px auto;height:19px;margin-left:-22px;margin-top:3px;width:13px}#city_auto .globe_location,.current_location_click .globe_location,.current_location_click span,.sel_cats{font-size:11.95px;padding:0 37px}.current_location_click_header{top:54px;width:270px;left:10px}.current_location_click_header .curr_hr{margin:5px auto;width:90%}.current_location_click_header span::before{background-size:13px auto;height:19px;margin-left:-22px;margin-top:4px;width:13px}.current_location_click_header span{padding:0 37px;font-size:12.83px;line-height:25px}.current_location_click_header .curr_hr_last{margin:5px auto;width:90%}#cityAuto_header ul .current_location_main .curr_hr,#cityAuto_header ul .current_location_main .curr_hr_last{margin:5px auto}#cityAuto_header ul .current_location_main span::before{background-size:13px auto;height:19px;margin-left:-22px;margin-top:3px;width:13px}.top_rated_button{text-align:center}#cityAuto .ui-autocomplete,#searchAuto .ui-autocomplete,.by_location .ui-autocomplete{font-size:11.95px;padding:10px 15px;line-height:12px}#searchAuto ul li{padding:5px 30px}#searchAuto #poi_desc,#searchAuto .see_poi_auto{font-size:9px}#cityAuto ul .current_location_main .curr_hr{margin:5px auto;width:100%}#cityAuto ul .current_location_main .curr_hr_last{margin:5px auto;width:100%}#cityAuto ul .current_location_main span{font-size:11.95px;padding:0 29px}#cityAuto ul .current_location_main span::before{background:transparent url(https://cityseeker.com/assets/images/saved-location.png) no-repeat scroll 0 0/15px auto;height:20px;margin-left:-26px;margin-top:8px;width:16px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city::-webkit-input-placeholder{font-size:14.5px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:-moz-placeholder{font-size:14.5px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city::-moz-placeholder{font-size:14.5px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:-ms-input-placeholder{font-size:14.5px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city:placeholder-shown{font-size:14.5px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2::-webkit-input-placeholder{font-size:14.5px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:-moz-placeholder{font-size:14.5px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2::-moz-placeholder{font-size:14.5px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:-ms-input-placeholder{font-size:14.5px}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2:placeholder-shown{font-size:14.5px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category::-webkit-input-placeholder{font-size:14.5px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:-moz-placeholder{font-size:14.5px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category::-moz-placeholder{font-size:14.5px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:-ms-input-placeholder{font-size:14.5px}#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category:placeholder-shown{font-size:14.5px}#main_content_area .middle-text .input-boxes{margin-top:5px}#main_content_area .middle-text .input-boxes .col-xs-2.location,#main_content_area .middle-text .input-boxes .col-xs-2.search,#main_content_area .middle-text .input-boxes .col-xs-2.selCat{width:230px;height:35px}.homeinputbox{width:40%;display:inline-block}.flexcontent{display:inline-block;width:90%}#main_content_area .middle-text .input-boxes .col-xs-2.location::before{width:13px;height:19px;margin-top:9px;background-size:225px auto;background-position:-163px -10px;margin-right:0}#main_content_area .middle-text .input-boxes .col-xs-2.location .set_curr_location,#main_content_area .middle-text .input-boxes .col-xs-2.selCat .set_curr_category{height:12px;margin-right:4px;margin-top:12px;width:20px;background-size:250px auto;background-position:-49px -41px}#main_content_area .middle-text .input-boxes .col-xs-2.location .pick_city{font-size:14.5px;width:70%}#main_content_area .middle-text .input-boxes .col-xs-2.location,#main_content_area .middle-text .input-boxes .col-xs-2.search,#main_content_area .middle-text .input-boxes .col-xs-2.selCat{margin:5px auto;float:none}#main_content_area .middle-text .input-boxes .col-xs-2 #ex2,#main_content_area .middle-text .input-boxes .col-xs-2 #pick_category{width:70%;height:36px;font-size:14.5px}#main_content_area .middle-text .input-boxes .col-xs-2.search .glyphicon-search{font-size:16px;margin-top:8px;padding-left:7px}.pickacitymainBox{float:none}#cityAuto .ui-autocomplete,#searchAuto .ui-autocomplete,.by_location .ui-autocomplete{font-size:12px;padding:10px;opacity:1}#cityAuto ul .current_location_main span{font-size:12px;line-height:20px;padding:0 26px}#searchAuto ul li,#searchAuto_header ul li{padding:5px 15px 5px 35px;min-height:30px}#searchAuto_header .ui-autocomplete{line-height:14px}#searchAuto .ui-autocomplete .poiImage,#searchAuto_header .ui-autocomplete .poiImage{background-size:25px auto!important}#searchAuto #poi_desc{font-size:10px}#cityAuto ul .current_location_main span::before{background:transparent url(https://cityseeker.com/assets/images/saved-location.png) no-repeat scroll 0 0/15px auto;height:20px;margin-left:-23px;margin-top:0;width:16px}#main_content_area .about_sf{height:35px;line-height:35px;margin-left:10px;padding-left:10px;width:180px;font-size:14px}#main_content_area .arrowRight{width:20px;height:19px;background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/section_home.png) no-repeat scroll -136px -15px/200px auto;margin-top:12px;margin-right:10px}.top_my_collection_viewed_location .my_profile_recent_view_result .recomended_category_head{margin-left:0}.hCHead{padding:30px 0}.carousel_heading_home{font-size:18px}#bestOfCity_carousel .img_box img{width:155px;height:155px}#bestOfCity_carousel .img_box hr{margin:10px auto 14px;width:120px}#bestOfCity_carousel .img_box .c_title{font-size:20px;padding:20px 10px 5px}#bestOfCity_carousel .img_box .c_subtitle{font-size:14px}#majorDestination_carousel .img_Title .c_title{font-size:20px;padding:5px 10px 0}#majorDestination_carousel .img_Title .c_subtitle{font-size:14px;padding:0 10px 5px}#majorDestination_carousel .img_Title{bottom:55px;height:55px}#majorDestination_carousel .slick-next,#majorDestination_carousel .slick-next::before,#majorDestination_carousel .slick-prev,#majorDestination_carousel .slick-prev::before{margin-top:0}#mobile_img{background:transparent url(https://cityseeker.com/assets/images/download_app.png) no-repeat scroll 0 0/100px auto;height:197px;width:103px;margin:15px 0 0 20px}#app_download_box{width:180px;margin-top:30px}#app_download_box .download_text{font-size:20px;margin-left:10px}#app_download_box .download_msg{font-size:14px;margin-left:10px}#app_download_box .mobile_store{height:28px;width:103px;margin:10px 15px 0 20px;background:transparent url(https://cityseeker.com/assets/images/download_app.png) no-repeat scroll 0 0/150px auto}#app_download_box .google_download{background-position:-21px -338px;margin-left:10px}#app_download_box .apple_download{background-position:-21px -377px;margin-left:10px}#download_app{height:auto;margin-top:50px;background:0 0}.white{color:#001e62!important}#create_box{width:220px}#create_box .innerBox{width:217px}.crBox{width:126px;height:126px;background:transparent url(https://cityseeker.com/assets/images/create.png) no-repeat scroll 0 0/650px auto}#create_box .create_element1{background-position:-2px 0}#create_box .innerBox .txt{padding:15px 10px;font-size:16px;margin:30px 0 20px}#create_box .create_element2{background-position:-134px 0}#create_box .create_element3{background-position:-263px 0}#create_box .create_element4{background-position:-393px 0}#create_box .create_element5{background-position:-523px 0}.arrow_box{background-color:#fff;color:#001e62;font-family:ProximaNova-Regular}.arrow_box:after{border-bottom-color:#fff}#browse_our_collections .blueBox,#browse_our_collections_one .blueBox{margin:10px 0}#browse_our_collections .blueBox .txt{font-size:20px;padding:15px;height:auto}#browse_our_collections_one .blueBox .txt{font-size:20px;padding:15px;height:120px!important}footer{height:230px}footer .left-section_footer{font-size:12px;padding:15px 0 0 15px;display:none}footer .left-section_footer .wcities_logo{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/footer_icon.png) no-repeat scroll -3px -3px/165px auto;height:40px;width:66px}footer .middle-section .join_txt{margin:20px auto;font-size:14px;border-bottom:1px solid #ccc;padding-bottom:10px}footer .middle-section .footer-social_icon{height:30px}footer .middle-section .middle-links .footerTxt{padding:0 10px;font-size:12px;margin:10px 0}footer .middle-section{width:100%;float:left;height:115px}footer .topAdjust{padding-top:0;width:100%;height:50px;margin-top:-50px;text-align:center}footer .right-section .footer-rightTxt{font-size:14px;padding:0 11px;display:inline-block}footer .middle-section .middle-links{padding:60px 0 0;width:100%}#login_popup .loginBoxEle input{font-size:14px}#login_popup .loginBoxEle input::-moz-placeholder{font-size:14px}#login_popup .loginBoxEle input::-webkit-input-placeholder{font-size:14px}#login_popup .loginBoxEle input:-ms-input-placeholder{font-size:14px}#login_popup .loginBoxEle input:placeholder-shown{font-size:14px}#login_popup .subHead{font-size:18px}#forgetBox,#loginBox,#signupBox{padding:5px;float:none;margin-right:0}#login_popup .loginBoxEle{width:245px;height:35px;margin:5px auto 10px}#login_popup .border-leftonly{border-left:none;border-top:1px solid #d4d4d4}.loginBoxEle span{width:40px}#login_popup .loginBoxEle input[type=email],#login_popup .loginBoxEle input[type=password],#login_popup .loginBoxEle input[type=text]{width:195px;font-size:14px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:0;border-bottom-left-radius:0}#login_popup .loginBtnBoxEle{width:375px;margin:0 auto 20px}#login_popup .loginBtnBoxEle .loginBtn{width:150px;height:35px;line-height:35px;border-radius:5px;font-size:14px}#login_popup .footMsg{font-size:12px;padding:0 40px}#login_popup .socialLogin{width:200px;height:36px;margin:10px auto}#login_popup .socialLogin.google_login_img{background-position:0 -39px}.loginBoxEle span{padding:9px;font-size:14px;border-top-left-radius:5px;border-bottom-left-radius:5px}#login_popup .loginBtnBoxEle{width:230px}#login_popup .forgotPasswordLink{width:235px;margin:-5px auto 10px;font-size:14px}#login_popup .loginBtnBoxEle .signupLink{font-size:14px}.modal-title{font-size:16px}.modal .row{margin-bottom:10px}.best.page-best .row.recomended_category_poi .content_left{height:20px!important}#main-header .middle-div .col-xs-2.location,#main-header .middle-div .col-xs-2.search{margin:15px 0 0 10px;padding:0 5px;width:270px;height:40px}#main-header .middle-div .col-xs-2.location::before{background-position:-161px -11px;background-size:180px auto;height:20px;margin-right:5px;margin-top:7px;width:14px}#main-header .middle-div .col-xs-2.location .pick_city{width:82%;font-size:14px}#main-header .middle-div .col-xs-2.search #Headerex2{width:82%;height:37px;padding:0 0 0 10px;font-size:14px}#main-header .middle-div .col-xs-2.search .glyphicon-search{font-size:17px;margin-top:9px;padding-left:10px;margin-left:5px;cursor:pointer}#main-header .middle-div .col-xs-2.location .set_curr_location_header{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:11px;margin-left:5px;margin-top:15px;width:22px}#header-child .collection_txt.detail,#header-child .myCollection_txt{line-height:60px;margin-right:10px;font-size:14px;color:transparent}#header-child .collection_txt.detail::before{background-position:-176px -17px;background-size:230px auto;height:30px;margin-left:50px;margin-top:5px;width:30px}.detail_img{margin-left:30px;width:373px}.detail_image .all_tab{margin:0;right:15px;width:340px}.detail_image .all_tab .tab{height:30px;line-height:30px;margin:5px;padding:0 20px;font-size:16px}.detail_content{width:90%}.detail_content.videopresent{width:85%}.detail_content .detail_top .ranked_desc .ranked_desc_txt{font-size:16px}#open_tag_model .tab,.detail_content .all_tab .tab{font-size:12px;height:30px;line-height:30px;margin:3px;padding:0 5px}#open_tag_model .modal-dialog{width:95%}.detail_down,.detail_top{width:290px}.detail_content .detail_top .detail_title .title{font-size:24px;width:70%}.detail_content .detail_top .detail_title .title .poititle{font-size:24px}.title_footer.social_share{width:29%;line-height:20px}.detail_background{display:none}.detail_content .all_tab{margin-bottom:15px;width:88%;float:left}#onlyformobile{display:block;width:62px}#onlyformobile .ranked_desc1 .ranked_desc_txt{margin-top:53px;font-size:14px}.parentofRanked{display:none}.book-tour{background-position:0 0;background-size:20px auto;height:25px;margin-left:-30px;margin-top:-4px;width:20px}.detail_content .detail_desc .d_desc{font-size:16px}.detail_content .detail_down .detail_desc{padding:0 0}.detail_desc .desc{font-size:1.4em}.allthree_social_btn div.all_share_icon{background-size:60px auto;width:30px;height:30px}.detail_content .detail_down .detail_desc .d_address,.detail_content .detail_down .detail_desc .d_email,.detail_content .detail_down .detail_desc .d_phone,.detail_content .detail_down .detail_desc .d_weburl,.detail_content .detail_down .detail_time{font-size:17px;margin-left:35px;width:90%}.list-unstyled span{font-size:17px;padding-left:16px}.detail_content .detail_down .detail_time{height:auto}.detail_content .detail_down .detail_desc .d_address::before,.detail_content .detail_down .detail_desc .d_email::before,.detail_content .detail_down .detail_desc .d_phone::before,.detail_content .detail_down .detail_desc .d_weburl::before,.detail_down .detail_desc .detail_time::before{background-size:195px auto;width:32px;background-position:0 -7px;left:-35px}.detail_content .detail_down .detail_desc .d_weburl::before{background-position:-33px -7px}.detail_content .detail_down .detail_desc .d_phone::before{background-position:-66px -6px}.detail_content .detail_down .detail_desc .d_email::before{background-position:-98px -8px}.detail_down .detail_desc .detail_time::before{background-position:-131px -5px}.detail_content .detail_down .detail_time .hours{font-size:16px}.detail_content .detail_down .detail_time .fullhours{font-size:14px}.detail_down{margin-bottom:0}.detail_content .detail_button .button{margin:10px auto}.detail_content .detail_button .button.book_table span::before{left:-47px}.detail_content .detail_button .button.add_remove_collection span::before{left:-49px}.detail_content .detail_button .button.email_location span::before{left:-60px}.detail_content .detail_button .button.book_table.bookroom span::before{top:0;width:30px}.detail_content .detail_button .button.search_golf_location{background-position:-10px -300px}.detail_content .detail_button .button.email_location{background-position:-11px -95px}.detail_content .detail_button .button.remove_from_collection{background-position:-11px -49px}.detail_content .detail_button .button.book_table{background-position:-11px -144px}.detail_content .detail_button .button.book_table.bookroom{background-position:-17px -15px;background-size:282px auto}.detail_content .detail_button{margin:20px auto}.title_footer .title_twitter{background-position:-3px -59px;background-size:180px auto;height:24px;margin-left:5px;width:24px}.title_footer .title_facebook{background-position:-30px -59px;background-size:180px auto;height:23px;width:23px;margin-left:0;cursor:pointer}.detail_content .detail_top .detail_title .pinterest_logo{width:24px;height:24px}.detail_middle_image .middle_content .map_title{padding:15px 0 15px 25px;height:320px;margin:5px 0 10px;right:0}.detail_middle_image .middle_content .map_title .main_title{margin-left:25px;font-size:20px}.detail_middle_image .middle_content .map_title .title_break{background-size:600px auto;background-position:-150px 0;margin:4px 0 15px}.detail_middle_image .middle_content .map_title .middle_poi_name{height:190px;margin-right:40px}.detail_middle_image .middle_content .map_title .main_title::before{background-position:-61px -1px;background-size:180px auto;height:28px;margin-left:-30px;width:20px;margin-top:0}.detail_middle_image .middle_content .map_title .other_title{font-size:16px;height:35px;line-height:20px;padding:5px 0 0}.detail_middle_image .middle_content .map_title .title_see_more{font-size:18px;margin-right:25px;padding:10px 0 5px}.map_area .address_map{font-size:14px;margin-left:10px;top:10px}.map_area .address_map .icon::before{background-position:-61px -1px;background-size:180px auto;width:19px;height:30px;margin-top:3px}.detail_middle_image .middle_content .map_area .detail_movable_map{width:300px;height:305px}.detail_middle_image{height:auto;padding:20px 0}.more_poi_head{padding-top:30px;padding-bottom:15px;font-size:22px}.more_poi .more_poi_filters .more_tab.active .in{font-size:13px}.more_poi .more_poi_filters .more_tab .in{padding:7px 7px;font-size:12px}.more_poi{padding:10px 5px;width:100%}.more_poi .more_poi_filters{width:100%}.recomended_category .recomended_category_poi .header_desc,.row.more_poi_content .header_desc,.row.more_tour_content .header_desc,.search_similar_location_carousel .header_desc{font-size:16px!important;height:70px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .header_desc{color:#4d4d4d;font-size:17px!important}.top_my_collection_detail_page .recomended_category .recomended_category_poi .header_desc .morecontent{color:#4d4d4d!important}.detail_content .detail_down .detail_button .button{margin-bottom:20px;line-height:48px;height:48px;width:260px;border-radius:5px;font-size:18px}.detail_content .detail_down .detail_button .button.add_collection{padding-left:40px;padding-right:18px}.detail_content .detail_down .detail_button .button.add_collection::before{background-position:-188px -37px;background-size:345px auto;height:30px;margin-left:-38px;margin-top:8px;width:30px}.detail_content .detail_down .detail_button .button.email_location{padding-left:58px;padding-right:18px}.detail_content .detail_down .detail_button .button.email_location::before{background-position:-225px -41px;background-size:345px auto;height:20px;margin-left:-62px;margin-top:12px;width:34px}.detail_content .detail_down .detail_button .ranked_desc{font-size:16px;padding-left:85px}.detail_content .detail_down .detail_button .ranked_desc::before{background-position:-6px -6px;background-size:300px auto;height:84px;margin-left:-85px;width:68px}.loader_absolute span{margin:-16px -26px;border-radius:7px}.more_poi .more_poi_filters{width:100%}.more_poi .more_poi_break{width:100%}.more_poi_data{width:100%}.top_my_collection_detail_page .recomended_category .recomended_category_poi .img_bottom_overlay{line-height:55px;height:60px}.top_my_collection_detail_page .content_left.diamond{background-position:-3px 0;background-size:130px auto;height:38px;margin:12px 1px;width:32px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .img_bottom_overlay .content_right{font-size:26px;margin:17px 3px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .header_txt{font-size:23.7px;margin-top:10px;margin-bottom:2px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .add_to_collection{font-size:20.12px;text-align:center;width:100%;border:1px solid #001e62;border-radius:5px;margin-left:0;margin:20px 0;color:#fff;background:#183066}.top_my_collection_detail_page .recomended_category .recomended_category_poi .add_to_collection::before{margin-top:2px}.recomended_category .recomended_category_poi .col-lg-4 .img_box{width:280px;height:210px}.more_poi .more_poi_content .four_by_three,.more_poi .more_tour_content .four_by_three,.row.more_poi_content .col-lg-4 .img_box{height:210px;width:280px}.more_poi .more_poi_content .img_bottom_overlay,.my_profile_recent_view_result .img_bottom_overlay,.recomended_category .recomended_category_poi .img_bottom_overlay,.search_similar_location_carousel .img_bottom_overlay,.top_mycollection_data .img_bottom_overlay{height:35px;padding:0 10px}.more_poi .more_poi_content .img_bottom_overlay .content_right,.my_profile_recent_view_result .img_bottom_overlay .content_right,.recomended_category .recomended_category_poi .img_bottom_overlay .content_right,.search_similar_location_carousel .img_bottom_overlay .content_right,.top_mycollection_data .img_bottom_overlay .content_right{font-size:18px;height:18px;margin:10px 0 5px}.more_poi .more_poi_content .img_bottom_overlay .content_right,.my_profile_recent_view_result .img_bottom_overlay .content_right,.recomended_category .recomended_category_poi .img_bottom_overlay .content_right,.search_similar_location_carousel .img_bottom_overlay .content_right,.top_mycollection_data .img_bottom_overlay .content_right{font-size:18px;width:15px}.recomended_category .recomended_category_poi .header_txt,.row.more_poi_content .header_txt,.row.more_tour_content .header_txt,.search_similar_location_carousel .header_txt{font-size:24px}.related_collection .collection_result .browse_col_desc .header_txt,.saved_collection .search_result .browse_col_desc .header_txt,.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:17px;line-height:normal}.row.more_poi_content .header_desc,.row.more_tour_content .header_desc,.search_similar_location_carousel .header_desc,.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt .recomended_category .recomended_category_poi .header_desc{font-size:16px;height:85px}.recomended_category .recomended_category_poi .add_to_collection,.row.more_poi_content .add_to_collection,.search_similar_location_carousel .add_to_collection{font-size:20px}.recomended_category .recomended_category_poi .add_to_collection::before,.row.more_poi_content .add_to_collection::before,.search_similar_location_carousel .add_to_collection::before,.top_my_collections .recomended_category_poi .add_to_collection_bookmark::before{background-size:48px auto;margin-top:0;height:24px;width:24px;margin-left:-35px}.browse_show_more_btn,.view_more_btn{min-width:210px;height:40px;line-height:40px;font-size:16px;margin:20px 0}.search_box_text{font-size:18px}.featured_category .featured_category_head,.recomended_category_head,.related_collection_data .header_title.top_rated_head,.top_my_collection_detail_page .top_my_collection_head{font-size:18px}.recomended_category_head_txt{margin-left:0}.featured_category .featured_category_head,.top_my_collection_detail_page .top_my_collection_head,.top_rated_head{margin:10px 0 10px}.list-view .featured_category{padding:1% 0}.featured_category .featured_category_poi,.list-view .featured_category .featured_category_poi{width:88%;padding:0 10px}.featured_category .featured_category_poi .desc_box{padding:0}.featured_category .featured_category_poi .desc_box .img_box,.featured_category .featured_category_poi .desc_box .img_box .four_by_three{height:210px;width:280px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc.featured_header{padding:10px;width:100%}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc{padding:10px 0;width:100%}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_head{font-size:20px;width:100%;display:inline-block;line-height:25px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_address{font-size:15px;line-height:18px;padding:0 0 0 20px;margin-right:5px;width:100%}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_address::before{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -24px -32px/220px auto;content:"";display:inline-block;height:18px;left:0;position:absolute;width:13px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .for_state{font-size:16px;padding:0 20px 10px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_fullDesc{font-size:16px;max-height:85px;height:auto;margin-top:10px}.featured_category .featured_category_poi .desc_box .featured_category_desc.featured_header{padding:10px;width:100%}.featured_category .featured_category_poi .desc_box .featured_category_desc{padding:10px 0;width:100%}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_head{font-size:20px;width:60%;display:inline-block;line-height:25px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address{font-size:15px;line-height:18px;padding:0 0 0 20px;margin-right:5px;width:100%}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address::before{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -24px -32px/220px auto;content:"";display:inline-block;height:18px;left:0;position:absolute;width:13px}.featured_category .featured_category_poi .desc_box .featured_category_desc .for_state{font-size:16px;padding:0 20px 10px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_fullDesc{font-size:16px;max-height:85px;height:auto;margin-top:10px}.featured_category .featured_category_poi .desc_box .featured_category_action,.list-view .featured_category .featured_category_poi .desc_box .featured_category_action.after_800{padding:0;margin-left:0;width:auto;float:right;height:unset}.featured_category .featured_category_poi .desc_box .featured_category_action,.list-view .featured_category .featured_category_poi .desc_box .featured_category_action{padding:0;margin-left:0;width:auto;float:none;width:100%;margin:0 auto;height:unset}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_pricing,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rating{width:auto;height:16px;margin-bottom:10px;float:none;display:block;padding:0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rate{background-position:-45px -2px;background-size:90px auto;height:20px;width:20px;float:left}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rate.diamond{background-position:-2px -3px;background-size:100px auto;float:right;height:20px;margin:auto 0;width:23px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rate.halfstar.diamond{background-position:-25px -3px;background-size:100px auto;float:right;height:20px;margin:auto 0;width:23px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rate.halfstar.hotel,.title_rate.halfstar.hotel{float:right;background-position:-67px -2px}.browse_collection .browse_collection_data .browse_collection_title .browse_collection_head::before,.recently_head_txt::before,.saved-city-content .city-saved::before,.top_my_collection_detail_page .recomended_category_head::before,.top_my_collections .recomended_category_head::before{background-position:-46px -7px;background-size:300px auto;height:36px;margin-left:-45px;width:46px}.best_category_page .best_category_page_title,.browse_collection .browse_collection_data .browse_collection_title .browse_collection_head,.featured_category .featured_category_head,.recomended_category_head,.top_my_collection_detail_page .top_my_collection_head,.top_rated_head{font-size:22px}#data-profile{width:90%;padding:20px 0}#main-profile .img-div img{margin:5px 0}#main-profile .txt-div{width:70%}#main-profile .img-div{width:25%}#main-profile .txt-div .txt-profile{font-size:14px}#main-profile .txt-div .profile-field .profile-name{font-size:16px}#main-profile .txt-div .profile-field .email-location .label{font-size:12px}#main-profile .txt-div .profile-field input{font-size:16px;margin:0 5px}#main-profile .txt-div .profile-field .email-location .locationBox-inner{font-size:16px;margin:0 5px;height:30px}#main-profile .txt-div .profile-field .email-location .locationBox-inner .location-place{height:30px}#main-profile .txt-div .profile-field .email-location .rowEl{line-height:30px;min-height:30px;height:30px;padding:0}#main-profile .txt-div .profile-field .email-location .profile-password{font-size:16px}#main-profile .txt-div .profile-field .email-location .newsletter{font-size:16px}#main-profile .txt-div .profile-field .email-location .profile-email{font-size:16px}.favorite-lifestyle-tag .favorite-head-tag{font-size:14px}.favorite-tag-btn span,.favorite-tag-btn span.active,.favorite-tag-btn-2 span,.favorite-tag-btn-2 span.active,.favorite-tag-btn-3 span,.favorite-tag-btn-3 span.active{padding:2px;margin:2px}.recomended_category.category_page{padding:5% 0 0 1%;width:89%;margin:0 auto}.profile_tag_break{margin:10px 0}.top_my_collections .recomended_category_poi .add_to_collection_bookmark::before{background-size:15px auto;height:23px;margin-left:-22px;margin-top:-2px;width:15px}.top_my_collections .recomended_category_poi .add_to_collection_bookmark{padding-left:22px;font-size:13px;padding-top:5px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay,.browse_collection .image_bottom_overlay,.related_collection .image_bottom_overlay,.saved_collection .image_bottom_overlay{height:35px;line-height:35px;font-size:14px;padding-left:20px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay::before,.browse_collection .image_bottom_overlay::before,.related_collection .image_bottom_overlay::before,.saved_collection .image_bottom_overlay::before{background-size:225px auto;background-position:-25px -4px;height:16px;width:12px;margin-left:-16px;margin-top:8px}.top_my_collections .col-lg-4 .create_collection_icon{background-size:150px auto;height:150px;left:79px;top:39px;width:150px}.recomended_category .recomended_category_poi .col-lg-4,.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.search_similar_location_carousel .col-xs-3,.top_collection_results .col-lg-4{height:auto;padding:10px;width:300px;vertical-align:top;margin:5px auto}.create_collection,.user_collection{height:280px}.favorite-tag-btn span,.favorite-tag-btn-2 span,.favorite-tag-btn-3 span{display:inline-block}.top_my_collection_detail_page .collection_header,.top_my_collection_detail_page .my_collection_detail_content{width:95%}.top_collection_results .recomended_category{padding:0}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-header{font-size:20px;margin:10px 0}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .created-list,.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .description{font-size:14px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-all-location{font-size:14px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .selected-txt-btn .selected-all-location::before{background:transparent url(https://d1uak5gtdehfyl.cloudfront.net/website/images/grey-bookmarked_icon.png) no-repeat scroll 0 0/10px auto;height:16px;margin-left:-20px;margin-top:2px;width:11px}.recomended_category .recomended_category_poi .add_to_collection,.recomended_category .recomended_category_poi .remove_from_collection,.row.more_poi_content .add_to_collection,.row.more_poi_content .remove_from_collection,.search_similar_location_carousel .add_to_collection,.search_similar_location_carousel .remove_from_collection{font-size:17px;padding:5px 0}.recomended_category .recomended_category_poi .remove_from_collection::before,.row.more_poi_content .remove_from_collection::before,.search_similar_location_carousel .remove_from_collection::before{background-position:-27px 0;background-size:53px auto;height:27px;margin-left:-35px;margin-top:0;width:27px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo{padding:3px 0}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo{font-size:17px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo label::before{background-size:26px auto;height:26px;margin-left:-34px;width:26px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo input[type=radio]:checked+label::before{background-position:0 -26px;background-size:26px auto;height:26px;margin-left:-34px;width:26px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo label{margin-left:34px;font-weight:400}.top_my_collection_detail_page .collection_header .header_collection_desc{font-size:18px}.top_my_collection_detail_page .collection_header .collection_buttons{float:none;margin:10px 0;text-align:center}.edit_collections,.top_my_collection_detail_page .collection_header #share_invite,.top_my_collection_detail_page .collection_header .download_pdf,.top_my_collection_detail_page .collection_header .email_collection{margin-right:5px;margin-left:0;margin-bottom:5px}.top_my_collection_detail_page .collection_header .header_collection_desc{margin-top:10px}#City_Guide .modal-dialog{width:92%!important}#add_to_collection_poi .modal-dialog{width:680px}#City_Guide .city_guide_data .city_guide_cat{font-size:12px;padding:1% 2%}#City_Guide .city_guide_data .city_guide_details{height:195px;font-size:12px}#City_Guide .city_guide_data{width:91%}.modal-footer,.modal-header{padding:5px 10px 5px}.modal-body{margin:0}.collectionListData .top_rated_content .col-lg-4.collectlist,.collectionListData .top_rated_content .col-lg-4.create_collection{height:220px;margin:5px;padding:10px;width:230px;display:inline-block}.collectionListData .col-sm-9{font-size:14px;padding:5px}.collectionListData .checkbox{font-size:14px}#add_to_collection_poi .active_collection_icon{background-size:60px auto;height:60px;width:60px;left:70px;top:45px}#CollectionList{height:235px;width:235px}.collectionListData .col-lg-4 .create_collection_icon{background-position:-56px -34px;background-size:200px auto;height:88px;margin:34px 58px;width:88px}.category_filter .cat_label,.tag_filter .tag_label{font-size:16px;margin:0 10px;padding:15px 0;width:85px}#main_content_area .category_tag_filter .category_option,#main_content_area .tag_filter .tag_option{width:64%;margin:10px}.category_filter .category_more,.tag_filter .tag_more{margin-right:5px;margin-top:10px;width:40px;font-size:14px}.category_filter .category_more .glyphicon.glyphicon-triangle-bottom,.tag_filter .tag_more .glyphicon.glyphicon-triangle-bottom{font-size:16px;margin:0 7px}.category_filter .cat_txt,.tag_filter .tag_txt{margin:2px 1px;padding:2px 4px;font-size:14px;height:23px;line-height:16px;width:auto}.modal .subsubCatBox{padding:3px 0 3px 30px;font-size:12px}#categoryPageModal .modal-dialog,#tagPageModal .modal-dialog{text-align:left;font-size:10px}.modal input.css-checkbox[type=checkbox]+label.css-label{font-size:14px}.block{width:275px}#Cancel-collection,#Cancel-poi-collection,#submit-collection,#submit-poi-collection{margin-left:10px;padding:5px 20px;font-size:14px}.top_rated{padding:10px 10px 0}.row.top_rated_content .col-lg-4{height:auto;margin:5px 5px;width:90%;display:inline-block}.best_of_tag .img_box::before{background-position:-4px -6px;background-size:180px auto;height:50px;width:45px}.top_rated .top_rated_content .img_bottom_overlay .content_right{font-size:18px;height:18px;margin:10px 0 5px;width:17px}.row.top_rated_content .header_txt{font-size:24px}.row.top_rated_content .header_desc{font-size:16px;height:70px}.row.top_rated_content .col-lg-4 .img_box{margin:0 auto}.row.top_rated_content .add_to_collection,.row.top_rated_content .remove_from_collection{margin-left:35px;font-size:16px;padding:5px 0 0}.row.top_rated_content .remove_from_collection::before{background-position:-25px 0;background-size:48px auto;height:24px;margin-left:-35px;margin-top:-1px;width:24px}.row.top_rated_content .add_to_collection::before{background-size:48px auto;height:24px;margin-left:-35px;margin-top:-1px;width:24px}.top_rated .top_rated_map_outer,.top_rated_poi_container{width:100%;float:none}.top_rated_poi_container_collection{width:52%;float:none}.top_rated .top_rated_map_outer{text-align:left;margin:20px auto}.top_rated .top_rated_map .category_movable_map{height:295px;width:100%!important;display:block}.top_rated .top_rated_map{height:295px;width:95%!important;display:block;margin:15px auto}.top_rated .top_rated_map{width:90%}.search_results .recomended_category{padding:0}.recomended_category .recomended_category_poi .add_to_collection,.recomended_category .recomended_category_poi .remove_from_collection,.row.more_poi_content .add_to_collection,.row.more_poi_content .remove_from_collection,.search_similar_location_carousel .add_to_collection,.search_similar_location_carousel .remove_from_collection{margin-left:35px}.featured_category .featured_category_poi .col-lg-4{margin:10px auto;padding:10px;height:auto;position:relative}.collectionListData .top_rated_content .collectlist .img_box,.collectionListData .top_rated_content .create_collection .img_box,.collectionListData .top_rated_content .four_by_three{height:153px;width:205px}.collectionListData .top_rated_content .collectlist .recomended_desc .header_txt,.collectionListData .top_rated_content .create_collection .recomended_desc .header_txt{font-size:16px}#categoryPageModal .modal-dialog,#tagPageModal .modal-dialog{width:95%!important}.top_rated .top_rated_content .img_bottom_overlay{height:35px;line-height:35px}#img_Titles{bottom:59px;height:59px}#img_Titles .c_title{font-size:22px;padding:18px 0 0 15px;line-height:15px}#img_Titles .c_subtitle{font-size:26px}.recently_head_txt::before,.saved-city-content .city-saved::before,.top_my_collection_detail_page .recomended_category_head::before,.top_my_collections .recomended_category_head::before{background-position:-42px -3px;margin-left:-35px;background-size:235px auto;margin-top:-2px;width:26px;height:32px}.lite-x-gray{background-size:20px auto}.modal input.css-checkbox[type=checkbox]+label.css-label{padding-left:35px;height:20px;line-height:20px}.modal input.css-checkbox[type=checkbox]:checked+label.css-label{background-position:0 -20px}#main_content_area .category_tag_filter .tag_filter_more{margin:0 25px}#main_content_area .category_tag_filter .tag_filter_more .selected_tags{font-size:12.65px;line-height:25px;padding:5px 25px 5px 35px;margin:5px}#main_content_area .category_tag_filter .tag_filter_more .cancel{font-size:18px;margin-left:-22px}.leave-comment-section{width:97%}.comment_header .recomended_category_head,.featured_category .featured_category_head,.recomended_category_head,.top_my_collection_detail_page .top_my_collection_head,.top_rated_head{font-size:22px;padding:20px 0}.best_category_page .best_category_page_title{font-size:22px}.related_collection_data .header_title{font-size:26px;padding:20px 0}#Submit_comment{margin:15px 0 20px 15px;width:180px}.Similar_collections_section .Collection_user{font-size:16px;padding-top:10px}#share_invite_box .modal-dialog{width:295px}#login_popup .socialLogin{width:242px;height:44px;margin:10px auto}#login_popup .socialLogin.google_login_img{background-position:-241px -45px}.comment_section{width:100%;display:inline-block}.user_image{width:16%}.user_image img{width:40px;height:40px}.user_comment_data{width:83%}.user_comment_data .user_name{font-size:16px}.user_comment_data .user_comment{font-size:14px}.comment_header .recomended_category_head.recentComments::before{background:transparent url(https://cityseeker.com/assets/images/my-collections.png) no-repeat scroll -5px 0/120px auto;width:46px;height:46px;margin-bottom:-15px}.search_box{width:92%}.search_main_wrapper{width:100%}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .close{font-size:14px;height:30px;padding:7px 8px;width:30px;top:-8%}.search_results .recomended_category_head{margin:0 auto}.loggedinBox{width:265px;height:130px;z-index:9;top:75px;right:20px}.loggedinBox .row1{padding:5px 10px}.loggedinBox .row1 .userimg{width:40px;height:40px}.loggedinBox .row1 .username{margin-left:10px;font-size:16px}.loggedinBox .row1 .useremail{width:205px;font-size:14px}.loggedinBox .row1 .usersetting{background-size:120px auto;width:20px;height:20px}.loggedinBox .row1 .userprofile{margin-left:0;margin-right:5px}.loggedinBox .row1 .userlogout,.loggedinBox .row1 .userprofile{padding:4px;width:110px;font-size:12px}.loggedinBox .row1 .userlogout{margin-right:0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons{float:none;width:100%}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_price{float:right;font-size:16px;width:13px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .book_btn_cover{width:200px;height:auto;margin:0 auto;position:unset}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .addCollection_btn_cover{width:200px;height:auto;margin:5px auto;display:inline-block}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable{width:100%;height:40px;background-size:260px auto;background-position:-5px -180px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection{background-position:-5px -233px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .remove_from_collection{width:200px;height:40px;background-size:260px auto;background-position:-5px 0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable::before{background-position:-205px -17px;background-size:340px auto;height:26px;margin-left:20px;margin-right:15px;width:27px;margin-top:10px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .remove_from_collection::before{background-position:-258px -15px;height:27px;margin-left:19px;margin-right:15px;width:26px;margin-top:10px;background-size:320px auto}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection::before{background-position:-6px -13px;background-size:320px auto;height:28px;margin-left:19px;margin-right:15px;width:27px;margin-top:9px}.top_collection_results .recomended_category{margin-bottom:40px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons span{font-size:13px;line-height:40px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon{background-size:350px auto;width:19px;height:18px;background-position:113px -21px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection.add_remove_collection .add_remove_icon{background-size:40px;height:19px;width:19px;margin-top:-3px}.globe_location::before{background-size:16px;width:16px;height:16px}#cityAuto .globe_location::before{margin-left:-25px}#cityAuto_header .globe_location::before{margin-left:-22px}.current_location_click_header .globe_location{padding:0 40px}#cityAuto .globe_location,#cityAuto_header .globe_location{padding:0 25px;height:17px}.current_location_click .globe_location::before,.current_location_click_header .globe_location::before{margin-left:-25px}#cityAuto .globe_location,.current_location_click .globe_location,.current_location_click span{font-size:11.95px}#cityAuto_header .globe_location,.current_location_click_header .globe_location{font-size:12.83px}#searchAuto .ui-autocomplete .accommodations::before,#searchAuto_header .ui-autocomplete .accommodations::before{background-position:5px -27px;background-size:22px auto;height:13px;margin-left:-36px;width:27px}#searchAuto .ui-autocomplete .shopping::before,#searchAuto_header .ui-autocomplete .shopping::before{background-position:-2px -113px;background-size:22px auto;height:16px;margin-left:-28px;margin-top:3px;width:18px}#searchAuto .ui-autocomplete .nightlife::before,#searchAuto_header .ui-autocomplete .nightlife::before{background-position:-5px -91px;background-size:22px auto;height:17px;margin-left:-24px;width:11px}#searchAuto .ui-autocomplete .restAndCafe::before,#searchAuto_header .ui-autocomplete .restAndCafe::before{background-position:5px -45px;background-size:22px auto;height:20px;margin-left:-33px;width:26px}#searchAuto .ui-autocomplete .attractions::before,#searchAuto_header .ui-autocomplete .attractions::before{background-position:5px -68px;background-size:22px auto;height:17px;margin-left:-36px;width:25px}#Cancel-collection,#Cancel-poi-collection,#delete-collection,#invite_frnd,#submit-collection,#submit-poi-collection,#update-collection{padding:5px 20px;font-size:16px}.top_my_collection_detail_page{padding:0}.comment_header{width:83%}.select_frnd{margin-top:10px}.img_frnd{width:60px}.img_frnd img{width:55px;height:55px}.frnd_name{width:190px;margin-left:5px;font-size:16px}.close{font-size:20px}#email_collection_popup .modal-sm,#login_popup .modal-sm{width:94%!important}#login_popup .err_msg{font-size:14px}.search_results .recomended_category_head{width:92%}#cityAuto_header .ui-autocomplete,#searchAuto_header .ui-autocomplete{font-size:12px;padding:10px}#cityAuto_header ul,#searchAuto_header ul{left:-8px!important;top:40px;width:268px!important;padding:15px 15px}#searchAuto_header ul li{padding:5px 30px}#searchAuto_header #poi_desc{font-size:10px}#cityAuto_header ul .current_location_main span{font-size:12px;line-height:10px;padding:0 0 0 26px}#bestOfCity_carousel .slick-prev,#bestOfCity_carousel .slick-prev::before,#browse_our_collections .slick-prev,#browse_our_collections .slick-prev::before,#browse_our_collections_one .slick-prev,#browse_our_collections_one .slick-prev::before,#majorDestination_carousel .slick-prev,#majorDestination_carousel .slick-prev::before,#search_similar_location_carousel .slick-prev{margin:-44px 0 0 3px;height:43px;width:17px;background-position:-160px -4px;background-size:200px auto}#bestOfCity_carousel .slick-next,#bestOfCity_carousel .slick-next::before,#browse_our_collections .slick-next,#browse_our_collections .slick-next::before,#browse_our_collections_one .slick-next,#browse_our_collections_one .slick-next::before,#majorDestination_carousel .slick-next,#majorDestination_carousel .slick-next::before,#search_similar_location_carousel .slick-next{margin:-44px 3px 0 0;width:17px;height:43px;background-position:-183px -3px;background-size:200px auto}#search_similar_location_carousel .slick-prev{margin:-78px 0 0 0}#search_similar_location_carousel .slick-next{margin:-78px 0 0 0}footer .middle-section .footer-social_icon .b,footer .middle-section .footer-social_icon .f,footer .middle-section .footer-social_icon .i,footer .middle-section .footer-social_icon .p,footer .middle-section .footer-social_icon .t{background-position:-182px -28px;background-size:360px auto;height:65px;width:48px}footer .middle-section .footer-social_icon .t{background-position:-226px -28px}footer .middle-section .footer-social_icon .i{background-position:-269px -28px}footer .middle-section .footer-social_icon .b{background-position:-138px -28px}footer .middle-section .footer-social_icon .p{background-position:-314px -28px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .list-btn-share-pdf div{font-size:16px;height:35px;line-height:35px;width:225px;text-align:left;padding-left:56px}#booking_data .select_sesssion{background:#f2f2f2 url(https://cityseeker.com/assets/images/grey_dropdown.png) no-repeat scroll 97% center/10px auto}#majorDestination_carousel .slick-next,#majorDestination_carousel .slick-next::before,#majorDestination_carousel .slick-prev,#majorDestination_carousel .slick-prev::before{margin-top:-8px}#cityAuto_header ul,#searchAuto_header ul{top:0!important}.share_via{font-size:12px;line-height:12px;text-align:left}.nearby_txt{font-size:20px}.detail_page .detail_middle_image .whatsnearby{padding-right:0}.activation_box .activation_box_inner .title{font-size:25px}.activation_box .activation_box_inner .sub-title{font-size:14px;margin:0}.activation_box .activation_box_inner .activate-btn{height:45px;line-height:45px;width:285px;font-size:12px;margin:5px auto}.reset_box .reset_inner_box{width:80%}.reset_box .reset_inner_box .reset_logo{background-size:100%;width:70%}.reset_box .reset_inner_box .title{font-size:14px}.reset_box .reset_inner_box .row_text input[type=password]{width:250px}.input_line.three_eighty,.input_line.three_eighty.redline{background-size:250px;width:250px}.recomended_category.category_page .recomended_category_head,.top_rated .top_rated_head{margin:0 auto}#email_collection_popup .modal-sm,#email_popup .modal-sm{width:auto!important}#header-child .mobile_menu{display:block;font-size:20px;height:40px;line-height:40px;padding-right:34px;position:relative}#header-child .right_menu{height:40px;display:none}#main-header .half-div.right{padding-right:0}#main-header .half-div .join_txt.myprofile_txt,#main-header .half-div .join_txt.sign_out{padding-left:10px;padding-right:10px}#main-header .half-div .join_txt{font-size:11px}.plan_results .recomended_category_head{width:665px}.plan_results .row.recomended_category_poi{width:100%;margin:0 auto}.plan_results .col-lg-4{width:290px!important}.plan_results .plan_category_holder .col-lg-4 .img_box{width:268px!important}.plan_results .plan_category_holder .featured_category_desc{width:390px!important}.plan_results .plan_category_holder .four_by_three{width:268px!important}.list-view .plan_category_holder .featured_category_desc{width:390px!important}.popover349843{left:-18.5px}.popover{max-width:300px}.popover-content{padding-bottom:15px;padding-left:15px;padding-right:15px;padding-top:20px}#mode-selector label{width:198px}#mode-selector label.lblchangemode-transit{border-right-color:0;border-right-style:0;border-right-width:0}#mode-selector label{border-right-color:none;border-right-style:none;border-right-width:0}.collection.page-collection .top_my_collection_detail_page .poi_address,.top_collection_results .poi_address{padding:3px 0;font-size:18px;margin-left:35px}.top_my_collection_detail_page .poi_address{font-weight:700;font-weight:900}.top_my_collection_detail_page .colpoiData{margin-bottom:40px}.top_my_collection_detail_page .colpoiData:last-child{margin-bottom:0}.collection.page-collection .top_my_collection_detail_page .poi_address::before,.top_collection_results .poi_address::before{background-size:24px auto;height:29px;margin-left:-35px;width:25px}}@media only screen and (min-width:320px) and (max-width:479px){#get_direction .modal-sm{width:90%!important}.camera_img img{width:32px}.classfont{font-size:10px}.bestoficon>span{bottom:9px;left:0;position:absolute;vertical-align:bottom;width:100%}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:12px 0 0 20px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:12px 0 0 20px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin-top:-30px;text-align:left;width:217px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:12px 0 0 20px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:12px 0 0 20px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin-top:-30px;text-align:left;width:217px}.row.top_rated_content .col-lg-4{width:100%;padding:0;margin:10px auto}.img_box::before{background-position:-4px -6px;background-size:225px auto;height:60px;width:51px}.top_rated .top_rated_map_outer,.top_rated_poi_container{width:100%;float:none}.top_rated .top_rated_map_outer{margin-left:1px}.top_rated .top_rated_map{width:90%}#login_popup .loginBoxEle input{font-size:14px}#login_popup .loginBoxEle input::-moz-placeholder{font-size:14px}#login_popup .loginBoxEle input::-webkit-input-placeholder{font-size:14px}#login_popup .loginBoxEle input:-ms-input-placeholder{font-size:14px}#login_popup .loginBoxEle input:placeholder-shown{font-size:14px}.cat_txt{font-size:12px;display:inline-block;vertical-align:top;height:30px;line-height:30px;width:100%;text-align:center}.related_collection .collection_result .browse_col_desc .created_by,.saved_collection .search_result .browse_col_desc .created_by,.saved_collection .search_result .keyword_txt_save_unsave .keywords,.top_my_collections .recomended_category_poi .add_to_collection_bookmark{font-size:13px}.top_my_collections .recomended_category_poi .add_to_collection_bookmark{padding-top:5px}.top_my_collections .recomended_category_poi .delete_collection_bookmark{font-size:14px}.popover349843{left:-18.5px}.popover{max-width:300px}.popover-content{padding-bottom:15px;padding-left:15px;padding-right:15px;padding-top:20px}.detail_content .detail_button .button{min-width:100%}.top_my_collection_detail_page .edit_collection .edit_col{display:none}.detail_content .detail_button .button.book_table .rentTable_icon{background-size:30px;background-position:-2px -5px;width:25px;height:23px;top:-2px;margin-right:8px}.detail_content .detail_button .button.upcoming_event .upcoming_event_icon{background-size:24px;height:24px;width:24px;margin:-7px 5px}}@media only screen and (min-width:736px) and (max-width:767px){.camera_img img{width:32px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:12px 0 0 15px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:12px 0 0 15px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-25px 0 0 48px;text-align:left;width:170px;font-size:12px}#virtualtour .virtualtour_icon,.detail_content .detail_button .button.add_remove_collection .add_icon,.detail_content .detail_button .button.add_remove_collection .remove_icon{margin:-9px 5px}.detail_content .detail_button .button.email_location .email_icon{margin:-4px 5px}.detail_content .detail_button .button.email_location .upcoming_event_icon{margin:-9px 5px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:12px 10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:12px 10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-20px 0 0 67px;text-align:left;width:217px}#create_box{width:660px;margin:0 auto}#majorDestination_carousel .img_Title{bottom:57px}#main-header .middle-div{position:absolute;background-color:#fff;width:292px;left:100px;top:70px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;height:165px;display:none;-webkit-box-shadow:1px 1px 8px 1px rgba(0,0,0,.7);-moz-box-shadow:1px 1px 8px 1px rgba(0,0,0,.7);box-shadow:1px 1px 8px 1px rgba(0,0,0,.7)}.current_category_click,.current_location_click{top:40px;width:230px;height:35px}#cityAuto .ui-autocomplete,#searchAuto .ui-autocomplete,.by_location .ui-autocomplete{font-size:14px;padding:10px;line-height:14px}#app_download_box{width:320px;margin-top:30px}#login_popup .modal-sm{width:72%!important;margin:0 auto}.detail_desc,.detail_down,.detail_top{width:692px;margin:0 auto}.detail_content.videopresent .detail_desc,.detail_content.videopresent .detail_down,.detail_content.videopresent .detail_top{width:625px}.featured_category .featured_category_poi,.list-view .featured_category .featured_category_poi{width:695px}.my_profile_recent_view_result .recomended_category .recomended_category_poi,.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi{padding:0}.modal-title{font-size:24px}.modal-footer,.modal-header{padding:10px 40px 5px}.modal-body{margin:0 20px}.collectionListData .col-sm-9{font-size:18px;padding:10px;float:left;width:70%}.collectionListData .col-sm-3{float:left;width:30%;font-size:18px}#CollectionList{height:460px;width:480px}#add_to_collection_poi .modal-dialog{width:560px}.my_profile_recent_view_result .recomended_category .recomended_category_poi .col-lg-4 .img_box,.my_profile_recent_view_result .recomended_category .recomended_category_poi .four_by_three,.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4 .img_box,.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .four_by_three{width:306px;height:229px}.recomended_category .recomended_category_poi .col-lg-4 .img_box{width:306px;height:229px}.top_collection_results .recomended_category .recomended_category_poi .col-lg-4 .img_box,.top_collection_results .recomended_category .recomended_category_poi .four_by_three{width:306px;height:229px}.more_poi .more_poi_content .four_by_three,.more_poi .more_tour_content .four_by_three,.row.more_poi_content .col-lg-4 .img_box{width:240px;height:180px}.featured_category .featured_category_poi .desc_box .img_box,.featured_category .featured_category_poi .desc_box .img_box .four_by_three{width:147px;height:110px}.my_profile_recent_view_result .recomended_category .recomended_category_poi .col-lg-4,.top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{width:330px}.recomended_category .recomended_category_poi .col-lg-4,.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.search_similar_location_carousel .col-xs-3,.top_collection_results .col-lg-4{height:auto;padding:10px;width:330px;vertical-align:top;margin:5px 2.5px;text-align:left}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .list-btn-share-pdf div{font-size:17px;height:40px;line-height:40px;margin:4px;width:210px}#City_Guide .city_guide_data .city_guide_details{height:400px;font-size:12px}#share_invite_box .modal-dialog{width:710px}#Collection_link,#collection_name,#user_email_id{width:536px}#uname{width:100%}.leave-comment-section{width:100%}#booking_data .select_sesssion{background:#f2f2f2 url(https://cityseeker.com/assets/images/grey_dropdown.png) no-repeat scroll 97% center/10px auto}#cityAuto_header .ui-autocomplete,#searchAuto_header .ui-autocomplete{font-size:14px}#main_content_area .about_sf{line-height:40px;height:40px;width:200px;padding-left:15px}#City_Guide .modal-dialog{width:95%!important}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc{width:480px;padding:0 15px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_head{font-size:21px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_address{font-size:14px;padding:5px 0 0 20px;line-height:21px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_fullDesc{margin-top:1px;font-size:14px;height:42px}.featured_category .featured_category_poi .desc_box .featured_category_desc{width:310px;padding:0 15px}.more_poi .more_poi_content{text-align:center}.more_poi .more_poi_filters .more_tab.active .in{font-size:16px}.more_poi .more_poi_filters .more_tab .in{font-size:14px}.row.top_rated_content .col-lg-4{width:48%}.row.top_rated_content .col-lg-4 .img_box,.top_rated .top_rated_content .four_by_three{max-height:219px}#booking_data .select_people_size,#booking_data .select_sesssion{background:#f2f2f2 url(https://cityseeker.com/assets/images/grey_dropdown.png) no-repeat scroll 97% center/10px auto}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .list-btn-share-pdf{margin:2% 0}.detail_page .detail_middle_image .whatsnearby{padding-right:0}.detail_middle_image .middle_content .map_title{height:330px;margin:0 auto;padding:26px 0 22px 46px;right:0}.detail_middle_image .middle_content .map_area .detail_movable_map{height:400px;width:600px}.map_area .address_map{font-size:18px;height:auto}.nearby_txt{font-size:28px}.detail_middle_image .middle_content .map_title .main_title{font-size:28px;margin-left:50px}.detail_middle_image .middle_content .map_title .title_see_more{font-size:20px;margin-right:56px;padding:15px 0}.loader_absolute span{border-radius:7px;margin:-26px -46px}.detail_middle_image .middle_content .map_title .title_break{background-size:550px auto;background-position:-117px 0}.detail_middle_image .middle_content .map_title .other_title{font-size:21px;height:35px;line-height:23px;padding:5px 0 0 19px}.detail_middle_image .middle_content .map_title .main_title::before{background-position:-75px -2px;background-size:220px auto;height:35px;margin-left:-35px;margin-top:5px;width:24px}.detail_middle_image{height:885px;padding:0}.detail_content .detail_down .detail_desc .d_socialurl{padding-left:3px;font-size:17px}.detail_content .detail_down .detail_desc .d_socialurl .fb_icon.both,.detail_content .detail_down .detail_desc .d_socialurl .tw_icon.both{width:18px;height:18px}.instag{background-position:-51px -3px;background-size:72px auto;height:18px;width:18px}.d_socialurl .follow_title.both{padding-left:4px}.d_socialurl .follow_title.single{padding-left:17px}.detail_content .detail_down .detail_desc .d_socialurl .fb_icon.single,.detail_content .detail_down .detail_desc .d_socialurl .tw_icon.single{width:25px;height:25px;display:inline-block;margin-left:7px}.recomended_category .recomended_category_poi .header_desc,.row.more_poi_content .header_desc,.row.more_tour_content .header_desc,.search_similar_location_carousel .header_desc{font-size:16px!important;height:70px}.user_image{width:8%}#main-profile .img-div img{min-width:95px;min-height:95px;margin:5px 0}#main-profile .txt-div{width:75%}.onlyfree{font-size:18px;line-height:35px}.onlyfree.recommended{line-height:26px;font-size:18px}.top_my_collection_detail_page .onlyfree{font-size:21px;margin-top:15px}.collection.page-collection .top_my_collection_detail_page .top_my_collection_detail_data .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi{width:100%}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection{top:14px;font-size:17px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection::before{background-size:16px auto;height:16px;margin-left:-21px;margin-top:3px;width:16px}.detail.page-detail .more_poi .more_poi_data .col-lg-4 .img_box,.detail.page-detail .more_poi .more_poi_data .col-lg-4 .img_box .four_by_three{width:308px;height:231px}.recomended_category .recomended_category_poi.besttag_cat_poi.best_more_recomme{width:700px;margin:0 auto}.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box,.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box .four_by_three{width:304px;height:228px}.best_more_recomme .col-lg-4 .img_box,.best_more_recomme .col-lg-4 .img_box .four_by_three{width:304px!important;height:228px!important}.category.page-category .radiusOption_box{position:relative;width:100%;right:0}.category.page-category .radiusOption_box .rangeslide{margin:0 auto;width:300px}.best.page-best .search_results .row.recomended_category_poi,.search.page-search .search_results .row.recomended_category_poi{width:674px;margin:0 auto}.best.page-best .search_results .row.recomended_category_poi .col-lg-4 .img_box,.best.page-best .search_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three,.search.page-search .search_results .row.recomended_category_poi .col-lg-4 .img_box,.search.page-search .search_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:305px;height:229px}.best.page-best .row.recomended_category_poi .content_left{height:20px}#myprofile .recomended_category .recomended_category_poi,.saved_collection,.saved_collection .search_result,.top_mycollection_data .header_title,.top_saved_data .header_title{width:580px}.related_collection .collection_result .browse_col_desc .header_txt,.saved_collection .search_result .browse_col_desc .header_txt,.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:22px;padding:10px 0}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search{width:45%}.browse_collection .browse_collection_data .keyword_search .keyword_txt{width:80%}.browse_collection .browse_collection_data .keyword_search .keyword_txt input{width:90%}.browse_collection .browse_collection_data .browse_collection_result,.browse_collection .browse_collection_data .browse_other_collection{width:700px;min-height:300px}.browse_collection_result .search_result,.browse_other_collection .other_collection_list{width:690px}.browse_collection_result .search_result .col-lg-4,.browse_other_collection .other_collection_list .col-lg-4{margin:5px 6px;padding:12px;width:218px;height:269px}.browse_collection_result .search_result .col-lg-4 .four_by_three,.browse_other_collection .other_collection_list .col-lg-4 .four_by_three{height:147px;width:196px}.browse_collection_result .search_result .browse_col_desc .header_txt{font-size:17px;line-height:23px;padding:5px 0}.browse_other_collection .other_collection_list .browse_col_desc .header_txt{font-size:17px;line-height:23px;padding:5px 0}.browse_collection_result .search_result .browse_col_desc .created_by,.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:13px}.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:13px}.browse_collection_result .search_result .keyword_txt_save_unsave{margin:0 -12px}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords{font-size:15px;height:47px;line-height:47px;width:76%},.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{height:47px;margin-left:-3px}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave{background-position:-123px -13px;background-size:280px auto;height:20px;margin:9px 10px;width:24px;display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave_name,.saved_collection .search_result .save_unsave .unsave_name{font-size:12px;margin:-13px auto 0}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .save,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .save{background-position:-159px -15px;background-size:280px auto;height:20px;margin:9px 10px 4px 10px;width:24px;display:inline-block}.browse_other_collection .other_collection_list .keyword_txt_save_unsave{margin:0 -12px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection .browse_collection_data .browse_other_collection .other_collection_title .title_other_like{font-size:28px;margin:15px auto;width:100%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_text{font-size:15px;padding:9px 10px;width:55%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon{min-width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide{height:50px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state{height:60px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{font-size:20px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.accommodations{background-position:0 -36px;background-size:30px auto;height:19px;margin:8px -2px;width:24px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.restAndCafe{background-position:-2px -60px;background-size:30px auto;height:29px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.attractions{background-position:-2px -92px;background-size:30px auto;height:25px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.nightlife{background-position:-7px -124px;background-size:30px auto;height:22px;width:28px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.shopping{background-position:-3px -154px;background-size:30px auto;height:22px;margin:5px 0;width:29px}.Similar_collections_section .top_my_collections .recomended_category{padding:0}.saved_collection{width:350px;margin:0 auto}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi,.saved_collection .search_result{width:690px}.Similar_collections_section .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4,.related_collection .collection_result .col-lg-4,.saved_collection .search_result .col-lg-4{margin:6px;padding:12px;width:330px;height:391px}.related_collection .collection_result .col-lg-4 .four_by_three,.saved_collection .search_result .col-lg-4 .four_by_three{width:306px;height:229px}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt,.related_collection .collection_result .browse_col_desc .header_txt,.saved_collection .search_result .browse_col_desc .header_txt{font-size:26px;line-height:35px;padding:10px 0}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .browse_col_desc .created_by,.related_collection .collection_result .browse_col_desc .created_by,.saved_collection .search_result .browse_col_desc .created_by{color:#fff;font-size:20px}.saved_collection .search_result .keyword_txt_save_unsave{margin:0 -12px}.saved_collection .search_result .header_title .hr_line{width:80%}.saved_collection .search_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .keywords{font-size:20px;height:56px;line-height:56px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{vertical-align:top;height:56px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-154px -17px;background-size:350px auto;cursor:pointer;height:24px;margin:10px;width:28px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .save,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-199px -17px;background-size:350px auto;cursor:pointer;height:24px;margin:10px;width:28px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay::before,.browse_collection .image_bottom_overlay::before,.related_collection .image_bottom_overlay::before,.saved_collection .image_bottom_overlay::before{background-position:-26px -4px;background-size:250px auto;height:18px;margin-left:-20px;margin-top:9px;width:16px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay,.browse_collection .image_bottom_overlay,.saved_collection .image_bottom_overlay{height:35px;line-height:35px;padding:0 10px 0 25px;font-size:16px}.detail_content .hurricane_msg{font-size:16px}.detail_content .hurricane_msg::before{background-size:35px auto;height:35px;margin-left:-45px;margin-top:0;width:35px}.popover349843{left:-18.5px}.popover{max-width:300px}.popover-content{padding-bottom:15px;padding-left:15px;padding-right:15px;padding-top:20px}.myprofile.page-myprofile .recomended_category .recomended_category_poi,.saved_collection,.saved_collection .search_result{width:580px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4 .img_box,.myprofile.page-myprofile .recomended_category .recomended_category_poi .four_by_three{width:260px;height:195px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4,.myprofile.page-myprofile .top_my_recently_viewed_location .recomended_category .recomended_category_poi .col-lg-4{width:284px;margin:2px}#land_image.about_us{padding:0 0 85%}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{display:block}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{height:auto}#land_image.about_us .middle-text .left_side_content{width:95%;margin:0 auto}#land_image.about_us .middle-text .left_side_content .abt_city{font-size:3vw;width:40%}#land_image.about_us .middle-text .right_side_content{width:90%;margin:0 auto}#land_image.about_us .middle-text{padding:20px}#land_image.about_us .middle-text .left_side_content{padding-left:0;padding-top:10px}#land_image.about_us .middle-text .left_side_content .cityProd{padding-top:20px;font-size:1.6vw}#land_image.about_us .middle-text .right_side_content{padding-top:25px}#land_image.about_us .middle-text .left_side_content .wcities_logo{background-size:390px auto;height:85px;width:137px;background-position:-3px -7px}#land_image.about_us .middle-text .right_side_content .city_desc,#land_image.about_us .middle-text .right_side_content .contact_info{padding:20px;margin-bottom:20px;font-size:1.7vw;width:100%}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{height:40px;line-height:35px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call{margin-top:15px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{margin-left:-50px;background-size:100px;width:33px;height:35px}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{background-position:-67px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before{background-position:-33px 0}#send_us_message .map_feedback .feedback_form .submit_btn{width:230px}#send_us_message .map_feedback .feedback_form{width:100%}#send_us_message .map_feedback .map{width:100%;height:400px}.map>iframe{height:90%}#send_us_message .map_feedback{width:80%}#send_us_message .header_title,#send_us_message .map_feedback .feedback_form #email,#send_us_message .map_feedback .feedback_form #message,#send_us_message .map_feedback .feedback_form #name,#send_us_message .map_feedback .feedback_form .submit_btn,#send_us_message .map_feedback .feedback_form .user_message #character_counting{font-size:1.9vw}.plan_results .recomended_category{padding:0}.plan_results .recomended_category_head{width:100%}.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.top_collection_results .col-lg-4{height:auto;padding:10px;width:330px;vertical-align:top;margin:5px 2.5px;text-align:left}.search_results .recomended_category .recomended_category_poi .col-lg-4,.search_similar_location_carousel .col-xs-3{height:auto;padding:0;width:330px;vertical-align:top;margin:5px 2.5px;text-align:left}.recomended_category .recomended_category_poi{padding:0 40px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_head{font-size:21px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address{font-size:14px;padding:5px 0 0 20px;line-height:16px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_fullDesc{margin-top:1px;font-size:14px;height:42px}.featured_category .featured_category_poi .desc_box .featured_category_action,.list-view .featured_category .featured_category_poi .desc_box .featured_category_action{margin-left:0;width:195px;height:110px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .addCollection_btn_cover,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .book_btn_cover,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection{float:right;height:40px;width:auto;position:absolute}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable{width:auto}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Room_icon{background-position:-2px -4px;background-size:85px auto;height:20px;width:19px;margin-top:-2px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon{background-position:-18px -2px;background-size:67px auto;height:18px;width:26px;margin-top:0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon_vip{background-position:-46px 0;background-size:67px auto;height:22px;width:20px;margin-top:0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_pricing,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rating{width:156px;height:26px;margin-bottom:9px;float:right;padding-right:0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rate{float:right}.recomended_category.category_page{width:96%}.img_Titles{line-height:78px}.border_purpose{height:80px}#recomended_category_poi .slick-prev{left:19px}#recomended_category_poi .slick-next{right:19px}}@media only screen and (min-width:667px) and (max-width:735px){.camera_img img{width:32px}.related_collection .category_collection_data .slick-prev,.related_collection .category_collection_data .slick-prev::before,.saved_collection .saved_collection_data .slick-prev,.saved_collection .saved_collection_data .slick-prev::before,.top_my_collection_viewed_location .row.recomended_category_poi .slick-prev,.top_my_collection_viewed_location .row.recomended_category_poi .slick-prev::before,.top_my_collections .row.recomended_category_poi .slick-prev,.top_my_collections .row.recomended_category_poi .slick-prev::before{background-position:-18px 0}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:12px 10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:12px 10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin-top:-21px 0 0 60px;text-align:left;width:217px}#virtualtour .virtualtour_icon,.detail_content .detail_button .button.add_remove_collection .add_icon,.detail_content .detail_button .button.add_remove_collection .remove_icon{margin:-9px 5px}.detail_content .detail_button .button.email_location .email_icon{margin:-4px 5px}.detail_content .detail_button .button.email_location .upcoming_event_icon{margin:-9px 5px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:12px 10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:12px 10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin-top:-21px 0 0 60px;text-align:left;width:217px}#majorDestination_carousel .img_Title{bottom:57px}#main-header .middle-div{position:absolute;background-color:#fff;width:292px;left:100px;top:70px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;height:165px;display:none;-webkit-box-shadow:1px 1px 8px 1px rgba(0,0,0,.7);-moz-box-shadow:1px 1px 8px 1px rgba(0,0,0,.7);box-shadow:1px 1px 8px 1px rgba(0,0,0,.7)}.current_category_click,.current_location_click{top:40px;width:230px}#cityAuto .ui-autocomplete,#searchAuto .ui-autocomplete,.by_location .ui-autocomplete{font-size:14px;padding:10px;line-height:14px}#app_download_box{width:320px;margin-top:30px}#login_popup .modal-sm{width:72%!important;margin:0 auto}.detail_desc,.detail_down,.detail_top{width:625px;margin:0 auto}.detail_content.videopresent .detail_desc,.detail_content.videopresent .detail_down,.detail_content.videopresent .detail_top{width:570px}#search_similar_location_carousel{width:78%}.recomended_category .recomended_category_poi{width:100%;padding:0 35px}.featured_category .featured_category_poi,.list-view .featured_category .featured_category_poi{width:635px;padding:0}.my_profile_recent_view_result .recomended_category .recomended_category_poi,.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi{padding:0}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:18px}.top_my_collections .recomended_category_poi .add_to_collection_bookmark::before{background-size:19px auto;height:27px;margin-left:-25px;margin-top:-2px;width:19px}.top_my_collections .recomended_category_poi .add_to_collection_bookmark{padding-left:25px}.top_my_collections .recomended_category_poi .delete_collection_bookmark::before{background-size:20px auto;height:20px;margin-top:3px;width:20px}.top_my_collections .recomended_category_poi .add_to_collection_bookmark,.top_my_collections .recomended_category_poi .delete_collection_bookmark{font-size:16px}.recomended_category .recomended_category_poi .col-lg-4 .img_box{width:240px;height:180px}.more_poi .more_poi_content .four_by_three,.more_poi .more_tour_content .four_by_three,.row.more_poi_content .col-lg-4 .img_box{width:240px;height:180px}.featured_category .featured_category_poi .desc_box .img_box,.featured_category .featured_category_poi .desc_box .img_box .four_by_three{width:147px;height:110px}.top_my_collections .col-lg-4 .create_collection_icon{background-size:125px auto;height:125px;left:58px;top:27px;width:125px}.my_profile_recent_view_result .recomended_category .recomended_category_poi .col-lg-4,.top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{max-height:500px;height:auto;width:345px}.top_my_collection_detail_page .collection_header #share_invite,.top_my_collection_detail_page .collection_header .download_pdf,.top_my_collection_detail_page .collection_header .email_collection{min-width:200px}.search_box{width:96%}.recomended_category .recomended_category_poi .col-lg-4,.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.top_collection_results .col-lg-4{height:auto;padding:10px;width:295px;vertical-align:top;margin:5px 2.5px;text-align:left}.search_similar_location_carousel .col-xs-3{height:auto;padding:0;width:295px;vertical-align:top;margin:5px 2.5px;text-align:left}.recomended_category .recomended_category_poi .header_desc,.row.more_poi_content .header_desc,.row.more_tour_content .header_desc,.search_similar_location_carousel .header_desc{font-size:17px!important}.page-collection .recomended_category .recomended_category_poi .col-lg-4{width:292px}#City_Guide .city_guide_data .city_guide_details{height:400px;font-size:12px}#share_invite_box .modal-dialog{width:640px}#Collection_link,#uname,#user_email_id,.collection_name{width:536px}#booking_data .select_sesssion{background:#ddd url(https://cityseeker.com/assets/images/blue_dropdown.png) no-repeat scroll 97% center/6% auto}#cityAuto_header .ui-autocomplete,#searchAuto_header .ui-autocomplete{font-size:14px}#main_content_area .about_sf{line-height:40px;height:40px;width:200px;padding-left:15px}#City_Guide .modal-dialog{width:95%!important}.featured_category .featured_category_poi .desc_box .featured_category_desc{width:272px;padding:0 10px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc{width:460px;padding:0 10px}.more_poi .more_poi_content{text-align:center}.more_poi .more_poi_filters .more_tab.active .in{font-size:16px}.more_poi .more_poi_filters .more_tab .in{font-size:14px}.row.top_rated_content .col-lg-4{width:48%}.row.top_rated_content .col-lg-4 .img_box,.top_rated .top_rated_content .four_by_three{max-height:225px}#booking_data .select_people_size,#booking_data .select_sesssion{background:#f2f2f2 url(https://cityseeker.com/assets/images/grey_dropdown.png) no-repeat scroll 97% center/10px auto}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .list-btn-share-pdf{margin:2% 4%}.detail_page .detail_middle_image .whatsnearby{padding-right:0}.detail_middle_image .middle_content .map_title{margin:0 5px 10px}.detail_content .detail_down .detail_desc .d_address,.detail_content .detail_down .detail_desc .d_email,.detail_content .detail_down .detail_desc .d_phone,.detail_content .detail_down .detail_desc .d_socialurl,.detail_content .detail_down .detail_desc .d_weburl,.detail_content .detail_down .detail_time{width:575px}.detail_middle_image{height:auto;padding:20px 0}.user_image{width:8%}#main-profile .img-div img{min-width:95px;min-height:95px;margin:5px 0}#main-profile .txt-div{width:75%}.detail_page .detail_middle_image .whatsnearby{padding-right:0}.detail_middle_image .middle_content .map_title{height:330px;margin:0 auto;padding:26px 0 22px 46px;right:0}.detail_middle_image .middle_content .map_area .detail_movable_map{height:400px;width:600px}.map_area .address_map{font-size:18px;height:auto}.nearby_txt{font-size:28px}.detail_middle_image .middle_content .map_title .main_title{font-size:28px;margin-left:50px}.detail_middle_image .middle_content .map_title .title_see_more{font-size:20px;margin-right:56px;padding:15px 0}.loader_absolute span{border-radius:7px;margin:-26px -46px}.detail_middle_image .middle_content .map_title .title_break{background-size:550px auto;background-position:-90px 0}.detail_middle_image .middle_content .map_title .other_title{font-size:21px;height:35px;line-height:23px;padding:5px 0 0 19px}.detail_middle_image .middle_content .map_title .main_title::before{background-position:-75px -2px;background-size:220px auto;height:35px;margin-left:-35px;margin-top:5px;width:24px}.detail_middle_image{height:885px;padding:0}.modal-title{font-size:24px}.modal-footer,.modal-header{padding:10px 40px 5px}.modal-body{margin:0 20px}.collectionListData .col-sm-9{font-size:18px;padding:10px;float:left;width:70%}.collectionListData .col-sm-3{float:left;width:30%;font-size:18px}#CollectionList{height:460px;width:480px}#add_to_collection_poi .modal-dialog{width:560px}.onlyfree,.onlyfree.recommended{font-size:16px;line-height:26px}.top_my_collection_detail_page .onlyfree{font-size:25px;line-height:55px}#main-header .half-div.right{padding-right:34px}#header-child .collection_txt.detail{padding-right:10px}#header-child .myCollection_txt{padding:3px 14px}#header-child .right_menu{height:40px}#main-header .half-div .join_txt.myprofile_txt,#main-header .half-div .join_txt.sign_out{padding-left:10px;padding-right:10px}#header-child .collection_txt.detail,#header-child .myCollection_txt{margin-right:0!important}#main-header .half-div .join_txt{font-size:14px}#header-child .collection_txt.detail,#header-child .myCollection_txt{color:#fff;line-height:40px}#header-child .collection_txt.detail::before{margin-left:-34px}.collection.page-collection .Similar_collections_section .top_my_collections .top_mycollection_data{width:564px}.collection.page-collection .top_my_collection_detail_page .top_my_collection_detail_data .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi{width:100%}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .img_box,.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:245px;height:184px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .save_unsave .save,.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .save_unsave .unsave{margin:10px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection{top:14px;font-size:17px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection::before{background-size:16px auto;height:16px;margin-left:-16px;margin-top:3px;width:14px}.best_more_recomme{width:645px!important;margin:0 auto}.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4{width:300px}.row.recomended_category_poi.besttag_cat_poi.best_more_recomme .col-lg-4{width:300px!important}.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box,.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box .four_by_three{width:278px;height:208px}.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi.best_more_recomme .col-lg-4 .img_box,.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi.best_more_recomme .col-lg-4 .img_box .four_by_three{width:278px;height:208px}.category.page-category .radiusOption_box{position:relative;width:100%;right:0}.category.page-category .radiusOption_box .rangeslide{margin:0 auto;width:300px}.best.page-best .search_results .row.recomended_category_poi,.search.page-search .search_results .row.recomended_category_poi{width:650px}.best.page-best .search_results .row.recomended_category_poi .col-lg-4,.search.page-search .search_results .row.recomended_category_poi .col-lg-4{width:300px}.best.page-best .search_results .row.recomended_category_poi .col-lg-4 .img_box,.best.page-best .search_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three,.search.page-search .search_results .row.recomended_category_poi .col-lg-4 .img_box,.search.page-search .search_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:278px;height:208px}.best.page-best .row.recomended_category_poi .content_left{height:20px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search{width:45%}.browse_collection .browse_collection_data .browse_collection_result .search_option{padding:15px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_text,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_txt{width:70%;font-size:18px}.browse_collection .browse_collection_data .keyword_search .keyword_txt{width:80%}.browse_collection .browse_collection_data .keyword_search .keyword_txt input{width:90%}.browse_collection .browse_collection_data .browse_collection_result,.browse_collection .browse_collection_data .browse_other_collection{width:590px;min-height:250px}.browse_collection_result .search_result,.browse_other_collection .other_collection_list{width:584px}.browse_collection_result .search_result .col-lg-4,.browse_other_collection .other_collection_list .col-lg-4{margin:5px 6px;padding:12px;width:280px;height:318px}.browse_collection_result .search_result .col-lg-4 .four_by_three,.browse_other_collection .other_collection_list .col-lg-4 .four_by_three{height:192px;width:255px}.browse_collection_result .search_result .browse_col_desc .header_txt{font-size:24px;line-height:23px;padding:5px 0}.browse_other_collection .other_collection_list .browse_col_desc .header_txt{font-size:24px;line-height:23px;padding:5px 0}.browse_collection_result .search_result .browse_col_desc .created_by,.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:16px}.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:16px}.browse_collection_result .search_result .keyword_txt_save_unsave{margin:0 -12px}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords{font-size:15px;height:47px;line-height:47px;width:80%}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{height:47px}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave{background-position:-143px -16px;background-size:325px auto;height:22px;margin:5px 12px;width:26px;display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave_name,.related_collection .collection_result .save_unsave .unsave_name,.saved_collection .search_result .save_unsave .unsave_name{font-size:14px;margin:-10px auto 0}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .save,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .save{background-position:-185px -17px;background-size:325px auto;height:20px;margin:5px 12px;width:26px;display:inline-block}.browse_other_collection .other_collection_list .keyword_txt_save_unsave{margin:0 -12px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords{font-size:15px;height:47px;line-height:47px;width:80%}.browse_collection .browse_collection_data .browse_other_collection .other_collection_title .title_other_like{font-size:28px;margin:15px auto;width:100%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_text{font-size:14px;padding:9px 10px;width:55%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon{min-width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide{height:50px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state{height:60px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{font-size:20px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{width:72%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.accommodations{background-position:0 -36px;background-size:30px auto;height:19px;margin:8px -2px;width:24px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.restAndCafe{background-position:-2px -60px;background-size:30px auto;height:29px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.attractions{background-position:-2px -92px;background-size:30px auto;height:25px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.nightlife{background-position:-7px -124px;background-size:30px auto;height:22px;width:28px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.shopping{background-position:-3px -154px;background-size:30px auto;height:22px;margin:5px 0;width:29px}.Similar_collections_section .top_my_collections .recomended_category{padding:0}.saved_collection{width:590px;margin:0 auto}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi,.saved_collection .search_result{width:564px}.related_collection .collection_result .col-lg-4,.saved_collection .search_result .col-lg-4{margin:6px;padding:12px;width:345px;height:320px}.Similar_collections_section .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{margin:6px;padding:12px;width:270px;height:375px}.related_collection .collection_result .col-lg-4 .four_by_three,.saved_collection .search_result .col-lg-4 .four_by_three{width:246px;height:184px}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt,.related_collection .collection_result .browse_col_desc .header_txt,.saved_collection .search_result .browse_col_desc .header_txt{font-size:22px;line-height:20px;padding:10px 0}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .browse_col_desc .created_by,.related_collection .collection_result .browse_col_desc .created_by,.saved_collection .search_result .browse_col_desc .created_by{color:#fff;font-size:16px}.saved_collection .search_result .keyword_txt_save_unsave{margin:0 -12px}.saved_collection .search_result .header_title .hr_line{width:73%}.saved_collection .search_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords,.related_collection .collection_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .keywords{font-size:18px;height:50px;line-height:50px;padding:0 15px;width:80%}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{vertical-align:top;height:56px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-154px -17px;background-size:350px auto;cursor:pointer;height:24px;margin:12px 13px;width:28px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .save,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-199px -17px;background-size:350px auto;cursor:pointer;height:24px;margin:5px 18px;width:28px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay::before,.browse_collection .image_bottom_overlay::before,.related_collection .image_bottom_overlay::before,.saved_collection .image_bottom_overlay::before{background-position:-26px -4px;background-size:250px auto;height:18px;margin-left:-20px;margin-top:9px;width:16px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay,.browse_collection .image_bottom_overlay,.saved_collection .image_bottom_overlay{height:35px;line-height:35px;padding:0 10px 0 25px;font-size:16px}.detail_content .hurricane_msg{font-size:16px}.detail_content .hurricane_msg::before{background-size:35px auto;height:35px;margin-left:-45px;margin-top:0;width:35px}.popover349843{left:-18.5px}.popover{max-width:300px}.popover-content{padding-bottom:15px;padding-left:15px;padding-right:15px;padding-top:20px}#myprofile .recomended_category .recomended_category_poi,.myprofile.page-myprofile .recomended_category .recomended_category_poi,.saved_collection,.saved_collection .search_result,.top_mycollection_data .header_title,.top_saved_data .header_title{width:580px}.myprofile.page-myprofile .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{width:287px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4 .img_box,.myprofile.page-myprofile .recomended_category .recomended_category_poi .four_by_three{width:260px;height:195px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4,.myprofile.page-myprofile .top_my_recently_viewed_location .recomended_category .recomended_category_poi .col-lg-4{width:284px;margin:2px}#land_image.about_us{padding:0 0 92%}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{display:block}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{height:auto}#land_image.about_us .middle-text .left_side_content{width:95%;margin:0 auto}#land_image.about_us .middle-text .left_side_content .abt_city{font-size:3vw;width:40%}#land_image.about_us .middle-text .right_side_content{width:93%;margin:0 auto}#land_image.about_us .middle-text{padding:20px}#land_image.about_us .middle-text .left_side_content{padding-left:0;padding-top:10px}#land_image.about_us .middle-text .left_side_content .cityProd{padding-top:20px;font-size:1.6vw}#land_image.about_us .middle-text .right_side_content{padding-top:25px}#land_image.about_us .middle-text .left_side_content .wcities_logo{background-size:390px auto;height:85px;width:137px;background-position:-3px -7px}#land_image.about_us .middle-text .right_side_content .city_desc,#land_image.about_us .middle-text .right_side_content .contact_info{padding:20px;margin-bottom:20px;font-size:1.7vw;width:100%}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{height:50px;line-height:35px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{margin-left:-50px;background-size:100px;width:33px;height:35px}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{background-position:-67px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before{background-position:-33px 0}#send_us_message .map_feedback .feedback_form .submit_btn{float:none;display:inline-block}#send_us_message .map_feedback .feedback_form,#send_us_message .map_feedback .map{height:625px}.bottom_button{text-align:center}#send_us_message .map_feedback .feedback_form{width:100%}#send_us_message .map_feedback .map{width:100%;height:400px}.map>iframe{height:90%}#send_us_message .map_feedback{width:80%}#send_us_message .header_title,#send_us_message .map_feedback .feedback_form #email,#send_us_message .map_feedback .feedback_form #message,#send_us_message .map_feedback .feedback_form #name,#send_us_message .map_feedback .feedback_form .submit_btn,#send_us_message .map_feedback .feedback_form .user_message #character_counting{font-size:1.9vw}.top_rated .top_rated_map{width:98%}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_head{font-size:25px;width:100%}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_head{font-size:21px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_address{font-size:14px;padding:5px 0 0 20px;line-height:16px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_fullDesc{margin-top:1px;font-size:14px;height:42px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_head{font-size:25px;width:70%}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_head{font-size:21px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address{font-size:14px;padding:5px 0 0 20px;line-height:16px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_fullDesc{margin-top:1px;font-size:14px;height:42px}.featured_category .featured_category_poi .desc_box .featured_category_action,.list-view .featured_category .featured_category_poi .desc_box .featured_category_action{margin-left:0;width:195px;height:110px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .addCollection_btn_cover,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .book_btn_cover,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection{float:right;height:40px;width:auto;position:absolute}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable{width:auto}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_pricing,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rating{width:156px;height:26px;margin-bottom:9px;float:right;padding-right:0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Room_icon{background-position:-2px -4px;background-size:85px auto;height:20px;width:19px;margin-top:-2px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon{background-position:-18px -2px;background-size:67px auto;height:18px;width:26px;margin-top:0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon_vip{background-position:-46px 0;background-size:67px auto;height:22px;width:20px;margin-top:0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rate{float:right}.recomended_category.category_page{width:97%}#recomended_category_poi .slick-prev{left:14px}#recomended_category_poi .slick-next{right:14px}}@media only screen and (min-width:640px) and (max-width:666px){.camera_img img{width:32px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{font-size:11px;margin-bottom:0;margin-left:52px;margin-right:0;margin-top:-21px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:12px 10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:12px 10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin-top:-21px 0 0 60px;text-align:left;width:217px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:12px 10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:12px 10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin-top:-21px 0 0 60px;text-align:left;width:217px}#majorDestination_carousel .img_Title{bottom:57px}#main-header .middle-div{position:absolute;background-color:#fff;width:292px;left:100px;top:70px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;height:165px;display:none;-webkit-box-shadow:1px 1px 8px 1px rgba(0,0,0,.7);-moz-box-shadow:1px 1px 8px 1px rgba(0,0,0,.7);box-shadow:1px 1px 8px 1px rgba(0,0,0,.7)}.current_category_click,.current_location_click{top:40px;width:230px}#cityAuto .ui-autocomplete,#searchAuto .ui-autocomplete,.by_location .ui-autocomplete{font-size:14px;padding:10px;line-height:14px}#app_download_box{width:320px;margin-top:30px}#login_popup .modal-sm{width:72%!important;margin:0 auto}.detail_desc,.detail_down,.detail_top{width:600px;margin:0 auto}.detail_content.videopresent .detail_desc,.detail_content.videopresent .detail_down,.detail_content.videopresent .detail_top{width:545px}.featured_category .featured_category_poi,.list-view .featured_category .featured_category_poi,.recomended_category .recomended_category_poi{width:600px}.saved_collection .search_result,.top_mycollection_data .header_title{width:350px}.saved_collection .search_result .header_title .hr_line,.top_mycollection_data .recomended_category .header_title .hr_line{width:190px}.my_profile_recent_view_result .recomended_category .recomended_category_poi,.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi{padding:0}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:18px}.top_my_collections .recomended_category_poi .add_to_collection_bookmark::before{background-size:20px auto;height:29px;margin-left:-25px;margin-top:-1px;width:19px}.top_my_collections .recomended_category_poi .add_to_collection_bookmark{padding-left:24px}.top_my_collections .recomended_category_poi .delete_collection_bookmark::before{background-size:20px auto;height:20px;margin-top:3px;width:20px}.top_my_collections .recomended_category_poi .add_to_collection_bookmark,.top_my_collections .recomended_category_poi .delete_collection_bookmark{font-size:16px}.recomended_category .recomended_category_poi .col-lg-4 .img_box,.related_collection .collection_result .col-lg-4 .four_by_three,.saved_collection .search_result .col-lg-4 .four_by_three{width:315px;height:236px}.detail_content .detail_down .detail_desc .d_address,.detail_content .detail_down .detail_desc .d_email,.detail_content .detail_down .detail_desc .d_phone,.detail_content .detail_down .detail_desc .d_socialurl,.detail_content .detail_down .detail_desc .d_weburl,.detail_content .detail_down .detail_time{width:551px}.more_poi .more_poi_content .four_by_three,.more_poi .more_tour_content .four_by_three,.row.more_poi_content .col-lg-4 .img_box{width:240px;height:180px}.featured_category .featured_category_poi .desc_box .img_box,.featured_category .featured_category_poi .desc_box .img_box .four_by_three{width:147px;height:110px}.my_profile_recent_view_result .recomended_category .recomended_category_poi .col-lg-4,.top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{max-height:500px;height:auto;width:335px}#search_similar_location_carousel{width:78%}.recomended_category .recomended_category_poi .col-lg-4,.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.search_similar_location_carousel .col-xs-3,.top_collection_results .col-lg-4{height:auto;padding:10px;width:260px;vertical-align:top;margin:5px 2.5px;text-align:left}.best_more_recomme .col-lg-4{width:300px!important}.page-collection .recomended_category .recomended_category_poi .col-lg-4{width:335px}#City_Guide .city_guide_data .city_guide_details{height:400px;font-size:12px}#share_invite_box .modal-dialog{width:615px}#Collection_link,#uname,#user_email_id,.collection_name{width:458px}#booking_data .select_sesssion{background:#ddd url(https://cityseeker.com/assets/images/blue_dropdown.png) no-repeat scroll 97% center/6% auto}#cityAuto_header .ui-autocomplete,#searchAuto_header .ui-autocomplete{font-size:14px}#main_content_area .about_sf{line-height:40px;height:40px;width:200px;padding-left:15px}#City_Guide .modal-dialog{width:95%!important}.featured_category .featured_category_poi .desc_box .featured_category_desc{width:226px;padding:0 10px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc{width:400px;padding:0 10px}.more_poi .more_poi_content{text-align:center}.more_poi .more_poi_filters .more_tab.active .in{font-size:16px}.more_poi .more_poi_filters .more_tab .in{font-size:14px}.row.top_rated_content .col-lg-4{width:48%}.top_rated .top_rated_map{width:98%!important}.row.top_rated_content .col-lg-4 .img_box,.top_rated .top_rated_content .four_by_three{max-height:187px}#booking_data .select_people_size,#booking_data .select_sesssion{background:#f2f2f2 url(https://cityseeker.com/assets/images/grey_dropdown.png) no-repeat scroll 97% center/10px auto}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .list-btn-share-pdf{margin:2% 4%}.detail_page .detail_middle_image .whatsnearby{padding-right:0}.detail_middle_image .middle_content .map_title{height:330px;margin:0 auto;padding:26px 0 22px 46px;right:0}.detail_middle_image .middle_content .map_area .detail_movable_map{height:400px;width:600px}.map_area .address_map{font-size:18px;height:auto}.nearby_txt{font-size:28px}.detail_middle_image .middle_content .map_title .main_title{font-size:28px;margin-left:50px}.detail_middle_image .middle_content .map_title .title_see_more{font-size:20px;margin-right:56px;padding:15px 0}.loader_absolute span{border-radius:7px;margin:-26px -46px}.detail_middle_image .middle_content .map_title .title_break{background-size:550px auto;background-position:-117px 0}.detail_middle_image .middle_content .map_title .other_title{font-size:21px;height:35px;line-height:23px;padding:5px 0 0 19px}.detail_middle_image .middle_content .map_title .main_title::before{background-position:-75px -2px;background-size:220px auto;height:35px;margin-left:-35px;margin-top:5px;width:24px}.detail_middle_image{height:885px;padding:0}.search_box{width:92%}.modal-title{font-size:24px}.modal-footer,.modal-header{padding:10px 20px 5px}.modal-body{margin:0 5px}.collectionListData .col-sm-9{font-size:18px;padding:10px;float:left;width:70%}.collectionListData .col-sm-3{float:left;width:30%;font-size:18px}#CollectionList{height:400px;width:480px}#add_to_collection_poi .modal-dialog{width:560px}.onlyfree,.onlyfree.recommended{font-size:16px;line-height:26px}.top_my_collection_detail_page .onlyfree{font-size:23px;line-height:55px}#main-profile .img-div img{min-height:135px;min-width:135px}.collection.page-collection .Similar_collections_section .top_my_collections .top_mycollection_data{width:602px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4{height:369px;width:339px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi{width:100%}.collection.page-collection .top_my_collection_detail_page .top_my_collection_detail_data .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi,.my_collection_detail_content .top_collection_results .recomended_category_poi{width:599px}.collection.page-collection .top_my_collection_detail_page .top_my_collection_detail_data .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi .col-lg-4,.top_collection_results .col-lg-4{width:295px!important}.collection.page-collection .top_my_collection_detail_page .top_my_collection_detail_data .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi .col-lg-4 .img_box,.collection.page-collection .top_my_collection_detail_page .top_my_collection_detail_data .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:274px;height:206px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4{width:295px;height:339px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .img_box,.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:274px;height:206px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .save_unsave .save,.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .save_unsave .unsave{margin:12px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection{top:14px;font-size:17px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection::before{background-size:16px auto;height:16px;margin-left:-21px;margin-top:3px;width:16px}.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi{margin:0 auto;padding:0 30px;width:100%}.best_more_recomme{width:635px!important;margin:0 auto}.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4{width:300px}.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box,.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box .four_by_three{width:278px;height:208px}.category.page-category .radiusOption_box{position:relative;width:100%;right:0}.category.page-category .radiusOption_box .rangeslide{margin:0 auto;width:300px}.best.page-best .search_results .row.recomended_category_poi,.search.page-search .search_results .row.recomended_category_poi{width:616px}.best.page-best .search_results .row.recomended_category_poi .col-lg-4,.search.page-search .search_results .row.recomended_category_poi .col-lg-4{width:300px}.recomended_category .recomended_category_poi.best_more_recomme .col-lg-4{width:300px}.best.page-best .search_results .row.recomended_category_poi .col-lg-4 .img_box,.best.page-best .search_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three,.search.page-search .search_results .row.recomended_category_poi .col-lg-4 .img_box,.search.page-search .search_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:278px;height:208px}.row.recomended_category_poi.best_more_recomme .col-lg-4 .img_box,.row.recomended_category_poi.best_more_recomme .col-lg-4 .img_box .four_by_three{width:278px;height:208px}.best.page-best .row.recomended_category_poi .content_left{height:20px}.edit_collections,.top_my_collection_detail_page .collection_header #share_invite,.top_my_collection_detail_page .collection_header .download_pdf,.top_my_collection_detail_page .collection_header .email_collection{margin:5px 5px auto 0;min-width:250px;display:inline-block}.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.top_collection_results .col-lg-4{height:auto;padding:10px;vertical-align:top;margin:5px 2.5px;text-align:left}.search_results .recomended_category .recomended_category_poi .col-lg-4,.search_similar_location_carousel .col-xs-3{height:auto;padding:0;vertical-align:top;margin:5px 2.5px;text-align:left}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search{width:45%}.browse_collection .browse_collection_data .browse_collection_result .search_option{padding:15px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_text,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_txt{width:70%;font-size:18px}.browse_collection .browse_collection_data .keyword_search .keyword_txt{width:80%}.browse_collection .browse_collection_data .keyword_search .keyword_txt input{width:90%}.browse_collection .browse_collection_data .browse_collection_result,.browse_collection .browse_collection_data .browse_other_collection{width:590px;min-height:250px}.browse_collection_result .search_result,.browse_other_collection .other_collection_list{width:584px}.browse_collection_result .search_result .col-lg-4,.browse_other_collection .other_collection_list .col-lg-4{margin:5px 6px;padding:12px;width:280px;height:315px}.browse_collection_result .search_result .col-lg-4 .four_by_three,.browse_other_collection .other_collection_list .col-lg-4 .four_by_three{height:192px;width:255px}.browse_collection_result .search_result .browse_col_desc .header_txt{font-size:24px;line-height:23px;padding:5px 0}.browse_other_collection .other_collection_list .browse_col_desc .header_txt{font-size:24px;line-height:23px;padding:5px 0}.browse_collection_result .search_result .browse_col_desc .created_by,.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:16px}.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:16px}.browse_collection_result .search_result .keyword_txt_save_unsave{margin:0 -12px}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords{font-size:14px;height:44px;line-height:44px;width:75%}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{height:47px}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave{background-position:-143px -16px;background-size:325px auto;height:22px;margin:5px 18px;width:25px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave_name,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave_name,.saved_collection .search_result .save_unsave .unsave_name{font-size:12px;margin:-10px auto 0}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .save,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .save{background-position:-185px -17px;background-size:325px auto;height:20px;margin:5px 12px;width:25px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave{margin:0 -12px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection .browse_collection_data .browse_other_collection .other_collection_title .title_other_like{font-size:27px;margin:15px auto;width:100%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_text{font-size:14px;padding:9px 10px;width:55%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon{min-width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide{height:50px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state{height:60px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{font-size:20px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{width:72%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.accommodations{background-position:0 -36px;background-size:30px auto;height:19px;margin:8px -2px;width:24px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.restAndCafe{background-position:-2px -60px;background-size:30px auto;height:29px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.attractions{background-position:-2px -92px;background-size:30px auto;height:25px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.nightlife{background-position:-7px -124px;background-size:30px auto;height:22px;width:28px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.shopping{background-position:-3px -154px;background-size:30px auto;height:22px;margin:5px 0;width:29px}.saved_collection{width:590px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi{width:531px}.Similar_collections_section .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4,.related_collection .collection_result .col-lg-4,.saved_collection .search_result .col-lg-4{margin:2px;padding:12px;width:335px;height:305px}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt,.related_collection .collection_result .browse_col_desc .header_txt,.saved_collection .search_result .browse_col_desc .header_txt{font-size:24px;line-height:23px;padding:5px 0}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .browse_col_desc .created_by,.related_collection .collection_result .browse_col_desc .created_by,.saved_collection .search_result .browse_col_desc .created_by{color:#fff;font-size:19px}.saved_collection .search_result .keyword_txt_save_unsave{margin:0 -12px}.saved_collection .search_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords,.related_collection .collection_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .keywords{font-size:18px;height:50px;line-height:50px;padding:0 15px;width:80%}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{vertical-align:top;height:56px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-154px -17px;background-size:350px auto;cursor:pointer;height:24px;margin:5px 18px;width:28px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .save,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-199px -17px;background-size:350px auto;cursor:pointer;height:24px;margin:5px 18px;width:28px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay::before,.browse_collection .image_bottom_overlay::before,.related_collection .image_bottom_overlay::before,.saved_collection .image_bottom_overlay::before{background-position:-26px -4px;background-size:250px auto;height:18px;margin-left:-20px;margin-top:9px;width:16px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay,.browse_collection .image_bottom_overlay,.related_collection .image_bottom_overlay,.saved_collection .image_bottom_overlay{height:35px;line-height:35px;padding:0 10px 0 25px;font-size:16px}.detail_content .hurricane_msg{font-size:16px}.detail_content .hurricane_msg::before{background-size:35px auto;height:35px;margin-left:-45px;margin-top:0;width:35px}.popover349843{left:-18.5px}.popover{max-width:300px}.popover-content{padding-bottom:15px;padding-left:15px;padding-right:15px;padding-top:20px}.recomended_category .recomended_category_poi .header_desc,.row.more_poi_content .header_desc,.row.more_tour_content .header_desc,.search_similar_location_carousel .header_desc{font-size:15px!important;height:70px}#myprofile .recomended_category .recomended_category_poi,.myprofile.page-myprofile .recomended_category .recomended_category_poi,.saved_collection,.saved_collection .search_result,.top_mycollection_data .header_title,.top_saved_data .header_title{width:550px}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{width:271px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4 .img_box,.myprofile.page-myprofile .recomended_category .recomended_category_poi .four_by_three,.saved_collection .search_result .col-lg-4 .four_by_three{width:247px;height:185px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4,.myprofile.page-myprofile .top_my_recently_viewed_location .recomended_category .recomended_category_poi .col-lg-4{width:271px;margin:2px;float:left}#land_image.about_us{padding:0 0 92%}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{display:block}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{height:auto}#land_image.about_us .middle-text .left_side_content{width:95%;margin:0 auto}#land_image.about_us .middle-text .left_side_content .abt_city{font-size:3vw;width:40%}#land_image.about_us .middle-text .right_side_content{width:93%;margin:0 auto}#land_image.about_us .middle-text{padding:20px}#land_image.about_us .middle-text .left_side_content{padding-left:0;padding-top:10px}#land_image.about_us .middle-text .left_side_content .cityProd{padding-top:20px;font-size:1.6vw}#land_image.about_us .middle-text .right_side_content{padding-top:20px}#land_image.about_us .middle-text .left_side_content .wcities_logo{background-size:390px auto;height:85px;width:137px;background-position:-3px -7px}#land_image.about_us .middle-text .right_side_content .city_desc,#land_image.about_us .middle-text .right_side_content .contact_info{padding:20px;margin-bottom:10px;font-size:1.7vw;width:100%}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{height:45px;line-height:35px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call{margin-top:15px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail{width:47%;margin-right:2%}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{margin-left:-50px;background-size:100px;width:33px;height:35px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call::before{margin-top:-8px}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{background-position:-67px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before{background-position:-33px 0}#send_us_message .map_feedback .feedback_form .submit_btn{float:none;display:inline-block}#send_us_message .map_feedback .feedback_form,#send_us_message .map_feedback .map{height:625px}.bottom_button{text-align:center}#send_us_message .map_feedback .feedback_form{width:100%}#send_us_message .map_feedback .map{width:100%;height:400px}.map>iframe{height:90%}#send_us_message .map_feedback{width:80%}#send_us_message .header_title,#send_us_message .map_feedback .feedback_form #email,#send_us_message .map_feedback .feedback_form #message,#send_us_message .map_feedback .feedback_form #name,#send_us_message .map_feedback .feedback_form .submit_btn,#send_us_message .map_feedback .feedback_form .user_message #character_counting{font-size:1.9vw}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_head{font-size:25px;width:70%}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_head{font-size:25px;width:70%}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_head{font-size:18px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address{font-size:12px;padding:0 0 5px 20px;line-height:14px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_fullDesc{margin-top:1px;font-size:13px;height:40px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_head{font-size:25px;width:70%}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_head{font-size:25px;width:100%}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_head{font-size:18px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_address{font-size:12px;padding:0 0 5px 20px;line-height:14px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_fullDesc{margin-top:1px;font-size:13px;height:40px}.featured_category .featured_category_poi .desc_box .featured_category_action,.list-view .featured_category .featured_category_poi .desc_box .featured_category_action{margin-left:0;width:185px;height:110px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .addCollection_btn_cover,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .book_btn_cover,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection{float:right;height:35px;width:auto;position:absolute}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable{width:auto}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_pricing,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rating{width:156px;height:26px;margin-bottom:9px;float:right;padding-right:0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Room_icon{background-position:-2px -4px;background-size:73px auto;height:17px;width:16px;margin-top:-2px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon{background-position:-18px -2px;background-size:66px auto;height:18px;width:26px;margin-top:-2px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon_vip{background-position:-45px 0;background-size:66px auto;height:21px;width:20px;margin-top:-2px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable{height:35px;line-height:37px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rate{float:right}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons span{line-height:35px}.recomended_category.category_page{width:100%}#recomended_category_poi .slick-prev{left:10px}#recomended_category_poi .slick-next{right:10px}}@media only screen and (min-width:568px) and (max-width:639px){.camera_img img{width:32px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin-top:-24px 0 0 60px;text-align:left;width:217px}#virtualtour .virtualtour_icon,.detail_content .detail_button .button.add_remove_collection .add_icon,.detail_content .detail_button .button.add_remove_collection .remove_icon{margin:-9px 5px}.detail_content .detail_button .button.email_location .email_icon{margin:-4px 5px}.detail_content .detail_button .button.email_location .upcoming_event_icon{margin:-9px 5px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin-top:-24px 0 0 60px;text-align:left;width:217px}#majorDestination_carousel .img_Title{bottom:57px}#main-header .middle-div{position:absolute;background-color:#fff;width:292px;left:100px;top:70px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;height:165px;display:none;-webkit-box-shadow:1px 1px 8px 1px rgba(0,0,0,.7);-moz-box-shadow:1px 1px 8px 1px rgba(0,0,0,.7);box-shadow:1px 1px 8px 1px rgba(0,0,0,.7)}.current_category_click,.current_location_click{top:40px;width:230px}#cityAuto .ui-autocomplete,#searchAuto .ui-autocomplete,.by_location .ui-autocomplete{font-size:14px;padding:10px;line-height:14px}#app_download_box{width:320px;margin-top:30px}#login_popup .modal-sm{width:95%!important}.detail_down,.detail_top{width:528px;margin:0 auto}.detail_content.videopresent{width:85%}.detail_content.videopresent .detail_desc,.detail_content.videopresent .detail_down,.detail_content.videopresent .detail_top{width:475px}.detail_content.videopresent .all_tab{width:85%}#search_similar_location_carousel{width:83%}.recomended_category .recomended_category_poi .col-lg-4 .img_box,.recomended_category .recomended_category_poi .four_by_three{width:240px;height:180px}.more_poi .more_poi_content .four_by_three,.more_poi .more_tour_content .four_by_three,.row.more_poi_content .col-lg-4 .img_box{width:240px;height:180px}.featured_category .featured_category_poi .desc_box .img_box,.featured_category .featured_category_poi .desc_box .img_box .four_by_three{width:147px;height:110px}.top_my_collections .col-lg-4 .create_collection_icon{background-size:150px auto;height:150px;width:150px;left:23%;top:13%}.my_profile_recent_view_result .recomended_category .recomended_category_poi .col-lg-4,.top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{width:295px}.featured_category .featured_category_poi,.list-view .featured_category .featured_category_poi{width:560px}.my_profile_recent_view_result .recomended_category .recomended_category_poi{padding:0!important}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:18px}.top_my_collections .recomended_category_poi .add_to_collection_bookmark::before{background-size:15px auto;height:22px;margin-left:-19px;margin-top:-1px;width:14px}.top_my_collections .recomended_category_poi .add_to_collection_bookmark{padding-left:19px}.top_my_collections .recomended_category_poi .delete_collection_bookmark::before{background-size:20px auto;height:20px;margin-top:3px;width:20px}.top_my_collections .recomended_category_poi .add_to_collection_bookmark,.top_my_collections .recomended_category_poi .delete_collection_bookmark{font-size:16px}.recomended_category .recomended_category_poi .col-lg-4,.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.search_similar_location_carousel .col-xs-3,.top_collection_results .col-lg-4{height:auto;padding:10px;width:260px;vertical-align:top;margin:5px 2.5px;text-align:left}#City_Guide .city_guide_data .city_guide_details{height:400px;font-size:12px}#share_invite_box .modal-dialog{width:548px}#Collection_link,#uname,#user_email_id,.collection_name{width:458px}#booking_data .select_sesssion{background:#ddd url(https://cityseeker.com/assets/images/blue_dropdown.png) no-repeat scroll 97% center/6% auto}#cityAuto_header .ui-autocomplete,#searchAuto_header .ui-autocomplete{font-size:14px}#main_content_area .about_sf{line-height:40px;height:40px;width:200px;padding-left:15px}#City_Guide .modal-dialog{width:95%!important}.featured_category .featured_category_poi .desc_box .featured_category_desc{width:202px;padding:0 10px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc{width:368px;padding:0 10px}.more_poi .more_poi_content{text-align:center}.more_poi .more_poi_filters .more_tab.active .in{font-size:16px}.more_poi .more_poi_filters .more_tab .in{font-size:14px}.row.top_rated_content .col-lg-4 .img_box,.top_rated .top_rated_content .four_by_three{max-height:340px}#booking_data .select_people_size,#booking_data .select_sesssion{background:#f2f2f2 url(https://cityseeker.com/assets/images/grey_dropdown.png) no-repeat scroll 97% center/10px auto}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .list-btn-share-pdf{margin:2% 4%}.detail_content .detail_top .detail_title .title{width:65%}.title_footer.social_share{width:34%}.title_footer .title_facebook,.title_footer .title_twitter{vertical-align:middle}.detail_middle_image .middle_content .map_area .detail_movable_map{width:500px}.detail_middle_image .middle_content .map_title{padding:25px 0 15px 35px}.detail_middle_image .middle_content .map_title .other_title{font-size:22px}.detail_middle_image .middle_content .map_title .main_title{font-size:24px}.detail_middle_image .middle_content .map_title .middle_poi_name{height:180px}.loader_absolute span{margin:-25px -35px}.detail_middle_image{padding:0;height:730px}.more_poi{padding-top:30px}.search_box{width:95%}.collectionListData .top_rated_content .col-lg-4.collectlist,.collectionListData .top_rated_content .col-lg-4.create_collection{width:205px;height:auto}.collectionListData .top_rated_content .collectlist .img_box,.collectionListData .top_rated_content .create_collection .img_box,.collectionListData .top_rated_content .four_by_three{width:184px;height:138px}.detail_content .detail_down .detail_desc .d_address,.detail_content .detail_down .detail_desc .d_email,.detail_content .detail_down .detail_desc .d_phone,.detail_content .detail_down .detail_desc .d_socialurl,.detail_content .detail_down .detail_desc .d_weburl,.detail_content .detail_down .detail_time{width:485px}.modal-title{font-size:22px}.modal-footer,.modal-header{padding:10px 15px 5px}.modal-body{margin:0}.block{width:250px}.collectionListData .col-sm-9{font-size:18px;padding:10px;float:left;width:70%}.collectionListData .col-sm-3{float:left;width:30%;font-size:18px}#CollectionList{height:390px;width:440px}#add_to_collection_poi .modal-dialog{width:515px}.collectionListData .col-lg-4 .create_collection_icon{margin:25px 48px}.onlyfree,.onlyfree.recommended{font-size:16px;line-height:26px}.top_my_collection_detail_page .onlyfree{font-size:23px;line-height:55px}#main-profile .img-div img{min-height:125px;min-width:125px}#add_to_collection_poi .active_collection_icon{background-size:55px auto;height:55px;left:65px;top:42px;width:55px}.mycollection.page-mycollection .top_my_collection_detail_page .top_my_collection_detail_data .row.my_collection_detail_content .top_collection_results .recomended_category .recomended_category_poi .col-lg-4{width:300px}.mycollection.page-mycollection .top_my_collection_detail_page .top_my_collection_detail_data .row.my_collection_detail_content .top_collection_results .recomended_category .recomended_category_poi .col-lg-4 .img_box,.mycollection.page-mycollection .top_my_collection_detail_page .top_my_collection_detail_data .row.my_collection_detail_content .top_collection_results .recomended_category .recomended_category_poi .four_by_three{width:280px!important;height:210px!important}.collection.page-collection .Similar_collections_section .top_my_collections .top_mycollection_data{width:296px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4{height:369px;width:339px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi{width:600px}.collection.page-collection .top_my_collection_detail_page .top_my_collection_detail_data .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi{width:100%}.collection.page-collection .top_my_collection_detail_page .top_my_collection_detail_data .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi .col-lg-4{width:250px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi{width:550px}.collection.page-collection .top_my_collection_detail_page .top_my_collection_detail_data .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi .col-lg-4 .img_box,.collection.page-collection .top_my_collection_detail_page .top_my_collection_detail_data .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:231px;height:173px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4{width:250px;height:298px;margin:2px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .img_box,.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:226px;height:170px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .save_unsave .save,.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .save_unsave .unsave{margin:13px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection{top:14px;font-size:17px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection::before{background-size:16px auto;height:16px;margin-left:-21px;margin-top:3px;width:16px}.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4{width:48%}.row.recomended_category_poi.besttag_cat_poi.best_more_recomme .col-lg-4{width:48%!important}.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box,.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box .four_by_three{width:235px;height:176px}.row.recomended_category_poi.besttag_cat_poi.best_more_recomme .col-lg-4 .img_box,.row.recomended_category_poi.besttag_cat_poi.best_more_recomme .col-lg-4 .img_box .four_by_three{width:235px!important;height:176px!important}.category.page-category .top_rated .top_rated_poi_container .catpoiData.col-lg-4{width:47%}.category.page-category .radiusOption_box{position:relative;width:100%;right:0}.category.page-category .radiusOption_box .rangeslide{margin:0 auto;width:300px}.best.page-best .search_results .row.recomended_category_poi,.search.page-search .search_results .row.recomended_category_poi{width:545px}.row.recomended_category_poi.best_more_recomme{width:555px!important}.best.page-best .search_results .row.recomended_category_poi .col-lg-4,.search.page-search .search_results .row.recomended_category_poi .col-lg-4{width:240px}.row.recomended_category_poi.best_more_recomme .col-lg-4{width:240px}.best.page-best .search_results .row.recomended_category_poi .col-lg-4 .img_box,.best.page-best .search_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three,.search.page-search .search_results .row.recomended_category_poi .col-lg-4 .img_box,.search.page-search .search_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:215px;height:161px}.best.page-best .row.recomended_category_poi .content_left{height:20px}.row.recomended_category_poi.best_more_recomme .col-lg-4 .img_box,.row.recomended_category_poi.best_more_recomme .col-lg-4 .img_box .four_by_three{width:242px;height:181px}.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.top_collection_results .col-lg-4{height:auto;padding:10px;width:260px;vertical-align:top;margin:5px 2.5px;text-align:left}.search_results .recomended_category .recomended_category_poi .col-lg-4,.search_similar_location_carousel .col-xs-3{height:auto;padding:0;width:260px;vertical-align:top;margin:5px 2.5px;text-align:left}#img_Titles{bottom:39px;height:39px}#img_Titles .c_title{font-size:18px;padding:12px 0 0 15px}#img_Titles .c_subtitle{font-size:22px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search{width:80%}.browse_collection .browse_collection_data .browse_collection_result .search_option{padding:15px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_text,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_txt{width:70%;font-size:20px}.browse_collection .browse_collection_data .keyword_search .keyword_txt{width:80%}.browse_collection .browse_collection_data .keyword_search .keyword_txt input{width:90%}.browse_collection .browse_collection_data .browse_collection_result,.browse_collection .browse_collection_data .browse_other_collection{width:535px;min-height:250px}.browse_collection_result .search_result,.browse_other_collection .other_collection_list{width:525px}.browse_collection_result .search_result .col-lg-4,.browse_other_collection .other_collection_list .col-lg-4{margin:5px 6px;padding:12px;width:250px;height:291px}.browse_collection_result .search_result .col-lg-4 .four_by_three,.browse_other_collection .other_collection_list .col-lg-4 .four_by_three{height:168px;width:224px}.browse_collection_result .search_result .browse_col_desc .header_txt{font-size:24px;line-height:23px;padding:5px 0}.browse_other_collection .other_collection_list .browse_col_desc .header_txt{font-size:24px;line-height:23px;padding:5px 0}.browse_collection_result .search_result .browse_col_desc .created_by,.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:16px}.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:16px}.browse_collection_result .search_result .keyword_txt_save_unsave{margin:0 -12px}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords{font-size:15px;height:44px;line-height:44px;width:72%}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{height:47px;text-align:center}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave{background-position:-143px -16px;background-size:325px auto;height:22px;margin:5px 10px;width:25px;display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave_name,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave_name,.saved_collection .search_result .save_unsave .unsave_name{font-size:12px;margin:-10px auto 0}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .save,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .save{background-position:-185px -17px;background-size:325px auto;height:20px;margin:5px 10px;width:25px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave{margin:0 -12px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection .browse_collection_data .browse_other_collection .other_collection_title .title_other_like{font-size:26px;margin:15px auto;width:100%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_text{font-size:18px;padding:9px 10px;width:65%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon{min-width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide{height:50px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state{height:60px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{font-size:20px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{width:72%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.accommodations{background-position:0 -48px;background-size:40px auto;height:23px;margin:8px 0;width:40px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.restAndCafe{background-position:-2px -82px;background-size:40px auto;height:36px;width:36px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.attractions{background-position:-2px -124px;background-size:40px auto;height:31px;width:35px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.nightlife{background-position:-7px -166px;background-size:40px auto;height:29px;width:21px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.shopping{background-position:-3px -205px;background-size:40px auto;height:29px;margin:5px 0;width:34px}.Similar_collections_section .top_my_collections .recomended_category{padding:0}.related_collection,.saved_collection{width:100%}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi,.saved_collection .search_result{width:525px}.related_collection .collection_result .col-lg-4,.saved_collection .search_result .col-lg-4{margin:0;padding:12px;width:295px;height:298px}.Similar_collections_section .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{margin:2px 0;padding:12px;width:259px;height:303px}.related_collection .collection_result .col-lg-4 .four_by_three,.saved_collection .search_result .col-lg-4 .four_by_three{width:235px;height:176px}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt,.related_collection .collection_result .browse_col_desc .header_txt,.saved_collection .search_result .browse_col_desc .header_txt{font-size:22px;line-height:23px;padding:5px 0}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .browse_col_desc .created_by,.related_collection .collection_result .browse_col_desc .created_by,.saved_collection .search_result .browse_col_desc .created_by{color:#fff;font-size:16px}.saved_collection .search_result .keyword_txt_save_unsave{margin:0 -12px}.saved_collection .search_result .header_title .hr_line{width:73%}.saved_collection .search_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords,.related_collection .collection_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .keywords{font-size:16px;height:44px;line-height:44px;width:80%}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{vertical-align:top;height:43px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-123px -13px;background-size:280px auto;height:20px;margin:7px 15px;width:24px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .save,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-159px -15px;background-size:280px auto;height:20px;margin:5px 15px;width:24px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay::before,.browse_collection .image_bottom_overlay::before,.related_collection .image_bottom_overlay::before,.saved_collection .image_bottom_overlay::before{background-position:-26px -4px;background-size:250px auto;height:18px;margin-left:-20px;margin-top:9px;width:16px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay,.browse_collection .image_bottom_overlay,.related_collection .image_bottom_overlay,.saved_collection .image_bottom_overlay{height:35px;line-height:35px;padding:0 10px 0 25px;font-size:16px}.detail_content .hurricane_msg{font-size:16px}.detail_content .hurricane_msg::before{background-size:35px auto;height:35px;margin-left:-45px;margin-top:0;width:35px}.top_rated_content.top_rated_category #mCSB_1_scrollbar_vertical{right:3px!important}.popover349843{left:-18.5px}.popover{max-width:300px}.popover-content{padding-bottom:15px;padding-left:15px;padding-right:15px;padding-top:20px}.recomended_category .recomended_category_poi .header_desc,.row.more_poi_content .header_desc,.row.more_tour_content .header_desc,.search_similar_location_carousel .header_desc{font-size:16px!important;height:70px}.recomended_category .recomended_category_poi .header_desc.nodesconlydd{font-size:14px!important}.category.page-category .top_rated_category .bookspan{font-size:18px}#land_image.about_us{padding:0 0 95%}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{display:block}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{height:auto}#land_image.about_us .middle-text .left_side_content{width:100%;margin:0 auto;padding-left:0;padding-top:0}#land_image.about_us .middle-text .left_side_content .abt_city{font-size:3vw;width:45%}#land_image.about_us .middle-text .right_side_content{width:100%;margin:0 auto}#land_image.about_us .middle-text{padding:20px}#land_image.about_us .middle-text .left_side_content .cityProd{padding-top:15px;font-size:1.7vw}#land_image.about_us .middle-text .right_side_content{padding-top:15px}#land_image.about_us .middle-text .left_side_content .wcities_logo{background-size:390px auto;height:85px;width:137px;background-position:-3px -7px}#land_image.about_us .middle-text .right_side_content .city_desc,#land_image.about_us .middle-text .right_side_content .contact_info{padding:20px;margin-bottom:20px;font-size:1.7vw;width:100%}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{height:35px;line-height:28px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call{margin-top:15px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{margin-left:-35px;background-size:80px;width:26px;height:27px}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{background-position:-54px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before{background-position:-27px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{padding-left:35px}#send_us_message .map_feedback .feedback_form .submit_btn{float:none;display:inline-block}#send_us_message .map_feedback .feedback_form,#send_us_message .map_feedback .map{height:625px}.bottom_button{text-align:center}#send_us_message .map_feedback .feedback_form{width:100%}#send_us_message .map_feedback .map{width:100%;height:400px}.map>iframe{height:90%}#send_us_message .map_feedback{width:85%}#send_us_message .header_title,#send_us_message .map_feedback .feedback_form #email,#send_us_message .map_feedback .feedback_form #message,#send_us_message .map_feedback .feedback_form #name,#send_us_message .map_feedback .feedback_form .submit_btn,#send_us_message .map_feedback .feedback_form .user_message #character_counting{font-size:1.9vw}.recomended_category .recomended_category_poi{padding:0 25px!important}#recomended_category_poi .slick-prev{left:8px}#recomended_category_poi .slick-next{right:8px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_head{font-size:25px;width:70%}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_head{font-size:25px;width:70%}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_head{font-size:25px;width:100%}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_head{font-size:18px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_desc_address{font-size:12px;padding:3px 0 0 20px;line-height:14px}.featured_category .featured_category_poi .desc_box .tours_featured_category_desc .featured_category_fullDesc{margin-top:3px;font-size:14px;height:40px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_head{font-size:25px;width:70%}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_head{font-size:25px;width:70%}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_head{font-size:25px;width:70%}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_head{font-size:18px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address{font-size:12px;padding:3px 0 0 20px;line-height:14px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_fullDesc{margin-top:3px;font-size:14px;height:40px}.featured_category .featured_category_poi .desc_box .featured_category_action,.list-view .featured_category .featured_category_poi .desc_box .featured_category_action{margin-left:0;width:170px;height:110px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .addCollection_btn_cover,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .book_btn_cover,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection{float:right;height:35px;width:auto;position:absolute}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable{width:auto}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Room_icon{background-position:-2px -4px;background-size:73px auto;height:17px;width:16px;margin-top:-2px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon{background-position:-18px -2px;background-size:66px auto;height:18px;width:26px;margin-top:-2px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon_vip{background-position:-45px 0;background-size:66px auto;height:21px;width:20px;margin-top:-2px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_addToCollection,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable{height:35px;line-height:37px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_pricing,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rating{width:126px;height:26px;margin-bottom:9px;float:right;padding-right:0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rate{float:right}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons span{line-height:35px;font-size:12px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon{background-size:315px auto;width:17px;height:18px;background-position:102px -19px;margin-top:0}}@media only screen and (min-width:480px) and (max-width:567px){.before_800{display:none!important}.after_800{display:block!important}.camera_img img{width:32px}.related_collection .category_collection_data .slick-prev,.related_collection .category_collection_data .slick-prev::before,.saved_collection .saved_collection_data .slick-prev,.saved_collection .saved_collection_data .slick-prev::before,.top_my_collection_viewed_location .row.recomended_category_poi .slick-prev,.top_my_collection_viewed_location .row.recomended_category_poi .slick-prev::before,.top_my_collections .row.recomended_category_poi .slick-prev,.top_my_collections .row.recomended_category_poi .slick-prev::before{background-position:-17px 0}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-28px 0 0 60px;text-align:left;width:222px;font-size:14px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave_name,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave_name,.saved_collection .search_result .save_unsave .unsave_name{font-size:12px;margin-bottom:0;margin-left:auto;margin-right:auto;margin-top:-8px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-20px 0 0 60px;text-align:left;width:222px}#main-header .middle-div{position:absolute;background-color:#fff;width:292px;left:73px;top:70px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;height:165px;display:none;-webkit-box-shadow:1px 1px 8px 1px rgba(0,0,0,.7);-moz-box-shadow:1px 1px 8px 1px rgba(0,0,0,.7);box-shadow:1px 1px 8px 1px rgba(0,0,0,.7)}.current_category_click,.current_location_click{top:40px;width:230px}#cityAuto .ui-autocomplete,#searchAuto .ui-autocomplete,.by_location .ui-autocomplete{font-size:14px;padding:10px;line-height:14px}#app_download_box{width:320px;margin-top:30px}#login_popup .modal-sm{width:94%!important}.detail_desc,.detail_down,.detail_top{width:440px;margin:0 auto}.detail_content.videopresent{width:85%}.detail_content.videopresent .detail_desc,.detail_content.videopresent .detail_down,.detail_content.videopresent .detail_top{width:395px}.featured_category .featured_category_poi,.list-view .featured_category .featured_category_poi{width:376px!important;padding:0}#search_similar_location_carousel{width:415px}.recomended_category .recomended_category_poi .col-lg-4 .img_box{width:395px;height:296px}.more_poi .more_poi_content .four_by_three,.more_poi .more_tour_content .four_by_three,.row.more_poi_content .col-lg-4 .img_box{width:440px;height:330px}.featured_category .featured_category_poi .desc_box .img_box,.featured_category .featured_category_poi .desc_box .img_box .four_by_three{width:356px;height:267px}.top_my_collections .col-lg-4 .create_collection_icon{background-size:150px auto;height:150px;left:23%;top:14%;width:150px}#main_content_area .category_tag_filter .category_option,#main_content_area .tag_filter .tag_option{width:60%;margin:10px}.recomended_category .recomended_category_poi .col-lg-4,.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.search_similar_location_carousel .col-xs-3,.top_collection_results .col-lg-4{height:auto;padding:10px;width:415px;vertical-align:top;margin:5px auto}.page-collection .recomended_category .recomended_category_poi .col-lg-4{width:300px}#City_Guide .city_guide_data .city_guide_details{height:400px;font-size:12px}#share_invite_box .modal-dialog{width:460px}#Collection_link,#uname,#user_email_id,.collection_name{width:385px}#booking_data .select_sesssion{background:#f2f2f2 url(https://cityseeker.com/assets/images/grey_dropdown.png) no-repeat scroll 97% center/10px auto}#cityAuto_header .ui-autocomplete,#searchAuto_header .ui-autocomplete{font-size:14px}.nearby_txt{left:19%}.detail_content .detail_top .detail_title .title{width:58%}.title_footer.social_share{width:41%;margin-top:10px}.detail_content.videopresent .title_footer.social_share{width:40%}.detail_content.videopresent .all_tab{width:83%}.title_footer .title_facebook,.title_footer .title_twitter{vertical-align:middle}.detail_middle_image .middle_content .map_area .detail_movable_map{width:445px}.detail_middle_image .middle_content .map_title{padding:20px 0 15px 35px}.detail_middle_image .middle_content .map_title .other_title{font-size:20px}.detail_middle_image .middle_content .map_title .main_title{font-size:22px}.detail_middle_image .middle_content .map_title .middle_poi_name{height:180px}.loader_absolute span{margin:-20px -35px}.detail_middle_image{padding:0;height:730px}.more_poi{padding-top:30px}.collectionListData .top_rated_content .col-lg-4.collectlist,.collectionListData .top_rated_content .col-lg-4.create_collection{width:345px;height:auto}.collectionListData .top_rated_content .collectlist .img_box,.collectionListData .top_rated_content .create_collection .img_box,.collectionListData .top_rated_content .four_by_three{width:323px;height:242px}.top_my_collection_detail_page .edit_collection .edit_col{display:none}.modal-title{font-size:20px}#categoryPageModal .modal-dialog,#tagPageModal .modal-dialog{width:97%!important}.modal input.css-checkbox[type=checkbox]+label.css-label{font-size:11px}.modal-footer,.modal-header{padding:10px 10px 5px}.modal-body{margin:0}.block{width:215px}.collectionListData .col-sm-9{font-size:16px;padding:5px;float:left;width:65%}.collectionListData .col-sm-3{float:left;width:35%;font-size:18px}#CollectionList{height:310px;width:350px}#add_to_collection_poi .modal-dialog{width:430px}.collectionListData .col-lg-4 .create_collection_icon{background-position:-86px -54px;background-size:300px auto;height:126px;margin:58px 99px;width:126px}.onlyfree,.onlyfree.recommended{font-size:16px;line-height:35px}.top_my_collection_detail_page .onlyfree{font-size:23px;line-height:55px}#main-profile .img-div img{min-width:90px;min-height:90px}#add_to_collection_poi .active_collection_icon{background-size:75px auto;height:75px;left:124px;top:84px;width:75px}.detail_content .detail_down .detail_desc .d_address,.detail_content .detail_down .detail_desc .d_email,.detail_content .detail_down .detail_desc .d_phone,.detail_content .detail_down .detail_desc .d_socialurl,.detail_content .detail_down .detail_desc .d_weburl,.detail_content .detail_down .detail_time{width:400px}.collection.page-collection .Similar_collections_section .top_my_collections .top_mycollection_data{width:296px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4{height:369px;width:339px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi{width:600px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4{width:298px;height:368px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .img_box,.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:274px;height:206px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .save_unsave .save,.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .save_unsave .unsave{margin:10px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi{width:296px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection{top:14px;font-size:15px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection::before{background-size:16px auto;height:16px;margin-left:-21px;margin-top:3px;width:16px}.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4{width:49%}.row.recomended_category_poi.besttag_cat_poi.best_more_recomme .col-lg-4{width:49%!important}.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box,.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box .four_by_three{width:190px;height:142px}.row.recomended_category_poi.besttag_cat_poi.best_more_recomme .col-lg-4 .img_box,.row.recomended_category_poi.besttag_cat_poi.best_more_recomme .col-lg-4 .img_box .four_by_three{width:190px;height:142px}.category.page-category .radiusOption_box{position:relative;width:100%;right:0}.category.page-category .radiusOption_box .rangeslide{margin:0 auto;width:300px}.best.page-best .search_results .row.recomended_category_poi,.search.page-search .search_results .row.recomended_category_poi{width:420px}.best.page-best .search_results .row.recomended_category_poi .col-lg-4,.search.page-search .search_results .row.recomended_category_poi .col-lg-4{width:420px}.row.more_poi_content .col-lg-4,.top_collection_results .col-lg-4{height:auto;padding:10px;width:415px;vertical-align:top;margin:5px auto}.search_results .recomended_category .recomended_category_poi .col-lg-4,.search_similar_location_carousel .col-xs-3{padding:0;height:auto;width:415px;vertical-align:top;margin:5px auto}.best.page-best .search_results .row.recomended_category_poi .col-lg-4 .img_box,.best.page-best .search_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three,.search.page-search .search_results .row.recomended_category_poi .col-lg-4 .img_box,.search.page-search .search_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:396px;height:297px}.best.page-best .row.recomended_category_poi .content_left{height:20px}#img_Titles{bottom:39px;height:39px}#img_Titles .c_title{font-size:16px;padding:12px 0 0 15px;line-height:7px}#img_Titles .c_subtitle{font-size:20px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search{width:90%}.browse_collection .browse_collection_data .browse_collection_result .search_option{padding:15px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_text,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_txt{width:70%;font-size:20px}.browse_collection .browse_collection_data .keyword_search .keyword_txt{width:95%}.browse_collection .browse_collection_data .keyword_search .keyword_txt input{width:90%}.browse_collection .browse_collection_data .browse_collection_result,.browse_collection .browse_collection_data .browse_other_collection{width:465px;min-height:250px}.browse_collection_result .search_result,.browse_other_collection .other_collection_list{width:385px}.browse_collection_result .search_result .col-lg-4,.browse_other_collection .other_collection_list .col-lg-4{margin:5px 6px;padding:12px;width:372px;height:406px}.browse_collection_result .search_result .col-lg-4 .four_by_three,.browse_other_collection .other_collection_list .col-lg-4 .four_by_three{height:260px;width:347px}.browse_collection_result .search_result .browse_col_desc .header_txt,.browse_other_collection .other_collection_list .browse_col_desc .header_txt{font-size:22px;padding:5px 0}.browse_collection_result .search_result .browse_col_desc .created_by,.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:20px}.browse_collection_result .search_result .keyword_txt_save_unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave{margin:0 -12px}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords{font-size:16px;height:50px;line-height:50px;width:80%}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{height:47px;margin-left:-3px}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-128px -12px;margin:4px 20px;background-size:300px auto}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave_name,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave_name,.saved_collection .search_result .save_unsave .unsave_name{font-size:14px;margin:-12px auto 0}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .save,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-227px -20px;margin:4px 20px}.browse_collection .browse_collection_data .browse_other_collection .other_collection_title .title_other_like{font-size:24px;margin:15px auto;width:100%}.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_text{font-size:18px;padding:9px 10px;width:65%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon{min-width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide{height:50px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state{height:60px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{font-size:20px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{width:72%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.accommodations{background-position:0 -48px;background-size:40px auto;height:23px;margin:8px 0;width:40px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.restAndCafe{background-position:-2px -82px;background-size:40px auto;height:36px;width:36px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.attractions{background-position:-2px -124px;background-size:40px auto;height:31px;width:35px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.nightlife{background-position:-7px -166px;background-size:40px auto;height:29px;width:21px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.shopping{background-position:-3px -205px;background-size:40px auto;height:29px;margin:5px 0;width:34px}.recomended_category .recomended_category_poi,.top_my_collections .recomended_category{padding:0}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay,.browse_collection .image_bottom_overlay,.related_collection .image_bottom_overlay,.saved_collection .image_bottom_overlay{font-size:16px}.mycollection.page-mycollection .top_my_collection_detail_page .top_my_collection_detail_data .row.my_collection_detail_content .top_collection_results .recomended_category .recomended_category_poi .col-lg-4{width:300px}.detail.page-detail .more_poi .more_poi_data .col-lg-4{width:230px}.detail.page-detail .more_poi .more_poi_data .col-lg-4 .img_box,.detail.page-detail .more_poi .more_poi_data .col-lg-4 .img_box .four_by_three{width:210px;height:157px}.related_collection,.saved_collection{width:100%}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi,.saved_collection .search_result{width:416px}.Similar_collections_section .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4,.related_collection .collection_result .col-lg-4,.saved_collection .search_result .col-lg-4{margin:5px auto;padding:12px;width:415px;height:459px}.related_collection .collection_result .col-lg-4 .four_by_three,.saved_collection .search_result .col-lg-4 .four_by_three{width:395px;height:296px}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt,.related_collection .collection_result .browse_col_desc .header_txt,.saved_collection .search_result .browse_col_desc .header_txt{font-size:26px;line-height:35px;padding:10px 0}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .browse_col_desc .created_by,.related_collection .collection_result .browse_col_desc .created_by,.saved_collection .search_result .browse_col_desc .created_by{color:#fff;font-size:20px}.saved_collection .search_result .keyword_txt_save_unsave{margin:0 -12px}.saved_collection .search_result .header_title .hr_line{width:67%}.saved_collection .search_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords,.related_collection .collection_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .keywords{border-right:2px solid #27477c;color:#fff;font-size:20px;height:56px;line-height:56px;padding:0 15px;width:83%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{vertical-align:top;height:56px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-154px -17px;background-size:350px auto;cursor:pointer;height:24px;margin:6px 11px;width:28px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .save,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-199px -17px;background-size:350px auto;cursor:pointer;height:24px;margin:6px 11px;width:28px}.detail_content .hurricane_msg{font-size:14px}.detail_content .hurricane_msg::before{background-size:35px auto;height:35px;margin-left:-45px;margin-top:0;width:35px}.popover349843{left:-18.5px}.popover{max-width:300px}.popover-content{padding-bottom:15px;padding-left:15px;padding-right:15px;padding-top:20px}#land_image.about_us{padding:0 0 155%}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{display:block}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{height:auto}#land_image.about_us .middle-text .left_side_content{width:100%;margin:0 auto}#land_image.about_us .middle-text .left_side_content .abt_city{font-size:5vw;width:60%}#land_image.about_us .middle-text .right_side_content{width:100%;margin:0 auto}#land_image.about_us .middle-text{padding:10px}#land_image.about_us .middle-text .left_side_content{padding-left:0;padding-top:0}#land_image.about_us .middle-text .left_side_content .cityProd{font-size:3vw;padding-top:5px;width:65%}#land_image.about_us .middle-text .right_side_content{padding:15px 10px 0}#land_image.about_us .middle-text .left_side_content .wcities_logo{background-size:390px auto;height:85px;width:137px;background-position:-3px -7px;margin-top:15px}#land_image.about_us .middle-text .right_side_content .city_desc,#land_image.about_us .middle-text .right_side_content .contact_info{padding:15px 30px;margin-bottom:5px;font-size:2.8vw;width:100%}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{height:35px;line-height:28px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call{margin-top:0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{margin-left:-35px;background-size:80px;width:26px;height:27px}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{background-position:-54px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before{background-position:-27px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{padding-left:35px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail{display:block;width:100%;padding:15px 0;border:none}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail{border-right:medium none;border-top:1px solid #192f66}#send_us_message .map_feedback .feedback_form .submit_btn{float:none;display:inline-block}#send_us_message .map_feedback .feedback_form,#send_us_message .map_feedback .map{height:630px}.bottom_button{text-align:center}#send_us_message .map_feedback .feedback_form{width:100%}#send_us_message .map_feedback .map{width:100%;height:400px}.map>iframe{height:90%}#send_us_message .map_feedback{width:100%}#send_us_message .header_title,#send_us_message .map_feedback .feedback_form #email,#send_us_message .map_feedback .feedback_form #message,#send_us_message .map_feedback .feedback_form #name,#send_us_message .map_feedback .feedback_form .submit_btn,#send_us_message .map_feedback .feedback_form .user_message #character_counting{font-size:3vw}.row.top_rated_content .col-lg-4{margin:5px auto;display:block}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_head{font-size:25px;width:70%}#recomended_category_poi .slick-list{padding:0 20% 0 0}.recomended_category.category_page{width:80%!important}.collection.page-collection .recomended_category .recomended_category_poi{width:300px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .book_btn_cover{width:100%}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon{margin-top:-3px}}@media only screen and (min-width:435px) and (max-width:479px){.camera_img img{width:32px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-26px 0 0 60px;text-align:left;width:170px;font-size:12px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-19px 0 0 60px;text-align:left;width:170px;font-size:12px}#main-header .middle-div{position:absolute;background-color:#fff;width:292px;left:45px;top:70px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;height:165px;display:none;-webkit-box-shadow:1px 1px 8px 1px rgba(0,0,0,.7);-moz-box-shadow:1px 1px 8px 1px rgba(0,0,0,.7);box-shadow:1px 1px 8px 1px rgba(0,0,0,.7)}.current_category_click,.current_location_click{top:40px;width:230px}#cityAuto .ui-autocomplete,#searchAuto .ui-autocomplete,.by_location .ui-autocomplete{font-size:14px;padding:10px;line-height:14px}#app_download_box{width:275px;margin-top:30px}#login_popup .modal-sm{width:94%!important}.detail_desc,.detail_down,.detail_top{width:405px;margin:0 auto}.featured_category .featured_category_poi,.list-view .featured_category .featured_category_poi{width:390px;padding:0}.saved_collection,.top_mycollection_data .header_title,.top_saved_data .header_title{width:250px}.top_my_recently_viewed_location .recomended_category .recomended_category_poi{width:350px}#search_similar_location_carousel{width:375px}.recomended_category .recomended_category_poi .col-lg-4 .img_box,.related_collection .collection_result .col-lg-4 .four_by_three,.saved_collection .search_result .col-lg-4 .four_by_three{width:230px;height:172px}.more_poi .more_poi_content .four_by_three,.more_poi .more_tour_content .four_by_three,.row.more_poi_content .col-lg-4 .img_box{width:230px;height:172px}.featured_category .featured_category_poi .desc_box .img_box,.featured_category .featured_category_poi .desc_box .img_box .four_by_three{width:370px;height:277px}.top_my_collections .col-lg-4 .create_collection_icon{background-size:125px auto;height:125px;left:23%;top:13%;width:125px}.collection.page-collection .recomended_category .recomended_category_poi .col-lg-4,.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.search_similar_location_carousel .col-xs-3{height:auto;padding:10px;width:350px;vertical-align:top;margin:5px auto}.collection.page-collection .recomended_category .recomended_category_poi .col-lg-4{height:auto;padding:10px;width:322px;vertical-align:top;margin:5px auto}.recomended_category .recomended_category_poi .col-lg-4,.related_collection .collection_result .col-lg-4,.saved_collection .search_result .col-lg-4{width:250px}#City_Guide .city_guide_data .city_guide_details{height:400px;font-size:12px}#share_invite_box .modal-dialog{width:390px}#Collection_link,#uname,#user_email_id,.collection_name{width:350px}#booking_data .select_sesssion{background:#f2f2f2 url(https://cityseeker.com/assets/images/grey_dropdown.png) no-repeat scroll 97% center/10px auto}#cityAuto_header .ui-autocomplete,#searchAuto_header .ui-autocomplete{font-size:14px}.nearby_txt{left:16%}.detail_content .detail_top .detail_title .title{width:100%}.title_footer.social_share{width:100%;text-align:left;margin-top:15px}.detail_content .all_tab{width:83%}#main_content_area .category_tag_filter .category_option,#main_content_area .tag_filter .tag_option{width:55%;margin:10px}.detail_middle_image .middle_content .map_area .detail_movable_map{width:400px}.detail_middle_image .middle_content .map_title{padding:20px 0 10px 30px}.detail_middle_image .middle_content .map_title .other_title{font-size:20px}.detail_middle_image .middle_content .map_title .main_title{font-size:22px}.detail_middle_image .middle_content .map_title .middle_poi_name{height:180px}.loader_absolute span{margin:-20px -30px}.detail_middle_image{padding:0;height:730px}.more_poi{padding-top:30px}.detail_content .detail_down .detail_desc .d_address,.detail_content .detail_down .detail_desc .d_email,.detail_content .detail_down .detail_desc .d_phone,.detail_content .detail_down .detail_desc .d_socialurl,.detail_content .detail_down .detail_desc .d_weburl,.detail_content .detail_down .detail_time{width:365px}.collectionListData .top_rated_content .col-lg-4.collectlist,.collectionListData .top_rated_content .col-lg-4.create_collection{width:325px;height:auto}.collectionListData .top_rated_content .collectlist .img_box,.collectionListData .top_rated_content .create_collection .img_box,.collectionListData .top_rated_content .four_by_three{width:303px;height:227px}.modal-title{font-size:16px}.modal-footer,.modal-header{padding:10px 25px 5px}.modal-body{margin:0 20px;padding:5px 0}.collectionListData .col-sm-9{font-size:16px;padding:5px;float:left;width:64%}.collectionListData .col-sm-3{float:left;width:36%;font-size:16px}#CollectionList{height:265px;width:330px}#add_to_collection_poi .modal-dialog{width:390px}.collectionListData .col-lg-4 .create_collection_icon{background-position:-86px -54px;background-size:300px auto;height:126px;margin:50px 89px;width:126px}.onlyfree,.onlyfree.recommended{font-size:16px;line-height:35px}.top_my_collection_detail_page .onlyfree{font-size:23px;line-height:55px}#main-profile .img-div img{min-width:85px;min-height:85px}#add_to_collection_poi .active_collection_icon{background-size:75px auto;height:75px;left:113px;top:77px;width:75px}.recomended_category .recomended_category_poi .header_desc,.row.more_poi_content .header_desc,.row.more_tour_content .header_desc,.search_similar_location_carousel .header_desc{font-size:16px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection{top:14px;font-size:14px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection::before{background-size:16px auto;height:16px;margin-left:-21px;margin-top:3px;width:16px}.collection.page-collection .Similar_collections_section .top_my_collections .top_mycollection_data{width:296px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4{height:369px;width:339px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi{width:600px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4{width:298px;height:368px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .img_box,.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:274px;height:206px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .save_unsave .save,.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .save_unsave .unsave{margin:5px 8px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi{width:296px}.detail.page-detail .more_poi .more_poi_data .col-lg-4{width:250px}.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4{width:49%}.row.recomended_category_poi.besttag_cat_poi.best_more_recomme .col-lg-4{width:49%!important}.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box,.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box .four_by_three{width:169px;height:127px}.row.recomended_category_poi.besttag_cat_poi.best_more_recomme .col-lg-4 .img_box,.row.recomended_category_poi.besttag_cat_poi.best_more_recomme .col-lg-4 .img_box .four_by_three{width:169px;height:127px}.category.page-category .radiusOption_box{position:relative;width:100%;right:0}.category.page-category .radiusOption_box .rangeslide{margin:0 auto;width:300px}.best.page-best .search_results .row.recomended_category_poi,.search.page-search .search_results .row.recomended_category_poi{width:350px}.best.page-best .search_results .row.recomended_category_poi .col-lg-4,.search.page-search .search_results .row.recomended_category_poi .col-lg-4{width:350px}.best.page-best .search_results .row.recomended_category_poi .col-lg-4 .img_box,.best.page-best .search_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three,.search.page-search .search_results .row.recomended_category_poi .col-lg-4 .img_box,.search.page-search .search_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:329px;height:247px}.best.page-best .row.recomended_category_poi .content_left{height:20px}#img_Titles{bottom:39px;height:39px}#img_Titles .c_title{font-size:16px;padding:12px 0 0 15px;line-height:7px}#img_Titles .c_subtitle{font-size:20px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search{width:94%}.browse_collection .browse_collection_data .browse_collection_result .search_option{padding:15px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_text,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_txt{width:70%;font-size:20px}.browse_collection .browse_collection_data .keyword_search .keyword_txt{width:95%}.browse_collection .browse_collection_data .keyword_search .keyword_txt input{width:87%}.browse_collection .browse_collection_data .browse_collection_result,.browse_collection .browse_collection_data .browse_other_collection{width:415px;min-height:200px}.browse_collection_result .search_result,.browse_other_collection .other_collection_list{width:385px}.browse_collection_result .search_result .col-lg-4,.browse_other_collection .other_collection_list .col-lg-4{margin:5px 6px;padding:12px;width:372px;height:420px}.browse_collection_result .search_result .col-lg-4 .four_by_three,.browse_other_collection .other_collection_list .col-lg-4 .four_by_three{height:260px;width:347px}.browse_collection_result .search_result .browse_col_desc .header_txt{font-size:28px;padding:5px 0}.browse_other_collection .other_collection_list .browse_col_desc .header_txt{font-size:28px;padding:5px 0}.browse_collection_result .search_result .browse_col_desc .created_by,.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:20px}.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:20px}.browse_collection_result .search_result .keyword_txt_save_unsave{margin:0 -12px}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords{font-size:20px;height:62px;line-height:62px;width:80%}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{height:62px;margin-left:-3px}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-176px -20px;margin:4px 20px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave_name,.related_collection .collection_result .save_unsave .unsave_name,.saved_collection .search_result .save_unsave .unsave_name{font-size:14px;margin:-6px auto 0}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .save,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-227px -20px;margin:4px 20px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave{margin:0 -12px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection .browse_collection_data .browse_other_collection .other_collection_title .title_other_like{font-size:21px;margin:15px auto;width:100%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_text{font-size:17px;padding:9px 10px;width:65%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon{min-width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide{height:50px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state{height:60px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{font-size:20px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{width:72%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.accommodations{background-position:0 -48px;background-size:40px auto;height:23px;margin:8px 0;width:40px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.restAndCafe{background-position:-2px -82px;background-size:40px auto;height:36px;width:36px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.attractions{background-position:-2px -124px;background-size:40px auto;height:31px;width:35px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.nightlife{background-position:-7px -166px;background-size:40px auto;height:29px;width:21px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.shopping{background-position:-3px -205px;background-size:40px auto;height:29px;margin:5px 0;width:34px}.recomended_category .recomended_category_poi,.top_my_collections .recomended_category{padding:0}.Similar_collections_section .top_my_collections{padding:1% 2%}.related_collection .category_collection_data .slick-prev,.related_collection .category_collection_data .slick-prev::before,.saved_collection .saved_collection_data .slick-prev,.saved_collection .saved_collection_data .slick-prev::before,.top_my_collections .row.recomended_category_poi .slick-prev,.top_my_collections .row.recomended_category_poi .slick-prev::before{background-size:45px;height:66px;width:21px}.related_collection .category_collection_data .slick-next,.related_collection .category_collection_data .slick-next::before,.saved_collection .saved_collection_data .slick-next,.saved_collection .saved_collection_data .slick-next::before,.top_my_collection_viewed_location .my_profile_recent_view_result .row.recomended_category_poi .slick-next,.top_my_collection_viewed_location .my_profile_recent_view_result .row.recomended_category_poi .slick-next::before,.top_my_collections .row.recomended_category_poi .slick-next,.top_my_collections .row.recomended_category_poi .slick-next::before{background-size:45px;height:66px;width:21px;background-position:-24px -69px}.related_collection .category_collection_data .slick-prev,.saved_collection .saved_collection_data .slick-prev,.top_my_collection_viewed_location .row.recomended_category_poi .slick-prev,.top_my_collections .row.recomended_category_poi .slick-prev{margin-left:-20px;margin-top:0}.related_collection .category_collection_data .slick-next,.saved_collection .saved_collection_data .slick-next,.top_my_collection_viewed_location .my_profile_recent_view_result .row.recomended_category_poi .slick-next,.top_my_collections .row.recomended_category_poi .slick-next{margin-right:-20px;margin-top:0}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi,.saved_collection .search_result{width:100%}.Similar_collections_section .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{margin:5px auto;padding:12px;width:415px;height:459px}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:26px;line-height:35px;padding:10px 0}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .browse_col_desc .created_by{color:#fff;font-size:20px}.saved_collection .search_result .keyword_txt_save_unsave{margin:0 -12px}.saved_collection .search_result .header_title .hr_line{width:64%}.saved_collection .search_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords,.related_collection .collection_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .keywords{border-right:1px solid #ccc;color:#fff;font-size:20px;height:56px;line-height:56px;padding:0 15px;width:84%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.saved_collection .search_result .keyword_txt_save_unsave .keywords{width:78%}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{vertical-align:top;height:56px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-154px -17px;background-size:350px auto;cursor:pointer;height:24px;margin:6px 19px;width:28px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .save,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-199px -17px;background-size:350px auto;cursor:pointer;height:24px;margin:6px 19px;width:28px}.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .save,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{margin:6px 15px}.detail_content .hurricane_msg{font-size:13px}.detail_content .hurricane_msg::before{background-size:35px auto;height:35px;margin-left:-45px;margin-top:0;width:35px}.popover349843{left:-18.5px}.popover{max-width:300px}.popover-content{padding-bottom:15px;padding-left:15px;padding-right:15px;padding-top:20px}#land_image.about_us{padding:0 0 165%}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{display:block}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{height:auto}#land_image.about_us .middle-text .left_side_content{width:100%;margin:0 auto}#land_image.about_us .middle-text .left_side_content .abt_city{font-size:5vw;width:60%}#land_image.about_us .middle-text .right_side_content{width:100%;margin:0 auto}#land_image.about_us .middle-text{padding:10px}#land_image.about_us .middle-text .left_side_content{padding-left:0;padding-top:0}#land_image.about_us .middle-text .left_side_content .cityProd{font-size:3vw;padding-top:5px;width:65%}#land_image.about_us .middle-text .right_side_content{padding:15px 10px 0}#land_image.about_us .middle-text .left_side_content .wcities_logo{background-size:390px auto;height:85px;width:137px;background-position:-3px -7px;margin-top:15px}#land_image.about_us .middle-text .right_side_content .city_desc,#land_image.about_us .middle-text .right_side_content .contact_info{padding:15px 30px;margin-bottom:5px;font-size:2.8vw;width:100%}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address{margin-bottom:10px}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{height:45px;line-height:28px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call{margin-top:0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{margin-left:-35px;background-size:80px;width:26px;height:27px}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{background-position:-54px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before{background-position:-27px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{padding-left:35px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail{display:block;width:100%;padding:15px 0;border:none}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail{border-right:medium none;border-top:1px solid #192f66}#send_us_message .map_feedback .feedback_form .submit_btn{float:none;display:inline-block}#send_us_message .map_feedback .feedback_form,#send_us_message .map_feedback .map{height:630px}.bottom_button{text-align:center}#send_us_message .map_feedback .feedback_form{width:100%}#send_us_message .map_feedback .map{width:100%;height:400px}.map>iframe{height:90%}#send_us_message .map_feedback{width:100%}#send_us_message .header_title,#send_us_message .map_feedback .feedback_form #email,#send_us_message .map_feedback .feedback_form #message,#send_us_message .map_feedback .feedback_form #name,#send_us_message .map_feedback .feedback_form .submit_btn,#send_us_message .map_feedback .feedback_form .user_message #character_counting{font-size:3vw}.row.top_rated_content .col-lg-4{width:90%;display:block}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_head{font-size:25px;width:70%}#recomended_category_poi .slick-list{padding:0 15% 0 0}.related_collection .category_collection_data .slick-prev,.related_collection .category_collection_data .slick-prev::before,.saved_collection .saved_collection_data .slick-prev,.saved_collection .saved_collection_data .slick-prev::before,.top_my_collection_viewed_location .row.recomended_category_poi .slick-prev,.top_my_collection_viewed_location .row.recomended_category_poi .slick-prev::before,.top_my_collections .row.recomended_category_poi .slick-prev,.top_my_collections .row.recomended_category_poi .slick-prev::before{background-position:-23px 0}.collection.page-collection .recomended_category .recomended_category_poi{width:322px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .book_btn_cover{width:389px}}@media only screen and (min-width:414px) and (max-width:434px){.camera_img img{width:32px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-27px 0 0 58px;text-align:left;width:225px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-21px 0 0 58px;text-align:left;width:195px}#main-header .middle-div{position:absolute;background-color:#fff;width:292px;left:45px;top:70px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;height:165px;display:none;-webkit-box-shadow:1px 1px 8px 1px rgba(0,0,0,.7);-moz-box-shadow:1px 1px 8px 1px rgba(0,0,0,.7);box-shadow:1px 1px 8px 1px rgba(0,0,0,.7)}.current_category_click,.current_location_click{top:40px;width:230px}#cityAuto .ui-autocomplete,#searchAuto .ui-autocomplete,.by_location .ui-autocomplete{font-size:14px;padding:10px;line-height:14px}#app_download_box{width:275px;margin-top:30px}#login_popup .modal-sm{width:94%!important}.detail_desc,.detail_down,.detail_top{width:380px;margin:0 auto}.recomended_category .recomended_category_poi .col-lg-4 .img_box{width:370px;height:277px}.more_poi .more_poi_content .four_by_three,.more_poi .more_tour_content .four_by_three,.row.more_poi_content .col-lg-4 .img_box{height:277px;width:370px}.featured_category .featured_category_poi .desc_box .img_box,.featured_category .featured_category_poi .desc_box .img_box .four_by_three{height:260px;width:348px}.top_my_collections .col-lg-4 .create_collection_icon{background-size:125px auto;height:125px;left:23%;top:14%;width:125px}.related_collection .collection_result .col-lg-4,.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.saved_collection .search_result .col-lg-4,.search_similar_location_carousel .col-xs-3{height:auto;padding:10px;width:250px;vertical-align:top;margin:5px auto}.collection.page-collection .recomended_category .recomended_category_poi .col-lg-4,.collection.page-collection .top_collection_results .col-lg-4{height:auto;padding:10px;width:320px;vertical-align:top;margin:5px auto}#City_Guide .city_guide_data .city_guide_details{height:400px;font-size:12px}#share_invite_box .modal-dialog{width:390px}#Collection_link,#uname,#user_email_id,.collection_name{width:330px}#booking_data .select_sesssion{background:#f2f2f2 url(https://cityseeker.com/assets/images/grey_dropdown.png) no-repeat scroll 97% center/10px auto}#cityAuto_header .ui-autocomplete,#searchAuto_header .ui-autocomplete{font-size:14px}.nearby_txt{left:14%}.featured_category .featured_category_poi,.list-view .featured_category .featured_category_poi{width:390px}.top_collection_results .recomended_category .recomended_category_poi,.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi{width:390px;padding:0}#search_similar_location_carousel{width:350px}.detail_content .all_tab{width:82%}#main_content_area .category_tag_filter .category_option,#main_content_area .tag_filter .tag_option{width:53%;margin:10px}.detail_middle_image .middle_content .map_area .detail_movable_map{width:400px}.detail_middle_image .middle_content .map_title{padding:20px 0 10px 30px}.detail_middle_image .middle_content .map_title .other_title{font-size:20px}.detail_middle_image .middle_content .map_title .main_title{font-size:22px}.detail_middle_image .middle_content .map_title .middle_poi_name{height:180px}.loader_absolute span{margin:-20px -30px}.detail_middle_image{padding:0;height:730px}.more_poi{padding-top:30px}.collectionListData .top_rated_content .col-lg-4.collectlist,.collectionListData .top_rated_content .col-lg-4.create_collection{width:325px;height:auto}.collectionListData .top_rated_content .collectlist .img_box,.collectionListData .top_rated_content .create_collection .img_box,.collectionListData .top_rated_content .four_by_three{width:303px;height:227px}.modal-title{font-size:16px}.modal-footer,.modal-header{padding:10px 25px 5px}.modal-body{margin:0 20px;padding:5px 0}.collectionListData .col-sm-9{font-size:16px;padding:5px;float:left;width:64%}.collectionListData .col-sm-3{float:left;width:36%;font-size:16px}#CollectionList{height:225px;width:330px}#add_to_collection_poi .modal-dialog{width:390px}.collectionListData .col-lg-4 .create_collection_icon{background-position:-86px -54px;background-size:300px auto;height:126px;margin:50px 89px;width:126px}.onlyfree,.onlyfree.recommended{font-size:16px;line-height:35px}.top_my_collection_detail_page .onlyfree{font-size:23px;line-height:55px}#main-profile .img-div img{min-width:80px;min-height:80px}#add_to_collection_poi .active_collection_icon{background-size:75px auto;height:75px;left:113px;top:77px;width:75px}.recomended_category .recomended_category_poi .header_desc,.row.more_poi_content .header_desc,.row.more_tour_content .header_desc,.search_similar_location_carousel .header_desc{font-size:16px}.collection.page-collection .Similar_collections_section .top_my_collections .top_mycollection_data{width:296px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4{height:369px;width:339px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi{width:600px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4{width:298px;height:368px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .img_box,.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:274px;height:206px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .save_unsave .save,.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .save_unsave .unsave{margin:5px 8px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi{width:296px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection{top:14px;font-size:14px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection::before{background-size:16px auto;height:16px;margin-left:-21px;margin-top:3px;width:16px}.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box,.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box .four_by_three{width:350px;height:262px}.row.recomended_category_poi.besttag_cat_poi.best_more_recomme .col-lg-4 .img_box,.row.recomended_category_poi.besttag_cat_poi.best_more_recomme .col-lg-4 .img_box .four_by_three{width:350px;height:262px}.category.page-category .radiusOption_box{position:relative;width:100%;right:0}.category.page-category .radiusOption_box .rangeslide{margin:0 auto;width:300px}.best.page-best .search_results .row.recomended_category_poi,.search.page-search .search_results .row.recomended_category_poi{width:350px}.best.page-best .search_results .row.recomended_category_poi .col-lg-4,.search.page-search .search_results .row.recomended_category_poi .col-lg-4{width:350px}.best.page-best .search_results .row.recomended_category_poi .col-lg-4 .img_box,.best.page-best .search_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three,.search.page-search .search_results .row.recomended_category_poi .col-lg-4 .img_box,.search.page-search .search_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:329px;height:247px}.best.page-best .row.recomended_category_poi .content_left{height:20px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search{width:94%}.browse_collection .browse_collection_data .browse_collection_result .search_option{padding:15px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_text,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_txt{width:70%;font-size:20px}.browse_collection .browse_collection_data .keyword_search .keyword_txt{width:95%}.browse_collection .browse_collection_data .keyword_search .keyword_txt input{width:87%}.browse_collection .browse_collection_data .browse_collection_result,.browse_collection .browse_collection_data .browse_other_collection{width:395px;min-height:200px}.browse_collection_result .search_result,.browse_other_collection .other_collection_list{width:385px}.browse_collection_result .search_result .col-lg-4,.browse_other_collection .other_collection_list .col-lg-4{margin:5px 6px;padding:12px;width:372px;height:406px}.browse_collection_result .search_result .col-lg-4 .four_by_three,.browse_other_collection .other_collection_list .col-lg-4 .four_by_three{height:260px;width:347px}.browse_collection_result .search_result .browse_col_desc .header_txt{font-size:22px;padding:5px 0}.browse_other_collection .other_collection_list .browse_col_desc .header_txt{font-size:24px;padding:5px 0}.browse_collection_result .search_result .browse_col_desc .created_by,.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:18px}.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:18px}.browse_collection_result .search_result .keyword_txt_save_unsave{margin:0 -12px}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords{font-size:16px;height:50px;line-height:50px;width:80%}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{height:47px;margin-left:-3px}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-176px -20px;margin:4px 20px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave_name,.related_collection .collection_result .save_unsave .unsave_name,.saved_collection .search_result .save_unsave .unsave_name{font-size:12px;margin:-10px auto 0}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .save,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-227px -20px;margin:4px 20px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave{margin:0 -12px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection .browse_collection_data .browse_other_collection .other_collection_title .title_other_like{font-size:21px;margin:15px auto;width:100%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_text{font-size:16px;padding:9px 10px;width:65%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon{min-width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide{height:50px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state{height:60px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{font-size:20px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{width:72%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.accommodations{background-position:0 -48px;background-size:40px auto;height:23px;margin:8px 0;width:40px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.restAndCafe{background-position:-2px -82px;background-size:40px auto;height:36px;width:36px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.attractions{background-position:-2px -124px;background-size:40px auto;height:31px;width:35px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.nightlife{background-position:-7px -166px;background-size:40px auto;height:29px;width:21px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.shopping{background-position:-3px -205px;background-size:40px auto;height:29px;margin:5px 0;width:34px}.recomended_category .recomended_category_poi,.top_my_collections .recomended_category{padding:0}.Similar_collections_section .top_my_collections{padding:1% 2%}.detail.page-detail .more_poi .more_poi_data .col-lg-4{width:400px}.saved_collection .search_result .keyword_txt_save_unsave .keywords{height:50px;line-height:50px}.related_collection,.saved_collection{width:395px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi,.saved_collection .search_result{width:100%}.Similar_collections_section .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{margin:5px auto;padding:12px;width:392px;height:439px}.related_collection .collection_result .col-lg-4 .four_by_three,.saved_collection .search_result .col-lg-4 .four_by_three{width:368px;height:276px}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:26px;line-height:35px;padding:10px 0}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .browse_col_desc .created_by{color:#fff;font-size:20px}.saved_collection .search_result .keyword_txt_save_unsave{margin:0 -12px}.saved_collection .search_result .header_title .hr_line{width:64%}.related_collection .collection_result .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords,.related_collection .collection_result .keyword_txt_save_unsave .keywords{font-size:20px;height:56px;line-height:56px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{vertical-align:top;height:56px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-154px -17px;background-size:350px auto;cursor:pointer;height:24px;margin:4px 16px;width:28px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .save,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-199px -17px;background-size:350px auto;cursor:pointer;height:24px;margin:4px 16px;width:28px}.detail_content .hurricane_msg{font-size:13px}.detail_content .hurricane_msg::before{background-size:35px auto;height:35px;margin-left:-45px;margin-top:0;width:35px}.popover349843{left:0!important}.popover{max-width:300px}.popover-content{padding-bottom:15px;padding-left:15px;padding-right:15px;padding-top:20px}#land_image.about_us{padding:0 0 165%}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{display:block}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{height:auto}#land_image.about_us .middle-text .left_side_content{width:100%;margin:0 auto}#land_image.about_us .middle-text .left_side_content .abt_city{font-size:5vw;width:60%}#land_image.about_us .middle-text .right_side_content{width:100%;margin:0 auto}#land_image.about_us .middle-text{padding:10px}#land_image.about_us .middle-text .left_side_content{padding-left:0;padding-top:0}#land_image.about_us .middle-text .left_side_content .cityProd{font-size:3vw;padding-top:5px;width:65%}#land_image.about_us .middle-text .right_side_content{padding:15px 10px 0}#land_image.about_us .middle-text .left_side_content .wcities_logo{background-size:390px auto;height:85px;width:137px;background-position:-3px -7px;margin-top:15px}#land_image.about_us .middle-text .right_side_content .city_desc,#land_image.about_us .middle-text .right_side_content .contact_info{padding:15px 30px;margin-bottom:5px;font-size:2.8vw;width:100%}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{height:35px;line-height:28px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call{margin-top:0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address{margin-bottom:10px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{margin-left:-35px;background-size:80px;width:26px;height:27px}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{background-position:-54px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before{background-position:-27px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{padding-left:35px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail{display:block;width:100%;padding:15px 0;border:none}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail{border-right:medium none;border-top:1px solid #192f66}.detail_content .detail_top .detail_title .title{width:100%}.title_footer.social_share{width:100%;text-align:left;margin-top:10px}#send_us_message .map_feedback .feedback_form .submit_btn{float:none;display:inline-block}#send_us_message .map_feedback .feedback_form,#send_us_message .map_feedback .map{height:630px}.bottom_button{text-align:center}#send_us_message .map_feedback .feedback_form{width:100%}#send_us_message .map_feedback .map{width:100%;height:400px}.map>iframe{height:90%}#send_us_message .map_feedback{width:100%}#send_us_message .header_title,#send_us_message .map_feedback .feedback_form #email,#send_us_message .map_feedback .feedback_form #message,#send_us_message .map_feedback .feedback_form #name,#send_us_message .map_feedback .feedback_form .submit_btn,#send_us_message .map_feedback .feedback_form .user_message #character_counting{font-size:3vw}.row.top_rated_content .col-lg-4{width:90%;display:block}#recomended_category_poi .slick-list{padding:0 15% 0 0}.collection.page-collection .recomended_category .recomended_category_poi{width:320px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .book_btn_cover{width:369px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon{margin-top:-3px}}@media only screen and (min-width:408px) and (max-width:413px){.camera_img img{width:32px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-30px 0 0 59px;text-align:left;width:190px;font-size:13px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-30px 0 0 59px;text-align:left;width:190px;font-size:13px}#main-header .middle-div{position:absolute;background-color:#fff;width:292px;left:45px;top:70px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;height:165px;display:none;-webkit-box-shadow:1px 1px 8px 1px rgba(0,0,0,.7);-moz-box-shadow:1px 1px 8px 1px rgba(0,0,0,.7);box-shadow:1px 1px 8px 1px rgba(0,0,0,.7)}.current_category_click,.current_location_click{top:40px;width:230px}#cityAuto .ui-autocomplete,#searchAuto .ui-autocomplete,.by_location .ui-autocomplete{font-size:14px;padding:10px;line-height:14px}#app_download_box{width:275px;margin-top:30px}#login_popup .modal-sm{width:94%!important}.detail_down,.detail_top{width:380px}.recomended_category .recomended_category_poi .col-lg-4 .img_box{width:366px;height:274px}.more_poi .more_poi_content .four_by_three,.more_poi .more_tour_content .four_by_three,.row.more_poi_content .col-lg-4 .img_box{height:277px;width:370px}.featured_category .featured_category_poi .desc_box .img_box,.featured_category .featured_category_poi .desc_box .img_box .four_by_three{height:259px;width:345px}.top_my_collections .col-lg-4 .create_collection_icon{background-size:100px auto;height:100px;left:28%;top:20%;width:100px}#main_content_area .category_tag_filter .category_option,#main_content_area .tag_filter .tag_option{width:50%;margin:10px 0}.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.search_similar_location_carousel .col-xs-3{height:auto;padding:10px;width:250px;vertical-align:top;margin:5px auto}.collection.page-collection .recomended_category .recomended_category_poi .col-lg-4,.collection.page-collection .top_collection_results .col-lg-4{height:auto;padding:10px;width:320px;vertical-align:top;margin:5px auto}.collection.page-collection .recomended_category .recomended_category_poi{width:320px}#City_Guide .city_guide_data .city_guide_details{height:350px;font-size:12px}#share_invite_box .modal-dialog{width:390px}#Collection_link,#uname,#user_email_id,.collection_name{width:330px}#booking_data .select_sesssion{background:#f2f2f2 url(https://cityseeker.com/assets/images/grey_dropdown.png) no-repeat scroll 97% center/10px auto}#cityAuto_header .ui-autocomplete,#searchAuto_header .ui-autocomplete{font-size:14px}.nearby_txt{left:13%}.featured_category .featured_category_poi,.list-view .featured_category .featured_category_poi{width:385px}.top_collection_results .recomended_category .recomended_category_poi,.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi{width:385px;padding:0}#search_similar_location_carousel{width:335px}.detail.page-detail .more_poi .more_poi_data .col-lg-4{width:395px}.detail_content .all_tab{width:80%}.detail_middle_image .middle_content .map_area .detail_movable_map{width:375px}.detail_middle_image .middle_content .map_title{padding:20px 0 10px 30px;height:300px}.detail_middle_image .middle_content .map_title .other_title{font-size:20px}.detail_middle_image .middle_content .map_title .main_title{font-size:22px}.detail_middle_image .middle_content .map_title .middle_poi_name{height:180px}.loader_absolute span{margin:-20px -30px}.detail_middle_image{padding:0;height:730px}.more_poi{padding-top:30px}.collectionListData .top_rated_content .col-lg-4.collectlist,.collectionListData .top_rated_content .col-lg-4.create_collection{width:325px;height:auto}.collectionListData .top_rated_content .collectlist .img_box,.collectionListData .top_rated_content .create_collection .img_box,.collectionListData .top_rated_content .four_by_three{width:303px;height:227px}.modal-title{font-size:14px}.modal-footer,.modal-header{padding:10px 25px 5px}.modal-body{margin:0 20px;padding:5px 0}.collectionListData .col-sm-9{font-size:14px;padding:5px;float:left;width:64%}.collectionListData .col-sm-3{float:left;width:36%;font-size:14px}#CollectionList{height:205px;width:330px}#add_to_collection_poi .modal-dialog{width:390px}.collectionListData .col-lg-4 .create_collection_icon{background-position:-86px -54px;background-size:300px auto;height:126px;margin:50px 89px;width:126px}#main-profile .img-div img{min-width:80px;min-height:80px}#add_to_collection_poi .active_collection_icon{background-size:75px auto;height:75px;left:113px;top:77px;width:75px}.onlyfree,.recomended_category .recomended_category_poi .header_desc,.row.more_poi_content .header_desc,.row.more_tour_content .header_desc,.search_similar_location_carousel .header_desc{font-size:16px}.collection.page-collection .Similar_collections_section .top_my_collections .top_mycollection_data{width:296px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4{height:369px;width:339px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi{width:600px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4{width:298px;height:368px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .img_box,.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:274px;height:206px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .save_unsave .save,.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .save_unsave .unsave{margin:5px 8px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi{width:296px}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt,.related_collection .collection_result .browse_col_desc .header_txt{font-size:26px}.related_collection .collection_result .browse_col_desc .header_txt,.saved_collection .search_result .browse_col_desc .header_txt{font-size:17px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection{top:14px;font-size:13px;right:5px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection::before{background-size:20px auto;height:20px;margin-left:-28px;margin-top:-2px;width:20px}.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box,.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box .four_by_three{width:346px;height:259px}.category.page-category .radiusOption_box{position:relative;width:100%;right:0}.category.page-category .radiusOption_box .rangeslide{margin:0 auto;width:300px}.best.page-best .search_results .row.recomended_category_poi,.search.page-search .search_results .row.recomended_category_poi{width:350px}.best.page-best .search_results .row.recomended_category_poi .col-lg-4,.search.page-search .search_results .row.recomended_category_poi .col-lg-4{width:350px}.best.page-best .search_results .row.recomended_category_poi .col-lg-4 .img_box,.best.page-best .search_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three,.search.page-search .search_results .row.recomended_category_poi .col-lg-4 .img_box,.search.page-search .search_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:329px;height:247px}.best.page-best .row.recomended_category_poi .content_left{height:20px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search{width:94%}.browse_collection .browse_collection_data .browse_collection_result .search_option{padding:15px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_text,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_txt{width:70%;font-size:20px}.browse_collection .browse_collection_data .keyword_search .keyword_txt{width:95%}.browse_collection .browse_collection_data .keyword_search .keyword_txt input{width:87%}.browse_collection .browse_collection_data .browse_collection_result,.browse_collection .browse_collection_data .browse_other_collection{width:395px;min-height:200px}.browse_collection_result .search_result,.browse_other_collection .other_collection_list{width:385px}.browse_collection_result .search_result .col-lg-4,.browse_other_collection .other_collection_list .col-lg-4{margin:5px 6px;padding:12px;width:372px;height:426px}.browse_collection_result .search_result .col-lg-4 .four_by_three,.browse_other_collection .other_collection_list .col-lg-4 .four_by_three{height:260px;width:347px}.browse_collection_result .search_result .browse_col_desc .header_txt{font-size:28px;padding:5px 0}.browse_other_collection .other_collection_list .browse_col_desc .header_txt{font-size:28px;padding:5px 0}.browse_collection_result .search_result .browse_col_desc .created_by,.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:20px}.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:20px}.browse_collection_result .search_result .keyword_txt_save_unsave{margin:0 -12px}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords{font-size:20px;height:62px;line-height:62px;width:80%}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{height:47px;margin-left:-3px}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-176px -20px;margin:4px 20px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave_name,.related_collection .collection_result .save_unsave .unsave_name,.saved_collection .search_result .save_unsave .unsave_name{font-size:14px;margin:-6px auto 0}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .save,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-227px -20px;margin:4px 20px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave{margin:0 -12px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection .browse_collection_data .browse_other_collection .other_collection_title .title_other_like{font-size:21px;margin:15px auto;width:100%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_text{font-size:16px;padding:9px 10px;width:65%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon{min-width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide{height:50px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state{height:60px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{font-size:20px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{width:72%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.accommodations{background-position:0 -48px;background-size:40px auto;height:23px;margin:8px 0;width:40px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.restAndCafe{background-position:-2px -82px;background-size:40px auto;height:36px;width:36px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.attractions{background-position:-2px -124px;background-size:40px auto;height:31px;width:35px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.nightlife{background-position:-7px -166px;background-size:40px auto;height:29px;width:21px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.shopping{background-position:-3px -205px;background-size:40px auto;height:29px;margin:5px 0;width:34px}.recomended_category .recomended_category_poi,.top_my_collections .recomended_category{padding:0}.Similar_collections_section .top_my_collections{padding:1% 2%}.related_collection,.saved_collection{width:395px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi,.saved_collection .search_result{width:100%}.related_collection .collection_result .col-lg-4,.saved_collection .search_result .col-lg-4{margin:5px auto;padding:12px;width:250px;height:439px}.Similar_collections_section .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{margin:5px auto;padding:12px;width:392px;height:436px}.related_collection .collection_result .col-lg-4 .four_by_three,.saved_collection .search_result .col-lg-4 .four_by_three{width:368px;height:276px}.saved_collection .search_result .browse_col_desc .header_txt.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:26px;line-height:35px;padding:10px 0}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .browse_col_desc .created_by,.related_collection .collection_result .browse_col_desc .created_by{color:#fff;font-size:20px}.related_collection .collection_result .browse_col_desc .created_by,.saved_collection .search_result .browse_col_desc .created_by{font-size:13px}.saved_collection .search_result .keyword_txt_save_unsave{margin:0 -12px}.saved_collection .search_result .header_title .hr_line{width:64%}.saved_collection .search_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords,.related_collection .collection_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .keywords{font-size:20px;height:56px;line-height:56px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{vertical-align:top;height:56px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-154px -17px;background-size:350px auto;cursor:pointer;height:24px;margin:6px 19px;width:28px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .save,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-199px -17px;background-size:350px auto;cursor:pointer;height:24px;margin:6px 19px;width:28px}.detail_content .hurricane_msg{font-size:13px}.detail_content .hurricane_msg::before{background-size:35px auto;height:35px;margin-left:-45px;margin-top:0;width:35px}.popover349843{left:-18.5px}.popover{max-width:300px}.popover-content{padding-bottom:15px;padding-left:15px;padding-right:15px;padding-top:20px}#land_image.about_us{padding:0 0 165%}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{display:block}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{height:auto}#land_image.about_us .middle-text .left_side_content{width:100%;margin:0 auto}#land_image.about_us .middle-text .left_side_content .abt_city{font-size:5vw;width:60%}#land_image.about_us .middle-text .right_side_content{width:100%;margin:0 auto}#land_image.about_us .middle-text{padding:10px}#land_image.about_us .middle-text .left_side_content{padding-left:0;padding-top:0}#land_image.about_us .middle-text .left_side_content .cityProd{font-size:3vw;padding-top:5px;width:65%}#land_image.about_us .middle-text .right_side_content{padding:15px 10px 0}#land_image.about_us .middle-text .left_side_content .wcities_logo{background-size:390px auto;height:85px;width:137px;background-position:-3px -7px;margin-top:15px}#land_image.about_us .middle-text .right_side_content .city_desc,#land_image.about_us .middle-text .right_side_content .contact_info{padding:15px 30px;margin-bottom:5px;font-size:2.8vw;width:100%}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{height:35px;line-height:28px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call{margin-top:0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address{margin-bottom:10px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{margin-left:-35px;background-size:80px;width:26px;height:27px}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{background-position:-54px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before{background-position:-27px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{padding-left:35px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail{display:block;width:100%;padding:15px 0;border:none}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail{border-right:medium none;border-top:1px solid #192f66}.detail_content .detail_top .detail_title .title{width:100%}.title_footer.social_share{width:100%;text-align:left;margin-top:10px}#send_us_message .map_feedback .feedback_form .submit_btn{float:none;display:inline-block}#send_us_message .map_feedback .feedback_form,#send_us_message .map_feedback .map{height:630px}.bottom_button{text-align:center}#send_us_message .map_feedback .feedback_form{width:100%}#send_us_message .map_feedback .map{width:100%;height:400px}.map>iframe{height:90%}#send_us_message .map_feedback{width:100%}#send_us_message .header_title,#send_us_message .map_feedback .feedback_form #email,#send_us_message .map_feedback .feedback_form #message,#send_us_message .map_feedback .feedback_form #name,#send_us_message .map_feedback .feedback_form .submit_btn,#send_us_message .map_feedback .feedback_form .user_message #character_counting{font-size:3vw}.row.top_rated_content .col-lg-4{width:90%;display:block}#recomended_category_poi .slick-list{padding:0 15% 0 0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .book_btn_cover{width:364px}}@media only screen and (min-width:374px) and (max-width:407px){.camera_img img{width:32px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-26px 0 0 58px;text-align:left;width:200px;font-size:13px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-20px 0 0 58px;text-align:left;width:200px;font-size:13px}.current_category_click,.current_location_click{top:40px;width:230px}#app_download_box{width:235px;margin-top:30px}.detail_desc,.detail_down,.detail_top{width:345px;margin:0 auto}.detail_desc,.detail_down,.detail_top{width:300px}.recomended_category .recomended_category_poi .col-lg-4 .img_box{width:227px;height:170px}#land_image{padding:0 0 55%}.more_poi .more_poi_content .four_by_three,.more_poi .more_tour_content .four_by_three,.row.more_poi_content .col-lg-4 .img_box{height:251px;width:335px}.featured_category .featured_category_poi .desc_box .img_box,.featured_category .featured_category_poi .desc_box .img_box .four_by_three{height:228px;width:304px}.top_my_collections .col-lg-4 .create_collection_icon{background-size:100px auto;height:100px;left:27%;top:18%;width:100px}.detail.page-detail .more_poi .more_poi_data .col-lg-4{width:360px}.related_collection .collection_result .col-lg-4,.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.saved_collection .search_result .col-lg-4,.search_similar_location_carousel .col-xs-3{height:auto;padding:10px;width:250px;vertical-align:top;margin:5px auto}.collection.page-collection .recomended_category .recomended_category_poi .col-lg-4,.collection.page-collection .top_collection_results .col-lg-4{height:auto;padding:10px;width:320px;vertical-align:top;margin:5px auto}#City_Guide .city_guide_data .city_guide_details{height:300px;font-size:12px}#share_invite_box .modal-dialog{width:355px}#Collection_link,#uname,#user_email_id,.collection_name{width:300px}.nearby_txt{left:10%}.featured_category .featured_category_poi,.list-view .featured_category .featured_category_poi{width:344px}.top_collection_results .recomended_category .recomended_category_poi{width:352px;padding:0}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi{width:250px}#search_similar_location_carousel{width:310px}#main_content_area .category_tag_filter .category_option,#main_content_area .tag_filter .tag_option{width:50%;margin:10px 0}.detail_content .all_tab{width:79%}.detail_middle_image .middle_content .map_area .detail_movable_map{width:340px}.detail_middle_image .middle_content .map_title{padding:20px 0 10px 30px;height:300px}.detail_middle_image .middle_content .map_title .other_title{font-size:20px}.detail_middle_image .middle_content .map_title .main_title{font-size:22px}.detail_middle_image .middle_content .map_title .middle_poi_name{height:180px}.loader_absolute span{margin:-20px -30px}.detail_middle_image{padding:0;height:730px}.more_poi{padding-top:30px}.collectionListData .top_rated_content .col-lg-4.collectlist,.collectionListData .top_rated_content .col-lg-4.create_collection{width:270px;height:auto}.collectionListData .top_rated_content .collectlist .img_box,.collectionListData .top_rated_content .create_collection .img_box,.collectionListData .top_rated_content .four_by_three{width:250px;height:187px}.modal-title{font-size:16px}.modal-footer,.modal-header{padding:10px 25px 5px}.modal-body{margin:0 20px;padding:5px 0}.collectionListData .col-sm-9{font-size:14px;padding:5px;float:left;width:59%}.collectionListData .col-sm-3{float:left;width:41%;font-size:14px}#CollectionList{height:195px;width:275px}#add_to_collection_poi .modal-dialog{width:340px}.collectionListData .col-lg-4 .create_collection_icon{background-position:-72px -44px;background-size:250px auto;height:106px;margin:31px 62px;width:106px}#main-profile .img-div img{min-width:75px;min-height:75px}#add_to_collection_poi .active_collection_icon{background-size:60px auto;height:60px;left:95px;top:66px;width:60px}.detail_content .detail_down .detail_desc .d_address{height:auto;margin-bottom:15px;min-height:20px}.top_my_collection_detail_page .onlyfree{font-size:23px!important;line-height:55px}.onlyfree,.recomended_category .recomended_category_poi .header_desc,.row.more_poi_content .header_desc,.row.more_tour_content .header_desc,.search_similar_location_carousel .header_desc{font-size:16px!important}.top_my_collection_detail_page .recomended_category .recomended_category_poi .header_desc{color:#4d4d4d;font-size:16px!important}.top_my_collection_detail_page .recomended_category .recomended_category_poi .header_desc .morecontent{color:#001e62!important}.collection.page-collection .top_my_collection_detail_page .poi_address{padding:3px 0}.top_mycollection_data .recomended_category .header_title .public_col_txt,.top_saved_data .header_title .saved_col_txt{font-size:14px;width:auto}.top_mycollection_data .recomended_category .header_title .hr_line{width:18%;padding-left:10px}.saved_collection .saved_collection_data .slick-next,.saved_collection .saved_collection_data .slick-next::before,.top_my_collection_viewed_location .my_profile_recent_view_result .row.recomended_category_poi .slick-next,.top_my_collection_viewed_location .my_profile_recent_view_result .row.recomended_category_poi .slick-next::before,.top_my_collections .row.recomended_category_poi .slick-next,.top_my_collections .row.recomended_category_poi .slick-next::before{background-position:-16px -46px;background-size:30px auto}.saved_collection .saved_collection_data .slick-prev,.saved_collection .saved_collection_data .slick-rev::before,.top_my_collection_viewed_location .my_profile_recent_view_result .row.recomended_category_poi .slick-prev,.top_my_collection_viewed_location .my_profile_recent_view_result .row.recomended_category_poi .slick-prev::before,.top_my_collections .row.recomended_category_poi .slick-prev,.top_my_collections .row.recomended_category_poi .slick-prev::before{background-position:-15px 0;background-size:30px auto;height:45px;width:14px}.saved_collection .saved_collection_data .slick-next,.top_my_collection_viewed_location .my_profile_recent_view_result .row.recomended_category_poi .slick-next,.top_my_collections .row.recomended_category_poi .slick-next{margin-right:-20px;margin-top:0}.saved_collection .saved_collection_data .slick-prev,.top_my_collection_viewed_location .row.recomended_category_poi .slick-prev,.top_my_collections .row.recomended_category_poi .slick-prev{margin-left:-11px;margin-top:0}.onlyfree{font-size:16px}.collection.page-collection .Similar_collections_section .top_my_collections .top_mycollection_data{width:296px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4{height:369px;width:339px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi{width:600px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4{width:298px;height:375px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .img_box,.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:274px;height:206px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon{margin-top:-3px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .save_unsave .save,.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .save_unsave .unsave{margin:10px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi{width:296px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection{top:14px;font-size:13px;right:5px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection::before{background-size:20px auto;height:20px;margin-left:-28px;margin-top:-2px;width:20px}.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box,.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box .four_by_three{width:314px;height:235px}.row.recomended_category_poi.besttag_cat_poi.best_more_recomme .col-lg-4 .img_box,.row.recomended_category_poi.besttag_cat_poi.best_more_recomme .col-lg-4 .img_box .four_by_three{width:314px!important;height:235px!important}.category.page-category .radiusOption_box{position:relative;width:100%;right:0}.category.page-category .radiusOption_box .rangeslide{margin:0 auto;width:250px}.best.page-best .search_results .row.recomended_category_poi,.search.page-search .search_results .row.recomended_category_poi{width:350px}.best.page-best .search_results .row.recomended_category_poi .col-lg-4,.search.page-search .search_results .row.recomended_category_poi .col-lg-4{width:350px}.best.page-best .search_results .row.recomended_category_poi .col-lg-4 .img_box,.best.page-best .search_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three,.search.page-search .search_results .row.recomended_category_poi .col-lg-4 .img_box,.search.page-search .search_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:326px;height:244px}.best.page-best .row.recomended_category_poi .content_left{height:20px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search{width:94%}.browse_collection .browse_collection_data .browse_collection_result .search_option{padding:15px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_text,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_txt{width:70%;font-size:20px}.browse_collection .browse_collection_data .keyword_search .keyword_txt{width:95%}.browse_collection .browse_collection_data .browse_collection_title .browse_collection_head,.featured_category .featured_category_head,.top_my_collection_detail_page .top_my_collection_head{margin-left:65px}.browse_collection .browse_collection_data .keyword_search .keyword_txt input{width:87%}.top_rated .top_rated_map,.top_rated .top_rated_map .category_movable_map{width:100%!important}.list-view .featured_category{padding:0!important}.browse_collection .browse_collection_data .browse_collection_result,.browse_collection .browse_collection_data .browse_other_collection{width:360px;min-height:180px}.browse_collection_result .search_result,.browse_other_collection .other_collection_list{width:335px}.browse_collection_result .search_result .col-lg-4,.browse_other_collection .other_collection_list .col-lg-4{margin:5px 6px;padding:12px;width:323px;height:375px}.browse_collection_result .search_result .col-lg-4 .four_by_three,.browse_other_collection .other_collection_list .col-lg-4 .four_by_three{height:225px;width:299px}.browse_collection_result .search_result .browse_col_desc .header_txt{font-size:28px;padding:5px 0}.browse_other_collection .other_collection_list .browse_col_desc .header_txt{font-size:28px;padding:5px 0}.browse_collection_result .search_result .browse_col_desc .created_by,.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:20px}.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:20px}.browse_collection_result .search_result .keyword_txt_save_unsave{margin:0 -12px}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords{font-size:20px;height:50px;line-height:50px;width:80%}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{height:47px;margin-left:-3px}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-176px -20px;margin:4px 16px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave_name,.related_collection .collection_result .save_unsave .unsave_name,.saved_collection .search_result .save_unsave .unsave_name{font-size:12px;margin:-10px auto 0}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .save,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-227px -20px;margin:4px 16px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave{margin:0 -12px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection .browse_collection_data .browse_other_collection .other_collection_title .title_other_like{font-size:17.77px;margin:15px auto;width:100%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_text{font-size:14px;padding:9px 10px;width:65%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon{min-width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide{height:50px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state{height:60px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{font-size:20px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{width:72%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.accommodations{background-position:0 -48px;background-size:40px auto;height:23px;margin:8px -1px;width:40px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.restAndCafe{background-position:-2px -82px;background-size:40px auto;height:36px;width:36px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.attractions{background-position:-2px -124px;background-size:40px auto;height:31px;width:35px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.nightlife{background-position:-7px -166px;background-size:40px auto;height:29px;width:21px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.shopping{background-position:-3px -205px;background-size:40px auto;height:29px;margin:5px 0;width:34px}.recomended_category .recomended_category_poi,.top_my_collections .recomended_category{padding:0}.Similar_collections_section .top_my_collections{padding:1% 2%}.top_mycollection_data .recomended_category .header_title .public_col_txt,.top_saved_data .header_title .saved_col_txt{width:auto}.top_mycollection_data .recomended_category .header_title .hr_line{width:17%}.related_collection,.saved_collection{width:250px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi,.saved_collection .search_result{width:100%}.Similar_collections_section .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{margin:5px auto;padding:12px;width:360px;height:410px}.related_collection .collection_result .col-lg-4 .four_by_three,.saved_collection .search_result .col-lg-4 .four_by_three{width:227px;height:170px}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:26px;line-height:35px;padding:10px 0}.related_collection .collection_result .browse_col_desc .header_txt,.saved_collection .search_result .browse_col_desc .header_txt{font-size:18px;line-height:14px;padding:10px 0}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .browse_col_desc .created_by{color:#fff;font-size:20px}.saved_collection .search_result .browse_col_desc .created_by{color:#fff;font-size:15px}.saved_collection .search_result .keyword_txt_save_unsave{margin:0 -12px}.saved_collection .search_result .header_title .hr_line{width:60%}.saved_collection .search_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords{font-size:20px;height:56px;line-height:56px}.related_collection .collection_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .keywords{font-size:15px;height:45px;line-height:45px;width:79%}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{vertical-align:top;height:56px}.related_collection_data .header_title{font-size:30px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-154px -17px;background-size:350px auto;cursor:pointer;height:24px;margin:6px 15px;width:28px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .save,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-199px -17px;background-size:350px auto;cursor:pointer;height:24px;margin:6px 15px;width:28px}.related_collection .category_collection_data .slick-prev,.saved_collection .saved_collection_data .slick-prev,.top_my_collections .row.recomended_category_poi .slick-prev{margin-left:-15px}.related_collection .category_collection_data .slick-next,.saved_collection .saved_collection_data .slick-next,.top_my_collections .row.recomended_category_poi .slick-next{margin-right:-15px}.detail_content .hurricane_msg{font-size:13px}.detail_content .hurricane_msg::before{background-size:35px auto;height:35px;margin-left:-45px;margin-top:0;width:35px}.popover349843{left:-18.5px}.popover{max-width:300px}.popover-content{padding-bottom:15px;padding-left:15px;padding-right:15px;padding-top:20px}#land_image.about_us{padding:0 0 170%}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{display:block}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{height:auto}#land_image.about_us .middle-text .left_side_content{width:100%;margin:0 auto}#land_image.about_us .middle-text .left_side_content .abt_city{font-size:5vw;width:60%}#land_image.about_us .middle-text .right_side_content{width:100%;margin:0 auto}#land_image.about_us .middle-text{padding:10px}#land_image.about_us .middle-text .left_side_content{padding-left:0;padding-top:0}#land_image.about_us .middle-text .left_side_content .cityProd{font-size:3vw;padding-top:5px;width:65%}#land_image.about_us .middle-text .right_side_content{padding:15px 10px 0}#land_image.about_us .middle-text .left_side_content .wcities_logo{background-size:390px auto;height:85px;width:137px;background-position:-3px -7px;margin-top:15px}#land_image.about_us .middle-text .right_side_content .city_desc,#land_image.about_us .middle-text .right_side_content .contact_info{padding:15px 30px;margin-bottom:5px;font-size:2.8vw;width:100%}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{height:35px;line-height:28px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call{margin-top:0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address{margin-bottom:10px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{margin-left:-35px;background-size:80px;width:26px;height:27px}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{background-position:-54px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before{background-position:-27px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{padding-left:35px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail{display:block;width:100%;padding:15px 0;border:none}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail{border-right:medium none;border-top:1px solid #192f66}.detail_content .detail_top .detail_title .title{width:100%}.title_footer.social_share{width:100%;text-align:left;margin-top:10px}.newgetdirection{width:350px!important}#send_us_message .map_feedback .feedback_form .submit_btn{float:none;display:inline-block}#send_us_message .map_feedback .feedback_form,#send_us_message .map_feedback .map{height:630px}.bottom_button{text-align:center}#send_us_message .map_feedback .feedback_form{width:100%}#send_us_message .map_feedback .map{width:100%;height:400px}.map>iframe{height:90%}#send_us_message .map_feedback{width:100%}#send_us_message .header_title,#send_us_message .map_feedback .feedback_form #email,#send_us_message .map_feedback .feedback_form #message,#send_us_message .map_feedback .feedback_form #name,#send_us_message .map_feedback .feedback_form .submit_btn,#send_us_message .map_feedback .feedback_form .user_message #character_counting{font-size:3vw}#recomended_category_poi .slick-list{padding:0 15% 0 0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .book_btn_cover{width:323px}}@media only screen and (min-width:360px) and (max-width:373px){.camera_img img{width:32px}.bestoficon>span{bottom:9px;left:0;position:absolute;right:0;vertical-align:bottom}.classfont{font-size:10px}.detail_content.videopresent{width:90%}.detail_content.videopresent .detail_desc,.detail_content.videopresent .detail_down,.detail_content.videopresent .detail_top{width:270px}.related_collection .category_collection_data .slick-prev,.related_collection .category_collection_data .slick-prev::before,.saved_collection .saved_collection_data .slick-prev,.saved_collection .saved_collection_data .slick-prev::before,.top_my_collection_viewed_location .row.recomended_category_poi .slick-prev,.top_my_collection_viewed_location .row.recomended_category_poi .slick-prev::before,.top_my_collections .row.recomended_category_poi .slick-prev,.top_my_collections .row.recomended_category_poi .slick-prev::before{background-position:-17px 0}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-26px 0 0 60px;text-align:left;width:180px;font-size:12px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{margin:-18px 0 0 52px;text-align:left;width:160px;font-size:11px}.cat_txt{font-size:12px;display:inline-block;vertical-align:top;height:30px;line-height:30px;width:100%;text-align:center}#land_image{padding:0 0 60%}#land_image .middle-text{margin-top:30px}.current_location_click{top:40px;width:230px}#city_auto .globe_location,.current_location_click .globe_location,.current_location_click span,.sel_cats{font-size:11.95px}#main_content_area .middle-text .input-boxes{margin-top:10px}#main_content_area .about_sf{height:40px;line-height:40px;margin-left:10px;padding-left:10px;width:180px;font-size:14px}#app_download_box{width:215px;margin-top:30px}#main_content_area .category_tag_filter .category_option,#main_content_area .tag_filter .tag_option{width:50%;margin:10px 0}.detail_content{width:90%}#open_tag_model .tab,.detail_content .all_tab .tab{font-size:14px;height:35px;line-height:35px;margin:3px;padding:0 10px}.detail_content .detail_top .detail_title .title{font-size:24px;width:77%}.detail_content .detail_top .detail_title .title .poititle{font-size:24px}.title_footer.social_share{width:21%}.detail_content .all_tab{margin-bottom:15px;width:77%;float:left}.detail_content.videopresent .all_tab{width:74%}.book-tour{background-position:0 0;background-size:20px auto;height:23px;margin-left:-30px;margin-top:-4px;width:20px}.detail_down,.detail_top{width:320px}.detail_desc .desc{font-size:1.5em}.detail_content .detail_down .detail_desc .d_email,.detail_content .detail_down .detail_desc .d_phone..detail_content .detail_down .detail_desc .d_address,.detail_content .detail_down .detail_desc .d_socialurl,.detail_content .detail_down .detail_desc .d_weburl,.detail_content .detail_down .detail_time{font-size:16px}.detail_middle_image .middle_content .map_title{padding:15px 0 15px 25px;height:320px;right:0}.detail_middle_image .middle_content .map_title .middle_poi_name{height:190px;margin-right:40px}.map_area .address_map{font-size:16px;margin-left:10px;top:10px}.map_area .address_map .icon::before{width:25px;height:35px;margin-top:3px}.detail_middle_image .middle_content .map_area .detail_movable_map{width:340px;height:320px}.more_poi_head{padding-top:51px;padding-bottom:25px;font-size:22px}.more_poi .more_poi_filters .more_tab.active .in{font-size:15px}.more_poi .more_poi_filters .more_tab .in{padding:7px 10px;font-size:14px}.more_poi{padding:0 10px;width:100%}.detail_content .detail_top .detail_time{font-size:22px;margin-top:15px;float:none;margin-left:45px}.detail_content .detail_top .detail_time::before{background-position:-62px -15px;background-size:230px auto;height:37px;margin-left:-45px;margin-top:-4px;width:36px}.detail_content .detail_top .detail_time .hours{font-size:20px}.detail_content .detail_top .detail_time .fullhours{font-size:14px}.loader_absolute span{margin:-15px -25px;border-radius:7px}.more_poi .more_poi_content .four_by_three,.more_poi .more_tour_content .four_by_three,.row.more_poi_content .col-lg-4 .img_box{width:180px;height:135px}.recomended_category .recomended_category_poi .col-lg-4 .img_box{height:auto;width:295px}.recomended_category .recomended_category_poi .header_desc,.row.more_poi_content .header_desc,.row.more_tour_content .header_desc,.search_similar_location_carousel .header_desc{font-size:15.95px!important;height:70px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .header_desc{color:#4d4d4d;font-size:16px!important}.top_my_collection_detail_page .recomended_category .recomended_category_poi .header_desc .morecontent{color:#001e62!important}.browse_show_more_btn,.view_more_btn{min-width:250px;height:45px;line-height:45px;font-size:18px;margin:30px 0}.recomended_category .recomended_category_poi{width:100%;padding:0}.featured_category .featured_category_poi,.list-view .featured_category .featured_category_poi{width:321px!important;padding:0}.featured_category .featured_category_poi .desc_box .img_box{height:225px;width:300px}.featured_category .featured_category_poi .desc_box .img_box .four_by_three{height:225px;width:300px}#main-profile .txt-div .profile-field .email-location .rowEl{line-height:30px;height:30px;min-height:30px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon{margin-top:-3px}.top_my_collections .recomended_category_poi .add_to_collection_bookmark::before{margin-top:0}.top_my_collections .col-lg-4 .create_collection_icon{background-size:100px auto;height:100px;left:27%;top:18%;width:100px}.related_collection .collection_result .col-lg-4,.row.more_poi_content .col-lg-4,.saved_collection .search_result .col-lg-4,.top_collection_results .col-lg-4{margin:5px auto;padding:10px;width:200px;vertical-align:top}.search_similar_location_carousel .col-xs-3{padding:0;margin:5px auto;width:200px;vertical-align:top}.recomended_category .recomended_category_poi .col-lg-4{margin:5px auto;padding:10px;width:100%;vertical-align:top}.detail.page-detail .more_poi .more_poi_data .col-lg-4{width:340px}.detail.page-detail .more_poi .more_poi_data .col-lg-4 .four_by_three,.detail.page-detail .more_poi .more_poi_data .col-lg-4 .img_box{width:320px;height:240px}.top_collection_results .recomended_category .recomended_category_poi .col-lg-4{margin:5px auto;padding:10px;width:335px;vertical-align:top}.top_collection_results .recomended_category .recomended_category_poi .col-lg-4 .img_box,.top_collection_results .recomended_category .recomended_category_poi .four_by_three{height:236px;width:315px}#City_Guide .city_guide_data .city_guide_details{height:350px;font-size:12px}#add_to_collection_poi .active_collection_icon{background-size:65px auto;height:66px;width:66px;margin:auto;top:60px;left:93px}.detail_content .detail_down .detail_desc .d_address{height:auto;margin-bottom:15px;min-height:20px}#Cancel-collection,#Cancel-poi-collection,#delete-collection,#invite_frnd,#submit-collection,#submit-poi-collection,#update-collection{margin-left:10px;padding:5px 15px;font-size:14px}.row.top_rated_content .col-lg-4{display:block;width:90%;height:auto;margin:5px auto}.row.top_rated_content .col-lg-4 .img_box{margin:0 auto}.best_of_tag .img_box::before{background-position:-4px -6px;background-size:265px auto;height:72px;width:62px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .close{margin-top:-2px;font-size:14px;height:30px;padding:7px 8px;width:30px;margin-right:-28px}#email_collection_popup .modal-sm{width:94%!important}#share_invite_box .modal-dialog{width:340px}.search_box{width:94%}#Collection_link,#uname,#user_email_id,.collection_name{width:290px}#booking_data .select_sesssion{background:#f2f2f2 url(https://cityseeker.com/assets/images/grey_dropdown.png) no-repeat scroll 97% center/10px auto}.detail_content .detail_top .detail_title .title{width:76%}.title_footer.social_share{width:21%}.collection.page-collection .recomended_category .recomended_category_poi{width:335px}.recomended_category .recomended_category_poi{width:100%}.mycollection.page-mycollection .top_my_collection_detail_page .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi{width:320px;padding:0;display:block}.mycollection.page-mycollection .top_my_collection_detail_page .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi .col-lg-4{width:320px!important}.mycollection.page-mycollection .top_my_collection_detail_page .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi .col-lg-4 .img_box,.mycollection.page-mycollection .top_my_collection_detail_page .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:300px!important;height:225px!important}.my_profile_recent_view_result .recomended_category .recomended_category_poi,.top_collection_results .recomended_category .recomended_category_poi,.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi{width:200px;padding:0;display:block}.show_ajax_collection_data .top_collection_results .recomended_category .recomended_category_poi{width:335px}.top_my_collection_detail_page .my_collection_detail_content .selected-collection .close{right:15%;top:4%}.page-collection .recomended_category .recomended_category_poi{width:335px}.top_mycollection_data .header_title,.top_saved_data .header_title{width:200px}#search_similar_location_carousel{width:300px}.search_box_text{font-size:16px}.detail_middle_image .middle_content .map_area .detail_movable_map{width:340px}.detail_middle_image .middle_content .map_title{padding:20px 0 10px 30px;height:300px}.detail_middle_image .middle_content .map_title .other_title{font-size:20px}.detail_middle_image .middle_content .map_title .main_title{font-size:22px}.detail_middle_image .middle_content .map_title .middle_poi_name{height:180px}.loader_absolute span{margin:-20px -30px}.detail_middle_image{padding:0;height:730px}.more_poi{padding-top:30px}.collectionListData .top_rated_content .col-lg-4.collectlist,.collectionListData .top_rated_content .col-lg-4.create_collection{width:270px;height:auto}.collectionListData .top_rated_content .collectlist .img_box,.collectionListData .top_rated_content .create_collection .img_box,.collectionListData .top_rated_content .four_by_three{width:250px;height:187px}.modal-title{font-size:16px}.modal-footer,.modal-header{padding:10px 25px 5px}.modal-body{margin:0 20px;padding:5px 0}.collectionListData .col-sm-9{font-size:14px;padding:5px;float:left;width:59%}.collectionListData .col-sm-3{float:left;width:41%;font-size:14px}#CollectionList{height:455px;width:275px}#add_to_collection_poi .modal-dialog{width:340px}.collectionListData .col-lg-4 .create_collection_icon{background-position:-72px -44px;background-size:250px auto;height:106px;margin:31px 62px;width:106px}#main-profile .img-div img{min-width:70px;min-height:70px}.onlyfree{font-size:16px}.top_my_collection_detail_page .onlyfree{font-size:23px;line-height:55px}.mycollection.page-mycollection .top_my_collection_detail_page .top_my_collection_detail_data .row.my_collection_detail_content .top_collection_results .recomended_category .recomended_category_poi .col-lg-4{width:200px}.mycollection.page-mycollection .top_my_collection_detail_page .top_my_collection_detail_data .row.my_collection_detail_content .top_collection_results .recomended_category .recomended_category_poi .col-lg-4 .img_box{width:180px;height:135px}.top_my_collection_viewed_location .my_profile_recent_view_result .recomended_category .recently_head_txt_col{margin-left:0}.more_poi .more_poi_content .img_bottom_overlay .content_right,.my_profile_recent_view_result .img_bottom_overlay .content_right,.recomended_category .recomended_category_poi .img_bottom_overlay .content_right,.search_similar_location_carousel .img_bottom_overlay .content_right,.top_mycollection_data .img_bottom_overlay .content_right{font-size:15px}.collection.page-collection .Similar_collections_section .top_my_collections .top_mycollection_data{width:296px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4{height:369px;width:339px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi{width:600px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4{width:298px;height:390px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .img_box,.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:274px;height:206px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .save_unsave .save,.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .save_unsave .unsave{margin:10px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .keyword_txt_save_unsave .keywords{width:80%}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi{width:296px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection{top:14px;font-size:13px;right:5px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection::before{background-size:20px auto;height:20px;margin-left:-28px;margin-top:-2px;width:20px}.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi{width:90%}.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box,.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box .four_by_three{width:320px;height:240px}.category.page-category .radiusOption_box{position:relative;width:100%;right:0}.category.page-category .radiusOption_box .rangeslide{margin:0 auto;width:250px}.search.page-search .search_results .row.recomended_category_poi{width:100%;display:block}.best.page-best .search_results .row.recomended_category_poi{width:100%}.best.page-best .search_results .row.recomended_category_poi .col-lg-4,.search.page-search .search_results .row.recomended_category_poi .col-lg-4{width:100%}.best.page-best .search_results .row.recomended_category_poi .col-lg-4 .img_box,.best.page-best .search_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three,.search.page-search .search_results .row.recomended_category_poi .col-lg-4 .img_box,.search.page-search .search_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:300px;height:225px}.best.page-best .row.recomended_category_poi .content_left{height:20px}.top_my_collection_detail_page .edit_collection .edit_col{display:none}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search{width:94%}.browse_collection .browse_collection_data .browse_collection_result .search_option{padding:15px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_text,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_txt{width:70%;font-size:20px}.browse_collection .browse_collection_data .keyword_search .keyword_txt{width:95%}.browse_collection .browse_collection_data .browse_collection_title .browse_collection_head,.featured_category .featured_category_head,.top_my_collection_detail_page .top_my_collection_head{margin-left:65px}.browse_collection .browse_collection_data .keyword_search .keyword_txt input{width:87%}.browse_collection .browse_collection_data .browse_collection_result,.browse_collection .browse_collection_data .browse_other_collection{width:347px;min-height:180px}.browse_collection_result .search_result,.browse_other_collection .other_collection_list{width:335px}.browse_collection_result .search_result .col-lg-4,.browse_other_collection .other_collection_list .col-lg-4{margin:5px 6px;padding:12px;width:323px;height:371px}.browse_collection_result .search_result .col-lg-4 .four_by_three,.browse_other_collection .other_collection_list .col-lg-4 .four_by_three{height:225px;width:299px}.browse_collection_result .search_result .browse_col_desc .header_txt{font-size:22px;padding:5px 0}.browse_other_collection .other_collection_list .browse_col_desc .header_txt{font-size:22px;padding:5px 0}.browse_collection_result .search_result .browse_col_desc .created_by,.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:18px}.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:20px}.browse_collection_result .search_result .keyword_txt_save_unsave{margin:0 -12px}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords{font-size:16px;height:50px;line-height:50px;width:75%}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{height:47px;margin-left:-3px;text-align:center}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-176px -20px;margin:4px 16px;display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave_name,.related_collection .collection_result .save_unsave .unsave_name,.saved_collection .search_result .save_unsave .unsave_name{font-size:12px;margin:-10px auto 0}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .save,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-227px -20px;margin:4px 16px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave{margin:0 -12px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection .browse_collection_data .browse_other_collection .other_collection_title .title_other_like{font-size:17.77px;margin:15px auto;width:100%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_text{font-size:13px;padding:9px 0 9px 10px;width:65%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon{min-width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide{height:50px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state{height:60px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{font-size:20px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{width:72%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.accommodations{background-position:0 -43px;background-size:36px auto;height:22px;margin:8px -1px;width:36px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.restAndCafe{background-position:-2px -73px;background-size:36px auto;height:33px;width:33px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.attractions{background-position:-2px -124px;background-size:40px auto;height:31px;width:35px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.nightlife{background-position:-7px -166px;background-size:40px auto;height:29px;width:21px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.shopping{background-position:-3px -205px;background-size:40px auto;height:29px;margin:5px 0;width:34px}.top_my_collections .recomended_category{padding:2px}.search_results .recomended_category .recomended_category_poi{padding:2px 5%}.search_results .recomended_category .recomended_category_poi .col-lg-4{margin:5px auto;padding:0;width:100%;vertical-align:top}.top_mycollection_data .recomended_category .header_title .public_col_txt,.top_saved_data .header_title .saved_col_txt{font-size:14px;width:auto}.top_mycollection_data .recomended_category .header_title .hr_line{width:18%;padding-left:10px}.related_collection_data .header_title{font-size:22px}.related_collection,.saved_collection{width:200px;margin:0 auto}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi,.saved_collection .search_result{width:100%}.Similar_collections_section .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{margin:5px auto;padding:12px;width:335px;height:396px}.related_collection .collection_result .col-lg-4 .four_by_three,.row.recomended_category_poi.private .col-lg-4 .four_by_three,.row.recomended_category_poi.private .col-lg-4 .img_box,.row.recomended_category_poi.public .col-lg-4 .four_by_three,.row.recomended_category_poi.public .col-lg-4 .img_box,.saved_collection .search_result .col-lg-4 .four_by_three{width:180px;height:135px}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:26px;line-height:35px;padding:10px 0}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .browse_col_desc .created_by{color:#fff;font-size:20px}.saved_collection .search_result .keyword_txt_save_unsave{margin:0 -12px}.saved_collection .search_result .header_title .hr_line{width:59%}.saved_collection .search_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords{font-size:20px;height:56px;line-height:56px;width:75%}.related_collection .collection_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .keywords{font-size:14px;height:45px;line-height:45px;width:75%}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{vertical-align:top;height:56px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-145px -16px;background-size:330px auto;cursor:pointer;height:23px;margin:6px 11px;width:26px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .save,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-188px -16px;background-size:330px auto;cursor:pointer;height:23px;margin:6px 11px;width:25px}.detail_content .hurricane_msg{font-size:13px}.detail_content .hurricane_msg::before{background-size:35px auto;height:35px;margin-left:-45px;margin-top:0;width:35px}.popover349843{left:-18.5px}.popover{max-width:300px}.popover-content{padding-bottom:15px;padding-left:15px;padding-right:15px;padding-top:20px}#land_image.about_us{padding:0 0 172%}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{display:block}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{height:auto}#land_image.about_us .middle-text .left_side_content{width:100%;margin:0 auto}#land_image.about_us .middle-text .left_side_content .abt_city{font-size:5vw;width:60%}#land_image.about_us .middle-text .right_side_content{width:100%;margin:0 auto}#land_image.about_us .middle-text{padding:10px}#land_image.about_us .middle-text .left_side_content{padding-left:0;padding-top:0}#land_image.about_us .middle-text .left_side_content .cityProd{font-size:3vw;padding-top:5px;width:65%}#land_image.about_us .middle-text .right_side_content{padding:15px 10px 0}#land_image.about_us .middle-text .left_side_content .wcities_logo{background-size:390px auto;height:85px;width:137px;background-position:-3px -7px;margin-top:15px}#land_image.about_us .middle-text .right_side_content .city_desc,#land_image.about_us .middle-text .right_side_content .contact_info{padding:15px 30px;margin-bottom:5px;font-size:2.8vw;width:100%}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{height:45px;line-height:28px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call{margin-top:0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address{margin-bottom:10px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{margin-left:-35px;background-size:80px;width:26px;height:27px}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{background-position:-54px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before{background-position:-27px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{padding-left:35px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail{display:block;width:100%;padding:10px 0 20px;border:none}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail{border-right:medium none;border-top:1px solid #192f66}.detail_content .detail_top .detail_title .title{width:100%}.title_footer.social_share{width:100%;text-align:left;margin-top:7px}.newgetdirection{width:320px!important}#send_us_message .map_feedback .feedback_form .submit_btn{float:none;display:inline-block}#send_us_message .map_feedback .feedback_form,#send_us_message .map_feedback .map{height:630px}.bottom_button{text-align:center}#send_us_message .map_feedback .feedback_form{width:100%}#send_us_message .map_feedback .map{width:100%;height:400px}.map>iframe{height:90%}#send_us_message .map_feedback{width:100%}#send_us_message .header_title,#send_us_message .map_feedback .feedback_form #email,#send_us_message .map_feedback .feedback_form #message,#send_us_message .map_feedback .feedback_form #name,#send_us_message .map_feedback .feedback_form .submit_btn,#send_us_message .map_feedback .feedback_form .user_message #character_counting{font-size:3vw}#recomended_category_poi .slick-list{padding:0 15% 0 0}.recomended_category.category_page{width:94%}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .book_btn_cover{width:320px}}@media only screen and (min-width:320px) and (max-width:979px){.map_title .other_title .key_countDown{margin-right:15px}}@media only screen and (min-width:320px) and (max-width:359px){.camera_img img{width:32px}.related_collection .category_collection_data .slick-prev,.related_collection .category_collection_data .slick-prev::before,.saved_collection .saved_collection_data .slick-prev,.saved_collection .saved_collection_data .slick-prev::before,.top_my_collection_viewed_location .row.recomended_category_poi .slick-prev,.top_my_collection_viewed_location .row.recomended_category_poi .slick-prev::before,.top_my_collections .row.recomended_category_poi .slick-prev,.top_my_collections .row.recomended_category_poi .slick-prev::before{background-position:-17px 0}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:10px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{font-size:11px;margin:-22px 0 0 45px;text-align:left;width:190px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile{text-align:left;width:100%}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave{margin:10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .save,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .save{margin:10px}.related_collection_category .collection_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.top_saved_data .saved_collection .saved_collection_data .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{font-size:11px;margin:-15px 0 0 45px;text-align:left;width:160px}.row .reCaptcha{padding:0 7px}.detail_content .all_tab{width:75%}.detail_content.videopresent .all_tab{width:70%}.detail_content .detail_down .detail_desc .d_address,.detail_content .detail_down .detail_desc .d_email,.detail_content .detail_down .detail_desc .d_phone,.detail_content .detail_down .detail_desc .d_socialurl,.detail_content .detail_down .detail_desc .d_weburl,.detail_content .detail_down .detail_time{font-size:15px}#land_image{padding:0 0 70%}.current_category_click,.current_location_click{top:40px;width:230px;opacity:1;z-index:9}#cityAuto .ui-autocomplete,#searchAuto .ui-autocomplete,.by_location .ui-autocomplete{font-size:12px;padding:10px}#app_download_box{width:180px;margin-top:30px}#login_popup .modal-sm{width:94%!important}.detail_desc,.detail_down,.detail_top{width:290px;margin:0 auto}.detail_content.videopresent{width:95%}.detail_content.videopresent .detail_desc,.detail_content.videopresent .detail_down,.detail_content.videopresent .detail_top{width:240px}.detail.page-detail .more_poi .more_poi_data .col-lg-4{width:300px}.recomended_category .recomended_category_poi .col-lg-4 .img_box{height:184px;width:272px}.mycollection.page-mycollection .top_my_collection_viewed_location .row.recomended_category_poi .col-lg-4 .img_box,.mycollection.page-mycollection .top_my_collection_viewed_location .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:180px;height:135px}.more_poi .more_poi_content .four_by_three,.more_poi .more_tour_content .four_by_three,.row.more_poi_content .col-lg-4 .img_box{height:210px;width:280px}.featured_category .featured_category_poi .desc_box .img_box,.featured_category .featured_category_poi .desc_box .img_box .four_by_three{height:178px;width:237px}.top_my_collections .col-lg-4 .create_collection_icon{background-size:100px auto;height:100px;left:27%;top:20%;width:100px}.recomended_category .recomended_category_poi .col-lg-4,.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.search_similar_location_carousel .col-xs-3,.top_collection_results .col-lg-4{height:auto;padding:10px;width:200px;vertical-align:top;margin:5px auto}.recomended_category .recomended_category_poi .col-lg-4{width:100%}#City_Guide .city_guide_data .city_guide_details{height:195px;font-size:12px}#share_invite_box .modal-dialog{width:295px}#Collection_link,#uname,#user_email_id,.collection_name{width:255px}#booking_data .select_sesssion{background:#f2f2f2 url(https://cityseeker.com/assets/images/grey_dropdown.png) no-repeat scroll 97% center/10px auto}#search_similar_location_carousel .slick-prev{margin:-78px 0 0 5px}.top_my_collection_detail_page .recomended_category .recomended_category_poi .header_desc{color:#4d4d4d;font-size:16px!important}.top_my_collection_detail_page .recomended_category .recomended_category_poi .header_desc .morecontent{color:#001e62!important}#search_similar_location_carousel .slick-next{margin:-78px 5px 0 0}.recomended_category .recomended_category_poi .header_desc,.row.more_poi_content .header_desc,.row.more_tour_content .header_desc,.search_similar_location_carousel .header_desc{font-size:15.25px!important;height:70px}.featured_category .featured_category_head,.recomended_category_head,.related_collection_data .header_title,.top_my_collection_detail_page .top_my_collection_head,.top_rated_head{font-size:18px}.related_collection .collection_result .browse_col_desc .header_txt,.saved_collection .search_result .browse_col_desc .header_txt,.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:17px;line-height:normal}.featured_category .featured_category_poi,.list-view .featured_category .featured_category_poi{width:257px;padding:0}.mycollection.page-mycollection .top_my_collection_detail_page .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi{width:290px;padding:0;display:block}.top_collection_results .recomended_category .recomended_category_poi,.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi{width:200px;padding:0;display:block}.my_profile_recent_view_result .recomended_category .recomended_category_poi{width:200px;padding:0;display:block}.top_my_collection_viewed_location .row.recomended_category_poi .slick-prev{margin-left:-20px}.top_my_collection_viewed_location .row.recomended_category_poi .slick-next{margin-right:-20px}#search_similar_location_carousel{width:260px}.search_box_text{font-size:16px}#main_content_area .category_tag_filter .category_option,#main_content_area .tag_filter .tag_option{width:44%;margin:10px 0}.detail_middle_image .middle_content .map_title .other_title{font-size:20px}.detail_middle_image .middle_content .map_title .main_title{font-size:22px}.detail_middle_image{padding:0;height:730px}.more_poi{padding-top:30px}.collectionListData .top_rated_content .col-lg-4.collectlist,.collectionListData .top_rated_content .col-lg-4.create_collection{width:215px;height:auto}.detail_content .detail_down .detail_desc .d_address{height:auto;margin-bottom:15px;min-height:20px}.collectionListData .top_rated_content .collectlist .img_box,.collectionListData .top_rated_content .create_collection .img_box,.collectionListData .top_rated_content .four_by_three{width:195px;height:146px}#Cancel-collection,#Cancel-poi-collection,#delete-collection,#invite_frnd,#submit-collection,#submit-poi-collection,#update-collection{margin-left:10px;padding:5px 15px;font-size:14px}.modal-title{font-size:12px}.modal-footer,.modal-header{padding:10px 25px 5px}.modal-body{margin:0 20px;padding:5px 0}.collectionListData .col-sm-9{font-size:11px;padding:5px;float:left;width:57%}.collectionListData .col-sm-3{float:left;width:43%;font-size:11px}#CollectionList{height:300px;width:220px}#add_to_collection_poi .modal-dialog{width:280px}.collectionListData .col-lg-4 .create_collection_icon{background-position:-58px -35px;background-size:200px auto;height:85px;margin:30px 55px;width:85px}.modal input.css-checkbox[type=checkbox]+label.css-label{padding-left:30px}.collectionListData .checkbox{font-size:11px;margin:5px 0}.browse_show_more .browse_show_more_btn,.dis_new_Collection .dis_new_Collection_btn{width:260px}#main-profile .img-div img{min-width:65px;min-height:65px}#add_to_collection_poi .active_collection_icon{background-size:60px auto;height:60px;left:65px;top:45px;width:60px}#main-header .half-div .join_txt.myprofile_txt,#main-header .half-div .join_txt.sign_out{padding-left:2px;padding-right:2px}.top_my_collection_viewed_location .my_profile_recent_view_result .recomended_category_head{margin-left:0}.collection.page-collection .Similar_collections_section .top_my_collections .top_mycollection_data{width:296px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4{height:369px;width:339px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi{width:600px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4{width:298px;height:330px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .img_box,.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:274px;height:206px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable .bookTable_icon.Table_icon{margin-top:-3px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .save_unsave .save,.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .save_unsave .unsave{margin:10px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi .col-lg-4 .keyword_txt_save_unsave .keywords{width:80%;font-size:17px}.collection.page-collection .Similar_collections_section .top_mycollection_data .row.recomended_category_poi,.collection.page-collection .top_my_collection_detail_page .top_my_collection_detail_data .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi,.collection.page-collection .top_my_collection_detail_page .top_my_collection_detail_data .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi .col-lg-4{width:300px}.collection.page-collection .top_my_collection_detail_page .top_my_collection_detail_data .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi .col-lg-4 .img_box,.collection.page-collection .top_my_collection_detail_page .top_my_collection_detail_data .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:280px;height:210px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection{top:14px;font-size:13px;right:5px}.top_my_collection_detail_data .my_collection_detail_content .selected-collection .selected-txt-btn .edit_collection::before{background-size:20px auto;height:20px;margin-left:-28px;margin-top:-2px;width:20px}.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box,.category.page-category .recomended_category.category_page.best_category_page .row.recomended_category_poi.besttag_cat_poi .col-lg-4 .img_box .four_by_three{width:266px;height:199px}.row.recomended_category_poi.besttag_cat_poi.best_more_recomme .col-lg-4,.row.recomended_category_poi.besttag_cat_poi.best_more_recomme .col-lg-4 .img_box .four_by_three{width:266px;height:199px}.category.page-category .radiusOption_box{position:relative;width:100%;right:0}.category.page-category .radiusOption_box .rangeslide{margin:0 auto;width:250px}.my_collection_detail_content .top_collection_results .recomended_category_poi .col_cover_photo{font-size:16px}.best.page-best .search_results .row.recomended_category_poi,.search.page-search .search_results .row.recomended_category_poi{width:300px;display:block}.best.page-best .search_results .row.recomended_category_poi .col-lg-4,.search.page-search .search_results .row.recomended_category_poi .col-lg-4{width:300px}.best.page-best .search_results .row.recomended_category_poi .col-lg-4 .img_box,.best.page-best .search_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three,.search.page-search .search_results .row.recomended_category_poi .col-lg-4 .img_box,.search.page-search .search_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:280px;height:210px}.best.page-best .row.recomended_category_poi .content_left{height:20px}.d_socialurl .follow_title.both{padding-left:8px;font-size:15px!important}.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.search_results .recomended_category .recomended_category_poi .col-lg-4,.search_similar_location_carousel .col-xs-3,.top_collection_results .col-lg-4{height:auto;width:200px;vertical-align:top;margin:5px auto}.search_results .recomended_category .recomended_category_poi .col-lg-4,.search_similar_location_carousel .col-xs-3{padding:0}.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.top_collection_results .col-lg-4{padding:10px}.top_my_collection_detail_page .edit_collection .edit_col{display:none}.top_mycollection_data .header_title,.top_saved_data .header_title{width:200px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search{width:94%}.browse_collection .browse_collection_data .browse_collection_result .search_option{padding:15px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_text,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_txt{width:70%;font-size:20px}.browse_collection .browse_collection_data .keyword_search .keyword_txt{width:95%}.browse_collection .browse_collection_data .browse_collection_title .browse_collection_head,.featured_category .featured_category_head,.top_my_collection_detail_page .top_my_collection_head{margin-left:50px}.browse_collection .browse_collection_data .keyword_search .keyword_txt input{width:84%}.browse_collection .browse_collection_data .browse_collection_result,.browse_collection .browse_collection_data .browse_other_collection{width:300px;min-height:150px}.browse_collection_result .search_result,.browse_other_collection .other_collection_list{width:285px}.browse_collection_result .search_result .col-lg-4,.browse_other_collection .other_collection_list .col-lg-4{margin:5px 6px;padding:12px;width:274px;height:325px}.browse_collection_result .search_result .col-lg-4 .four_by_three,.browse_other_collection .other_collection_list .col-lg-4 .four_by_three{height:188px;width:250px}.browse_collection_result .search_result .browse_col_desc .header_txt{font-size:20px;padding:5px 0}.browse_other_collection .other_collection_list .browse_col_desc .header_txt{font-size:20px;padding:5px 0}.browse_collection_result .search_result .browse_col_desc .created_by,.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:16px}.browse_other_collection .other_collection_list .browse_col_desc .created_by{color:#fff;font-size:16px}.browse_collection_result .search_result .keyword_txt_save_unsave{margin:0 -12px}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.browse_collection_result .search_result .keyword_txt_save_unsave .keywords,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .keywords{font-size:16px;height:44px;line-height:44px;width:75%}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{height:47px;margin-left:-3px;text-align:center}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-128px -14px;background-size:290px auto;height:20px;margin:4px 15px;width:25px;display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .unsave_name,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .unsave_name,.related_collection .collection_result .save_unsave .unsave_name,.saved_collection .search_result .save_unsave .unsave_name{font-size:12px;margin:-10px auto 0}.browse_collection_result .search_result .keyword_txt_save_unsave .save_unsave .save,.browse_other_collection .other_collection_list .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-164px -15px;background-size:290px auto;height:20px;margin:4px 15px;width:25px}.browse_other_collection .other_collection_list .keyword_txt_save_unsave{margin:0 -12px}.browse_collection .browse_collection_data .browse_other_collection .other_collection_title .title_other_like{font-size:17.77px;margin:15px auto;width:100%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_text{font-size:13px;padding:9px 0 9px 10px;width:56%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon{min-width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide{height:50px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state{height:60px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_city select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_country select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .by_state select,.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{font-size:20px}.browse_collection .browse_collection_data .keyword_search .keyword_txt input{font-size:20px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_txt{width:72%}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_select_option input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select label{background-position:-307px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .location_search .location_option .worldwide .worldwide_select input[type=checkbox]:checked+label{background-position:-347px -18px;background-size:400px auto;height:29px;margin-top:5px;width:30px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.accommodations{background-position:0 -48px;background-size:40px auto;height:23px;margin:8px -1px;width:40px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.restAndCafe{background-position:-2px -82px;background-size:40px auto;height:36px;width:36px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.attractions{background-position:-2px -124px;background-size:40px auto;height:31px;width:35px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.nightlife{background-position:-7px -166px;background-size:40px auto;height:29px;width:21px}.browse_collection .browse_collection_data .browse_collection_result .search_option .category_search .category_option .category_pack .cat_icon.shopping{background-position:-3px -205px;background-size:40px auto;height:29px;margin:5px 0;width:34px}.recomended_category .recomended_category_poi,.top_my_collections .recomended_category{padding:2px}.related_collection .category_collection_data .slick-prev,.saved_collection .saved_collection_data .slick-prev,.top_my_collections .row.recomended_category_poi .slick-prev{margin-left:0}.related_collection .category_collection_data .slick-next,.saved_collection .saved_collection_data .slick-next,.top_my_collections .row.recomended_category_poi .slick-next{margin-right:0}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{padding:10px 0}.top_mycollection_data .recomended_category .header_title .public_col_txt,.top_saved_data .header_title .saved_col_txt{width:auto}.top_mycollection_data .recomended_category .header_title .hr_line{width:46%;padding-left:10px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .image_bottom_overlay,.browse_collection .image_bottom_overlay,.saved_collection .image_bottom_overlay{font-size:14px}.related_collection,.saved_collection{width:200px;margin:0 auto}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi,.saved_collection .search_result{width:100%}.related_collection .collection_result .col-lg-4,.saved_collection .search_result .col-lg-4{margin:5px auto;padding:12px;width:200px;height:249px}.Similar_collections_section .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{margin:5px auto;padding:12px;width:300px;height:335px}.related_collection .collection_result .col-lg-4 .four_by_three,.row.recomended_category_poi.private .col-lg-4 .four_by_three,.row.recomended_category_poi.private .col-lg-4 .img_box,.row.recomended_category_poi.public .col-lg-4 .four_by_three,.row.recomended_category_poi.public .col-lg-4 .img_box,.saved_collection .search_result .col-lg-4 .four_by_three{width:180px;height:135px}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:24px;line-height:23px;padding:5px 0}.Similar_collections_section .top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .browse_col_desc .created_by{color:#fff;font-size:17px}.saved_collection .search_result .keyword_txt_save_unsave{margin:0 -12px}.saved_collection .search_result .header_title .hr_line{width:55%}.saved_collection .search_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{display:inline-block}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .keywords,.related_collection .collection_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .keywords{font-size:13px;height:44px;line-height:44px;width:74%}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave{vertical-align:top;height:47px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .unsave,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .unsave,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .unsave{background-position:-123px -13px;background-size:280px auto;height:20px;margin:5px 12px;width:24px}.Similar_collections_section .top_mycollection_data .recomended_category .row.recomended_category_poi .keyword_txt_save_unsave .save_unsave .save,.related_collection .collection_result .keyword_txt_save_unsave .save_unsave .save,.saved_collection .search_result .keyword_txt_save_unsave .save_unsave .save{background-position:-159px -15px;background-size:280px auto;height:20px;margin:5px 12px;width:24px}.detail_content .hurricane_msg{font-size:13px}.detail_content .hurricane_msg::before{background-size:35px auto;height:35px;margin-left:-45px;margin-top:0;width:35px}.popover349843{left:-18.5px}.popover{max-width:300px}.popover-content{padding-bottom:15px;padding-left:15px;padding-right:15px;padding-top:20px}#land_image.about_us{padding:0 0 187%}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{display:block}#land_image.about_us .middle-text .left_side_content,#land_image.about_us .middle-text .right_side_content{height:auto}#land_image.about_us .middle-text .left_side_content{width:100%;margin:0 auto}#land_image.about_us .middle-text .left_side_content .abt_city{font-size:5vw;width:60%}#land_image.about_us .middle-text .right_side_content{width:100%;margin:0 auto}#land_image.about_us .middle-text{padding:10px}#land_image.about_us .middle-text .left_side_content{padding-left:0;padding-top:0}#land_image.about_us .middle-text .left_side_content .cityProd{font-size:3vw;padding-top:5px;width:65%}#land_image.about_us .middle-text .right_side_content{padding:15px 10px 0}#land_image.about_us .middle-text .left_side_content .wcities_logo{background-size:390px auto;height:85px;width:137px;background-position:-3px -7px;margin-top:15px}#land_image.about_us .middle-text .right_side_content .city_desc,#land_image.about_us .middle-text .right_side_content .contact_info{padding:15px 30px;margin-bottom:5px;font-size:2.8vw;width:100%}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{height:45px;line-height:28px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call{margin-top:0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address{margin-bottom:10px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call::before,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{margin-left:-35px;background-size:80px;width:26px;height:27px}#land_image.about_us .middle-text .right_side_content .contact_info .mail_info::before{background-position:-54px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address::before,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address::before{background-position:-27px 0}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail .Mum_call,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_address,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail .SF_call,#land_image.about_us .middle-text .right_side_content .contact_info .mail_info{padding-left:35px}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .Mum_detail,#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail{display:block;width:100%;padding:20px 0;border:none}#land_image.about_us .middle-text .right_side_content .contact_info .contact_call .SF_detail{border-right:medium none;border-top:1px solid #192f66}.detail_content .detail_top .detail_title .title{width:100%}.title_footer.social_share{width:100%;text-align:left;margin-top:5px}.newgetdirection{width:300px!important}.user_reCaptcha{padding:0 0}.bottom_button{margin:0 -15px}#send_us_message .map_feedback .feedback_form .submit_btn{float:none;display:inline-block}#send_us_message .map_feedback .feedback_form,#send_us_message .map_feedback .map{height:630px}.bottom_button{text-align:center}#send_us_message .map_feedback .feedback_form{width:100%}#send_us_message .map_feedback .map{width:100%;height:400px}.map>iframe{height:90%}#send_us_message .map_feedback{width:100%}#send_us_message .header_title,#send_us_message .map_feedback .feedback_form #email,#send_us_message .map_feedback .feedback_form #message,#send_us_message .map_feedback .feedback_form #name,#send_us_message .map_feedback .feedback_form .submit_btn,#send_us_message .map_feedback .feedback_form .user_message #character_counting{font-size:3vw}#main-header .search_icon{margin-left:0!important}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_head{font-size:16px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rate{background-position:-39px -1px;background-size:75px auto;height:18px;width:16px;float:left}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rate.halfstar.hotel,.title_rate.halfstar.hotel{background-position:-57px -1px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_price{font-size:14px;width:11px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_pricing,.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rating{height:13px}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_desc_address{font-size:13px;padding-top:0}.featured_category .featured_category_poi .desc_box .featured_category_desc .featured_category_fullDesc{font-size:14px;height:65px}.recomended_category.category_page{width:80%}#recomended_category_poi .slick-list{padding:0 15% 0 0}.recomended_category.category_page{width:94%}.top_my_collections .recomended_category_poi .edit_info{width:90%}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .book_btn_cover{width:256px}}@media only screen and (min-width:320px) and (max-width:639px){footer .middle-section .middle-links .footerTxt{margin:10px 2%;border:none;width:96%}footer .middle-section .middle-links{padding:0}.onmobilehide{display:none!important}.onmobileshow{display:inline-block!important}footer .middle-section{float:none}footer,footer .middle-section{height:auto}footer .topAdjust{padding-top:20px;margin-top:0}.newgetdirection.getdirection_nld{width:400px}.newgetdirection span{font-size:18px}.edit_collections,.top_my_collection_detail_page .collection_header #share_invite,.top_my_collection_detail_page .collection_header .download_pdf,.top_my_collection_detail_page .collection_header .email_collection{margin:5px 5px auto 0;min-width:218px;display:inline-block;text-align:left}.recomended_category_poi.best_more_recomme{width:95%!important;padding:10px 2.5%!important}.page-category .recomended_category .recomended_category_poi .col-lg-4{width:100%}.recomended_category .recomended_category_poi.best_more_recomme .col-lg-4{width:100%!important}.page-category .featured_category .featured_category_poi .desc_box .img_box .four_by_three,.page-category .recomended_category .recomended_category_poi .col-lg-4 .img_box{width:100%}.page-category .featured_category .featured_category_head{margin-left:0}}@media only screen and (min-width:374px) and (max-width:479px){.my_profile_recent_view_result .recomended_category .recomended_category_poi,.my_profile_recent_view_result .recomended_category .recomended_category_poi .col-lg-4,.related_collection_category .related_collection,.saved_collection,.top_collection_results .recomended_category .recomended_category_poi,.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi,.top_mycollection_data .header_title,.top_saved_data .header_title{width:320px;margin:5px auto}.recomended_category .recomended_category_poi .col-lg-4 .img_box,.related_collection .collection_result .col-lg-4 .four_by_three{width:300px;height:225px}.collection.page-collection .recomended_category .recomended_category_poi{width:320px}.related_collection .collection_result .keyword_txt_save_unsave .keywords,.saved_collection .search_result .keyword_txt_save_unsave .keywords{width:75%}.detail_content.videopresent{width:80%}.detail_content.videopresent .detail_desc,.detail_content.videopresent .detail_down,.detail_content.videopresent .detail_top{width:300px;margin:0 auto}.detail_content.videopresent .all_tab{width:75%}.related_collection .collection_result .col-lg-4,.row.more_poi_content .col-lg-4,.row.more_tour_content .col-lg-4,.saved_collection .search_result .col-lg-4,.top_collection_results .col-lg-4{height:auto;margin-bottom:5px;margin-left:auto;margin-right:auto;margin-top:5px;padding-bottom:10px;padding-left:10px;padding-right:10px;padding-top:10px;vertical-align:top;width:320px}.search_results .recomended_category .recomended_category_poi .col-lg-4{padding:0;margin:5px auto;vertical-align:top}.search_similar_location_carousel .col-xs-3{padding:0;margin:5px auto;vertical-align:top;width:320px}}@media only screen and (min-width:407px) and (max-width:639px){.myprofile.page-myprofile .recomended_category .recomended_category_poi.private,.myprofile.page-myprofile .recomended_category .recomended_category_poi.public,.myprofile.page-myprofile .recomended_category .recomended_category_poi.saved,.top_mycollection_data .header_title,.top_saved_data .header_title{width:312px;padding:0!important}.myprofile.page-myprofile .recomended_category .recomended_category_poi{width:300px}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{width:300px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4 .img_box,.myprofile.page-myprofile .recomended_category .recomended_category_poi .four_by_three{width:276px;height:207px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4,.myprofile.page-myprofile .top_my_recently_viewed_location .recomended_category .recomended_category_poi .col-lg-4{width:300px;margin:6px}}@media only screen and (min-width:320px) and (max-width:406px){.myprofile.page-myprofile .recomended_category .recomended_category_poi.private,.myprofile.page-myprofile .recomended_category .recomended_category_poi.public,.myprofile.page-myprofile .recomended_category .recomended_category_poi.saved,.top_mycollection_data .header_title,.top_saved_data .header_title{width:250px;padding:0!important}.saved_collection{width:234px}.myprofile.page-myprofile .recomended_category .recomended_category_poi{width:238px}.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .col-lg-4{width:238px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4 .img_box,.myprofile.page-myprofile .recomended_category .recomended_category_poi .four_by_three,.saved_collection .search_result .col-lg-4 .four_by_three{width:214px;height:160px}.myprofile.page-myprofile .recomended_category .recomended_category_poi .col-lg-4,.myprofile.page-myprofile .top_my_recently_viewed_location .recomended_category .recomended_category_poi .col-lg-4{width:238px;margin:6px}}@media only screen and (min-width:480px) and (max-width:639px){.bestoficon>span{bottom:9px;left:0;position:absolute;right:0;vertical-align:bottom}.classfont{font-size:10px}.my_profile_recent_view_result .recomended_category .recomended_category_poi .col-lg-4,.related_collection .collection_result,.saved_collection .search_result,.top_mycollection_data .header_title,.top_saved_data .header_title{width:300px}.recomended_category .recomended_category_poi .col-lg-4 .img_box,.related_collection .collection_result .col-lg-4 .four_by_three,.saved_collection .search_result .col-lg-4 .four_by_three{width:276px;height:207px}.related_collection .collection_result .browse_col_desc .header_txt,.saved_collection .search_result .browse_col_desc .header_txt,.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:24px;line-height:25px}.saved_collection .search_result .keyword_txt_save_unsave .keywords,.top_my_collections .recomended_category_poi .add_to_collection_bookmark,.top_my_collections .recomended_category_poi .delete_collection_bookmark{font-size:16px}.page-category .recomended_category .recomended_category_poi .col-lg-4 .img_box,.page-category .recomended_category .recomended_category_poi .four_by_three{width:100%;height:auto}.page-category .recomended_category .recomended_category_poi .col-lg-4{width:50%}.besttag_cat_poi .col-lg-2 .recommend_image{width:75px;height:56px}.recomended_category .recomended_category_poi .col-lg-2 .img_box{height:56px}.flexcontent{width:90%}.homeinputbox{width:49%!important;display:inline-block!important}#main_content_area .middle-text .input-boxes .col-xs-2.location,#main_content_area .middle-text .input-boxes .col-xs-2.search,#main_content_area .middle-text .input-boxes .col-xs-2.selCat,.current_category_click,.current_location_click{width:200px!important}}@media only screen and (min-width:360px) and (max-width:479px){.flexcontent{width:95%}.homeinputbox{width:48%!important;display:inline-block!important}.homeinputbox.searchBox{width:60%!important}#main_content_area .middle-text .input-boxes .col-xs-2.location,#main_content_area .middle-text .input-boxes .col-xs-2.selCat,.current_category_click,.current_location_click{width:165px!important}#main_content_area .middle-text .input-boxes .col-xs-2.search{width:200px!important}#land_image .middle-text{margin-top:15px}#main_content_area .middle-text .input-boxes .col-xs-2.location .set_curr_location,#main_content_area .middle-text .input-boxes .col-xs-2.selCat .set_curr_category{height:10px;width:17px;background-size:200px auto;background-position:-39px -33px}.current_location_click .globe_location,.current_location_click span{padding:0 15px 0 35px}#city_auto .globe_location,.sel_cats{padding:0 15px}}@media only screen and (min-width:320px) and (max-width:359px){.flexcontent{width:60%}.homeinputbox{width:100%!important;display:inline-block!important}#main_content_area .middle-text .input-boxes .col-xs-2.location,#main_content_area .middle-text .input-boxes .col-xs-2.search,#main_content_area .middle-text .input-boxes .col-xs-2.selCat,.current_category_click,.current_location_click{width:200px!important}#land_image .middle-text{margin-top:15px}#main_content_area .middle-text .input-boxes .col-xs-2.location .set_curr_location,#main_content_area .middle-text .input-boxes .col-xs-2.selCat .set_curr_category{height:10px;width:17px;background-size:200px auto;background-position:-39px -33px}.current_location_click .globe_location,.current_location_click span{padding:0 15px 0 35px}#city_auto .globe_location,.sel_cats{padding:0 15px}#cityAuto .globe_location,.current_location_click .globe_location,.current_location_click span{font-size:10px}}@media only screen and (min-width:640px) and (max-width:767px){.show_ajax_collection_data .recomended_category .recomended_category_poi{width:100%}.recomended_category .recomended_category_poi .col-lg-4 .img_box,.related_collection .collection_result .col-lg-4 .four_by_three{width:272px;height:204px}.mycollection.page-mycollection .top_my_collection_detail_page .top_collection_results .row.recomended_category_poi{width:auto}.mycollection.page-mycollection .top_my_collection_detail_page .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi .col-lg-4 .img_box{width:274px;height:206px}.mycollection.page-mycollection .top_my_collection_detail_page .row.my_collection_detail_content .top_collection_results .row.recomended_category_poi .col-lg-4 .img_box .four_by_three{width:274px;height:206px}.show_ajax_collection_data .recomended_category .recomended_category_poi .col-lg-4 .img_box{width:100%}.related_collection .collection_result .browse_col_desc .header_txt,.saved_collection .search_result .browse_col_desc .header_txt,.top_my_collections .top_mycollection_data .recomended_category .recomended_category_poi .header_txt{font-size:24px}.saved_collection .search_result .keyword_txt_save_unsave .keywords,.top_my_collections .recomended_category_poi .add_to_collection_bookmark,.top_my_collections .recomended_category_poi .delete_collection_bookmark{font-size:18px}.top_my_collections .col-lg-4 .create_collection_icon{background-size:115px auto;height:115px;left:67px;top:36px;width:115px}#virtualtour .virtualtour_icon,.detail_content .detail_button .button.add_remove_collection .add_icon,.detail_content .detail_button .button.add_remove_collection .remove_icon{margin:-9px 5px}.detail_content .detail_button .button.email_location .email_icon{margin:-4px 5px}.detail_content .detail_button .button.email_location .upcoming_event_icon{margin:-9px 5px}.besttag_cat_poi .recommend_image{width:106px;height:78px}.recomended_category .recomended_category_poi .col-lg-2 .img_box{height:80px}.img_Titles .c_subtitle{font-size:18px}.border_purpose{height:80px}.recomended_category.category_page{padding:1%;margin-top:20px}}@media only screen and (min-width:320px) and (max-width:736px){.poi_services{padding:10px}.poi_services h3{font-size:20px}.hotel_services_list li,.other_info_list .poi_checkin_checkout,.other_info_list .poi_number_of_rooms,.other_info_list .poi_price_range{font-size:15px;width:100%}.hotel_services_list ul,.other_info_list{width:80%;margin:0 10%}#searchAuto .ui-autocomplete .accommodations::before{background-position:5px -27px;background-size:22px auto;height:13px;margin-left:-36px;width:27px}#searchAuto .ui-autocomplete .shopping::before{background-position:-2px -113px;background-size:22px auto;height:16px;margin-left:-28px;margin-top:3px;width:18px}#searchAuto .ui-autocomplete .nightlife::before{background-position:-5px -91px;background-size:22px auto;height:17px;margin-left:-24px;width:11px}#searchAuto .ui-autocomplete .restAndCafe::before{background-position:5px -45px;background-size:22px auto;height:20px;margin-left:-33px;width:26px}#searchAuto .ui-autocomplete .attractions::before{background-position:5px -68px;background-size:22px auto;height:17px;margin-left:-32px;width:25px}#searchAuto_header .ui-autocomplete .accommodations::before{background-position:0 -30px;background-size:25px auto;height:15px;margin-left:-30px;margin-top:6px;width:25px}#searchAuto_header .ui-autocomplete .shopping::before{background-position:-2px -128px;background-size:25px auto;height:19px;margin-left:-28px;margin-top:2px;width:21px}#searchAuto_header .ui-autocomplete .nightlife::before{background-position:-6px -104px;background-size:25px auto;height:18px;margin-left:-23px;margin-top:5px;width:12px}#searchAuto_header .ui-autocomplete .restAndCafe::before{background-position:-1px -51px;background-size:25px auto;height:23px;margin-left:-26px;width:23px}#searchAuto_header .ui-autocomplete .attractions::before{background-position:-1px -78px;background-size:25px auto;height:19px;margin-left:-28px;margin-top:2px;width:23px}#searchAuto .ui-autocomplete .adayinthecity::before,#searchAuto_header .ui-autocomplete .adayinthecity::before{background-position:-161px -101px;background-size:225px auto;height:30px;width:30px;margin-top:-3px}#searchAuto .ui-autocomplete .threedaysinthecity::before,#searchAuto_header .ui-autocomplete .threedaysinthecity::before{background-position:-189px -3px;background-size:225px auto;height:30px;width:30px;margin-top:-3px}#searchAuto .ui-autocomplete .aweekinthecity::before,#searchAuto_header .ui-autocomplete .aweekinthecity::before{background-position:-189px -36px;background-size:225px auto;height:30px;width:30px;margin-top:-3px}#searchAuto .ui-autocomplete .free::before,#searchAuto_header .ui-autocomplete .free::before{background-position:-82px -67px;background-size:220px auto;height:30px;width:30px}#searchAuto .ui-autocomplete .veryexpensive::before,#searchAuto_header .ui-autocomplete .veryexpensive::before{background-position:0 -40px;background-size:90px auto;width:32px;margin-left:-40px!important}#searchAuto .ui-autocomplete .expensive::before,#searchAuto_header .ui-autocomplete .expensive::before{background-position:-2px -38px;background-size:125px auto;height:17px;width:32px}#searchAuto .ui-autocomplete .budget::before,#searchAuto_header .ui-autocomplete .budget::before{background-position:-126px -2px;background-size:235px auto;height:31px;margin-top:-2px;width:30px;margin-left:-37px!important}#searchAuto .ui-autocomplete .moderate::before,#searchAuto_header .ui-autocomplete .moderate::before{background-position:-3px -22px;background-size:150px auto;height:21px;width:24px}#searchAuto .ui-autocomplete .luxury::before,#searchAuto_header .ui-autocomplete .luxury::before{background-position:-98px -56px;background-size:185px auto;height:25px;width:27px;margin-top:-4px}#searchAuto .ui-autocomplete .culture::before,#searchAuto_header .ui-autocomplete .culture::before{background-position:-73px -2px;background-size:200px auto;height:27px;width:22px}#searchAuto .ui-autocomplete .family::before,#searchAuto_header .ui-autocomplete .family::before{background-position:-64px -28px;background-size:175px auto;height:23px;width:28px;margin-top:-2px}#searchAuto .ui-autocomplete .practicalinformation::before,#searchAuto_header .ui-autocomplete .practicalinformation::before{background-position:-173px -88px;background-size:195px auto;height:31px;margin-top:-2px;width:20px;margin-left:-25px!important}#searchAuto .ui-autocomplete .healthandwellness::before,#searchAuto_header .ui-autocomplete .healthandwellness::before{background-position:-67px -81px;background-size:180px auto;height:24px;margin-top:-4px;width:27px}#searchAuto .ui-autocomplete .hiddengems::before,#searchAuto_header .ui-autocomplete .hiddengems::before{background-position:-109px -30px;background-size:200px auto;height:28px;width:22px}#searchAuto .ui-autocomplete .outdoors::before,#searchAuto_header .ui-autocomplete .outdoors::before{background-position:-101px -84px;background-size:190px auto;height:26px;width:30px}#searchAuto .ui-autocomplete .romance::before,#searchAuto_header .ui-autocomplete .romance::before{background-position:-133px -2px;background-size:190px auto;height:25px;margin-top:-2px;width:24px}#searchAuto .ui-autocomplete .trendy::before,#searchAuto_header .ui-autocomplete .trendy::before{background-position:-140px -30px;background-size:200px auto;height:26px;margin-top:-2px;width:20px}#searchAuto .ui-autocomplete .weirdandwonderful::before,#searchAuto_header .ui-autocomplete .weirdandwonderful::before{background-position:-129px -55px;background-size:185px auto;height:25px;margin-top:-2px;width:26px}#searchAuto .ui-autocomplete .beautyAndSpas::before,#searchAuto_header .ui-autocomplete .beautyAndSpas::before{background-position:-169px -61px;background-size:200px auto;height:27px;width:29px}#searchAuto .ui-autocomplete .poiImage,#searchAuto_header .ui-autocomplete .poiImage{background-position:-1px 4px!important;background-size:30px auto!important}#searchAuto ul li,#searchAuto_header ul li{min-height:45px}#searchAuto .ui-autocomplete .adayinthecity::before,#searchAuto .ui-autocomplete .aweekinthecity::before,#searchAuto .ui-autocomplete .beautyAndSpas::before,#searchAuto .ui-autocomplete .budget::before,#searchAuto .ui-autocomplete .cheap::before,#searchAuto .ui-autocomplete .culture::before,#searchAuto .ui-autocomplete .expensive::before,#searchAuto .ui-autocomplete .family::before,#searchAuto .ui-autocomplete .free::before,#searchAuto .ui-autocomplete .healthandwellness::before,#searchAuto .ui-autocomplete .hiddengems::before,#searchAuto .ui-autocomplete .luxury::before,#searchAuto .ui-autocomplete .moderate::before,#searchAuto .ui-autocomplete .outdoors::before,#searchAuto .ui-autocomplete .practicalinformation::before,#searchAuto .ui-autocomplete .romance::before,#searchAuto .ui-autocomplete .threedaysinthecity::before,#searchAuto .ui-autocomplete .trendy::before,#searchAuto .ui-autocomplete .veryexpensive::before,#searchAuto .ui-autocomplete .weirdandwonderful::before{margin-left:-30px}#searchAuto .ui-autocomplete .accommodations,#searchAuto .ui-autocomplete .adayinthecity,#searchAuto .ui-autocomplete .attractions,#searchAuto .ui-autocomplete .aweekinthecity,#searchAuto .ui-autocomplete .beautyAndSpas,#searchAuto .ui-autocomplete .budget,#searchAuto .ui-autocomplete .cheap,#searchAuto .ui-autocomplete .culture,#searchAuto .ui-autocomplete .expensive,#searchAuto .ui-autocomplete .family,#searchAuto .ui-autocomplete .free,#searchAuto .ui-autocomplete .healthandwellness,#searchAuto .ui-autocomplete .hiddengems,#searchAuto .ui-autocomplete .luxury,#searchAuto .ui-autocomplete .moderate,#searchAuto .ui-autocomplete .nightlife,#searchAuto .ui-autocomplete .outdoors,#searchAuto .ui-autocomplete .practicalinformation,#searchAuto .ui-autocomplete .restAndCafe,#searchAuto .ui-autocomplete .romance,#searchAuto .ui-autocomplete .shopping,#searchAuto .ui-autocomplete .threedaysinthecity,#searchAuto .ui-autocomplete .trendy,#searchAuto .ui-autocomplete .veryexpensive,#searchAuto .ui-autocomplete .weirdandwonderful,#searchAuto_header .ui-autocomplete .accommodations,#searchAuto_header .ui-autocomplete .adayinthecity,#searchAuto_header .ui-autocomplete .attractions,#searchAuto_header .ui-autocomplete .aweekinthecity,#searchAuto_header .ui-autocomplete .beautyAndSpas,#searchAuto_header .ui-autocomplete .budget,#searchAuto_header .ui-autocomplete .cheap,#searchAuto_header .ui-autocomplete .culture,#searchAuto_header .ui-autocomplete .expensive,#searchAuto_header .ui-autocomplete .family,#searchAuto_header .ui-autocomplete .free,#searchAuto_header .ui-autocomplete .healthandwellness,#searchAuto_header .ui-autocomplete .hiddengems,#searchAuto_header .ui-autocomplete .luxury,#searchAuto_header .ui-autocomplete .moderate,#searchAuto_header .ui-autocomplete .nightlife,#searchAuto_header .ui-autocomplete .outdoors,#searchAuto_header .ui-autocomplete .practicalinformation,#searchAuto_header .ui-autocomplete .restAndCafe,#searchAuto_header .ui-autocomplete .romance,#searchAuto_header .ui-autocomplete .shopping,#searchAuto_header .ui-autocomplete .threedaysinthecity,#searchAuto_header .ui-autocomplete .trendy,#searchAuto_header .ui-autocomplete .veryexpensive,#searchAuto_header .ui-autocomplete .weirdandwonderful{min-height:35px!important}#searchAuto_header .ui-autocomplete .adayinthecity::before,#searchAuto_header .ui-autocomplete .aweekinthecity::before,#searchAuto_header .ui-autocomplete .beautyAndSpas::before,#searchAuto_header .ui-autocomplete .budget::before,#searchAuto_header .ui-autocomplete .cheap::before,#searchAuto_header .ui-autocomplete .culture::before,#searchAuto_header .ui-autocomplete .expensive::before,#searchAuto_header .ui-autocomplete .family::before,#searchAuto_header .ui-autocomplete .free::before,#searchAuto_header .ui-autocomplete .healthandwellness::before,#searchAuto_header .ui-autocomplete .hiddengems::before,#searchAuto_header .ui-autocomplete .luxury::before,#searchAuto_header .ui-autocomplete .moderate::before,#searchAuto_header .ui-autocomplete .outdoors::before,#searchAuto_header .ui-autocomplete .practicalinformation::before,#searchAuto_header .ui-autocomplete .romance::before,#searchAuto_header .ui-autocomplete .threedaysinthecity::before,#searchAuto_header .ui-autocomplete .trendy::before,#searchAuto_header .ui-autocomplete .veryexpensive::before,#searchAuto_header .ui-autocomplete .weirdandwonderful::before{margin-left:-32px}#searchAuto span,#searchAuto_header span{margin-left:5px}.detail_content .detail_down .detail_desc .d_socialurl{padding-left:0;font-size:17px}.detail_content .detail_down .detail_desc .d_socialurl .fb_icon.both,.detail_content .detail_down .detail_desc .d_socialurl .tw_icon.both{width:18px;height:18px}.instag{background-position:-51px -3px;background-size:72px auto;height:18px;width:18px}.d_socialurl .follow_title.both{padding-left:8px}.d_socialurl .follow_title.single{padding-left:19px}.detail_content .detail_down .detail_desc .d_socialurl .fb_icon.single,.detail_content .detail_down .detail_desc .d_socialurl .tw_icon.single{width:25px;height:25px;display:inline-block;margin-left:4px}.detail_content .detail_button .button span{font-size:16px}.besttag_cat_poi .recommend_image{width:106px;height:78px}.recomended_category .recomended_category_poi .col-lg-2 .img_box{height:80px}.img_Titles .c_subtitle{font-size:18px}.img_Titles{line-height:78px}.border_purpose{height:80px}.recomended_category.category_page{padding:1%;margin-top:20px;height:90px}}@media only screen and (min-width:320px) and (max-width:407px){#main_content_area .mobile-view-container-main .mobile-col-1 .img_box .img_bottom_overlay{height:32px;line-height:32px}}@media only screen and (min-width:408px) and (max-width:800px){#main_content_area .mobile-view-container-main .mobile-col-1 .img_box .img_bottom_overlay{height:35px;line-height:35px}}@media only screen and (min-width:320px) and (max-width:800px){#main_content_area .mobile-view-container-main{display:block}#main_content_area .plan_results{display:none}#main_content_area .mobile-view-container-main .divTableRow{text-align:left;margin:1% auto}#main_content_area .mobile-view-container-main .mobile-col-1{height:auto}#main_content_area .mobile-view-container-main .tableAddr>div{color:#001e62;cursor:default;font-size:2.8vw;margin-top:0;font-weight:400;max-height:45px;height:auto}#main_content_area .mobile-view-container-main .onlyfree{color:#cfd9a7;font-size:2.2vw;font-weight:700}#main_content_area .view_all{font-family:ProximaNova-Bold;font-size:16px;width:200px;padding:8px 5px;color:#001e62;background-color:#fff;text-align:center;border-radius:5px;margin:20px auto;border:2px solid #cccd96;cursor:pointer;display:inline-block}#main_content_area .hide_content{display:none}#main_content_area .mobile-view-container-main{margin:0 auto;text-align:center;width:100%}#main_content_area .mobile-view-container-main .mobile-view-category-content{display:inline-block;position:relative;width:100%}#main_content_area .mobile-view-container-main .itenary_header_text{margin-bottom:25px;font-size:3vw}#main_content_area .mobile-view-container-main .mobile-view-container{color:#253251;text-align:center;margin:0 auto;width:90%;display:inherit}#main_content_area .mobile-view-container-main .cat_content .mobile-col-1 .img_box{height:160px;width:200px}#main_content_area .mobile-view-container-main .cat_content .mobile-col-1 .img_box a>img{height:160px;width:200px}#main_content_area .mobile-view-container-main .mobile-col-1{margin:6px auto;float:left;background:#fff none repeat scroll 0 0;position:relative;width:100%;padding:3%}#main_content_area .mobile-view-container-main .itenary_header_text{color:#001e62;font-size:3vw;font-weight:700;text-align:center;width:90%;margin:10px auto}#main_content_area .mobile-view-container-main .glyphicon-usd{line-height:26px;color:#cccd96;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;font-size:2.4vw;float:right}#main_content_area .mobile-view-container-main .img_bottom_overlay{background-attachment:scroll;background-clip:border-box;background-color:rgba(0,0,0,0);background-image:url(https://cityseeker.com/assets/images/dark-overlay.png);background-origin:padding-box;background-position:0 0;background-repeat:no-repeat;background-size:100% auto;bottom:0;cursor:default;left:0;padding:0;position:absolute;z-index:10}#main_content_area .mobile-view-container-main .divTables{float:left;width:55%}#main_content_area .mobile-view-container-main .hide-mobile-category:first-child{display:block}#main_content_area .mobile-view-container-main .mobile-col-1 .img_box img{height:auto;width:100%;max-height:195px}#main_content_area .mobile-view-container-main .dataTitles{font-family:ProximaNova-Bold;letter-spacing:0;font-size:3.3vw;text-align:left;color:#001e62;cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none}#main_content_area .mobile-view-container-main .dataTitles.dataShort{font-style:italic;letter-spacing:0;font-size:2.4vw;text-align:left;color:#999;cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none}#main_content_area .mobile-view-container-main .tableAddr{display:inline-block;width:85%}#main_content_area .mobile-view-container-main .tableimg{margin-top:-3px;width:12%;text-align:left;vertical-align:top}#main_content_area .mobile-view-container-main .tableimg>img{width:80%}#main_content_area .mobile-view-container-main .tableAddr>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:0;cursor:default;color:#001e62;font-size:2.4vw;padding:0 0 0;position:relative;width:85%}#main_content_area .mobile-view-container-main .tableDist{color:#001e62;display:inline-block;margin-top:2px;margin-right:0;vertical-align:top;width:auto;text-align:left}#main_content_area .mobile-view-container-main .tableMilestxt{font-size:2.5vw;color:#001e62;display:inline-block;text-align:left;width:85%;margin-top:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#main_content_area .mobile-view-container-main .tableEndMile{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:0;cursor:default;color:#001e62;font-size:2.8vw;padding:0 0 0;position:relative;width:12%;overflow:hidden;font-weight:700;display:inline-block}#main_content_area .mobile-view-container-main .mobile-col-1 .img_box .img_bottom_overlay{width:100%;padding:1%;text-align:right;padding-right:5px}#main_content_area .mobile-view-container-main .mobile-col-1 .img_box{float:left;position:relative;width:40%;height:auto;margin:0 3.5% 0 0}#main_content_area .mobile-view-container-main .category-count{color:#b3b3b3;font-weight:400;margin:auto 5px}#main_content_area .mobile-view-container-main .mobile-view-container .cat_name{color:#4d4d4d;font-size:3vw;font-weight:700;text-align:left;margin:0 0 0 10px}#main_content_area .mobile-view-container-main .mobile-view-container .divTableCell.divTableAddress{margin:5px 0 0}#main_content_area .mobile-view-container-main .mobile-col-1 .tableimg{display:inline-block}#main_content_area .mobile-view-container-main .distance_record{box-sizing:border-box;color:#cccd96;display:inline-block;float:left;vertical-align:middle;margin:auto 10px}}@media only screen and (min-width:641px) and (max-width:800px){.hotel_services_list li,.other_info_list .poi_checkin_checkout,.other_info_list .poi_number_of_rooms,.other_info_list .poi_price_range{font-size:15px;width:50%}#main_content_area .mobile-view-container-main .mobile-col-1 .img_box .img_bottom_overlay{width:100%}#main_content_area .mobile-view-container-main .content_left{float:left}#main_content_area .mobile-view-container-main .mobile-view-container .mobile-col-1 .img_box .content_left.plan_div{margin-bottom:5px;margin-top:5px}#main_content_area .mobile-view-container-main .onlyfree{color:#cfd9a7;font-size:16px;font-weight:700}#main_content_area .mobile-view-container-main .glyphicon-usd{font-size:16px;letter-spacing:-2.5px}#main_content_area .mobile-view-container-main .distance_record{font-size:16px}}@media only screen and (min-width:481px) and (max-width:640px){#main_content_area .mobile-view-container-main .glyphicon-usd{font-size:15px;letter-spacing:-2.5px}#main_content_area .mobile-view-container-main .onlyfree{color:#cfd9a7;font-size:15px;font-weight:700}#main_content_area .mobile-view-container-main .content_left{float:left}#main_content_area .mobile-view-container-main .mobile-view-container .mobile-col-1 .img_box .content_left.plan_div{margin-bottom:5px;margin-top:5px}#main_content_area .mobile-view-container-main .distance_record{font-size:14px}.browse_collection .other_collection_list .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name,.browse_collection .search_result .keyword_txt_save_unsave .save_unsave.save_to_profile .unsave_name{font-size:11px;margin-bottom:0;margin-left:60px;margin-right:0;margin-top:-22px}.newgetdirection{width:70%}.recomended_category .recomended_category_poi{padding:0}}@media only screen and (min-width:481px) and (max-width:639px){.recomended_category.category_page{width:95%}.recomended_category .recomended_category_poi{padding:0}}@media only screen and (min-width:320px) and (max-width:480px){#main_content_area .mobile-view-container-main .dataTitles{font-size:font-size: 12.6px}#main_content_area .mobile-view-container-main .dataTitles.dataShort{font-size:2.5vw}#main_content_area .mobile-view-container-main .mobile-view-container .divTableCell.divTableAddress{margin:2px 0 0}#main_content_area .mobile-view-container-main .tableAddr{width:80%}#main_content_area .mobile-view-container-main .distance_record{margin:0 auto}#main_content_area .mobile-view-container-main .mobile-view-container .mobile-col-1 .img_box .content_left{float:left}#main_content_area .mobile-view-container-main .glyphicon{position:relative;top:5px}#main_content_area .mobile-view-container-main .onlyfree{color:#cfd9a7;font-size:14px!important;font-weight:700}#main_content_area .mobile-view-container-main .glyphicon-usd{font-size:14px;letter-spacing:-2.5px}#main_content_area .mobile-view-container-main .distance_record{font-size:12px;padding-left:5px}#mode-selector label{padding:0 10px;width:69px;border:0}.modeselections label>div>span{font-size:12px}.newgetdirection{background-size:298px auto;background-position:0 0}#mode-selector label>div>div.direction_img,#mode-selector label>div>div.direction_img.changemode-drive.changemode-drive_active,#mode-selector label>div>div.direction_img.changemode-drive:hover{background-position:0 -30px!important;height:30px;width:50px;background-size:200px auto}#mode-selector label>div>div.direction_img.changemode-drive{background-position:0 0!important}#mode-selector label>div>div.direction_img.changemode-transit{background-position:-49px 0!important}#mode-selector label>div>div.direction_img.changemode-transit.changemode-transit_active,#mode-selector label>div>div.direction_img.changemode-transit:hover{background-position:-49px -30px!important}#mode-selector label>div>div.direction_img.changemode-bike{background-position:-100px 0!important}#mode-selector label>div>div.direction_img.changemode-bike.changemode-bike_active,#mode-selector label>div>div.direction_img.changemode-bike:hover{background-position:-100px -30px!important}#mode-selector label>div>div.direction_img.changemode-walk{background-position:-151px 0!important}#mode-selector label>div>div.direction_img.changemode-walk.changemode-walk_active,#mode-selector label>div>div.direction_img.changemode-walk:hover{background-position:-151px -30px!important}#virtualtour .virtualtour_icon,.detail_content .detail_button .button.add_remove_collection .add_icon,.detail_content .detail_button .button.add_remove_collection .remove_icon{margin:-9px 5px}.detail_content .detail_button .button.email_location .email_icon{margin:-4px 5px}.detail_content .detail_button .button.email_location .upcoming_event_icon{margin:-9px 5px}.newgetdirection{width:400px}#recomended_category_poi .slick-prev{left:-25px}#recomended_category_poi .slick-next{right:-25px}.before_800{display:none!important}.after_800{display:block!important}.search_results .glyphicon-icon{display:none}.search_results .list-view{display:none}.search_results .grid-view{display:block}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .book_btn_cover{position:absolute;left:-9px;bottom:-9px;height:50px;line-height:50px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons .featured_category_bookTable{width:100%;height:50px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons{padding:10px 0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_buttons span{font-size:18px;line-height:50px}.map_title .other_title .detail_PoiName{width:70%}}@media only screen and (min-width:320px) and (max-width:374px){.next_page,.pagination_button,.previous_page{color:#192f66;font-size:14px;width:26px;height:26px;border-radius:50%;cursor:pointer;display:inline-block;line-height:23px;margin:2px;padding-left:0;padding-right:0}.next_page,.previous_page{width:14px;height:18px}.previous_page{background-position:0 -17px;background-size:35px auto;margin-left:-15px;margin-top:7px}.previous_page.active{background-position:-17px -17px}.next_page{background-position:0 0;background-size:35px auto;margin-right:-25px;margin-top:7px}.next_page.active{background-position:-17px 0}#calc_driving .form-group.test label span{font-weight:400}.form-horizontal .form-group-lg .control-label span{font-size:14px}#calc_driving .form-group.test label span img{width:20px}#main_content_area .mobile-view-container-main .mobile-col-1 .img_box{width:43%}#main_content_area .mobile-view-container-main .divTables{width:53%}#main_content_area .mobile-view-container-main .onlyfree{color:#cfd9a7;font-size:10px!important;font-weight:700;margin:3px 0 0 0;line-height:19px}#main_content_area .mobile-view-container-main .glyphicon-usd{font-size:10px;letter-spacing:-2.5px;line-height:16px;margin-bottom:10px}#main_content_area .mobile-view-container-main .distance_record{font-size:10px;padding-left:5px}.plan.page-plan .content_left.diamond{background-position:0 0;background-size:55px auto;height:14px;margin:5px 0;width:14px}.plan.page-plan .content_left.halfstar.diamond{background-position:-13px 0}.plan.page-plan .content_left.diamond.quaterstar{background-position:-40px 0}.plan.page-plan .content_left.diamond.threequaterstar{background-position:-53px 0}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rate.diamond{background-position:-2px -2px;background-size:75px auto;float:right;height:15px;margin:auto 0;width:16px}.featured_category .featured_category_poi .desc_box .featured_category_action .featured_category_rate.halfstar.diamond{background-position:-19px -2px;background-size:75px auto;float:right;height:15px;margin:auto 0;width:16px}}@media only screen and (min-width:320px) and (max-width:435px){.modal input.css-checkbox[type=checkbox]+label.css-label{font-size:18px}}@media only screen and (min-width:320px) and (max-width:567px){.recomended_category .recomended_category_poi .header_desc.nodesconlydd{height:auto!important;padding-bottom:25px}#recomended_category_poi .slick-next,#recomended_category_poi .slick-prev{display:none!important}.search_results .glyphicon-icon,.search_results .list-view{display:none!important}}@media only screen and (min-width:320px) and (max-width:667px){.glyphicon-icon{font-size:30px}}@media only screen and (min-width:320px) and (max-width:979px){#main-header .search_icon{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll 2px -28px/218px auto;height:19px;width:19px;display:inline-block;margin-top:15px;margin-left:28px;border:1px solid #8d8888;border-radius:15px;padding:12px;cursor:pointer}#main-header .middle-div{position:absolute;background-color:#fff;width:292px;left:35%;top:50px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;height:165px;display:none;-webkit-box-shadow:1px 1px 8px 1px rgba(0,0,0,.7);-moz-box-shadow:1px 1px 8px 1px rgba(0,0,0,.7);box-shadow:1px 1px 8px 1px rgba(0,0,0,.7);padding:10px}#main-header .middle-div .col-xs-2.location,#main-header .middle-div .col-xs-2.search,#main-header .middle-div .col-xs-2.selCat{margin:5px 0 0 0;padding:0 5px;width:270px;height:40px}#main-header .middle-div .col-xs-2.location{margin-left:0;margin-top:0}#main-header .middle-div .col-xs-2.location::before{background-position:-130px -8px;background-size:180px auto;height:16px;margin-left:5px;margin-right:5px;margin-top:10px;width:11px}#main-header .middle-div .col-xs-2.location .pick_city{width:77%;font-size:14px}#main-header .middle-div .col-xs-2.search #Headerex2{width:85%;height:37px;padding:0 0 0 10px;font-size:14px}#main-header .middle-div .col-xs-2.selCat .pick_category{width:87%;height:37px;padding:0 0 0 10px;font-size:14px}#main-header .middle-div .col-xs-2.search .glyphicon-search{font-size:14px;margin-left:0;margin-top:11px;padding-left:6px}#main-header .middle-div .col-xs-2.location .set_curr_location_header,#main-header .middle-div .col-xs-2.selCat .set_curr_category_header{background:transparent url(https://d21ih7actrrhve.cloudfront.net/assets/newimages/homeSprite.png) no-repeat scroll -44px -37px/226px auto;height:11px;margin-left:5px;margin-top:13px;width:22px}.current_category_click_header,.current_location_click_header{top:40px;width:270px;left:0}.current_category_click_header .curr_hr,.current_category_click_header .curr_hr_last,.current_location_click_header .curr_hr,.current_location_click_header .curr_hr_last{margin:5px 0}.sel_cats{padding:0 15px}}@media only screen and (min-width:320px) and (max-width:767px){#main-header .search_icon{margin-left:0;margin-top:8px}.searchLoader{bottom:10px;right:60px}}@media only screen and (min-width:360px) and (max-width:479px){#main-header .middle-div{top:38px;left:18%}.current_category_click_header{top:46px}#main-header .half-div .join_txt.myprofile_txt,#main-header .half-div .join_txt.sign_out{padding-left:5px;padding-right:5px}}@media only screen and (min-width:320px) and (max-width:359px){#main-header .middle-div{top:38px;left:7%}.current_category_click_header{top:46px}}.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_buttonDown{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox ~ .mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover ~ .mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox ~ .mCSB_scrollTools{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,0.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight{background-image:url(mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonUp:hover,.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonUp:active,.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,0.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,0.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:rgba(0,0,0,0.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,0.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,0.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,0.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,0.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,0.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,0.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,0.1)}.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,0.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,0.15)}.mCS-rounded.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,0.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=")}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,0.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d.mCSB_scrollTools,.mCS-3d-dark.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,0.2);box-shadow:inset 1px 0 1px rgba(0,0,0,0.5),inset -1px 0 1px rgba(255,255,255,0.2)}.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#555}.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,0.5),inset 0 -1px 1px rgba(255,255,255,0.2)}.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,0.1);box-shadow:inset 1px 0 1px rgba(0,0,0,0.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,0.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick.mCSB_scrollTools_vertical,.mCS-3d-thick-dark.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,0.1),inset 0 0 14px rgba(0,0,0,0.5)}.mCS-3d-thick.mCSB_scrollTools_horizontal,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.1),inset 0 0 14px rgba(0,0,0,0.5)}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,0.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,0.4)}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,0.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,0.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,0.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,0.1),inset 0 0 14px rgba(0,0,0,0.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,0.4),inset -1px 0 0 rgba(0,0,0,0.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,0.4),inset 0 -1px 0 rgba(0,0,0,0.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,0.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,0.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,0.2)}.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,0.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,0.2)}.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.75)}.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.85)}.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.9)}.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,0.1)}.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,0.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,0.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,0.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,0.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.9)}