/* Minification failed. Returning unminified contents.
(3456,20): run-time error CSS1036: Expected expression, found '#'
 */
/*! jQuery UI - v1.11.4 - 2015-03-11
* 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 2015 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;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	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;
	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;
	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;
	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;
	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;
	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;
}

/* 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 {
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

/* CSS Globals */

* {
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
            background-repeat:no-repeat;
}

*{
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
    border: 0;
    outline:none;
}

html{
	width:100%;
	height:100%;
}

body{
	width:100%;
	height:100%;
	font-family:arial,sans-serif;
	font-size:1em;
    color:#FFF;
    overflow:hidden;
    -webkit-text-size-adjust: 100%;
}

a{
	color:#003b6a;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1,h2,h3{
	margin-bottom:10px;
}

p{
    margin-bottom:30px;
    line-height: 1.5em;
}

img{
    max-width:100%;
}

audio,canvas,img,video {
    vertical-align: middle;
}

form{
    clear: both;
}

fieldset{
	padding: 0;
}

input,textarea,.select{
    resize: none;
    padding: 10px;
    line-height: 20px;
    font-size: 1em;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #FFF;
}

input:hover,textarea:hover,.select:hover{
    border: 1px solid #CCC;
}

input[type=submit]{
    cursor: pointer;
    border:none;
    height:40px;
    line-height:40px;
    font-size:1.250em;
    background:#003b6a;
    color:#FFF;
    padding:0 53px;
    width:auto;
}

.error input,
.error input:hover{
    border: 1px solid #e2001a;
    outline:none;
}

.hidden{
	display:none !important;
}

::-moz-selection {
    background: #000;
    color: #FFF;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #FFF;
    text-shadow: none;
}

::-webkit-input-placeholder {
   color: #AAA;
}

:-moz-placeholder {
   color: #AAA;  
}

::-moz-placeholder {
   color: #AAA;  
}

:-ms-input-placeholder {  
   color: #AAA;  
}

/* Fonts */

@font-face{
    font-family:BoschSans-Regular;
    src:url(../fonts/boschsans-regular.eot);
    src:url(../fonts/boschsans-regular.eot?#iefix) format('embedded-opentype'),
        url(../fonts/boschsans-regular.woff) format('woff'),
        url(../fonts/boschsans-regular.woff2) format('woff2'),
        url(../fonts/boschsans-regular.ttf) format('truetype'),
        url(../fonts/boschsans-regular.svg#bosch_sans_regularregular) format('svg');
}

@font-face{
    font-family:BoschSans-Light;
    src:url(../fonts/boschsans-light.eot);
    src:url(../fonts/boschsans-light.eot?#iefix) format('embedded-opentype'),
        url(../fonts/boschsans-light.woff) format('woff'),
        url(../fonts/boschsans-light.woff) format('woff2'),
        url(../fonts/boschsans-light.ttf) format('truetype'),
        url(../fonts/boschsans-light.svg#bosch_sanslight) format('svg');
}

@font-face{
    font-family:BoschSerif-Italic;
    src:url(../fonts/boschserif-italic.eot);
    src:url(../fonts/boschserif-italic.eot?#iefix) format('embedded-opentype'),
        url(../fonts/boschserif-italic.woff) format('woff'),
        url(../fonts/boschserif-italic.ttf) format('truetype'),
        url(../fonts/boschserif-italic.svg#bosch_serifitalic) format('svg');
}

@font-face{
    font-family:BoschSans-Medium;
    src:url(../fonts/boschsans-medium.eot);
    src:url(../fonts/boschsans-medium.eot?#iefix) format('embedded-opentype'),
        url(../fonts/boschsans-medium.woff) format('woff'),
        url(../fonts/boschsans-medium.ttf) format('truetype'),
        url(../fonts/boschsans-medium.svg#bosch_sansmedium) format('svg');
}

@font-face{
    font-family:BoschSans-Bold;
    src:url(../fonts/boschsans-bold.eot);
    src:url(../fonts/boschsans-bold.eot?#iefix) format('embedded-opentype'),
        url(../fonts/boschsans-bold.woff) format('woff'),
        url(../fonts/boschsans-bold.ttf) format('truetype'),
        url(../fonts/boschsans-bold.svg#bosch_sansbold) format('svg');
}

*,input,textarea{
    font-family:BoschSans-Regular;
}

.section-1 p,
.section-1 h2,
h3,
.stat span,
.number,
.section-5 h2,
legend,
.content-overlay h2,
.page-overlay h2,
.m-slider:after{
    font-family:BoschSans-Light;
    font-weight:100;
}

h2,
.section-1 h2 b,
.subtitle,
.section-5 h2 b,
strong,
.section-2 h2 span,
.section-4 h2 span{
    font-family:BoschSans-Bold;
}

.ch h2,
.ch .section-1 h2 b,
.ch .subtitle,
.ch .section-5 h2 b,
.ch strong,
.ch .section-2 h2 span,
.ch .section-4 h2 span{
    font-family:BoschSans-Regular;
    font-weight:400;
}

.transition{
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

/* Layout */

#container, .content, .sections, .sections > div{
    width:100%;
    height:100%;
}

.content{
    background:url(../images/ajax-loader.gif) no-repeat center center;
}

.sections{
    position:relative;
    -webkit-transition: all 0.6s ease-out;
            transition: all 0.6s ease-out;
}

.sections > div{
    position:relative;
}

.sections > div:before{
    content:"";
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
    opacity:0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.sections > .overlay:before{
    z-index:2;
    opacity:1;
    filter: alpha(opacity=100);
}

.buttons a,
.button a,
a .button,
a.button{
    font-size:1.250em;
    line-height:60px;
    display:inline-block;
    border-radius:28px;
    background:#FFF;
    color:#e2001a;
    padding:0 32px;
    margin-top:10px;
    position:relative;
}

.buttons a:hover,
.button a:hover,
a:hover .button,
a.button:hover{
    color:#bd4647;
    text-decoration:none;
    background:#f1f1f1;
}

.section-2 .button a,
.section-2 a.button,
.section-2 a .button,
.section-3 .button a,
.section-3 a.button,
.section-3 a .button,
.button.alt a{
    background:#e2001a;
    color:#FFF;
}

.section-2 .button a:hover,
.section-2 a:hover.button,
.section-2 a:hover .button,
.section-3 .button a:hover,
.section-3 a:hover.button,
.section-3 a:hover .button,
.button.alt a:hover{
    color:#f1f1f1;
    background:#bd4647;
}

.buttons{
    padding:0;
}

.button .call:after,
.call .button:after,
.button.call:after,
.buttons .call:after,
.button .sample:after,
.sample .button:after,
.button.sample:after,
.buttons .sample:after,
.button .download:after,
.download .button:after,
.button.download:after,
.buttons .download:after,
.button .video:after,
.video .button:after,
.button.video:after,
.buttons .video:after{
    content:"";
    display:inline-block;
    margin-left:15px;
    background:url(../images/sprite-icons.png) 0 -158px;
    vertical-align: middle;
}

.button .video:after,
.video .button:after,
.video.button:after,
.buttons .video:after{
    background:none;
    width:37px;
    height:37px;
    border:1px solid #e2001a;
    border-radius:50%;
    position:relative;
    bottom:1px;
}

.button .video:before,
.video .button:after,
.video.button:after,
.buttons .video:before{
    right: 40px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(226, 0, 26, 0);
	border-left-color: #e2001a;
	border-width: 7px;
	margin-top: -7px;
}

.call .button:after,
.button .call:after,
.video .call:after,
.video.call:after,
.buttons .call:after{
    width:19px;
    height:27px;
}

.sample .button:after,
.button .sample:after,
.sample .button:after,
.sample.button:after,
.buttons .sample:after{
    width:24px;
    height:34px;
    background-position:-19px -140px;
}

.button .download:after,
.download .button:after,
.download .button:after,
.download.button:after,
.buttons .download:after{
    width:24px;
    height:26px;
    background-position:-19px -174px;
}

video{
    width:100%;
}

.scroll a{
    width:48px;
    height:48px;
    display:block;
    border:2px solid #FFF;
    position:absolute;
    z-index:4;
    z-index:2;
    left:50%;
    margin-left:-25px;
    bottom:38px;
    border-radius:50%;
    -webkit-animation: bounce 1s;
    -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-delay:1s;
}

@-webkit-keyframes bounce{
    0%,100%,20%,53%,80%{
        -webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);
        transition-timing-function:cubic-bezier(0.215,.61,.355,1);
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    40%,43%{
        -webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);
        transition-timing-function:cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform:translate3d(0,-30px,0);
        transform:translate3d(0,-30px,0)
    }
    70%{
        -webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);
        transition-timing-function:cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform:translate3d(0,-15px,0);
        transform:translate3d(0,-15px,0)
    }
    90%{
        -webkit-transform:translate3d(0,-4px,0);
        transform:translate3d(0,-4px,0)
    }
}

.arrow:before,
.scroll a:before,
.gallery > span a:after,
.sidepage > span a:after {
	left: 50%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
}

.scroll a:before{
	border-top-color: #FFF;
	border-width: 21px;
    margin:-11px 0 0 -14px;
    clip: rect(7px,24px,21px,0px);
    border-left-width: 14px;
    border-right-width: 14px;
}

.scroll a span{
    color:#FFF;
    width:240px;
    position:absolute;
    top:-30px;
    left: -95px;
    text-align:center;
}

.subtitle{
    font-size:1.125em;
    font-style: italic;
    color:#FFF;
    opacity:0.4;
    filter: alpha(opacity=40);
    padding-bottom:20px;
    display:block;
}

h2{
    font-size:3.438em;
    line-height:1.33em;
}

h3{
    color:#303766;
    font-size:1.625em;
    margin-bottom:20px;
}

.inner{
    width:950px;
    margin:0 auto;
    padding-top:150px;
}

.content{
    overflow:hidden;
}

/* Header */

.header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:10;
}

.header ul,
.header li{
    list-style:none;
    margin:0;
    padding:0;
}

.m-nav{
    display:none;
}

.nav-top{
    background:#FFF;
    height:77px;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
}

.nav-top ul{
    background:#f1f1f1;
    height:17px;
    line-height:12px;
    position:relative;
    z-index:2;
}

.nav-top > div{
    position:relative;
    height: 77px;
}

.nav-top > div:before{
    width:185px;
    height:8px;
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    background:#e2001a;
    opacity:0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
}

.nav-top.active-1 > div:before{
    left:185px;
}

.nav-top.active-2 > div:before{
    left:370px;
}

.nav-top.active-3 > div:before{
    left:555px;
}

.nav-top.active-4 > div:before{
    left:740px;
}

.active .nav-top > div:before {
    opacity:1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
}

.nav-top li,
.nav-top a{
    color:#808285;
    font-family:Arial, sans-serif;
}

.nav-top li{
    font-size:0.688em;
    margin: 0 5px;
    line-height:17px;
}

.nav-top li:first-child{
    border-right: 1px solid #c3c3c4;
    padding-right: 19px;
    margin-right: 0;
    font-family:Verdana,Arial,sans-serif;
}

.nav-top span{
    color:#404245;
    font-size:1.375em;
    font-weight:bold;
    font-family:Verdana, Arial, sans-serif;
    margin-top:10px;
    display:inline-block;
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
}

.nav-top .active a{
    color:#BBB;
}

.nav-top a{
    padding: 0 5px;
    display:block;
    line-height:17px;
}

.nav-top a:hover{
    background-color: #e1e1e2;
    text-decoration:none;
}

.header.active .nav-top span{
    -webkit-transform:translateY(-55px);
        -ms-transform:translateY(-55px);
            transform:translateY(-55px);
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
}

.logo{
    float:right;
    width:128px;
    display:block;
    height:40px;
    background-repeat:no-repeat;
    background-position:50%;
    padding:10px 0;
}

.nav-main{
    background:#000;
    background:rgba(0,0,0,0.4);
    height:54px;
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
}

.header.active .nav-main{
    background:rgba(0,0,0,0);
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
}

.header ul,
.nav-top > div{
    width:1090px;
    margin:0 auto;
}

.nav-main > ul > li,
.nav-top > div > ul > li{
    float: left;
}

.nav-main > ul{
    position:relative;
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
}

.header.active .nav-main ul{
    -webkit-transform:translateY(-60px);
        -ms-transform:translateY(-60px);
            transform:translateY(-60px);
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
}

.header.active .nav-main .drop:hover ul{
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
}

.nav-main > ul > li{
    width:20%;
    text-align:center;
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    vertical-align: top;
}

.header.active .nav-main > ul > li{
    width: 17%;
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
}

.nav-main > ul > li a{
    line-height:54px;
    color:#FFF;
    display:block;  
    border-right:1px solid #FFF;
    font-size:0.875em;
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
}

.header.active  .nav-main > ul > li > a{
    color:#404245;
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
    border:none;
    line-height:64px;
    font-size: 0.750em;
}

.header.active .nav-main > ul > li > a:after{
    border-color: rgba(64, 66, 69, 0);
	border-top-color: #404245;
    top:11px;
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
}

.nav-main > ul > li:first-child > a{
    border-left:1px solid #FFF;
}

.nav-main  a:hover{
    text-decoration:none;
}

.drop ul{
    -webkit-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out;
    opacity:0;
    filter: alpha(opacity=0);
    overflow:hidden;
    height:0;
    z-index:-1;
    display:block;
    background:#000;
    background:rgba(0,0,0,0.65);
    width:217px;
    position:relative;
    left:-1px;
    color:#FFF;
}

.drop > a:after{
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #FFF;
	border-width: 7px;
	margin-left: -7px;
    position: relative;
    top:13px;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
}

.header .drop:hover > a{
    background:#000;
    background:rgba(0,0,0,0.45);
}

.header .drop:hover ul{
    opacity:1;
    filter: alpha(opacity=100);
    z-index:1;
    height:auto;
}

.header .drop ul.hide{
    display:none;
}

.nav-main .drop ul a{
    line-height:48px;
    border:none;
}

.active .drop:hover > a{
    background:none;
}

.active .drop ul{
    top: 56px;
}

.active .nav-main{
    height:0px;
}

/* Section 1 */

.section-1{
    background:#000;
}

.section-1 .gallery{
    position:absolute;
    left:0;
    top:0;
    z-index:0;
}

.section-1 .gallery,
.section-1 .gallery ul,
.section-1 .gallery li{
    width:100%;
    height:100%;
}

.section-1 .gallery li{
    background-size:cover;
    background-position: center center;
    text-align:center;
}

.gallery > div{
    display:none;
}

.section-1 li > div{
    width:1090px;
    margin:0 auto;
    display:inline-block;
    vertical-align:middle;
    text-align:left;
}

.section-1 li:after{
    content:"";
    width:1px;
    height:100%;
    display:inline-block;
    vertical-align:middle;
}

.section-1 h2{
    line-height:1.167em;
    font-size:4.813em;
}

.section-1 h2 b,
.section-1 h2 strong{
    display:block;
}

.section-1 p{
    font-size:1.750em;
    width:440px;
    line-height: 1.3em;
}

.section-1 p .button a{
    font-size:0.714em;
}

/* Section 2 */

.section-2{
    background-position:center center;
    background-size:cover;
}

.section-2 p{
    width:460px;
}

.section-2 h2{
    max-width: 575px;
}

.bag{
    position: absolute;
    top: 195px;
    left: 50%;
    width: 492px;
    height: 503px;
    margin-left: 69px;
}

.bag li{
    list-style:none;
}

.bag li a{
    display:block;
    width:32px;
    height:32px;
    background:#e2001a;
    position:absolute;
    text-align:center;
    line-height:32px;
    color:#FFF;
    border-radius:50%;
    font-size: 2em;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    z-index:4;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.bag li a span{
    display:none;
}

.bag li a span:first-child{
    display:block;
}

.bag li a:before{
    width:100%;
    height:100%;
    content:"";
    position:absolute;
    top:-1px;
    left:-1px;
    border-radius:50%;
    border:1px solid #e5e5e5;
    -webkit-animation: pulse 1.5s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity:1;
        filter: alpha(opacity=100);
    }
    50% {
        opacity:1;
        filter: alpha(opacity=100);
    }
    100% {
        -webkit-transform: scale(1.4);
                transform: scale(1.4);
        opacity:0;
        filter: alpha(opacity=0);
    }
}

.bag li a:hover{
    background:#bd4647;
    text-decoration:none;
}

.bag .active a,
.bag .active a:hover{
    background:#FFF;
    -webkit-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
            transform:rotate(45deg);
    color:#e2001a;
    font-size:1.5em;
}

.bag .active a:before{
    -webkit-animation:none;
    display:none;
}

.button-1 a{
    left: 355px;
    top: 51px;
}

.button-2 a{
    left: 263px;
    top: 241px;
}

.button-3 a{
    left: 104px;
    top: 380px;
}

.bag p,
.bag b{
    font-size:0.813em;
}

.bag strong,
.bag b{
    font-size:1.271em;
}

.section-2 .bag p{
    width:auto;
    margin:0;
}

.bag > div > div{
    color:#070707;
    position:relative;
    z-index:0;
}

.bag > div > div > div{
    width:480px;
    height:166px;
    background:#FFF;
    border-radius: 83px;
    padding:0 20px 0 50px;
    position: absolute;
    -webkit-transform:translateX(-100px);
        -ms-transform:translateX(-100px);
            transform:translateX(-100px);
    opacity:0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.bag > div > .active{
    z-index:3;
}

.bag > div > .active > div {
    opacity:1;
    filter: alpha(opacity=100);
    -webkit-transform:translateX(0px);
        -ms-transform:translateX(0px);
            transform:translateX(0px);
    z-index:1;
}

.bag > div > div > img{
    -webkit-transform:translateX(100px);
        -ms-transform:translateX(100px);
            transform:translateX(100px);
    opacity:0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
    position:absolute;
}

.bag > div > .active > img{
    opacity:1;
    filter: alpha(opacity=100);
    -webkit-transform:translateX(0px);
        -ms-transform:translateX(0px);
            transform:translateX(0px);
}

.bag .popup-1 > img{
    left: 10%;
    top: -195px;
}

.bag .popup-2 > img{
    left: -19px;
    top: 21px;
}

.bag .popup-3 > img{
    left: 10px;
    top: 27px;
}

.bag .popup-1 > div{
    left: -246px;
    top: -17px;
}

.bag .popup-2 > div{
    left: -338px;
    top: 174px;
}

.bag .popup-3 > div{
    left: -500px;
    top: 313px;
}

.bag > div > div > div > div{
    display:inline-block;
    vertical-align:middle;
    width:328px;
    padding-right:20px;
}

.bag > div > div > div:before{
    width: 1px;
    height: 100%;
    content: "";
    display: inline-block;
    vertical-align:middle;
}

.bag > div > div > div img{
    display:inline-block;
    vertical-align:middle;
    border-radius:50%;
    border:1px solid #e2001a;
    width:119px;
    height:119px;
}

.bag img{
    max-width:none;
}

/* Section 3 */

.section-3{
    background: #FFF;
    color:#404245;
}

.section-3 > div{
    padding-top: 150px;
}

.section-3 .subtitle,
.sidepage > div > div > div{
    width: 950px;
    margin: 0 auto;
}

.sidepage{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.sidepage > div{
    width:500%;
    height:100%;
    position:relative;
    left:0%;
}

.sidepage.active > div{
    -webkit-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
}

.sidepage > div > div{
    width:20%;
    height:100%;
    float:left;
    position:relative;
    background-repeat:no-repeat;
    background-position:100% 50%;
}

.sidepage > div > div:first-child{
    left:0;
}

.sidepage h2{
    position:relative;
}

/*.sidepage>div>div{
    background:none!important;
}
.sidepage > div > div > img{
    position: absolute;
    width: 50%;
    position: absolute;
    left: 55%;
    top: 0;
    z-index: 0;
}*/

.sidepage h2:before{
    content:"";
    width:43px;
    height:43px;
    display:block;
    position:absolute;
    left: -55px;
    top: 13px;
    background:url(../images/sprite-icons.png) 0 -200px #203966;
}

.slider-2 h2:before{
    background-position:-43px -200px;
}

.slider-3 h2:before{
    background-position:0 -243px;
}

.slider-4 h2:before{
    background-position:-43px -243px;
}

.slider-5 h2:before{
    background-position:0 -286px;
}

.sidepage video {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    margin-left: -557px;
}

.sidepage > div > div > div{
    padding-top:192px;
    position: relative;
    z-index: 1;
}

.section-3 .subtitle{
    color:#404245;
    opacity:0.6;
    filter: alpha(opacity=60);
    position:relative;
    z-index:3;
}

.section-3 p{
    width:560px;
}

.section-3 .button .video:before, .section-3 .buttons .video:before{
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFF;
}

.section-3 .button .video:after,.section-3 .buttons .video:after{
    border-color: #FFF;
}

.slider-container,
#slider div div{
    height:47px;
    border:1px solid #c8c8c8;
    background:#e3e3e3;
    width:960px;
    border-radius:24px;
    position:absolute;
    bottom:56px;
    left:50%;
    margin-left:-481px;
}

#slider span > div{
    width:100%;
    height:100%;
    position:relative;
    overflow:hidden;
    background:#e2001a;
    border-radius:32px;
    cursor:move;
    z-index: 3;
}

#slider div div{
    background:none;
    border:none;
    left:0;
    bottom:7px;
    margin-left:1px;
}

#slider{
    margin:0 auto;
    width:764px;
    border:none;
    background:none;
    height:0;
}

.ui-widget{
    font-size:1em;
}

#slider span{
    height:64px;
    width:198px;
    border:none;
    top:-10px;
    margin-left:-99px;
    outline:none;
    cursor:move;
    z-index: 3;
}

.slider-container.active #slider span{
    -webkit-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
}

#slider span:after{
    content:"";
    display:block;
    width:82px;
    height:28px;
    background:url(../images/sprite-icons.png) 0 -112px #a80010;
    position:absolute;
    left:50%;
    margin-left:-41px;
    bottom:-28px;
    border-radius: 0 0 5px 5px;
}

.slider-container ul{
    padding:0;
    list-style:none;
    text-align:center;
    height:47px;
}

.slider-container ul:after {
    content:"";
    display: inline-block;
    width:0px;
    height:100%;
    vertical-align: middle;
}

.slider-container ul:before {
    content:"";
    display: inline-block;
    width:0px;
    height:100%;
    vertical-align: middle;
}

.slider-container li {
    display: inline-block;
    margin: 0px 22px;
    position: relative;
    z-index: 2;
    font-size: .86em;
    cursor: pointer;
    width: 114px;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
    padding-left: 30px;
}

.slider-container li:first-child{
    width:108px;
}

.slider-container span li{
    color: #FFF;
}

.slider-container b {
    background: #fff;
    border: 1px solid #801b15;
    color: #801b15;
    border-radius: 50%;
    text-align: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: .75em;
    margin-right: 3px;
    line-height: 21px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
}

.section-3 .m-title{
    display:none;
    position: absolute;
    left: 78px;
    top: 83px;
    font-size: 1.1em;
    color: #e2001a;
}

/* Section 4 */

.section-4{
    background-position:center center;
    background-size:cover;
}

.section-4 .subtitle{
    opacity:0.7;
    filter: alpha(opacity=70);
}

.section-4 p{
    width:485px;
}

.section-4 .button a{
    color:#003b6a;
}

.section-4 .button a:hover{
    color:#628cb2;
}

.section-4 .scroll a{
    background:#486380;
}

.section-4 h2{
    position:relative;
    z-index:1;
}

.section-4 h2 span{
    width: 496px;
    display: block;
    background: #003b6a;
    padding-left:20px;
    margin-left:-20px;
}

.section-4 h2:before{
    content: "";
    background: #003b6a;
    width: 115%;
    height: 73px;
    display: block;
    position: absolute;
    right: 50%;
    margin-right: -20px;
    z-index: -1;
}

.section-4 .button .video:before, .section-4 .buttons .video:before{
	border-color: rgba(0, 59, 106, 0);
	border-left-color: #003b6a;
}

.section-4 .button .video:after,.section-4 .buttons .video:after{
    border-color: #003b6a;
}

.table{
    width:200%;
    border:1px solid #d3dbe4;
    position:absolute;
    left:50%;
    top: 193px;
    margin-left: 70px;
    height:100%;
}

.head{
    display:block;
    font-size:1.125em;
    background:#FFF;
    line-height:50px;
    padding-left:30px;
    color:#003b6a;
}

.table > div{
    height:170px;
    border-bottom:1px solid #d3dbe4;
}

.table > div:after{
    width:1px;
    height:100%;
    content:"";
    display:inline-block;
    vertical-align:middle;
}

.caption{
    display:inline-block;
    vertical-align:middle;
}

.caption p{
    font-size:0.875em;
    margin:0;
    width:240px;
}

.stat{
    width:188px;
    margin-left:25px;
    display:inline-block;
    vertical-align:middle;
}

.stat span{
    font-size:1em;
}

.number{
    font-size:4.319em;
    line-height: 1em;
}

.number.round{
    font-size:1.875em;
    border-radius:50%;
    border:4px solid #93a8bd;
    width:88px;
    height:88px;
    text-align:center;
    line-height:88px;
    margin-bottom:5px;
    position:relative;
}

.number.round > span{
    font-size: 0.4em;
    display: block;
    line-height: 0px;
    position: absolute;
    width: 100%;
    top: 20px;
}

.number.round div{
    width:100%;
    height:100%;
    border-radius:50%;
    position:absolute;
    top:-4px;
    left:-4px;
    clip: rect(0px,96px,96px,48px);
}

.number.round div:after{
    width:100%;
    height:100%;
    border:4px solid #215f8b;
    border-radius:50%;
    content:"";
    position:absolute;
    top:0;
    left:0;
    clip: rect(0px,48px,96px,0px);
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
}

.active .number.round div:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.bar{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(50%,rgba(41,137,216,0)), color-stop(51%,rgba(162,186,210,0.4)), color-stop(100%,rgba(162,186,210,0.4)));
    background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(162,186,210,0.4) 51%,rgba(162,186,210,0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(41,137,216,0) 50%, rgba(162,186,210,0.4) 51%, rgba(162,186,210,0.4) 100%);
    background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(162,186,210,0.4) 51%,rgba(162,186,210,0.4) 100%);
    width:160px;
    height:6px;
    margin:5px 0;
    position:relative;
    border-left:1px solid rgba(255,255,255,0.6);
    border-right:1px solid rgba(255,255,255,0.6);
    border-bottom:1px solid #FFF;
}

.bar:before{
    content:"";
    height:3px;
    width:0%;
    background:#215f8b;
    position:absolute;
    top: 3px;
    left: 1px;
    -webkit-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
}

.bar:after{
    content:"";
    height:7px;
    width:52px;
    position:absolute;
    top:0px;
    left:54px;
    border-left:1px solid rgba(255,255,255,0.6);
    border-right:1px solid rgba(255,255,255,0.6);
}

.active .bar:before{
    width:159px;
}

/* Section 5 */

.section-5{
    background:#FFF;
    text-align:center;
    color:#404245;
}

.section-5:after{
    content:"";
    width:1px;
    height:100%;
    display:inline-block;
    vertical-align:middle;
}

.section-5 .inner{
    width:800px;
    display:inline-block;
    vertical-align:middle;
    padding:0;
}

.section-5 h2{
    font-size:3.750em;
    color:#e2001a;
    border-bottom:1px solid #e1e1e2;
    line-height:84px;
}

.section-5 p{
    width:584px;
    margin:0 auto 20px;
}

.section-5 ul{
    padding:0;
}

.section-5 ul li{
    display:inline-block;
    padding:17px 51px;
}

.section-5 ul li.clear {
    clear: both;
    display: block;
}

.section-5 ul .button a,
.section-5 ul a .button,
.section-5 ul a.button{
    border:2px solid #e2001a;
    line-height:56px;
}

.section-5 ul .button a:hover,
.section-5 ul a:hover .button,
.section-5 ul a.button:hover{
    border-color:#bd4647;
    color:#bd4647;
    background:#FFF;
}

.section-5 ul .large .button a,
.section-5 ul a .large,
.section-5 ul a.large,
.section-5 ul .large a .button{
    line-height:70px;
    border:none;
    color:#FFF;
    background:#223c6e;
    padding:0 94px;
    border-radius: 35px;
}

.section-5 ul .large .button a:hover,
.section-5 ul a:hover .large,
.section-5 ul a.large:hover{
    background:#00142a;
    color:#FFF;
}

/* Gallery */

.gallery{
    width:1280px;
    height:527px;
    position:relative;
}

.gallery li{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:527px;
    list-style:none;
    -webkit-transition:opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
            transition:opacity 0.5s ease-out, transform 0.5s ease-out;
    opacity:0;
    filter: alpha(opacity=0);
    -webkit-transform:translateX(-100px);
        -ms-transform:translateX(-100px);
            transform:translateX(-100px);
    padding-right:100px;
}

.gallery .show{
    z-index:1;
    opacity:1;
    filter: alpha(opacity=100);
    -webkit-transform:translateX(0px);
        -ms-transform:translateX(0px);
            transform:translateX(0px);
}

.gallery .active{
    z-index:2;
    opacity:1;
    filter: alpha(opacity=100);
    -webkit-transform:translateX(0px);
        -ms-transform:translateX(0px);
            transform:translateX(0px);
}

.gallery li > div{
    -webkit-transition:-webkit-transform 0.5s ease-out;
            transition:transform 0.5s ease-out;
    -webkit-transform:translateX(200px);
        -ms-transform:translateX(200px);
            transform:translateX(200px);
}

.gallery .show > div{
    -webkit-transform:translateX(0px);
        -ms-transform:translateX(0px);
            transform:translateX(0px);
}

.gallery .active > div{
    -webkit-transform:translateX(0px);
        -ms-transform:translateX(0px);
            transform:translateX(0px);
}

.gallery > span a,
.sidepage > span a{
    display:block;
    width:100px;
    height:74px;
    background:#000;
    background:rgba(0,0,0,0.5);
    position:absolute;
    text-indent:-999em;
    top:50%;
    margin-top:-37px;
    z-index:3;
}

.next a{
    right:0;
}

.prev a{
    left:0;
}

.sidepage .prev a{
    display:none;
}

.gallery > span a:after,
.sidepage > span a:after {
    clip:rect(8px,25px,42px,8px);
	border-left-color: #FFF;
	border-width: 25px;
    margin:-25px 0 0 -15px;
}

.gallery > .prev a:after,
.sidepage > .prev a:after {
    clip:rect(8px,41px,41px,25px);
	border-right-color: #FFF;
    margin:-25px 0 0 -38px;
}

/* Forms and overlays */

.loading{
    min-height:40px;
    background:url(../images/ajax-loader.gif) center center no-repeat;
}

.content-overlay,
.page-overlay,
.forms > div{
    position:fixed;
    width:100%;
    height:100%;
    z-index:11;
    background:rgba(0,0,0,0.6);
    top:0;
    left:0;
    display:none;
    text-align:center;
}

.forms > div:after,
.content-overlay:after,
.page-overlay:after{
    content:"";
    vertical-align:middle;
    display:inline-block;
    width:1px;
    height:100%;
}

.forms > div > div,
.content-overlay > div,
.page-overlay > div{
    display:inline-block;
    vertical-align:middle;
    position:relative;
    background:#FFF;
    width:342px;
    border-radius:4px;
    padding:0 30px;
    color:#404245;
    z-index:6;
}

.page-overlay > div{
    max-height:615px;
    overflow:auto; 
}

.page-overlay > div > div > div{
    text-align:left;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.content-overlay > div,
.page-overlay > div{
    width:658px;
    display:none;
}

.page-overlay > div{
    width:796px;
}

.content-overlay > div.show,
.page-overlay > div.show{
    display:inline-block;
}

.forms > .wide > div{
    width:550px;
}

.forms .order-sample legend,
.forms .fact-sheet legend{
    color:#e2001a;
}

.forms .order-sample input[type=submit],
.forms .fact-sheet input[type=submit]{
    background:#e2001a;
    color:#FFF;
}

.content-overlay > div > div,
.page-overlay > div > div,
.forms form{
    padding:20px 0;
}

.content-overlay > div > span,
.page-overlay > div > span,
form > span{
    display:block;
    color:#808285;
    position:absolute;
    top:0;
    right:0;
    line-height:12px;
    cursor:pointer;
    padding:16px 12px;
    z-index:2;
}

.content-overlay h2,
.page-overlay h2,
legend{
    font-size:1.500em;
    color:#003b6a;
    margin-bottom:20px;
    border-bottom:1px solid #e1e1e2;
    width:100%;
    padding:0 0 5px;
}

ul.tabs{
    padding:0;
    list-style:none;
    border-bottom: 1px solid #e1e1e2;
    margin-bottom:30px;
    text-align:left;
}

ul.tabs li{
    display:inline-block;
}

ul.tabs li a{
    display:block;
    line-height:39px;
    padding:0 22px;
    margin-right:-2px;
    border: 1px solid #e1e1e2;
    border-radius: 4px 4px 0 0;
    color:#003b6a;
    background:#f3f3f3;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
    position:relative;
    top:1px;
}

ul.tabs li a:hover{
    text-decoration:none;
    background:#FFF;
}

ul.tabs .active a{
    background:#FFF;
    border-bottom:1px solid #FFF;
}

.page-overlay > div > div > div > div{
    display:none;
}

.page-overlay > div > div > div > div:first-child{
    display:block;
}

.page-overlay h3{
    font-size:1.167em;
}

.wide legend {
    padding: 0 0 5px;
}

.forms p{
    font-size:0.875em;
}

.forms label{
    font-size:0.750em;
    display:inline-block;
    width:80%;
    line-height: 1.5em;
    padding-top:2px;
}

.forms label p{
    font-size:1em;
    margin-bottom:0;
}

.forms fieldset > div{
    margin-bottom:24px;
}

.forms .wide fieldset > div{
    width: 248px;
    display: inline-block;
    margin-left:12px;
    margin-right:12px;
    vertical-align:top;
}

.forms .wide fieldset > .select{
    padding:0;
    width:246px;
    height:40px;
    position:relative;
}

.select select{
    width:100%;
    height:100%;
    opacity:0;
    filter: alpha(opacity=0);
    position:relative;
    z-index:1;
}

.select span{
    position:absolute;
    top:10px;
    left:10px;
    color:#AAA;
}

.select span.active{
    color:#000;
}

.select:after{
    top: 50%;
    right: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(170, 170, 170, 0);
	border-top-color: #AAA;
	border-width: 5px;
}

.forms input{
    width:320px;
}

.forms > .wide > div input{
    width: 226px;
}

.forms > .wide > div input[type=submit] {
    padding: 0;
}

.forms .wide .wide{
    width:524px;
    margin-left:0;
    margin-right:0;
}

.forms .wide .wide input{
    width: 502px;
}

.forms input[type=submit]{
    width:auto;
    border-radius: 20px;
}

.checkbox{
    text-align:left;
}

.checkbox > div{
    width:18px;
    height:18px;
    margin-right:6px;
    border-radius:4px;
    border:1px solid #c3c3c4;
    display:inline-block;
    vertical-align:top;
}

.checkbox .on{
    background:url(../images/sprite-icons.png) 0 -140px;
}

.checkbox input{
    opacity:0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
}

.forms .wide .checkbox div input{
    width: 100%;
}

.checkbox.error{
    border:none;
}

.checkbox.error label{
    color:#e2001a;
}

.checkbox.error > div{
    border-color:#e2001a;
}

.error span{
    color:#e2001a;
    font-size:0.750em;
    float:right;
    padding:4px 16px 0 0;
}

/* Footer */

.footer{
    background:#808285;
    height:106px;
    position:relative;
    top:-106px;
}

.footer div{
    width:1090px;
    margin:0 auto;
}

.footer li{
    display:inline-block;
}

.footer .social{
    float:right;
}

.footer .social li{
    margin-left:38px;
}

.social a:before{
    content:"";
    display:inline-block;
    height:16px;
    width:14px;
    background:url(../images/sprite-icons.png) 0 0;
    margin-right:7px;
}

.fb a:before{
    width:7px;
    background-position:-14px 0;
}

.yt a:before{
    background-position:-21px 0;
}

.tw a:before{
    width:13px;
    background-position:-35px 0;
}

.bl a:before{
    width:15px;
    background-position:-18px -70px;
}

.xi a:before{
    width:16px;
    background-position:0 -70px;
}

.footer .links{
    border-top:1px solid #FFF;
    padding:0;
}

.footer .links li{
    border-left:1px solid #c3c3c4;
    padding-left:14px;
    line-height:10px;
    margin:14px 0 14px 10px;
}

.footer .links li:first-child{
    padding:0;
    border:none;
    margin-left:0;
}

.footer .links a,
.footer .copy{
    color:#c3c3c4;
    font-size:0.688em;
    font-weight:bold;
    font-family:Arial,sans-serif;
    line-height: 10px;
    display: block;
}

.footer .top a,
.footer .social a{
    color:#FFF;
    line-height: 34px;
    font-size:0.750em;
    font-weight:bold;
    font-family:Arial,sans-serif;
}

.footer a:hover{
    text-decoration:none;
}

.footer .top a:before{
    content:"";
    display:inline-block;
    width:8px;
    height:5px;
    padding-right:4px;
    position: relative;
    top: -2px;
    background:url(../images/sprite-icons.png) 0 -51px;
}

/* IE */

.ie body{
}

.ie .sections .footer{
    height:auto;
    padding-bottom:20px;
}

.ie .nav-top > div:before{
    content:none;
}

.ie-img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.ie .sections > div{
    overflow:hidden;
}

.ie .header.active .nav-main{
    background: #000;
    background: rgba(0,0,0,.4);
    height: 64px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.ie .header.active  .nav-main > ul{
    position: absolute;
    left: 50%;
    margin-left: -545px;
    top: 77px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.ie .header.active .nav-main>ul>li{
    width: 20%;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    vertical-align: top;
}

.ie .header.active .nav-main .drop ul a{
    border-right:none;
}

.ie .active .drop ul {
    top: 0px;
}

.ie .header.active .nav-main>ul>li:first-child>a {
    border-left: 1px solid #fff;
}

.ie .header.active .nav-main>ul>li a{
    line-height: 64px;
    color: #fff;
    display: block;
    border-right: 1px solid #fff;
    font-size: 1.125em;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.ie .header.active .nav-main>ul>.drop>a:after{
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-top-color: #fff;
    border-width: 7px;
    margin-left: -7px;
    position: relative;
    top: 17px;
    margin-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.collapsed {
    display: none; /*using this to avoid the !important in the hidden class. used for forms*/
}

.errors {
    color: #e2001a;
}

label p {
    display: inline;
}

/* Media Queries */

@media only screen and (max-width: 1750px) {
    .sidepage>div>div{
        background-size: 40%;
    }
}

@media only screen and (max-width: 1299px) {
    .gallery li>div{
        width:950px;
    }

    .sidepage>div>div{
        background-size: 30%;
    }

    .sidepage video{
        margin-left: -412px;
    }
}

@media only screen and (max-width: 1179px) { 
    .gallery li>div,
    .section-3 .subtitle,
    .sidepage>div>div>div{
        width:750px;
    }

    .header ul, .nav-top>div, .footer div{
        width:990px;
    }

    .header ul ul{
        width:auto;
    }

    .nav-top > div:before {
        width: 168px;
    }

    .nav-top.active-1 > div:before{
        left:168px;
    }

    .nav-top.active-2 > div:before{
        left:336px;
    }

    .nav-top.active-3 > div:before{
        left:504px;
    }

    .nav-top.active-4 > div:before{
        left:673px;
    }
}

@media only screen and (max-width: 1079px) {
    body{
        overflow:visible;
        overflow-x:hidden;
    }

    .content{
        overflow:visible;
    }

    .header{
        height:60px;
        background:#FFF;
        top:17px;
    }

    #container > a{
        position:fixed;
        padding-left:5px;
        width:100%;
        display:block;
        top:0;
        height:17px;
        left:0;
        background:#;
        line-height: 17px;
        color: #808285;
        font-family: Arial, sans-serif;
        background: #f1f1f1;
        font-size: 0.688em;
        z-index: 20;
    }
    
    #container > a,
    #container > a:hover{
        text-decoration:none;
    }

    .scroll a span,
    .nav-top,
    .nav-main,
    .nav-top span,
    .nav-top .logo,
    .sidepage video,
    .nav-top>div>ul>li:first-child,
    .bag li a span:first-child,
    .bag>div>div>img,
    .bag>div>.active>img{
        display:none;
    }

    .m-nav{
        display:block;
        padding: 0 15px;
    }

    .m-nav > span{
        vertical-align:top;
    }

    .m-nav > span > a{
        float: left;
    }

    .m-nav .nav a{
        padding:20px 15px;
        margin-left:-15px;
    }

    .m-nav .settings a{
        padding:19px 15px 18px;
    }

    .m-nav .settings.active a{
        background:#3f4245;
    }

    .m-nav .nav.active a{
        background:#808285;
    }

    .m-nav > span > a span{
        display:block;
        width:26px;
        height:20px;
        background:url(../images/sprite-icons.png) -28px 0;
        background-size:80px 165px;  
        vertical-align:top;
    }

    .m-nav .settings.active a span{
        background-position:-54px -21px;
    }

    .m-nav .nav.active a span{
        background-position: -54px 0px;
    }

    .m-nav .settings a span{
        width:23px;
        height:23px;
        background-position:-28px -21px;
    }

    .nav-main,
    .nav-top{
        position: absolute;
        width: 100%;
        top: 60px;
        left: 0;
        background: #FFF;
        height:auto;
    }

    .header ul li{
        border-bottom:1px solid #e1e1e2;
        text-align:left;
    }

    .nav-main ul {
        position: static;
        width:100%;
        margin-left:0;
    }

    .nav-main ul>li{
        width:100%;
        border-top:1px solid #e1e1e2;
    }

    .nav-top>div{
        height:auto;
        width:auto;
    }

    .nav-top ul{
        background:none;
        width:auto;
        height:auto;
    }

    .header .nav-top li{
        width:100%;
        margin:0;
        font-size:1em;
        background:#3f4245;
    }

    .nav-top>div:before{
        content:none;
    }

    .nav-main ul ul{
        display:none;
        background: #EEE;
    }

    .nav-main ul > li a,
    .nav-top li a {
        line-height: 40px;
        color: #000;
        display: block;
        font-size: 0.875em;
        font-family: BoschSans-Regular;
        font-weight:400;
        padding:0 25px;
    }

    .nav-main .drop ul a {
        line-height: 37px;
    }

    .nav-top li a{
        color:#FFF;
    }

    .drop > a:after{
        border-color: rgba(0,0,0,0);
        border-top-color: #000;
        top: 13px;
    }

    .logo{
        height: 31px;
        width:96px;
        background-size:96px 31px;
        margin: 14px 0;
    }

    .sections>div{
        height:auto;
        min-height:100%;
        overflow:hidden;
    }
    
    .sections> .section-3,
    .sections> .section-5{
        min-height:0;
    }

    .scroll a{
        width: 36px;
        height: 36px;
        bottom:20px;
    }

    p{
        max-width:100%;
    }

    .buttons a,
    .button a,
    .buttons .large a,
    a .button,
    a.button,
    .section-5 ul .button a, .section-5 ul a .button, .section-5 ul a.button, .section-5 ul .large .button a{
        font-size:0.938em;
        line-height: 50px;
        padding: 0 32px;
    }

    .button{
        display:block;
        text-align:center;
    }

    .buttons li{
        padding:0 0 16px;
        display:block;
    }

    .buttons{
        padding-left:0;
    }

    .subtitle{
        font-size:0.813em;
    }

    .section-1 h2,
    h2,
    .section-5 h2{
        font-size:2.375em;
    }

    .section-1 p{
        font-size:1.125em;
    }

    .gallery > span a {
        top: auto;
        bottom: 79px;
        -webkit-transform: scale(0.7,0.7);
            -ms-transform: scale(0.7,0.7);
                transform: scale(0.7,0.7);
    }

    .gallery > div{
        display:block;
        position:absolute;
        width:100%;
        text-align:center;
        bottom: 106px;
        z-index:2;
    }

    .gallery > div span a{
        display:inline-block;
        width:12px;
        height:12px;
        border-radius:50%;
        margin:0 9px;
        background:rgba(255,255,255,0.5);
    }
    
    .gallery > div .active a,
    .gallery > div .show a{
        background:rgba(255,255,255,1);
    }

    .prev a {
        left: -15px;
    }

    .next a{
        right: -15px;
    }

    .gallery li>div,
    .inner,
    .section-5 .inner,
    .footer div{
        width:100%;
        box-sizing:border-box;
        padding:41px 16px 80px;
    }
    
    .gallery li>div{
        padding-top:80px;
    }

    .sections .section-1{
        height: 566px;
        min-height:100%;
    }

    .bag{
        position:static;
        margin-left:0;
        background:none!important;
        width:auto;
    }

    .bag ul{
        padding:0;
    }

    .bag li a{
        position:relative;
        left:0;
        top:0;
        width:100%;
        border-radius:0;
        margin:0 auto 20px;
        padding-right:30px;
        height:150px;
        font-size:0.813em;
        text-shadow:none;
        background-size:cover;
        background-position:center center;
        max-width:300px;
        z-index:0;
    }
    
    .bag .button-1 a,
    .bag .button-1 a:hover{
        background-image:url(../images/section-2-image-1.jpg);
    }

    .bag .button-2 a,
    .bag .button-2 a:hover{
        background-image:url(../images/section-2-image-2.jpg);
    }

    .bag .button-3 a,
    .bag .button-3 a:hover{
        background-image:url(../images/section-2-image-3.jpg);
    }
    
    .bag .button-1 a,
    .bag .button-1 a:hover,
    .bag .button-2 a,
    .bag .button-2 a:hover,
    .bag .button-3 a,
    .bag .button-3 a:hover{
        background-position:center center;
        background-size: cover;
    }

    .bag li a:before{
        content:none;
    }

    .bag li a span{
        display:block;
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
        background:rgba(226,0,26,0.9);
        text-align:left;
        padding-left:15px;
        line-height:40px;
        box-sizing: border-box;
    }

    .bag li a span:after{
        left: 90%;
	    top: 50%;
	    border: solid transparent;
	    content: " ";
	    height: 0;
	    width: 0;
	    position: absolute;
	    pointer-events: none;
	    border-color: rgba(255, 255, 255, 0);
	    border-left-color: #FFF;
	    border-width: 7px;
	    margin-top: -7px;
    }

    .bag .active a, .bag .active a:hover{
        -webkit-transform:none;
            -ms-transform:none;
                transform:none;
        color:#FFF;
        font-size:0.813em;
    }

    .bag>div>.active>div{
        z-index: 2;
        width: 100%;
        left: 0;
        height: auto;
        box-sizing: border-box;
        border-radius: 10px;
        padding: 0 15px;
    }

    .bag > div > div{
        display:none;
    }

    .bag>div>.active {
        display: block;
    }

    .bag>div>div>div img{
        display:block;
        margin: 20px auto;
    }

    .bag>div>div>div>div{
        width:100%;
    }

    .bag .popup-1>div,
    .bag .popup-2>div,
    .bag .popup-3>div {
        top: -393px;
        -webkit-transition:none;
                transition:none;
    }

    .bag>div>.active {
        z-index: 4;
    }

    .bag>div>div>div>span{
        display:block;
        color:#FFF;
        width:39px;
        height:39px;
        text-align: center;
        border-radius: 50%;
        text-shadow: 0 1px 2px rgba(0,0,0,.4);
        line-height: 36px;
        background:#e2001a;
        font-size: 1.33em;
        position: absolute;
        top:-16px;
        right:-4px;
    }

    .section-3 .subtitle{
        padding:40px 15px 0;
        position:absolute;
    }

    .sections .section-3{
        padding-bottom: 92px;
        padding-bottom: 0px;
    }

    .section-3>div {
        padding-top: 0px;
        height: 100%;
        width: 100%;
        display: inline-block;
    }

    .sidepage{
        position:relative;
    }

    .sidepage h2{
        padding-top: 56px;
        padding-right: 48px;
    }

    .sidepage h3{
        padding-right: 48px;
    }

    .section-3 .m-title{
        display:block;
    }

    .sidepage h2:before{
        left: 0px
    }

    .sidepage>div>div{
        background-size: 100%;
    }

    .sidepage>div>div>div {
        width: 100%;
        padding:62px 15px 0;
        box-sizing:border-box;
        height:100%;
        background: rgba(255,255,255,0.9);
    }

    .sidepage > span a{
        top: 148px;
        z-index: 3;
        -webkit-transform: scale(0.6,0.6);
            -ms-transform: scale(0.6,0.6);
                transform: scale(0.6,0.6);
        background:#e2001a;
        margin-top:0;
    }

    .sidepage .next a {
        right: -25px;
    }

    .sidepage .prev a {
        left:auto;
        top: 96px;
        right: -25px;
    }

    .m-slider{
        position: absolute;
        left: 0;
        bottom: 42px;
        padding: 0 15px;
        width: 100%;
        box-sizing: border-box;
        display:none;
    }

    .m-slider > span a{
        display:block;
        width:9px;
        height:16px;
        position:absolute;
        right: 19px;
        top: 0px;
        z-index: 3;
        padding:16px;
    }
    
    .m-slider > span a span{
        background:url(../images/sprite-icons.png) -10px -9px;
        background-size:80px 165px;
        display:block;
        width:100%;
        height:100%;
    }
    
    .m-slider > .prev a{
        right:auto;
        left:19px;
        display:none;
    }
    
    .m-slider > .prev a span{
        background-position:0 -9px;
    }

    .sidepage > div{
        left:0;
        -webkit-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
    }

    .slider-container{
        width:100%;
        overflow:hidden;
        margin-left:0;
        position:static;
    }

    .slider-container ul{
        left:0;
        -webkit-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
        width:500%;
        position:relative;
    }

    .slider-container ul li,
    .slider-container li:first-child{
        width:20%;
        margin:15px 0 0;
        padding:0;
        left:0;
        float:left;
        display:block;
        font-size:0.875em;
    }

    .slider-container b{
        width: 17px;
        height: 17px;
        line-height:18px;
        position:static;
    }

    .section-4 h2{
        font-size:1.938em;
    }

    .section-4 h2:before{
        content:none;
    }

    .section-4 h2 span{
        width:100%;
        padding: 3px 17px 3px 15px;
        margin: -4px 0 0 -16px;
    }

    .table{
        position:static;
        width: auto;
        margin-left:0;
        margin: 0 15px 78px;
        display: inline-block;
    }

    .head{
        padding-left:0;
        text-align:center;
    }

    .stat{
        margin-left:0;
        width:100%;
        padding:20px 0;
        text-align:center;
    }

    .table>div{
        height:auto;
    }

    .caption p{
        width: 60%;
        font-size: .813em;
        margin: 0 auto 10px;
        text-align: center;
    }

    .stat span {
        font-size: 1.313em;
    }

    .number{
        margin:0 auto;
    }

    .bar{
        margin: 14px auto;
    }

    .section-4 .table{
        text-align: center;
    }

    .section-4 .inner{
        padding-bottom:42px;
    }

    .section-5 .inner{
        padding:27px 16px 5px;
    }

    .section-5 ul li{
        padding:0 0 17px;
        display: block;
    }

    .forms > div > div,
    .forms>.wide>div,
    .content-overlay > div,
    .page-overlay > div{
        width: 100%;
        box-sizing: border-box;
        overflow: scroll;
        height: 100%;
        padding-bottom: 78px;
    }
    
    .content-overlay > div{
        height:auto;
        padding-bottom:0;
    }

    .page-overlay > div{
        max-height:none;
    }

    ul.tabs{
        margin-left:-30px;
    }

    ul.tabs li {
        width: 100%;
    }

    ul.tabs li a{
        border-radius:0;
        line-height:23px;
        padding:7px 22px;
        width: 100%;
    }

    .forms .wide .wide,
    .forms .wide .wide input,
    .forms .wide fieldset>div,
    .forms>.wide>div input{
        width:100%;
    }

    .forms .wide fieldset>.select{
        width:99%;
    }

    .forms .wide fieldset>div{
        margin-left:0;
        margin-right:0;
    }

    .forms input {
        width: 100%;
        box-sizing: border-box;
    }

    .sections .footer{
        top:0;
        min-height:0;
    }

    .footer div{  
        padding: 0 15px 20px;
    }

    .footer .links{
        width:100%;
        margin-left: -15px;
        padding-right: 30px;
    }

    .footer .social{
        border-top: 1px solid #fff;
        float: none;
        padding: 10px 30px 10px 0;
        width:101%;
        margin-left: -15px;
    }

    .footer .links li:first-child{
        margin-left:15px;
    }

    .footer .social li {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 450px) {
    .footer .social li {
        width: 100%;
    }

    .section-3 h2{
        font-size: 1.575em;
        padding-top: 64px;
        line-height: 28px;
    }

    .section-3 h3{
        font-size: 1.125em;
    }

    .section-3 p{
        font-size: 0.86em;
    }
}

@media only screen and (max-width: 410px) {
    .buttons a, .button a, a .button, a.button{
        display:block;
    }

    .button .call:after,
    .call .button:after,
    .button.call:after,
    .buttons .call:after,
    .button .sample:after,
    .sample .button:after,
    .button.sample:after,
    .buttons .sample:after,
    .button .download:after,
    .download .button:after,
    .button.download:after,
    .buttons .download:after,
    .button .video:after,
    .video .button:after,
    .button.video:after,
    .buttons .video:after,
    .button .video:before, .video .button:after, .video.button:after, .buttons .video:before{
        display:none;
    }
}

@media only screen and (max-width: 367px) {
    .bag li a {
        margin: 0 0 20px -15px;
        max-width:none;
    }
}

@media only screen and (min-width: 1079px) and (max-height: 750px) {
    .section-1,.section-2,.section-3,.section-4,.section-5{
        font-size:0.8em;
    }

    .bag p, .bag b{
        font-size:1em;
    }

    .bag .popup-3>div{
        top:247px;
    }

    .bag{
        top: 138px;
    }

    .table > div {
        height: 125px;
    }

    .section-4 h2:before{
        height: 58px;
    }

    .section-5 ul li.large{
        display:block;
    }

    .section-5 ul li{
        padding: 4px 51px;
    }

    .section-5 p{
        margin-bottom:10px;
    }
}
