/* Minification failed. Returning unminified contents.
(11923,103): run-time error CSS1031: Expected selector, found '/'
(11923,103): run-time error CSS1025: Expected comma or open brace, found '/'
 */
/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.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 2013 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);
}

.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-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.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-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.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 {
	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: 21px;
	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-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

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

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

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.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("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	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;
}
.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-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For 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-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: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre 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 li a {
	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 a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	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: #222222;
	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: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover 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);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For 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);
}
.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);
	border-radius: 8px;
}

.AccessibilityGrayscale {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.AccessibilityInvertedColorsImg {
    filter: invert(1);
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -o-filter: invert(1);
    -ms-filter: invert(1);
}

.AccessibilityInvertedColorsAllDiv {
    color: #ff0 !important;
    background-color: #000 !important;
}

.AccessibilityInvertedColors {
    color: #ff0 !important;
    background-color: #000 !important;
}

.AccessibilityInvertedColorsforTagA {
    outline: 1px dashed Gold;
    color: #ff0 !important;
    background-color: #000 !important;
}

.AccessibilityInvertedColorsforTagSpan {
    color: #fff !important;
    background-color: #000 !important;
}


.AccessibilityNormalBoldLinksA {
    border-bottom: 2px solid red !important;
    text-decoration: none;
    overflow: initial !important;
}

.AccessibilityNormalBoldLinksB {
    border-bottom: 2px solid red;
}

.AccessibilityGrayscaleBoldLinksA {
    border-bottom: 2px solid #4f4d4d !important;
    text-decoration: none;
    overflow: initial !important;
}

.AccessibilityGrayscaleBoldLinksB {
    border-bottom: 2px solid #4f4d4d;
}

.AccessibilityInvertedColorsBoldLinksA {
    border-bottom: 2px solid yellow !important;
    text-decoration: none;
    overflow: initial !important;
}

.AccessibilityInvertedColorsBoldLinksB {
    border-bottom: 2px solid yellow;
}

.AccessibilityFont125 {
    font-size: 125% !important;
}

.AccessibilityFont150 {
    font-size: 150% !important;
}

.AccessibilityBtn {
    z-index: 99999 !important;
    position: fixed !important;
    background-color: #fff !important;
    width: 100px !important;
    padding: 10px 10px 10px 10px !important;
    border: none !important;
    width: 30px !important;
    padding: 0 !important;
    font-size: 0px;
}

.AccessibilityCloseBtn {
    position: absolute;
    top: 1px;
    left: 1px;
    display: block;
    width: 18px;
    height: 28px;
    background-position: -168px -67px;
    background-color: #fff !important;
    width: 100px !important;
    padding: 10px 10px 10px 10px !important;
    border: none !important;
    width: 28px !important;
    padding: 4px !important;
}
.AccessibilityCloseBtn img {
    width: 100%;
}
.AccessibilityImg {
    width: 30px !important;
}

.AccessibilityImg {
    width: 30px !important;
}

.AccessibilityOption {
    position: fixed !important;
    z-index: 99999 !important;
    top: 35px !important;
    background-color: #fff;
    border: 1px solid #bdbdbd !important;
    padding: 10px 10px 0 10px !important;
    font-size: 15px /*!important*/;
    direction: rtl !important;
    display: none;
    right: 1px !important;
}

.Accessibility_list {
    display: inline-table !important;
    margin: 0 !important;
    padding: 0 !important;
    min-width: 155px !important;
    list-style-type: none;
}

.AccessibilityList {
    width: 100% !important;
    height: 60px !important;
    line-height: normal !important; /*Adira*/
    background-color: #fff;
    border-bottom: 1px solid #bdbdbd !important;
}

.AccessibilityFontOptions {
    height: 70px !important;
    line-height: normal !important; /*Adira*/
    border: none !important;
    font-weight: normal !important;
    border-bottom: 1px solid #bdbdbd !important;
}

.AccessibilityButton {
    background-color: #fff;
    cursor: pointer !important;
    text-decoration: none !important;
    margin: 0 10px 0 0 !important;
    min-width: auto !important;
    padding: 0 !important;
    min-height: -webkit-fill-available !important;
    border: none !important;
}

.AccessibilityList125 {
    font-size: 25px !important;
    text-decoration: none !important;
    margin: 0 10px 0 0 !important;
    min-width: auto !important;
    padding: 0 !important;
    border: none !important;
    background-color: #fff;
}

.AccessibilityList150 {
    border: none !important;
    font-size: 35px !important;
    background-color: #fff;
    margin: 0 10px 0 0 !important;
}

.AccessibilitycShowSelection {
    color: #3494f1 !important;
}

.AccessibilityStatementList {
    width: 100% !important;
    height: 60px !important;
    line-height: normal !important; /*Adira*/
    background-color: #fff;
}

.AccessibilityStatementBody {
    direction: rtl;
    line-height: 1.5;
    color: #555;
    font-family: 'Lato', sans-serif;
}


#statement h4 { 
    margin: 1px 1px 1px 1px!important;
 }
#statement h3 { 
    margin: 20px 1px 1px 1px!important;
 }

#statement h1 { 
    margin: 20px 1px 1px 1px!important;
 }

#statement p { 
   margin: 5px 1px 15px 1px!important;

 }

#statement ul { 
    margin: 1px 1px 1px 1px!important;
 }


.accessibility-nav {
    position: fixed;
    right: 20px;
    top: 25px;
    width: 200px;
    z-index: 100010;
    display:none;
}
.accessibility-nav a {
    position: absolute;
    right: 0;
    font-family:Arial;
    color: white;
    text-decoration-color: white;
    background: black;
}
.accessibility-nav a:focus {
    color: white;
    text-decoration-color: white;
}

.accessibility-nav a:not(:focus) {
    color: transparent;
    line-height: 0;
    font-size: 0;
}

.lb-prev:focus {
    outline: none !important;
    border: 2px solid red !important;
    width: 10% !important;
    height: 10% !important;
    margin-top: 270px;    
}

.lb-next:focus {
    outline: none !important;
    border: 2px solid red !important;
    width: 10% !important;
    height: 10% !important;
    margin-top: 270px;    
}

.lb-close:focus {
    outline: none !important;
    border:2px solid red !important;
}

a > img:focus {
    border: solid 1px red !important;
}
.ReviewAfterContact {display: inline-block;float: right;width: 925px;background: #ffffff;border-top: 1px solid #c1c1b5;border-bottom: 1px solid #c1c1b5;padding: 20px 25px 20px 0;margin:10px 0 25px 0;}
.ReviewAfterContact .ReviewAfterContactTitle {display: inline-block;float: right;width: 925px;font: bold 18px arial;color: #1f84e0;direction: rtl;}
.ReviewAfterContact .ReviewAfterContactText {display: inline-block;float: right;width: 100%;text-align:right;margin-top: 5px;font: 14px arial;color: #494949;direction:rtl;line-height:22px;}
.ReviewAfterContact .ReservationGeneralInfo {display: inline-block;float: right;width: 925px;text-align: right;margin-top: 25px;}
.ReviewAfterContact .ReservationGeneralInfo .GeneralInfoRow {display: inline-block;float: right;width: 925px;}
.ReviewAfterContact .ReservationGeneralInfo .GeneralInfoRow .InfoLabel {display:inline-block;float:right;text-align:right;font:14px arial;color:#494949;direction:rtl;margin-left:5px;line-height:22px;}
.ReviewAfterContact .ReservationGeneralInfo .GeneralInfoRow .InfoText {display:inline-block;float:right;text-align:right;font:14px arial;color:#959595;direction:rtl;line-height:22px;}
    
.AgentsReviews .Comments {display: inline-block;float: right;width: 855px;text-align:right;direction:rtl;}
.AgentsReviews .Comments .Comment {display: inline-block;float: right;width: 855px;margin-top: 30px;}
.AgentsReviews .Comments .Comment .commentTitle {display:inline-block;float:right;width:855px; text-align:right; font: bold 12px arial;color:#3c3c3c;line-height:25px;}
.AgentsReviews .Comments .Comment .commentTxt {display: inline-block;float: right;width: 855px;text-align: right;font: 12px arial;color: #3c3c3c;line-height:25px;}
.AgentsReviews .Comments .Comment .commentTxt .Bullet {display: inline-block;float: right;width: 5px;height: 5px;background: #959595;margin: 10px 15px 0 10px;}
.AgentsReviews .Comments .Comment .commentTxt .Txt {display: inline-block;float: right;}

.AgentsReviews .SendReviewButton {display: inline-block;float: left;width: 123px;height: 31px;background: url('/content/images/travel-sprite.png') -1014px -453px no-repeat transparent;cursor: pointer;}
.AgentsReviews .SendReviewButton:hover {background: url("/content/images/travel-sprite.png") -1143px -453px no-repeat transparent;}
.AgentsReviews .SendReviewButton:active {background: url("/content/images/travel-sprite.png") -1014px -453px no-repeat transparent;}

.AgentsReviews .SendingReviewText {float: left;font-family: arial;color: blue;display: none; }

.AgentsReviews {display: inline-block;float: right;width: 950px;margin-bottom:30px;}
.AgentsReviews .AgentsReviewsHeader {display: inline-block;float: right;text-align:right;width: 950px;margin-bottom: 15px;font:bold 24px arial; color:#3c3c3c;}
.AgentsReviews .AgentsReviewsMain {display: inline-block;float: right;width: 855px;background: #ffffff;padding: 30px 50px 65px 45px;border-top: 1px solid #c1c1b5;border-bottom: 1px solid #c1c1b5;}
.Ratings {display: inline-block;float: right;width: 855px;text-align: right;direction: rtl;}
.Ratings .RatingsLabels {display: inline-block;float: right;width: 195px;font: bold 16px arial;color: #3c3c3c;margin-top:35px;}
.Ratings .RatingsLabels .RateLabel {display: inline-block;float: right;width: 195px;height: 63px;}
.Ratings .RatingsLines {display: inline-block;float: left;width: 652px;}
.Ratings .RatingsLines .RatingNumbers {display: inline-block;float: left;width: 652px;padding-left: 10px;}
.Ratings .RatingsLines .RatingNumbers span {display: inline-block;float:left;text-align:right;width:61px;font: bold 14px arial;color: #c6c6c6;}
.RatingRangeBox {display: inline-block;float:left;width:610px;margin-top:30px;}
.RatingRangeBox .RatingRangeBar {display: inline-block;float: left;width: 100%;height: 7px;background: #dbdbdb;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border:1px solid #c6c6c6;}
.RatingRangeBox .Ratings {display: inline-block;float: right;width: 100%;margin-top:6px;}
.RatingRangeBox .Ratings .BottomRange {display: inline-block;float: right;font: 12px arial;color: #858585;direction: rtl;}
.RatingRangeBox .Ratings .TopRange {display: inline-block;float: left;font: 12px arial;color: #858585;direction: rtl;}

.SatisfactionRadios {display: inline-block;float: right;width: 855px;margin: 30px 0 20px 0;}
.SatisfactionRadios .question.first {display: inline-block;float: right;width: 420px;text-align:right;}
.SatisfactionRadios .question {display: inline-block;float: right;width: 435px;text-align:right;}
.SatisfactionRadios .question .SatisfactionRadiosLabel {display: inline-block;float: right;text-align: right;font: bold 16px arial;color: #3c3c3c;direction: rtl;margin-left: 12px;}
.SatisfactionRadios .question .Radios {display: inline-block;float: right;}
.SatisfactionRadios .question .Radios .radio {display: inline-block;float: right;width: 60px;}
.SatisfactionRadios .question .Radios .radio .RadioButton {display: inline-block;float: right;width: 18px;height: 18px;background: url("/content/images/travel-sprite.png") -779px -112px no-repeat transparent;}
.SatisfactionRadios .question .Radios .radio .RadioButton.Selected {background: url("/content/images/travel-sprite.png") -804px -112px no-repeat transparent;}
.SatisfactionRadios .question .Radios .radio .RadioButton input[type="radio"] {display:inline-block;float:right;width: 18px;height:18px; -webkit-opacity: 0; -moz-opacity: 0;filter:alpha(opacity=0);opacity:0;margin:0;padding:0;cursor:pointer;}
.SatisfactionRadios .question .Radios .radio .RadioButtonTxt {display: inline-block;float: right;text-align: right;font: 14px arial;color: #187dda;margin-right: 10px;line-height: 18px;}
.SatisfactionRadios .question .Radios .radio.Selected .RadioButtonTxt {font-weight:bold;}

.AgentsReviewsTitle {display: inline-block;float: right;width: 855px;text-align: right;direction: rtl;font: bold 18px arial;color: #1f84e0;margin-top:20px;}
.WriteReview {display: inline-block;float: right;width: 855px;text-align: right;direction: rtl;margin:15px 0 30px 0;}
.WriteReview textarea {display: inline-block;float: right;width: 100%;height: 100px;border: 1px solid #c6c6c6;border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;font: 14px arial;color: #3c3c3c;line-height: 25px;padding-right: 10px;outline:none;}
.UserDetails {display:inline-block;float:right;width:855px; text-align:right;direction:rtl;margin-top:15px;}
.UserDetails .UserDetailsRow {display: inline-block;float: right;width: 855px;text-align: right;direction: rtl;height:35px;}
.UserDetails .UserDetailsRow .UserDetailsLabel {display: inline-block;float: right;text-align: right;font: 14px arial;color: #3c3c3c;margin-left: 10px;line-height:28px;}
.UserDetails .UserDetailsRow .UserDetailsInfo {display: inline-block;float: right;font: 14px arial;color: #7a7a7a;line-height:28px;}
.UserDetails .CheckBox {display: inline-block;float: right;width: 540px;text-align:right;direction:rtl;margin-top:25px;}
.UserDetails .CheckBox .InputCheckBox {display: inline-block;float: right;width: 18px;height: 19px;background: url("/content/images/travel-sprite.png") -650px 0 no-repeat transparent;margin-bottom:10px;}
.UserDetails .CheckBox .InputCheckBox.Checked {background: url("/content/images/travel-sprite.png") -625px 0 no-repeat transparent;}
.UserDetails .CheckBox .InputCheckBox input[type="checkbox"] {display: inline-block;float: right;width: 17px;height: 18px;margin: 0;padding: 0;-webkit-opacity: 0;-moz-opacity: 0;filter: alpha(opacity=0);opacity: 0;}
.UserDetails .CheckBox label {display: inline-block;float: right;margin-right: 10px;text-align: right;font: bold 14px arial;color: #3c3c3c;direction: rtl;}

.RatingRangeBox .ui-slider{display: inline-block;float: left;width: 100%;height: 7px;background: #dbdbdb;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border:1px solid #c6c6c6;cursor: pointer;}
.RatingRangeBox .ui-slider-handle {display: inline-block;float: left;width: 23px;height: 23px;position: absolute;background: url("/content/images/travel-sprite.png") -857px -111px no-repeat !important;margin-top:-3px;margin-left:-7px;border: none;cursor: pointer;}
.RatingRangeBox .ui-slider-range{display: inline-block;float: left;width: 83%;height:7px;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;position:relative;background: #145997;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0NTk5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjMWU4MmRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFlODJkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background: -moz-linear-gradient(left,  #145997 0%, #1e82dd 7%, #1e82dd 100%);background: -webkit-gradient(linear, left top, right top, color-stop(0%,#145997), color-stop(7%,#1e82dd), color-stop(100%,#1e82dd));background: -webkit-linear-gradient(left,  #145997 0%,#1e82dd 7%,#1e82dd 100%);background: -o-linear-gradient(left,  #145997 0%,#1e82dd 7%,#1e82dd 100%);background: -ms-linear-gradient(left,  #145997 0%,#1e82dd 7%,#1e82dd 100%);background: linear-gradient(to right,  #145997 0%,#1e82dd 7%,#1e82dd 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#145997', endColorstr='#1e82dd',GradientType=1 );}
.RatingRangeBox .ui-state-hover, .RatingRangeBox .ui-state-focus, .RatingRangeBox .ui-state-active{ border: none!important;}
.RatingRangeBox a { outline: none;}

.AgentBox {
    display: inline-block;
    float: right;
    width: 950px;
    text-align: right;
    background: #ffffff;
    border-top: 1px solid #c1c1b5;
    padding-bottom: 25px;
}

    .AgentBox .AgentLogo {
        display: inline-block;
        float: right;
        width: 145px;
        text-align: right;
        margin: 20px 17px 15px 0;
    }

    .AgentBox .AgentRating {
        display: inline-block;
        float: right;
        width: 168px;
        margin-top: 27px;
    }

        .AgentBox .AgentRating .RatingAverage {
            display: inline-block;
            float: right;
            width: 228px;
            text-align: right;
        }

            .AgentBox .AgentRating .RatingAverage .RatingAverageLabel {
                display: inline-block;
                float: right;
                text-align: right;
                font: 16px arial;
                color: #494949;
                direction: rtl;
            }

            .AgentBox .AgentRating .RatingAverage .RatingAverageNum {
                display: inline-block;
                float: right;
                width: 29px;
                height: 16px;
                margin-right: 5px;
                text-align: center;
                font: bold 12px arial;
                color: #ffffff;
                direction: rtl;
                margin-top: 2px;
                padding-top: 2px;
                background: -moz-linear-gradient(top, #fab603,#f9a801);
                background: -webkit-linear-gradient(top,#fab603,#f9a801);
                background: linear-gradient(to bottom, #fab603,#f9a801);
                border-radius: 12px;
            }

        .AgentBox .AgentRating .ReviewsLink {
            display: inline-block;
            float: right;
            text-align: right;
            font: 16px arial;
            color: #6f6f6f;
            margin-top: 5px;
        }

            .AgentBox .AgentRating .ReviewsLink a {
                text-decoration: underline;
                color: #6f6f6f;
            }

    .AgentBox .PaymentsAndBenefits {
        display: inline-block;
        float: right;
        width: 325px;
        margin-top: 27px;
        direction: rtl;
    }

        .AgentBox .PaymentsAndBenefits .Payments, .Benefits {
            display: inline-block;
            float: right;
            width: 265px;
            text-align: right;
            font: 16px arial;
            direction: rtl;
            margin-bottom: 3px;
        }

        .AgentBox .PaymentsAndBenefits .label {
            display: inline-block;
            float: right;
            color: #3c3c3c;
            margin-left: 5px;
        }

        .AgentBox .PaymentsAndBenefits .txt {
            display: inline-block;
            float: right;
            color: #7a7a7a;
        }

    .AgentBox .Price {
        display: inline-block;
        float: right;
        width: 130px;
        text-align: right;
        font: bold 24px arial;
        color: #3c3c3c;
        direction: rtl;
        margin-top: 30px;
    }

    .AgentBox .Reservation {
        display: inline-block;
        float: right;
        width: 160px;
        margin-top: 27px;
    }

        .AgentBox .Reservation a {
            text-decoration: none;
        }

        .AgentBox .Reservation .ReservationRemark {
            display: inline-block;
            float: right;
            width: 160px;
            margin-top: 2px;
            text-align: right;
            font: 12px arial;
            color: #3c3c3c;
            direction: rtl;
        }

    .AgentBox .ReviewsLink.notClickable a {
        text-decoration: none;
    }

        .AgentBox .ReviewsLink.notClickable a:hover {
            cursor: default !important;
        }
    .AgentBox .info {
        top: 5px;
    }

    .AgentBox .info-text-container {
        top: 28px;
        right: -7px;
        margin: 0;
    }

        .AgentBox .info-text-container:before {
            right: 10px;
            top: -14px;
            border-color: transparent transparent gray transparent;
            border-width: 7px;
        }

        .AgentBox .info-text-container:after {
            right: 11px;
            top: -12px;
            border-color: transparent transparent white transparent;
            border-width: 6px;
        }

        .AgentBox .info-text-container:after, .AgentBox .info-text-container:before {
            content: '';
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
        }

    .AgentBox .avg-price {
        font-size: 14px;
        float: right;
        font-weight: normal;
        width: 100%;
    }
.AgentsRatingTitle {display: inline-block;float: right;width: 950px;text-align: right;font: bold 24px arial;color: #3c3c3c;}
.AgentsList {display: inline-block;float: right;width: 950px;margin-top: 15px;}

.AgentRatingBox {display: inline-block;float: right;width: 950px;text-align: right;background: #ffffff;border-top: 1px solid #c1c1b5;}
.AgentRatingBox .AgentLogo {display: inline-block;float: right;width: 145px;text-align: right;margin: 20px 17px 15px 0;}
.AgentRatingBox .AgencyName {display: inline-block;float: right;width: 200px;margin-left:10px;margin-bottom:30px;text-align: right;font: bold 24px arial;color: #3c3c3c;direction:rtl;margin-top:30px;}
.AgentRatingBox .RatingSummaryBox.agent {display: inline-block;float: right;width: 350px;margin-top:28px;}
.AgentRatingBox .RatingSummaryBox .RatersNumber {display: inline-block;float: right;text-align: right;width: 265px;font: bold 18px arial;color: #1075d1;direction: rtl;}
.AgentRatingBox .RatingSummary {display:inline-block;float:right;width:270px;text-align:right;direction:rtl;font:14px arial;color:#3c3c3c;}
.AgentRatingBox .RatingSummary .RatingTopicBlock {display: inline-block;float: right;width: 113px;text-align: right;direction: rtl;margin-bottom:8px;}
.AgentRatingBox .RatingSummary .label {display: inline-block;float: right;text-align: right;direction: rtl;font: 14px arial;color: #3c3c3c;}
.AgentRatingBox .RatingSummary .Txt {display: inline-block;float: right;text-align: right;direction: rtl;font: 14px arial;color: #7a7a7a;margin-right:3px;}
.AgentRatingBox .AgentAverageRate {display: inline-block;float: right;width: 70px;text-align: center;}
.AgentRatingBox .AgentAverageRate .label {display: inline-block;float: right;width:70px;text-align: center;direction: rtl;font:bold 14px arial;color: #3c3c3c;}
.AgentRatingBox .AverageNum {display: inline-block;float: right;width: 70px;text-align: center;margin-top: 3px;}
    .AgentRatingBox .AverageNum .RatingAverageNum {
        display: inline-block;
        float: right;
        width: 29px;
        height: 16px;
        margin-right: 5px;
        text-align: center;
        font: bold 12px arial;
        color: #ffffff;
        direction: rtl;
        margin-top: 2px;
        padding-top: 2px;
        background: -moz-linear-gradient(top, #fab603,#f9a801);
        background: -webkit-linear-gradient(top,#fab603,#f9a801);
        background: linear-gradient(to bottom, #fab603,#f9a801);
        border-radius: 12px;
    }
.AgentRatingBox .ReviewsSummary {display: inline-block;float: right;width: 130px;text-align: right;direction: rtl;margin:28px 65px 0 0;}
.AgentRatingBox .ReviewsSummary .ReviewsNumber {display: inline-block;float: right;width: 130px;text-align: right;font: 14px arial;color: #494949;margin-bottom: 8px;}
.AgentRatingBox .ReviewsSummary .ReadWriteReviews {display: inline-block;float: right;width: 130px;font: 14px arial;color: #959595;}
.AgentRatingBox .ReviewsSummary .ReadWriteReviews a {text-decoration: underline;color: #959595;}

.separator {display: inline-block;float: right;width: 950px;height: 1px;background: #c1c1b5;margin: 0;padding: 0;}

.separator {display: inline-block;float: right;width: 950px;height: 1px;background: #c1c1b5;margin: 0;padding: 0;}
.ReservationProcessHeader {display: inline-block;float: right;width: 950px;border-bottom: 1px solid #c1c1b5;text-align:right;direction:rtl;margin-bottom:20px;}
.ReservationProcessHeader .AgencyLogo {display: inline-block;float: right;width: 130px;height: 65px;text-align: center;border-top: 1px solid #c1c1b5;border-left: 1px solid #c1c1b5;border-right: 1px solid #c1c1b5;background: #ffffff;padding-top:5px;}
.ReservationProcessHeader .HeaderTxt {display: inline-block;float: right;text-align: right;font: bold 24px arial;color: #3c3c3c;margin: 35px 12px 0 0;}

.Reviews {display: inline-block;float: right;width: 950px;}
.RatingSummaryBox {display: inline-block;float: right;width: 910px;padding: 25px 20px;border-top: 1px solid #c1c1b5;border-bottom: 1px solid #c1c1b5;background:#ffffff;}
.RatingSummaryBox .RatersNumber {display: inline-block;float: right;text-align: right;width: 265px;font: bold 18px arial;color: #1075d1;direction: rtl;}
.AgentRatingSummary {display: inline-block;float: right;width: 350px;}
.AgentRatingSummary .RatersNumber {display: inline-block;float: right;text-align: right;width: 265px;font: bold 18px arial;color: #1075d1;direction: rtl;}
.RatingSummary {display:inline-block;float:right;width:270px;text-align:right;direction:rtl;font:14px arial;color:#3c3c3c;}
.RatingSummary .RatingTopicBlock {display: inline-block;float: right;width: 113px;text-align: right;direction: rtl;margin-bottom:8px;}
.RatingSummary .label {display: inline-block;float: right;text-align: right;direction: rtl;font: 14px arial;color: #3c3c3c;}
.RatingSummary .Txt {display: inline-block;float: right;text-align: right;direction: rtl;font: 14px arial;color: #7a7a7a;margin-right:3px;}
.AgentAverageRate {display: inline-block;float: right;width: 70px;text-align: center;}
.AgentAverageRate .label {display: inline-block;float: right;width:70px;text-align: center;direction: rtl;font:bold 14px arial;color: #3c3c3c;}
.AverageNum {display: inline-block;float: right;width: 70px;text-align: center;margin-top: 3px;}
    .AverageNum .RatingAverageNum {
        display: inline-block;
        float: right;
        width: 29px;
        height: 16px;
        margin-right: 5px;
        text-align: center;
        font: bold 12px arial;
        color: #ffffff;
        direction: rtl;
        margin-top: 2px;
        padding-top: 2px;
        background: -moz-linear-gradient(top, #fab603,#f9a801);
        background: -webkit-linear-gradient(top,#fab603,#f9a801);
        background: linear-gradient(to bottom, #fab603,#f9a801);
        border-radius: 12px;
    }
.ReviewsSummary {display: inline-block;float: right;width: 130px;text-align: right;direction: rtl;margin:28px 65px 0 0;}
.ReviewsSummary .ReviewsNumber {display: inline-block;float: right;width: 130px;text-align: right;font: 14px arial;color: #494949;margin-bottom: 8px;}
.ReviewsSummary .ReadWriteReviews {display: inline-block;float: right;width: 130px;font: 14px arial;color: #959595;}
.ReviewsSummary .ReadWriteReviews a {text-decoration: underline;color: #959595;}

/*.SortBy {display: inline-block;float: left;}
.SortBy .SortByList {display: inline-block;float: left;font: bold 14px arial;color: #3c3c3c;direction: rtl;margin: 15px 0;}
.SortBy .SortByList a {font: 14px arial;color: #1f84e0;text-decoration: none;margin: 0 5px;}
.SortBy .SortByList a:hover {text-decoration: underline;}
.SortBy .SortByList .selected {font: 14px arial;color: #7a7a7a;margin: 0 5px;}*/

.ReviewBoxes {display: inline-block;float: right;width: 950px;}
.ReviewBoxes .ReviewBox {display: inline-block;float: right;width: 910px;text-align:right;direction:rtl;background: #ffffff;border-top: 1px solid #c1c1b5;border-bottom: 1px solid #c1c1b5;padding: 30px 20px;margin-bottom:22px;}
.ReviewBox .UserDetails {display: inline-block;float: right;width: 260px;}
.ReviewBox .UserDetails .UserPic {display: inline-block;float: right;width:60px;height:59px;padding: 1px;border: 1px solid #c1c1b5;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;}
.ReviewBox .UserDetails .info {display: inline-block;float: right;width:185px;margin-right:8px;}
.ReviewBox .UserDetails .info .UserName, .ReviewDate, .Category, .Destination {display: inline-block;float: right;width:185px;}
.ReviewBox .UserDetails .label {display: inline-block;float: right;text-align: right;direction: rtl;font: 14px arial;color: #3c3c3c;line-height:22px;}
.ReviewBox .UserDetails .Txt {display: inline-block;float: right;text-align: right;direction: rtl;font: 14px arial;color: #7a7a7a;margin-right:3px;line-height:22px;}
.ReviewBox .ReviewDetails {display: inline-block;float: right;width: 600px;}
.ReviewBox .ReviewText {display: inline-block;float: right;width: 600px;text-align: right;direction: rtl;margin-top:15px;}
.ReviewBox .ReviewText .ReviewLabel {display: inline-block;float: right;width: 600px;text-align: right;direction: rtl;font: bold 14px arial;color: #3c3c3c;}
.ReviewBox .ReviewText .ReviewTxt {display: inline-block;float: right;text-align: right;direction: rtl;font: 14px arial;color: #3c3c3c;line-height:20px;margin-top:10px;}


/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

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

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

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

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

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

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

.fa-pull-left {
  float: left; }

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

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

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

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

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

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

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

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

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

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

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

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

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

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

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

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

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

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

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

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

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

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

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

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

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

.fa-amazon-pay:before {
  content: "\f42c"; }

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

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

.fa-amilia:before {
  content: "\f36d"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

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

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

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

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

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

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

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

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

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

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

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

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

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

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

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

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

.fa-asymmetrik:before {
  content: "\f372"; }

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

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

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

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

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

.fa-bacon:before {
  content: "\f7e5"; }

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

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

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

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

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

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

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

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

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

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

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

.fa-battle-net:before {
  content: "\f835"; }

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

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

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

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

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

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

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

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

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

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

.fa-biohazard:before {
  content: "\f780"; }

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

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

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

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

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

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

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

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

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

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

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

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

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

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

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

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

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

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

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

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

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

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

.fa-buffer:before {
  content: "\f837"; }

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

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

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

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

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

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

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

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

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

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

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

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

.fa-calendar-day:before {
  content: "\f783"; }

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

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

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

.fa-calendar-week:before {
  content: "\f784"; }

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

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

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

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

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

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

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

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

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

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

.fa-carrot:before {
  content: "\f787"; }

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

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

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

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

.fa-cc-apple-pay:before {
  content: "\f416"; }

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

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

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

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

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

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

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

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

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

.fa-check-double:before {
  content: "\f560"; }

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

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

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

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

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

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

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

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

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

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

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

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

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

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

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

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

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

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

.fa-closed-captioning:before {
  content: "\f20a"; }

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

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

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

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

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

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

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

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

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

.fa-coins:before {
  content: "\f51e"; }

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

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

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

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

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

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

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

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

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

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

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

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

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

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

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

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

.fa-critical-role:before {
  content: "\f6c9"; }

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

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

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

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

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

.fa-css3-alt:before {
  content: "\f38b"; }

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

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

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

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

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

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

.fa-deaf:before {
  content: "\f2a4"; }

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

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

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

.fa-dev:before {
  content: "\f6cc"; }

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

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

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

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

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

.fa-dove:before {
  content: "\f4ba"; }

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

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

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

.fa-dribbble-square:before {
  content: "\f397"; }

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

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

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

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

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

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

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

.fa-elementor:before {
  content: "\f430"; }

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

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

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

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

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

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

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

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

.fa-equals:before {
  content: "\f52c"; }

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

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

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

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

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

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

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

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

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

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

.fa-eye-dropper:before {
  content: "\f1fb"; }

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

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

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

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

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

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

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

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

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

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

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

.fa-figma:before {
  content: "\f799"; }

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

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

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

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

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

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

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

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

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

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

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

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

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

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

.fa-fingerprint:before {
  content: "\f577"; }

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

.fa-fire-alt:before {
  content: "\f7e4"; }

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

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

.fa-first-aid:before {
  content: "\f479"; }

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

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

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

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

.fa-flag-usa:before {
  content: "\f74d"; }

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

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

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

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

.fa-folder-minus:before {
  content: "\f65d"; }

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

.fa-folder-plus:before {
  content: "\f65e"; }

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

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

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

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

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

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

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

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

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

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

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

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

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

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

.fa-gas-pump:before {
  content: "\f52f"; }

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

.fa-gem:before {
  content: "\f3a5"; }

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

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

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

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

.fa-ghost:before {
  content: "\f6e2"; }

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

.fa-gifts:before {
  content: "\f79c"; }

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

.fa-git-alt:before {
  content: "\f841"; }

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

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

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

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

.fa-gitkraken:before {
  content: "\f3a6"; }

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

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

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

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

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

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

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

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

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

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

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

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

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

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

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

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

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

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

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

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

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

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

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

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

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

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

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

.fa-hand-rock:before {
  content: "\f255"; }

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

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

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

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

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

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

.fa-heading:before {
  content: "\f1dc"; }

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

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

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

.fa-heart-broken:before {
  content: "\f7a9"; }

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

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

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

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

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

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

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

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

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

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

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

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

.fa-house-damage:before {
  content: "\f6f1"; }

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

.fa-hryvnia:before {
  content: "\f6f2"; }

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

.fa-hubspot:before {
  content: "\f3b2"; }

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

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

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

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

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

.fa-infinity:before {
  content: "\f534"; }

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

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

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

.fa-intercom:before {
  content: "\f7af"; }

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

.fa-invision:before {
  content: "\f7b0"; }

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

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

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

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

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

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

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

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

.fa-keybase:before {
  content: "\f4f5"; }

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

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

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

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

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

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

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

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

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

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

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

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

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

.fa-line:before {
  content: "\f3c0"; }

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

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

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

.fa-linode:before {
  content: "\f2b8"; }

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

.fa-lira-sign:before {
  content: "\f195"; }

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

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

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

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

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

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

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

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

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

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

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

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

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

.fa-mandalorian:before {
  content: "\f50f"; }

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

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

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

.fa-map-marker-alt:before {
  content: "\f3c5"; }

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

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

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

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

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

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

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

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

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

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

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

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

.fa-medium-m:before {
  content: "\f3c7"; }

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

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

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

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

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

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

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

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

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

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

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

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

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

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

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

.fa-mizuni:before {
  content: "\f3cc"; }

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

.fa-mobile-alt:before {
  content: "\f3cd"; }

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

.fa-monero:before {
  content: "\f3d0"; }

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

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

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

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

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

.fa-mountain:before {
  content: "\f6fc"; }

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

.fa-mug-hot:before {
  content: "\f7b6"; }

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

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

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

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

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

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

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

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

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

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

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

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

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

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

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

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

.fa-page4:before {
  content: "\f3d7"; }

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

.fa-pager:before {
  content: "\f815"; }

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

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

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

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

.fa-parachute-box:before {
  content: "\f4cd"; }

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

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

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

.fa-patreon:before {
  content: "\f3d9"; }

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

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

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

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

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

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

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

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

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

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

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

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

.fa-phone-square-alt:before {
  content: "\f87b"; }

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

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

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

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

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

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

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

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

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

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

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

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

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

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

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

.fa-playstation:before {
  content: "\f3df"; }

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

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

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

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

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

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

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

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

.fa-procedures:before {
  content: "\f487"; }

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

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

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

.fa-python:before {
  content: "\f3e2"; }

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

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

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

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

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

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

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

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

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

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

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

.fa-red-river:before {
  content: "\f3e3"; }

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

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

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

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

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

.fa-remove-format:before {
  content: "\f87d"; }

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

.fa-reply:before {
  content: "\f3e5"; }

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

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

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

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

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

.fa-robot:before {
  content: "\f544"; }

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

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

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

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

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

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

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

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

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

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

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

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

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

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

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

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

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

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

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

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

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

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

.fa-shipping-fast:before {
  content: "\f48b"; }

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

.fa-shoe-prints:before {
  content: "\f54b"; }

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

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

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

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

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

.fa-sign-out-alt:before {
  content: "\f2f5"; }

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

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

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

.fa-sistrix:before {
  content: "\f3ee"; }

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

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

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

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

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

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

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

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

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

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

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

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

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

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

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

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

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

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

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

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

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

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

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

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

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

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

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

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

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

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

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

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

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

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

.fa-splotch:before {
  content: "\f5bc"; }

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

.fa-spray-can:before {
  content: "\f5bd"; }

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

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

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

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

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

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

.fa-star-and-crescent:before {
  content: "\f699"; }

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

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

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

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

.fa-steam-symbol:before {
  content: "\f3f6"; }

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

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

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

.fa-sticker-mule:before {
  content: "\f3f7"; }

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

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

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

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

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

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

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

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

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

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

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

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

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

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

.fa-superpowers:before {
  content: "\f2dd"; }

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

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

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

.fa-table-tennis:before {
  content: "\f45d"; }

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

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

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

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

.fa-tape:before {
  content: "\f4db"; }

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

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

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

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

.fa-tenge:before {
  content: "\f7d7"; }

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

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

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

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

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

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

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

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

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

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

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

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

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

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

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

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

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

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

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

.fa-traffic-light:before {
  content: "\f637"; }

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

.fa-tram:before {
  content: "\f7da"; }

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

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

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

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

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

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

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

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

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

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

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

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

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

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

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

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

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

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

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

.fa-umbrella-beach:before {
  content: "\f5ca"; }

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

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

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

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

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

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

.fa-untappd:before {
  content: "\f405"; }

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

.fa-ups:before {
  content: "\f7e0"; }

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

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

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

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

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

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

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

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

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

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

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

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

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

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

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

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

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

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

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

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

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

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

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

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

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

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

.fa-volume-mute:before {
  content: "\f6a9"; }

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

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

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

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

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

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

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

.fa-whatsapp-square:before {
  content: "\f40c"; }

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

.fa-whmcs:before {
  content: "\f40d"; }

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

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

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

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

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

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

.fa-wordpress-simple:before {
  content: "\f411"; }

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

.fa-wpexplorer:before {
  content: "\f2de"; }

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

.fa-wpressr:before {
  content: "\f3e4"; }

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

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

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

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

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

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

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

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

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

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

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

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

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

body {
    font-family: arial;
}
h1{color:#1da0ef;}

.arrDep-container { font-size: 13px;float: right;font-family: arial;}
.arrDep-container .column { width: 467px;float: right;border: solid 1px #0977DF;}
.arrDep-container .item {   border-color: silver;border-image: none;    border-style: solid solid none;direction: rtl;   border-width: 1px 1px medium;    float: right;    width: 100%;}
.arrDep-container .item div { float: right;padding: 1px 5px;}
        
.arrDep-container .header { font-weight: bold;}
.arrDep-container .item .flightNumber { width: 115px;}
.arrDep-container .item .destName {overflow: hidden;white-space: nowrap;width: 98px;}
.arrDep-container .item .destNameHead {width: 90px;}
.arrDep-container .item .time { width: 100px;}
.arrDep-container .header .time { width: 97px;white-space: nowrap;}        
.arrDep-container .item .terminal { width: 15px;}
.arrDep-container .item .status { width: 50px;float: left;}
        
.arrDep-container .item .notFinal{ color: orange;font-weight: bold;float: left;}
.arrDep-container .item .final{ color: green;font-weight: bold;float: left;}
.arrDep-container .item .delay{ color: red;font-weight: bold;float: left;}
.arrDep-container .item .landing{ color: brown;font-weight: bold;float: left;}
.arrDep-container .item .landed{ color: blue;font-weight: bold;float: left;}
.arrDep-container .item .ontime{ color: green;font-weight: bold;float: left;}

.mainDiv .buttom {
    /*padding: 2px 8px;*/
    border-radius:5px;
    /*border:solid 1px silver;*/
    float:right;
    margin-top:10px;
}
.mainDiv .subHeader {
    font-size: 15px;
    margin-bottom: 15px;
}
.mainDiv .lastModify{
   margin-bottom: 5px;
font-size: 14px;
}
.mainDiv .departure
{display: inline-block;
float: right;
width: 17px;
height: 20px;
margin-top: 19px;
margin-left: 6px;
margin-right: 10px;
}
    .mainDiv .departure:before, .mainDiv .arrival:before {
        content: "\2708";
        font-size: 18px;
        color: #bfbfbf;
    }
    .mainDiv .arrival {
        display: inline-block;
        float: right;
        width: 17px;
        height: 20px;
        margin-top: 15px;
        margin-left: 6px;
        margin-right: 10px;
    }
.ButtonGreen {
    border-radius: 10px;
    color: white !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    border-top: 1px solid #cdea9a;
    box-shadow: 0px -1px #ced2c8;
    border-left: solid 1px #7b990a;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    width: 225px;
    height: 46px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: inline-block;
    margin-left: 59px;
}

    .ButtonGreen, .ButtonGreen:after {
        background-image: -moz-linear-gradient(top, #82ca03, #78b70b);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#82ca03), to(#78b70b));
        background-image: -webkit-linear-gradient(top, #82ca03, #78b70b);
        background-image: -o-linear-gradient(top, #82ca03, #78b70b);
        background-image: linear-gradient(to bottom, #82ca03, #78b70b);
    }

        .ButtonGreen span {
            float: right;
            margin-right: 20px;
        }

        .ButtonGreen:after {
            content: "\00BB";
            width: 55px;
            position: absolute;
            top: -1px;
            left: -60px;
            border-left: 3px ridge #ffffff;
            border-radius: 10px;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            font-size: 28px;
            line-height: 42px;
            border-right: solid 1px #7b990a;
            border-top: 1px solid #cdea9a;
            box-shadow: 0px -1px #ced2c8;
            text-align: center;
            font-family: Arial, Helvetica, sans-serif;
            height: 46px;
        }

        .ButtonGreen:hover, .ButtonGreen:hover:after {
            background-image: -moz-linear-gradient(top, #b4df67, #78b70b);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b4df67), to(#78b70b));
            background-image: -webkit-linear-gradient(top, #b4df67, #78b70b);
            background-image: -o-linear-gradient(top, #b4df67, #78b70b);
            background-image: linear-gradient(to bottom, #b4df67, #78b70b);
        }

        .ButtonGreen:active, .ButtonGreen:active:after {
            box-shadow: inset -2px 2px 11px 0px #04040461;
        }

.BlueButton, .BlueButton:after, .BlueButton:before {
    background-image: -moz-linear-gradient(top, #009add, #0166c2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009add), to(#0166c2));
    background-image: -webkit-linear-gradient(top, #009add, #0166c2);
    background-image: -o-linear-gradient(top, #009add, #0166c2);
    background-image: linear-gradient(to bottom, #009add, #0166c2);
}

.BlueButton {
    border-radius: 5px;
    color: white !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    border-top: 1px solid #c7e0f7;
    box-shadow: 0px -1px #cacaca;
    border-left: solid 1px #298ce6;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: inline-block;
}

    .BlueButton span {
        margin-right: 11px;
        float: right;
    }

    .BlueButton:hover, .BlueButton:hover:after, .BlueButton:hover:before {
        background-image: -moz-linear-gradient(top, #75b3eb, #0166c2);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#75b3eb), to(#0166c2));
        background-image: -webkit-linear-gradient(top, #75b3eb, #0166c2);
        background-image: -o-linear-gradient(top, #75b3eb, #0166c2);
        background-image: linear-gradient(to bottom, #75b3eb, #0166c2);
    }

    .BlueButton:active, .BlueButton:active:after, .BlueButton:active:before {
        box-shadow: inset -2px 2px 11px 0px #04040461 !important;
    }

    .BlueButton:after {
        content: "\00BB";
        width: 33px;
        position: absolute;
        top: -1px;
        left: -38px;
        border-left: 3px ridge #ffffff;
        border-radius: 5px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        font-size: 23px;
        line-height: 31px;
        border-right: solid 1px #005aac;
        border-top: 1px solid #c7e0f7;
        box-shadow: 0px -1px #cacaca;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
    }

.OrangeButton {
    border-radius: 5px;
    color: white !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    border-top: 1px solid #fad8bf;
    box-shadow: 0px -1px #cacaca;
    border-left: solid 1px #ec6400;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    height: 34px;
    width: 110px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: inline-block;
}

    .OrangeButton, .OrangeButton:after {
        background-image: -moz-linear-gradient(top, #ec6400, #de4500);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ec6400), to(#de4500));
        background-image: -webkit-linear-gradient(top, #ec6400, #de4500);
        background-image: -o-linear-gradient(top, #ec6400, #de4500);
        background-image: linear-gradient(to bottom, #ec6400, #de4500);
    }

        .OrangeButton span {
            margin-right: 11px;
        }

        .OrangeButton:hover, .OrangeButton:hover:after {
            background-image: -moz-linear-gradient(top, #f3a064, #de4500);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3a064), to(#de4500));
            background-image: -webkit-linear-gradient(top, #f3a064, #de4500);
            background-image: -o-linear-gradient(top, #f3a064, #de4500);
            background-image: linear-gradient(to bottom, #f3a064, #de4500);
        }

        .OrangeButton:active, .OrangeButton:active:after {
            box-shadow: inset -2px 2px 11px 0px #04040461;
        }

        .OrangeButton:after {
            content: "\00BB";
            width: 33px;
            position: absolute;
            top: -1px;
            left: -38px;
            border-left: 3px ridge #ffffff;
            border-radius: 5px;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            font-size: 23px;
            line-height: 31px;
            border-right: solid 1px #ec6400;
            border-top: 1px solid #fad8bf;
            box-shadow: 0px -1px #cacaca;
            text-align: center;
            font-family: Arial, Helvetica, sans-serif;
            height: 34px;
        }
/*------------------Pagination-------------------------*/
.PageNumbers {
    display: inline-block;
    float: right;
    width: 100%;
    padding: 37px 0;
    text-align: center;
}

    .PageNumbers .NumRow {
        
        text-align: center;
        margin: 0px auto;
        display: inline-block;
    }

        .PageNumbers .NumRow a {
            background-image: -moz-linear-gradient(top, #fcfcfc, #e3e2d9);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#e3e2d9));
            background-image: -webkit-linear-gradient(top, #fcfcfc, #e3e2d9);
            background-image: -o-linear-gradient(top, #fcfcfc, #e3e2d9);
            background-image: linear-gradient(to bottom, #fcfcfc, #e3e2d9);
            border: 1px solid #d3d3d3;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
            color: #1d82de;
            width: 29px;
            height: 29px;
            display: inline-block;
            text-decoration: none;
            line-height: 30px;
            float: left;
            margin-left: 5px;
        }
            .PageNumbers .NumRow a:before, .PageNumbers .NumRow a:after{
                font-size:13px;
            }
            
            .PageNumbers .NumRow a:not(.disable):hover {
                background-image: -moz-linear-gradient(top, #ecece7, #d3d3c5);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ecece7), to(#d3d3c5));
                background-image: -webkit-linear-gradient(top, #ecece7, #d3d3c5);
                background-image: -o-linear-gradient(top, #ecece7, #d3d3c5);
                background-image: linear-gradient(to bottom, #ecece7, #d3d3c5);
            }
            .PageNumbers .NumRow a:not(.disable):active, .PageNumbers .NumRow a.selected{ 
                background-image: -moz-linear-gradient(top, #0157a6, #1d81dc);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0157a6), to(#1d81dc));
                background-image: -webkit-linear-gradient(top, #0157a6, #1d81dc);
                background-image: -o-linear-gradient(top, #0157a6, #1d81dc);
                background-image: linear-gradient(to bottom, #0157a6, #1d81dc);
                color: white;
            }


        .PageNumbers .NumRow .DoubleForwordBtn:before,
        .PageNumbers .NumRow .DoubleForwordBtn:after,
        .PageNumbers .NumRow .ForwordBtn:before {
            content: "";
            float: right;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 0 5px 10px;
            border-color: transparent transparent transparent #1d82de;
            margin-top: 9px;
        }
        .PageNumbers .NumRow .DoubleForwordBtn.disable:before,
        .PageNumbers .NumRow .DoubleForwordBtn.disable:after,
        .PageNumbers .NumRow .ForwordBtn.disable:before {
            border-color: transparent transparent transparent #c1c1b5;
        }
            .PageNumbers .NumRow .ForwordBtn:before {
                margin-right: 8px;
            }

           
            .PageNumbers .NumRow .DoubleForwordBtn:before {
                margin-right: 2px;
            }

        .PageNumbers .NumRow .DoubleBackwardBtn:before,
        .PageNumbers .NumRow .DoubleBackwardBtn:after,
        .PageNumbers .NumRow .BackwardBtn:before {
            content: "";
            float: left;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 10px 5px 0;
            border-color: transparent #1d82de transparent transparent;
            margin-top: 9px;
        }
        .PageNumbers .NumRow .DoubleBackwardBtn.disable:before,
        .PageNumbers .NumRow .DoubleBackwardBtn.disable:after,
        .PageNumbers .NumRow .BackwardBtn.disable:before {
            border-color: transparent #c1c1b5 transparent transparent;
        }
            .PageNumbers .NumRow .BackwardBtn:before {
                margin-left: 8px;
            }

            .PageNumbers .NumRow .DoubleBackwardBtn:after {
            margin-left: -1px;
        }

        .PageNumbers .NumRow .DoubleBackwardBtn:before {
            margin-left: 4px;
        }
            

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}


@charset "utf-8";
/* CSS Document */
.txCreditCard {
    margin-left: 2%;
}

#txTz, #DropMonth, #DropYear, #txCreditCard {
    width: 98% !important;
}

#txLastName, #txFirstName, #txPhone, #dropPhoneCode, #txEmail {
    width: 32% !important;
}

#txTz, #txPhone {
    margin-left: 2%;
}

#dropPhoneCode {
    font-family: arial;
    font-size: 14px;
    color: #555353;
    width: 100%;
    float: right;
    padding: 0 0 10px;
    width: 24%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    /*padding: 2%;*/
    border-radius: 3px;
    float: right;
    height: 40px;
    color: #818181;
    margin-left: 2%;
}

#txFirstName {
    float: left !important;
}

#tp_card {
    width: 100%;
    max-width: 950px;
    margin: 100px auto 0;
    padding: 0;
    direction: rtl;
}

    #tp_card,
    #tp_card .tp_input input,
    #tp_card .tp_select select {
        font-family: arial;
        font-size: 14px;
        color: #555353;
    }

        #tp_card .tp_form {
            width: 100%;
            border: 1px solid #ccc;
            padding: 30px;
            border-radius: 10px;
            float: right;
            box-shadow: 0 0 10px #ccc;
            box-sizing: border-box;
            margin: 0 0 40px;
            max-height: 280px;
        }

#txFirstName {
    margin-right: 2% !important;
}

#tp_card .tp_title {
    width: 90%;
    margin: -55px auto 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
    color: #0898f8;
    font-size: 20px;
    text-align: center;
    box-shadow: 0 0 10px #ccc;
    background: #fff;
}

#tp_card .tp_icons {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: center;
    float: right;
}

    #tp_card .tp_icons img {
        width: 100%;
        max-width: 284px;
        border: 0;
        padding: 0;
        margin: 0;
    }

#tp_card .tp_pci {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: center;
    float: right;
}

    #tp_card .tp_pci img {
        width: 100%;
        max-width: 373px;
        border: 0;
        padding: 0;
        margin: 0;
        height: auto;
    }

#tp_card .tp_card_info {
    width: 100%;
    float: right;
}

#tp_card .tp_input,
#tp_card .tp_submit,
#tp_card .tp_select {
    width: 100%;
    float: right;
    padding: 0 0 10px;
}

    #tp_card .tp_input input {
        width: 24%;
        border: 1px solid #ccc;
        box-sizing: border-box;
        padding: 2%;
        border-radius: 3px;
        float: right;
        height: 40px;
    }

    #tp_card .tp_input .cvv {
        width: 80%;
        float: right;
    }

    #tp_card .tp_input .info_cvv {
        width: 30px;
        height: 30px;
        text-align: center;
        font-size: 14px;
        box-sizing: border-box;
        float: left;
        padding: 6px 0 0 0;
        border: 1px solid #8a98bd;
        border-radius: 15px;
        background: #e5f9f7;
        color: #3142d7;
        font-weight: bold;
        margin: 5px 0 0;
        cursor: pointer;
        position: relative;
    }

#tp_card .cvv_img {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 2%;
    border-radius: 3px;
    float: right;
    margin: 10px 0 0;
    display: none;
}

    #tp_card .cvv_img img {
        width: 100%;
        max-width: 321px;
    }

#tp_card .tp_checkbox {
    width: 100%;
    float: right;
    padding: 25px 0 10px;
    color: #818181;
}

    #tp_card .tp_checkbox a {
        text-decoration: none;
        color: #1A85D5;
    }

        #tp_card .tp_checkbox a:hover {
            text-decoration: underline;
            color: #1A85D5;
        }

    #tp_card .tp_checkbox checkbox {
    }

#tp_card .tp_select select {
    width: 24%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    /*padding:2%;*/
    border-radius: 3px;
    float: right;
    height: 40px;
    background: #ddd;
    color: #818181;
    margin-left: 2%;
}

#tp_card .tp_code {
    width: 19% !important;
    float: left !important;
}

    #tp_card .tp_code select {
        width: 100% !important;
        margin: 0 !important;
        background: #fff !important;
    }

#tp_card .tp_phone {
    /*width:32% !important;*/
}

#tp_card .tp_select_left {
    float: left !important;
}


.tp_submit input, #btOk {
    display: none;
    width: 100%;
    border: 1px solid #7e9a50;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 3px;
    float: right;
    font-size: 20px;
    background: #a3c972;
    color: #42610E;
    cursor: pointer;
}

.tp_info_pag {
    width: 100%;
    float: right;
    padding: 5px 0;
    color: #000;
}

.tp_info_r, .tp_info_l {
    width: 50%;
    float: right;
}

.tp_info_l {
    text-align: left;
}

#tp_card {
    padding: 0;
    margin-top: 60px;
}

    #tp_card .tp_form {
        padding-top: 0;
        margin: 0;
        padding-bottom: 1px;
    }

.tp_submit input {
    display: none;
}

#tp_card .tp_input input {
    padding: initial !important;
}

@charset "utf-8";
/* CSS Document */
  .txCreditCard{
      margin-left:2%;
  }

  #txTz, #DropMonth, #DropYear, #txCreditCard
  {
   width:98% !important;
  }
   #txLastName, #txFirstName,#txPhone, #dropPhoneCode, #txEmail{
      width:32% !important;
  }
  #txTz,#txPhone{
      margin-left:2%;
  }
#dropPhoneCode {
    font-family: arial;
    font-size: 14px;
    color: #555353;
    width: 100%;
    float: right;
    padding: 0 0 10px;
    width: 24%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    /*padding: 2%;*/
    border-radius: 3px;
    float: right;
    height: 40px;
    color: #818181;
    margin-left: 2%;
}
  #txFirstName{
      float:left !important;
  }
	#tp_card {
		width: 100%;
		max-width: 950px;
		margin: 30px auto 0;
		padding: 0;
        
		direction: rtl;
	}
	#tp_card,
	#tp_card .tp_input input,
	#tp_card .tp_select select {
		font-family: arial;
		font-size:14px;
		color:#555353;
	}
	#tp_card .tp_form{
		width: 100%;
		border: 1px solid #ccc;
		padding: 30px;
		border-radius: 10px;
		float:right;
		box-shadow: 0 0 10px #ccc;
		box-sizing:border-box;
		margin:0 0 40px;
        	max-height:320px;
	}
   
    #txFirstName{
        margin-right:2% !important;

    }
	#tp_card .tp_title{
		width:90%;
		margin:-55px auto 0;
		border:1px solid #ccc;
		box-sizing:border-box;
		padding:15px;
		border-radius:10px;
		color:#0898f8;
		font-size:20px;
		text-align:center;
		box-shadow: 0 0 10px #ccc;
		background:#fff;
	}
	#tp_card .tp_icons{
		width:100%;
		box-sizing:border-box;
		padding:10px 0;
		text-align:center;
		float:right;
	}
	#tp_card .tp_icons img{
		width:100%;
		max-width:284px;
		border:0;
		padding:0;
		margin:0;
	}
	#tp_card .tp_pci{
		width:100%;
		box-sizing:border-box;
		padding:10px 0;
		text-align:center;
		float:right;
	}
	#tp_card .tp_pci img{
		width: 100%;
		max-width: 373px;
		border:0;
		padding: 0;
		margin:0;
		height:auto;
	}
	#tp_card .tp_card_info{
		width:100%;
		float:right;
	}
	#tp_card .tp_input,
	#tp_card .tp_submit,
	#tp_card .tp_select{
		width:100%;
		float:right;
		padding: 0 0 10px;
	}
	#tp_card .tp_input.tp_select_3{
		width: 30%;
		margin-left: 2%;
	}
	#tp_card .tp_input.tp_select_3 select{
		width: 100%;
		border: 1px solid #ccc;
		box-sizing: border-box;
		border-radius: 3px;
		float: right;
		height: 40px;
		color: #818181;
		margin-left: 4%;
	}
	#tp_card .tp_input input{
		width:24%;
		border:1px solid #ccc;
		box-sizing:border-box;
		padding:2%;
		border-radius:3px;
		float:right;
		height:40px;
	}
	#tp_card .tp_input .cvv{
		width:80%;
        float:right;
	}
	#tp_card .tp_input .info_cvv {
		width: 30px;
		height: 30px;
		text-align: center;
		font-size: 14px;
		box-sizing: border-box;
		float: left;
		padding: 6px 0 0 0;
		border: 1px solid #8a98bd;
		border-radius: 15px;
		background:#e5f9f7;
		color:#3142d7;
		font-weight:bold;
		margin:5px 0 0;
		cursor:pointer;
		position:relative;
	}

	#tp_card .cvv_img{
		width:100%;
		border:1px solid #ccc;
		box-sizing:border-box;
		padding:2%;
		border-radius:3px;
		float:right;
		margin:10px 0 0;
		display:none;
	}
	#tp_card .cvv_img img{
		width:100%;
		max-width:321px;
	}
	#tp_card .tp_checkbox{
		width:100%;
		float:right;
		padding: 25px 0 10px;
		color:#818181;
	}
	#tp_card .tp_checkbox a{
		text-decoration:none;
		color:#1A85D5;
	}
	#tp_card .tp_checkbox a:hover{
		text-decoration:underline;
		color:#1A85D5;
	}
	#tp_card .tp_checkbox checkbox{
	}
	
	#tp_card .tp_select select{
		width:24%;
		border:1px solid #ccc;
		box-sizing:border-box;
		/*padding:2%;*/
		border-radius:3px;
		float:right;
		height:40px;
		background:#ddd;
		color:#818181;
        margin-left:2%;
	}
	#tp_card .tp_code{
		width:19% !important;
		float:left !important;
	}
	#tp_card .tp_code select{
		width:100% !important;
		margin:0 !important;
		background:#fff !important;
	}

	#tp_card .tp_phone{
		/*width:32% !important;*/
	}

	#tp_card .tp_select_left{
		float:left !important;
	}


	.tp_submit input, #btOk{
        display:none;
		width:100%;
		border:1px solid #7e9a50;
		box-sizing:border-box;
		padding:15px;
		border-radius:3px;
		float:right;
		font-size:20px;
		background:#a3c972;
		color:#42610E;
		cursor:pointer;
	}
	.tp_info_pag {
		width: 100%;
		float: right;
		padding: 5px 0;
		color: #000;
	}
	.tp_info_r, .tp_info_l{
		width:50%;
		float:right;
	}
	.tp_info_l{
		text-align:left;
	}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}

.tab {
    display: inline-block;
    float: right;
    width: 143px;
    height: 36px;
    text-align: center;
    font: 14px arial;
    line-height: 36px;
    border: none;
    margin: 0 0 0 7px;
    padding: 0;
    border: 1px solid #c2c2b7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tab a{text-decoration:none;display:inline-block;width:100%;height:100%;}
.tab-unselected {
    background: -moz-linear-gradient(top, #f4f4f4,#e3e2d8);
    background: -webkit-linear-gradient(top, #f4f4f4,#e3e2d8);
    background: linear-gradient(to bottom, #f4f4f4,#e3e2d8);
    color: #3c3c3c;
}
    .tab-selected, .tab-unselected:hover {
        background: -moz-linear-gradient(top, #1e83e0,#0065c1);
        background: -webkit-linear-gradient(top, #1e83e0,#0065c1);
        background: linear-gradient(to bottom, #1e83e0,#0065c1);
        color: #e6e6e6;
    }
.tab-unselected a{color:#3c3c3c;}
.tab-selected a,.tab-unselected:hover a{color:#e6e6e6;font-weight:700;}
.tab-separator{background-color:#0267C3;height:3px;border:none;display:inline-block;width:100%;float:right;}
.loc-item{margin-top:7px;width:312px;float:right;font-family:arial;}
.loc-item a{color:#1f84e0;}

.home-page-matrix
{
    width: 100%;
    float: right;
    display: inline-block;
    background-color: transparent;
    margin-top:20px;
}
.home-page-matrix span{
    font-size: 14px;
    font-weight: 600;
    color: #676565;
}
.home-page-matrix span.small-text{
    font-size:12px;
    float:left;
}
    .home-page-matrix .rTable {
        margin: 5px 0 0 0;
        height: 90px;
        border-radius: 6px;
        border: 1px solid #c7c6c6;
        padding: 0;
        display: table;
        table-layout: fixed;
        width: 100%;
        border-spacing: 0px;
        font-size: 13px;
        color: #6d6d6d;
        font-weight: 600;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 26%, #eeeee4 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#ffffff), color-stop(100%,#eeeee4));
        background: -webkit-linear-gradient(top, #ffffff 26%,#eeeee4 100%);
        background: -o-linear-gradient(top, #ffffff 26%,#eeeee4 100%);
        background: -ms-linear-gradient(top, #ffffff 26%,#eeeee4 100%);
        background: linear-gradient(to bottom, #ffffff 26%,#eeeee4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeee4',GradientType=0 );
    }
        .home-page-matrix .rTable .rTableRow {
            display: table-row;
        }
        .home-page-matrix .rTable .rTableCell {
            border-left: 1px solid #e4e4e4;
            list-style-type: none;
            display: table-cell;
            padding-top: 15px;
        }

            .home-page-matrix .rTable .rTableCell:nth-child(3), .home-page-matrix .rTable .rTableCell:hover {
                position: relative;
                background-image: -moz-linear-gradient(top, #1e83df, #076cc8);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1e83df), to(#076cc8));
                background-image: -webkit-linear-gradient(top, #1e83df, #076cc8);
                background-image: -o-linear-gradient(top, #1e83df, #076cc8);
                background-image: linear-gradient(to bottom, #1e83df, #076cc8);
            }

                .home-page-matrix .rTable .rTableCell:nth-child(3):before, .home-page-matrix .rTable .rTableCell:hover:before {
                    content: "";
                    width: 0;
                    height: 0;
                    border-left: 7px solid transparent;
                    border-right: 7px solid transparent;
                    border-top: 10px solid #f2f2f2;
                    position: absolute;
                    top: 0;
                    left: 47%;
                }
                .home-page-matrix .rTable .rTableCell:nth-child(3) a, .home-page-matrix .rTable .rTableCell:nth-child(3) a .price, .home-page-matrix .rTable .rTableCell:hover a, .home-page-matrix .rTable .rTableCell:hover a .price {
                    color: white;
                }

            .home-page-matrix .rTable .rTableCell:last-child {
                border: 0;
            }

            .home-page-matrix .rTable .rTableCell a {
                text-align: center;
                float: right;
                margin: 5px;
                text-decoration: none;
                color: #6d6d6d;
                width: 95%;
            }
                .home-page-matrix .rTable .rTableCell a .price {
                    color: #086dca;
                }
    
.matrix-container {
    float: right;
    width: 100%;
    margin-top:10px;
    height:355px;
}
.header-strip {
    height: 50px;
    width: 100%;
    float: right;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-image: -moz-linear-gradient(top, #1e83df, #076cc8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1e83df), to(#076cc8));
    background-image: -webkit-linear-gradient(top, #1e83df, #076cc8);
    background-image: -o-linear-gradient(top, #1e83df, #076cc8);
    background-image: linear-gradient(to bottom, #1e83df, #076cc8);
    background-size: 100% 100%;
}
.flights-matrix {
    border-spacing: 0;
    float:right;
    margin-top:-10px;
    position:relative;
}
.flights-matrix th, .flights-matrix td
{
    width:160px;
    height:45px;
    text-align:center;
    border:0.5px solid #f1f1f1;
    background-color:white;
    color: #6d6d6d;
}
.flights-matrix td a
{
    color: #6d6d6d;
    text-decoration:none;
    height: 100%;
    display: block;
    padding-top: 14px;
    position:relative;
}
.flights-matrix td.disabled * {
    display: none !important;
}
.flights-matrix th:first-child, .flights-matrix tr td:first-child
{
    width:120px;
}

.flights-matrix th, .flights-matrix tr td:first-child
{
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 26%, #f3f3ee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#ffffff), color-stop(100%,#f3f3ee));
    background: -webkit-linear-gradient(top, #ffffff 26%,#f3f3ee 100%);
    background: -o-linear-gradient(top, #ffffff 26%,#f3f3ee 100%);
    background: -ms-linear-gradient(top, #ffffff 26%,#f3f3ee 100%);
    background: linear-gradient(to bottom, #ffffff 26%,#f3f3ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3ee',GradientType=0 );
    font-weight:bold;
    cursor:default;
}
.flights-matrix th:first-child {
    position: relative;
     border-top-right-radius:10px;
}
.flights-matrix th:last-child 
{
      border-top-left-radius:10px;
}

.flights-matrix tbody .selected/*,.flights-matrix tr td:not(:first-child):hover*/
{
    
}
    .flights-matrix tbody tr:nth-child(3) td:nth-child(4) {
        background-image: -moz-linear-gradient(top, #1e83df, #076cc8);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1e83df), to(#076cc8));
        background-image: -webkit-linear-gradient(top, #1e83df, #076cc8);
        background-image: -o-linear-gradient(top, #1e83df, #076cc8);
        background-image: linear-gradient(to bottom, #1e83df, #076cc8);
    }
.flights-matrix tbody tr:nth-child(3) td:nth-child(4) a {
    color: white;
    text-decoration: underline;
}
.flights-matrix tr td:not(:first-child):hover a
{
      text-decoration:underline;
}
.flights-matrix tr td:not(:first-child):hover .price
{
    /*color:white;*/
}

.flights-matrix tbody tr:nth-child(3) td:nth-child(4) .price
{
    color:white;
}
.matrix-container .flights-matrix thead tr th:nth-child(4),
.matrix-container .flights-matrix tbody tr:nth-child(3) td:nth-child(1),
.matrix-container .flights-matrix .arr-date-selected, .matrix-container .flights-matrix .dep-date-selected
{
    position:relative;
    text-decoration:underline;
    background: #eeeee4;
    background: -moz-linear-gradient(top, #eeeee4 26%, #c3c3c3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#eeeee4), color-stop(100%,#c3c3c3));
    background: -webkit-linear-gradient(top, #eeeee4 26%,#c3c3c3 100%);
    background: -o-linear-gradient(top, #eeeee4 26%,#c3c3c3 100%);
    background: -ms-linear-gradient(top, #eeeee4 26%,#c3c3c3 100%);
    background: linear-gradient(to bottom, #eeeee4 26%,#c3c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeee4', endColorstr='#c3c3c3',GradientType=0 );
}
.flights-matrix thead tr th:nth-child(4):before/*, 
.flights-matrix .dep-date-selected:before*/
{
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #147bd8;
    position: absolute;
    top: -1px;
    left: 47%;
}

.flights-matrix tbody tr:nth-child(3) td:nth-child(1):before/*,
.flights-matrix .arr-date-selected:before*/
{
    content: "";
    width: 0; 
    height: 0; 
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent; 
    border-right:10px solid #147bd8; 
    position: absolute;
    top: 38%;
    right:0;
}

.flights-matrix th:first-child:after {
     content: "";
    position: absolute;
    border-top: 1px solid #eae9e9;
    width: 129px;
    transform: rotate(-22deg);
    transform-origin: 50% 14px;
    left: 0;
}
.back-txt,.dep-txt
{
    position: absolute;
}

.back-txt
{
    float: right;
    top: 26px;
    right: 15px;
}
.dep-txt
{
    float: left;
    top: 8px;
    left: 15px;
}
.footer-strip
{
    height: 25px;
    width: 100%;
    float: right;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #f3f3ea;
    border: 1px solid #e2e1e1;

}
.footer-strip .cheapest-flight
{
    border-bottom: 2px solid #8cb83f;
    float: right;
    font-size: 15px;
    margin-right: 10px;
    margin-top: 1px;
    color: #8cb83f;
    font-weight: bold;
}
.footer-strip .close
{
    float: left;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 4px;
    cursor:pointer;
}
.footer-strip .close:before
{
    content: 'X ';
    color: #0c71cd;
    font-size: 12px;
    font-weight: bold;
     cursor:pointer;
}
.flights-matrix td.cheapest
{
    border-bottom: 2px solid #8cb83f;
}
.flights-matrix td .price
{
     color: #086dca;
     font-weight:bold;
}
.flights-matrix td.cheapest .price{
      color: #8cb83f !important;
}


.header-strip .months-ddl
{
    float:right;
    width: 19%;
    height: 100%;
    border-left: 1px solid #659dd0;
    position:relative;
}
.header-strip .months-ddl select
{
    background: transparent;
    border: 0;
    width: 95%;
    height: 80%;
    color: white;
    font-size: 16px;
    padding-right: 15px;
    cursor:pointer;
}
.header-strip .months-ddl select option
{
    color:black;
}
.months-ddl .btn {
    width: 23px;
    height: 23px;
    float: left;
    position: absolute;
    left: 10px;
    top: 8px;
    pointer-events: none ;
    background-color: #f4f4ec;
    border-radius: 5px;
}
    .months-ddl .btn:before {
        content: "\276F";
        display: inline-block;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        color: #167bd7;
        margin-right: 9px;
        margin-top: 2px;
    }
    .header-strip .dates-paging {
        float: right;
        width: 80%;
        text-align: center;
    }
        .header-strip .dates-paging .prev {
            width: 25px;
            height: 40px;
            float: right;
            right: 5px;
            cursor: pointer;
        }
            .header-strip .dates-paging .prev:before, .header-strip .dates-paging .next:before {
                content: "\00AB";
                color: white;
                font-size: 35px;
                font-weight: bold;
                line-height: 35px;
                display: inline-block;
                text-shadow: 1px 0px 0px #000000;
            }
        .header-strip .dates-paging .next:before {
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
            line-height: 46px;
        }
                .header-strip .dates-paging .next {
                    width: 25px;
                    height: 40px;
                    float: left;
                    position: relative;
                    left: 5px;
                    cursor: pointer;
                }
.loading-matrix
{
   width: 100%;
    float: right;
    height: 88%;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 26%, #eeeee4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#ffffff), color-stop(100%,#eeeee4));
    background: -webkit-linear-gradient(top, #ffffff 26%,#eeeee4 100%);
    background: -o-linear-gradient(top, #ffffff 26%,#eeeee4 100%);
    background: -ms-linear-gradient(top, #ffffff 26%,#eeeee4 100%);
    background: linear-gradient(to bottom, #ffffff 26%,#eeeee4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeee4',GradientType=0 );
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-top: -10px;
    z-index: 11;
    position: relative;
}
.loading-matrix img
{
    left: 45%;
    position: relative;
    top: 35%;
    float: left;
}
.results-page-matrix
{
    float: right;
    width: 100%;
    display: none;
}
.results-page-matrix .error
{
    color:red;
}
.matrix-title
{
    color: white;
   float: right;
    display: table-cell;
    margin-top: 10px;
    width:90%;
}
.matrix-disclaimer
{
    font-size: 11px;
    float: right;
    width: 80%;
    text-align: center;
    margin-top: 5px;
}


.FlightSearchTitle {
    display: inline-block;
    float: right;
    width: 950px;
    position:relative;
}

    .FlightSearchTitle .TitleText {
        display: inline-block;
        float: right;
        text-align: right;
        font: bold 24px arial;
        color: #3c3c3c;
        direction: rtl;
        line-height: 54px;
    }

    .FlightSearchTitle .TitleFlightLocation {
        display: inline-block;
        float: right;
        text-align: right;
        font: bold 24px arial;
        color: #1c81dd;
        direction: rtl;
        line-height: 54px;
        margin-right: 15px;
    }

    .FlightSearchTitle .TitlePeople {
        display: inline-block;
        float: right;
        width: 235px;
        height: 54px;
        text-align: right;
        margin-right: 20px;
    }

        .FlightSearchTitle .TitlePeople .TitlePeopleItem {
            display: inline-block;
            float: right;
            margin-left: 5px;
            background-position-y: bottom !important;
        }

            .FlightSearchTitle .TitlePeople .TitlePeopleItem.adult {
                width: 19px;
                height: 42px;
                background: url("/content/images/adult.png") no-repeat transparent;
            }

            .FlightSearchTitle .TitlePeople .TitlePeopleItem.child {
                width: 17px;
                height: 42px;
                background: url("/content/images/child.png") no-repeat transparent;
            }

            .FlightSearchTitle .TitlePeople .TitlePeopleItem.infant {
                width: 15px;
                height: 42px;
                background: url("/content/images/baby.png") no-repeat transparent;
            }

    .FlightSearchTitle .NewSearchButton {
        float: left;
        width: 100px;
        height: 33px;
        margin-top: 10px;
        left: 35px;
    }

        .FlightSearchTitle .NewSearchButton:after {
            line-height: 33px;
        }

    .FlightSearchTitle .CloseSearch {
        display: inline-block;
        float: left;
        width: 96px;
    }

        .FlightSearchTitle .CloseSearch .CloseSearchIcon {
            display: inline-block;
            float: right;
            width: 22px;
            height: 22px;
            background: -moz-linear-gradient(top, #1d82de,#0166c2);
            background: -webkit-linear-gradient(top,#1d82de,#0166c2);
            background: linear-gradient(to bottom, #1d82de,#0166c2);
            border-radius:50%;
        }
    .FlightSearchTitle .CloseSearchButton {
        position: absolute;
        left: 0px;
        top: 10px;
    }
    .FlightSearchTitle .CloseSearch .CloseSearchIcon:before {
        content: "\00D7";
        color: white;
        font-size: 24px;
        margin-right: 4px;
        line-height: 23px;
    }
    .FlightSearchTitle .CloseSearchButton:hover .CloseSearchIcon {
        box-shadow: inset 0px 0px 10px 0px #ffffffed;
    }

    .FlightSearchTitle .CloseSearchButton:active .CloseSearchIcon {
        box-shadow: inset 0px 1px 10px 0px #525252;
    }

    .FlightSearchTitle .CloseSearch .CloseSearchText {
        display: inline-block;
        float: left;
        text-align: left;
        font: bold 14px arial;
        color: #393939;
        direction: rtl;
        line-height: 22px;
    }

    .FlightSearchTitle .CloseSearchButton:hover .CloseSearchText {
        text-decoration: underline;
    }

    .FlightSearchTitle .Share {
        direction: ltr;
        margin: 8px 0px 0 10px
    }

        .FlightSearchTitle .Share a {
            text-decoration: none
        }

        .FlightSearchTitle .Share img {
            width: 3rem;
            margin-right: 10px
        }

.SearchResults {
    display: inline-block;
    float: right;
    width: 950px;
    margin-top: 25px;
}

    .SearchResults .SearchResultsHeader {
        display: inline-block;
        float: right;
        width: 950px;
        _height: 40px;
        margin-bottom: 5px;
    }

        .SearchResults .SearchResultsHeader .NumOfItems_ {
            display: inline-block;
            float: right;
            width: 450px;
            font: bold 24px arial;
            color: #3c3c3c;
            text-align: right;
            direction: rtl;
        }

        .SearchResults .SearchResultsHeader .NumOfItems H2 {
            display: inline-block;
            float: right;
            width: 450px;
            font: bold 24px arial;
            color: #3c3c3c;
            text-align: right;
            direction: rtl;
            margin: 0px;
        }

        .SearchResults .SearchResultsHeader .SortBy {
            display: inline-block;
            float: left;
            _width: 485px;
        }

            .SearchResults .SearchResultsHeader .SortBy .SortByList {
                display: inline-block;
                float: left;
                font: bold 14px arial;
                color: #3c3c3c;
                direction: rtl;
                padding-top: 6px;
            }

                .SearchResults .SearchResultsHeader .SortBy .SortByList a {
                    font: 14px arial;
                    color: #1f84e0;
                    text-decoration: none;
                    margin: 0 5px;
                }

                    .SearchResults .SearchResultsHeader .SortBy .SortByList a:hover {
                        text-decoration: underline;
                    }

                .SearchResults .SearchResultsHeader .SortBy .SortByList .selected {
                    font: 14px arial;
                    color: #7a7a7a;
                    margin: 0 5px;
                }

        .SearchResults .SearchResultsHeader .CoinButton {
            display: inline-block;
            float: left;
            width: 120px;
            height: 42px;
            margin-right: 10px;
        }

            .SearchResults .SearchResultsHeader .CoinButton div {
                float: left;
                width: 23px;
                height: 23px;
                border-radius: 4px;
                text-align: center;
                line-height: 25px;
                margin-right: 5px;
                border: 1px solid #e6e3e3;
                background: -moz-linear-gradient(top, rgba(171, 170, 170, 0.65) 0%, rgba(224,224,224,0) 100%);
                background: -webkit-linear-gradient(top, rgba(171, 170, 170, 0.65) 0%,rgba(224,224,224,0) 100%);
                background: linear-gradient(to bottom, rgba(249, 249, 249, 0.65) 0%,rgba(113, 113, 113, 0.1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e0e0e0', endColorstr='#00e0e0e0',GradientType=0 );
            }

            .SearchResults .SearchResultsHeader .CoinButton > div {
                background-image: -moz-linear-gradient(top, #0166c2, #009add);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0166c2), to(#009add));
                background-image: -webkit-linear-gradient(top,#0166c2,#009add);
                background-image: -o-linear-gradient(top, #0166c2,#009add);
                background-image: linear-gradient(to bottom, #0166c2,#009add);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009add', endColorstr='#ff007dbc', GradientType=0);
                box-shadow: inset 1px 1px 5px #00000038;
                color: white;
                font-size: 13px;
            }

            .SearchResults .SearchResultsHeader .CoinButton a {
                color: #afafaf;
                font-size: 13px;
            }

                .SearchResults .SearchResultsHeader .CoinButton a div:hover {
                    background-image: -moz-linear-gradient(top, rgb(247, 247, 247), rgb(199, 199, 199));
                    background-image: -webkit-gradient(linear, 0 0, 0 100%, from( rgb(247, 247, 247)), to(rgb(199, 199, 199)));
                    background-image: -webkit-linear-gradient(top, rgb(247, 247, 247), rgb(199, 199, 199));
                    background-image: -o-linear-gradient(top, rgb(247, 247, 247), rgb(199, 199, 199));
                    background-image: linear-gradient(to bottom, rgb(247, 247, 247), rgb(199, 199, 199));
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009add', endColorstr='#ff007dbc', GradientType=0);
                    background: linear-gradient(to bottom, rgb(247, 247, 247), rgb(199, 199, 199));
                }

                .SearchResults .SearchResultsHeader .CoinButton a div:active {
                    box-shadow: inset 1px 1px 3px #808080ba;
                }

    .SearchResults .SearchResultsMain {
        display: inline-block;
        float: right;
        width: 950px;
        border-bottom: none !important;
    }

        .SearchResults .SearchResultsMain .FlightBox {
            display: inline-block;
            float: right;
            width: 950px;
            background: #ffffff;
            border-top: 1px solid #c1c1b5;
            border-bottom: 1px solid #c1c1b5;
            margin-bottom: 10px;
        }

        .SearchResults .SearchResultsMain .FlightFullDetails .FlightBox {
            border-top: none;
        }

        .SearchResults .SearchResultsMain .related-flights .FlightBox {
            margin-bottom: 0;
            border-bottom: none;
        }

        .SearchResults .SearchResultsMain .Flights {
            display: inline-block;
            float: right;
            width: 657px;
        }

        .SearchResults .SearchResultsMain .oneway .Flights {
            margin-top: 20px;
        }

.FlightDirection {
    display: inline-block;
    float: right;
    width: 642px;
    margin: 26px 27px 25px 0;
    text-align: right;
}

    .FlightDirection .LogoAndNumber {
        display: inline-block;
        float: right;
        width: 74px;
        text-align: center;
    }

        .FlightDirection .LogoAndNumber .AirlineLogo {
            display: inline-block;
            float: right;
            width: 74px;
            height: 35px;
            text-align: center;
        }

        .FlightDirection .LogoAndNumber .FlightNum {
            display: inline-block;
            float: right;
            width: 74px;
            text-align: center;
            font: 11px arial;
            color: #8c8c8c;
            direction: rtl;
        }

    .FlightDirection .FlightTime {
        display: inline-block;
        float: right;
    }

        .FlightDirection .FlightTime .FlightDate {
            display: table-cell;
        }

        .FlightDirection .FlightTime .FlightTimeLabel {
            display: table;
        }

            .FlightDirection .FlightTime .FlightTimeLabel .FlightDirectionIcon {
                color: #9d9d9d
            }

            .FlightDirection .FlightTime .FlightTimeLabel .FlightTimeText {
                display: inline-block;
                float: left;
                width: 70px;
                text-align: left;
                font: 14px arial;
                color: #9d9d9d;
                direction: rtl;
            }

        .FlightDirection .FlightTime .DateAndDuration {
            display: table;
            width: 100%;
            margin: 10px 7px 0 0;
        }

            .FlightDirection .FlightTime .DateAndDuration .FlightDate {
                display: inline-block;
                float: right;
                width: 80px;
                text-align: right;
                direction: rtl;
                font: bold 20px arial;
                color: #1c81dd;
            }

            .FlightDirection .FlightTime .DateAndDuration .FlightDuration {
                display: inline-block;
                width: 80px;
                font: 14px arial;
                color: #959595;
                direction: rtl;
            }

                .FlightDirection .FlightTime .DateAndDuration .FlightDuration span {
                    color: #3c3c3c;
                }

            .FlightDirection .FlightTime .DateAndDuration .FlightTimeText {
                display: inline-block;
                margin-left: 5px;
                font: 14px arial;
                color: #959595;
            }

.FlightBoxSeparator {
    display: inline-block;
    float: right;
    width: 630px;
    height: 1px;
    background: #e6e6e6;
    margin-right: 27px;
}


.TimeLineBox {
    display: inline-block;
    float: right;
    width: 370px;
    margin: 12px 40px 0 0;
}

    .TimeLineBox .Destination {
        display: inline-block;
        float: right;
        width: 20%;
        text-align: center;
    }


        .TimeLineBox .Destination .DestinationTime.PlusOne {
            margin-right: 14px;
            cursor: default;
        }

        .TimeLineBox .Destination .DestinationTime span {
            display: inline-block;
            float: left;
            width: 21px;
            height: 21px;
            margin-top: -8px;
            margin-left: 5px;
            text-align: center;
            font: bold 12px arial;
            color: #ffffff;
            background: #0091d8;
            border-radius: 50%;
            line-height: 21px;
            direction: rtl;
        }

        .TimeLineBox .Destination .DestinationTime {
            display: inline-block;
            float: right;
            width: 100%;
            text-align: center;
            font: bold 16px arial;
            color: #3c3c3c;
            direction: rtl;
        }

        .TimeLineBox .Destination .DestinationText {
            display: inline-block;
            float: right;
            width: 100%;
            font: 12px arial;
            color: #8c8c8c;
            direction: rtl;
            margin-top: 3px;
        }

        .TimeLineBox .Destination .DepartureTerminal {
            font: 12px arial;
            color: #8c8c8c;
            display: inline-block;
        }

    .TimeLineBox .TimeLine {
        display: inline-block;
        float: right;
        width: 60%;
        height: 40px;
    }

        .TimeLineBox .TimeLine .TimeLineMiddle {
            display: inline-block;
            float: right;
            width: 89%;
            margin-top: -13px;
        }

            .TimeLineBox .TimeLine .TimeLineMiddle .ConnectionStop {
                display: block;
                float:right;
                width: 55%;
                position: relative;
                text-align: center;
                direction: rtl;
            }

                .TimeLineBox .TimeLine .TimeLineMiddle .ConnectionStop.bottom {
                    float: left;
                }

                .TimeLineBox .TimeLine .TimeLineMiddle .ConnectionStop.oneStop {
                    width: 100%;
                }

                .TimeLineBox .TimeLine .TimeLineMiddle .ConnectionStop.oneRow {
                    width: 100%;
                    margin-top: 13px;
                }

            .TimeLineBox .TimeLine .TimeLineMiddle .ConnectionStopLabel {
                display: inline-block;
                float: left;
                width: 105px;
                text-align: center;
                font: 12px arial;
                color: #8c8c8c;
                direction: rtl;
                line-height: 17px;
            }

                .TimeLineBox .TimeLine .TimeLineMiddle .ConnectionStopLabel.oneRowLabel {
                    width: 100%;
                }

            .TimeLineBox .TimeLine .TimeLineMiddle .ConnectionStopText {
                display: inline-block;
                float: left;
                width: 105px;
                text-align: center;
                font: 12px arial;
                color: #959595;
                direction: rtl;
                line-height: 13px;
            }

                .TimeLineBox .TimeLine .TimeLineMiddle .ConnectionStopText.oneRowText {
                    width: 100%;
                }
#segmentsData .aircraft-type {
    display: inline-block;
    float: right;
    font: 14px arial;
    color: #8c8c8c;
    line-height: 60px;
    margin-right: 35px;
}
.ConnectionContainer {
    display: inline-block;
    float: right;
    width: 50%;
    height: 10px;
    text-align: center;
}

    .ConnectionContainer .GrayLine {
        display: inline-block;
        float: right;
        width: 100%;
        height: 4px;
        position: relative;
        text-align: center;
        background: #cacaca;
    }

    .ConnectionContainer .OrangeSpot {
        height: 8px;
        width: 8px;
        position: relative;
        border-radius: 50%;
        background-color: #f9a23c;
        margin-right: auto;
        margin-left: auto;
        margin-top: -4px;
        border: 2px solid white;
    }

    .ConnectionContainer.noConnections {
        width: 100%;
    }

.connection-disclaimer {
    color: red;
    font-size: 11px;
    text-align: right;
}

.TimeLineBox .TimeLine .TimeLineMiddle .ConnectionStop.oneStop ~ div.connection-disclaimer,
.TimeLineBox .TimeLine .TimeLineMiddle .ConnectionStop.bottom div.connection-disclaimer {
    text-align: center;
}

.SearchResults .SearchResultsMain .FlightBox .CompareBox {
    display: inline-block;
    float: left;
    text-align: right;
    width: 205px;
    margin-top: 72px;
}

.SearchResults .SearchResultsMain .FlightBox.oneway .CompareBox {
    margin-top: 30px;
}

.SearchResults .SearchResultsMain .FlightBox .CompareBox .FlightPrice {
    display: inline-block;
    float: right;
    width: 205px;
    text-align: right;
    font: bold 18px arial;
    color: #3c3c3c;
    direction: rtl;
}

    .SearchResults .SearchResultsMain .FlightBox .CompareBox .FlightPrice.lowcost {
        padding-right: 10px;
    }

    .SearchResults .SearchResultsMain .FlightBox .CompareBox .FlightPrice span {
        font: normal 16px arial;
    }

        .SearchResults .SearchResultsMain .FlightBox .CompareBox .FlightPrice span:first-child {
            font-size: 14px;
            color: gray;
        }

.SearchResults .SearchResultsMain .FlightBox .CompareBox .TravelAgents {
    display: inline-block;
    float: right;
    width: 205px;
    text-align: right;
    font: 12px arial;
    color: #3c3c3c;
    direction: rtl;
    margin-top: 5px;
}

.SearchResults .SearchResultsMain .FlightBox .CompareBox .FlightsBottomComment {
    display: inline-block;
    float: right;
    width: 205px;
    text-align: right;
    font: 12px arial;
    color: #8c8c8c;
    direction: rtl;
    margin-top: 40px;
    margin-bottom: 5px;
}

.info-text-container span {
    width: 50%;
    display: inline-block;
    float: right;
    color: gray;
    font-size: 14px !important;
}

.info-text-container .total-price span {
    font-weight: bold !important;
}

.info-text-container .pax-price-row {
    display: inline-block;
    width: 100%;
    padding-bottom: 2px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 2px;
}

.CompareBox .AveragePriceText {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 5px;
    color: gray;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 5px;
    color: gray;
    font-weight: normal;
    float: right;
    padding-top: 3px;
}

    .CompareBox .AveragePriceText span {
        width: 15px;
        height: 15px;
        background-color: #9a9797;
        float: left;
        border-radius: 30px;
        color: white;
        text-align: center;
        font-size: 11px;
        cursor: pointer;
        line-height: 17px;
        margin-right: 4px;
        font-weight: bold;
    }

.SearchResults .SearchResultsMain .FlightBox .bottom {
    display: inline-block;
    width: 100%;
}

    .SearchResults .SearchResultsMain .FlightBox .bottom .FlightsBottomComment {
        display: inline-block;
        float: left;
        width: 205px;
        text-align: right;
        font: 12px arial;
        color: #8c8c8c;
        direction: rtl;
        ;
    }


/*** CompareAgents ***/
.CompareAgentsTitle {
    display: inline-block;
    float: right;
    width: 950px;
    text-align: right;
    font: bold 24px arial;
    color: #3c3c3c;
    margin-bottom: 17px;
}


.FlightsSummaryBoxes {
    display: inline-block;
    float: right;
    width: 950px;
}

    .FlightsSummaryBoxes .FlightDirection .FlightTime .DateAndDuration,
    .FlightsSummaryBoxes .FlightDirection .FlightTime .FlightTimeLabel {
        width: auto !important;
        display: inline-block;
        float: right;
    }

    .FlightsSummaryBoxes .FlightBox .FlightDirection .FlightTime .FlightTimeLabel {
        display: inline-block;
        width: 55px !important;
    }

    .FlightsSummaryBoxes .FlightBox .FlightDirection .FlightTime .DateAndDuration {
        display: inline-block;
        width: 80px !important;
    }

.FlightBox {
    display: inline-block;
    float: right;
    width: 950px;
    background: #ffffff;
    border-top: 1px solid #c1c1b5;
}

    .FlightBox .Flights {
        display: inline-block;
        float: right;
        width: 950px;
    }

    .FlightBox .FlightDirection {
        display: inline-block;
        float: right;
        width: 950px;
        margin: 26px 27px 30px 0;
        text-align: right;
    }

        .FlightBox .FlightDirection.title {
            margin: 8px 25px !important;
        }

        .FlightBox .FlightDirection .LogoAndNumber {
            display: inline-block;
            float: right;
            width: 74px;
            text-align: center;
        }

            .FlightBox .FlightDirection .LogoAndNumber .AirlineLogo {
                display: inline-block;
                float: right;
                width: 74px;
                height: 35px;
                text-align: center;
            }

            .FlightBox .FlightDirection .LogoAndNumber .FlightNum {
                display: inline-block;
                float: right;
                width: 74px;
                text-align: center;
                font: 11px arial;
                color: #8c8c8c;
                direction: rtl;
            }

            .FlightBox .FlightDirection .LogoAndNumber .AirlineImage {
                width: 35px;
            }

        .FlightBox .FlightDirection .FlightTime {
            display: inline-block;
            float: right;
            width: 230px;
        }

            .FlightBox .FlightDirection .FlightTime .FlightTimeLabel {
                display: table;
                float: right;
                width: 100%;
                text-align: left;
            }

                .FlightBox .FlightDirection .FlightTime .FlightTimeLabel * {
                    display: table-cell;
                    border-spacing: 4px;
                }

                .FlightBox .FlightDirection .FlightTime .FlightTimeLabel span {
                    padding-left: 5px;
                }

                .FlightBox .FlightDirection .FlightTime .FlightTimeLabel .FlightDirectionIcon {
                    color: #9d9d9d;
                }

                .FlightBox .FlightDirection .FlightTime .FlightTimeLabel .FlightTimeText {
                    display: inline-block;
                    float: left;
                    width: 60px;
                    text-align: left;
                    font: 14px arial;
                    color: #9d9d9d;
                    direction: rtl;
                }

            .FlightBox .FlightDirection .FlightTime .FlightDay, .FlightBox #segmentsData .FlightDirection .FlightTime .FlightDate {
                display: inline-block;
                float: right;
                text-align: left;
                font: bold 17px arial;
                color: #187dda;
                margin-top: 14px;
                direction: rtl;
                line-height: 20px;
                margin-left: 8px;
            }

    .FlightBox #segmentsData .FlightDirection .FlightTime {
        width: 177px;
    }

    .FlightBox .FlightDirection.forExpanded {
        width: 96% !important;
    }

    .FlightBox .open-multiple-flights, .FlightBox .close-multiple-flights {
        width: 100%;
        float: right;
        height: 30px;
        background-color: #e4f0fb;
        text-align: center;
        cursor: pointer;
    }

        .FlightBox .open-multiple-flights span, .FlightBox .close-multiple-flights span {
            float: right;
            width: 100%;
            margin-top: 5px;
            color: #888888;
            font-weight: bold;
        }

            .FlightBox .open-multiple-flights span:after, .FlightBox .close-multiple-flights span:after {
                position: relative;
                top: -2px;
                content: "";
                display: inline-block;
                width: 0.4em;
                height: 0.4em;
                border-right: 0.2em solid #1f84e0;
                border-bottom: 0.2em solid #1f84e0;
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                margin-right: 0.5em;
                transition: transform 0.2s linear;
            }

            .FlightBox .close-multiple-flights span:after {
                top: 0;
                transition: transform 0.2s linear;
                transform: rotate(225deg);
            }

.FullDetailsLink.close {
    display: none;
}

.FullDetailsLink {
    font-size: 14px;
    color: #187dda;
    margin-right: 27px;
    cursor: pointer;
    float: right;
    margin-bottom: 5px;
}

    .FullDetailsLink a {
        font-size: 14px;
        color: #187dda;
        text-decoration: underline;
    }

.FlightBox .FlightFullDetails {
    display: none;
    float: right;
}

    .FlightBox .FlightFullDetails #segmentsData {
        display: inline-block !important;
    }
/*.FlightBox .open-multiple-flights button,.FlightBox .close-multiple-flights button{float: right;width: 240px;height: 37px;background-color: #0a6fcb;background-size: 100% 100%;border-radius: 5px;color: white;font-size: 15px;font-weight: 600;right: 52%;position: relative;margin-bottom: 25px;cursor:pointer}*/


.related-flights {
    float: right;
    width: 100%;
    margin: -11px 0 10px 0;
    border-bottom: 1px solid #c1c1b5;
}

.FlightBox .close-multiple-flights {
    width: 100%;
    float: right;
}


.PricesSummaryAndFb {
    display: inline-block;
    float: right;
    width: 950px;
    background: #ffffff;
    border-top: 1px solid #c1c1b5;
}

    .PricesSummaryAndFb .PricesSummary {
        display: inline-block;
        float: right;
        margin: 14px 30px 14px 0;
    }

        .PricesSummaryAndFb .PricesSummary .PricesNumbers {
            display: inline-block;
            float: right;
            text-align: right;
            font: bold 16px arial;
            color: #3c3c3c;
            direction: rtl;
        }

        .PricesSummaryAndFb .PricesSummary .AgentsNumbers {
            display: inline-block;
            float: right;
            text-align: right;
            font: 12px arial;
            color: #3c3c3c;
            margin: 4px 8px 0 0;
        }

        .PricesSummaryAndFb .PricesSummary .lowcost {
            margin-right: 0;
            margin-top: 10px;
            font: 12px arial;
            color: #3c3c3c;
        }

    .PricesSummaryAndFb .FbLikes {
        display: inline-block;
        float: left;
        margin: 25px 0 20px 25px;
    }


.DateAndDuration {
    display: inline-block;
    float: right;
    width: 100%;
    margin: 9px 7px 0 0;
}

    .DateAndDuration.wide {
        width: auto;
        margin: 2px 10px;
    }

.FlightTimeLabel .FlightDate span, .FlightTimeLabel span {
    text-align: right;
    direction: rtl;
    font: bold 20px arial;
    color: #1c81dd;
    line-height: 25px;
    display: table-cell;
}

.FlightTimeLabel > span {
    width: 90px;
}

.FlightTimeLabel .FlightDate span.dayInWeek {
    font-size: 16px;
    padding-right: 10px;
}

.DateAndDuration .FlightDuration, .FlightBox #segmentsData .DateAndDuration .FlightTimeText {
    display: inline-block;
    font: 14px arial;
    color: #959595;
    direction: rtl;
}

.FlightBox #segmentsData .DateAndDuration {
    text-align: center;
    margin: 0;
}

.DateAndDuration .FlightDuration.wide {
    width: 100%;
}

.DateAndDuration.title .FlightDuration.wide {
    font-size: 15px;
    color: black;
}

.DateAndDuration .FlightDuration span {
    color: #3c3c3c;
}

.FlightBox .FlightBoxSeparator {
    display: inline-block;
    float: right;
    width: 666px;
    height: 1px;
    background: #e6e6e6;
    margin-right: 27px;
}

.FlightDescription {
    display: inline-block;
    float: right;
    text-align: right;
}

.FlightDescriptionTxt {
    display: inline-block;
    float: right;
    text-align: right;
    font: bold 20px arial;
    color: #187dda;
}

.FlightDescription .ExpandLink, .MinimizeLink {
    display: inline-block;
    float: right;
    width: 100%;
    text-align: right;
    font: 14px arial;
    color: #187dda;
    direction: rtl;
    margin-top: 15px;
}

    .FlightDescription .ExpandLink a, .MinimizeLink a {
        text-decoration: underline;
        color: #187dda;
    }

.TimeLineBox {
    display: inline-block;
    float: right;
    width: 370px;
    margin: 12px 15px 0 0;
}

    .TimeLineBox .Destination {
        display: inline-block;
        float: right;
        width: 20%;
        text-align: center;
    }





    .TimeLineBox .TimeLine {
        display: inline-block;
        float: right;
        width: 60%;
        height: 40px;
    }

        .TimeLineBox .TimeLine .fa-caret-left {
            float: right;
            margin-top: 10px;
            margin-left: 3px;
        }

        .TimeLineBox .TimeLine .BlackSpotLeft {
            height: 8px;
            width: 8px;
            position: relative;
            border-radius: 50%;
            background-color: #000000;
            margin-top: 13px;
            border: 2px solid white;
            float: left;
        }

        .TimeLineBox .TimeLine .TimeLineMiddle .ConnectionStop {
            display: inline-block;
            width: 55%;
            position: relative;
            text-align: center;
            direction: rtl;
        }

            .TimeLineBox .TimeLine .TimeLineMiddle .ConnectionStop.bottom {
                float: left;
            }

            .TimeLineBox .TimeLine .TimeLineMiddle .ConnectionStop.oneStop {
                width: 100%;
            }

            .TimeLineBox .TimeLine .TimeLineMiddle .ConnectionStop.oneRow {
                width: 100%;
                margin-top: 13px;
            }

        .TimeLineBox .TimeLine .TimeLineMiddle .ConnectionStopLabel {
            display: inline-block;
            float: left;
            width: 105px;
            text-align: center;
            font: 12px arial;
            color: #8c8c8c;
            direction: rtl;
            line-height: 17px;
        }

            .TimeLineBox .TimeLine .TimeLineMiddle .ConnectionStopLabel.oneRowLabel {
                width: 100%;
            }

        .TimeLineBox .TimeLine .TimeLineMiddle .ConnectionStopText {
            display: inline-block;
            float: left;
            width: 125px;
            text-align: center;
            font: 12px arial;
            color: #959595;
            direction: rtl;
            line-height: 13px;
        }

            .TimeLineBox .TimeLine .TimeLineMiddle .ConnectionStopText.oneRowText {
                width: 100%;
            }

.ConnectionContainer {
    display: inline-block;
    float: right;
    width: 50%;
    height: 10px;
    text-align: center;
}

    .ConnectionContainer .GrayLine {
        display: inline-block;
        float: right;
        width: 100%;
        height: 4px;
        position: relative;
        text-align: center;
        background: #cacaca;
    }

    .ConnectionContainer.noConnections {
        width: 100%;
    }

.FlightSummaryInfo {
    display: inline-block;
    float: left;
    width: 475px;
    margin-top: 20px;
    font: 12px arial;
    color: #959595;
    direction: rtl;
}

    .FlightSummaryInfo.forExpanded {
        width: 448px;
    }

.FlightBoxInnerSeparator {
    display: inline-block;
    float: right;
    width: 920px;
    height: 1px;
    margin-right: 15px;
    background: #e6e6e6;
}

.ConnectionInfoBlock {
    display: inline-block;
    width: 600px;
    text-align: right;
    margin: 10px 147px 10px 0;
}

    .ConnectionInfoBlock .ConnectionTitle {
        display: inline-block;
        float: right;
    }

        .ConnectionInfoBlock .ConnectionTitle .ConnectionIcon {
            display: inline-block;
            float: right;
            width: 18px;
            height: 0px;
            margin: 6px 0 0 8px;
            border: 2px solid #cacaca;
            position: relative;
        }

            .ConnectionInfoBlock .ConnectionTitle .ConnectionIcon:after {
                content: "";
                width: 8px;
                height: 8px;
                background-color: orange;
                border-radius: 50%;
                display: inline-block;
                border: 2px solid white;
                position: absolute;
                right: 3px;
                top: -6px;
            }

        .ConnectionInfoBlock .ConnectionTitle .ConnectionTitleTxt {
            display: inline-block;
            float: right;
            width: 123px;
            text-align: right;
            font: bold 14px arial;
            color: #1c81dd;
            direction: rtl;
        }

    .ConnectionInfoBlock .ConnectionDuration {
        display: inline-block;
        float: right;
        font: 14px arial;
        color: #959595;
        direction: rtl;
    }

        .ConnectionInfoBlock .ConnectionDuration span {
            color: #3c3c3c;
        }

    .ConnectionInfoBlock .ConnectionLocation {
        display: inline-block;
        float: right;
        font: 14px arial;
        color: #3c3c3c;
        direction: rtl;
        margin-right: 5px;
    }

    .ConnectionInfoBlock .connection-disclaimer {
        text-align: right;
        width: auto;
        direction: rtl;
        margin-right: 5px;
        font-size: 14px;
        display: block;
        float: right;
    }

.FlightBox .CompareBox {
    display: inline-block;
    float: left;
    text-align: right;
    width: 205px;
    margin-top: 72px;
}

    .FlightBox .CompareBox .FlightPrice {
        display: inline-block;
        float: right;
        width: 205px;
        text-align: right;
        font: bold 18px arial;
        color: #3c3c3c;
        direction: rtl;
    }

        .FlightBox .CompareBox .FlightPrice span {
            font: normal 16px arial;
        }

    .FlightBox .CompareBox .TravelAgents {
        display: inline-block;
        float: right;
        width: 205px;
        text-align: right;
        font: 12px arial;
        color: #3c3c3c;
        direction: rtl;
        margin-top: 5px;
    }

    .FlightBox .CompareBox .FlightsBottomComment {
        display: inline-block;
        float: right;
        width: 205px;
        text-align: right;
        font: 12px arial;
        color: #8c8c8c;
        direction: rtl;
        margin-top: 40px;
        margin-bottom: 5px;
    }

.separator {
    display: inline-block;
    float: right;
    width: 950px;
    height: 1px;
    background: #c1c1b5;
    margin: 0;
    padding: 0;
}

.Advertisement {
    display: inline-block;
    float: right;
    width: 950px;
    border-top: 1px solid #c1c1b5;
    border-bottom: 1px solid #c1c1b5;
}

    .Advertisement .title {
        display: inline-block;
        float: right;
        width: 940px;
        height: 24px;
        text-align: right;
        padding-right: 10px;
        font: bold 14px arial;
        color: #1f84e0;
        line-height: 24px;
        background: #f5f5f4;
        background: -moz-linear-gradient(top, #f5f5f4 0%, #e2e2d8 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f4), color-stop(100%,#e2e2d8));
        background: -webkit-linear-gradient(top, #f5f5f4 0%,#e2e2d8 100%);
        background: -o-linear-gradient(top, #f5f5f4 0%,#e2e2d8 100%);
        background: -ms-linear-gradient(top, #f5f5f4 0%,#e2e2d8 100%);
        background: linear-gradient(to bottom, #f5f5f4 0%,#e2e2d8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f4', endColorstr='#e2e2d8',GradientType=0 );
    }


.SearchResultsMain .advertisers {
    display: inline-block;
    width: 98%;
    margin: 1%;
    text-align: center;
    margin-top: 3px;
}

    .SearchResultsMain .advertisers img {
        width: 140px;
        height: 40px;
    }

    .SearchResultsMain .advertisers .advertiser-link {
        text-decoration: none;
        margin-left: 10px;
    }

.SelectionsColumn .advertisers .advertiser-link {
    margin-bottom: 4px;
}

.SelectionsColumn .advertisers img {
    width: 100px;
    height: 35px;
}

.select2-results .popular-destinations {
    font-size: 15px;
    color: gray;
    margin-top: 10px;
    margin-bottom: 10px;
}

.HomepageSearchWrap {
    display: inline-block;
    float: right;
    width: 952px;
    height: 440px;
    text-align: right;
}
 


.VacationsBoxes a {
    text-decoration: none;
}

.homeSearchWrap {
    display: inline-block;
    width: 844px;
    float: right;
}


.VacationsBoxes {
    display: inline-block;
    float: right;
    width: 720px;
    text-align: right;
}

.VacationBlock .VacationNameTxt {
    display: inline-block;
    float: right;
    width: 88%;
    font: bold 17px Arial;
    color: #ffffff;
    text-align: right;
    direction: rtl;
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
}

.VacationBlock .VacationItemsNum {
    display: inline-block;
    float: right;
    width: 88%;
    font: 13px Arial;
    color: #ffffff;
    text-align: right;
    direction: rtl;
    position: relative;
    z-index: 1;
}

.VacationBlock .Arrow {
    display: inline-block;
    float: left;
    width: 21px;
    height: 21px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    border-radius: 50%;
    background-color: #1d82de;
    text-align: center;
    font-size: 14px;
    margin-top: -13px;
}
    .VacationBlock .Arrow:before {
        content: "\276F";
        color:white;
    }
    .CouponsBlock .VacationNameTxt {
        display: inline-block;
        float: right;
        width: 98.5%;
        font: bold 17px Arial;
        color: #ffffff;
        text-align: right;
        direction: rtl;
        position: relative;
        margin: -45px 1.5% 0 0;
        z-index: 1;
    }

.CouponsBlock .VacationItemsNum {
    display: inline-block;
    float: right;
    width: 98.5%;
    font: 13px Arial;
    color: #ffffff;
    text-align: right;
    direction: rtl;
    position: relative;
    margin: -23px 1.5% 0 0;
    z-index: 1;
}

.CouponsBlock .Arrow {
    display: inline-block;
    float: left;
    width: 21px;
    height: 21px;
    position: relative;
    margin: -35px 0 0 8px;
    background: url("../images/Arrows-Sprits.png") 0px -22px no-repeat;
    cursor: pointer;
    z-index: 1;
}

.CouponsBlock .Overlay {
    display: inline-block;
    float: right;
    width: 226px;
    height: 226px;
    position: relative;
    margin-top: -226px;
    background-color: #ffffff;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity = 0);
    z-index: 0;
}

.VacationBoxesBanners {
    display: inline-block;
    float: right;
    width: 226px;
}

    .VacationBoxesBanners .BannerBlock {
        display: inline-block;
        float: right;
        width: 226px;
        height: 226px;
        margin-bottom: 14px;
        cursor: pointer;
        background-color: #0c71cd;
    }

        .VacationBoxesBanners .BannerBlock:first-of-type {
            background-image: url(../Images/firstBox.png)
        }

        .VacationBoxesBanners .BannerBlock:nth-of-type(2) {
            background-image: url(../Images/secondBox.png)
        }

        .VacationBoxesBanners .BannerBlock:nth-of-type(3) {
            background-image: url(../Images/thirdBox.png)
        }

.side-banner {
    display: inline-block;  
    float: left;
    position: fixed;
    top: 2px;
    left: 5px;
}


.top-banner {
    display: inline-block;
    float: right;
    width: 950px;
    text-align: center;
}



.VacationsBoxesBlock {
    display: inline-block;
    float: right;
    width: 964px;
    text-align: right;
    margin-top: 14px;
}

.VacationBlock {
    display: inline-block;
    float: right;
    width: 226px;
    height: 226px;
    margin: 0 0 14px 14px;
    position: relative;
}

    .VacationBlock:hover .Overlay {
        opacity: 0.15;
    }

    .VacationBlock:active .Overlay {
        background: #252525;
        opacity: 0.15;
    }


.VacationBlockImg {
    display: inline-block;
    float: right;
    width: 226px;
    height: 226px;
    position: relative;
    margin-top: 0;
    z-index: -1;
    position: relative;
}

.VacationBlock .VacationNameBg {
    display: inline-block;
    float: right;
    width: 95%;
    position: absolute;
    background-color: rgba(21, 21, 21, 0.6);
    bottom: 0;
    right: 0;
    padding: 2.5%;
}
/*.CouponsBlock .VacationBlockImg {margin-top: -25px;}*/
.CouponsBlock .VacationNameBg {
    display: inline-block;
    float: right;
    width: 100%;
    height: 52px;
    position: relative;
    margin-top: -53px;
    background-color: #0c71cd;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity = 90);
}

.CouponsBlock {
    display: inline-block;
    float: right;
    width: 226px;
    height: 226px;
    margin: 0 0 14px 14px;
}

    .CouponsBlock:hover .Overlay {
        opacity: 0.15;
    }

    .CouponsBlock:active .Overlay {
        background: #252525;
        opacity: 0.15;
    }

.VacationBlock.DoubleBox {
    display: inline-block;
    float: right;
    width: 466px;
    height: 226px;
    margin: 0 0 14px 14px;
}

    .VacationBlock.DoubleBox .VacationBlockImg {
        display: inline-block;
        float: right;
        width: 466px;
        height: 226px;
    }

.VacationBlock.TripleBox {
    display: inline-block;
    float: right;
    width: 706px;
    height: 226px;
    margin: 0 0 14px 14px;
}

    .VacationBlock.TripleBox .VacationBlockImg {
        display: inline-block;
        float: right;
        width: 706px;
        height: 226px;
    }



.mashlimim {
    display: inline-block;
    float: right;
    width: 950px;
    text-align: right;
    margin: 15px 0 30px 0;
}

.mashlimimTitle {
    display: inline-block;
    float: right;
    width: 950px;
    text-align: right;
    direction: rtl;
    font: bold 18px arial;
    color: #0c71cd;
}

.mashlimimSubTitle {
    display: inline-block;
    float: right;
    width: 950px;
    text-align: right;
    direction: rtl;
    font: bold 14px arial;
    color: #212020;
    margin-bottom: 15px;
}

.mashlimimTxt {
    display: inline-block;
    float: right;
    width: 950px;
    text-align: right;
    direction: rtl;
    font: 14px arial;
    color: #7c7c7c;
}

/*.flightSearch{width:844px;display: inline-block;}*/
.inboxSearch {
    width: 844px;
    display: inline-block;
}

.AdditionalDetailsTextLink {
    display: inline-block;
    float: right;
    width: 555px;
    text-align: right;
    direction: rtl;
    font: 14px arial;
    color: #1f84e0;
}

    .AdditionalDetailsTextLink .ShowAdditionalText {
        text-decoration: underline;
        color: #1f84e0;
        cursor: pointer;
    }

/***locationInfo****/
/*.locationInfo { clear: both;}
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    */
.locationInfo div {
    float: right
}

    .locationInfo div p {
        margin: 0;
        padding: 0
    }
/*.locationInfo > div.third > div:not(:first-child) { padding-top: 7px; }
.locationInfo > div.whole > div:not(:first-child) { padding-top: 14px; }*/
.locationInfo > div > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle
}

.locationInfo .mobile {
    display: none;
}

.locationInfo > div {
    height: 70px;
    line-height: 60px;
    background-color: #F0F0E6;
    border: 1px solid #D1D1D1;
    border-radius: 0 0 5px 5px;
    margin: 15px 7px;
    box-sizing: border-box;
    vertical-align: middle
}

    .locationInfo > div#weather {
        line-height: initial;
        padding-top: 9px
    }

    .locationInfo > div:first-child {
        margin-right: 0;
    }

    .locationInfo > div:last-child {
        margin-left: 0;
    }

    .locationInfo > div.third > div {
        width: 75px;
        height: 100%;
    }

    .locationInfo > div > div > div {
        width: 75px;
        height: 40px;
    }

    .locationInfo > div:not(#weather) > div > div {
        padding-top: 9px;
    }

    .locationInfo > div > div > h5 {
        clear: both;
        display: block;
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 12px;
        color: #202020;
        font-weight: bold;
        line-height: initial;
    }

    .locationInfo > div.whole > div:first-child {
        width: 75px;
        height: 100%;
    }

    .locationInfo > div.whole > div:last-child {
        width: 150px;
        height: 100%;
    }

.locationInfo > #weather > div:first-child > div {
    background-image: url('/content/images/locationinfo/sun.png');
    background-repeat: no-repeat;
    background-position: top;
}

.locationInfo > #weather > div {
    font-size: 12px;
    color: #202020;
}

    .locationInfo > #weather > div span {
        font-size: 26px;
        direction: ltr;
        display: inline-block;
        margin: 0;
        padding: 0;
        text-align: right;
    }

        .locationInfo > #weather > div span:first-child, .locationInfo > #weather > div p {
            padding-right: 12px;
            padding-top: 4px;
        }

.locationInfo > #currency > div:first-child > div {
    background-image: url('/content/images/locationinfo/money.png');
    background-repeat: no-repeat;
    background-position: center;
}

.locationInfo > #currency > div {
    font-size: 24px;
    color: #202020;
    direction: ltr;
    text-align: right
}

.locationInfo > div#time > div {
    white-space: nowrap;
    overflow: initial;
}

.locationInfo > #time > div:first-child > div {
    background-image: url('/content/images/locationinfo/time.png');
    background-repeat: no-repeat;
    background-position: center;
}

.locationInfo > #time > div {
    font-size: 26px;
    color: #202020;
}

    .locationInfo > #time > div:last-child {
        font-size: 12px;
        color: #4491d7;
    }

.locationInfo > #hotel > div:first-child > div {
    background-image: url('/content/images/locationinfo/bed.png');
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 17px;
}

.locationInfo > #hotel > div {
    font-size: 17px;
    color: #202020;
    font-weight: bold
}

    .locationInfo > #hotel > div a {
        font-size: 17px;
        color: #1176d3;
        text-decoration: none;
    }

.info {
    position: relative;
    right: 5px;
    float: right;
}

.info-btn {
    width: 15px;
    height: 15px;
    float: right;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    background: -moz-linear-gradient(top, rgb(204, 201, 201) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(top, rgb(204, 201, 201) 0%,rgb(255, 255, 255) 100%);
    background: linear-gradient(to bottom, rgb(204, 201, 201) 0%,rgb(255, 255, 255) 100%);
    font-size: 14px;
    text-align: center;
    color: gray;
    line-height: 14px;
}

    .info-btn:hover {
        background: -moz-linear-gradient(top, rgb(171, 170, 170) 0%, rgb(255, 255, 255) 100%);
        background: -webkit-linear-gradient(top, rgb(171, 170, 170) 0%,rgb(255, 255, 255) 100%);
        background: linear-gradient(to bottom, rgb(171, 170, 170) 0%,rgb(255, 255, 255) 100%)
    }

    .info-btn:active {
        -webkit-box-shadow: inset 0 0 10px #000000;
        box-shadow: inset 1px 1px 2px #0000007d;
    }
    .info-btn:before {
        content: "i";
        font-family: monospace;
    }

    .float-right {
        float: right;
    }

.float-left {
    float: left;
}

.info-text-container {
    margin: 15px 30px;
    width: 200px;
    background: #fff;
    border: 1px solid #ababab;
    position: absolute;
    padding: 7px;
    text-align: right;
    font-size: 12px;
    border-radius: 5px;
    top: -20px;
    color: black;
    line-height: normal;
    font-weight: normal;
    z-index: 9999;
}

.FlightPrice .info-text-container {
    width: 170px;
    padding: 12px;
}
/* this CS forms the triangles */
.info-text-container:after,
.info-text-container:before {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}


/* this border color controlls the color of the triangle (what looks like the fill of the triangle) */
.info-text-container:after {
    top: 10px;
    border-color: transparent transparent transparent white;
    border-width: 6px;
}

/* this border color controlls the outside, thin border */
.info-text-container:before {
    top: 9px;
    border-color: transparent transparent transparent gray;
    border-width: 7px;
}
.info-text-container .close:before {
    content: "\2716";
}
.info-text-container .close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -8px;
    left: -8px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #cecccc;
    background: -moz-linear-gradient(top, rgb(222, 221, 221) 0%,#f5f5f4 100%);
    background: -webkit-linear-gradient(top, rgb(222, 221, 221) 0%,#f5f5f4 100%);
    background: linear-gradient(to bottom, rgb(222, 221, 221) 0%,#f5f5f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e0e0e0', endColorstr='#00e0e0e0',GradientType=0 );
    font-size: 10px;
    text-align: center;
    font-family: cursive;
    color: #afafaf;
    line-height: 20px;
}

    .info-text-container .close:hover {
        background: -moz-linear-gradient(top, rgb(204, 204, 204) 0%, rgb(243, 243, 243) 100%);
        background: -webkit-linear-gradient(top, rgb(204, 204, 204) 0%,rgb(243, 243, 243) 100%);
        background: linear-gradient(to bottom, rgb(204, 204, 204) 0%,rgb(243, 243, 243) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e0e0e0', endColorstr='#00e0e0e0',GradientType=0 );
    }

    .info-text-container .close:active {
        -webkit-box-shadow: inset 0 0 10px #000000;
        box-shadow: inset 1px 1px 2px #0000007d;
    }

.cet-text {
    margin-top: 15px;
}

.price-details-container, .cet-text {
    width: 85% !important;
    margin-right: 7%;
}

    .price-details-container .title {
        font-weight: bold !important;
        font-size: 16px !important;
        margin-bottom: 10px;
        width: 100%;
    }

.pax-price, .total-price-sum {
    text-align: left;
}
/*.locationInfo #currency > div:nth-child(2) { color: #4491d7; }*/
/*.locationInfo > div > div:nth-child(2) { width: 76px}*/
/***************/

/****************** Destination Content ******************/
.dest-content {
    width: 100%;
    display: inline-block;
}

    .dest-content h2 {
        color: #676565;
    }

.content-row {
    width: 100%;
    /*display: inline-block;*/
    display: table;
    margin-bottom: 20px;
    table-layout: fixed;
}

    .content-row > div {
        /*float:right;
    width: 50%;*/
        width: 100%;
        display: table-cell;
        vertical-align: top;
    }

    .content-row > div:first-child {
        border-left: 10px solid transparent;
    }

.dest-map img, .dest-map iframe {
    width: 100% !important;
    border: 1px solid #c3c3c3;
    height: 380px;
    cursor:pointer;
}


.event {
    background-color: #F0F0E6;
    padding: 3%;
    margin-bottom: 10px;
    display: inline-block;
    width: 94%;
    border-collapse: separate;
    border-spacing: 10px;
    border: 1px solid #dadada;
    border-radius: 5px;
    /*box-shadow: 0px 1px 6px 0px rgb(183, 183, 183);*/
}

    .event > div {
        display: block;
        float: right;
        line-height: 25px;
    }

        .event > div:first-child {
            width: 30%
        }

        .event > div:last-child {
            width: 70%
        }

    .event .event-name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .event .event-name, .event .event-location {
        direction: ltr;
    }

    .event .event-name, .event .event-date {
        color: #4491d7;
    }

    .event .event-location, .event .event-time {
        color: gray;
    }

.content-row > div.attraction {
    width: 230px;
    height: 230px;
    display: inline-block;
    background: #e4e4e4;
    margin-left: 10px;
    position: relative;
}

    .content-row > div.attraction img {
        width: 230px;
        height: 230px;
        display: inherit;
        margin: auto;
        position: absolute;
    }

    .content-row > div.attraction:last-child {
        margin-left: 0;
    }

    .content-row > div.attraction span {
        width: 100%;
        display: inline-block;
        text-align: center;
        font-size: 18px;
        line-height: 58px;
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.content-row > div.video {
    width: 75%;
    height: 400px;
}

.content-row > div.airports-links {
    width: 25%;
}
    .content-row > div.airports-links h2{margin-top:0;}

    .content-row > div.airports-links a {
        width: 100%;
        display: inline-block;
        font-size: 20px;
        margin-bottom: 10px;
        color: #1DA0EF;
    }

body {background-color: #efefef;margin: 0px;padding: 0px;font-family: arial;}

.black-overlay {width: 100%;height: 100%;background-color: #000000;opacity: 0.7;-moz-opacity: 0.7;filter: alpha(opacity=70);position: fixed;top: 0%;left: 0%;z-index: 100;display: none;}

.h1 {text-align: right;font: bold 24px arial;color: #3c3c3c;direction: rtl;line-height: 54px;}

.TravelMain {width: 950px;margin: 0px auto;}   
.hotelIframe { width: 1190px;}
.TravelMain .Header {
    direction: ltr;
    display: inline-block;
    float: right;
    width: 100%; /*950px*/
    height: 83px;
    border-right: 1px solid #c1c1b5;
    border-bottom: 1px solid #c1c1b5;
    border-left: 1px solid #c1c1b5;
    background-image: -moz-linear-gradient(top, #1e83df, #076cc8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1e83df), to(#076cc8));
    background-image: -webkit-linear-gradient(top, #1e83df, #076cc8);
    background-image: -o-linear-gradient(top, #1e83df, #076cc8);
    background-image: linear-gradient(to bottom, #1e83df, #076cc8);
}
.TravelMain .Header .ZapLogo {
    display: inline-block;
    float: right;
    width: 170px;
    height: 65px;
    background: url("/content/images/header/logo.png") no-repeat;
    margin: 15px 11px 0px 0px;
    cursor: pointer;
}
    .TravelMain .Header .ZapLogo:hover {
        display: inline-block;
        float: right;
        width: 170px;
        height: 65px;
        background: url("/content/images/header/logo-hover.png")no-repeat;
        margin: 15px 11px 0px 0px;
        cursor: pointer;
    }


.TravelMain .Header .search {display: inline-block;float: right;width: 510px;height: 42px;text-align: right;padding: 0px;margin: 18px 18px 0px 0px;}
.TravelMain .Header .search .searchField {display: inline-block;float: left;width: 430px;height: 42px;background: url("../images/search-bg.png") no-repeat;border: none;font: 17px arial;color: #7b7b7b;line-height: 42px;text-align: right;direction: rtl;padding-right: 13px;outline: none; background-size: 100% 100%;}
.TravelMain .Header .search .submitSearch {display: inline-block;float: left;width: 46px;height: 42px;border: none;background: url("../images/search-icon.png") 0 0 no-repeat transparent;cursor: pointer;outline: none;}
.TravelMain .Header .search .submitSearch:hover {background: url("../images/search-icon.png") 0 -43px no-repeat;}                
.TravelMain .Header .search .submitSearch:active {background: url("../images/search-icon.png") 0 -86px no-repeat;}

/* Topper.ascx Style */

.BottomComment a img
{
    border:0;
}

.MainDiv .Header .search
{
    display: inline-block;
    float: right;
    _width: 573px;
    height: 42px;
    text-align: right;
    padding: 0px;
    margin: 18px 20px 0px 0px;
}

.MainDiv .Header .search .searchField
{
    display: inline-block;
    float: left;
    width: 513px;
    height: 42px;
    background: url("https://img.zap.co.il/imgs/newui/search-bg.png") no-repeat;
    border: none;
    font: 17px arial;
    color: #7b7b7b;
    line-height: 42px;
    text-align: right;
    direction: rtl;
    padding-right: 13px;
    outline: none;
}

.MainDiv .Header .search .submitSearch
{
    display: inline-block;
    float: left;
    width: 46px;
    height: 42px;
    border: none;
    background: url("https://img.zap.co.il/imgs/newui/search-icon.png") 0 0 no-repeat transparent;
    cursor: pointer;
    outline: none;
}

.MainDiv .Header .search .submitSearch:hover
{
    background: url("https://img.zap.co.il/imgs/newui/search-icon.png") 0 -43px no-repeat;
}

.MainDiv .Header .search .submitSearch:active
{
    background: url("https://img.zap.co.il/imgs/newui/search-icon.png") 0 -86px no-repeat;
}

.MainDiv .Header .GroupLogos
{
    display: inline-block;
    float: left;
    width: 162px;
    height: 42px;
    margin-top: 18px;
}

.MainDiv .Header .GroupLogos .more
{
    display: inline-block;
    float: left;
    width: 16px;
    height: 16px;
    margin: 11px 6px 0 5px;
    background: url("https://img.zap.co.il/imgs/newui/more-arrow.png") 0 0 no-repeat;
    cursor: pointer;
}

.MainDiv .Header .GroupLogos .more:hover
{
    background: url("https://img.zap.co.il/imgs/newui/more-arrow.png") 0 -17px no-repeat;
}

.MainDiv .Header .GroupLogos .more:active
{
    background: url("https://img.zap.co.il/imgs/newui/more-arrow.png") 0 -34px no-repeat;
}

.MainDiv .Header .GroupLogos .doctors
{
    display: inline-block;
    float: left;
    width: 30px;
    height: 36px;
    background: url("https://img.zap.co.il/imgs/newui/small-logos-sprits.png") -1px -1px no-repeat;
    cursor: pointer;
}

.MainDiv .Header .GroupLogos .doctors:hover
{
    margin: 0 15px 0 10px;
}

.MainDiv .Header .GroupLogos .mitchatnim
{
    display: inline-block;
    float: left;
    width: 30px;
    height: 36px;
    background: url("https://img.zap.co.il/imgs/newui/small-logos-sprits.png") -31px -1px no-repeat;
    margin-left: -5px;
    cursor: pointer;
}

.MainDiv .Header .GroupLogos .mitchatnim:hover
{
    margin: 0 15px 0 10px;
}

.MainDiv .Header .GroupLogos .rest
{
    display: inline-block;
    float: left;
    width: 30px;
    height: 36px;
    background: url("https://img.zap.co.il/imgs/newui/small-logos-sprits.png") -61px -1px no-repeat;
    margin-left: -7px;
    cursor: pointer;
}

.MainDiv .Header .GroupLogos .rest:hover
{
    margin: 0 15px 0 10px;
}

.MainDiv .Header .GroupLogos .yellow
{
    display: inline-block;
    float: left;
    width: 30px;
    height: 36px;
    background: url("https://img.zap.co.il/imgs/newui/small-logos-sprits.png") -91px -1px no-repeat;
    margin-left: -7px;
    cursor: pointer;
}

.MainDiv .Header .GroupLogos .yellow:hover
{
    margin: 0 15px 0 10px;
}

.MainDiv .Header .GroupNames
{
    display: inline-block;
    float: left;
    width: 162px;
    height: 20px;
}

.MainDiv .Header .GroupNames span
{
    font-weight: bold;
    margin-right: 2px;
}

.MainDiv .Header .GroupNames .doctorsName
{
    display: none;
    float: left;
    position: absolute;
    margin-left: 15px;
    width: 162px;
    height: 20px;
    text-align: left;
    direction: rtl;
    font: 15px arial;
    color: #ffffff;
}

.MainDiv .Header .GroupNames .restName
{
    display: none;
    float: left;
    position: absolute;
    margin-left: 85px;
    width: 162px;
    height: 20px;
    text-align: left;
    direction: rtl;
    font: 15px arial;
    color: #ffffff;
}

.MainDiv .Header .GroupNames .mitchatnimName
{
    display: none;
    float: left;
    position: absolute;
    margin-left: 45px;
    width: 162px;
    height: 20px;
    text-align: left;
    direction: rtl;
    font: 15px arial;
    color: #ffffff;
}

.MainDiv .Header .GroupNames .yellowName
{
    display: none;
    float: left;
    position: absolute;
    margin-left: 90px;
    width: 162px;
    height: 20px;
    text-align: left;
    font: 15px arial;
    color: #ffffff;
    direction: rtl;
}

.MainDiv .main-menu
{
    display: inline-block;
    float: right;
    width: 950px;
    height: 28px;
    background: url("https://img.zap.co.il/imgs/newui/SubMenu-BG.png") repeat-x;
    border-right: 1px solid #c1c1b5;
    border-bottom: 1px solid #c1c1b5;
    border-left: 1px solid #c1c1b5;
    text-align: justify;
}

.MainDiv .main-menu .main-menu-item
{
    display: inline-block;
    float: right;
    height: 23px;
    padding-top: 5px;
    cursor: pointer;
    text-align: center;
}

.MainDiv .main-menu .main-menu-item A
{
    font: 14px arial;
    color: #dfdede;
    text-decoration: none;
}
.MainDiv .main-menu .emphasised A
{
    font: bold 14px arial;
    color: #00b4e8;
}

.MainDiv .main-menu .main-menu-item
{
    font: 14px arial;
    color: #dfdede;
    text-decoration: none;
}
.MainDiv .main-menu .emphasised
{
    font: bold 14px arial;
    color: #00b4e8;
}

.MainDiv .main-menu .emphasisedWhite
{
    font: bold 14px arial;
    color: #FFFFFF;
}

.MainDiv .main-menu .main-menu-item:hover
{
    background: url("https://img.zap.co.il/imgs/newui/SubMenu-Hover-BG.png") repeat-x;
}

.MainDiv .main-menu .main-menu-item:active
{
    background: #000000;
}


.MainDiv .main-menu .V-Separator
{
    display: inline-block;
    float: right;
    width: 2px;
    height: 28px;
    background: url("https://img.zap.co.il/imgs/newui/SubMenu-Separator.png") no-repeat;
}

.MainDiv .main-menu .V-SeparatorWhite
{
    display: inline-block;
    float: right;
    width: 2px;
    height: 28px;
    background: url("https://img.zap.co.il/imgs/newui/SubMenu-Separator-White.png") no-repeat;
}

.MainDiv .breadcrumbs
{
    display: inline-block;
    float: right;
    margin: 10px 0px;
    font: 12px arial;
    text-align: right;
    direction: rtl;
    color: #3c3c3c;
}

.MainDiv .breadcrumbs a
{
    text-decoration: underline;
    color: #3c3c3c;
}

.MainDiv .login
{
    display: inline-block;
    float: left;
    font: bold 12px arial;
    direction: rtl;
    padding: 10px 0px;
}

.MainDiv .login .loginLink
{
    display: inline-block;
    float: left;
}

.MainDiv .login .loginLink a
{
    float: left;
    text-decoration: underline;
    color: #0c71cd;
    cursor: pointer;    
}

.MainDiv .login .loginLink a:hover
{
    color: #1d93ff;
}

.MainDiv .login .username
{
    display: inline-block;
    float: left;
    padding: 0px 4px;
}

.MainDiv .login span
{
    display: inline-block;
    float: left;
}
.MainDiv .loginPersonal
{
    display: inline-block;
    float: left;
    width: 169px;
    height: 25px;
    background-color: #ffffff;
    margin-top: 5px;
    cursor: pointer;
}

.MainDiv .loginPersonal .UserPic
{
    display: inline-block;
    float: right;
    margin: 2px 3px;
}
.MainDiv .loginPersonal .UserPic IMG
{
    height: 21px;
    width: 21px;
}

.MainDiv .loginPersonal .UserName
{
    display: inline-block;
    float: right;
    width: 110px;
    height: 25px;
    font: 12px arial;
    color: #3c3c3c;
    text-align: right;
    direction: rtl;
    margin: 4px;
}

.MainDiv .loginPersonal .ArrowDown
{
    display: inline-block;
    float: left;
    width: 21px;
    height: 25px;
    background-color: #ffffff;
    border-right: 2px solid #efefef;
    cursor: pointer;
}

.MainDiv .loginPersonal .ArrowDown span
{
    display: inline-block;
    float: left;
    width: 9px;
    height: 6px;
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -247px -607px no-repeat transparent; /* <------ Open Login  */ /*background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -247px -607px no-repeat transparent;  <---- Closed Login    */
    margin: 10px 0 0 6px;
}

.MainDiv .loginPersonal .ArrowDown:hover
{
    background-color: #e6e6e6;
}

.MainDiv .loginPersonal .ArrowUp
{
    display: inline-block;
    float: left;
    width: 21px;
    height: 25px;
    background-color: #ffffff;
    border-right: 2px solid #efefef;
    cursor: pointer;
}

.MainDiv .loginPersonal .ArrowUp span
{
    display: inline-block;
    float: left;
    width: 9px;
    height: 6px;
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -260px -607px no-repeat transparent;
    margin: 10px 0 0 6px;
}

.MainDiv .loginPersonal .ArrowUp:hover
{
    background-color: #e6e6e6;
}
.MainDiv .loginPersonal .LoginDropdown
{
    display: none;
    float: left;
    width: 179px;
    position: relative;
    margin-top: -8px;
    margin-left: -6px;
    z-index: 100;
    direction: rtl;
}

.MainDiv .loginPersonal .LoginDropdown .LoginPersonalRow
{
    display: inline-block;
    float: right;
    width: 165px;
    font: 13px arial;
    color: #3c3c3c;
    border-top: 1px solid #ecece9;
    background: url("https://img.zap.co.il/imgs/newui/LoginDD-Center.png") repeat-y;
    text-align: right;
    padding: 0 8px 0 5px;
    line-height: 26px;
    cursor: pointer;
    text-decoration: none;
}

.MainDiv .loginPersonal .LoginDropdown .LoginPersonalRow:hover
{
    background: #c1c1b5;
    color: #ffffff;
}
.MainDiv .loginPersonal .LoginDropdown a .LoginPersonalRow a
{
    color: #3c3c3c;
    text-decoration: none;
}
.MainDiv .loginPersonal .LoginDropdown .LoginPersonalRow a:hover
{
    color: #ffffff;
}

.MainDiv .loginPersonal .LoginDropdown .favorites
{
    font: bold 13px arial;
    color: #0c71cd;
    line-height: 26px;
}

.MainDiv .loginPersonal .LoginDropdown .LoginDropdownBottom
{
    display: inline-block;
    float: right;
    width: 179px;
    height: 3px;
    background: url("https://img.zap.co.il/imgs/newui/LoginDD-Bottom.png") no-repeat;
}

.MainDiv .loginPersonal .LoginDropdown .wait
{
    font: normal 15px arial;
    line-height: 23px;
    text-align: center;
    direction: rtl;
    color: #3c3c3c;
    background-color:White;
    width: 179px;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;

}
/*Partners Style*/
.Header  {display:inline-block; float:left; width:228px; margin-left:20px; text-align:left;direction: rtl;}
.Header  .ZapGroupLinks {display:inline-block; float:left; width:228px; margin-top: 25px;margin-left: 10px;}
.Header  .ZapGroupLinks .logo {display:inline-block; float:left;}
    .Header .ZapGroupLinks .logo.more {
        width: 14px;
        height: 14px;
        margin-top: 9px;
        background: black;
        border-radius: 50%;
        color: white;
        font-size: 31px;
        position: relative;
    }
        .Header .ZapGroupLinks .logo.more:before {
            content: "\02EF";
            position: absolute;
            top: -23px;
            left: 2px;
        }
        .Header .ZapGroupLinks .logo.more:hover {
            box-shadow: inset -1px 1px 5px;
            cursor:pointer;
        }
    .Header .ZapGroupLinks .logo.doctors {
        width: 24px;
        height: 30px;
        background: url(/Content/Images/header/doctors.png) no-repeat;
        cursor: pointer;
        margin-left: 5px;
    }
.Header  .ZapGroupLinks .logo.doctors:hover {width:122px;}
    .Header .ZapGroupLinks .logo.mitchatnim {
        width: 24px;
        height: 30px;
        background: url(/Content/Images/header/mitchatnim.png) no-repeat;
        cursor: pointer;
        margin-left: -3px;
    }
.Header  .ZapGroupLinks .logo.mitchatnim:hover {width:119px;}
    .Header .ZapGroupLinks .logo.d {
        width: 24px;
        height: 30px;
        background: url(/Content/Images/header/golden.png) no-repeat;
        cursor: pointer;
        margin-left: -3px;
    }
.Header  .ZapGroupLinks .logo.d:hover {width:112px;}
    .Header .ZapGroupLinks .logo.zap {
        width: 24px;
        height: 30px;
        background: url(/Content/Images/header/zap.png) no-repeat;
        cursor: pointer;
        margin-left: -3px;
    }
.Header  .ZapGroupLinks .logo.zap:hover {width:145px;}
.Header  .ZapGroupLinks .logo.more .more_popup {display: inline-block;position: absolute;width: 104px;height: 455px;margin-top: 25px;margin-right: -105px;z-index: 500;background-color: white;border-radius: 4px;border-style: groove;opacity: 0.8;}
.Header  .ZapGroupLinks .logo.more .more_popup .partner_links { padding:8px 11px; text-align:center;}
.Header  .ZapGroupLinks .logo.more .more_popup .partner_links a { display:inline-block; width:99px; height:34px; margin:0 0 3px 0; cursor:pointer;}
    .Header .ZapGroupLinks .logo.more .more_popup .partner_links a.link_01 {
        background: url(/Content/Images/header/rest.png) no-repeat;
    }
    .Header .ZapGroupLinks .logo.more .more_popup .partner_links a.link_02 {
        background: url(/Content/Images/header/market.png) no-repeat;
    }
    .Header .ZapGroupLinks .logo.more .more_popup .partner_links a.link_03 {
        background: url(/Content/Images/header/wisebuy.png) no-repeat;
    }
    .Header .ZapGroupLinks .logo.more .more_popup .partner_links a.link_04 {
        background: url(/Content/Images/header/mishpati.png) no-repeat;
    }
    .Header .ZapGroupLinks .logo.more .more_popup .partner_links a.link_05 {
        background: url(/Content/Images/header/hadira.png) no-repeat;
    }
    .Header .ZapGroupLinks .logo.more .more_popup .partner_links a.link_06 {
        background: url(/Content/Images/header/travel.png) no-repeat;
    }
    .Header .ZapGroupLinks .logo.more .more_popup .partner_links a.link_07 {
        background: url(/Content/Images/header/ilimudim.png) no-repeat;
    }
    .Header .ZapGroupLinks .logo.more .more_popup .partner_links a.link_08 {
        background: url(/Content/Images/header/tavo.png) no-repeat;
    }
    .Header .ZapGroupLinks .logo.more .more_popup .partner_links a.link_09 {
        background: url(/Content/Images/header/madas.png) no-repeat;
    }
    .Header .ZapGroupLinks .logo.more .more_popup .partner_links a.link_10 {
        background: url(/Content/Images/header/weekend.png) no-repeat;
    }

/* End of Partners Style*/
/* End of Topper.ascx Style */


.TravelMain .main-menu {
    display: inline-block;
    float: right;
    width: 100%; /*950px*/
    height: 28px;
    background-image: -moz-linear-gradient(top, #323232, #181818);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#323232), to(#181818));
    background-image: -webkit-linear-gradient(top, #323232, #181818);
    background-image: -o-linear-gradient(top, #323232, #181818);
    background-image: linear-gradient(to bottom, #323232, #181818);
    border-right: 1px solid #c1c1b5;
    border-bottom: 1px solid #c1c1b5;
    border-left: 1px solid #c1c1b5;
    text-align: justify;
    position: relative;
    padding: 0;
    margin: 0;
}
.TravelMain .main-menu li{display: inline-block;list-style: none;    width: 12%;}
.TravelMain .main-menu li:nth-child(n+5) a{font: 14px arial;    color: #dfdede;    border-left: 2px solid black;}
.TravelMain .main-menu li:last-child a{border-left:0;}
.hotelIframe .main-menu li:last-child a{border-left: 2px solid white;}
.TravelMain .main-menu .main-menu-item {width: 100%;text-decoration:none;display: inline-block;float: right;height: 23px;font: bold 14px arial;
    color: #ffffff;padding-top: 5px;cursor: pointer;text-align: center;border-left: 2px solid white;}
    .TravelMain .main-menu .main-menu-item:hover {
        background-image: -moz-linear-gradient(top, #6e6e6e,#313131);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6e6e6e), to(#313131));
        background-image: -webkit-linear-gradient(top, #6e6e6e,#313131);
        background-image: -o-linear-gradient(top, #6e6e6e,#313131);
        background-image: linear-gradient(to bottom, #6e6e6e,#313131);
    }
.TravelMain .main-menu .main-menu-item:active, .TravelMain .main-menu .Selected {background: #000000; font-weight:bold;}
/*.TravelMain .main-menu .main-menu-item.zap {width: 84px;}*/        
 

.TravelMain .main-menu .main-menu-item a:after {content: "";display: inline-block;float: right;width: 2px;height: 28px;background: url("https://img.zap.co.il/imgs/newui/SubMenu-Separator-White.png") no-repeat;}
.TravelMain .main-menu .sub-menu {
    width: 100%;
    position: absolute;
    background: transparent;
    top: 27px;
    z-index: 1000;
    display: none;
    min-height: 200px;
    left: 0;
}
.TravelMain .main-menu .sub-menu .sub-menu-inner {
    box-shadow: 0px -2px 14px 2px grey;
   background: white;
    margin-top: 10px;
        float: right;
    width: 100%;
}
.TravelMain .main-menu .sub-menu-arrow
 {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    top: 30px;
    position: absolute;
    display: none;
        z-index: 10000;
}
.TravelMain .main-menu .super .sub-menu:before {
    right: 133px; 
}
.TravelMain .main-menu .sub-menu  .sub-menu-inner div {
    float: right;
    height: 100%;
  
}
.main-li:hover .sub-menu.hide,.main-li:hover .sub-menu-arrow.hide{ display: none;}
.main-li:hover .sub-menu {
    display: block;
}
.main-li:hover .sub-menu-arrow {
    display: block;
}
.TravelMain .main-menu .sub-menu .category-banner{ width: 34%;padding: 2%;}
.TravelMain .main-menu .sub-menu .category-banner img{    width: 100%;}
.TravelMain .main-menu .sub-menu .items{    width: 58%;padding: 2%;}
.TravelMain .main-menu .sub-menu .items .sub-menu-title{ width: 100%;line-height: 37px;font-weight: bold;border-bottom: 1px solid black;    color: black;
    text-decoration: none;
    display: inline-block;}
.TravelMain .main-menu .sub-menu .items ul{ margin: 10px 0;padding: 0;  columns: 2;-webkit-columns: 2;-moz-columns: 2;}
.TravelMain .main-menu .sub-menu .items li{ display: table;    width: 50%;
    line-height: 30px;}
.TravelMain .main-menu .sub-menu .items li a{    text-decoration: none;
    color: #4393dd;border-left: 0;
    font-size: 16px;}
.TravelMain .breadcrumbs {    display: inline-block;
    float: right;
    margin: 10px 0;
    font: 12px arial;
    text-align: right;
    direction: rtl;
    color: #3c3c3c;}
.TravelMain .breadcrumbs a {text-decoration: underline;color: #3c3c3c;}

.TravelMain .login {display: inline-block;float: left;font: bold 12px arial;direction: rtl;padding: 10px 0px;}
.TravelMain .login .loginLink {display: inline-block;float: left;}
.TravelMain .login .loginLink a {float: left;text-decoration: underline;color: #0c71cd;cursor: pointer;}
.TravelMain .login .loginLink a:hover {color: #1d93ff;}
.TravelMain .login .username {display: inline-block;float: left;padding: 0px 4px;}
.TravelMain .login span {display: inline-block;float: left;}

.TravelMain .loginPersonal, .ReservationProcessContainer .loginPersonal{display:inline-block;float:left;width:169px;height:25px;background-color:#fff;margin-top:5px;cursor:pointer;}
.TravelMain .loginPersonal .LoginRow, .ReservationProcessContainer .loginPersonal .LoginRow{height:25px;}
.TravelMain .loginPersonal .UserPic, .ReservationProcessContainer .loginPersonal .UserPic{display:inline-block;float:right;height:21px;width:21px;margin:2px 3px;}
.TravelMain .loginPersonal .UserName, .ReservationProcessContainer .loginPersonal .UserName{display:inline-block;float:right;width:110px;height:17px;font:12px arial;color:#3c3c3c;text-align:right;direction:rtl;padding:4px;}
    .TravelMain .loginPersonal .ArrowUp, .TravelMain .loginPersonal .ArrowDown, .ReservationProcessContainer .loginPersonal .ArrowUp, .ReservationProcessContainer .loginPersonal .ArrowDown {
        display: inline-block;
        float: left;
        width: 21px;
        height: 25px;
        background-color: #fff;
        border-right: 2px solid #efefef;
        cursor: pointer;
        text-align: center;
        color: gray;
    }
.TravelMain .loginPersonal .ArrowUp span,.TravelMain .loginPersonal .ArrowDown span, .ReservationProcessContainer .loginPersonal .ArrowUp span,.ReservationProcessContainer .loginPersonal .ArrowDown span{display:inline-block;float:left;width:9px;height:6px;margin:10px 0 0 6px;}
    .TravelMain .loginPersonal .ArrowUp:before, .ReservationProcessContainer .loginPersonal .ArrowUp:before {
        content: "\276F";
        display: inline-block;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .TravelMain .loginPersonal .ArrowDown:before, .ReservationProcessContainer .loginPersonal .ArrowDown span:before {
        content: "\276F";
        display: inline-block;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-top: 2px;
    }
.TravelMain .loginPersonal .LoginDropdown, .ReservationProcessContainer .loginPersonal .LoginDropdown{display:none;float:left;width:175px;position:relative;margin-top:1px;margin-left:-2px;z-index:100;direction:rtl;background:url(/Content/Images/Dropdow-Bg-175px.PNG) repeat-y;}
.TravelMain .loginPersonal .LoginDropdown .LoginPersonalRow, .ReservationProcessContainer .loginPersonal .LoginDropdown .LoginPersonalRow{display:inline-block;float:left;width:163px;font:13px arial;color:#3c3c3c;border-top:1px solid #ecece9;text-align:right;_padding:0 4px 0 5px;line-height:26px;cursor:pointer;text-decoration:none;padding-right:8px;margin-left:1px;}


.TravelMain .MainContent {display: inline-block;float: right;width: 950px;margin-top: 5px;}

.login-iframe { width: 630px;height: 466px;border: none;position: fixed;display: none;z-index: 300;}



.mashlimim {display: inline-block;float: right;width: 950px;text-align: right;direction: rtl;font: 14px arial;color: #7c7c7c;}

/* Martef Style */
.Martef{display: inline-block;float: right;width: 950px;background-color: #ffffff;border-radius: 7px;-moz-border-radius: 7px;-webkit-border-radius: 7px;border: 1px solid #c8c8c8;margin: 20px 0 40px 0;}
.Martef .MartefItem{display: inline-block;float: right;width: 235px;padding: 23px 0;text-align: center;}
.Martef .MartefItem div tr{background-repeat: no-repeat;}
.Martef .MartefItem div a{line-height: 25px;}
.Martef .MartefItemSpacer{display: inline-block;float: right;width: 1px;height: 213px;background-color: #c8c8c8;}
.Martef .MartefItem .MartefItemPic{display: inline-block;width: 183px;height: 100px;border: 1px solid #c8c8c8;}
.Martef .MartefItem .MartefItemInfo{display: inline-block;text-align: center;font: 14px arial;color: #7c7c7c;width: 183px;}
.Martef .MartefItem .MoreDetailsLink{display: inline-block;text-align: center;width: 183px;font: bold 14px arial;color: #1d82de;}
.Martef .MartefItem .MoreDetailsLink a{text-decoration: underline;color: #1d82de;}
.Martef .MartefItem div{width: 200px;margin: 0 18%;}
.Martef .BottomBanner{display: inline-block;float: right;text-align: center;width: 950px;height: 117px;padding-top: 25px;border-top: 1px solid #c8c8c8;}
/*End of Martef Style*/


.ZapHomepageFooter {
    display: inline-block;
    width: 950px;
    _height: 235px;
    background-image: -moz-linear-gradient(top, #1e83df, #076cc8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1e83df), to(#076cc8));
    background-image: -webkit-linear-gradient(top, #1e83df, #076cc8);
    background-image: -o-linear-gradient(top, #1e83df, #076cc8);
    background-image: linear-gradient(to bottom, #1e83df, #076cc8);
    margin-top: 15px;
}
.ZapHomepageFooter .FooterSection{display: inline-block;float: right;width: 148px;height: 135px;text-align: right;margin: 10px 20px 5px 20px;}
.ZapHomepageFooter .FooterReviews {display: inline-block;float: right;width: 950px;height:80px;_margin-right: 20px;text-align:right;}
.ZapHomepageFooter .FooterReviews .FooterTitle {margin-right: 20px;display: inline-block;float: right;width: 148px;font: bold 14px arial;color: #ffffff;text-align: right;height: 20px;border-bottom: 1px solid #c4c4b5;margin-bottom: 5px;}
.ZapHomepageFooter .FooterReviews .ReviewsLinksBlock {display: inline-block;float: right;width: 950px;text-align: right;direction: rtl;_margin-right: 20px;}
.ZapHomepageFooter .FooterReviews .ReviewsLinksBlock a{display: inline-block;float: right;width: 168px;direction:rtl;font: 12px arial;color: #ffffff;text-decoration: none;line-height: 20px;_margin-left:10px;margin-right: 20px;}
.ZapHomepageFooter .FooterReviews .ReviewsLinksBlock a:hover{text-decoration: underline;}
.ZapHomepageFooter .FooterReviews .FooterLinks {display: inline-block;float: right;width: 148px;direction:rtl;margin-left:40px;}
.ZapHomepageFooter .FooterReviews .FooterLinks a {display:inline-block;float:right;width: 148px;height: 18px;font: 13px arial;color: #ffffff;text-decoration: none;}
.ZapHomepageFooter .FooterReviews .FooterLinks a:hover {text-decoration: underline;}
.ZapHomepageFooter .FooterSection .FooterTitle{display: inline-block;float: right;width: 150px;font: bold 14px arial;color: #ffffff;text-align: right;height: 20px;border-bottom: 1px solid #c4c4b5;margin-bottom: 5px;direction: rtl;}
.ZapHomepageFooter .FooterSection .FooterLinks{display: inline-block;float: right;width: 148px;direction: rtl;}
.ZapHomepageFooter .FooterSection .FooterLinks a, .ZapHomepageFooter .FooterSection .FooterLinks span{display: inline-block;float: right;width: 148px;height: 18px;font: 13px arial;color: #ffffff;text-decoration: none;}
.ZapHomepageFooter .FooterSection .FooterLinks a:hover{text-decoration: underline;}
.ZapHomepageFooter .FooterSection .FooterIcons{display: inline-block;float: right;width: 148px;height: 61px;}
.ZapHomepageFooter .FooterSection .FooterIcons .RssIcon{display: inline-block;float: right;width: 29px;height: 27px;background: url("/content/images/FooterIcons-Sprits.png") -60px 0 no-repeat transparent;cursor: pointer;margin: 5px 0 6px 8px;}
.ZapHomepageFooter .FooterSection .FooterIcons .RssIcon:hover{background: url("/content/images/FooterIcons-Sprits.png") -60px -28px no-repeat transparent;}
.ZapHomepageFooter .FooterSection .FooterIcons .RssIcon:active{background: url("/content/images/FooterIcons-Sprits.png") -60px -56px no-repeat transparent;}
.ZapHomepageFooter .FooterSection .FooterIcons .InstagramIcon{display: inline-block;float: right;width: 29px;height: 27px;background: url("/content/images/FooterIcons-Sprits.png") -60px -171px no-repeat transparent;cursor: pointer;margin: 5px 0 6px 8px;}
.ZapHomepageFooter .FooterSection .FooterIcons .InstagramIcon:hover{background: url("/content/images/FooterIcons-Sprits.png") -60px  -199px no-repeat transparent;}
.ZapHomepageFooter .FooterSection .FooterIcons .InstagramIcon:active{background: url("/content/images/FooterIcons-Sprits.png") -60px  -227px no-repeat transparent;}
.ZapHomepageFooter .FooterSection .FooterIcons .FBIcon{display: inline-block;float: right;width: 29px;height: 27px;background: url("/content/images/FooterIcons-Sprits.png") -30px 0 no-repeat transparent;cursor: pointer;margin: 5px 0 6px 8px;}
.ZapHomepageFooter .FooterSection .FooterIcons .FBIcon:hover{background: url("/content/images/FooterIcons-Sprits.png") -30px -28px no-repeat transparent;}
.ZapHomepageFooter .FooterSection .FooterIcons .FBIcon:active{background: url("/content/images/FooterIcons-Sprits.png") -30px -56px no-repeat transparent;}
.ZapHomepageFooter .FooterSection .FooterIcons .GPlusIcon{display: inline-block;float: right;width: 29px;height: 27px;background: url("/content/images/FooterIcons-Sprits.png") 0 0 no-repeat transparent;cursor: pointer;margin: 5px 0 6px 8px;}
.ZapHomepageFooter .FooterSection .FooterIcons .GPlusIcon:hover{background: url("/content/images/FooterIcons-Sprits.png") 0 -28px no-repeat transparent;}
.ZapHomepageFooter .FooterSection .FooterIcons .GPlusIcon:active{background: url("/content/images/FooterIcons-Sprits.png") 0 -56px no-repeat transparent;}
.ZapHomepageFooter .FooterSection .FooterIcons .BlackberryIcon {display: inline-block;float: right;width: 29px;height: 28px;background: url("/content/images/FooterIcons-Sprits.png") 0 -171px no-repeat transparent;cursor:pointer; margin:5px 0 6px 8px;}
.ZapHomepageFooter .FooterSection .FooterIcons .BlackberryIcon:hover {background: url("/content/images/FooterIcons-Sprits.png") 0 -199px no-repeat transparent;}
.ZapHomepageFooter .FooterSection .FooterIcons .BlackberryIcon:active {background: url("/content/images/FooterIcons-Sprits.png") 0 -227px no-repeat transparent;}
.ZapHomepageFooter .FooterSection .FooterIcons .WPhoneIcon {display: inline-block;float: right;width: 29px;height: 28px;background: url("/content/images/FooterIcons-Sprits.png") -30px -171px no-repeat transparent;cursor:pointer;margin-right: 8px;}
.ZapHomepageFooter .FooterSection .FooterIcons .WPhoneIcon:hover {background: url("/content/images/FooterIcons-Sprits.png") -30px -199px no-repeat transparent;}
.ZapHomepageFooter .FooterSection .FooterIcons .WPhoneIcon:active {background: url("/content/images/FooterIcons-Sprits.png") -30px -227px no-repeat transparent;}
.ZapHomepageFooter .FooterSection .FooterIcons .AppIcon1{display: inline-block;float: right;width: 29px;height: 28px;background: url("/content/images/FooterIcons-Sprits.png") -60px -84px no-repeat transparent;cursor: pointer;margin-left: 8px;}
.ZapHomepageFooter .FooterSection .FooterIcons .AppIcon1:hover{background: url("/content/images/FooterIcons-Sprits.png") -60px -113px no-repeat transparent;}
.ZapHomepageFooter .FooterSection .FooterIcons .AppIcon1:active{background: url("/content/images/FooterIcons-Sprits.png") -60px -142px no-repeat transparent;}
.ZapHomepageFooter .FooterSection .FooterIcons .AppIcon2{display: inline-block;float: right;width: 29px;height: 28px;background: url("/content/images/FooterIcons-Sprits.png") -30px -84px no-repeat transparent;cursor: pointer;margin-left: 8px;}
.ZapHomepageFooter .FooterSection .FooterIcons .AppIcon2:hover{background: url("/content/images/FooterIcons-Sprits.png") -30px -113px no-repeat transparent;}
.ZapHomepageFooter .FooterSection .FooterIcons .AppIcon2:active{background: url("/content/images/FooterIcons-Sprits.png") -30px -142px no-repeat transparent;}
.ZapHomepageFooter .FooterSection .FooterIcons .AppIcon3{display: inline-block;float: right;width: 29px;height: 28px;background: url("/content/images/FooterIcons-Sprits.png") 0 -84px no-repeat transparent;cursor: pointer;}
.ZapHomepageFooter .FooterSection .FooterIcons .AppIcon3:hover{background: url("/content/images/FooterIcons-Sprits.png") 0 -113px no-repeat transparent;}
.ZapHomepageFooter .FooterSection .FooterIcons .AppIcon3:active{background: url("/content/images/FooterIcons-Sprits.png") 0 -142px no-repeat transparent;}

.BottomComment{display: inline-block;float: right;width: 950px;height: 50px;font: 12px Arial;color: #989898;text-align: center;direction: rtl;margin-top: 5px;}

.Header .select2-choice
    {
        height:42px !important;
        background:none !important;
        line-height:39px !important;
        box-shadow:none !important;
        -webkit-box-shadow:none !important;
        border:none !important;
}

.HeaderDropDown
{
    margin-top:-4px !important;
}



/*popup*/
.hidder{position: fixed;top: 0%;left: 0%;width: 100%;height: 100%;z-index: 50;background-color: gray;opacity: 0.5;}
.travel_popup{display:none;}
.travel_popup .popup{ position: absolute;width: 450px;height: 200px;margin: auto;left: 0;right: 0; top:0;bottom:0;z-index: 100;     box-shadow: 8px 28px 18px 0px #696969;}
.travel_popup .popup .title{height: 40px;background-color: #1378D4;line-height: 40px;text-align: center;color: white;font-weight: bold;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.travel_popup .popup .body{min-height: 160px; background-color: white;padding:10px;border-radius: 10px;border-top-right-radius: 0;border-top-left-radius: 0;}
.travel_popup .popup .body .text{height:120px;}
.travel_popup .popup .body .link{color: #1979DD;text-decoration: underline;margin-top: 10px;display: inline;height: 40px;line-height: 40px;    cursor: pointer;}
.travel_popup .popup .body .button{width: 240px;height: 40px;background-color: #1378D4;color: white;border-radius: 4px;line-height: 40px;float: left;cursor: pointer;text-align: center;display: inline;}
.travel_popup .loader{text-align: center;background-image: url(/Content/Images/Loader.gif);background-repeat: no-repeat;background-position: 50% 45%;display: none;width: 150px;position: absolute;height: 150px;margin: auto;left: 0;right: 0;top: 0;bottom: 0;z-index: 100;border-radius: 75px;background-color: white;}
.travel_popup .popup-buttons{padding: 0 10px;}
.Error {display: inline-block;margin: 80px auto;width: 490px;height: 332px;text-align:right;direction:rtl;left: 35%; top: 25%; position: absolute; z-index: 1000;}
.Error .ErrorTitle {display: inline-block;float: right;width: 205px;margin: 120px 27px 0 0;text-align:right;font: bold 24px arial;color:#3c3c3c;}
.Error .txt {display: inline-block;float: right;width: 435px;margin: 10px 27px 10px 0;font: 16px arial;color: #868686;direction:rtl;line-height:25px;}
.Error .pic {display: inline-block;float: right;width: 232px;height: 100px;margin-top: 33px;}
.Error .pic img{width: 232px;height: 100px;}
.Error .links {display: inline-block;float: right;width: 480px;margin: 15px 27px 0 0;}
.Error .links .ToHomepage {display: inline-block;float: right;width: 208px;font: bold 18px arial;color: #1479d5;text-align: right;line-height: 63px;}
.Error .links .ToNewSearch {display: inline-block;float: right;width: 254px;font: bold 18px arial;color: #1479d5;text-align: right;line-height: 63px;}
.Error .links a {text-decoration: underline;color: #1479d5;}
.overlay{background: black; left: 0px; top: 0px; width: 100%; height: 100%; position: fixed; z-index: 999; opacity: 0.3;}
.select2-container .select2-choice .select2-arrow {
    display:none !important;
}
/*------------Sumo Select Fix----------------*/
.SumoSelect > .optWrapper.multiple > .options li.opt span, .SumoSelect .select-all > span {
    float: right;
}
.SumoSelect > .optWrapper > .options ,.SumoSelect > .CaptionCont > span{font-size: 14px !important;}
.SumoSelect > .optWrapper > .options  li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label{margin-right: 30px;}
.SumoSelect .select-all > label, .SumoSelect .select-all > span i{font-size: 14px;}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i{    background-color: #7990a7 !important}
.SumoSelect{ display: block !important;}
.SumoSelect .select-all.partial > span i{ background-color: #ccc !important;}
.SumoSelect > .CaptionCont > label > i{    background: url(/content/images/SelectArrowsSprite.png) 0px -1px no-repeat #ffffff !important;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;    padding: 0;
    margin: 0 !important;
    width: 100% !important;
    height: 94% !important;cursor: pointer;}
.SumoSelect > .CaptionCont > label > i:hover {
    background: url(/content/images/SelectArrowsSprite.png) 0px -31px no-repeat #ffffff !important;
}
.SumoSelect > .CaptionCont > label{ left: 0;right: auto !important;}
.SumoSelect > .CaptionCont {height: 17px;cursor: pointer;border-radius: 4px !important;}
.SumoSelect > .CaptionCont > span{ padding-right: 0 !important;}
.SumoSelect > .CaptionCont > span.placeholder{ color: black !important;font-style: normal !important;}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p{font-size: 12px;background-color:#7990a7 !important;border: 1px solid white;color: white;}
.SumoSelect{width:100% !important}
.SumoSelect > .optWrapper > .options li.opt.sel{background-color: white !important;border-bottom: 0 !important;}

.BackToTopLink {
    display: none;
    position: fixed;
    bottom: 12px;
    right: 12px;
    padding: 0 15px;
    line-height: 32px;
    font-family: Arial;
    font-size: 14px;
    background: #d6d8db;
    color: #7f8184;
    font-weight: bold;
    border-radius: 3px;
    z-index: 9;
    text-decoration: none;
}
.carouselLightboxOverlay {
	background: none repeat scroll 0 0 #000000;
    height: 100%;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
    display: none;
}

.carouselLightboxDiv {
	background: url("../img/carouselLightboxLoader.gif") no-repeat scroll center center #FFFFFF;
    border: 1px solid #000000;
    height: 100px;
    position: absolute;
    text-align: center;
    width: 100px;
    z-index: 51;
    top: 50%;
    left: 50%;
    padding: 30px 10px 10px;
    display: none;
}	

.carouselLightboxDiv .loaderImg {
	margin-top: 30px;
}

.carouselLightboxDiv .closeCarouselLightbox {
    background: url("../img/close_middle.png") no-repeat;
    height: 26px;
    position: absolute;
    right: 10px;
    top: 2px;
    width: 26px;
    z-index: 52;
    text-decoration: none;
}

.carouselLightboxDiv .imgTitleCarouselLightbox {
    color: #630460;
    height: 22px;
    left: 10px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    text-overflow: ellipsis;
    top: 5px;
    white-space: nowrap;
    width: 50%;
}

.carouselLightboxDiv ul {
	display: inline-block;
	float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.carouselLightboxDiv ul li {
	display: none;
	position: absolute;
}

.carouselLightboxDiv ul li img {
	float: left;
    max-height: 600px;
    max-width: 600px;
}

.carouselLightboxDiv ul li.active {
	display: block;
}

.carouselLightboxDiv .carouselLightboxPrev,
.carouselLightboxDiv .carouselLightboxNext {
    background: url("../img/next-prev.png") no-repeat;
    height: 46px;
    width: 35px;
    position: absolute;
    z-index: 52;
    top: 45%;
    text-decoration: none;
    
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.carouselLightboxDiv .carouselLightboxPrev:focus,
.carouselLightboxDiv .carouselLightboxNext:focus{
    outline:0; /*removes the dotted border*/
    border: none;
}

.carouselLightboxDiv .carouselLightboxPrev {
    left: 0px;
    background-position: 10px 0px;    
}

.carouselLightboxDiv .carouselLightboxNext {
    right: 0px;
    background-position: 0px -46px;
}

.carouselLightboxDiv:hover .carouselLightboxPrev,
.carouselLightboxDiv:hover .carouselLightboxNext,
.carouselLightboxDiv:hover .addToLookbook{
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.hide {
    display: none !important;
}
.load-bg {background:url("/content/images/LoaderBG.png") repeat;margin:0;padding:0;text-align:center;}

.LoaderNoAd {display: inline-block;margin: 80px auto;width: 421px;height: 196px;text-align:right;background-color: white;border-radius: 8px;
    box-shadow: 8px 8px 18px 0px #444343;}
.Loader .txt {display: inline-block;float: right;width: 421px;margin: 10px 27px 20px 0;font: 14px arial;color: #959595;}
.LoaderNoAd .txtNoAd {display: inline-block;float: right;width: 421px;margin: 9px 27px 9px 0;font: 14px arial;color: black;}
.LoaderNoAd .txtNoAd a{float: right;margin-top: 15px;width: 100%;color: #1075d1;font-weight: bold;}
.LoaderNoAd .txtNoAd a.deepLink{ float: none;}
.Loader .txt p, .LoaderNoAd .txtNoAd p{font-weight: bold;}
Precentage {display:inline-block;float:right;width:377px;text-align:center;font: bold 14px arial;color:#000000;position: relative;margin-top: -44px;margin-right: 27px;line-height: 28px;}

/*for mobiles*/
@media all and (max-width: 450px) {
    .Loader, .LoaderNoAd, .Loader .txt, .LoaderNoAd .txtNoAd  { width: 90%; }
     .LoaderNoAd .txtNoAd{margin: 0px 10px 10px 0;text-align: center;}
}


/*.CouponsBlock {display: inline-block;float: right;width: 413px;height: 234px;margin-right:8px;}           
.CouponsBlock:hover .Overlay {opacity:0.15;}
.CouponsBlock:active .Overlay {background: #252525;opacity: 0.15;}
.CouponsBlock .VacationNameBg {display: inline-block;float: right;width: 100%;height: 52px;position:relative;margin-top: -57px;background-color: #0c71cd;opacity: 0.9;-moz-opacity: 0.9;filter: alpha(opacity = 90);}


.CouponsBlock .VacationNameTxt {display: inline-block;float:right;width: 98.5%;font: bold 17px Arial;color: #ffffff;text-align: right;direction: rtl;position: relative;margin: -50px 1.5% 0 0;z-index: 1;}        
.CouponsBlock .VacationItemsNum {display: inline-block;float:right;width: 98.5%;font: 13px Arial;color: #ffffff;text-align: right;direction: rtl;position: relative;margin: -30px 1.5% 0 0;z-index: 1;}
.CouponsBlock .Arrow {display: inline-block;float: left;width: 21px;height: 21px;position: relative;margin: -43px 0 0 8px;background: url("/content/images/Arrows-Sprits.png") 0px -22px no-repeat;cursor: pointer;z-index: 1;}        
.CouponsBlock .Overlay {display: inline-block;float: right;width: 413px;height: 234px;position: relative;margin-top: -239px;background-color: #ffffff;opacity: 0;-moz-opacity: 0;filter: alpha(opacity = 0);z-index: 0;}*/

.loaderIMG {display:block;margin:0 auto;    height: 114px;}
.PassengerInputs .BDaySelectBox .SelectInput select.reservationIdTitle {display: inline-block;float: right;width: 950px;text-align: right;font:bold 16px arial;color: #3c3c3c;}
.reservationDisclaimers{width:950px; font: 14px arial;color: #3c3c3c;margin-top: 10px; display:inline-block;}
.reservation-id{    display: inline-block;
    margin-left: 5px;}
.FlightBox .CompareBox {display: inline-block;float: left;text-align:right;width: 205px;margin-top:72px;}
.FlightBox .CompareBox .FlightPrice {display: inline-block;float: right;width: 205px;text-align: right;font: bold 18px arial;color: #3c3c3c;direction: rtl;}
.FlightBox .CompareBox .FlightPrice span {font: normal 16px arial;}

.FlightBox .CompareBox .TravelAgents {display: inline-block;float: right;width: 205px;text-align: right;font: 12px arial;color: #3c3c3c;direction: rtl;margin-top: 5px;}
.FlightBox .CompareBox .FlightsBottomComment {display: inline-block;float: right;width: 205px;text-align: right;font: 12px arial;color: #8c8c8c;direction: rtl;margin-top: 40px; margin-bottom:5px;}

.separator {display: inline-block;float: right;width: 950px;height: 1px;background: #c1c1b5;margin: 0;padding: 0;}

.ReservationDeatails {display: inline-block;width: 950px;margin-top: 25px;text-align: right;direction: rtl;}
.ReservationDeatails .PassengersInfo {display: inline-block;float: right;width: 950px;background: #ffffff;border-bottom: 1px solid #c1c1b5;}
.ReservationDeatails .FormSectionTitle {display: inline-block;float: right;width: 938px;height: 30px;padding-right: 12px;text-align: right;font: bold 16px arial;color: #ffffff;line-height: 30px;background: #1f84e0;background: -moz-linear-gradient(top, #1f84e0 0%, #0166c2 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f84e0), color-stop(100%,#0166c2));background: -webkit-linear-gradient(top, #1f84e0 0%,#0166c2 100%);background: -o-linear-gradient(top, #1f84e0 0%,#0166c2 100%);background: -ms-linear-gradient(top, #1f84e0 0%,#0166c2 100%);background: linear-gradient(to bottom, #1f84e0 0%,#0166c2 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f84e0', endColorstr='#0166c2',GradientType=0 );border-top: 1px solid #cacaca;border-bottom: 1px solid #cacaca;}
.ReservationDeatails .PassengersInfo .PassengersInfoForm {display: inline-block;float: right;width: 920px;margin: 27px 30px 20px 0;}
.ReservationDeatails .PassengersInfo .PassengersInfoForm .PassengersLabels {display: inline-block;float: right;width: 920px;text-align: right;font: bold 14px arial;color: #3c3c3c;}
.ReservationDeatails .PassengersInfo .PassengersInfoForm .PassengersLabels .PassengerLabel {display: inline-block;float: right;width: 255px;margin-bottom: 25px;}
.ReservationDeatails .PassengersInfo .PassengersInfoForm .PassengersLabels .PassengerLabel.Type {width: 105px;}
.ReservationDeatails .PassengersInfo .PassengersInfoForm .PassengerInputs {display: inline-block;float: right;width: 920px;height:55px; text-align: right;}


.ReservationDeatails .FormSectionTitle {display: inline-block;float: right;width: 938px;height: 30px;padding-right: 12px;text-align: right;font: bold 16px arial;color: #ffffff;line-height: 30px;background: #1f84e0;background: -moz-linear-gradient(top, #1f84e0 0%, #0166c2 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f84e0), color-stop(100%,#0166c2));background: -webkit-linear-gradient(top, #1f84e0 0%,#0166c2 100%);background: -o-linear-gradient(top, #1f84e0 0%,#0166c2 100%);background: -ms-linear-gradient(top, #1f84e0 0%,#0166c2 100%);background: linear-gradient(to bottom, #1f84e0 0%,#0166c2 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f84e0', endColorstr='#0166c2',GradientType=0 );border-top: 1px solid #cacaca;border-bottom: 1px solid #cacaca;}
.ReservationDeatails .FormSectionTitle .EditLink {display:inline-block;float:left;text-align:left;font: 14px arial;color:#ffffff;line-height:30px;margin-left:20px;}
.ReservationDeatails .FormSectionTitle .EditLink a {text-decoration:underline;color:#ffffff;}
.ReservationDeatails .PassengersInfo .PassengersInfoBlock {display: inline-block;float: right;width: 920px;margin: 27px 30px 20px 0;}
.ReservationDeatails .PassengersInfo .PassengersInfoBlock .PassengersLabels {display: inline-block;float: right;width: 920px;text-align: right;font: bold 14px arial;color: #3c3c3c;}
.ReservationDeatails .PassengersInfo .PassengersInfoBlock .PassengersLabels .PassengerLabel {display: inline-block;float: right;width: 155px;margin-bottom: 25px;}
.ReservationDeatails .PassengersInfo .PassengersInfoBlock .PassengersLabels .PassengerLabel.Type {width: 100px;}
.ReservationDeatails .PassengersInfo .PassengersInfoBlock .PassengersLabels .PassengerLabel.PassportLabel{ width: 110px;}
.ReservationDeatails .PassengersInfo .PassengersInfoBlock .PassengersLabels .PassengerLabel.AdditionalInfo{ width: 145px;}
.ReservationDeatails .PassengersInfo .PassengersInfoBlock .PassengerInfo {display: inline-block;float: right;width: 920px;height:35px; text-align: right;}
.PassengerInfo .infoTxt {display: inline-block;float: right;width: 155px;text-align:right;font: 14px arial;color: #8c8c8c;direction:rtl;}
.PassengerInfo .infoTxt.Type {width: 100px;}
.PassengerInfo .infoTxt.PassportText{width:110px}
.PassengerInfo .infoTxt.AdditionalInfo{width:145px; float:none;}


.PassengerInputs .InputLabel {display: inline-block;float: right;width: 105px;text-align: right;font: 14px arial;color: #222222;}
.PassengerInputs .NameInput, .ReservationProcessContainer .TextInput, .ReservationProcessContainer .DateInput{display: inline-block;float: right;width: 255px;height: 28px;}

.BDaySelectBox {display: inline-block;float: right;width: 105px;height: 28px;}
.BDaySelectBox.Day {width: 70px;}

.BDaySelectBox .SelectInput {display: inline-block;float: right;width: 45px;height: 28px;text-align: right;}
.BDaySelectBox .SelectInput select {display: inline-block;float: right;width: 75px;height: 28px;text-align: right;direction: rtl;background: url("/content/images/SelectArrowsSprite.png") 0px -1px no-repeat transparent;border: 1px solid #d6d6d6;outline:none; font: 14px arial;color: #222222;line-height: 28px;-webkit-appearance: none;-moz-appearance: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;
                                                     -webkit-border-top-left-radius: 3px;-webkit-border-bottom-left-radius: 3px;-moz-border-radius-topleft: 3px;-moz-border-radius-bottomleft: 3px;border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.BDaySelectBox .SelectInput select:hover{background: url("/content/images/SelectArrowsSprite.png") 0px -31px no-repeat transparent;}
.BDaySelectBox .SelectInput select:active{background: url("/content/images/SelectArrowsSprite.png") 0px -61px no-repeat transparent;}

.OrdererInfo {display: inline-block;float: right;width: 950px;background:#ffffff;border-bottom: 1px solid #c1c1b5;}
.OrdererInfo .RadioButtonsBlock {display: inline-block;float: right;width: 920px;margin: 25px 30px 20px 0;}
.OrdererInfo .RadioButtonsBlock .RadioButtonRow {display: inline-block;float: right;width: 920px;margin-bottom:10px;}
.OrdererInfo .RadioButtonsBlock .RadioButtonRow .RadioButtonTxt, .RadioButtonPrice {display: inline-block;float: right;width:360px;text-align: right;font: 20px arial;color: #187dda;/*margin-right: 10px; as long as there are no radio buttons */line-height: 18px;}
.RadioButtonPrice {width:auto;}
.OrdererInfo .RadioButtonsBlock .RadioButtonRow.Selected .RadioButtonTxt, .RadioButtonRow.Selected .RadioButtonPrice {font-weight:bold;}

.ReservationProcessContainer  input {display: inline-block;float: right;width: 164px;height: 24px;text-align: right;direction: rtl;background: #ffffff;border: 1px solid #d6d6d6;outline:none; font: 14px arial;line-height: 28px;border-radius: 5px;padding-right: 5px;}/*color: #8c8c8c;*/
.OrdererInfoInputs {display: inline-block;float: right;width: 500px !important;margin:0 30px 20px 0;}
.OrdererInfoInputs .InputBox {display: inline-block;float: right;width: 250px;margin-bottom: 20px;}
.OrdererInfoInputs .InputBox .Label {display: inline-block;float: right;width: 250px;text-align: right;font: 14px arial;color: #3c3c3c;direction: rtl;line-height:25px;}
.OrdererInfoInputs .InputBox .TextInput {display: inline-block;float: right;width: 250px;height: 28px;text-align: right;}
.OrdererInfoInputs .InputBox .TextInput.Short {width: 104px;}
.OrdererInfoInputs .InputBox .TextInput.MoreShort{width: 75px;}
.OrdererInfoInputs .InputBox .TextInput.Short input {width: 86px;}
.OrdererInfoInputs .InputBox .TextInput.MoreShort input{width: 57px;}
.OrdererInfoInputs .InputBox .TextInput.cvv input {width: 148px;}

.OrdererInfoInputs .InputBox .SelectBox {display: inline-block;float: right;width: 105px;height: 28px;}
.OrdererInfoInputs .InputBox .SelectBox .SelectInput {display: inline-block;float: right;width: 45px;height: 28px;text-align: right;}
.OrdererInfoInputs .InputBox .SelectBox.Long .SelectInput {width:65px;}
.OrdererInfoInputs .InputBox .SelectBox .SelectInput input {display: inline-block;float: right;width: 45px;height: 24px;text-align: right;direction: rtl;background: #ffffff;border-top: 1px solid #d6d6d6;border-bottom: 1px solid #d6d6d6;border-right:none;border-left:none;outline:none; font: 14px arial;color: #8c8c8c;line-height: 28px;}
.OrdererInfoInputs .InputBox .SelectBox.Long .SelectInput input {width:65px;}

.ConfirmationBlock {display: inline-block;float: right;width: 920px;margin: 35px 30px 35px 0;}
.ConfirmationBlock .BaggageNotIncluding{color:red; font:bold 16px arial;}
.reservationDisclaimers .bold-disclaimer{color:red; font:bold 15px arial;}
.ConfirmationBlock .ConfirmationText {display: inline-block;float: right;width: 760px;text-align: right;font: bold 16px arial;color: #2e2e2e;line-height:25px;margin-bottom:25px;}
.ConfirmationBlock .CheckBox {display: inline-block;float: right;text-align:right;direction:rtl;}
    .ConfirmationBlock .CheckBox .InputCheckBox {
        display: inline-block;
        float: right;
        width: 17px;
        height: 18px;
        margin-bottom: 10px;
        box-shadow: inset 0px 0px 2px 1px grey;
        position: relative;
        border-radius: 4px;
        cursor: pointer;
    }
        .ConfirmationBlock .CheckBox .InputCheckBox.Checked:before {
            content: "\2714";
            position: absolute;
            top: -2px;
            left: 3px;
        }
.ConfirmationBlock .CheckBox .InputCheckBox input[type="checkbox"] {display: inline-block;float: right;width: 17px;height: 18px;margin: 0;padding: 0;-webkit-opacity: 0;-moz-opacity: 0;filter: alpha(opacity=0);opacity: 0;}
.ConfirmationBlock .CheckBox label {display: inline-block;float: right;margin-right: 10px;text-align: right;font: 14px arial;color: #757575;direction: rtl;}
.ConfirmationBlock .CheckBox label a {text-decoration: underline;color: #1978cf;}
.DoingOrder {display: table-cell;width:360px;height: 37px;}


.DetailsConfirmationBlock {display: inline-block;float: right;width: 950px;background: #ffffff;text-align: right;direction: rtl;border-bottom: 1px solid #c1c1b5;margin-bottom:20px;padding-bottom:25px;}
.DetailsConfirmationBlock .title {display: inline-block;float: right;width: 820px;margin: 20px 30px 5px 0;font: bold 16px arial;color: #3c3c3c;}
.DetailsConfirmationBlock .PrintLink {display: inline-block;float: left;width: 80px;text-align:left;font: 14px arial;color: #1378d4;margin:10px 0 0 14px;}
.DetailsConfirmationBlock .PrintLink a {text-decoration: underline;color: #1378d4;}
.DetailsConfirmationBlock .Details {display: inline-block;float: right;width: 715px;margin:0 30px 5px 0;}
.DetailsLabel {display: inline-block;float: right;font: 14px arial;color: #3c3c3c;}
.DetailsConfirmationBlock .DetailsTxt {display: inline-block;float: right;font: 14px arial;color: #959595;margin-right:5px;}
.DetailsConfirmationBlock .DetailsLabel.general {display: inline-block;float: right;font: 14px arial;color: #3c3c3c;margin:25px 30px 0 0;}
.DetailsConfirmationBlock .Details .info{top:-3px;}
.OrdererInfoDetails {display: inline-block;float: right;width: 650px;margin:0 30px 20px 0;}
.OrdererInfoDetails .DetailsBlock {display: inline-block;float: right;width: 167px;margin-bottom: 35px;text-align: right;direction: rtl;}
.OrdererInfoDetails .DetailsBlock.name {width: 135px;}
.OrdererInfoDetails .DetailsBlock.email {width: 190px;}
.OrdererInfoDetails .DetailsBlock .label {display: inline-block;float: right;width: 100%;text-align: right;font: 14px arial;color: #3c3c3c;font-weight: bold;margin-bottom: 25px;}
.OrdererInfoDetails .DetailsBlock .text {display: inline-block;float: right;width: 100%;text-align: right;font: 14px arial;color: #8c8c8c;}


.BackLink {display: inline-block;float: right;width: 60px;text-align: right;font: bold 14px arial;color: #398ad4;margin-top:12px;}
.BackLink a {text-decoration: underline;color: #398ad4;}



.GeneralSummary {display: inline-block;float: right;width: 950px;text-align: right;direction: rtl;margin-bottom:25px;}
.GeneralSummary .error{ font-weight: bold;width:100%;float:right;}
.ConfirmationDetails {display: inline-block;float: right;width: 765px;} 
.DetailsConfirmationBlock .title.Short {width:630px;} 
.DetailsConfirmationBlock .Details.Short {width: 630px;} 
.DetailsConfirmationBlock .AgencyLogo {border: 1px solid #c1c1b5;margin: 25px;} 


.directionLTR { direction: ltr; }



/*package order*/
.DealDetailsBox {display: inline-block;float: right;width: 890px;background: #ffffff;margin-top: 25px;text-align: right;direction: rtl;border-top: 1px solid #c1c1b5;border-bottom: 1px solid #c1c1b5;padding: 30px;}
.DealDetailsBox .DealDetailsTitle {display: inline-block;float: right;width: 890px;text-align: right;font: bold 18px arial;color: #3c3c3c;}
.DealDetailsBox .DealDetailsTxt {display: inline-block;float: right;width: 890px;text-align: right;font: 14px arial;color: #7a7a7a;}
.DealDetailsBox .DealDetailsTxt .label {width: 890px;margin-top:3px;}
.DealDetailsBox .FullDetailsLink {display: inline-block;float: left;text-align: left;font: 14px arial;color: #1f84e0;direction: rtl;}
.DealDetailsBox .FullDetailsLink a {text-decoration: underline;color: #1f84e0;}


.ReservationDeatails .RoomsInfo {display: inline-block;float: right;width: 950px;background: #ffffff;border-bottom: 1px solid #c1c1b5;}
.ReservationDeatails .RoomsInfo .RoomsInfoForm {display: inline-block;float: right;width: 920px;margin: 0 30px 20px 0;}
.ReservationDeatails .RoomsInfo .RoomsInfoForm .RoomsInfoRow {display: inline-block;float: right;width: 770px;}
.RoomsInfo .NumberOfRooms {display: inline-block;float: right;width: 115px;text-align: right;direction: rtl;}
.RoomsInfo .RoomsLabel {display:inline-block;float:right;text-align:right; font: bold 14px arial;color: #3c3c3c;margin-bottom:10px;margin-top:27px;}
.RoomsInfo .NumberOfRoomsSelect {display: inline-block;float: right;width: 105px;height: 28px;}

.RoomsInfo .SelectInput {display: inline-block;float: right;width: 45px;height: 28px;text-align: right;}
.RoomsInfo .SelectInput input {display: inline-block;float: right;width: 45px;height: 24px;text-align: right;direction: rtl;background: #ffffff;border-top: 1px solid #d6d6d6;border-bottom: 1px solid #d6d6d6;border-right:none;border-left:none;outline:none; font: 14px arial;color: #8c8c8c;line-height: 28px;}
.RoomsInfo .RoomNumber {display: inline-block;float: right;width: 25px;text-align: center;margin-left:35px;}
.RoomsInfo .RoomNumberTxt {display: inline-block;float: right;width: 25px;text-align: center;font: 14px arial;color: #3c3c3c;line-height:28px;}
.RoomsInfo .RoomType {display: inline-block;float: right;width: 330px;}
.RoomsInfo .RoomType .RoomTypeSelect.Error {border: 1px solid #e32a2a;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.RoomsInfo .RoomType .RoomTypeSelect {display: inline-block;float: right;width: 295px;}
.RoomsInfo .RoomType .RoomTypeSelect .SelectInput {width: 270px;}
.RoomsInfo .RoomType .RoomTypeSelect .SelectInput select {width: 270px;}
.RoomsInfo .ErrorRow {display: inline-block;float: right;text-align: right;font: 14px arial;color: #e32a2a;line-height: 25px;}
.RoomsInfo .BabiesNumber {display: inline-block;float: right;width: 70px;margin-left: 50px;}
.RoomsInfo .BabiesNumber .BabiesNumberSelect {display: inline-block;float: right;width: 70px;}
.RoomsInfo .RoomTotalPrice {display: inline-block;float: right;width: 130px;}
.RoomsInfo .RoomTotalPrice .RoomTotalPriceTxt {display: inline-block;float: right;width: 130px;font: 14px arial;color: #3c3c3c;line-height: 28px;}
.RoomsInfo .TotalPrice {display: inline-block;float: left;width:100%;text-align: left;margin-left:25px;}
.RoomsInfo .TotalPrice .TotalPriceLabel {display: inline-block;float: right;font: bold 16px arial;color: #8c8c8c;margin-left: 5px;}
.RoomsInfo .TotalPrice .TotalPriceTxt {display: inline-block;float: right;font: bold 16px arial;color: #3c3c3c;}
.SelectInput select {background:url("/content/images/SelectArrowsSprite.png") 0px -1px no-repeat transparent;display: inline-block;float: right;width: 65px;height: 28px;text-align: right;direction: rtl;border: 1px solid #d6d6d6;outline:none; font: 14px arial;color: #222222;line-height: 28px;-webkit-appearance: none;-moz-appearance: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;    padding-right: 3px;
                     -webkit-border-top-left-radius: 3px;-webkit-border-bottom-left-radius: 3px;-moz-border-radius-topleft: 3px;-moz-border-radius-bottomleft: 3px;border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.SelectInput select:hover{background: url("/content/images/SelectArrowsSprite.png") 0px -31px no-repeat transparent;}
.SelectInput select:active{background: url("/content/images/SelectArrowsSprite.png") 0px -61px no-repeat transparent;}

.RoomTypeSelect .select2-container, .RoomTypeSelect .select2-drop, .RoomTypeSelect .select2-search, .RoomTypeSelect .select2-search input { width: 270px;font: 14px arial;}
.RoomTypeSelect .select2-container .select2-choice { background:url("/content/images/SelectArrowsSprite.png") 0px -1px no-repeat transparent !important;border-top: 1px solid #d6d6d6;border-bottom: 1px solid #d6d6d6; border-radius:4px !important;border-left: none;border-right: 1px solid #d6d6d6;}
.RoomTypeSelect .select2-container .select2-choice:hover{background: url("/content/images/SelectArrowsSprite.png") 0px -31px no-repeat transparent !important;}
.RoomTypeSelect .select2-container .select2-choice:active{background: url("/content/images/SelectArrowsSprite.png") 0px -61px no-repeat transparent !important;}
.order-packages .select2-results li {border-bottom :1px solid #8c8c8c}
/** select2 order page- room result **/
.order-packages .select2-container-active .select2-choice{border-right:0;border-radius:0;}
.order-packages .select2-result.select2-highlighted .select2-result-label .secondDiv { color: #ffffff;}/*bug 11951 */

.secondDiv{display: inline-block;width: 180px;float: right;color: gray;}
.thirdDiv{display: inline-block;margin-right: 10px;line-height: 20px;}

.SelectInput {display: inline-block;float: right;width: 270px;height: 28px;text-align: right;}

/*.RoomsInfoEditMode .select2-container, .select2-drop { width: 270px;font: 14px arial;}
.RoomsInfoEditMode .select2-container .select2-choice { background:url("/content/images/SelectArrowsSprite.png") 0px -1px no-repeat #ffffff !important;border-top: 1px solid #d6d6d6;border-bottom: 1px solid #d6d6d6;border-right:1px solid #d6d6d6;border-left: none;}
.RoomsInfoEditMode .select2-container .select2-choice:hover{background: url("/content/images/SelectArrowsSprite.png") 0px -31px no-repeat #ffffff !important;}
.RoomsInfoEditMode .select2-container .select2-choice:active{background: url("/content/images/SelectArrowsSprite.png") 0px -61px no-repeat #ffffff!important;}
.select2-results li {border-bottom :1px solid #8c8c8c}
.select2-result.select2-highlighted .select2-result-label .secondDiv { color: #ffffff;}/*bug 11951 */*/

.ReservationDeatails .RoomsInfo .RoomsConfirmation {display: inline-block;float: right;width: 950px;margin-bottom: 20px;}
.ReservationDeatails .RoomsInfo .RoomsConfirmationRow {display: inline-block;float: right;text-align: right;direction: rtl;margin: 10px 30px;}
.ReservationDeatails .RoomsInfo .RoomsConfirmationRow .RoomDescription {display: inline-block;float: right;width: 210px;}
.ReservationDeatails .RoomsInfo .RoomsConfirmationRow .RoomDescription .Text {display: inline-block;float: right;text-align: right;font: 14px arial;color: #3c3c3c;    line-height: 28px;}
.ReservationDeatails .RoomsInfo .RoomsConfirmationRow .RoomDescription .RoomType {display: inline-block;float: right;width: 100%;font: 12px arial;color: #7c7c7c;}
.ReservationDeatails .RoomsInfo .RoomsConfirmationRow .Price {display: inline-block;float: right;text-align: right;font: 14px arial;color: #3c3c3c;}



.DealsBox {display:inline-block;width: 950px;background: #ffffff;border-top:1px solid #c1c1b5;padding-bottom:10px;}
.DealsBox .DealsPic {display:inline-block;float:right;width: 152px; height:153px;border:1px solid #c1c1b5;margin: 20px 20px 0 15px;}
.DealsBox .HotelAndDealDetails.confirmation {display: inline-block;float: right;width: 855px;margin-top: 20px;margin-right:30px;text-align: right;direction: rtl;}
.DealsBox .HotelAndDealDetails .HotelName {display: inline-block;float: right;width: 555px;text-align: right;font: bold 18px arial;color: #1f84e0;direction: rtl;}
.DealsBox .HotelAndDealDetails .HotelRatingStars {display: inline-block;float: right;width: 555px;margin-top: 5px;}
.DealsBox .HotelAndDealDetails .HotelRatingStars .Stars {display: inline-block;float: right;width: 90px;height: 15px;background: url("images/Gray-Star.png") right repeat-x transparent;}
.DealsBox .HotelAndDealDetails .HotelRatingStars .Stars span {display: inline-block;float: right;height: 15px;background: url("images/Blue-Star.png") right repeat-x transparent;}
.DealsBox .CompareRow {display: inline-block;float: right;text-align:right;width: 555px;margin-top:10px;}
.DealsBox .CompareRow .FlightPrice {display: inline-block;float: right;text-align: right;font: bold 18px arial;color: #3c3c3c;direction: rtl;}
.DealsBox .CompareRow .TravelAgents {display: inline-block;float: right;text-align: right;font: 12px arial;color: #3c3c3c;direction: rtl;margin: 5px 10px 0 0;}


/*placeholder in black color on order pages*/
.NameInput ::-webkit-input-placeholder, .TextInput ::-webkit-input-placeholder {
    color:    #222222;
}
.NameInput :-moz-placeholder, .TextInput :-moz-placeholder {
    color:    #222222;
}
.NameInput ::-moz-placeholder,.TextInput ::-moz-placeholder {
    color:    #222222;
}.StepsBar 
.NameInput :-ms-input-placeholder, .TextInput :-ms-input-placeholder {
    color:    #222222;
}
/** end of package order **/
/*OrderScheduleFlight*/
.ReservationProcessContainer .mobile{ display: none !important;}
.ReservationProcessContainer .Body .continue-offline-container,.ReservationProcessContainer .Body .return-online-container{padding:0}
.ReservationProcessContainer .Body .SubTitle{ font-size: 16px; font-weight: bold;padding: 20px 30px;}
.ReservationProcessContainer .Body .OrdererInfoInputs{ float: none;margin: 0px;margin-bottom: 25px;}


#verification-popup-content{ display: none;}
.verification-popup-content .BlueButton {
    width: 100px !important;
    height: 35px !important;
    float: none !important;
}
.verification-popup-content .input-container{
    width:50%;
}
.verification-popup-content .BlueButton:after {
    height: 35px;
}
    .verification-popup-content .Button.send-code.waiting, .verification-popup-content .Button.verify-code.waiting {
        background-image: url(/Content/Images/loader.gif);
        background-position: 0, 0;
        background-repeat: no-repeat;
        width: 40px !important;
        height: 40px !important;
        background-size: contain;
        cursor: default;
    }
.verification-popup-content .BlueButton.disabled, .verification-popup-content .BlueButton.disabled:after {
    cursor: default;
    background: silver !important;
    box-shadow: none !important;
}
.verification-popup-content .BlueButton.disabled {
    border-left-color: #cacaca;
}
.verification-popup-content .BlueButton.disabled:after {
    border-right-color: #cacaca;
}

    .verification-popup-content input, .verification-popup-content select {
        display: inline-block;
        width: 164px;
        height: 24px;
        text-align: right;
        direction: rtl;
        background: #ffffff;
        border: 1px solid #d6d6d6;
        font: 14px arial;
        line-height: 28px;
        border-radius: 5px;
        margin-left: 10px;
        float: none;
    }
.verification-popup-content select{width: 50px;height: 27px;}
.verification-popup-content > div{ display: inline-block;margin: 5px 0;width: 100%;}
.verification-popup-content .link{    font-size: 13px;float: left;}
.verification-popup-content > div > * {display: inline-table !important;vertical-align: middle;}
.verification-popup-content .send-success {
    font-size: 12px;
    color: green;
    float: left;
    margin-left: 46px;
}
.verification-popup-content .validation-error  { color: red;}
.orderPopup .button{background-position-y: -471px;}

.ReservationProcess .Button:hover,.orderPopup .button:hover,.travel_popup .Button:hover { background-position-x: -186px;}
.ReservationProcess .Button:active,.orderPopup .button:active,.travel_popup .Button:active{ background-position-x: -8px;}

.ReservationProcessContainer .Body .ContinueOfflineButton{float: left;}
.ReservationProcessContainer .OrdererInfo .Bottom{margin-bottom: 20px;}
.ReservationProcessContainer .Body .btn-container{text-align: center;}
.ReservationProcessContainer .Body .continue-offline-container .right-cell{border-left: 1px solid #b9b9b9;}
.ReservationProcessContainer .Body .half{ display: table-cell;vertical-align: middle;width: 50%;padding: 0 10px;}


.ReservationProcessContainer .Body .separator{ width: 720px ;margin: 20px 15px;float: none;padding-right: 0px;}

.ReservationProcessContainer .Body .Link{color: #1979DD;text-decoration: underline;margin-top: 10px;display: block;    padding-bottom: 8px;outline:0;width:auto;clear:both;float: right;}    
.ReservationProcessContainer .Body .DisabledLink{ cursor: default;color:#626262;}
.ReservationProcessContainer .Body .Bottom,.continue-offline-container,.return-online-container{ height: 90px;clear: both;width: 100%;padding: 10px 0;    display: table;}
.ReservationProcessContainer .Body .Bottom .right-cell{padding-right: 30px;}
.ReservationProcessContainer .Body .Bottom .left-cell{    padding-left: 40px;text-align: left;}

.ReservationProcessContainer .Body .Remark{color: #626262; width:auto;float:right;font-size: 13.5px;margin-top: 2px;}
.ReservationProcessContainer .Body .FlightsAdditionalOptions .Remark{ width: 100%;}
.ReservationProcessContainer .TooltipText {visibility: hidden; width: 120px; background-color: gray; color: #fff; text-align: center; border-radius: 6px;padding: 5px 0;position: absolute;z-index: 1;}
.ReservationProcessContainer .PassengersInfo .PassengersInfoForm .PassengersLabels {display: inline-block;float: right;width: 100%;text-align: right;font: bold 14px arial;color: #3c3c3c;}
.ReservationProcessContainer .PassengersInfo .PassengersInfoForm .PassengersLabels .PassengerLabel {display: inline-block;float: right;width: 180px;margin-bottom: 8px;}
.ReservationProcessContainer .PassengersInfo .PassengersInfoForm .PassengersLabels .PassengerLabel.Type {width: 130px;}
.ReservationProcessContainer .PassengersInfo .PassengersInfoForm .PassengerInputs {display: inline-block;float: right;width: 100%;text-align: right;    margin-bottom: 8px;}
.ReservationProcessContainer .PassengersInfo .PassengersInfoForm .PassengerInputs .NameInput{ width: 180px;}
.ReservationProcessContainer  .DateInput{ width:210px;}
.ReservationProcessContainer  .BDaySelectBox{width: 75px;}
.ReservationProcessContainer  .BDaySelectBox .SelectInput{width: 65px;}
.ReservationProcessContainer  .BDaySelectBox .SelectInput select{width: 65px;}
.ReservationProcessContainer  .BDaySelectBox .SelectInput select.day{width: 50px;}
.ReservationProcessContainer  .BDaySelectBox.Day{width: 55px;}
.ReservationProcessContainer  .BDaySelectBox.Day .SelectInput{ width: 50px;}
.ReservationProcessContainer .PassengersInfo .PassengersInfoForm .PassengerInputs .InputLabel{ width: 45px;height: 28px;line-height: 28px;}
.ReservationProcessContainer .PassengersInfo .PassengersInfoForm .SelectInput{width: 85px}
.ReservationProcessContainer .PassengersInfo .Body .Link{ padding-bottom: 0;font-weight: bold;}
.ReservationProcessContainer .PassengersInfo .Body .DisabledLink:hover + .TooltipText {visibility: visible;}
.ReservationProcessContainer .ConfirmationBlock{ width: auto;margin: 15px 0 20px 20px;float: none;}
.ReservationProcessContainer .ConfirmationBlock .ConfirmationText { width: auto;font-size: 14px;line-height: 18px;}
.ReservationProcessContainer .ConfirmationBlock .ConfirmationText .disclaimers div{ display: list-item;margin-right: 20px;}
.ReservationProcessContainer .ConfirmationBlock .CheckBox label{ color: #222222;}

.ReservationProcessContainer .AdditionalOptions{ margin-top: 5px;float: right; }
.ReservationProcessContainer .PassengerAdditionalOptions { margin-bottom: 15px;}
.ReservationProcessContainer .PassengerAdditionalOptions .SelectInput select{ width: 150px;}
.ReservationProcessContainer .PassengerAdditionalOptions .PaxType{font-weight: bold; font-size: 14px;}
.ReservationProcessContainer .PassengerAdditionalOptions .AdditionalOptionsInputs { margin-top: 10px; }
.ReservationProcessContainer .PassengerAdditionalOptions .AdditionalOptionsInputs > div{ display: inline-block;}
.ReservationProcessContainer .PassengerAdditionalOptions .AdditionalOptionsInputs .Label{ float: right;line-height: 28px;width: 110px;overflow: hidden;}
.ReservationProcessContainer .PassengerAdditionalOptions .AdditionalOptionsInputs .TextInput { width: 135px;float: none;}
.ReservationProcessContainer .PassengerAdditionalOptions .AdditionalOptionsInputs .TextInput input{ width: 120px;}
.ReservationProcessContainer .PassengerAdditionalOptions .AdditionalOptionsInputs .SelectInput{ width: 160px;}
.ReservationProcessContainer .PassportDetails .PassengerPassportDetails { height: 70px;}
.ReservationProcessContainer .PassportDetails .PassportDetailsInputs { margin-top: 10px; }
.ReservationProcessContainer .PassportDetails .PassportDetailsInputs > div{ display: inline-block;}
.ReservationProcessContainer .PassportDetails .PaxType{font-weight: bold; font-size: 14px;width: 31%;float: right;}
.ReservationProcessContainer .PassportDetails .labels{font-weight: bold; font-size: 14px;}
.ReservationProcessContainer .PassportDetails .labels span{    width: 156px;display: inline-block;}
.ReservationProcessContainer .PassportDetails .labels span:first-child{    width: 120px;}
.ReservationProcessContainer .PassportDetails .PassportDetailsInputs .Label{ float: right;line-height: 28px;width: 110px;overflow: hidden;}
.ReservationProcessContainer .PassportDetails .PassportDetailsInputs .TextInput{ width: 120px;float: none;}
.ReservationProcessContainer .PassportDetails .PassportDetailsInputs .DateInput { float: none;}
.ReservationProcessContainer .PassportDetails .PassportDetailsInputs .TextInput input{ width: 110px;}
.ReservationProcessContainer .PassportDetails .PassportDetailsInputs .SelectInput.Nationality{ width: 157px;}
.ReservationProcessContainer .PassportDetails .PassportDetailsInputs .SelectInput.Nationality select{width:155px;}
.ReservationProcessContainer .ConfirmationBlock .BaggageNotIncluding{ font-size: 14px;}
.ReservationProcessContainer .payment #continerIframePayment{ padding: 20px 0 0 0;width: 100%;}
.ReservationProcessContainer .payment #continerIframePayment iframe{ width: 100%;border: none;}
.ReservationProcessContainer .payment .Bottom { display: none;}
/*.ScheduleFlightOrder .please-wait{ font: 14px arial bold;color: #187dda;float: left;margin-left: 45px;}*/

.Summary{ width: 400px; background: white; }
.Summary .MyOrder{height: 40px; background-color: #989898; color: white; font: bold 17px arial; line-height: 40px; padding-right: 10px;}
.Summary .FinalPrice { background-color: #1378D4; color: white; height: 50px; line-height: 50px; padding-right: 15px; font-size: 18px}
.Summary .FinalPrice .info{top:15px;}
.Summary .FinalPrice span{ font-size: 16px;}
.Summary .FlightBox{ width: 100%;display: block;float: none; }
.Summary .FlightFullDetails .FlightBox{ border-top: 0; border-bottom: 1px solid #c1c1b5;}
.Summary .FlightBox > div { width: inherit;    border-bottom: 1px solid #c1c1b5;}
.Summary .FlightBox .FlightDescription{width: inherit !important; padding-right: 15px; }
.Summary .FlightFullDetails{ display: none;}
.Summary .FlightFullDetails .FlightBox .FlightDescriptionTxt{ float: right;}
.Summary .FlightBox .FlightDescription > div{display: inline-block;}
.Summary .FlightBox .FlightDescriptionTxt{ float: none;width: auto; font-size: 17px}
.Summary .FlightBox .FlightDirection{margin: 0 0px 10px 0 !important; width: inherit !important;  float: none !important;padding-top: 20px;border-bottom: 1px solid #c1c1b5;}

.Summary .FlightFullDetails .FlightBox .FlightDirection{ border-bottom: 0;}
.Summary .FlightFullDetails .FlightBox .FlightDirection.title{margin: 0 !important;padding: 10px 0;}
.Summary .FlightFullDetails .FlightBox .FlightBoxInnerSeparator{ display: none;}
.Summary .FlightBox .FlightDirection .FlightTime{ float: none;width: auto;display: block;}
.Summary .FlightBox .FlightDirection .FlightTime .FlightDay { float: none;margin-top: 0;margin-left: 5px;text-align: start; width: auto}
.Summary .FlightFullDetails .FlightBox .FlightDirection .FlightTime .FlightDay{ float: right;padding-right: 15px;}
.Summary .FlightBox .FlightDirection .FlightTime .DateAndDuration{ float: none;width: auto;margin: 0;}
.Summary .FlightBox .FlightDirection .FlightTime .DateAndDuration .FlightDate{ width: auto;float: none;font-size: 16px;line-height:21px}
.Summary .FlightBox .FlightDirection .FlightTime .FlightTimeLabel{ width: auto;}
.Summary .FlightBox .FlightDirection .LogoAndNumber{ float: left;padding-left: 10px;}
.Summary .FlightBox .FlightDirection .LogoAndNumber .AirlineLogo{ float: none;width: auto;height: auto;}
.Summary .TimeLineBox{float: none;width: inherit;margin: 22px 0 5px 0px;}
.Summary .TimeLineBox .TimeLine .TimeLineMiddle{ width: 86%;}
.Summary .TimeLineBox .Destination .DestinationTime{font-size: 15px}
.Summary .TimeLineBox .Destination .DestinationTime span{ margin: 0;display: inline;position: relative;left: 70px;top: -12px;}
.Summary .DateAndDuration .FlightDuration.wide{ width: 100%; margin-top: 0px}
.Summary .FlightBox .DateAndDuration.wide {width: 97%;margin: 0;
    margin-bottom: 10px;    padding-right: 3%;}
.Summary .FlightFullDetails .FlightBox .DateAndDuration.wide{    width: auto;
    padding-right: 10px;
    margin-bottom: 0;}
.Summary .FlightBox .ExpandLink {color: #187dda;font: 14px arial;display:inline-block;float: left; padding-left:10px}
.Summary .FlightBox .MinimizeLink{color: #187dda;float: left;padding-left: 10px;margin-top: 0px;width: auto;}
.Summary .FlightBox .ExpandLink a, .Summary .FlightBox .MinimizeLink a{text-decoration: underline; color: #187dda}
.Summary .FlightBox .FlightDirection.forExpanded{border-top:1px solid #c1c1b5}
.Summary .FlightBox .ConnectionInfoBlock{width: inherit;margin: 0;border-top: 1px solid #c1c1b5;min-height: 20px;padding-top: 8px;  }
.Summary .FlightBox .ConnectionInfoBlock .ConnectionTitle{ padding-right: 10px;}
.Summary .PassengersDetails{border-top: 1px solid #c1c1b5;padding: 20px 4% 20px 0;display: inline-block;
    width: 96%;}
.Summary .PassengersDetails > div{ margin-bottom: 5px;}
.Summary .PassengersDetails > div span{ margin-left: 10px;}
.Summary .PassengersDetailsTitle{ font: bold 17px arial;color: #187dda;margin-bottom: 10px;}
.Summary .ConnectionInfoBlock .connection-disclaimer{    font-size: 12px;    margin-top: 5px;
    margin-right: 20px;}
.Summary .SummaryFlightDetails .FlightBox #segmentsData .FlightDirection .FlightTime .FlightDate{ margin: 0;}
.Summary .FullDetailsLink{margin:0 5px 15px 0;}
.Summary .bottom{display: inline-block;}
.Summary .text {
        font-size: 14px;
    line-height: 25px;
}
.Summary .total-price, #RoomsConfirmationList .total-price {
    padding-top: 5px;
    font-weight: bold;
    font-size: 15px;
}
.Summary .passanger-composition {
    width: 92%;
    margin: 0;
    color: #5f5d5d;
    display: inline-block;
    padding: 2% 4%;
}
/*OrderScheduleFlight*/
#miniRulesContiner{display:none;}
.miniRules{position: absolute;width: 800px;height: 550px;margin: auto;left: 0;right: 0; top:0;bottom:0;z-index: 100; }
.miniRules .title{height: 40px;background-color: #1378D4;line-height: 40px;text-align: center;color: white;font-weight: bold;}
.miniRules .body{height: 450px; background-color: white;padding:10px;}
.miniRules .body .rules{margin-right:20px; height:380px;overflow: auto;}
.miniRules .body .rules .leg{font-size: 20px;font-weight: bold;}
.miniRules .body .link{color: #1979DD;text-decoration: underline;margin: 20px 20px 0px 0px;display: block;}
.miniRules a.close{float: left;cursor: pointer;color: #fff;border: 1px solid #AEAEAE;border-radius: 30px;background: #605F61;font-size: 30px;font-weight: bold;display: inline-block;line-height: 0px;padding: 11px 3px;margin-top: 7px;margin-left: 10px;     }
.miniRules .close:before {content: "×";}
/*-------------------------Customer leave popup--------------------------*/
#ouibounce-modal {
    font-family: 'Open Sans', sans-serif;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

#ouibounce-modal .modal {
    width: 620px;
    height: 350px;
    background-color: white;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 12px;
    -webkit-animation: popin 0.3s;
    animation: popin 0.3s;
        box-shadow: -8px 7px 47px #171717;
}

#ouibounce-modal .modal .modal-title {
    height: 80px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    background-color: #81C705;
}

#ouibounce-modal .modal .modal-title span {
    font-size: 40px;
    width: 100%;
    text-align: center;
    display: inline-block;
    color: white;
    vertical-align: middle;
    line-height: 80px;
    font-weight: bold;
    text-shadow: 3px 2px 4px grey;
}

#ouibounce-modal .modal .modal-title small {
  color: white;
    left: 13px;
    top: 8px;
    position: absolute;
    font-size: 15px;
    cursor: pointer;
}

#ouibounce-modal .modal .modal-body {
    width: 100%;
    height: 85%;
}

    #ouibounce-modal .modal .modal-body .image {
        background-image: url(/Content/Images/lady.png);
        width: 21%;
        height: 103%;
        position: relative;
        right: -11px;
        top: -32px;
        display: inline-block;
        background-repeat: no-repeat;
    }

#ouibounce-modal .modal .modal-body .content {
    width: 75%;
    float: left;
    padding: 10px;
    font-size: 20px;
}


.continue-online {
    width: 100%;
    float: right;
    font-size: 16px;
    color: #74b305;
    text-decoration: underline;
    margin-top: 10px;
    cursor: pointer;
}
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;

  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 25px;
  border: 2px solid #29d;
  background-color: #fff;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  -webkit-transition: width 1s ease-in-out 1s linear;
  -moz-transition: width 1s ease-in-out 1s linear;
  -ms-transition: width 1s ease-in-out 1s linear;
  -o-transition: width 1s ease-in-out 1s linear;
  transition: width 1s ease-in-out 1s linear;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 190px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  height: 15px;
  font-size: 12px;
  background: #29d;
  color: #29d;
  line-height: 60px;
  font-weight: bold;
  font-family:  Helvetica, Arial, "Lucida Grande", sans-serif;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: inline-block;
}

.pace.pace-inactive {
  display: none;
}
body {
}

.DealsBox .CompareRow {display: inline-block;float: right;text-align:right;width: 555px;margin-top:10px;}
.DealsBox .CompareRow .FlightPrice {display: inline-block;float: right;text-align: right;font: bold 18px arial;color: #3c3c3c;direction: rtl;}
.DealsBox .CompareRow .TravelAgents {display: inline-block;float: right;text-align: right;font: 12px arial;color: #3c3c3c;direction: rtl;margin: 5px 10px 0 0;}
.DealsBox .HotelAndDealDetails .DealDetailsSummary .FbLinks {display: inline-block;float: left;width: 254px;height: 25px;background: url("/content/images/FbLikes-Sample.PNG") no-repeat transparent;}
.DealsBox .HotelAndDealDetails.confirmation {display: inline-block;float: right;width: 855px;margin-top: 20px;margin-right:30px;text-align: right;direction: rtl;}

.separator {display: inline-block;float: right;width: 950px;height: 1px;background: #c1c1b5;margin: 0;padding: 0;}
.Tabs, .ui-tabs-nav {display: inline-block;float: right;width: 950px;height: 36px;text-align:right;margin-top: 36px;padding:0;}
    .Tabs .TabTitle {
        display: inline-block;
        float: right;
        width: 143px;
        height: 36px;
        background: -moz-linear-gradient(top, #f4f4f4,#e3e2d8);
        background: -webkit-linear-gradient(top, #f4f4f4,#e3e2d8);
        background: linear-gradient(to bottom, #f4f4f4,#e3e2d8);
        text-align: center;
        font: 14px arial;
        color: #3c3c3c;
        line-height: 36px;
        margin: 0 0 0 7px;
        padding: 0;
        border: 1px solid #c2c2b7;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

        .Tabs .TabTitle.Selected, .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            background: -moz-linear-gradient(top, #1e83e0,#0065c1);
            background: -webkit-linear-gradient(top, #1e83e0,#0065c1);
            background: linear-gradient(to bottom, #1e83e0,#0065c1);
            font: bold 14px arial;
            line-height: 36px;
        }

        .Tabs .TabTitle:hover /*, .ui-state-hover*/ {
            background: -moz-linear-gradient(top, #1e83e0,#0065c1);
            background: -webkit-linear-gradient(top, #1e83e0,#0065c1);
            background: linear-gradient(to bottom, #1e83e0,#0065c1);
            text-align: center;
            font: bold 14px arial;
            color: #e6e6e6;
            line-height: 36px;
        }


.TabsBottomSeparetor {
    display: inline-block;
    float: right;
    width: 950px;
    height: 4px;
    margin-bottom: 22px;
    padding: 0;
    background-color: #0065c1;
}
.ui-tabs,.ui-tabs-nav {margin:0;padding:0;background:none;border:none;}
.ui-tabs .ui-tabs-nav li{position:inherit;float:right;margin: 0 0 0 7px;}
.ui-tabs .ui-tabs-nav{margin:36px 0 0;padding:0;}
.ui-tabs .ui-tabs-nav li a{float:none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a{color:#ffffff;}
.Tabs .ui-state-hover a {color:#ffffff;}
.ui-tabs .ui-tabs-panel{padding:0;}
.ui-tabs {position:static;}

.Advertisement {display: inline-block;float: right;width: 950px;border-top: 1px solid #c1c1b5;border-bottom: 1px solid #c1c1b5;}
.Advertisement .title {display: inline-block;float: right;width: 940px;height: 24px;text-align: right;padding-right: 10px;font: bold 14px arial;color: #1f84e0;line-height: 24px;background: #f5f5f4;background: -moz-linear-gradient(top,  #f5f5f4 0%, #e2e2d8 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f4), color-stop(100%,#e2e2d8));background: -webkit-linear-gradient(top,  #f5f5f4 0%,#e2e2d8 100%);background: -o-linear-gradient(top,  #f5f5f4 0%,#e2e2d8 100%);background: -ms-linear-gradient(top,  #f5f5f4 0%,#e2e2d8 100%);background: linear-gradient(to bottom,  #f5f5f4 0%,#e2e2d8 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f4', endColorstr='#e2e2d8',GradientType=0 );}


.SearchResults {display: inline-block;float: right;width: 950px;margin-top: 25px;}
.SearchResults .SearchResultsHeader {display: inline-block;float: right;width: 950px;_height: 40px;margin-bottom: 5px;}
.SearchResults .SearchResultsHeader .NumOfItems_ {display: inline-block;float: right;width: 450px;font: bold 24px arial;color: #3c3c3c;text-align: right;direction: rtl;}
.SearchResults .SearchResultsHeader .NumOfItems H2 {display: inline-block;float: right;width: 450px;font: bold 24px arial;color: #3c3c3c;text-align: right;direction: rtl;margin: 0px;}
.SearchResults .SearchResultsHeader .SortBy {display: inline-block;float: left;_width: 485px;}
.SearchResults .SearchResultsHeader .SortBy .SortByList {display: inline-block;float: left;font: bold 14px arial;color: #3c3c3c;direction: rtl;padding-top: 6px;}
.SearchResults .SearchResultsHeader .SortBy .SortByList a {font: 14px arial;color: #1f84e0;text-decoration: none;margin: 0 5px;}
.SearchResults .SearchResultsHeader .SortBy .SortByList a:hover {text-decoration: underline;}
.SearchResults .SearchResultsHeader .SortBy .SortByList .selected {font: 14px arial;color: #7a7a7a;margin: 0 5px;}


.SearchResults .SearchResultsMain.agents {display: inline-block;float: right;width: 950px;border-bottom:1px solid #c1c1b5;margin-top:5px;}
.SearchResults .SearchResultsMain.agents .bold{ font-size: 13px;font-weight: bold;}


.DealsInfo {display: inline-block;float: right;width: 950px;}
.DealsInfo .DealsInfoHeader, #remarks .Title {display: inline-block;float: right;text-align:right;width:100%;margin-bottom: 5px;font:bold 24px arial; color:#3c3c3c;}
.DealsInfo .FlightsInfo {display: inline-block;float: right;width: 950px;border-bottom:1px solid #c1c1b5;margin:5px 0 25px 0;}
.DealsInfo .HotelInfo {display: inline-block;float: right;width: 890px;border-bottom:1px solid #c1c1b5;border-top:1px solid #c1c1b5;margin:5px 0 25px 0; background:#ffffff;padding:30px;}
.DealsInfo .HotelInfo .AboutHotelTitle,.AdditionalDetailsTitle {display: inline-block;float: right;width: 890px;text-align: right;font: bold 18px arial;color: #3c3c3c;}
.DealsInfo .HotelInfo .HotelGallery {display: inline-block;float: right;width: 510px;margin-left: 25px;overflow:hidden;margin-top:15px;}
.DealsInfo .HotelInfo .HotelGallery .MainPic {display: inline-block;float: right;width: 100%;height: 290px;overflow: hidden;border: 1px solid #a3a3a3;margin-bottom: 8px;margin-right: 2px;}
.DealsInfo .HotelInfo .HotelGallery .MainPic img {width: 100%;height: 100%;}
.DealsInfo .HotelInfo .HotelGallery .ThumbnailsRow{float: left;
    height: 100%;    overflow: hidden;}
.DealsInfo .HotelInfo .HotelGallery .ThumbnailsRow .Thumbnail {float: left;
    width: 123.5px;
    height: 100%;cursor:pointer;border: 1px solid #a3a3a3;margin-right: 2px;}
.DealsInfo .HotelInfo .HotelGallery .connectedCarousel-control-next{ right: 2px;}
/*.DealsInfo .HotelInfo .HotelGallery .ThumbnailsRow {padding:0;display: inline-block;float: left;width: 20000em;height: 70px;margin-top:4px;text-align:right;overflow: hidden;}
.DealsInfo .HotelInfo .HotelGallery .ThumbnailsRow .Thumbnail {cursor:pointer;float: left; display: inline-block;width: 124px;height: 68px;border: 1px solid #a3a3a3;overflow: hidden;margin-left:2px }
.DealsInfo .HotelInfo .HotelGallery .ThumbnailsRow .Thumbnail:first-child{ margin-left: 0;}*/
.DealsInfo .HotelInfo .HotelGallery .ThumbnailsRow .Thumbnail img {width: 100%;height: 100%;}
.DealsInfo .HotelInfo .HotelInfoText {display: inline-block;float: right;width:355px;text-align:right;font: 14px arial;color: #3c3c3c;direction:rtl;line-height:25px;margin-top:15px;}
.DealsInfo .HotelInfo .HotelInfoText .HotelName {font-weight: bold;}
.DealsInfo .HotelInfo .HotelLocation {display: inline-block;float: right;width: 890px;margin-top: 30px;}
.DealsInfo .HotelInfo .HotelLocation .HotelAddress {display: inline-block;float: right;width: 890px;text-align: right;font: 14px arial;color: #9d9d9d;direction: rtl;line-height: 30px;margin-bottom:5px;}
.DealsInfo .HotelInfo .HotelLocation .HotelLocationMap {display: inline-block;float: right;width: 883px;height: 284px;border: 1px solid #a3a3a3;}
.DealsInfo .HotelInfo .Services {display: inline-block;float: right;width:75%;margin-top: 30px;}
.DealsInfo .HotelInfo .Services .HotelServices, .RoomServices {display: inline-block;float: right;text-align:right;width:45%;margin-left: 20px;margin-top:20px;}
.DealsInfo .HotelInfo .Services .ServicesTitle {display: inline-block;float: right;width: 100%;text-align: right;font: bold 14px arial;color: #3c3c3c;margin-bottom:20px;}
.DealsInfo .HotelInfo .Services .ServicesInfoIcons {display: inline-block;float: right;text-align: right;}
.DealsInfo .HotelInfo .Services .IconBox {display: inline-block;float: right;text-align: center;width:58px;height:81px;}
.DealsInfo .HotelInfo .Services .IconBox.First {margin-right: -10px;}
.DealsInfo .HotelInfo .Services .IconBox .icon {display: inline-block;float: right;width:58px;height: 44px;text-align:center;}
.DealsInfo .HotelInfo .Services .IconBox .IconTxt {display: inline-block;float: right;width:58px;font: 14px arial;color: #8c8c8c;direction: rtl;}

#remarks{float: right;
    min-height: 250px;
    font-size: 13px;
    background-color: white;
        padding: 2%;
    width: 96%;}


.Flights {display: inline-block;float: right;width: 657px;}
.DealsBox .CompareBox {
display: inline-block !important;
float: left !important;
text-align: right !important;
width: 205px !important;
margin-top: 72px !important;
 font-family: arial;
}
.DealsBox{padding:0}
.FlightDirection {
display: inline-block !important;
float: right !important;
width: 705px !important;
margin: 26px 27px 15px 0 !important;
text-align: right !important;
}
.images-modal {
    position: fixed;
    z-index: 9999;
    top: 20%;
    left: 34%;
    width: 600px;
    height: 500px;
    display: none;
}

    .images-modal .close {
        position: absolute;
        top: 4px;
        display: block;
        color: #444;
        cursor: pointer;
        display: inline-block;
        height: 33px;
        width: 33px;
        z-index: 100;
        left: -23px;
        border-radius: 50%;
        border: 1px solid #cecccc;
        background: -moz-linear-gradient(top, rgb(222, 221, 221) 0%,#f5f5f4 100%);
        background: -webkit-linear-gradient(top, rgb(222, 221, 221) 0%,#f5f5f4 100%);
        background: linear-gradient(to bottom, rgb(222, 221, 221) 0%,#f5f5f4 100%);
        font-size: 23px;
        text-align: center;
        font-family: cursive;
        color: #afafaf;
        line-height: 30px;
    }

        .images-modal .close:hover {
            background: -moz-linear-gradient(top, rgb(204, 204, 204) 0%, rgb(243, 243, 243) 100%);
            background: -webkit-linear-gradient(top, rgb(204, 204, 204) 0%,rgb(243, 243, 243) 100%);
            background: linear-gradient(to bottom, rgb(204, 204, 204) 0%,rgb(243, 243, 243) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e0e0e0', endColorstr='#00e0e0e0',GradientType=0 );
        }

        .images-modal .close:active {
            -webkit-box-shadow: inset 0 0 10px #000000;
            box-shadow: inset 1px 1px 2px #0000007d;
        }
    .images-modal .close:before {
        content: "\2716";
    }

/*--------*----------------*-*------------------*/
.images-modal .connectedCarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 4px solid #fff;
    width: 600px;
    height: 450px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
    background-color: white;
}
.images-modal .connectedCarousel-wrapper .HotelName {
    margin: 10px 0;
    text-align: center;
}

/** Carousel **/

.PackageSummary.DealsInfo .images-modal .connectedCarousel {
    position: relative;
    overflow: hidden;
    height: 358px;
    width: 500px;
    margin-right: 49px;
}

.images-modal .connectedCarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    height: 400px;
}

.images-modal .connectedCarousel li {
    float: left;
}

/** Carousel Controls **/

.images-modal .connectedCarousel-control-prev,
.images-modal .connectedCarousel-control-next {
    cursor: pointer;
    display: block;
    float: left;
    height: 55px;
    position: absolute;
    top: 34%;
    width: 45px;
    z-index: 9999;
    font-size: 29px;
    border-radius: 0;
    line-height: 52px;
    background: -moz-linear-gradient(top, #1c81dd,#0267c3);
    background: -webkit-linear-gradient(top,#1c81dd,#0267c3);
    background: linear-gradient(to bottom, #1c81dd,#0267c3);
    box-shadow: 0 0 0px 1px white, 0 0 0px 2px #cacaca;
}
.connectedCarousel-control-prev:before {
    content: "\276F";
}

.connectedCarousel-control-next:before {
    content: "\276E";
}

.images-modal .connectedCarousel-control-next {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    
}
.images-modal .connectedCarousel-control-prev {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    left: 0;
}
    .images-modal .connectedCarousel-control-prev:not(.inactive):hover, .images-modal .connectedCarousel-control-next:not(.inactive):hover {
        background-image: -moz-linear-gradient(top, #75b3eb, #0166c2);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#75b3eb), to(#0166c2));
        background-image: -webkit-linear-gradient(top, #75b3eb, #0166c2);
        background-image: -o-linear-gradient(top, #75b3eb, #0166c2);
        background-image: linear-gradient(to bottom, #75b3eb, #0166c2);
    }
    .images-modal .connectedCarousel-control-prev:not(.inactive):active, .images-modal .connectedCarousel-control-next:not(.inactive):active {
        box-shadow: inset 0px 0px 7px #333333,0 0 0px 1px white, 0 0 0px 2px #cacaca;
    }

 
.images-modal .connectedCarousel-control-prev.inactive
 {
    
}
.images-modal .connectedCarousel-control-next.inactive {
  
}

/** Carousel Pagination **/

.images-modal .jcarousel-pagination {
    width: 100%;
    text-align: center;
    display: inline-block;
    left: 0;
    direction: ltr;
}

.images-modal .jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    
    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 2px;
    
    opacity: .75;
}

.images-modal .jcarousel-pagination a.active {
    background:#1378D4;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}
/*----------------------------------------------*/





.connectedCarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 78px;
}

.connectedCarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connectedCarousel li {
    float: left
}

.connectedCarousel-control-prev,
.connectedCarousel-control-next {
    position: absolute;
    top: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff !important;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    /*font: 24px/27px Arial, sans-serif;*/
    font-family:Verdana;
    font-size:21px;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
            z-index: 99;
            cursor:pointer;
}

.connectedCarousel-control-prev {
    left: 1px;
}

.connectedCarousel-control-next {
    right: 0;
}

.connectedCarousel-control-prev:hover span,
.connectedCarousel-control-next:hover span {
    display: block;
}

.connectedCarousel-control-prev.inactive,
.connectedCarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

.connectedCarousel-wrapper 
{
    display:inline-block;
    position: relative;
    width: 100%;
}

.disclaimer
{
    font-size:14px;
    font-weight: bold;
}

.MoreText
{
    display:none;
}


.hide{ display: none;}
    
.org-tour-details-container {width: 950px;background: white;display: inline-block;padding-top: 20px;font: 14px arial;color: #3c3c3c; }
.org-tour-details-container .otd-raw {display: inline-block;float: right;width: 930px;text-align: right;direction: rtl;margin-bottom: 35px;margin-right: 20px; }
.org-tour-details-container .otd-right {display: inline-block;float: right;width: 130px;text-align: right;direction: rtl;font-weight: bold; }
.org-tour-details-container .otd-left {display: inline-block;float: right;width: 780px; }    

/*------------------Package Order New Design------------------*/
.PackageSummary.Summary .FinalPrice{    padding-right: 2%;}
.PackageSummary .DealsBox .DealsPic{    width: 33%;margin: 20px 5px 0 5px;height: 133px;}
.PackageSummary .DealsBox .DealsPic img{    width: 130px !important;max-height: 130px;}
.PackageSummary .DealsBox .HotelAndDealDetails{    width: 64%;}
.PackageSummary .DealsBox .HotelAndDealDetails .HotelName,.PackageSummary .HotelName,.PackageSummary .BlueTitle{ width: 100%;font: bold 15px arial;    color: #1f84e0;float: right;}
.PackageSummary .BlueTitle{ font-size: 17px;margin: 10px 0;}
.PackageSummary .DealsBox .HotelAndDealDetails .HotelRatingStars,
    .PackageSummary .DealsBox .HotelAndDealDetails .AgentRating,
    .PackageSummary .DealsBox .HotelAndDealDetails .DealDetails{ width: auto;}
.PackageSummary .DealsBox{ width: 100%;}
.PackageSummary .DealsBox .HotelAndDealDetails .DealDetails .Location,
.PackageSummary .DealsBox .HotelAndDealDetails .DealDetails .DealDuration{width:35%}
.PackageSummary .DealsBox .HotelAndDealDetails .DealDetails .Accommodation{width:30%}
.PackageSummary .DealsBox .HotelAndDealDetails .DealDetails .Label{    font: bold 15px arial;}
.PackageSummary .DealsBox .HotelAndDealDetails .DealDetails .Txt{    font: 13px arial;}
.PackageSummary .DealsBox .HotelAndDealDetails .DealDetailsSummary{ display: none;}
.PackageSummary .FlightsDetails{    display: inline-block;}
.PackageSummary.DealsInfo  .HotelInfo{ border-bottom: 0;}
.PackageSummary.DealsInfo .agentDetails{border-top: 1px solid #c1c1b5;}
.PackageSummary.DealsInfo .HotelInfo,.PackageSummary.DealsInfo .agentDetails,
.passanger-composition{    width: 96%;margin: 0;padding:2%;    color: #5f5d5d;    display: inline-block;}
.price-details div{
    width: 35%;
    display: inline-block;
}
.price-details .room-type{ margin-right: 10px;}
.price-details div.room-complex
{ width: 100%;font-weight: bold;
    padding: 5px 0;}
.price-details{border-bottom: 1px solid #c1c1b5;
    padding-bottom: 5px;
    display: inline-block;
    color: #5f5d5d;
    width: 100%;
}
.ReservationDeatails .RoomsInfo .RoomsConfirmationRow .RoomDescription .Text{    font: 16px arial;    font-weight: bold;}
.ReservationDeatails .RoomsInfo .RoomsConfirmationRow .RoomDescription{ width: 100%;margin: 6px 0;}
.PackageSummary.DealsInfo .total-price,
#RoomsConfirmationList .total-price{    padding-top: 5px;
    font-weight: bold;
    font-size: 15px;}
.PackageSummary.DealsInfo .HotelInfo .HotelGallery{width: 100%;}
.PackageSummary.DealsInfo .HotelInfo .HotelGallery .ThumbnailsRow .Thumbnail{ width: 92px;height: 68px;}
.PackageSummary.DealsInfo .connectedCarousel-wrapper,.PackageSummary.DealsInfo .connectedCarousel { width: 100%;}
.PackageSummary .HotelDescription,.PackageSummary .HotelAddress {
    display: inline-block;
    margin-bottom: 15px;
}
.PackageSummary .HotelAddress{    font-weight: bold;}
.PackageSummary .text,#RoomsConfirmationList  .text{
    font-size: 14px;
    line-height: 25px;
}
.ReservationProcessContainer .order-container.packages .OrdererInfo{ width: 750px;}
.order-container.packages .RoomsInfo, .PassengersInfo{ display: inline-block;width: 100%;}
.order-container.packages .RoomsInfoForm,.order-container.packages  .PassengersInfoForm{    margin: 30px 0;}
.order-container.packages .RoomsInfo .RoomsLabel{ margin-top: 0;}
.ReservationProcessContainer .order-container.packages .Body .send-to-agency {
  
}
.ReservationProcessContainer .order-container.packages  .ConfirmationBlock {
        padding: 15px 0;
}

.order-container.packages  #RoomsConfirmationList {
     padding: 20px;
    display: inline-block;
}
.ReservationDeatails .order-container.packages  .RoomsInfo .RoomsConfirmationRow{ margin: 0;}
/*.TravelMain {width: 950px;margin: 0px auto;}        
.TravelMain .Header {display: inline-block;float: right;width: 950px;height: 83px;background: url("/content/images/Header-BG.png") repeat-x;border-right: 1px solid #c1c1b5;border-bottom: 1px solid #c1c1b5;border-left: 1px solid #c1c1b5;}
.TravelMain .Header .ZapLogo {display: inline-block;float: right;width: 170px;height: 73px;background: url("/content/images/travel-logo.PNG") no-repeat;margin: 8px 11px 0px 0px;cursor: pointer;}
.TravelMain .Header .ZapLogo:hover {display: inline-block;float: right;width: 170px;height: 73px;background: url("/content/images/travel-logo-hover.PNG") no-repeat;margin: 8px 11px 0px 0px;}        

.TravelMain .Header .search {display: inline-block;float: right;width: 573px;height: 42px;text-align: right;padding: 0px;margin: 18px 30px 0px 0px;}
.TravelMain .Header .search .searchField {display: inline-block;float: left;width: 513px;height: 42px;background: url("/content/images/search-bg.png") no-repeat;border: none;font: 17px arial;color: #7b7b7b;line-height: 42px;text-align: right;direction: rtl;padding-right: 13px;outline: none;}
.TravelMain .Header .search .submitSearch {display: inline-block;float: left;width: 46px;height: 42px;border: none;background: url("/content/images/search-icon.png") 0 0 no-repeat transparent;cursor: pointer;outline: none;}
.TravelMain .Header .search .submitSearch:hover {background: url("/content/images/search-icon.png") 0 -43px no-repeat;}                
.TravelMain .Header .search .submitSearch:active {background: url("/content/images/search-icon.png") 0 -86px no-repeat;}

.TravelMain .Header .GroupLogos {display: inline-block;float: left;width: 162px;height: 42px;margin-top: 18px;}
.TravelMain .Header .GroupLogos .more {display: inline-block;float: left;width: 16px;height: 16px;margin: 11px 6px 0 5px;background: url("/content/images/more-arrow.png") 0 0 no-repeat;cursor: pointer;}
.TravelMain .Header .GroupLogos .more:hover {background: url("/content/images/more-arrow.png") 0 -17px no-repeat;}            
.TravelMain .Header .GroupLogos .more:active {background: url("/content/images/more-arrow.png") 0 -34px no-repeat;}
.TravelMain .Header .GroupLogos .doctors {display: inline-block;float: left;width: 30px;height: 36px;background: url("/content/images/small-logos-sprits.png") -1px -1px no-repeat;cursor: pointer;}
.TravelMain .Header .GroupLogos .doctors:hover {margin: 0 15px 0 10px;}        
.TravelMain .Header .GroupLogos .mitchatnim {display: inline-block;float: left;width: 30px;height: 36px;background: url("/content/images/small-logos-sprits.png") -31px -1px no-repeat;margin-left: -5px;cursor: pointer;}
.TravelMain .Header .GroupLogos .mitchatnim:hover {margin: 0 15px 0 10px;}        
.TravelMain .Header .GroupLogos .rest {display: inline-block;float: left;width: 30px;height: 36px;background: url("/content/images/small-logos-sprits.png") -61px -1px no-repeat;margin-left: -7px;cursor: pointer;}
.TravelMain .Header .GroupLogos .rest:hover {margin: 0 15px 0 10px;}        
.TravelMain .Header .GroupLogos .yellow {display: inline-block;float: left;width: 30px;height: 36px;background: url("/content/images/small-logos-sprits.png") -91px -1px no-repeat;margin-left: -7px;cursor: pointer;}
.TravelMain .Header .GroupLogos .yellow:hover {margin: 0 15px 0 10px;}

.TravelMain .Header .GroupNames {display: inline-block;float: left;width: 162px;height: 20px;}
.TravelMain .Header .GroupNames span {font-weight: bold;margin-right: 2px;}
.TravelMain .Header .GroupNames .doctorsName {display: none;float: left;position: absolute;margin-left: 15px;width: 162px;height: 20px;text-align: left;direction: rtl;font: 15px arial;color: #ffffff;}        
.TravelMain .Header .GroupNames .restName {display: none;float: left;position: absolute;margin-left: 85px;width: 162px;height: 20px;text-align: left;direction: rtl;font: 15px arial;color: #ffffff;}        
.TravelMain .Header .GroupNames .mitchatnimName {display: none;float: left;position: absolute;margin-left: 45px;width: 162px;height: 20px;text-align: left;direction: rtl;font: 15px arial;color: #ffffff;}        
.TravelMain .Header .GroupNames .yellowName {display: none;float: left;position: absolute;margin-left: 90px;width: 162px;height: 20px;text-align: left;font: 15px arial;color: #ffffff;direction: rtl;}

.TravelMain .SubMenu {display: inline-block;float: right;width: 950px;height: 28px;background: url("/content/images/SubMenu-BG.png") repeat-x;border-right: 1px solid #c1c1b5;border-bottom: 1px solid #c1c1b5;border-left: 1px solid #c1c1b5;text-align: justify;}
.TravelMain .SubMenu .SubMenuItem {display: inline-block;float: right;height: 23px;font: 14px arial;color: #dfdede;padding-top: 5px;cursor: pointer;text-align: center;}       
.TravelMain .SubMenu .SubMenuItem:hover {background: url("/content/images/SubMenu-Hover-BG.png") repeat-x;}
.TravelMain .SubMenu .SubMenuItem:active {background: #000000;}
.TravelMain .SubMenu .SubMenuItem.zap {width: 84px;}        
.TravelMain .SubMenu .SubMenuItem.deals {width: 116px;}
.TravelMain .SubMenu .SubMenuItem.super {width: 115px;}
.TravelMain .SubMenu .SubMenuItem.marriage {width: 136px;}
.TravelMain .SubMenu .SubMenuItem.ski {width: 110px;}
.TravelMain .SubMenu .SubMenuItem.spa {width: 113px;}
.TravelMain .SubMenu .SubMenuItem.concerts {width: 122px;}
.TravelMain .SubMenu .SubMenuItem.sport {width: 138px;}            
.TravelMain .SubMenu .emphasised {font: bold 14px arial;color: #ffffff;}
.TravelMain .SubMenu .V-Separator {display: inline-block;float: right;width: 2px;height: 28px;background: url("/content/images/SubMenu-Separator.png") no-repeat;}
.TravelMain .SubMenu .V-SeparatorWhite {display: inline-block;float: right;width: 2px;height: 28px;background: url("https://img.zap.co.il/imgs/newui/SubMenu-Separator-White.png") no-repeat;}

.TravelMain .breadcrumbs {display: inline-block;float: right;margin: 10px 0px;font: 12px arial;text-align: right;}
.TravelMain .breadcrumbs a {text-decoration: none;color: #3c3c3c;}

.TravelMain .login {display: inline-block;float: left;font: bold 12px arial;direction: rtl;padding: 10px 0px;}
.TravelMain .login .loginLink {display: inline-block;float: left;}
.TravelMain .login .loginLink a {float: left;text-decoration: underline;color: #0c71cd;}
.TravelMain .login .loginLink a:hover {color: #1d93ff;}
.TravelMain .login .username {display: inline-block;float: left;padding: 0px 4px;}
.TravelMain .login span {display: inline-block;float: left;}

.TravelMain .MainContent {display: inline-block;float: right;width: 950px;}*/

.SearchResults {display: inline-block;float: right;width: 950px;margin-top: 25px;}
.SearchResults .SearchResultsHeader {display: inline-block;float: right;width: 950px;_height: 40px;margin-bottom: 5px;}
.SearchResults .SearchResultsHeader .NumOfItems_ {display: inline-block;float: right;width: 435px;font: bold 24px arial;color: #3c3c3c;text-align: right;direction: rtl;}
.SearchResults .SearchResultsHeader .NumOfItems H2 {display: inline-block;float: none;width: auto;font: bold 24px arial;color: #3c3c3c;text-align: right;direction: rtl;margin: 0px;}
.SearchResults .SearchResultsHeader .NumOfItems{ display: inline-block;}
.SearchResults .SearchResultsHeader .NumOfItems .SortResults{display: inline-block;    font-size: 14px;vertical-align: text-top;margin-right: 8px;}
.SearchResults .SearchResultsHeader .NumOfItems .SortResults a{font-size: 14px;color: #187dda;text-decoration: underline;}
.SearchResults .SearchResultsHeader .SortBy {display: inline-block;float: left;_width: 485px;}
.SearchResults .SearchResultsHeader .SortBy .SortByList {display: inline-block;float: left;font: bold 14px arial;color: #3c3c3c;direction: rtl;padding-top: 6px;}
.SearchResults .SearchResultsHeader .SortBy .SortByList a {font: 14px arial;color: #1f84e0;text-decoration: none;margin: 0 5px;}
.SearchResults .SearchResultsHeader .SortBy .SortByList a:hover {text-decoration: underline;}
.SearchResults .SearchResultsHeader .SortBy .SortByList .selected {font: 14px arial;color: #7a7a7a;margin: 0 5px;}

.SearchResults .SearchResultsMain {display: inline-block;float: right;width: 950px;border-bottom:1px solid #c1c1b5;}
.SearchResults .SearchResultsMain .SearchResultsHeader{    margin-top: 10px;}
.DealsBox {display:inline-block;width: 950px;background: #ffffff;border-top:1px solid #c1c1b5;border-bottom:1px solid #c1c1b5;padding-bottom:10px;margin-bottom:10px;}
.DealsBox .DealsPic {display:inline-block;float:right;width: 152px; height:153px;margin: 20px 20px 0 15px;position:relative;}
.DealsBox .DealsPic img {position:absolute;top:0;bottom:0;margin:auto; max-height:153px;border:1px solid #c1c1b5;}
.DealsBox .HotelAndDealDetails {display: inline-block;float: right;width: 555px;margin-top: 20px;text-align: right;direction: rtl;}
.DealsBox .HotelAndDealDetails .HotelName {display: inline-block;float: right;width: 555px;text-align: right;font: bold 18px arial;color: #1f84e0;direction: rtl;}
.DealsBox .HotelAndDealDetails .HotelRatingStars {display: inline-block;float: right;width: 555px;margin-top: 5px;}
.DealsBox .HotelAndDealDetails .HotelRatingStars .Stars {display: inline-block;float: right;width: 90px;height: 15px;background: url("/content/images/Gray-Star.png") right repeat-x transparent;}
.DealsBox .HotelAndDealDetails .HotelRatingStars .Stars span {display: inline-block;float: right;height: 15px;background: url("/content/images/Blue-Star.png") right repeat-x transparent;}
.DealsBox .HotelAndDealDetails .DealDetails {display: inline-block;float: right;width: 100%;margin-top: 8px;text-align: right;direction: rtl;}
.DealsBox .HotelAndDealDetails .DealDetails .Location {display: inline-block;float: right;width: 115px;}
.DealsBox .HotelAndDealDetails .DealDetails .DealDuration {display: inline-block;float: right;width: 135px;}
.DealsBox .HotelAndDealDetails .DealDetails .Accommodation {display: inline-block;float: right;}
.DealsBox .HotelAndDealDetails .DealDetails .Language {display: inline-block;float: right;}
.DealsBox .HotelAndDealDetails .DealDetails .Label {display: inline-block;float: right;width:auto;font: bold 18px arial;color: #3c3c3c;margin-left: 5px;}
.DealsBox .HotelAndDealDetails .DealDetails .Txt {display: inline-block;float: right;width:100%;font: 14px arial;color: #7a7a7a;}
.DealsBox .HotelAndDealDetails .DealDetails .extra-info{    width: 18px;height: 18px;background-color: #9a9797;float: right;border-radius: 30px;color: white;text-align: center;line-height: 20px;font-size: 12px;cursor: pointer;}
.DealsBox .HotelAndDealDetails .DealDetails #extra-info.show-title:after { content: attr(title); border: 1px solid #000; background: #9a9797; position: absolute; margin-right: 10px; margin-top: -28px; font-weight: bold; padding: 2px; box-shadow: 4px 3px 1px 1px rgb(19, 120, 212); }
.DealsBox .HotelAndDealDetails .DealDetailsSummary {display: inline-block;float: right;width: 555px;margin-top: 20px;}
.DealsBox .HotelAndDealDetails .DealDetailsSummary .Title {display: inline-block;float: right;width: 555px;text-align: right;direction: rtl;font: bold 14px arial;color: #3c3c3c;}
.DealsBox .HotelAndDealDetails .DealDetailsSummary .Text {display: inline-block;float: right;width: 555px;text-align: right;font: 14px arial;color: #3c3c3c;line-height:25px;}
.DealsBox .HotelAndDealDetails .AdditionalDetailsLink {display: inline-block;float: right;width: 555px;text-align: right;direction: rtl;font: 14px arial;color: #1f84e0;}
.DealsBox .HotelAndDealDetails .AdditionalDetailsLink a {text-decoration: underline;color: #1f84e0;cursor: pointer;}
.DealsBox .HotelAndDealDetails .AdditionalDetailsLink.Clicked span {display: inline-block;float: right;text-align: right;direction: ltr;font: 14px arial;color: #7a7a7a;background:#e0e0e0;padding: 2px 8px;}

.AdditionalDetailsLink {display: inline-block;float: right;width: 555px;text-align: right;direction: rtl;font: 14px arial;color: #1f84e0;}
.AdditionalDetailsLink a {text-decoration: underline;color: #1f84e0;cursor: pointer;}
.AdditionalDetailsLink.Clicked span {display: inline-block;float: right;text-align: right;direction: ltr;font: 14px arial;color: #7a7a7a;background:#e0e0e0;padding: 2px 8px;}

.AdditionalDetails {margin-top: 10px;display: none;float: right;width: 865px;margin-right: 20px;border: 2px solid #e0e0e0;padding: 40px 25px 30px 0;}
.AdditionalDetails .AdditionalDetailsTitle {display: inline-block;float: right;width: 130px;text-align: right;direction: rtl;font: bold 14px arial;color: #3c3c3c;}
.AdditionalDetails > .GeneralInfo {display: none;float: right;width: 865px;text-align: right;direction: rtl;margin-bottom:20px;}
.AdditionalDetails .GeneralInfo .GeneralInfoTxt {display: inline-block;float: right;width: 630px;text-align: right;direction: rtl;font: 14px arial;color:#3c3c3c;}
.AdditionalDetails .FlightsInfo {display: inline-block;float: right;width: 865px;text-align: right;direction: rtl;}
.AdditionalDetails .FlightsInfo .AdditionalDetailsTitle {margin-top: 26px;}
.AdditionalDetails .FlightsInfo .Flights {display: inline-block;float: right;width: 650px;}
.AdditionalDetails .HotelsInfo {display: inline-block;float: right;width: 865px;text-align: right;direction: rtl;margin-bottom:35px;}
.AdditionalDetails .HotelsInfo .Hotel {display: inline-block;float: right;width: 630px;}
.AdditionalDetails .HotelsInfo .Hotel .HotelPic {display: inline-block;float: right;width: 340px;height: 197px;border: 1px solid #c8c8c8;}
.AdditionalDetails .HotelsInfo .Hotel .HotelPic img {display: block;width:100%;}
.AdditionalDetails .HotelsInfo .Hotel .HotelLocationMap {display: inline-block;width: 250px;height: 200px;border: 1px solid #c8c8c8;}
.AdditionalDetails .Services {display: inline-block;float: right;width: 865px;text-align: right;direction: rtl;margin-bottom:20px;}
.AdditionalDetails .Services .ServicesDetails {display: inline-block;float: right;width: 630px;}
.AdditionalDetails .Services .ServicesDetails .HotelServices {display: inline-block;float: right;width: 335px;}
.AdditionalDetails .Services .ServicesDetails .RoomServices  {display: inline-block;float: right;width: 285px;}
.AdditionalDetails .Services .ServicesDetails .ServicesTitle {display: inline-block;float: right;width: 315px;text-align:right;font: bold 12px arial;color:#3c3c3c;direction:rtl;}
.AdditionalDetails .Services .ServicesDetails .ServicesInfoIcons {display: inline-block;float: right;width: 315px;}
.AdditionalDetails .Services .ServicesDetails .IconBox {display: inline-block;float: right;width: 58px;text-align: center;margin-top: 15px;}
.AdditionalDetails .Services .ServicesDetails .IconBox.First {margin-right: -10px;min-height: 73px;}
.AdditionalDetails .FullDetailsLink{ display: none;}

.CompareBox {display: inline-block;float: left;text-align:right;width: 205px;margin-top:56px;}
.CompareBox .FlightPrice {display: inline-block;float: right;width: 205px;text-align: right;font: bold 18px arial;color: #3c3c3c;direction: rtl;}
.CompareBox .FlightPrice span {font: normal 16px arial;}
.CompareBox .FlightPrice span:first-child {  font-size: 14px;
    color: gray;}
    .CompareBox .CompareButton {
        display: inline-block;
        float: right;
        width: 129px;
        border-bottom-left-radius:0;
        border-top-left-radius:0;
    }
.CompareBox .CompareButton span{ margin-right: 11px;}

.CompareBox .CompareButton, .CompareBox .CompareButton:after{
    height: 34px;

}


.CompareBox .TravelAgents {display: inline-block;float: right;width: 205px;text-align: right;font: 12px arial;color: #3c3c3c;direction: rtl;margin-top: 5px;}
.CompareBox .FlightsBottomComment {display:none;}
.CompareBox .Seats{display:inline-block; font:normal 14px arial;height: 15px;width: 100%;margin-top: 7px;}
.CompareBox .Seats .HighQuantity{color:limegreen;}
.CompareBox .Seats .LowQuantity{color:red;}

.FlightsFilters {display: inline-block;float: right;width: 952px;margin-right:-1px;}
.FlightsFilters .FiltersTitleRow {display: inline-block;float: right;width: 953px;}
.FlightsFilters .FiltersTitleRow .FiltersTitle .FiltersTitleText {display: inline-block;float: right;text-align: right;font: 12px arial;color: #3c3c3c;direction: rtl; margin:7px 11px 0 0;}

.FlightDirection {display: inline-block;float: right;width: 630px;margin: 26px 0 25px 0;text-align: right;}
.FlightBoxSeparator {display: inline-block;float: right;width: 666px;height: 1px;background: #e6e6e6;margin-right:27px;}

.FlightsFilters .FiltersList .WithBorders{border-left: 1px solid #fdfdfb;border-right: 1px solid #eeeee8;}
.jcarousel-wrapper 
{
    display:inline-block;
    position: relative;
    border: 3px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
            margin-left: 23px;
}


.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 600px;
    height: 400px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    text-align: left;
    overflow: hidden;
    height: 200px;
}

.jcarousel li {
    float: left;
     width: 340px;
    direction: ltr;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 96px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    /*font: 24px/27px Arial, sans-serif;*/
    font-family:Verdana;
    font-size:21px;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
            z-index: 999;
}

.jcarousel-control-prev {
    left: 0;
}

.jcarousel-control-next {
    right: 0;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    
    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 2px;
    
    opacity: .75;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

.FiltersList .select2-container a {
    background: url("/content/images/SelectArrowsSprite.png") 0px -1px no-repeat #ffffff !important;
   border: 1px solid #d6d6d6;
}
.HotelFeatures {display: inline-block;float: right;width: 80%;margin-right: 10%;margin-top:10px;}
.HotelFeatures .Label {display: inline-block;float: right;font: 14px arial;color: #ffffff;direction: rtl;line-height: 30px;margin-top:28px;}
.HotelFeatures label {display: inline-block;float: right;font: 14px arial;color: #ffffff;direction: rtl;margin-right:10px;}
.HotelFeature {display: inline-block;float: right;width: 100%;margin-bottom: 8px;}
.HotelFeatures .HotelFeaturesCheckbox {display: inline-block;float: right;width: 17px;height: 18px;background: url("/Content/images/travel-sprite.png") -650px 0 no-repeat transparent;cursor: pointer;}
.HotelFeatures .HotelFeaturesCheckbox.Checked {background: url("/Content/images/travel-sprite.png") -625px 0 no-repeat transparent;}
.HotelFeatures .HotelFeaturesCheckbox input[type="checkbox"] {display: inline-block;float: right;width: 17px;height: 18px;opacity: 0;-webkit-opacity: 0;-moz-opacity: 0;filter: alpha(opacity=0);cursor:pointer;}

/*package destination css*/
.FormInputs .Destination {display: inline-block;float: right;width: 100%;margin-top: 44px;}
.FormInputs .Destination .DestinationIcon {display: inline-block;float: right;width: 28px;height: 28px;background: url("/Content/images/travel-sprite.png") -833px -241px no-repeat transparent;margin: 15px 6% 0 5px;}
.FormInputs .Destination .DestinationIcon:hover {background: url("/Content/images/travel-sprite.png") -870px -241px no-repeat transparent;}
.FormInputs .Destination .DestinationInputs {display: inline-block;float: right;width: 207px;font: 14px arial;}
.FormInputs .Label {display: inline-block;float: right;width: 207px;text-align: right;font: 14px arial;color: #ffffff;direction: rtl;}
.FormInputs .Destination .DestinationInputs .DestinationInput {display: inline-block;float: right;width: 207px;height: 28px;text-align: right;}
.FormInputs .Destination .DestinationInputs .DestinationInput input[type="text"] {display: inline-block;float: right;width: 200px;height: 28px;padding-right:7px;border:none;text-align: right;background:url("/Content/images/travel-sprite.png") -672px 0 no-repeat transparent; outline:none; font: 14px arial;color:#000000;direction:rtl;margin-top:5px;}
/*.FormInputs .Destination .DestinationInputs .select2-container {display: inline-block;float: right;width: 200px;height: 28px;padding-right:7px;border:none;text-align: right;background:url("/Content/images/travel-sprite.png") -672px 0 no-repeat transparent; outline:none; font: 14px arial;color:#000000;direction:rtl;margin-top:5px;}*/

/*.FormInputs .Destination .DestinationInputs .select2-container {display: inline-block;float: right;width: 205px;height: 28px;border:none;text-align: right;outline:none; font: 14px arial;color:#000000;direction:rtl}*/
.FormInputs .Destination .DestinationInputs .select2-container, .select2-drop { width: 205px;font: 14px arial;}
/*.FormInputs .Destination .DestinationInputs .select2-search, .select2-search input { width: 195px;font: 14px arial;}*/
.FormInputs .Destination .DestinationInputs .select2-container .select2-choice { background:url("/content/images/SelectArrowsSprite.png") 0px -1px no-repeat #ffffff !important;border-top: 1px solid #d6d6d6;
border-bottom: 1px solid #d6d6d6;}
.FormInputs .Destination .DestinationInputs .select2-container .select2-choice:hover{background: url("/content/images/SelectArrowsSprite.png") 0px -31px no-repeat #ffffff !important;}
.FormInputs .Destination .DestinationInputs .select2-container .select2-choice:active{background: url("/content/images/SelectArrowsSprite.png") 0px -61px no-repeat #ffffff!important;}
.FormInputs .Destination .DestinationInputs .select2-results li {border-bottom :1px solid #8c8c8c}
/*end of package destination*/

.FormInputs .HotelLevel,.FormInputs .AccommodationLevel {display: inline-block;float: right;width: 100%;margin-top: 25px;}
.FormInputs .HotelLevel .HotelLevelIcon {display: inline-block;float: right;width: 28px;height: 28px;background: url("/Content/images/travel-sprite.png") -909px -241px no-repeat transparent;margin: 17px 6% 0 5px;}
.FormInputs .HotelLevel .HotelLevelIcon:hover {background: url("/Content/images/travel-sprite.png") -946px -241px no-repeat transparent;}
.FormInputs .HotelLevel .HotelLevelInputs,.FormInputs .AccommodationLevel .AccommodationLevelInputs  {display: inline-block;float: right;width: 207px;;height: 28px;text-align: right;}
.FormInputs .HotelLevel .HotelLevelInputs .HotelLevelInput, .FormInputs .AccommodationLevel .AccommodationLevelInputs .AccommodationLevelInput {display: inline-block;float: right;width: 207px;height: 28px;text-align: right;}
.FormInputs .HotelLevel .HotelLevelInputs .HotelLevelInput select, .FormInputs .AccommodationLevel .AccommodationLevelInputs .AccommodationLevelInput select {display: inline-block;float: right;width: 200px;height: 28px;padding-right:7px;border:none;text-align: right;background:url("/Content/images/travel-sprite.png") -672px 0 no-repeat transparent; outline:none; font: 14px arial;color:#000000;direction:rtl;margin-top:5px;}
.FormInputs .HotelLevel .HotelLevelInputs .select2-container, .FormInputs .AccommodationLevel .AccommodationLevelInputs .select2-container { width: 205px;font: 14px arial;}
.FormInputs .HotelLevel .HotelLevelInputs .select2-container .select2-choice, .FormInputs .AccommodationLevel .AccommodationLevelInputs .select2-container .select2-choice { background:url("/content/images/SelectArrowsSprite.png") 0px -1px no-repeat #ffffff !important;border-top: 1px solid #d6d6d6;
border-bottom: 1px solid #d6d6d6;}

.FormInputs .AccommodationLevel .AccommodationLevelIcon {display: inline-block;float: right;width: 28px;height: 28px;background: url("/Content/images/travel-sprite.png") -980px -241px no-repeat transparent;margin: 17px 6% 0 5px;}
.FormInputs .AccommodationLevel .AccommodationLevelIcon:hover {background: url("/Content/images/travel-sprite.png") -1010px -241px no-repeat transparent;}

.FormInputs .Dates {display: inline-block;float: right;width: 100%;margin-top: 25px;}
.FormInputs .Dates .CalendarIcon {display: inline-block;float: right;width: 28px;height: 28px;background: url("/Content/images/travel-sprite.png") -679px -241px no-repeat transparent;margin: 20px 6% 0 5px;}
.FormInputs .Dates .CalendarIcon:hover {background: url("/Content/images/travel-sprite.png") -717px -241px no-repeat transparent;}
.FormInputs .Dates .DateInputs {display: inline-block;float: right;width: 207px;}
.FormInputs .Dates .DateInputs .DateInput {display: inline-block;float: right;width: 207px;height: 28px;text-align: right;}
.FormInputs .Dates .DateInputs .DateInput input[type="text"] {display: inline-block;float: right;width: 200px;height: 28px;padding-right:7px;border:none;text-align: right;background:url("/Content/images/travel-sprite.png") -672px 0 no-repeat transparent; outline:none; font: 14px arial;color:#000000;direction:rtl;margin-top:5px;}
.FormInputs .Dates .DateInputs .FromDate {display: inline-block;float: right;width: 102px;height: 28px;text-align: right;margin-top:5px;}
.FormInputs .Dates .DateInputs .ToDate {display: inline-block;float: right;width: 102px;height: 28px;text-align: right;margin:5px 3px 0 0;}
.FormInputs .Dates .DateInputs input[type="text"] {display: inline-block;float: right;width: 95px;height:24px; padding-right: 7px;font: 14px arial;color: #000000;direction: rtl;border-radius: 4px;border: none;outline: none;}
.FormInputs .Dates .DateInputs input[type="text"].active {
    border: 1.5px solid black;
    margin-top: -1px;
    background-color: #fffce0;
}
.FormInputs .Dates .DateInputs input[type="text"].active::-webkit-input-placeholder {
  color: black;
}
.FormInputs .Dates .DateInputs input[type="text"].active::-moz-placeholder {
  color: black;
}
.FormInputs .Dates .DateInputs input[type="text"].active:-ms-input-placeholder {
  color: black;
}
.FormInputs .Dates .DateInputs input[type="text"].active:-moz-placeholder {
  color: black;
}
.ui-widget-content {
    /*margin-top: -74px;*/
    }

.ReservationProcessHeader {display: inline-block;float: right;width: 950px;border-bottom: 1px solid #c1c1b5;text-align:right;direction:rtl;margin-bottom:20px;}
/*.FlightReservationHeader .AgencyLogo {display: inline-block;float: right;width: 130px;height: 65px;text-align: center;border-top: 1px solid #c1c1b5;border-left: 1px solid #c1c1b5;border-right: 1px solid #c1c1b5;background: #ffffff;padding-top:5px;}*/
.AgencyLogo {display: inline-block;float: right;width: 130px;height: 65px;text-align: center;border-top: 1px solid #c1c1b5;border-left: 1px solid #c1c1b5;border-right: 1px solid #c1c1b5;background: #ffffff;padding-top:5px;}
.ReservationProcessHeader .HeaderTxt {display: inline-block;float: right;text-align: right;font: bold 20px arial;color: #3c3c3c;margin: 40px 12px 0 0;}
.CompareAgentsTitle {display: inline-block;float: right;width: 100%;text-align: right;font: bold 24px arial;color: #3c3c3c;margin-bottom:17px;}

.ReservationProcessContainer { width: 1200px;margin: 0 auto;font-family: arial; }
.ReservationProcessContainer .MainContent{ margin-top: 5px;}
.ReservationProcessContainer .ReservationProcessHeader{width: 100%}
.ReservationProcessContainer .right{ width: 750px; float: right}
.ReservationProcessContainer .left{ float: right;padding-right: 40px;}
.ReservationProcessContainer .OrdererInfo{ background: none;border-bottom: none;width: 100%;}
.ReservationProcessContainer .Title{background-color: #1378D4;margin-top: 15px;color: white;height: 40px;line-height: 40px;padding-right: 15px; font-size: 20px; font-weight: bold;}
.ReservationProcessContainer .Body{ background-color: white;float: right;width: 100%;    position: relative;}
.ReservationProcessContainer .Body > div{padding-right: 4%;display: inline-block;width: 96%;} 

/*---------------Top Bar---------------------------*/
.StepsBar:after{ content: "";display: table;clear: both;}
.StepsBar .Rectangle{height:40px; width:160px; float:right; line-height:40px; color:#FFFFFF; text-align:right; font-size:14px;}
.StepsBar .Rectangle:first-child {width:170px; padding-right:10px;}
.StepsBar .Triangle{float:right;  height:0; width:0; border-right: 10px solid; border-left: 10px solid transparent !important; border-top: 20px solid transparent  !important; border-bottom: 20px solid transparent  !important;}
.StepsBar .CloseTriangle{float:right;  height:0;width:0; border-right: 10px solid transparent !important;  border-left: 10px solid ; border-top: 20px solid ;  border-bottom: 20px solid ; margin-right:-18px;}
.StepsBar .SelectedStepBorder{border-color:#398EDE;}
.StepsBar .GrayBorder{border-color:#98A1A8;}
.StepsBar .SelectedStepBackground{background-color:#398EDE;}
.StepsBar .GrayBackground{background-color:#98A1A8;}
.StepsBar .Rectangle span:last-child:before{ content: ". ";}

/*---------------------Summary---------------------*/
.Summary{ width: 400px; background: white; }
.Summary .MyOrder{height: 40px; background-color: #989898; color: white; font: bold 17px arial; line-height: 40px; padding-right: 10px;}
.Summary .SummaryDetails {font: 16px arial; padding: 3%; display: inline-block;width: 97%;}
.Summary .SummaryDetails > div{ display: inline-block;}
.Summary .SummaryDetails .MainTitle {font-weight: bold; color: #3c3c3c;}
.Summary .SummaryDetails .SubTitle{ color: #1c81dd;}
.Summary .SummaryDetails .People { float: left;}
    .Summary .SummaryDetails .People div {
        height: 38px;
        float: right;
        margin-left: 3px;
        background-position-y: bottom !important;
    }
    .Summary .SummaryDetails .People .Adult {
        width: 19px;
        height: 42px;
        background: url(/content/images/adult.png) no-repeat transparent;
    }

.Summary .SummaryDetails .People .Child {
    width: 17px;
    height: 42px;
    background: url(/content/images/child.png) no-repeat transparent;
}
.Summary .SummaryDetails .People .Infant {
    width: 15px;
    height: 42px;
    background: url(/content/images/baby.png) no-repeat transparent;
}
.Summary .SummaryDetails .People .Amount{position: relative; top: 26px; color: #1c81dd;}
.Summary .FinalPrice { background-color: #1378D4; color: white; height: 50px; line-height: 50px; padding-right: 2%;font-size: 18px;width: 98%;
    display: inline-block;}
.Summary .FinalPrice .info{top:15px;}
.Summary .FinalPrice span{ font-size: 16px;}


.ReservationProcess .BlueButton, .travel_popup .BlueButton {
    height: 35px;
    width: 120px;
}
    .ReservationProcess .BlueButton:after,.travel_popup .BlueButton:after {
        height: 35px;
        width: 34px;
    }
.left-cell .BlueButton, .travel_popup .BlueButton {
    float: left;
    margin-left: 25px;
}
.ReservationProcess .BlueButton.back-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: 30px;
}
.ReservationProcess .BlueButton.back-btn:after {
    display: none;
}
    .ReservationProcess .BlueButton.back-btn:before {
        content: "\00AB";
        width: 33px;
        position: absolute;
        top: -1px;
        border-right: 1px ridge #ffffff;
        border-radius: 5px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        font-size: 23px;
        line-height: 31px;
        border-left: solid 1px #005aac;
        border-top: 1px solid #c7e0f7;
        box-shadow: 0px -1px #cacaca;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        height: 35px;
        right: -35px;
    }
/*----------------------- new search engine ----------------------*/

.search-engine {
    width: 100%;
    height: 227px;
    background:url('/Content/Images/search-engine-bg.jpg') 0px 0 no-repeat;
    background-size: 100% 110%;
    position: relative;
    margin-bottom: 10px;
}
.search-engine .top-strip {
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0;
    background: rgba(255,255,255, 0.5);
}
.search-engine .top-strip ul.extra {
    width: 85%;
    padding-right: 15%;
}
.search-engine .top-strip ul {
    width: 78%; 
    display: inline-block;
    padding-right: 22%;
}
.search-engine .top-strip ul li {
    float: right;
    width: 17%;
    list-style: none;
    text-align: center;
    line-height: 25px;
    background-repeat: no-repeat;
    border-left: 1px solid gray;
    padding: 0 20px;
}
.search-engine .top-strip ul.extra li {
    width: 15%;
}
.search-engine .top-strip ul li a {
    color: #0e3850;
    text-decoration: none;
    font-size: 18px;
}
.search-engine .top-strip ul li a:active,
.search-engine .top-strip ul li a:hover {
    text-decoration: none;
    color: #f6490d;
}
.search-engine .top-strip ul li a.active{  color: #f6490d;}
    .search-engine .top-strip li.flights-item:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f072";
        color: #f6490d;
        display: inline-block;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .search-engine .top-strip li.packages-item:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f5ca";
        color: #f6490d;
    }
    .search-engine .top-strip li.hotels-item:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f236";
        color: #f6490d;
    }
.search-engine .top-strip li.another-categories {
    background: none;
}
.search-engine .top-strip li.last{
    border-left: none;
}
.destination-name-title h1{
    margin-top:0;
    margin-bottom:10px;
}
.search-body {
    padding-top: 60px;
}
.search-body ul {
    display: inline-block;
}
.search-body ul.directions {
    margin-bottom: 0;
    padding-right: 30px;
}
.search-body ul.engine {
    display: inline-block;
    height: 57px;
    margin-top: -3px;
    background: rgba(251, 251, 241, 0.9);
    line-height: 56px;
    margin-right: 30px;
    padding-right: 0;
    margin-left: 37px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 2px 7px 0px rgba(0,0,0,0.75);
    font-size:14px;
}
.search-body ul.engine li {
    color: #002c44;
    border-left:2px solid #e0dede;
    position: relative;
}
.search-body ul.engine li.departure, .search-body ul.engine li.arrival{
    width: 180px;
}
.search-body #searchPackage ul.engine li.departure,
.search-body #searchOrgTour ul.engine li.departure{
    width: 362px;
}
.search-body ul.engine li.pax-complect{
    width: 149px;
    height: 57px;
    border-left: 0;
}
.search-body ul.engine li.pax-complect i{
    border: solid #f6490d;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-right: 5px;
    top: 24px;
    position: relative;
    float: left;
    left: 10px;
} 
.search-body ul.engine li.departue-date,.search-body ul.engine li.arrival-date {
    width: 115px;
}

    .search-body .dep-arr-icon {
        position: absolute;
        width: 25px;
        height: 25px;
        right: -12px;
        top: 16px;
        background: transparent;
        cursor: pointer;
        z-index: 9;
        border: none;
        color: #f6490d;
        font-size: 18px;
    }
        .search-body .dep-arr-icon i {
            float: left;
        }
        .departue-date > div, .arrival-date > div {
            width: 100%;
            display: inline-block;
        }
.departue-date .hasDatepicker {
    top: 57px;
    right: 0;
}
.FromDate.FromFlightDate:before, .ToDate.ToFlightDate:before {
    color: #f6490d;
    content: "\f133";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 16px;
    margin-right: 2px;
}
    
    .search-body li.active {
        box-shadow: inset 0px 0px 7px 0px rgba(68, 67, 67, 0.75);
        background-color: white;
    }
.search-body li {
    float: right;
    list-style: none;
    cursor: pointer;
}
.search-body ul.directions li {
    width: 100px;
    height: 25px;
    text-align: center;
    background-color: #E5E4E3;
    color: #3B3B3B;
    font-size: 14px;
    line-height: 25px;
}
.search-body ul.directions li:first-child {
    border-right: none;
}
.search-body ul.directions li.active, .search-body ul.directions li:hover {
    background-color: #F6490D;
    color: white;
    box-shadow: none;
}
.search-body ul.engine li.compare-prices {
    background-color: #0a6fcb;
    border-left: none;
    color: white;
    width: 128px;
    padding-right: 8px;
    font-size: 16px;
    line-height: 57px;
}
.search-body ul.engine li.compare-prices:hover {
     box-shadow: inset 0px 0px 20px 5px rgba(255, 255, 255, 0.24), 0 17px 50px 0 rgba(255, 255, 255, 0.19);
}
ul.engine .select2-container-active.select2-dropdown-open {
    background-color: white !important;
}
ul.engine .select2-container .select2-choice {
    border-radius: 0;
}

.DepartureInput {display: inline-block;float: right;width: 100%;height: 57px;text-align: right;}
.DepartureInput input[type="text"] {display: inline-block;float: right;width:100%;height: 35px;padding-right:7px;border:none;text-align: right;outline:none; font: 14px arial;color:#000000;direction:rtl;margin-top:5px;position: absolute;top: 10px;}
.search-body .FromDate input,.search-body .ToDate input,.pax-complect .passengerComposition {
    width: 95%;
    top: 0;
    position: absolute;
    right: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding-right: 20px;
    font-size: 14px;
    margin-top: 20px;
}
.search-body .more-filters {
    margin-right: 29px;
}
.search-body .more-filters>div {
    display: inline-block;
}
.search-body .more-filters label{
    background-color: #EFF4EF;
    color: black;
    padding: 2px 8px;
    float: right;
    font-size: 13px;
}
    .search-body .more-filters .Checkbox {
        display: inline-block;
        float: right;
        width: 17px;
        height: 18px;
        box-shadow: inset 0px 0px 2px 1px grey;
        position: relative;
        border-radius: 3px;
        cursor: pointer;
        margin-left: 8px;
        background: white;
    }
        .search-body .more-filters .Checkbox.Checked:before {
            content: "\2714";
            position: absolute;
            left: 3px;
        }
.search-body .more-filters {
    display: inline-block;
}
.search-body .select2-container a.select2-choice {
    background: none;
    height: 40px;
    padding-top: 15px; 
    padding-left: 20px;
}
.search-body .select2-container .select2-choice.select2-default > .select2-chosen {
    margin-right: 10px;
    color: #757575 !important;
}
.search-body .select2-container .select2-choice > .select2-chosen div {
     color: #002c44 !important;
}
.hasDatepicker .ui-datepicker-multi .ui-datepicker-group table {
       line-height: 30px; 
}
    .hasDatepicker .ui-datepicker-multi .ui-datepicker-group table .date-with-price{
        line-height:normal;
    }
    .search-body ul.engine.departue-date-only .departue-date {
        width: 232px;
    }
.search-body ul.engine.departue-date-only .arrival-date{
    display: none;
}
.search-body ul.engine.departue-date-only .departue-date input {
    background-position-x: 218px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    background: none;
    border: solid  #f6490d;
    border-width: 0 3px 3px 0;
    display: inline-block;
        width: 8px;
    height: 8px;
    top: 16px;
}
.ui-datepicker td > span, .ui-datepicker td a {
    /*padding: .8em;*/
    width: 30px;
    height: 30px;
    text-align: center;
}
.dp-highlight .ui-state-default, .dp-highlight .ui-state-default span{
    background: #1277d3 !important;
    color: #FFF;
}
.dp-highlight.range .ui-state-default {
    background: #4a94d8 !important;
}
.dp-highlight.first-date-selected .ui-state-default {
    -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
}
.dp-highlight.last-date-selected .ui-state-default {
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.ui-datepicker .cheapest-date * {
    color: #8cb83f !important;
}
.search-body .ui-datepicker-calendar .ui-state-hover,
.search-body .ui-datepicker-calendar .ui-state-hover span {
    background: #4a94d8 !important;
    color: white;
}
.search-body .ui-state-default, 
.search-body .ui-widget-content .ui-state-default,
.search-body .ui-widget-header .ui-state-default {
    background: none;
}
.ui-datepicker .ui-datepicker-prev span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.ui-datepicker .ui-datepicker-next span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 17px;
}
#searchPackage,#searchOrgTour {
    margin-top: 45px;
}
.best-disclaimer {
    width: 160px;
    height: 37px;
    display: inline-block;
    background-color: rgba(0, 45, 68, 0.71);
    position: relative;
    top: -12px;
    right: 30px;
    color: white;
    font-size: 14px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    display: none;
}
.best-disclaimer:hover {
       background-color: #004e75;
}
.best-disclaimer:hover:before {
      border-bottom: solid 10px #004e75;
}
.best-disclaimer:before{
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-bottom: solid 10px #002d44b5;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
/*-----------------------end new search engine-----------------------*/

.MainBackground {display: inline-block;float: right;width: 100%;height:440px;position:absolute;left:0; }
.MainBackground.MapBg {background: url("../images/worldmap.jpg") top right no-repeat;}
.FormFirstThird {display: inline-block;float: right;width: 29.3%;height: 440px;position:relative;z-index: 10;}
.FormFirstThird iframe { background: transparent;}
.FormFirstThird .iFrameWrapperCars {display: inline-block;height: 100%;float: right;position: relative;border: none;}
.OpacityEffectDiv {display: inline-block;float: right;position:absolute;right:0;width: 100%;height: 440px;background: #0b0e15; -webkit-opacity: 0.4; -moz-opacity: 0.4;filter:alpha(opacity=40);opacity:0.4;}
.FormFirstThird .iFrameWrapperCars {display: inline-block;height: 100%;float: right;position: relative;border: none;}
/*Hotels Combined*/
.hcsb_container {border-radius:0!important;background-image: none!important;}
.hcsb_topTitle { display: none!important;}

.PassengerCompositionDropdown {display: inline-block;position: absolute; margin-right: -231px;width: 206px;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;background: #ffffff;box-shadow: rgba(0,0,0,0.35) 10px 10px 24px;-moz-box-shadow: rgba(0,0,0,0.35) 10px 10px 24px;-webkit-box-shadow: rgba(0,0,0,0.35) 10px 10px 24px;-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0.35, Direction=127, Color='#000000')";filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=1200, Color='#424242');z-index:10;left: 122px;top: 160px;opacity:0.98;}
.PassengerCompositionDropdown .PassengerRow {display: inline-block;float: right;width: 100%;height: 45px;}
.PassengerCompositionDropdown .PassengerInfo {display: inline-block;float: right;width: 57%;text-align: right;margin-right:3%;}
.PassengerCompositionDropdown .PassengerRow .ArrowUp {display: inline-block;float: right;text-align:right;width: 25px;height: 100%;font:28px arial;color:#f6490d;margin-top: 5px;cursor: pointer;}
.PassengerCompositionDropdown .PassengerRow .ArrowDown {display: inline-block;float: right;text-align:right;width: 15px;height: 100%;font:28px arial;color:#f6490d;margin:5px 10px 0 0;cursor: pointer;}
.PassengerCompositionDropdown .PassengerRow .PassengersNumInput {display: inline-block;float: right;width: 25px;height: 25px;margin-top: 9px;text-align:center;}
.PassengerCompositionDropdown .PassengerRow .PassengersNumInput input {display:inline-block; width:23px; height:23px; background:#e7e7e7;border:1px solid #dcdcdc;font: 14px arial;color:#000000;border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px; outline:none;text-align:center;line-height: 23px; box-shadow: rgba(0,0,0,0.2) 0px 1px 2px inset; }
.PassengerCompositionDropdown .PassengerRow .PassengerType {display: inline-block;float: right;width: 100%;text-align: right;font:bold 14px arial;color: #000000;direction: rtl;margin-top: 8px;}
.PassengerCompositionDropdown .PassengerRow .PassengerAgeRange {display: inline-block;float: right;width:100%;text-align: right;font: 14px arial;color: #969595;direction: rtl;}
.PassengerCompositionDropdown .DropdownSeparator {display: inline-block;float: right;width: 207px;height: 1px;background: #d4d4d4;}
.PassengerCompositionDropdown .ApproveLink {display: inline-block;float: right;width: 93%;text-align: left;font: bold 16px arial;color:#2a9ed1;text-decoration: underline;cursor: pointer;line-height: 45px;}


.display-none {
  display: none !important;
}

.FlightsFilters.popup{    
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    box-shadow: 8px 12px 9px 0px #696969;
}

.FlightsFilters {display: inline-block;float: right;width: 952px;margin-right:-1px;}
.FlightsFilters .FiltersTitleRow {display: inline-block;float: right;width: 953px;min-height: 38px;}
.FlightsFilters .FiltersTitleRow .FiltersTitleText {display: inline-block;float: right;text-align: right;font: 12px arial;color: #3c3c3c;direction: rtl;line-height: 38px;margin-right: 11px;}
.FlightsFilters .FiltersList {display: inline-block;float: right;width: 950px;border-right: 1px solid #d3d3d3;border-left: 1px solid #d3d3d3;background: #ffffff;background: -moz-linear-gradient(top, #ffffff 26%, #eeeee4 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#ffffff), color-stop(100%,#eeeee4));background: -webkit-linear-gradient(top, #ffffff 26%,#eeeee4 100%);background: -o-linear-gradient(top, #ffffff 26%,#eeeee4 100%);background: -ms-linear-gradient(top, #ffffff 26%,#eeeee4 100%);background: linear-gradient(to bottom, #ffffff 26%,#eeeee4 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeee4',GradientType=0 );}
.FlightsFilters .FiltersList .SelectionsColumn {display: inline-block;float: right;width: 148px;text-align: right;padding: 6px 8px 15px 0;}
.FlightsFilters .FiltersList .SelectionsColumn .SelectionsTitle {display: inline-block;float: right;width: 148px;text-align: right;font: bold 13px arial;color: #282828;direction: rtl;margin-bottom:8px;}
.FlightsFilters .FiltersList .SelectionsColumn .Selections {display: inline-block;float: right;width: 148px;text-align: right;direction:rtl;margin-bottom: 5px;}
.FlightsFilters .FiltersList .SelectionsColumn .Selections div{    width: 100%;display: inline-block;}
.FlightsFilters .FiltersList .SelectionsColumn .Selections div input { float: right;    margin-top: 5px;}
.FlightsFilters .FiltersList .SelectionsColumn .Selections a,
.FlightsFilters .FiltersList .SelectionsColumn .Selections .short-link{display:inline-block;width:100%;font: 13px arial;color: #1f84e0;text-decoration: none;line-height:28px;cursor:pointer;}
.FlightsFilters .FiltersList .SelectionsColumn .Selections .short-link{ width: 85%;}
.FlightsFilters .FiltersList .SelectionsColumn .Selections a span:first-child:hover, 
.FlightsFilters .FiltersList .SelectionsColumn .Selections .more-link:hover {text-decoration: underline;}
.FlightsFilters .FiltersList .SelectionsColumn .Selections  span:last-child {display:inline-block;color: #7a7a7a;text-decoration: none;margin-right:5px;}
.FlightsFilters .FiltersList .SelectionsColumn .Selections  span:first-child{width: 70%;
    float: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;}
.FlightsFilters .FiltersList .SelectionsColumn .Selections a.more-link { width: 30%;}
    .FlightsFilters .FiltersList .SelectionsColumn .Selections a.multi-select{
        font: 13px arial;
        height: 19px;
        color: #7a7a7a;
        text-decoration: none;
        width: 80px;
        margin-top: 3px;
        text-align: center;
        line-height: 17px;
        border: 1px solid #cecdcd;
        background: -moz-linear-gradient(top, rgba(171, 170, 170, 0.65) 0%, rgba(224,224,224,0) 100%);
        background: -webkit-linear-gradient(top, rgba(171, 170, 170, 0.65) 0%,rgba(224,224,224,0) 100%);
        background: linear-gradient(to bottom, rgba(249, 249, 249, 0.65) 0%,rgba(113, 113, 113, 0.1) 100%);
        border-radius: 5px;
    }
        .FlightsFilters .FiltersList .SelectionsColumn .Selections a.multi-select:hover {
            background: -moz-linear-gradient(top, rgba(206, 206, 206, 0.65) 0%, rgba(183, 183, 183, 0.1) 100%);
            background: -webkit-linear-gradient(top, rgba(206, 206, 206, 0.65) 0%,rgba(183, 183, 183, 0.1) 100%);
            background: linear-gradient(to bottom, rgba(206, 206, 206, 0.65) 0%,rgba(183, 183, 183, 0.1) 100%);
        }
        .FlightsFilters .FiltersList .SelectionsColumn .Selections a.multi-select:active {
            box-shadow: inset 1px 1px 3px #808080ba;
        }
.MoreFiltersRow .filter-btn, .MoreFiltersRow .filter-btn:after {
    display: inline-block;
    float: left;
    height: 32px;
}
.MoreFiltersRow .filter-btn {
    width: 74px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: 42px;
    margin: 5px 0;
}
.MoreFiltersRow .filter-btn.MoreFiltersRow .filter-btn:active {
}
.MoreFiltersRow .filter-btn:hover{}
.FlightsFilters .FiltersList .FilterSeparator {display: inline-block;float: right;width: 0px;min-height: 120px;border-right: 1px solid #fdfdfb;border-left: 1px solid #eeeee8;padding: 0;margin: 0;}
.FlightsFilters .MoreFiltersRow {display: inline-block;float: right;width: 950px;min-height: 31px;background-color: #f3f3ea;position: relative;    background-color: #f3f3ea;border: 1px solid #d3d3d3;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.FlightsFilters .MoreFiltersRow .MoreFiltersLink {display: inline-block;float: left;width: 92px;text-align: right;margin-top:12px;position: absolute;left: 0;z-index: 10;}
    .FlightsFilters .MoreFiltersRow .MoreFiltersLink .MoreFiltersText:before {
        content: "\276F";
    }
    .FlightsFilters .MoreFiltersRow .MoreFiltersLink .MoreFiltersText {
        display: inline-block;
        float: right;
        text-align: right;
        font: bold 12px arial;
        color: #1c81dd;
        direction: rtl;
        margin-right: 9px;
        margin-top: -4px;
    }
.FlightsFilters .MoreFiltersRow .MoreFiltersLink .MoreFiltersText a {text-decoration: none;color: #1c81dd;cursor:pointer;}
.FlightsFilters .MoreFiltersRow .MoreFiltersLink .MoreFiltersText a:hover {text-decoration: underline;}
.FlightsFilters .FiltersTitleRow .FiltersTitle {
    display: inline-block;
    float: right;
    width: 950px;
    padding-bottom: 7px;
    padding-top: 6px;
    background: #fafaf7;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    min-height: 25px;
}
.FlightsFilters .FiltersTitleRow .FilterButtons {
    display: inline-block;
    float: right;
    margin-right: 10px;
    width: 88%;
}

    .FlightsFilters .FiltersTitleRow .FilterButtons .FilterBtn {
        display: inline;
        float: right;
        text-align: right;
        margin-top: 1px;
        display: inline-block;
        font: 13px arial;
        color: #7a7a7a;
        border: 1px solid #cecdcd;
        border-radius: 5px;
        background: -moz-linear-gradient(top,#ffffff,#e8e8e0);
        background: -webkit-linear-gradient(top, #ffffff,#e8e8e0);
        background: linear-gradient(to bottom, #ffffff,#e8e8e0);
        margin-left: 5px;
    }


        .FlightsFilters .FiltersTitleRow .FilterButtons .FilterBtn .FilterBtnCenter {
            display: inline-block;
            padding: 5px;
            border-left: 1px solid #b3b3b3;
        }

        .FlightsFilters .FiltersTitleRow .FilterButtons .FilterBtn a {
            display: inline-block;
            color: #7a7a7a;
            float: left;
            text-align: center;
            padding: 5px;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

            .FlightsFilters .FiltersTitleRow .FilterButtons .FilterBtn a:hover {
                background: -moz-linear-gradient(top, rgba(206, 206, 206, 0.65) 0%, rgba(183, 183, 183, 0.1) 100%);
                background: -webkit-linear-gradient(top, rgba(206, 206, 206, 0.65) 0%,rgba(183, 183, 183, 0.1) 100%);
                background: linear-gradient(to bottom, rgba(206, 206, 206, 0.65) 0%,rgba(183, 183, 183, 0.1) 100%);
            }

            .FlightsFilters .FiltersTitleRow .FilterButtons .FilterBtn a:active {
            }

.FlightsFilters .FiltersTitleRow .FiltersTitle .close{float: left;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 14px;
    color: #1f84e0;
    cursor: pointer;}
.FlightsFilters .FiltersTitleRow .FilterButtons {display: inline-block;float: right;margin-right: 10px;width: 88%;}
.FlightsFilters .filtersDisplayBtn {
    display: inline-block;
    float: right;
    width: 170px;
    height: 22px;
    margin-right: 10px;
    margin-top: 4px;
}
    .FlightsFilters .filtersDisplayBtn a{
        cursor:pointer;
    }
    .FlightsFilters .filtersDisplayBtn .MultiChoiceBtn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .FlightsFilters .filtersDisplayBtn .MultiChoiceClicked {
        box-shadow: inset 1px 1px 4px;
    }
.FlightsFilters .filtersDisplayBtn .txt {
    margin-top: 3px;
    margin-right: 6px;
}
    .FlightsFilters .filtersDisplayBtn a {
        font-size: 13px;
        text-decoration: none;
        text-align: right;
        color: #7a7a7a;
        display: inline-block;
        float: right;
        width: 83px;
        height: 19px;
        border: 1px solid #a2a2a2;
        border-radius: 5px;
        line-height: 14px;
        background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%,rgb(222, 222, 222) 100%);
        background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%,rgb(222, 222, 222) 100%);
        background: linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgb(222, 222, 222) 100%)
    }
    .FlightsFilters .filtersDisplayBtn .ChoosePropertyBtn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .FlightsFilters .filtersDisplayBtn .ChoosePropertyClicked {
        box-shadow: inset 1px 1px 4px;
    }

.FlightsFilters #filterClientSearch {
    display: inline-block;
    float: right;
    width: 143px;
    height: 25px;
    font: 14px arial;
    color: #adacac;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    box-shadow: inset 1px 1px 0px;
    text-indent: 5px;
    line-height: 28px;
    outline: none;
    margin-right: 12px;
    direction: rtl;
}
.FlightsFilters .MoreFiltersRow .show-matrix{display: inline-block;font: 13px arial;color: #1f84e0;text-decoration: none;line-height: 28px;cursor: pointer;font-weight:bold;text-align: center;width: 100%;position: absolute;}
.FlightsFilters .MoreFiltersRow .show-matrix .fa-calendar{ margin-left: 7px;}
.FlightsFilters .MoreFiltersRow .show-matrix span {
    margin-right: 5px;
}
.show-matrix:after {
    content: "";
    position: relative;
    top: -2px;
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-right: 0.2em solid #1f84e0;
    border-bottom: 0.2em solid #1f84e0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-right: 0.5em;
     transition: transform 0.2s linear;
}
.show-matrix.close:after {
    top: 0;
     transition: transform 0.2s linear;
    transform: rotate(225deg);
}
/* end of search engine */

/*date picker */




 #datepicker  .dp-highlight {
     opacity: 1 !important;
 }
    
 /*#datepicker .ui-state-hover, .ui-widget-content .ui-state-hover{
        border: 1px solid #59b4d4;
     background: #0065c1  url(images/ui-bg_glass_40_0078a3_1x400.png) 50% 50% repeat-x;
color: #FFF;
    }*/
.hasDatepicker .ui-widget-content {
    width: 560px !important;
    height: auto !important;
    position: absolute;
    z-index: 10;
}
.ui-datepicker td.available-date a {
    padding: 2px;
    text-align:center;
}
.ui-datepicker td a span {
    font-size: 9px;
    color: gray;
    text-align: center;
    line-height: 18px;
}

.ui-datepicker-row-break {
    line-height: 20px;
    padding-right: 8px;
}
.ui-datepicker-row-break span {
    line-height: 20px;
    color: #8cb83f;
    font-size: 14px;
}
.ui-datepicker td.available-date a span {
    padding: 0;
    font-size: 8px;
}
    #datepicker .ui-datepicker-multi .ui-datepicker-group table {
        width: 50%;
    }
  .ui-datepicker .ui-datepicker-header{    height: 35px;    background: none;
    background-color: #daecf966;
    border: none;}
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{ top: 7px;}

  #datepicker .ui-datepicker .ui-datepicker-title {font-size: 14px;margin-top: 5px;}
  #datepicker .ui-datepicker-year{display: none;}
  #datepicker .ui-datepicker table {font-size:11.5px;}
 /* #datepicker .ui-state-active, .ui-widget-content .ui-state-active {
     background: #0065c1 !important;
    border: 1px solid #59b4d4;
 }
 */
  /*#datepickerPackages  .dp-highlight .ui-state-default {
        background: #87cefa;
        color: #FFF;
 }*/



  #datepickerDateBestPackages .ui-datepicker-multi .ui-datepicker-group table,
  #datepickerPackages .ui-datepicker-multi .ui-datepicker-group table,
  #datepickerOrgTours .ui-datepicker-multi .ui-datepicker-group table {
     width: 50%;
 }
  #datepickerDateBestPackages .ui-datepicker .ui-datepicker-title,
  #datepickerPackages .ui-datepicker .ui-datepicker-title,
  #datepickerOrgTours .ui-datepicker .ui-datepicker-title {font-size: 14px;}

  #datepickerDateBestPackages .ui-datepicker-year,
  #datepickerPackages .ui-datepicker-year,
  #datepickerOrgTours .ui-datepicker-year {display: none;}

  #datepickerDateBestPackages .ui-datepicker table,
  #datepickerPackages .ui-datepicker table,
  #datepickerOrgTours .ui-datepicker table {font-size:11px;}
/*  #datepickerPackages .ui-state-active, .ui-widget-content .ui-state-active {
     background: #0065c1 !important;
 }*/
 

 /*end of date picker */

/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
   
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    /*border: 1px solid #aaa;*/
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 6px; /*26px;*/
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #d6d6d6;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #d6d6d6;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('select2.png') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('select2.png') no-repeat 100% -22px;
    background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100%;
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #d6d6d6;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #d6d6d6;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font: 12px arial;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #d6d6d6;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('select2.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
      background-image: url('select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !important;
  }
}

.SumoSelect p {margin: 0;}
.SumoSelect{width: 200px;}

.SelectBox {padding: 5px 8px;}

.sumoStopScroll{overflow:hidden;}

/* Filtering style */
.SumoSelect .hidden { display:none; }
.SumoSelect .search-txt{display:none;outline:none;}
.SumoSelect .no-match{display:none;padding: 6px;}
.SumoSelect.open .search-txt{display: inline-block;position: absolute;top: 0;left: 0;width: 100%;margin: 0;padding: 5px 8px;border: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-radius: 5px;}
.SumoSelect.open>.search>span, .SumoSelect.open>.search>label{visibility:hidden;}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,.SumoUnder { position: absolute; top: 0; left: 0; right: 0; height: 100%; width: 100%; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.SelectClass{z-index: 1;}

    .SumoSelect > .optWrapper > .options  li.opt label, .SumoSelect > .CaptionCont,.SumoSelect .select-all > label { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.SumoSelect { display: inline-block; position: relative;outline:none;}
.SumoSelect:focus > .CaptionCont,.SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {box-shadow: 0 0 2px #7799D0;border-color: #7799D0;}
    .SumoSelect > .CaptionCont { position: relative; border: 1px solid #A4A4A4; min-height: 14px; background-color: #fff;border-radius:2px;margin:0;}
        .SumoSelect > .CaptionCont > span { display: block; padding-right: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;cursor:default;}
            /*placeholder style*/
            .SumoSelect > .CaptionCont > span.placeholder { color: #ccc; font-style: italic; }

        .SumoSelect > .CaptionCont > label { position: absolute; top: 0; right: 0; bottom: 0; width: 30px;}
            .SumoSelect > .CaptionCont > label > i { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=');
                background-position: center center; width: 16px; height: 16px; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;background-repeat: no-repeat;opacity: 0.8;}

    .SumoSelect > .optWrapper {display:none; z-index: 1000; top: 30px; width: 100%; position: absolute; left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; border: 1px solid #ddd; box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11); border-radius: 3px;overflow: hidden;}
        .SumoSelect.open > .optWrapper {top:35px; display:block;}
        .SumoSelect.open > .optWrapper.up {top: auto;bottom: 100%;margin-bottom: 5px;}

        .SumoSelect > .optWrapper ul {list-style: none; display: block; padding: 0; margin: 0; overflow: auto;}
        .SumoSelect > .optWrapper > .options { border-radius: 2px;position:relative;
         /*Set the height of pop up here (only for desktop mode)*/
            max-height: 250px;
             /*height*/ }
        .SumoSelect > .optWrapper > .options li.group.disabled > label{opacity:0.5;}
        .SumoSelect > .optWrapper > .options li ul li.opt{padding-left: 22px;}
        .SumoSelect > .optWrapper.multiple > .options li ul li.opt{padding-left: 50px;}
        .SumoSelect > .optWrapper.isFloating > .options {max-height: 100%;box-shadow: 0 0 100px #595959;}
        .SumoSelect > .optWrapper > .options  li.opt { padding: 6px 6px; position: relative;border-bottom: 1px solid #f5f5f5;}
            .SumoSelect > .optWrapper > .options > li.opt:first-child { border-radius: 2px 2px 0 0; }
            .SumoSelect > .optWrapper > .options > li.opt:last-child {border-radius: 0 0 2px 2px; border-bottom: none;}
            .SumoSelect > .optWrapper > .options li.opt:hover { background-color: #E4E4E4; }
            .SumoSelect > .optWrapper > .options li.opt.sel{background-color: #a1c0e4; border-bottom: 1px solid #a1c0e4;}

            .SumoSelect > .optWrapper > .options li label { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block;cursor: pointer;}
            .SumoSelect > .optWrapper > .options li span { display: none; }
            .SumoSelect > .optWrapper > .options li.group > label {cursor: default;padding: 8px 6px;font-weight: bold;}

        /*Floating styles*/
        .SumoSelect > .optWrapper.isFloating { position: fixed; top: 0; left: 0; right: 0; width: 90%; bottom: 0; margin: auto; max-height: 90%; }

    /*disabled state*/
    .SumoSelect > .optWrapper > .options li.opt.disabled { background-color: inherit;pointer-events: none;}
        .SumoSelect > .optWrapper > .options li.opt.disabled * { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */ filter: alpha(opacity=50); /* Netscape */ -moz-opacity: 0.5; /* Safari 1.x */ -khtml-opacity: 0.5; /* Good browsers */ opacity: 0.5; }


    /*styling for multiple select*/
    .SumoSelect > .optWrapper.multiple > .options li.opt { padding-left: 35px;cursor: pointer;}
        .SumoSelect > .optWrapper.multiple > .options li.opt span,
        .SumoSelect .select-all > span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px;}
            .SumoSelect > .optWrapper.multiple > .options li.opt span i,
            .SumoSelect .select-all > span i{position: absolute;margin: auto;left: 0;right: 0;top: 0;bottom: 0;width: 14px;height: 14px;border: 1px solid #AEAEAE;border-radius: 2px;box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);background-color: #fff;}
.SumoSelect > .optWrapper > .MultiControls { display: none; border-top: 1px solid #ddd; background-color: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.13); border-radius: 0 0 3px 3px; }
    .SumoSelect > .optWrapper.multiple.isFloating > .MultiControls { display: block; margin-top: 5px; position: absolute; bottom: 0; width: 100%; }

    .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls { display: block; }
        .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p { padding: 6px; }

    .SumoSelect > .optWrapper.multiple > .MultiControls > p { display: inline-block; cursor: pointer; padding: 12px; width: 50%; box-sizing: border-box; text-align: center; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p:hover { background-color: #f1f1f1; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk { border-right: 1px solid #DBDBDB; border-radius: 0 0 0 3px; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel { border-radius: 0 0 3px 0; }
    /*styling for select on popup mode*/
    .SumoSelect > .optWrapper.isFloating > .options li.opt { padding: 12px 6px; }

    /*styling for only multiple select on popup mode*/
    .SumoSelect > .optWrapper.multiple.isFloating > .options li.opt { padding-left: 35px; }
    .SumoSelect > .optWrapper.multiple.isFloating { padding-bottom: 43px; }

    .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
    .SumoSelect .select-all.selected > span i,
    .SumoSelect .select-all.partial > span i{background-color: rgb(17, 169, 17);box-shadow: none;border-color: transparent;background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');background-repeat: no-repeat;background-position: center center;}
    /*disabled state*/
    .SumoSelect.disabled { opacity: 0.7;cursor: not-allowed;}
     .SumoSelect.disabled > .CaptionCont{border-color:#ccc;box-shadow:none;}

    /**Select all button**/
    .SumoSelect .select-all{border-radius: 3px 3px 0 0;position: relative;border-bottom: 1px solid #ddd;background-color: #fff;padding: 8px 0 3px 35px;height: 20px;cursor: pointer;}
    .SumoSelect .select-all > label, .SumoSelect .select-all > span i{cursor: pointer;}
    .SumoSelect .select-all.partial > span i{background-color:#ccc;}


     /*styling for optgroups*/
    .SumoSelect > .optWrapper > .options li.optGroup { padding-left: 5px; text-decoration: underline; }



.world-page-row a .product{
    height: 226px;
    background-size: cover;
    position: relative;
}
.world-page-row .container{
	display: inline-block;
    float: right;
    height: 226px;
    margin-left: 8px;
}
.world-page-row .container.content {
    height: auto;
    background-color: white;
}
    .world-page-row .container.content > div {
        width: 750px;
        margin: auto;
        font-size: 16px;
        line-height: 23px !important;
    }
.world-page-row .container:last-child{
    margin-left: 0;
}
.world-page-row a.link {
    display: inline-block;
    text-decoration: none;
    float: right;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    height: 100%;
}
.world-page-row .content {
    font: 14px arial;
    color: #7c7c7c;
}


.box_2 {width: 471px;}
.box_1 {width: 231.5px;}
.box_3 {width: 710.5px;}
.box_4{ width: 100%;}
.box_2 .deal-details-block {
    width: 215px;
}
.box_3 .deal-details-block {
    width: 260px;
}
.deal-details-block {
    height: 100px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    display: inline-block; 
    padding: 10px;
}
.box_1 .deal-details-block {
    width: 122px;
}

.deal-details-block span {
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    float: right;
    width: 100%;
}
span.location-name{ font-size: 32px;}
 .box_2 .deal-price {
    width: 215px;
    font-size: 20px;
}
 .box_3 .deal-price {
     width: 260px;
      font-size: 20px;
 }
.box_1 .deal-price {
    width: 122px;
    font-size: 16px;
}
    .box_1 .deal-price span.deal-icon {
        margin-left: -4px;
        background-image: url(/Content/Images/deal-icon-L.png);
        width: 22px;
        height: 22px;
    }
.deal-price {
    padding: 10px;
    color: white;
    background-color: #f08e10;
    font-weight: bold;
    margin-top: 8px;
    box-shadow: -3px 6px 9px #585858;
    height: 23px;
    line-height: 23px;
}
    .deal-price span.deal-icon {
        width: 28px;
        height: 28px;
        display: inline-block;
        float: left;
        background: url(/Content/Images/deal-icon-XL.png) no-repeat;
        background-size: contain;
    }
.banner img {
    width: 100%;
    height: 226px;
}
.world-page-row {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.newsletter > div.image {
    display: inline-block;
    float: left;
    background-image: url(/Content/Images/newsletter.PNG);
    width: 458px;
    height: 226px;
}
.box_3.newsletter > div.image {
  width: 353px;
}
.box_2.newsletter > div.image {
    background-image: url(/Content/Images/Mobile/newsletter.PNG);
    width: 196px;
}
.box_2.newsletter .details span:first-child {
        font-size: 23px;
}
.box_2.newsletter #newsletter-email {
        width: 216px;
}
.box_2.newsletter > * {
    line-height: 40px;
}
.box_2.newsletter label {
        font-size: 15px;
}
.box_2.newsletter .details {
    width: 52%;
}
.newsletter {
    background-color: #27c0f7;
    width: 100%;
    display: inline-block;
}
.newsletter .details {
    width: 46%;
    float: right;
    padding: 2%;
}
.newsletter .details span {
    width: 100%;
    display: inline-block;
}
.newsletter .details span:first-child {
    font-size: 28px;
}
.newsletter .details span.bold {
    font-size: 35px;
    font-weight: bold;
}
.newsletter #newsletter-email {
    width: 250px;
    height: 28px;
    border-radius: 7px;
    border: 1px solid #272727;
    padding-right: 8px;
}
.newsletter > * {
    line-height: 35px;
}
.newsletter .submit {
    font-size: 20px;
    font-weight: bold;
    border: 1px solid gray;
    padding: 5px;
    border-radius: 13px;
    width: 95px;
    background-color: white;
    float: left;
        cursor: pointer;
}
    .newsletter .details span.Checkbox {
        display: inline-block;
        float: right;
        width: 17px;
        height: 18px;
        box-shadow: inset 0px 0px 2px 1px grey;
        position: relative;
        border-radius: 3px;
        cursor: pointer;
        margin-left: 8px;
        background: white;
        margin-top: 9px;
    }
        .newsletter .details span.Checkbox.Checked:before {
            content: "\2714";
            position: absolute;
            left: 3px;
            font-size: 17px;
            top: -7px;
        }
.newsletter .message {
    text-align: center;
}
.Checkbox input {
        display: inline-block;
    float: right;
    width: 17px;
    height: 18px;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.ribbon {
     position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: right;
}
.ribbon span {
     font-size: 22px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 35px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 140px;
    display: block;
    background: red;
    background: linear-gradient(red 0%, red 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 21px;
    left: -31px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid red;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid red;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid red;
  border-bottom: 3px solid transparent;
  border-top: 3px solid red;
}
.destination-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
}
.destination-title span {
    font-size: 30px;
    font-weight: bold;
    line-height: 55px;
}
.destination-title span:first-child {
    margin-right: 5px;
}
.destination .deal-icon, .searchresults .deal-icon {
    background-image: url(/Content/Images/deal-icon-XL.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    float: left;
    margin-left: 4px;
    margin-top: 15px;
}
.box_3.destination-title span {
    font-size: 33px;
}
.box_1.destination-title span {
    font-size: 22px;
}
.box_1.destination .deal-icon, .box_1.searchresults .deal-icon {
    background-image: url(/Content/Images/deal-icon-M.png);
}
.box_2.searchresults .deal-icon,
.box_2.destination .deal-icon,
.box_3.searchresults .deal-icon,
.box_3.destination .deal-icon {
    margin-top: 10px;
}
.AccessibilityGrayscale {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.AccessibilityInvertedColorsImg {
    filter: invert(1);
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -o-filter: invert(1);
    -ms-filter: invert(1);
}

.AccessibilityInvertedColorsAllDiv {
    color: #ff0 !important;
    background-color: #000 !important;
}

.AccessibilityInvertedColors {
    color: #ff0 !important;
    background-color: #000 !important;
}

.AccessibilityInvertedColorsforTagA {
    outline: 1px dashed Gold;
    color: #ff0 !important;
    background-color: #000 !important;
    OPACITY: 0.9;					//////// new
}

.AccessibilityInvertedColorsforTagSpan {
    color: #fff !important;
    background-color: #000 !important;
}


.AccessibilityNormalBoldLinksA {
    border-bottom: 2px solid red !important;
    text-decoration: none;
    overflow: initial !important;
}

.AccessibilityNormalBoldLinksB {
    border-bottom: 2px solid red;
}

.AccessibilityGrayscaleBoldLinksA {
    border-bottom: 2px solid #4f4d4d !important;
    text-decoration: none;
    overflow: initial !important;
}

.AccessibilityGrayscaleBoldLinksB {
    border-bottom: 2px solid #4f4d4d;
}

.AccessibilityInvertedColorsBoldLinksA {
    border-bottom: 2px solid yellow !important;
    text-decoration: none;
    overflow: initial !important;
}

.AccessibilityInvertedColorsBoldLinksB {
    border-bottom: 2px solid yellow;
}

.AccessibilityFont125 {
    font-size: 125% !important;
}

.AccessibilityFont150 {
    font-size: 150% !important;
}

.AccessibilityBtn {
    z-index: 99999 !important;
    position: fixed !important;
    background-color: #fff !important;
    width: 100px !important;
    padding: 10px 10px 10px 10px !important;
    border: none !important;
    width: 30px !important;
    padding: 0 !important;
}

.AccessibilityImg {
    width: 30px !important;
    /*filter: none !important;*/
}

.Accessibility {
}

.AccessibilityOption {
    position: fixed !important;
    z-index: 99999 !important;
    top: 60px !important;
    background-color: #fff /*!important*/;
    border: 1px solid #bdbdbd !important;
    padding: 10px 10px 0 10px !important;
    font-size: 15px !important;
    direction: rtl !important;
    display: none;
    right: 1px !important;
}
.mobile-accessibility .AccessibilityOption{    top: 34px!important;}
.mobile-accessibility .AccessibilityBtn{ background-color: transparent !important;z-index: 9 !important;position: relative !important;}
.mobile-accessibility .Accessibility {
    left: 60px;
    position: absolute;
    top: 2px;
}
.Accessibility_list {
    display: inline-table !important;
    margin: 0 !important;
    padding: 0 !important;
    min-width: 145px !important;
}

.AccessibilityList {
    width: 100% !important;
    height: 60px !important;
    line-height: normal !important; /*Adira*/
    background-color: #fff /*!important*/;
    border-bottom: 1px solid #bdbdbd !important;
    /*line-height: 55px;*/
}

.AccessibilityFontOptions {
    height: 70px !important;
    line-height: normal !important; /*Adira*/
    border: none !important;
    font-weight: normal !important;
}

.AccessibilityButton {
    background-color: #fff /*!important*/;
    cursor: pointer !important;
    text-decoration: none !important;
    margin: 0 10px 0 0 !important;
    min-width: auto !important;
    padding: 0 !important;
    min-height: -webkit-fill-available !important;
    border: none !important;
}

.AccessibilityList125 {
    font-size: 25px !important;
    text-decoration: none !important;
    margin: 0 10px 0 0 !important;
    min-width: auto !important;
    padding: 0 !important;
    border: none !important;
    background-color: #fff /*!important*/;
}

.AccessibilityList150 {
    border: none !important;
    font-size: 35px !important;
    background-color: #fff /*!important*/;
}

.AccessibilitycShowSelection {
    color: #3494f1!important;
}

