

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

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

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


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


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

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


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

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

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

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

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

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

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

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

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

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

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

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("app/web/img/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("app/web/img/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("app/web/img/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("app/web/img/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,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("app/web/img/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("app/web/img/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("app/web/img/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("app/web/img/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("app/web/img/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("app/web/img/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("app/web/img/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("app/web/img/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("app/web/img/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("app/web/img/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("app/web/img/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("app/web/img/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}



@CHARSET "UTF-8";

.crContainer{

	color: #3e3f41;

	font: normal 12px Verdana, Arial, sans-serif;

	overflow: hidden;

}

.crContainer p, .crContainer ul{margin: 0; padding: 0}

.crContainer a{

	color: #569FD6;

	font-size: 12px;

	font-weight: normal;

	text-decoration:none;

}



/*Search container*/

.crContainerSearch{

	color: #3e3f41;

	font: normal 12px Verdana, Arial, sans-serif;

	overflow: hidden;

}

.crContainerSearch p, .crContainerSearch ul{margin: 0; padding: 0}

.crContainerSearch a{

	color: #569FD6;

	font-size: 12px;

	font-weight: normal;

	text-decoration:none;

}



.crDatepickerIcon{

	background: url(app/web/img/frontend/calendar.png) 0 0 no-repeat;

	border: none;

	float: left;

	outline: none;

	display: block;

	height: 24px;

	margin: 3px 2px 0;

	width: 25px;

}

.crDate{

	float: left;

	background: url(app/web/img/frontend/calendar.png) no-repeat scroll 5% center transparent;

}



.crSelectReturn{

	width: 61% !important;

}

.crBtn{

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

	border-radius: 4px;

	cursor: pointer;

	padding: 8px 15px;

}



.crPriceBtn{

	text-align:center;

	color: #909092;

}

.crPriceBtn span{

	display: block;

	margin-bottom: 5px;

}

.crPriceBtn a{

	display: block;

}

.crExtraQty{

	float:left;

	line-height: 35px;

}



/*

.crBtnDefault {

	background-color: #f2ad2e;

    border-radius: 6px 6px 6px 6px;

	border:1px solid #e6b03c;

	display:inline-block;

	color:#fceffc;

	font-family:arial;

	font-size:18px;

	font-weight:bold;

	padding:9px 45px;

	text-decoration:none;

	text-shadow:-20px -49px 3px #f5f2f5;



}.crBtnDefault:hover {

    border: 1px solid #eba21a;

	background-color:#eba21a;

}.crBtnDefault:visited {

	position:relative;

	top:1px;

	color:#fceffc !important;

}.crBtnDefault:active {

	position:relative;

	top:1px;

	color:#fceffc;

}

*/



.crBtnDefault2 {

	/*background-color: #f2ad2e;

    border-radius: 6px 6px 6px 6px;

	border:1px solid #e6b03c;

	display:inline-block;

	color:#fceffc;

	font-family:arial;

	font-size:18px;

	font-weight:bold;

	text-decoration:none;

	text-shadow:-20px -49px 3px #f5f2f5; */

width: 100%;

background-color: #00B5CC;

color: #FFF;

border: medium none;

border-radius: 0px;

box-shadow: 6px 6px 0px #EFE9E9;

text-align: center;

font-size: 22px;

text-transform: uppercase;

font-weight: 900;

padding: 10px 0px;

transition: all 0.2s ease 0s;



}.crBtnDefault2:hover {

    /*border: 1px solid #eba21a;

    border-radius: 6px 6px 6px 6px;

	background-color:#eba21a; */

	  background-color: #716d6e;

}.crBtnDefault2:visited {

	/*position:relative;

	top:1px;

	color:#fceffc !important;*/

	background-color: #716d6e;

}.crBtnDefault2:active {

	/*position:relative;

	top:1px;

	color:#fceffc;*/

	background-color: #716d6e;

}



.crBtnCheckout

{

width: 150px;

background-color: #00B5CC;

color: #FFF;

border: medium none;

border-radius: 0px;

box-shadow: 6px 6px 0px #EFE9E9;

text-align: center;

font-size: 22px;

text-transform: uppercase;

font-weight: 900;

padding: 10px 0px;

transition: all 0.2s ease 0s;



}



.crBtnConfirm

{

width: 240px;

background-color: #00B5CC;

color: #FFF;

border: medium none;

border-radius: 0px;

box-shadow: 6px 6px 0px #EFE9E9;

text-align: center;

font-size: 20px;

text-transform: uppercase;

font-weight: 900;

padding: 10px 0px;

transition: all 0.2s ease 0s;



}



.crBtnCheckout:hover,.crBtnConfirm:hover {

	  background-color: #716d6e;

}



.crBtnDisableGrey{

	background-color: #C7C7C7;

    border: 1px solid #BCBCBC;

    cursor: default;

}

.crBtnDisableGrey:hover{

	cursor: default;

	background-color: #C7C7C7;

    border: 1px solid #BCBCBC;

}

.cr_same_location{

	margin-top: 25px !important;

}

#cr_same_location{

	margin: 0px;

	padding: 0px;

}

.crQuoteButton{

	/*margin-top: -40px !important;*/

}

.crBtnBack {

	/*background-color: #c7c7c7;

    border-radius: 6px 6px 6px 6px;

	border:1px solid #bcbcbc;

	display:inline-block;

	color:#fceffc;

	font-family:arial;

	font-size:18px;

	font-weight:bold;

	padding:9px 45px;

	text-decoration:none;

	text-shadow:-20px -49px 3px #989898;*/

width: 150px;

background-color: #716d6e;

color: #FFF;

border: medium none;

border-radius: 0px;

box-shadow: 6px 6px 0px #EFE9E9;

text-align: center;

font-size: 20px;

text-transform: uppercase;

font-weight: 900;

padding: 10px 0px;

transition: all 0.2s ease 0s;



}.crBtnBack:hover {

    /*border: 1px solid #bcbcbc;

    border-radius: 6px 6px 6px 6px; */

	background-color:#b9b8b8;

}.crBtnBack:visited {

	/*position:relative;

	top:1px;

	color:#fceffc !important;  */

}.crBtnBack:active {

	/*position:relative;

	top:1px;

	color:#fceffc;   */

}



.crBtnAdd{

	background: url(app/web/img/frontend/btn_add.png) 10% 45% no-repeat;

	color: #569FD6;

	width: 100px;

	border: 1px solid #B8B9BB;

	background-color: #FDFDFD;



}

.crBtnRemove{

	background: url(app/web/img/frontend/btn_remove.png) 10% 45% no-repeat;

	color: #569FD6;

	width: 100px;

	border: 1px solid #B8B9BB;

	padding-left: 40px;

	background-color: #FDFDFD;

}





.crLocale{

	overflow: hidden;

}

.crLocaleMenu{

	margin: 0;

	padding: 0;

	list-style: none;

	float: right;

	margin: 0;

}

.crLocaleMenu li{

	float: left;

	margin: 0;

	width: 38px;

	height: 37px;

}

.crLocaleMenu li a{

	display: inline-block;

	width: 38px;

	height: 37px;

	background-color: transparent;

	background-position: top center;

	background-repeat: no-repeat;

	position: relative;

	text-decoration: none;

	background: url(app/web/img/frontend/locale_bg.png) 0 0 no-repeat;

}

.crLocaleMenu li a img{

	border: none;

	position: absolute;

	top: 12px;

	left: 12px;

}

.crLocaleMenu li a:hover{

	background-position: 0 -37px;

}

.crLocaleMenu li a:active, .crLocaleMenu li a:focus, .crLocaleMenu li a.crLocaleFocus{

	background-position: 0 -37px;

}



ul.crBreadcrumbs{

	list-style: none;

	margin: 0 0 0 0;

	overflow: hidden;

}

ul.crBreadcrumbs li{

	display: inline;

}





/* .crBreadcrumbs{

	width: 100%;

	height: 111px;

	background-color: #0e62a2

} */



.crBreadcrumbsTitle {

	padding-top:25px;

	position: relative;

}



.crBreadcrumbsTitle a:link, .crBreadcrumbsTitle a:visited, .crBreadcrumbsTitle a:active{

	color: #d7dee6;

	cursor: pointer;

	text-decoration: none;

	display: block;

	float: left;

	font-size: 13px;

	position: relative;

	height: 31px;

	line-height: 31px;

	width: 20%;

	background-position: 0 5px;

	font-weight: bold;

}

.crBreadcrumbsTitle a.crBreadcrumbsFinal{

	width: 19%;

}



.progress-wrap ._ps {

    background: url(app/web/img/frontend/breadcrumbs.png) 0 0 no-repeat;

    height: 27px;

    position: absolute;

    top: 0;

    width: 37px;

    z-index: 3;

}



.progress-wrap {

	position: relative;

	margin-top: 28px;

}





.progress-wrap .focus {

    background-position: 0 -27px;

    left: 0;

}



.progress-wrap ._ps1 {

    left: 7%;

}



.progress-wrap ._ps1.passed {

    background-position: 0 -55px !important;

	left: 7%;

	cursor: pointer;

}



.progress-wrap ._ps2 {

    background-position: 0 0px;

    left: 30%;

}



.progress-wrap ._ps2.focus {

    background-position: 0 -27px !important;

    left: 30%;

    cursor: pointer;

}



.progress-wrap ._ps2.passed {

     background-position: 0 -55px !important;

	left: 30%;

	cursor: pointer;

}







.progress-wrap ._ps3 {

    background-position: 0 0px;

    left: 49%;

}



.progress-wrap ._ps3.focus {

    background-position: 0 -27px !important;

    left: 49%;

    cursor: pointer;

}



.progress-wrap ._ps3.passed {

    background-position: 0 -55px !important;

	left: 49%;

	cursor: pointer;

}







.progress-wrap ._ps4 {

    background-position: 0 0px;

    left: 70%;

}

.progress-wrap ._ps4.focus {

    background-position: 0 -27px !important;

    left: 70%;

    cursor: pointer;

}



.progress-wrap ._ps4.passed {

	background-position: 0 -55px !important;

	left: 70%;

	cursor: pointer;

}



.progress-wrap ._ps5 {

    background-position: 0 0px;

    left: 88%;

}

.progress-wrap ._ps5.focus {

    background-position: 0 -27px !important;

    left: 88%;

    cursor: pointer;

}



.progress-wrap ._ps5.passed {

	background-position: 0 -55px !important;

	left: 88%;

	cursor: pointer;

}







.progress-bar {

    background: url(app/web/img/frontend/progress.png) repeat-x scroll 0 0 transparent;

    height: 19px;

    left: 9%;

    position: absolute;

    top: 11px;

    width: 80%;

}





.crBreadcrumbsIcon a:link, .crBreadcrumbsIcon a:visited, .crBreadcrumbsIcon a:active{

	background: url(app/web/img/frontend/breadcrumbs.png) 0 0 no-repeat;

	cursor: pointer;

	text-decoration: none;

	display: block;

	float: left;

	position: relative;

	height: 31px;

	line-height: 34px;

	text-indent: 25px;

	width: 25%;

	background-position: 0 5px;

	font-weight: bold;

}

.crBreadcrumbsTitle a.focus{

	color: #fff;

}





.crBreadcrumbs span{

	position: absolute;

	top: 0;

	left: 13px;

	text-indent: 0;

}

.crBreadcrumbs a span{

	color: #676d6d;

}

.crBreadcrumbs a.focus span{

	color: #FFFFFF;

}

.crSort{

}

.crUp{

	background: url(app/web/img/frontend/arrow_up.png) center center no-repeat;

}

.crDown{

	background: url(app/web/img/frontend/arrow_down.png) center center no-repeat;

}

.crSortHolder{

	overflow: hidden;

	float:right;

}



.crTypeOuter{

	overflow: hidden;

}

.crType{

	padding: 10px 10px;

	overflow: hidden;

	background-color: #FFFFFF;

	border-left: 1px solid #e8e8e8;

	border-right: 1px solid #e8e8e8;

	border-bottom: 2px solid #e8e8e8;

	border-top: 1px solid #e8e8e8;

	margin-bottom:20px;

}

.crTypeImg{

	border: none;

	float: left;

	margin: 0 8px 0 7px;

}

.crTypeArea{

	float: left;

	padding-left:8px;

	width: 42%;

}



.crTypeAreaInner{

	margin-left:8px;

}



.crTypeRight{

	float:right;

	overflow: hidden;

	width: 20%;



}



.crTypeRightSmallScreen{

	display: none;

}

.crTypeTitle{

	color: #6a6666;

	margin: 0 0 10px 0;

	font-size: 13px;

}

.crTypeTitle strong{

	color: #0e0f0f;

	font-weight: bold;

}

.crTypeDesc{

	color: #6a6666;

	padding: 15px 0 10px;

	line-height: 15px;

	width: 100%;

	text-align: left;

}

.crTypePrice{

	margin: 0 0 10px 0;

	border: 2px solid #ebebeb;

	overflow: hidden;

	text-align:center;

	background-color: #F6F8F9;

	padding: 6px

}

.crTypePrice p{

	font-weight: bold;

	font-size: 12px;

	margin: 0;

	padding: 4px 0 0 0;

	color: #737476;

}

.crPrice{

	color: #0E0F0F;

	display: block;

	height: 30px;

	line-height: 27px;

	position: relative;



}

.crPrice abbr{

	background: #fff url(app/web/img/frontend/price_left.png) 0 0;

	display: block;

	height: 30px;

	left: 0;

	position: absolute;

	top: 0;

	width: 15px;

}

.crPrice strong{

	font-weight: bold;

	font-size: 14px;

}

.crAttributeBar{

	margin: 35px 0 15px 0;

	overflow: hidden;

}

.crAttribute{

	color: #202221;

	display: block;

	font-weight:bold;

	float: left;

	height: 28px;

	line-height: 28px;

	margin: 0 1px 0 0;

	padding: 0 8px 0 0;

	text-align: right;

	width: 50px;

	margin-right: 10px;

}

.crAttribute-passengers{background: url(app/web/img/frontend/passengers.png) no-repeat;background-color: #E3E6EB;}

.crAttribute-luggages{background: url(app/web/img/frontend/luggages.png) no-repeat;background-color: #E3E6EB;}

.crAttribute-doors{background: url(app/web/img/frontend/doors.png) no-repeat;background-color: #E3E6EB;}

.crAttribute-transmission{background: url(app/web/img/frontend/transmission.png) no-repeat;background-color: #E3E6EB;}

.crTypeBootom{

	color: #6a6666;

	line-height: 36px;

	overflow: hidden;

}

.crTypeBootom .crBtn{

	float: right;

}

.crForm{}

.crForm p{

	/*margin: 0 0 7px 0;

	overflow: hidden;*/

}



#crFormSearch{

	overflow: hidden;

}



.crLabel{

	font-weight: bold;

	font-size:15px;

	/* float: left; */

}



.crTextDate{

	background-color: #FEFEFE;

	border: solid 1px #dddfde;

	padding: 10px 3px 10px 40px;

	color: #7D8286;



}

.crPointer{cursor: pointer}

.crText,

.crTextarea{

	background-color: #FEFEFE;

	border: solid 1px #dddfde;

	padding: 9px 6px;

	color: #7D8286;

}



.crSelect{

	/*background-color: #FEFEFE;

	border: solid 1px #dddfde;

	padding: 9px 6px;

	color: #7D8286; */

border: medium none;

font-size: 16px;

width: 100%;

background: #FFF none repeat scroll 0% 0%;

padding: 10px;

height: 39px;

/* color: #00B5CC; */

}



.styled-select-car {

border: 2px solid #EFE9E9;

height: 55px;

position: relative;

margin-bottom: 23px;

}



.styled-select-car select {

    border: medium none;

    font-size: 22px;

    width: 100%;

    background: #FFF none repeat scroll 0% 0%;

    padding: 9px 10px;

    height: 51px;

    outline: medium none;

}



.cr4Select{

	background-color: #FEFEFE;

	border: solid 1px #dddfde;

	padding: 8px 6px;

	color: #7D8286;

}



.crSelectSmall{

	background-color: #FEFEFE;

	border: solid 1px #dddfde;

	padding: 5px 6px;

	color: #7D8286;

}







.crSelectReturn{

	background-color: #FEFEFE;

	border: solid 1px #dddfde;

	padding: 8px 6px;

	color: #7D8286;

}



.crSameLocation{

	padding-top:10px;

	overflow: hidden;

	display:block;

	width: 190px;

	float: left;

}

.w70{

	width:70px;

}



.w200{

	width:200px;

}

.crClear{

	clear: both;

	height: 1px;

}



.cr4CCText{

	width:140px;

}



.cr4CCSelect{

	width: 153px;

}

.crBooking{

	background-color: #ffffff;

	margin: 15px;

	overflow: auto;

}

.crR10{

	margin-right: 10px !important;

}

.crBox{

 /*width:50%;*/

 width:100%;

     /*height: 470px;*/

     height: auto;

    background-color: #FFF;

    box-shadow: 0px 9px 0px 0px #FFF, 0px -9px 0px 0px #FFF, 7px 0px 15px -4px rgba(0, 0, 0, 0.3), -7px 0px 15px -4px rgba(0, 0, 0, 0.3);

}

.crBoxTop{

}

.crBoxTopLeft{

	background: #fff url(app/web/img/frontend/f_top_left.png) 0 0 no-repeat;

	position: absolute;

	top: 0;

	left: 0;

	width: 2px;

	height: 3px;

}

.crBoxTopRight{

	background: #fff url(app/web/img/frontend/f_top_right.png) 0 0 no-repeat;

	position: absolute;

	top: 0;

	right: 0;

	width: 4px;

	height: 3px;

}

.crBoxWTop{

	color: #0E0F0F;

	background-color: #FFFFFF;

	height: 32px;

	line-height: 32px;

	font-size: 13px;

	font-weight: bold;

	margin: 0 2px 0 0;

	padding: 5px 10px;

	position: relative;

	border-bottom: 1px solid #E8E8E8;

	border-top: 1px solid #E8E8E8;

}

.crBoxMiddle{

	/*background-color: #F6F8F9;

	border-top: solid 1px #d0c5c5;

	border-left: solid 1px #d0c5c5;

	border-right: solid 1px #d0c5c5;*/

	overflow: hidden;

	/*padding: 25px 20px 6px 20px;*/





}

.crBoxBottom{

	/*border-bottom: solid 1px #d0c5c5;*/

}

.crContainer .crNotice{

	margin: 0 0 15px;

}

.crBoxBottomLeft{

	border-left: solid 1px #d0c5c5;

	position: absolute;

	top: 0;

	left: 0;

	width: 3px;

	height: 5px;

}

.crBoxBottomRight{

	background: #fff url(app/web/img/frontend/f_bottom_right.png) 0 0 no-repeat;

	position: absolute;

	top: 0;

	right: 0;

	width: 4px;

	height: 5px;

}



.crLocation{

	overflow: hidden;

}

.crNote{

	background: url(app/web/img/frontend/map.png) 0 0 no-repeat;

	padding: 0 0 0 25px;

}



.cr3YourBooking{

	border-left: 1px solid #E8E8E8;

	border-right: 1px solid #E8E8E8;

	border-bottom: 1px solid #E8E8E8;

	border-top: 1px solid #E8E8E8;

	margin-top: 10px;

	margin-right: 20px;

	float: left;

	background-color: #FFFFFF;

}

.cr2ChooseCar{

	margin-top: 0px;

	margin-bottom: 16px;

}

.cr3Extras{

	border-left: 1px solid #E8E8E8;

	border-right: 1px solid #E8E8E8;

	border-bottom: 1px solid #E8E8E8;

	margin-top: 10px;

	padding-bottom: 30px;

	overflow:auto;

	background-color: #FFFFFF;

	position: relative;

}

.cr3ExtraLoader{

	display: none;

	position: absolute;

	height: 100%;

	width: 100%;

	z-index: 9999;

	background: url("app/web/img/frontend/pj-preloader.gif") no-repeat scroll center center rgba(153, 153, 153, 0.3);

    left: 0;

    position: absolute;

    top: 0;

}

.cr3Continue{

	text-align: right;

	margin-right: 15px;

	margin-top: 20px;

}



.crExtraPrice{

	overflow:hidden;

}

.crExtra{

	overflow: hidden;

	margin: 3px 15px;

	padding: 7px;

	border: 1px solid #DDDFDE;

	background-color: #F6F8F9;

}

.crExtra abbr{

	font-weight: bold;

	float: left;

	margin: 0;

	padding: 0;

}

.crExtra p{

	float: right;

	margin: 0 7px 0 0;

	text-align: right;

	width: 25%;

}

.crExtra strong{

	font-weight: bold;

	line-height: 35px;

}

.crExtra span{}

.crExtra button{

	float: right;

	margin-left: 10px;

}

.crStep{

	font-weight: bold;

	font-size: 12px;

	line-height: 22px;

	margin: 0 0 10px 0;

	overflow: hidden;

	position: relative;

}

.crStep span{

	background: url(app/web/img/frontend/pad.png) 0 0 no-repeat;

	display: block;

	height: 22px;

	left: 0;

	position: absolute;

	top: 0;

	text-indent: 6px;

	width: 27px;

}

.crStep a{

	float: right;

}

.crExtraLeft{

	float: left;

	width: 49%;

}

.crExtraRight{

	float: right;

	width: 49%;

}

.crGray{color: #7d7d7f; }

.crRed{color: #ef7a06}

.crALeft{text-align: left}

.crARight{text-align: right}

.crBold{font-weight: bold}

.crFloatLeft{float: left}

.crFloatRight{float: right}



.cr3imgBox{

	float: left;

	width: 30%;

}

.cr3Img{

	border: none;

	height: 48px;

	float: left;

	width: 54px;

}

.cr3Items{

}

.cr3Items p{

	margin: 0 0 5px 0;

}

.cr3Term{

	line-height: 50px;

}

.crW300{width: 300px}

.crW320{width: 320px}

.crW328{width: 328px}



.crLegend{

	overflow: hidden;

	margin: 10px 0 15px;

	border-bottom: 1px solid #E8E8E8;

}

.crLegendText{

	color: #8a8e91;

	font-size: 13px;

	font-weight: bold;

	line-height: 31px;

	display: block;

	float: left;

	height: 31px;

}

.crLegendLeft{

	background: url(app/web/img/frontend/legend_left.png) 0 0 no-repeat;

	display: block;

	float: left;

	height: 31px;

	width: 18px;

}

.crLegendRight{

	background: url(app/web/img/frontend/legend_right.png) 0 0 no-repeat;

	display: block;

	float: left;

	height: 31px;

	width: 18px;

}

.crExtraTable{

	border-collapse: collapse;

	margin: 15px 15px 10px 16px;;

	width: 96%;

}

.crExtraTable td{

	padding: 8px 4px;

}

.crExtraTable .crKey{

	color: #4f5052;

	font-size: 12px;

	text-align: left;

	width: 40%;

}

.crExtraTable .crKey span{

	font-weight: bold;

}

.crExtraTable .crKeyBold{

	font-weight: bold;

	font-size: 13px;

}

.crExtraTable .crRed{

	color: red;

}

.crExtraTable td.crLine{

	height: 1px;

	background-color: #4F5052;

	padding: 0px !important;

}

.crExtraTable .crValue{

	color: #3e3f41;

	font-size: 14px;

	vertical-align: top;

}



label.crError {

    clear: both;

    display: block;

    font-size: 12px;

    margin: 0 0 0 0;

    padding: 5px 0 0;

}

.crError {

    color: #FF0000;

}



input.crError, select.crError, textarea.crError {

    background-color: #FFB3B3;

    border: 1px solid #BE3D21;

    color: #330000;

}



input.crValid, select.crValid, textarea.crValid {

    background-color: #B8DAA9;

    border: 1px solid #6A9D48;

    color: #333300;

}

.crCheckoutForm .crLeft{

	width: 40%;

	padding: 15px 0px 0px 0px;

	display: inline-block;

	vertical-align: top;

}



.crCheckoutForm .crLeft100{

	width: 100%;

	padding: 15px 0px 0px 0px;

	display: inline-block;

	vertical-align: top;



}



.crCheckoutForm .crFormRow{

	overflow: hidden !important;



}

.crLeft100{

	float:left;

	width: 100%;

	padding: 15px 0px 0px 0px;



}

.crTypeAreaSmallScreen{

	display:none;

}



.crTabsSmallScreen{

	display:block;

	float: left;

	margin-bottom: 12px;

}



.extraPriceValue{

	text-align: right;

}



.crFinalStep{

	overflow: hidden;

}

.crFinalStep label{

	display: block;

	margin-bottom: 10px;

}



.bcal-container{z-index: 99999;}



@media screen and (max-width: 320px) {

	.crContainer{

		color: #3e3f41

		font: normal 12px Verdana, Arial, sans-serif;

		overflow: hidden;

		width: 100%;

	}



	.crContainerSearch{

		color: #3e3f41

		font: normal 12px Verdana, Arial, sans-serif;

		overflow: hidden;

		width: 300px;

	}



	.crQuoteButton{

		margin-top: 0px !important;

	}

	.crSelectReturn{

		width: 76% !important;

	}

	.crSameLocation{

		padding-top: 0px !important;

		padding-bottom: 10px !important;

	}



	.ojs-holder {

	    left: 10px !important;

	    margin: 0 auto;

	    top: 10% !important;

	    width: 88% !important;

	}





	.crBreadcrumbs{

		width: 100%;

		height: 111px;

		background-color: #00B5CC;

	}

	.crLeft{

		float:left;

		width: 40%;

		padding: 15px 0px 0px 10px;



	}

	.crLeftReturn{

		/*float:left; */

		width: 100%; 

		padding: 15px 0px 0px 0px; 



	}



	.crRight{

		float:left;

		width:80%;

		padding: 20px 0px 0px 0px;

	}



	.crDate{

		width: 60%;

		margin-bottom: 10px;

	}



	.crHourMin{

		width: 30%;

	}



	.crLocation{

		width: 76%;

	}



	.crTypeArea{

		width: 69%;

		padding-left: 2px;

	}





	.crTypeContent{

		width: 60%;

		float: left;



	}



	.crTabsSmallScreen{

		display:block;

	}

	.crSortHolder {

	    float: left;

	    overflow: hidden;

	}



	.crTypeImg{

		max-width: 32% !important ;

	}



	.crTypeAvai{

		display:none;

	}



	.crTypeAvaiSmallScreen{

		display:block;

		color: #909092;

		text-align: right;

		width: 263px;

		line-height: 25px;

	}



	.crAttributeBar{

		margin: 15px 0;

	}

	.crType{

		padding: 3px 5px;

	}



	.crTypeArea{

		display:none;

	}

	.crTypeAreaSmallScreen{

		display:block;

	}



	.crTypeRight{

		display:none;

	}



	.crTypePrice{

		width: 240px;

	}



	.crPriceBtn{

		line-height: 25px !important ;

		text-align: center;



	}



	.crYourBooking{

		width: 30%;

		margin-right: 20px;

	}



	.crAttribute{

		margin: 0 6px 0 0;

		padding: 0 6px 0 0;

	}

	.crExtraName{

		float:left;

		line-height: 35px;

		width: 63%;

		font-weight: bold;

	}

	.crExtraQty{

		float: none !important ;

	}

	.extraPriceValue{

		text-align: left;

	}



	.crExtra{

		margin: 3px 5px;

	}

	.crKey{

		width: 67% !important;

	}



	.crBoxMiddle{

		/*padding: 25px 13px 6px;*/

	}



	.crBtnAdd, .crBtnRemove{

		width: 95px;



	}



	.crTypeRightSmallScreen{

		width: 240px;

	}

	.crTypeTitle{

		margin: 0 0 7px;

	}



	.crYourBooking{

		width: 30%;

		margin-right: 20px;

	}



	.cr3YourBooking{

		width: 100% !important;



	}

	.crTypeOuter{

		width: 100% !important;

	}

	.cr4Text{

		width: 93%;

	}

	.cr4Textarea{

		width: 93%;

	}

	.cr4Select{

		width: 98%;

	}



	.cr4Title{

		width: 50%;

	}



	.crFloatRight, .crFloatLeft{

		text-align: center;

		float: none;

	}

}





@media screen and (min-width: 321px) and (max-width: 479px) {

	.crContainer{

		color: #3e3f41

		font: normal 12px Verdana, Arial, sans-serif;

		overflow: hidden;

		width: 100%;

	}



	.crContainerSearch{

		color: #3e3f41

		font: normal 12px Verdana, Arial, sans-serif;

		overflow: hidden;

		width: 300px;

	}



	.crQuoteButton{

		margin-top: 0px !important;

	}



	.crSelectReturn{

		width: 76% !important;

	}

	.crSameLocation{

		padding-top: 0px !important;

		padding-bottom: 10px !important;

	}



	.ojs-holder {

	    left: 10px !important;

	    margin: 0 auto;

	    top: 10% !important;

	    width: 90% !important;

	}





	.crBreadcrumbs{

		width: 100%;

		height: 111px;

		background-color: #00B5CC;

	}

	.crLeft{

		/*float:left;*/

		width: 100%;

		padding: 5px 0px 0px 0px;



	}

	.crLeftReturn{

		float:left;

		width: 100%;

		padding: 15px 0px 0px 0px;



	}

	.crRight{

		float:left;

		width:100%;

		padding: 20px 0px 0px 0px;

	}



	.crDate{

		width: 30%;

		margin-bottom: 10px;

	}



	.crHourMin{

		width: 17%;

	}



	.crLocation{

		width: 76%;

	}



	.crTypeArea{

		width: 69%;

		padding-left: 2px;

	}





	.crTypeContent{

		width: 60%;

		float: left;



	}



	.crTabsSmallScreen{

		display:block;

	}

	.crSortHolder {

	    float: left;

	    overflow: hidden;

	}



	.crTypeImg{

		max-width: 32% !important ;

	}



	.crTypeAvai{

		display:none;

	}



	.crTypeAvaiSmallScreen{

		display:block;

		color: #909092;

		text-align: right;

		width: 263px;

		line-height: 25px;

	}



	.crAttributeBar{

		margin: 15px 0;

	}

	.crType{

		padding: 3px 5px;

	}



	.crTypeArea{

		display:none;

	}

	.crTypeAreaSmallScreen{

		display:block;

	}



	.crTypeRight{

		display:none;

	}



	.crTypePrice{

		width: 240px;

	}



	.crPriceBtn{

		text-align: center;

		line-height: 25px;



	}



	.crYourBooking{

		width: 30%;

		margin-right: 20px;

	}



	.crAttribute{

		margin: 0 6px 0 0;

		padding: 0 6px 0 0;

	}

	.crExtraName{

		float:left;

		line-height: 35px;

		width: 29%;

		font-weight: bold;

	}



	.crTypeRightSmallScreen{
		display: block;
		width: 240px;

	}

	.crTypeTitle{

		margin: 0 0 7px;

	}



	.cr3YourBooking{

		width: 100% !important;



	}

	.crTypeOuter{

		width: 100%;

	}

	.cr3imgBox{

		float: left;

		width: 60px;

	}



	.crALeft{

		width: 18%;

	}



	.cr4Text{

		width: 90%;

	}

	.cr4Textarea{

		width: 90%;

	}

	.cr4Select{

		width: 94%;

	}



	.cr4Title{

		width: 30%;

	}



}



@media screen and (min-width: 321px) and (max-width: 459px) {

	.crFloatRight, .crFloatLeft{

		text-align: center;

		float: none;

	}



	.crQuoteButton{

		margin-top: 0px !important;

	}



	.crSelectReturn{

		width: 76% !important;

	}

	.crSameLocation{

		padding-top: 0px !important;

		padding-bottom: 10px !important;

	}





	.crExtraName{

		float:left;

		line-height: 35px;

		width: 70%;

		font-weight: bold;

	}



	.crExtraQty{

		float: none !important ;

	}



	.extraPriceValue{

		text-align: left;

	}

	.crExtra{

		margin: 3px 5px;

	}

	.crKey{

		width: 67% !important;

	}



	.crBoxMiddle{

		/*padding: 25px 13px 6px;*/

	}



	.crBtnAdd, .crBtnRemove{

		width: 95px;



	}



	.cr4Text{

		width: 90%;

	}

	.cr4Textarea{

		width: 90%;

	}

	.cr4Select{

		width: 94%;

	}



	.cr4Title{

		width: 30%;

	}

}





@media screen and (min-width: 480px) and (max-width: 767px) {



	.crQuoteButton{

		margin-top: 0px !important;

	}

	.crContainer{

		color: #3e3f41;

		font: normal 12px Verdana, Arial, sans-serif;

		overflow: hidden;

		width: 100%;

	}



	.crContainerSearch{

		color: #3e3f41;

		font: normal 12px Verdana, Arial, sans-serif;

		overflow: hidden;

		width: 300px;

	}



	.crSelectReturn{

		width: 74% !important;

	}

	.crSameLocation{

		padding-top: 0px !important;

		padding-bottom: 10px !important;

	}





	.ojs-holder {

	    left: 10px !important;

	    margin: 0 auto;

	    top: 10% !important;

	    width: 92% !important;

	}



	.crBreadcrumbs{

		width: 100%;

		height: 111px;

		background-color: #00B5CC;

	}



	.crLeft{

		/*float:left;*/

		width: 100%;

		padding: 5px 0px 0px 0px;



	}

	.crLeftReturn{

		float:left;

		width: 80%;

		padding: 15px 0px 0px 0px;



	}

	.crRight{

		float:left;

		width:80%;

		padding: 20px 0px 0px 0px;

	}



	.crDate{

		width: 30%;

		margin-bottom: 10px;

	}



	.crHourMin{

		width: 17%;

	}



	.crLocation{

		width: 74%;

	}



	.crTypeArea{

		width: 56%;

	}



	.crTypeContent{

		width: 60%;

		float: left;



	}



	.crTypeArea{

		width: 69%;

		padding-left: 2px;

	}

	.crTypeAreaInner{

		margin-left: 2px;

	}

	.crTypeContent{

		width: 100%;

		float: left;



	}



	.crTypeImg{

		max-width: 25% !important ;

	}



	.crTypeAvai{

		display:none;

	}



	.crTypeAvaiSmallScreen{

		display:block;

		color: #909092;

		text-align: right;

		width: 263px;

		line-height: 25px;

	}



	.crAttributeBar{

		margin: 15px 0;

	}

	.crType{

		padding: 3px 5px;

	}



	.crTypeRight{

		display:none;

	}

	.crTypeRightSmallScreen{

		display: block;	

	}

	.crTypePrice{

		float: left;

		margin-right: 10px;

		width: 28%;

	}



	.crPriceBtn{

		line-height: 25px !important ;

		text-align:left;



	}

	.crYourBooking{

		width: 30%;

		margin-right: 20px;

	}



	.crExtraName{

		float:left;

		line-height: 35px;

		width: 33%;

		font-weight: bold;

	}



	.cr3YourBooking{

		width: 100% !important;

	}

	.crTypeOuter{

		width: 100% !important;

	}



	.cr3imgBox{

		float: left;

		width: 60px;

	}



	.crALeft{

		width: 18%;

	}



	.cr4Text{

		width: 90%;

	}

	.cr4Textarea{

		width: 90%;

	}

	.cr4Select{

		width: 94%;

	}



	.cr4Title{

		width: 30%;

	}



}



@media screen and (min-width: 735px) and (max-width: 767px) {

	.crContainer{

		color: #3e3f41;

		font: normal 12px Verdana, Arial, sans-serif;

		overflow: hidden;

		width: 100%;

	}



	.crContainerSearch{

		color: #3e3f41;

		font: normal 12px Verdana, Arial, sans-serif;

		overflow: hidden;

		width: 300px;

	}



	.crBreadcrumbs{

		width: 100%;

		height: 111px;

		background-color: #00B5CC;

	}



	.crLeft{

		/*float:left;*/

		width: 100%;

		padding: 5px 0px 0px 0px;



	}

	.crLeftReturn{

		float:left;

		width: 60%;

		padding: 15px 0px 0px 0px;



	}





	.crDate{

		width: 40%;

		margin-bottom: 10px;

	}



	.crHourMin{

		width: 17%;

	}



	.crLocation{

		width: 92%;

	}





	.crTypeContent{

		width: 100%;

		float: left;



	}



	.crTypeRight{

		float:right;

		overflow: hidden;

		width: 20%;



	}



	.crExtraName{

		float:left;

		line-height: 35px;

		width: 40%;

		font-weight: bold;

	}

	.cr3YourBooking{

		width: 100% !important;

	}

	.crTypeOuter{

		width: 100%;

	}

	p.cr_same_location{text-align:right !important;}

}



@media screen and (min-width: 768px) and (max-width: 970px){

	.crContainer .crBtnDefault2{

		width: 100%;

		padding: 8px 0;

		text-align: center;

		font-size: 1.3em;



	}



}

@media screen and (min-width: 768px) and (max-width: 1023px){

	.crContainer{

		color: #3e3f41;

		font: normal 12px Verdana, Arial, sans-serif;

		overflow: hidden;

		width: 100%;

	}

	p.cr_same_location{text-align:right !important;}

	.crContainerSearch{

		color: #3e3f41;

		font: normal 12px Verdana, Arial, sans-serif;

		overflow: hidden;

		width: 300px;

	}

	.ojs-holder {

	    left: 10px !important;

	    margin: 0 auto;

	    top: 10% !important;

	    width: 92% !important;

	}



	.crBreadcrumbs{

		width: 100%;

		height: 111px;

		background-color: #00B5CC;

	}

	.crLeft{

		/*float:left;*/

		width: 100%;

		padding: 5px 0px 0px 0px;



	}

	.crLeftReturn{

		float:left;

		width: 54%;

		padding: 15px 0px 0px 0px;



	}

	.crRight{

		float:left;

		width:45%;

		padding: 25px 0px 0px 0px;

	}



	.crDate{

		width: 35%;

	}



	.crHourMin{

		width: 17%;

	}





	.crLocation{

		width: 82%;

	}





	.crTypeArea{

		width: 42%;

	}



	.crTypeContent{

		width: 100%;

		float: left;



	}



	.crTypeImg{

		max-width: 25% !important ;

	}



	.crTypeAvai{

		display:none;

	}



	.crTypeAvaiSmallScreen{

		display:block;

		color: #909092;

		text-align: right;

		width: 263px;

	}

	.crAttributeBar{

		margin: 15px 0;

	}



	.crTypeRight{

		float:right;

		overflow: hidden;

		width: 20%;



	}



	.crTypeRightSmallScreen{

		display:none;

	}



	.crYourBooking{

		width: 30%;

		margin-right: 20px;

	}



	.crExtraName{

		float:left;

		line-height: 35px;

		width: 60%;

		font-weight: bold;

	}



	.crBtnDefault2{

		width: 100%;

	}



	.crExtraName{

		width: 40%;

	}



	.cr3YourBooking{

		width: 35% !important;

	}



	.cr4Text{

		width: 90%;

	}

	.cr4Textarea{

		width: 90%;

	}

	.cr4Select{

		width: 94%;

	}



	.cr4Title{

		width: 15%;

	}

}



@media screen and (min-width: 768px) and (max-width: 890px){

	.crLocation{

		width: 84%;

	}



	.cr3YourBooking{

		width: 34% !important;



	}

	p.cr_same_location{text-align:right !important;}

}





@media screen and (min-width: 1024px) {



	.crSelectReturn{

		width: 60%;

	}

	.crContainer{

		color: #3e3f41;

		font: normal 12px Verdana, Arial, sans-serif;

		overflow: hidden;

		/*width: 1024px;*/

		width: 100%;

	}

	.crContainerSearch{

		color: #3e3f41;

		font: normal 12px Verdana, Arial, sans-serif;

		overflow: hidden;

		width: 300px;

	}



	.crBreadcrumbs{

		width: 100%;

		height: 111px;

		background-color: #00B5CC;

	}

	.crLeft{

		/*float:left;*/

		width: 100%;

		padding: 5px 0px 0px 0px;



	}

	.crLeftReturn{

		float:left;

		width: 54%;

		padding: 15px 0px 0px 0px;



	}

	.crRight{

		float:left;

		width:40%;

		padding: 25px 0px 0px 0px;

	}



	.crDate{

		width: 37%;

	}



	.crHourMin{

		width: 18%;

	}



	.crLocation{

		width: 86%;

	}



	.crTypeArea{

		width: 42%;

	}



	.crTypeContent{

		width: 60%;

		float: left;



	}



	.crTypeAvai{

		float: right;

		padding-top: 15%;

		color: #909092;

	}



	.crTypeAvaiSmallScreen{

		display:none;

	}



	.crTypeRight{

		float:right;

		overflow: hidden;

		width: 19%;



	}



	.crTypeRightSmallScreen{

		display:none;

	}



	.crYourBooking{

		width: 30%;

		margin-right: 20px;

	}



	.crExtraName{

		float:left;

		line-height: 35px;

		width: 25%;

		font-weight: bold;

	}

	.cr4Text{

		width: 90%;

	}

	.cr4Textarea{

		width: 90%;

	}

	.cr4Select{

		width: 94%;

	}



	.cr4Title{

		width: 15%;

	}

}



@media screen and (max-width: 380px) {

	.crBreadcrumbsEl{

		display: none !important;

	}



	.progress-wrap{

		width: 70%;

		left: 15%;

	}

	.progress-bar{

		width: 83%;

	}



	.MenuSearch {

		width: 80%  !important;

		display: block !important;

		text-indent: 15px !important;

	}



	.MenuCars {

		width: 80%  !important;

		left: 3%  !important;

		display: block !important;

	}

	.MenuExtras {

		width: 100%  !important;

		left: 11%  !important;

		display: block !important;

	}

	.MenuCheckout {

		width: 100%  !important;

		left: 27%  !important;

		display: block !important;

	}



	.cr3YourBooking{

		width: 100% !important;



	}



	.crTypeOuter{

		width: 100% !important;

	}

}



@media screen and (min-width: 381px) and (max-width: 630px){

	.crBreadcrumbsEl{

		display: none !important;

	}



	.progress-wrap{

		width: 80%;

		left: 10%;

	}

	.progress-bar{

		width: 81%;

	}



	.MenuSearch {

		width: 78%  !important;

		display: block !important;

	}



	.MenuCars {

		width: 78%  !important;

		left: 3%  !important;

		display: block !important;

	}

	.MenuExtras {

		width: 100%  !important;

		left: 11%  !important;

		display: block !important;

	}

	.MenuCheckout {

		width: 100%  !important;

		left: 30%  !important;

		display: block !important;

	}



	.cr3YourBooking{

		width: 100% !important;

	}

	.crTypeOuter{

		width: 100% !important;

	}

}

/*

#cr_hour_from{

	margin-left:4px;

}

#cr_hour_to{

	margin-left:4px;

}

*/

.ui-datepicker{

	font-size: 12px !important;

}



#pjWrapperCarRental .pjCrTimePicker .bootstrap-datetimepicker-widget { max-width: 100%; z-index: 99999 !important;}

/* Date picker: show clearly at all resolutions/zooms, appear above input */
#pjWrapperCarRental .pjCrDatePicker .bootstrap-datetimepicker-widget,
#pjWrapperCarRental .pjCrDatePickerFrom .bootstrap-datetimepicker-widget,
#pjWrapperCarRental .pjCrDatePickerTo .bootstrap-datetimepicker-widget,
body .bootstrap-datetimepicker-widget.dropdown-menu {
	z-index: 99999 !important;
	max-height: 90vh;
	overflow-y: auto;
}

#pjWrapperCarRental .pjCrTimePicker .bootstrap-datetimepicker-widget td,

#pjWrapperCarRental .pjCrTimePicker .bootstrap-datetimepicker-widget td span { width: 28px; height: 28px; line-height: 28px; }

#pjWrapperCarRental .pjCrTimePicker .bootstrap-datetimepicker-widget td .btn { padding: 0; }

#pjWrapperCarRental .pjCrTimePicker .bootstrap-datetimepicker-widget td .btn-primary { padding: 6px; }



.crBoxMiddle{padding-bottom: 50px !important;}

#pjWrapperCarRental #crFormSearch .date .input-group-addon{min-width: 105px;}



#pjWrapperCarRental #crFormSearch .date{width: 256px !important;}

#pjWrapperCarRental #crFormSearch .date .input-group-addon{width: 120px;}

#pjWrapperCarRental .pjCrTimeWrapper{

	width: 145px;

}

#pjWrapperCarRental #crFormSearch .pjCrTimeWrapper .input-group-addon{width: 40px;}

/* Checkout required fields notice */
.crRequiredNotice{margin-bottom: 10px;}
.crMarginBottom10{margin-bottom: 10px;}

/* I have read and agree - larger checkbox, spacing, asterisk */
.crAgreeBlock{margin: 15px 0;}
.crAgreeLabel{display: inline-flex; align-items: center; gap: 10px; cursor: pointer;}
.crAgreeCheckbox{width: 22px; height: 22px; min-width: 22px; margin: 0; vertical-align: middle; cursor: pointer;}
.crAgreeText{margin-right: 4px;}
.crAgreeLink{margin-top: 8px;}
/* Config Colors
-------------------------------------*/
/* Defaults
-------------------------------------*/
body {
  font-family: 'Lato', sans-serif;
  color: #716d6e;
}
/* Animation Delay
--------------------------------------------*/
.delay05s {
  animation-delay: 0.5s;
}
.delay1s {
  animation-delay: 1s;
}
.delay15s {
  animation-delay: 1.5s;
}
.delay2s {
  animation-delay: 2s;
}
.v-hidden {
  visibility: hidden;
}
/* Autocomplete
--------------------------------------------*/
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  cursor: default;
  overflow: auto;
  font-size: 14px;
}
.autocomplete-suggestion {
  padding: 10px 5px;
  font-size: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
}
.autocomplete-selected {
  background: #f0f0f0;
  font-size: 14px;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
  font-size: 14px;
}
/* Carousel Fade
--------------------------------------------*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* Label
--------------------------------------------*/
.label-default {
  background-color: #00b5cc;
  border-radius: 0;
}
/* Tooltip
--------------------------------------------*/
.tooltip .tooltip-inner {
  background-color: #00b5cc;
  padding: 5px 10px;
  font-size: 18px;
}
.tooltip .tooltip-arrow {
  border-top-color: #00b5cc !important;
}
.my-tooltip {
  border-bottom: 1px dotted #00b5cc;
  color: #00b5cc;
}
/* Links
--------------------------------------------*/
a {
  color: #00b5cc;
}
a:hover {
  color: #00b5cc;
  text-decoration: none;
}
/* Scroll to Top Button
--------------------------------------------*/
.scrollup {
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: 44px;
  right: 64px;
  display: none;
  text-indent: -9999px;
  background: url('app/web/img/icon_top.png') no-repeat;
}
/* Header
--------------------------------------------*/
header {
  height: 147px;
  width: 100%;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
header .box {
  margin: 0 auto;
}
header .brand {
  margin: 45px 0 0 0;
}
header .brand h1 {
  margin: 0;
  padding: 0;
}
header .header-info .contact {
  font-size: 17px;
  font-weight: 900;
  margin-top: 10px;
}
header .header-info .language-switch {
  background-color: #00b5cc;
  margin-left: 24px;
}
header .header-info .language-switch a {
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 11px 45px 8px 15px;
  background: transparent url('app/web/img/lang-select-icon.png') no-repeat 154px 14px;
}
header .header-info .language-switch .dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  min-width: 188px;
  padding: 0;
}
header .header-info .language-switch .dropdown-menu li a {
  color: #716d6e;
  padding: 5px 15px 5px 15px;
  background-image: none;
}
header .header-info .language-switch .dropdown-menu li a:hover {
  background-color: #efe9e9;
}
header .header-info .language-switch .dropdown-menu li img {
  margin-right: 10px;
}
/* Navbar
--------------------------------------------*/
header .navbar-default {
  border: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}
header .navbar-brand {
  display: none;
}
header .navbar-default .container-fluid {
  padding: 0;
}
header .navbar-default .navbar-collapse {
  padding: 0;
}
header .navbar-default .navbar-nav > .active > a {
  background-color: #fff;
  border: 2px solid #00b5cc;
  color: #716d6e;
  background-color: transparent;
}
header .navbar-default .navbar-nav > li > a {
  background-color: transparent;
  padding: 8px 10px 7px 11px;
  border: 2px solid #fff;
  transition: background 0.4s ease-in-out;
}
header .navbar-default .navbar-nav > li > a:hover {
  background-color: #fff;
  border: 2px solid #fff;
  background-color: #e7e7e7;
  color: #716d6e;
}
.navbar-nav.navbar-right:last-child {
  margin-right: -9px;
}
header.small {
  height: 95px;
  box-shadow: 0 0px 14px -2px #808080;
}
header.small .header-info {
  display: none;
}
header.small .brand {
  margin: 24px 0 0 0;
  width: 50%;
}
header.large {
  height: 147px;
  box-shadow: none;
}
header.large .header-info {
  display: block;
}
header.large .brand {
  margin: 45px 0 0 0;
  width: 100%;
}
/* Teaser
-------------------------------------*/
#teaser {
  height: auto;
  padding: 25px 0;
  background-color: #B1C9CC;
  background: linear-gradient(to bottom, #B1C9CC 0%, #e1e8e1 50%, #B1C9CC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mainColor', endColorstr='@mainColor', GradientType=0);
}
#teaser .reservation-form-shadow,#information .reservation-form-shadow {
  height: 460px;
  background-color: #fff;
  box-shadow: 0 9px 0px 0px #ffffff, 0 -9px 0px 0px #ffffff, 7px 0 15px -4px rgba(0, 0, 0, 0.3), -7px 0 15px -4px rgba(0, 0, 0, 0.3);
}
[id^=pjWrapperCarRental] .panel-body {
    padding: 0px !important;
}

#pjWrapperCarRentalCarRental_theme1 .pjCrContainer {
    padding: 0px !important;
}

#teaser form {
  padding: 0px 25px 14px;
}
#teaser form .alert {
  margin-top: -20px;
  padding: 10px 15px;
}
#teaser form ::-webkit-input-placeholder {
  color: #00b5cc !important;
}
#teaser form :-moz-placeholder {
  color: #00b5cc !important;
}
#teaser form ::-moz-placeholder {
  color: #00b5cc !important;
}
#teaser form :-ms-input-placeholder {
  color: #00b5cc !important;
}
#teaser form .styled-select-car {
  border: 2px solid #efe9e9;
  height: 48px;
  position: relative;
  margin-bottom: 3px;
}
#teaser form .styled-select-car:after {
  content: '';
  background: #ffffff url('app/web/img/dropdown-icon.png') no-repeat 5px 20px;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 45px;
  position: absolute;
  pointer-events: none;
}
#teaser form .styled-select-car select {
  border: none;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 9px 10px;
  height: 45px;
  outline: none;
}
#teaser form .location {
  margin-bottom: 27px;
}
#teaser form .datetime {
  margin-bottom: 5px;
}
#teaser form .form-control {
  height: 43px;
  border: 2px solid #efe9e9;
  box-shadow: none;
}
#teaser form .input-group {
  width: 100%;
}
#teaser form .input-group input {
  border-radius: 0;
  color: #00b5cc;
  font-size: 16px;
  padding-left: 10px;
  box-shadow: none;
  background: none;
  -webkit-appearance: none;
}
#teaser form .input-group-addon {
  border-radius: 0;
  border: none;
  background-color: #efe9e9;
  font-weight: bold;
  font-size: 16px;
  color: #716d6e;
 /* width: 121px;*/
  text-align: left;
}

span.input-group-addon.pjCrCursorPointer.pixelfix {
    width: 104px !important;
}

#teaser form .input-group-addon .glyphicon {
  font-size: 17px;
  margin: 0 2px 0 -2px;
}
#teaser form .different-drop-off {
  color: #716d6e;
  font-weight: bold;
  margin: 10px 0;
  display: block;
}
#teaser form .date {
  width: 237px;
}
#teaser form .time {
  width: 140px;
}
#teaser form .pixelfix {
  border-top: 1px solid #fff;
}
#teaser form .styled-select-time {
  border: 2px solid #efe9e9;
  height: 43px;
  position: relative;
  float: left;
}
#teaser form .styled-select-time:after {
  content: '';
  background: #ffffff url('app/web/img/dropdown-icon.png') no-repeat 5px 18px;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 39px;
  position: absolute;
  pointer-events: none;
}
#teaser form .styled-select-time select {
  border: none;
  font-size: 16px;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 10px 10px;
  height: 39px;
  color: #00b5cc;
}
#teaser form .submit {
  width: 100%;
  background-color: #00b5cc;
  color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 6px 6px 0 #efe9e9;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 10px 0;
  /*margin-top: 30px;*/
  transition: 0.2s;
}
#teaser form .submit:hover {
  background-color: #716d6e;
}
#teaser .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 900;
  margin: 0;
}
#teaser .subtitle {
  font-size: 24px;
  color: #716d6e;
  text-transform: none;
  display: block;
  font-weight: normal;
  margin-top: 10px;
}
#teaser .car-img {
  height: 375px;
  text-align: center;
  line-height: 400px;
}
#teaser .car-img img {
  display: inline-block;
}
#teaser .carousel-control {
  position: relative;
}
#teaser .carousel-control.left,
#teaser .carousel-control.right {
  background-image: none;
  margin: 0;
  width: 30px;
}
#teaser .carousel-control.left {
  left: 90%;
}
#teaser .carousel-control.right {
  left: 95%;
}
#teaser .carousel-control .glyphicon-chevron-left,
#teaser .carousel-control .glyphicon-chevron-right {
  margin: 0;
}
#teaser .carousel-control .glyphicon-chevron-right {
  right: auto;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-top: 37px solid #B1C9CC;
  margin: 0 auto;
}

#information form {
  padding: 34px;
}
#information form .alert {
  margin-top: -20px;
  padding: 10px 15px;
}
#information form ::-webkit-input-placeholder {
  color: #00b5cc !important;
}
#information form :-moz-placeholder {
  color: #00b5cc !important;
}
#information form ::-moz-placeholder {
  color: #00b5cc !important;
}
#information form :-ms-input-placeholder {
  color: #00b5cc !important;
}
#information form .styled-select-car {
  border: 2px solid #efe9e9;
  height: 55px;
  position: relative;
  margin-bottom: 23px;
}
#information form .styled-select-car:after {
  content: '';
  background: #ffffff url('app/web/img/dropdown-icon.png') no-repeat 5px 23px;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 51px;
  position: absolute;
  pointer-events: none;
}
#information form .styled-select-car select {
  border: none;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 9px 10px;
  height: 51px;
  outline: none;
}
#information form .location {
  margin-bottom: 27px;
}
#information form .datetime {
  margin-bottom: 11px;
}
#information form .form-control {
  height: 43px;
  border: 2px solid #efe9e9;
  box-shadow: none;
}
#information form .input-group {
  width: 100%;
}
#information form .input-group input {
  border-radius: 0;
  color: #00b5cc;
  font-size: 16px;
  padding-left: 15px;
  box-shadow: none;
  background: none;
  -webkit-appearance: none;
}
#information form .input-group-addon {
  border-radius: 0;
  border: none;
  background-color: #efe9e9;
  font-weight: bold;
  font-size: 16px;
  color: #716d6e;
  width: 110px;
  text-align: left;
}
#information form .input-group-addon .glyphicon {
  font-size: 17px;
  margin: 0 2px 0 -2px;
}
#information form .different-drop-off {
  color: #716d6e;
  font-weight: bold;
  margin: 10px 0;
  display: block;
}
#information form .date {
  width: 240px;
}
#information form .time {
  width: 140px;
}
#information form .pixelfix {
  border-top: 1px solid #fff;
}
#information form .styled-select-time {
  border: 2px solid #efe9e9;
  height: 43px;
  position: relative;
}
#information form .styled-select-time:after {
  content: '';
  background: #ffffff url('app/web/img/dropdown-icon.png') no-repeat 5px 18px;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 39px;
  position: absolute;
  pointer-events: none;
}
#information form .styled-select-time select {
  border: none;
  font-size: 16px;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 10px 10px;
  height: 39px;
  color: #00b5cc;
}
#information form .submit {
  width: 100%;
  background-color: #00b5cc;
  color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 6px 6px 0 #efe9e9;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 10px 0;
  margin-top: 30px;
  transition: 0.2s;
}
#information form .submit:hover {
  background-color: #716d6e;
}
#information .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 900;
  margin: 0;
}
#information .subtitle {
  font-size: 24px;
  color: #716d6e;
  text-transform: none;
  display: block;
  font-weight: normal;
  margin-top: 10px;
}
#information .car-img {
  height: 375px;
  text-align: center;
  line-height: 400px;
}
#information .car-img img {
  display: inline-block;
}
#information .carousel-control {
  position: relative;
}
#information .carousel-control.left,
#information .carousel-control.right {
  background-image: none;
  margin: 0;
  width: 30px;
}
#information .carousel-control.left {
  left: 90%;
}
#information .carousel-control.right {
  left: 95%;
}
#information .carousel-control .glyphicon-chevron-left,
#information .carousel-control .glyphicon-chevron-right {
  margin: 0;
}
#information .carousel-control .glyphicon-chevron-right {
  right: auto;
}

/* Get a Quote section
--------------------------------------------*/






#teaser-quote .reservation-form-shadow {
  height: 480px;
  background-color: #fff;
  box-shadow: 0 9px 0px 0px #ffffff, 0 -9px 0px 0px #ffffff, 7px 0 15px -4px rgba(0, 0, 0, 0.3), -7px 0 15px -4px rgba(0, 0, 0, 0.3);
}
#teaser-quote form {
  padding: 34px;
}
#teaser-quote form .alert {
  margin-top: -20px;
  padding: 10px 15px;
}
#teaser-quote form ::-webkit-input-placeholder {
  color: #00b5cc !important;
}
#teaser-quote form :-moz-placeholder {
  color: #00b5cc !important;
}
#teaser-quote form ::-moz-placeholder {
  color: #00b5cc !important;
}
#teaser-quote form :-ms-input-placeholder {
  color: #00b5cc !important;
}
#teaser-quote form .styled-select-car {
  border: 2px solid #efe9e9;
  height: 55px;
  position: relative;
  margin-bottom: 23px;
}
#teaser-quote form .styled-select-car:after {
  content: '';
  background: #ffffff url('app/web/img/dropdown-icon.png') no-repeat 5px 23px;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 51px;
  position: absolute;
  pointer-events: none;
}
#teaser-quote form .styled-select-car select {
  border: none;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 9px 10px;
  height: 51px;
  outline: none;
}
#teaser-quote form .location {
  margin-bottom: 27px;
}
#teaser-quote form .datetime {
  margin-bottom: 11px;
}
#teaser-quote form .form-control {
  height: 43px;
  border: 2px solid #efe9e9;
  box-shadow: none;
}
#teaser-quote form .input-group {
  width: 100%;
}
#teaser-quote form .input-group input {
  border-radius: 0;
  color: #00b5cc;
  font-size: 16px;
  padding-left: 15px;
  box-shadow: none;
  background: none;
  -webkit-appearance: none;
}
#teaser-quote form .input-group-addon {
  border-radius: 0;
  border: none;
  background-color: #efe9e9;
  font-weight: bold;
  font-size: 16px;
  color: #716d6e;
  width: 110px;
  text-align: left;
}
#teaser-quote form .input-group-addon .glyphicon {
  font-size: 17px;
  margin: 0 2px 0 -2px;
}
#teaser-quote form .different-drop-off {
  color: #716d6e;
  font-weight: bold;
  margin: 10px 0;
  display: block;
}
#teaser-quote form .date {
  width: 240px;
}
#teaser-quote form .time {
  width: 140px;
}
#teaser-quote form .pixelfix {
  border-top: 1px solid #fff;
}
#teaser-quote form .styled-select-time {
  border: 2px solid #efe9e9;
  height: 43px;
  position: relative;
}
#teaser-quote form .styled-select-time:after {
  content: '';
  background: #ffffff url('app/web/img/dropdown-icon.png') no-repeat 5px 18px;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 39px;
  position: absolute;
  pointer-events: none;
}
#teaser-quote form .styled-select-time select {
  border: none;
  font-size: 16px;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 10px 10px;
  height: 39px;
  color: #00b5cc;
}
#teaser-quote form .submit {
  width: 100%;
  background-color: #00b5cc;
  color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 6px 6px 0 #efe9e9;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 10px 0;
  margin-top: 30px;
  transition: 0.2s;
}
#teaser-quote form .submit:hover {
  background-color: #716d6e;
}

















/* Services
--------------------------------------------*/
#services {
  margin-top: 65px;
}
#services .title {
  margin-bottom: 38px;
}
#services h2 {
  font-size: 46px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 25px 0;
  padding: 0;
}
#services .underline {
  height: 4px;
  width: 135px;
  display: block;
  background-color: #00b5cc;
  margin: 0 auto;
}
#services .service-box {
  background-color: #ededed;
  padding: 30px;
  margin-bottom: 30px;
}
#services .service-box .service-icon {
  height: 43px;
  width: 43px;
  background-color: #00b5cc;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 41px;
  font-weight: 900;
  float: left;
  margin-right: 15px;
}
#services .service-box .service-title {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 900;
  padding-top: 5px;
}
#services .service-box .service-content {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.7;
}
/* Newsletter
--------------------------------------------*/
#newsletter {
  background-color: #00b5cc;
  margin-top: 90px;
  padding: 90px 0;
}
#newsletter .title {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  padding: 0;
}
#newsletter .subtitle {
  font-size: 18px;
  color: #dbdbdb;
  display: block;
  font-weight: normal;
  margin-top: 6px;
}
#newsletter .newsletter-form {
  width: 62%;
  background-color: #fff;
  height: 55px;
  padding: 9px;
}
#newsletter .newsletter-form input {
  box-shadow: none;
  border: none;
}
#newsletter .newsletter-form .button {
  background-color: #fff;
  border-radius: 0;
  border: 2px solid #b8b6b6;
  margin-left: 1px;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  color: #716d6e;
  padding: 0 10px;
  height: 37px;
  line-height: 36px;
  transition: 0.2s;
}
#newsletter .newsletter-form .button:hover {
  background-color: #716d6e;
  border: 2px solid #716d6e;
  color: #fff;
}
#newsletter .social-icons {
  width: 38%;
}
#newsletter .social-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#newsletter .social-icons ul li {
  display: block;
  float: right;
}
#newsletter .social-icons ul li a {
  height: 55px;
  width: 65px;
  background-color: #00b5cc;
  display: block;
  margin-left: 10px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 36px;
}
#newsletter .social-icons ul li .facebook {
  background-color: #365595;
}
#newsletter .social-icons ul li .googleplus {
  background-color: #d41332;
}
#newsletter .social-icons ul li .twitter {
  background-color: #36a4cf;
}
#newsletter .social-icons ul li:hover {
  opacity: 0.8;
}
#newsletter form ::-webkit-input-placeholder {
  font-size: 16px;
}
#newsletter form :-moz-placeholder {
  font-size: 16px;
}
#newsletter form ::-moz-placeholder {
  font-size: 16px;
}
#newsletter form :-ms-input-placeholder {
  font-size: 16px;
}
/* Vehicles
--------------------------------------------*/
#vehicles {
  margin-top: 90px;
}
#vehicles .title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 65px;
}
#vehicles .subtitle {
  font-weight: normal;
}
#vehicles .vehicle-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
#vehicles .vehicle-nav li {
  background-color: #e3e2e2;
  margin-bottom: 1px;
  position: relative;
  transition: 0.2s;
}
#vehicles .vehicle-nav li span {
  width: 0px;
  height: 0px;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: block;
  position: absolute;
  right: -10px;
  top: 20px;
  transition: 0.2s;
}
#vehicles .vehicle-nav li:hover {
  background-color: #d1cece;
}
#vehicles .vehicle-nav li.active {
  background-color: rgba(0, 181, 204, 1.8);
  font-weight: bold;
}
#vehicles .vehicle-nav li.active span {
  border-left-color: rgba(0, 181, 204, 1.8);
}
#vehicles .vehicle-nav li a {
  font-size: 18px;
  color: #716d6e;
  padding-left: 15px;
  display: block;
  height: 60px;
  line-height: 60px;
}
#vehicles .vehicle-nav li.active a {
  color: #fff;
}
#vehicles .styled-select-vehicle-data {
  border: 2px solid #efe9e9;
  height: 43px;
  position: relative;
  width: 100%;
  display: none;
}
#vehicles .styled-select-vehicle-data:after {
  content: '';
  background: #ffffff url('app/web/img/dropdown-icon.png') no-repeat 5px 18px;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 39px;
  position: absolute;
  pointer-events: none;
}
#vehicles .styled-select-vehicle-data select {
  border: none;
  font-size: 16px;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 1px 10px;
  height: 39px;
}
#vehicles .vehicle-img {
  text-align: center;
}
#vehicles .vehicle-img img {
  display: inline-block;
}
#vehicles .vehicle-price {
  background-color: #d2dbd2;
  height: 53px;
  line-height: 53px;
  padding: 0 10px;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}
#vehicles .vehicle-price .info {
  font-weight: normal;
  font-size: 18px;
}
#vehicles .reserve-button {
  background-color: #00b5cc;
  color: #fff;
  display: block;
  height: 50px;
  line-height: 51px;
  font-size: 24px;
  font-weight: 900;
  padding: 0 15px;
  box-shadow: 6px 6px 0 #efe9e9;
  text-transform: uppercase;
  transition: .2s;
}
#vehicles .reserve-button:hover {
  background-color: #716d6e;
}
#vehicles .reserve-button span {
  margin-right: 7px;
}
/* Reviews
--------------------------------------------*/
#reviews {
  margin-top: 90px;
  padding-bottom: 25px;
}
#reviews .stars {
  font-size: 27px;
  margin-bottom: 10px;
}
#reviews .stars .big {
  font-size: 36px;
}
#reviews .review {
  font-size: 24px;
  line-height: 1.7;
}
#reviews .author {
  font-size: 18px;
  font-weight: 900;
  color: #00b5cc;
  margin-top: 10px;
}
#reviews .carousel-indicators {
  position: absolute;
  bottom: auto;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin-top: 25px;
}
#reviews .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #ccc;
}
#reviews .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #716d6e;
}
/* Locations
--------------------------------------------*/
#locations {
  margin-top: 90px;
}
#locations .location-select-container {
  z-index: 1;
  position: relative;
}
#locations .location-select {
  background-color: #00b5cc;
  height: 93px;
}
#locations .location-select h2 {
  font-size: 35px;
  font-weight: 900;
  color: #fff;
  margin: 26px 0 0 21px;
}
#locations .styled-select-location {
  height: 47px;
  position: relative;
  margin: 22px 21px 0 0;
  background-color: #fff;
}
#locations .styled-select-location:after {
  content: '';
  background: #ffffff url('app/web/img/dropdown-icon.png') no-repeat 5px 21px;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 43px;
  position: absolute;
  pointer-events: none;
}
#locations .styled-select-location select {
  border: none;
  font-size: 18px;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 11px 10px;
  height: 43px;
}
#locations .map {
  height: 550px;
  background-color: #ccc;
  top: -70px;
}
#locations .map h2 {
  color: #00b5cc;
  padding: 0 10px;
  margin-bottom: 4px;
}
#locations .map p {
  font-size: 16px;
  padding: 0 10px;
}
.arrow-down-location {
  width: 0;
  height: 0;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-top: 37px solid #00b5cc;
  margin: 0 auto;
}
/* Information
--------------------------------------------*/
#information {
  margin-top: 90px;
}
#information .row {
  margin-bottom: 90px;
}
#information .title {
  font-size: 36px;
  font-weight: 900;
  margin: 0 0 30px 0;
  padding: 0;
}
#information .subtitle {
  font-size: 24px;
  font-weight: normal;
  margin: 10px 0px 30px;
  padding: 0;
}
#information p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}
#information .btn-border {
  border: 1px solid #ccc;
  padding: 1px;
  margin: 0 20px 0 0;
  display: inline-block;
}
#information .btn {
  font-size: 24px;
  font-weight: 900;
  background-color: #00b5cc;
  color: #fff;
  border-radius: 0;
  border: none;
  line-height: 47px;
  padding: 0 15px;
  box-shadow: 6px 6px 0 #efe9e9;
  margin-right: 15px;
  transition: .2s;
}
#information .btn:hover {
  background-color: #716d6e;
}
#information .btn-gray {
  background-color: #716d6e;
}
#information .btn-gray:hover {
  background-color: #00b5cc;
}
#information .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#information .video iframe,
#information .video object,
#information.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Partners
--------------------------------------------*/
#partners {
  padding: 90px 0;
  background-color: #f8f8f8;
}
#partners .title {
  margin-bottom: 38px;
}
#partners h2 {
  font-size: 46px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 25px 0;
  padding: 0;
}
#partners .underline {
  height: 4px;
  width: 135px;
  display: block;
  background-color: #00b5cc;
  margin: 0 auto;
}
#partners p {
  margin: 40px 0 60px 0;
  font-size: 18px;
  line-height: 1.7;
}
/* Contact
--------------------------------------------*/
#contact {
  margin-top: 90px;
}
#contact h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 65px;
}
#contact .contact-info {
  font-size: 18px;
  margin-bottom: 35px;
  line-height: 1.7;
}
#contact .contact-info .address {
  font-weight: 900;
}
#contact .contact-info .highlight {
  color: #00b5cc;
}
#contact form .form-group {
  margin-bottom: 20px;
}
#contact form .text-field {
  background-color: #dbdbdb;
  height: 45px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-size: 18px;
}
#contact form textarea {
  background-color: #dbdbdb;
  height: 196px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-size: 18px;
}
#contact form ::-webkit-input-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#contact form :-moz-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#contact form ::-moz-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#contact form :-ms-input-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#contact form .first-name {
  float: left;
  width: 49%;
}
#contact form .last-name {
  float: right;
  width: 49%;
}
#contact form .btn-border {
  border: 1px solid #ffd992;
  padding: 1px;
  margin: 0 20px 0 0;
  display: inline-block;
}
#contact form .submit-message {
  font-size: 24px;
  font-weight: 900;
  background-color: #00b5cc;
  color: #fff;
  border: none;
  line-height: 47px;
  padding: 0 15px;
  box-shadow: 6px 6px 0 #efe9e9;
  text-transform: uppercase;
  transition: .2s;
  border-radius: 0;
}
#contact form .submit-message:hover {
  background-color: #716d6e;
}
#contact .contact-box-title {
  font-size: 18px;
  font-weight: bold;
}
#contact .contact-box {
  background-color: #ededed;
  padding: 20px;
}
#contact .contact-box .highlight {
  font-weight: bold;
  color: #00b5cc;
}
#contact .contact-box img {
  border: 1px solid #00b5cc;
  float: left;
  margin-right: 20px;
}
#contact .contact-box-name {
  font-size: 24px;
  font-weight: bold;
}
#contact .contact-box-border {
  background-color: #00b5cc;
  height: 10px;
  margin-top: 1px;
  margin-bottom: 8px;
}
#contact .contact-box-divider {
  height: 10px;
}



#driver_detail {
}
#driver_detail h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 65px;
}
#driver_detail .driver_detail-info {
  font-size: 18px;
  margin-bottom: 35px;
  line-height: 1.7;
}
#driver_detail .driver_detail-info .address {
  font-weight: 900;
}
#driver_detail .driver_detail-info .highlight {
  color: #00b5cc;
}
#driver_detail form .form-group {
  margin-bottom: 20px;
}
#driver_detail form .text-field {
  background-color: #dbdbdb;
  height: 45px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-size: 18px;
}
#driver_detail form textarea {
  background-color: #dbdbdb;
  height: 196px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-size: 18px;
}
#driver_detail form ::-webkit-input-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#driver_detail form :-moz-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#driver_detail form ::-moz-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#driver_detail form :-ms-input-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#driver_detail form .first-name {
  float: left;
  width: 49%;
}
#driver_detail form .last-name {
  float: right;
  width: 49%;
}
#driver_detail form .btn-border {
  border: 1px solid #ffd992;
  padding: 1px;
  margin: 0 20px 0 0;
  display: inline-block;
}
#driver_detail form .submit-message {
  font-size: 24px;
  font-weight: 900;
  background-color: #00b5cc;
  color: #fff;
  border: none;
  line-height: 47px;
  padding: 0 15px;
  box-shadow: 6px 6px 0 #efe9e9;
  text-transform: uppercase;
  transition: .2s;
  border-radius: 0;
}
#driver_detail form .submit-message:hover {
  background-color: #716d6e;
}
#driver_detail .driver_detail-box-title {
  font-size: 18px;
  font-weight: bold;
}
#driver_detail .driver_detail-box {
  background-color: #ededed;
  padding: 20px;
}
#driver_detail .driver_detail-box .highlight {
  font-weight: bold;
  color: #00b5cc;
}
#driver_detail .driver_detail-box img {
  border: 1px solid #00b5cc;
  float: left;
  margin-right: 20px;
}
#driver_detail .driver_detail-box-name {
  font-size: 24px;
  font-weight: bold;
}
#driver_detail .driver_detail-box-border {
  background-color: #00b5cc;
  height: 10px;
  margin-top: 1px;
  margin-bottom: 8px;
}
#driver_detail .driver_detail-box-divider {
  height: 10px;
}

/* Footer
--------------------------------------------*/
footer {
  margin-top: 90px;
  padding: 40px 0;
  background-color: #dbdbdb;
}
footer .footer-nav {
  list-style: none;
  margin: 0 auto 20px auto;
  padding: 0;
}
footer .footer-nav li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}
footer .footer-nav li a {
  font-size: 18px;
  text-decoration: underline;
  color: #716d6e;
  font-weight: bold;
}
/* Checkout Modal
--------------------------------------------*/
#checkoutModal .modal-dialog {
  width: 748px;
}
#checkoutModal .modal-content {
  border-radius: 0px;
  box-shadow: none;
  border: 2px solid #fff;
}
#checkoutModal .modal-header {
  color: #fff;
  background-color: #00b5cc;
  border-bottom: none;
}
#checkoutModal .modal-title {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}
#checkoutModal .close {
  color: #fff;
  text-shadow: none;
  opacity: .6;
  font-size: 27px;
  margin: 1px 7px 0 0;
}
#checkoutModal .close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
#checkoutModal .modal-body {
  padding: 0;
}
#checkoutModal .modal-body h3 {
  margin: 0;
  font-size: 18px;
  color: #00b5cc;
  font-weight: bold;
  margin-bottom: 25px;
}
#checkoutModal .checkout-info-box {
  background-color: rgba(8, 140, 24, 0.2);
  padding: 20px 30px;
}
#checkoutModal .checkout-info-box h3 {
  margin: 0;
  margin-bottom: 15px;
  color: #716d6e;
}
#checkoutModal .checkout-info-box h3 i {
  font-size: 23px;
}
#checkoutModal .checkout-vehicle-info {
  margin-top: 30px;
}
#checkoutModal .location-date-info {
  padding: 0 0 0 30px;
  float: left;
  max-width: 340px;
}
#checkoutModal .vehicle-info {
  padding: 0 30px 0 0;
  float: right;
  max-width: 360px;
}
#checkoutModal .vehicle-info h3 {
  float: left;
  margin-right: 10px;
}
#checkoutModal .vehicle-info a {
  font-size: 12px;
}
#checkoutModal .vehicle-info .vehicle-image {
  width: 90%;
}
#checkoutModal .info-box {
  margin-bottom: 25px;
}
#checkoutModal .info-box .glyphicon {
  float: left;
  font-size: 17px;
}
#checkoutModal .info-box .info-box-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 3px 25px;
}
#checkoutModal .info-box .info-box-description {
  margin-left: 25px;
  font-size: 14px;
}
#checkoutModal .checkout-personal-info {
  padding: 0 30px;
}
#checkoutModal .checkout-personal-info .form-group {
  float: left;
  width: 335px;
  min-height: 70px;
}
#checkoutModal .checkout-personal-info .form-group.left {
  margin-right: 7px;
}
#checkoutModal .checkout-personal-info .form-group.right {
  margin-left: 7px;
}
#checkoutModal .checkout-personal-info .age {
  float: left;
  width: 140px;
  min-height: 70px;
}
#checkoutModal form .styled-select-age {
  border: 2px solid #efe9e9;
  height: 43px;
  position: relative;
}
#checkoutModal form .styled-select-age:after {
  content: '';
  background: #ffffff url('app/web/img/dropdown-icon.png') no-repeat 5px 18px;
  right: 0px;
  top: 0px;
  width: 29px;
  height: 39px;
  position: absolute;
  pointer-events: none;
}
#checkoutModal form .styled-select-age select {
  border: none;
  font-size: 16px;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 9px 10px;
  height: 39px;
}
#checkoutModal form input {
  background-color: #dbdbdb;
  height: 45px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  line-height: 45px;
  font-size: 18px;
}
#checkoutModal form ::-webkit-input-placeholder {
  font-size: 14px !important;
}
#checkoutModal form :-moz-placeholder {
  font-size: 14px !important;
}
#checkoutModal form ::-moz-placeholder {
  font-size: 14px !important;
}
#checkoutModal form :-ms-input-placeholder {
  font-size: 14px !important;
}
#checkoutModal form .checkbox {
  padding-left: 0;
}
#checkoutModal form input[type=checkbox] {
  display: none;
}
#checkoutModal form .checkbox label {
  font-size: 18px;
}
#checkoutModal form .checkbox label:before {
  content: "";
  display: inline-block;
  font-size: 15px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #dbdbdb;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #f3f3f3;
  text-align: center;
  line-height: 24px;
  float: left;
}
#checkoutModal form input[type=checkbox]:checked + label:before {
  content: "\2713";
}
#checkoutModal .checkout-address-info {
  padding: 0 30px;
}
#checkoutModal .checkout-address-info .city {
  float: left;
  width: 335px;
  margin-right: 7px;
}
#checkoutModal .checkout-address-info .zip-code {
  float: left;
  width: 335px;
  margin-left: 7px;
}
#checkoutModal .newsletter {
  padding: 0 30px;
  margin: 30px 0;
}
#checkoutModal .modal-footer {
  background-color: #e3e2e2;
}
#checkoutModal .modal-footer .btn {
  font-size: 24px;
  font-weight: 900;
  background-color: #00b5cc;
  color: #fff;
  border-radius: 0;
  height: 47px;
  line-height: 47px;
  padding: 0 15px;
}
#checkoutModal .modal-footer .btn-border {
  border: 1px solid #ccc;
  padding: 1px;
  margin: 0 10px 0 0;
  display: inline-block;
  background-color: #fff;
}
#checkoutModal .modal-footer .btn-yellow {
  border-color: #ffd992;
}
#checkoutModal .modal-footer .btn-yellow button {
  background-color: #00b5cc;
}
#checkoutModal .modal-footer .btn-gray {
  border-color: #b8b6b6;
}
#checkoutModal .modal-footer .btn-gray button {
  background-color: #716d6e;
}
/* Start Media Queries
------------------------------------------------*/
/* Large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
  /* Header
  
  
	--------------------------------------------*/
	
	
	#locations .map {
    max-height: 300px;
    background-color: #CCC;
    top: -70px;
}

  header.large .brand {
    width: 75%;
  }
  header .header-info .contact {
    font-size: 14px;
  }
  header .navbar-default {
    font-size: 14px;
  }
  header.large {
    height: 133px;
  }
  header.small {
    height: 91px;
  }
  header.small .brand {
    margin: 28px 0 0 0;
  }
  /* Teaser
	--------------------------------------------*/
  #teaser form .styled-select-car select {
    font-size: 21px;
  }
  #teaser form .input-group-addon {
    font-size: 14px;
    width: 95px;
  }
  #teaser form .input-group-addon .glyphicon {
    font-size: 12px;
  }
  #teaser form .input-group input {
    font-size: 14px;
    padding-left: 10px;
  }
  #teaser form .styled-select-time select {
    font-size: 14px;
    padding: 0 5px;
  }
  #teaser form .date {
    width: 195px;
  }
  #teaser form .time {
    width: 105px;
  }
  #teaser form .styled-select-time:after {
    background: #ffffff url('app/web/img/dropdown-icon.png') no-repeat 10px 18px;
  }
  #teaser form .submit {
    font-size: 19px;
  }
  #teaser .title {
    font-size: 30px;
  }
  #teaser .subtitle {
    font-size: 18px;
  }
  #teaser form {
    padding: 20px 30px;
  }
  #teaser .reservation-form-shadow {
    height: 465px;
  }
  /* Services
	--------------------------------------------*/
  #services h2 {
    font-size: 42px;
    margin: 0 0 20px 0;
  }
  #services .service-box .service-icon {
    height: 38px;
    width: 38px;
    line-height: 37px;
    font-size: 36px;
  }
  #services .service-box .service-title {
    font-size: 24px;
    padding-top: 6px;
  }
  #services .service-box .service-content {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
  }
  /* Newsletter
	--------------------------------------------*/
  #newsletter .title {
    font-size: 24px;
  }
  #newsletter .subtitle {
    font-size: 15px;
  }
  #newsletter .newsletter-form {
    height: 50px;
    padding: 7px;
  }
  #newsletter .newsletter-form button {
    font-size: 17px;
  }
  #newsletter .social-icons ul li a {
    height: 51px;
    width: 55px;
    line-height: 51px;
    font-size: 31px;
  }
  /* Vehicles
	--------------------------------------------*/
  #vehicles .title {
    font-size: 32px;
  }
  #vehicles .vehicle-nav li a {
    font-size: 16px;
    height: 55px;
    line-height: 55px;
  }
  #vehicles .vehicle-price {
    font-size: 20px;
  }
  #vehicles .vehicle-price {
    font-size: 20px;
  }
  #vehicles .vehicle-price .info {
    font-size: 16px;
  }
  #vehicles .table {
    font-size: 12px;
  }
  #vehicles .reserve-button {
    font-size: 22px;
  }
  #vehicles .reserve-button {
    font-size: 22px;
  }
  #reviews .review {
    font-size: 18px;
  }
  #reviews .author {
    font-size: 16px;
  }
  /* Locations
	--------------------------------------------*/
  #locations .location-select h2 {
    font-size: 28px;
    margin: 30px 0 0 21px;
  }
  #locations .map {
    height: 500px;
  }
  /* Information
	--------------------------------------------*/
  #information .title {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  #information .subtitle {
    font-size: 20px;
    margin: 0 0 30px 0;
  }
  #information p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  #information .btn {
    font-size: 20px;
  }
  /* Partners
	--------------------------------------------*/
  #partners h2 {
    font-size: 42px;
    margin: 0 0 20px 0;
  }
  #partners p {
    font-size: 16px;
  }
  /* Contact
	--------------------------------------------*/
  #contact h2 {
    font-size: 32px;
  }
  #contact .contact-info {
    font-size: 16px;
  }
  #contact form .form-group {
    margin-bottom: 15px;
  }
  #contact form .text-field {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  #contact .contact-box {
    font-size: 13px;
  }
  #contact .contact-box img {
    width: 65px;
  }
  #contact .contact-box-name {
    font-size: 20px;
  }
  #contact form ::-webkit-input-placeholder {
    font-size: 16px !important;
  }
  #contact form :-moz-placeholder {
    font-size: 16px !important;
  }
  #contact form ::-moz-placeholder {
    font-size: 16px !important;
  }
  #contact form :-ms-input-placeholder {
    font-size: 16px !important;
  }
  #contact form .submit-message {
    font-size: 20px;
  }
  /* Footer
	--------------------------------------------*/
  footer .footer-nav li a {
    font-size: 16px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  /* Header
	--------------------------------------------*/
  header .brand {
    display: none;
  }
  .navbar-brand {
    padding: 0;
    width: 230px;
  }
  header .navbar-brand {
    display: block;
  }
  header .navbar-toggle {
    margin-top: 4px;
  }
  header.large {
    height: 91px;
  }
  header.large .header-info {
    display: none;
  }
  header .navbar-default .navbar-collapse {
    background-color: #fff;
    padding: 32px;
    z-index: 1183;
    position: absolute;
    width: 100%;
    margin: 15px 0 0 0;
    border: 14px solid #e7e7e7;
    border-top: none;
    box-shadow: 0px 4px 1px -1px rgba(50, 50, 50, 0.32);
  }
  /* Teaser
	--------------------------------------------*/
  #teaser {
    height: 1100px;
  }
  #teaser .title {
    text-align: center;
  }
  #teaser .carousel {
    margin-bottom: 70px;
  }
  #teaser form .date {
    width: 75%;
  }
  #teaser form .time {
    width: 32%;
  }
  /* Newsletter
	--------------------------------------------*/
  #newsletter .title {
    text-align: center;
    margin-bottom: 25px;
  }
  #newsletter .newsletter-form {
    width: 100%;
  }
  #newsletter .social-icons {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
  #newsletter .social-icons ul li {
    display: inline-block;
    float: none;
  }
  /* Vehicles
	--------------------------------------------*/
  #vehicles .styled-select-vehicle-data {
    display: block;
  }
  #vehicles .vehicle-nav {
    display: none;
  }
  #vehicles .vehicle-img {
    margin: 15px 0;
  }
  #vehicles .vehicle-img img {
    display: inline-block;
  }
  /* Locations
	--------------------------------------------*/
  #locations .location-select {
    height: 155px;
  }
  #locations .location-select h2 {
    text-align: center;
  }
  #locations .styled-select-location {
    margin: 22px 21px 0 22px;
  }
  /* Information
	--------------------------------------------*/
  #information {
    text-align: center;
  }
  #information img {
    display: inline-block;
    margin-bottom: 25px;
  }
  #information .video {
    margin-bottom: 25px;
  }
  /* Partners
	--------------------------------------------*/
  #partners {
    padding-bottom: 50px;
  }
  #partners img {
    display: inline-block;
    margin-bottom: 40px;
  }
  /* Contact
	--------------------------------------------*/
  #contact .contact-info {
    margin-top: 40px;
  }
  /* CheckOut Modal
	--------------------------------------------*/
  #checkoutModal .modal-dialog {
    width: 100%;
    margin: 0;
  }
  #checkoutModal .form-group {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #checkoutModal .modal-footer {
    text-align: center;
  }
}
/* Small devices (660px and down) */
@media (max-width: 660px) {
  /* CheckOut Modal
	--------------------------------------------*/
  #checkoutModal .vehicle-info {
    padding: 0 0 0 45px;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0 45px 0 45px;
  }
  #checkoutModal .location-date-info {
    width: 100%;
    padding: 0 0 0 45px;
    float: none;
  }
}
/* Small devices (480px and down) */
@media (max-width: 480px) {
  #teaser form .submit {
    font-size: 18px;
  }
}
/* Change default Nav Breakpoint */
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
/*========MY CSS========*/
@media(max-width:991px){
.get_quote{
  
    margin: 70px 0 20px;
}
.grab_car{
margin-bottom:30px;
}

.crLeft {
    width:100% !important;
    float: left;
	}
#teaser form .datetime {
    float: left;
}
#teaser form .submit {
    font-size: 12px;
}
#teaser form .styled-select-time {
margin:1px 0px 0px !important;

  /*  margin: 10px 10px 0 !important;*/
	}
#teaser form .styled-select-car select {
    font-size: 12px;
}
}

.grab_car img {
    margin: 3px auto;
}
.crBox {

    padding-top: 42px;
	}
#teaser .reservation-form-shadow, #information .reservation-form-shadow {
   
    height: auto;
}
.cr4Text {
    /*max-width: 300px;*/
    width: 94%;
}
.cr4Select {
    /*max-width: 300px;*/
    width: 94%;
}
.crDate {
    /*max-width: 300px;*/
    width: 94%;
}
#crCheckoutForm p label{
font-weight:normal;
}

.crLeft {
    width:100% !important;
    float: left;
	}
	
#teaser form .datetime {
width:100%;
    float: left;
}
@media(max-width:360px){
.crLabel {
    
    font-size: 12px;
}

}
@media(min-width:768px){
.crLegendText {
    color: #5bcedd;
    font-size: 20px;
	}
}
.crLegendText {
    color: #5bcedd;
	}
.crLegend {
    margin: 10px 0;
}
#crBtnBack {
    margin-bottom: 12px;
}
.cr_same_location {
    margin-top: 10px !important;
}
.banner_box {
 
    float: left;
    margin-bottom: -40px;
    width: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
#teaser .carousel-control {
  
  top: -9px;
  }
  }
.input-group-addon.pixelfix{
padding:6px 9px;
}
@media(max-width:749px){
 #teaser form .date {
    width: 73%;
  }}
 @media(max-width:674px){
 #teaser form .date {
    width: 66%;
  }} 
  
@media(min-width:991px) and (max-width:1199px) {
#teaser form .date {
    width: 100%;
}
#teaser form .styled-select-time {


    margin: 10px 10px 0 !important;
	}
#teaser form .submit {
    font-size: 12px;
}
#teaser form .styled-select-car select {
    font-size: 12px;
}	
	}
@media(max-width:575px){
#teaser form .date {
    width: 100%;
}
#teaser form .styled-select-time {


    margin: 10px 10px 0 !important;
	}
}
@media(min-width:768px) and (max-width:991px){
.col-md-6 .video iframe{
left:20% !important;

}
.crBtnDefault2{
font-size:12px;
}
}
@media(min-width:992px) and (max-width:1024px){
.crBtnDefault2{
font-size:15px;
}
}
@media(max-width:383px){
#information .btn{
font-size:12px;
}
}
@media(min-width:767px){
#crCheckoutForm p {
    display: inline;
    float: left;
    overflow: hidden;
    width: 350px;
}
.crFloatLeft.crR10 {
    clear: both;
    float: none;
    width: 156px !important;
}

}
.crSelect.cr4CCSelect{
    border: 1px solid #dddfde;
}
.crLeft100 p:nth-child(2){
 margin-top: 10px;
    
}
@media(min-width:992px){
.crLeft100 p:nth-child(3){
 margin-left: -270px;
 }
 }
 .cr4CCSelect {
    font-size: 14px;
    width: 172px;
}


p.mylft{width: 130px;  display: inline-block;}
p.myrgt{width: 212px;  display: inline-block;}


@media(min-width:991px) and (max-width:1200px){
p.mylft {
    display: inline-block;
    width: 121px!important;
}
p.myrgt{width: 184px!important;  display: inline-block; float:right!important;}
.myrgt.cr_same_location > label {
    font-size: 10px!important;
}	


.crLabel {
    float: left;
    font-size: 13px!important;
    font-weight: bold;
}	
	
	.cr_same_location {
    margin-top: 3px !important;
}
	
}



@media(min-width:480px) and (max-width:990px){
	
	p.myrgt {
    display: inline-block;
    float: right;
    margin-right: 3px;
    margin-top: 0 !important;
    text-align: right !important;
    width: 212px;
}
	
	
	
	}



/* ==========================================================================
	#General
========================================================================== */
#pjWrapperCarRental .pjCrContainer { padding: 15px; }
#pjWrapperCarRental .pjCrMinSize340 { min-width: 340px; }
#pjWrapperCarRental .pjCrVerticalTop { vertical-align: top; }
#pjWrapperCarRental .pjCrCursorPointer { cursor: pointer; }
#pjWrapperCarRental .pjCrSize1of5 { width: 20% !important; }
#pjWrapperCarRental select.form-control { cursor: pointer; }

/* ==========================================================================
	#Buttons
========================================================================== */
#pjWrapperCarRental .pjCrBtnAdd { padding: 6px 8px; }

#pjWrapperCarRental .pjCrBtnActive,
#pjWrapperCarRental .pjCrNav .pjCrBtnActive,
#pjWrapperCarRental .pjCrLanguage .pjCrBtnActive { color: #337ab7; }

/* ==========================================================================
	#Forms
========================================================================== */
#pjWrapperCarRental .form-group.has-error { position: relative; }
#pjWrapperCarRental .help-block,
#pjWrapperCarRental .help-block * { margin: 0; }
#pjWrapperCarRental .help-block { position: absolute; bottom: -15px; left: 0; overflow: hidden; max-width: 100%; }
#pjWrapperCarRental .help-block li { overflow: hidden; max-width: 100%; font-size: 12px; white-space: nowrap; -ms-text-overflow: ellipsis; text-overflow: ellipsis; }
#pjWrapperCarRental .form-group.has-error .row { position: relative; max-width: 100%; }
#pjWrapperCarRental .form-group .row .help-block { bottom: -15px; left: 15px; }

/* ==========================================================================
	#pjCrProgresbarNav
========================================================================== */
#pjWrapperCarRental .pjCrProgresbarNav { display: inline-block; width: 636px; padding: 0 10px; }
#pjWrapperCarRental .pjCrProgressBar { border-right: 1px solid; }
#pjWrapperCarRental .pjCrProgressBar:last-of-type { border-right: 0; }
#pjWrapperCarRental .pjCrProgressSm { height: 10px; margin-bottom: 0; }
#pjWrapperCarRental .pjCrProgresbarNav .pjCrBtnSm { padding: 5px; }
#pjWrapperCarRental .pjCrProgresbarNav .nav .active a { background-color: #eee; color: #333; }

/* ==========================================================================
	#pjCrNav
========================================================================== */
#pjWrapperCarRental .pjCrNav .pjCrBtn { text-align: left; }
#pjWrapperCarRental .pjCrNav .pjCrBtnNav .caret { -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
#pjWrapperCarRental .pjCrNav.open .pjCrBtnNav .caret { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

/* ==========================================================================
	#pjCrLanguage
========================================================================== */
#pjWrapperCarRental .pjCrLanguage { float: right; }
#pjWrapperCarRental .pjCrLanguage .pjCrBtnNav .caret { -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
#pjWrapperCarRental .pjCrLanguage.open .pjCrBtnNav .caret { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

#pjWrapperCarRental .pjCrLanguage .dropdown-menu { right: 0; left: auto; }

/* ==========================================================================
	#pjCrTimePicker
========================================================================== */
#pjWrapperCarRental .pjCrTimePicker .bootstrap-datetimepicker-widget { max-width: 100%; }
#pjWrapperCarRental .pjCrTimePicker .bootstrap-datetimepicker-widget td,
#pjWrapperCarRental .pjCrTimePicker .bootstrap-datetimepicker-widget td span { width: 34px; height: 34px; line-height: 34px; }
#pjWrapperCarRental .pjCrTimePicker .bootstrap-datetimepicker-widget td .btn { padding: 0; }
#pjWrapperCarRental .pjCrTimePicker .bootstrap-datetimepicker-widget td .btn-primary { padding: 6px; }

/* ==========================================================================
	#Pannels
========================================================================== */
#pjWrapperCarRental .pjCrPanelLeft { min-width: 280px; }
#pjWrapperCarRental .pjCrPanelRight { min-width: 520px; }

/* ==========================================================================
	#Products
========================================================================== */
#pjWrapperCarRental .pjCrProduct { padding: 15px; margin-bottom: 20px; }
#pjWrapperCarRental .pjCrProduct .well p:last-of-type { padding-bottom: 0; margin-bottom: 0; }
#pjWrapperCarRental .pjCrProduct .pjCrBgPrimary { line-height: 21px; }
#pjWrapperCarRental .pjCrProduct .pjCrBtntDefault { padding: 6px 0; }

/* ==========================================================================
	#pjCrMultiplierDropdown
========================================================================== */
#pjWrapperCarRental .pjCrMultiplierDropdown { display: inline-block; vertical-align: middle; }
#pjWrapperCarRental .pjCrMultiplierDropdown .form-control { display: inline-block; padding: 0; }
#pjWrapperCarRental .pjCrMultiplierDropdown .input-group-addon { padding: 6px 8px; }

/* ==========================================================================
	#pjCrCaptcha
========================================================================== */
#pjWrapperCarRental .pjCrCaptcha .help-block { float: left; width: 100%; padding-left: 15px; }

.modal-backdrop.fade {
	opacity: 0 !important;
	filter: alpha(opacity=0)  !important;
}
.modal-backdrop.fade.in {
	opacity: 0.5  !important;
	filter: alpha(opacity=50)  !important;
}
.modal-dialog{z-index: 9999;}
/* ==========================================================================
	#Responsive
========================================================================== */
@media only screen and ( max-width: 1051px ) {
	/* ==========================================================================
		#Pannels
	========================================================================== */
	#pjWrapperCarRental .pjCrPanelLeft { min-width: 1px; }
	#pjWrapperCarRental .pjCrPanelRight { min-width: 1px; }
}

@media only screen and ( max-width: 890px ) {
	/* ==========================================================================
		#pjCrProgresbarNav
	========================================================================== */
	#pjWrapperCarRental .pjCrProgresbarNav { overflow: hidden; }

	/* ==========================================================================
		#pjCrLanguage
	========================================================================== */
	#pjWrapperCarRental .pjCrLanguage { float: right; }
}

@media only screen and ( max-width: 767px ) {
	/* ==========================================================================
		#pjCrProgresbarNav
	========================================================================== */
	#pjWrapperCarRental .pjCrProgresbarNav { width: 100%; }
	#pjWrapperCarRental .pjCrProgresbarNav .nav-justified > li { float: left; }

	/* ==========================================================================
		#pjCrProducts
	========================================================================== */
	#pjWrapperCarRental .pjCrProduct .col-xs-12 { width: 45%; }
	#pjWrapperCarRental .pjCrProduct .col-xs-12:first-of-type { width: 25%; }
	#pjWrapperCarRental .pjCrProduct .col-xs-12:last-of-type { width: 30%; }

	/* ==========================================================================
		#pjCrProductExtra
	========================================================================== */
	#pjWrapperCarRental .pjCrProductExtra .col-xs-5 { width: 33%; }
	#pjWrapperCarRental .pjCrProductExtra .col-xs-7 { width: 40%; }
	#pjWrapperCarRental .pjCrProductExtra .col-xs-12:last-of-type { width: 27%; text-align: right; }

	/* ==========================================================================
		#pjCrHeading
	========================================================================== */
	#pjWrapperCarRental .pjCrHeading .col-xs-12 { width: 50%; }
}

@media only screen and ( max-width: 670px ) {
	/* ==========================================================================
		#pjCrProgresbarNav
	========================================================================== */
	#pjWrapperCarRental .pjCrProgresbarNav .nav > li { display: none; }
	#pjWrapperCarRental .pjCrProgresbarNav .nav > .active { display: block; }
}

@media only screen and ( max-width: 470px ) {
	/* ==========================================================================
		#pjCrProducts
	========================================================================== */
	#pjWrapperCarRental .pjCrProduct .col-xs-12,
	#pjWrapperCarRental .pjCrProduct .col-xs-12:first-of-type { width: 100%; }
	#pjWrapperCarRental .pjCrProduct .col-xs-12:last-of-type { width: 250px; }
	#pjWrapperCarRental .pjCrProduct .col-xs-12:last-of-type .well { width: 50%; margin: 0 auto 20px; }
}

@media only screen and ( max-width: 470px ) {
	/* ==========================================================================
		#pjCrProductExtra
	========================================================================== */
	#pjWrapperCarRental .pjCrProductExtra .col-xs-5 { width: 35%; }
	#pjWrapperCarRental .pjCrProductExtra .col-xs-7 { width: 65%; }
	#pjWrapperCarRental .pjCrProductExtra .col-xs-12,
	#pjWrapperCarRental .pjCrProductExtra .col-xs-12:last-of-type { width: 100%; }
	#pjWrapperCarRental .pjCrProductExtra h5 { text-align: left; }
	#pjWrapperCarRental .pjCrProductExtra .col-xs-12:last-of-type { text-align: center; }
}

@media only screen and ( max-width: 390px ) {
	/* ==========================================================================
		#General
	========================================================================== */
	#pjWrapperCarRental .pjCrMinSize340 { min-width: 1px; }

	/* ==========================================================================
		#pjCrForm
	========================================================================== */
	#pjWrapperCarRental .pjCrFormGroup .col-xs-6 { width: 100%; }

	/* ==========================================================================
		#pjCrTimePicker
	========================================================================== */
	#pjWrapperCarRental .pjCrTimePicker { padding-top: 10px; }

	/* ==========================================================================
		#pjCrHeading
	========================================================================== */
	#pjWrapperCarRental .pjCrHeading .col-xs-12 { width: 100%; }
	#pjWrapperCarRental .pjCrLanguage { float: left; margin-top: 15px; }
}
