

@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext);







/* Fichier CSS pour le site en */

/* Ceci sera utilisé par ck editor */
/*! jQuery UI - v1.11.3 - 2015-02-12
* 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;
	background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

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

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

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

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

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


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

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

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/* global */
* {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
:after,
:before {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}

/* body */
html {font-size:10px; -webkit-tap-highlight-color:rgba(0,0,0,0);}
body {font-family:Helvetica, Arial, sans-serif; font-size:14px; line-height:1.42857143; color:#505050;}

/* header */
h1 {font-family:inherit; font-weight:500; line-height:1.1; color:inherit; font-size:3.2rem; margin:.67em 0; text-indent:-2px;}
h2 {font-family:inherit; font-weight:500; line-height:1.1; color:inherit; font-size:2.4rem; margin:.75em 0; text-indent:-1px;}
h3 {font-family:inherit; font-weight:600; line-height:1.1; color:inherit; font-size:1.8rem; margin:.83em 0;}
h4 {font-family:inherit; font-weight:600; line-height:1.1; color:inherit; font-size:1.6rem; margin: 1.4em 0;}
h5 {font-family:inherit; font-weight:600; line-height:1.1; color:inherit; font-size:1.3rem; margin: 1.5em 0;}
h6 {font-family:inherit; font-weight:600; line-height:1.1; color:inherit; font-size:1.0rem; margin: 1.67em 0;}

/* paragraph */
p {font-size:1.4rem; margin: 1.12em 0;}

/* link */
a {color:#337ab7; text-decoration:none;}
a:focus, a:hover {color:#23527c;}
p a:hover {text-decoration:underline;}

/* focus */
:focus, :active {outline:0;}

/* list */
ol,ul {margin-top:0; margin-bottom:10px;}
ol ol,ol ul,ul ol,ul ul {margin-bottom:0;}
dl {margin-top:0;margin-bottom:20px;}
dd,dt {line-height:1.42857143;}
dt {font-weight:700;}
dd{margin-left:0;}

/* table */
table {background-color:transparent;}
th, td {padding:5px 10px;}
table>thead td, table>thead th {background:rgba(0,0,0,0.1);}
table>tbody>tr:nth-child(2n)>td {background:rgba(0,0,0,0.045);}

/* image */
img{vertical-align:middle;}

/* control */
button, input, select, textarea {font-family:inherit; font-size:inherit; line-height:inherit;}
fieldset {min-width:0;padding:0;margin:0;border:0;}
label {display:inline-block;/* max-width:100%; margin-bottom:5px; font-weight:700;*/}
textarea {resize:vertical;}

blockquote{
	padding:10px 20px;
	margin:0 0 20px;
	font-size:17.5px;
	border-left:5px solid #eee;
}

address{
	margin-bottom:20px;
	font-style:normal;
	line-height:1.42857143;
}

code,kbd,pre,samp{
	font-family:Menlo,Monaco,Consolas,"Courier New",monospace;
}

code{
	padding:2px 4px;
	font-size:90%;
	color:#c7254e;
	background-color:#f9f2f4;
	border-radius:4px;
}

kbd{
	padding:2px 4px;
	font-size:90%;
	color:#fff;
	background-color:#333;
	border-radius:3px;
	-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);
	box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);
}

kbd kbd{
	padding:0;
	font-size:100%;
	font-weight:700;
	-webkit-box-shadow:none;
	box-shadow:none;
}

pre{
	display:block;
	padding:9.5px;
	margin:0 0 10px;
	font-size:1.3rem;
	line-height:1.42857143;
	color:#333333;
	word-break:break-all;
	word-wrap:break-word;
	background-color:#f5f5f5;
	border:1px solid #ccc;
	border-radius:4px;
}

pre code{
	padding:0;
	font-size:inherit;
	color:inherit;
	white-space:pre-wrap;
	background-color:transparent;
	border-radius:0;
}

caption{
	padding-top:8px;
	padding-bottom:8px;
	color:#777;
	text-align:left;
}

legend{
	display:block;
	width:100%;
	padding:0;
	margin-bottom:20px;
	font-size:21px;
	line-height:inherit;
	color:#333;
	border:0;
	border-bottom:1px solid #e5e5e5;
}

input[type=search]{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

input[type=checkbox],input[type=radio]{
	margin:4px 0 0;
	margin-top:1px \9;
	line-height:normal;
}

input[type=file]{
	display:block;
}

input[type=range]{
	display:block;
	width:100%;
}

select[multiple],select[size]{
	height:auto;
}

select:focus {outline:0;}

input[type=search]{
	-webkit-appearance:none;
}.cs .container {margin:0 auto; padding:0 6px; max-width:1019px; background:#ffffff;}
.cs .container:after, .cs  .container:before {content:" ";display:table;}
.cs .container:after {clear:both;}
.cs .container-full {background:#ffffff;}
.cs .container-full:after, .cs  .container-full:before {content:" ";display:table;}
.cs .container-full:after {clear:both;}
.cs .row {margin:0;}
.cs .row:after, .cs .row:before {content:" ";display:table;}
.cs .row:after {clear:both;}

.cs .col-xs-1,.cs .col-xs-2,.cs .col-xs-3,.cs .col-xs-4,.cs .col-xs-5,.cs .col-xs-6,.cs .col-xs-7,.cs .col-xs-8,.cs .col-xs-9,.cs .col-xs-10,.cs .col-xs-11,.cs .col-xs-12 {float:left; position:relative; min-height:1px;}

/*.cs .col-xs-12{width:100%;}
.cs .col-xs-11{width:91.66666667%;}
.cs .col-xs-10{width:83.33333333%;}
.cs .col-xs-9{width:75%;}
.cs .col-xs-8{width:66.66666667%;}
.cs .col-xs-7{width:58.33333333%;}
.cs .col-xs-6{width:50%;}
.cs .col-xs-5{width:41.66666667%;}
.cs .col-xs-4{width:33.33333333%;}
.cs .col-xs-3{width:25%;}
.cs .col-xs-2{width:16.66666667%;}
.cs .col-xs-1{width:8.33333333%;}

.cs .col-xs-pull-12{right:100%;}
.cs .col-xs-pull-11{right:91.66666667%;}
.cs .col-xs-pull-10{right:83.33333333%;}
.cs .col-xs-pull-9{right:75%;}
.cs .col-xs-pull-8{right:66.66666667%;}
.cs .col-xs-pull-7{right:58.33333333%;}
.cs .col-xs-pull-6{right:50%;}
.cs .col-xs-pull-5{right:41.66666667%;}
.cs .col-xs-pull-4{right:33.33333333%;}
.cs .col-xs-pull-3{right:25%;}
.cs .col-xs-pull-2{right:16.66666667%;}
.cs .col-xs-pull-1{right:8.33333333%;}
.cs .col-xs-pull-0{right:auto;}

.cs .col-xs-push-12{left:100%;}
.cs .col-xs-push-11{left:91.66666667%;}
.cs .col-xs-push-10{left:83.33333333%;}
.cs .col-xs-push-9{left:75%;}
.cs .col-xs-push-8{left:66.66666667%;}
.cs .col-xs-push-7{left:58.33333333%;}
.cs .col-xs-push-6{left:50%;}
.cs .col-xs-push-5{left:41.66666667%;}
.cs .col-xs-push-4{left:33.33333333%;}
.cs .col-xs-push-3{left:25%;}
.cs .col-xs-push-2{left:16.66666667%;}
.cs .col-xs-push-1{left:8.33333333%;}
.cs .col-xs-push-0{left:auto;}

.cs .col-xs-offset-12{margin-left:100%;}
.cs .col-xs-offset-11{margin-left:91.66666667%;}
.cs .col-xs-offset-10{margin-left:83.33333333%;}
.cs .col-xs-offset-9{margin-left:75%;}
.cs .col-xs-offset-8{margin-left:66.66666667%;}
.cs .col-xs-offset-7{margin-left:58.33333333%;}
.cs .col-xs-offset-6{margin-left:50%;}
.cs .col-xs-offset-5{margin-left:41.66666667%;}
.cs .col-xs-offset-4{margin-left:33.33333333%;}
.cs .col-xs-offset-3{margin-left:25%;}
.cs .col-xs-offset-2{margin-left:16.66666667%;}
.cs .col-xs-offset-1{margin-left:8.33333333%;}
.cs .col-xs-offset-0{margin-left:0;}
*/

/* sm */
/*@media (min-width:768px){
	.cs .col-sm-1,.cs .col-sm-2,.cs .col-sm-3,.cs .col-sm-4,.cs .col-sm-5,.cs .col-sm-6,.cs .col-sm-7,.cs .col-sm-8,.cs .col-sm-9,.cs .col-sm-10,.cs .col-sm-11,.cs .col-sm-12 {float:left; position:relative; min-height:1px;}

	.cs .col-sm-12{width:100%;}
	.cs .col-sm-11{width:91.66666667%;}
	.cs .col-sm-10{width:83.33333333%;}
	.cs .col-sm-9{width:75%;}
	.cs .col-sm-8{width:66.66666667%;}
	.cs .col-sm-7{width:58.33333333%;}
	.cs .col-sm-6{width:50%;}
	.cs .col-sm-5{width:41.66666667%;}
	.cs .col-sm-4{width:33.33333333%;}
	.cs .col-sm-3{width:25%;}
	.cs .col-sm-2{width:16.66666667%;}
	.cs .col-sm-1{width:8.33333333%;}

	.cs .col-sm-pull-12{right:100%;}
	.cs .col-sm-pull-11{right:91.66666667%;}
	.cs .col-sm-pull-10{right:83.33333333%;}
	.cs .col-sm-pull-9{right:75%;}
	.cs .col-sm-pull-8{right:66.66666667%;}
	.cs .col-sm-pull-7{right:58.33333333%;}
	.cs .col-sm-pull-6{right:50%;}
	.cs .col-sm-pull-5{right:41.66666667%;}
	.cs .col-sm-pull-4{right:33.33333333%;}
	.cs .col-sm-pull-3{right:25%;}
	.cs .col-sm-pull-2{right:16.66666667%;}
	.cs .col-sm-pull-1{right:8.33333333%;}
	.cs .col-sm-pull-0{right:auto;}

	.cs .col-sm-push-12{left:100%;}
	.cs .col-sm-push-11{left:91.66666667%;}
	.cs .col-sm-push-10{left:83.33333333%;}
	.cs .col-sm-push-9{left:75%;}
	.cs .col-sm-push-8{left:66.66666667%;}
	.cs .col-sm-push-7{left:58.33333333%;}
	.cs .col-sm-push-6{left:50%;}
	.cs .col-sm-push-5{left:41.66666667%;}
	.cs .col-sm-push-4{left:33.33333333%;}
	.cs .col-sm-push-3{left:25%;}
	.cs .col-sm-push-2{left:16.66666667%;}
	.cs .col-sm-push-1{left:8.33333333%;}
	.cs .col-sm-push-0{left:auto;}

	.cs .col-sm-offset-12{margin-left:100%;}
	.cs .col-sm-offset-11{margin-left:91.66666667%;}
	.cs .col-sm-offset-10{margin-left:83.33333333%;}
	.cs .col-sm-offset-9{margin-left:75%;}
	.cs .col-sm-offset-8{margin-left:66.66666667%;}
	.cs .col-sm-offset-7{margin-left:58.33333333%;}
	.cs .col-sm-offset-6{margin-left:50%;}
	.cs .col-sm-offset-5{margin-left:41.66666667%;}
	.cs .col-sm-offset-4{margin-left:33.33333333%;}
	.cs .col-sm-offset-3{margin-left:25%;}
	.cs .col-sm-offset-2{margin-left:16.66666667%;}
	.cs .col-sm-offset-1{margin-left:8.33333333%;}
	.cs .col-sm-offset-0{margin-left:0;}
}*/

/* md */
.cs .col-md-1,.cs .col-md-2,.cs .col-md-3,.cs .col-md-4,.cs .col-md-5,.cs .col-md-6,.cs .col-md-7,.cs .col-md-8,.cs .col-md-9,.cs .col-md-10,.cs .col-md-11,.cs .col-md-12 {padding-left:10px; padding-right:10px;}
@media (min-width:768px){
	.cs .col-md-1,.cs .col-md-2,.cs .col-md-3,.cs .col-md-4,.cs .col-md-5,.cs .col-md-6,.cs .col-md-7,.cs .col-md-8,.cs .col-md-9,.cs .col-md-10,.cs .col-md-11,.cs .col-md-12 {float:left; position:relative;}

	.cs .col-md-12{width:100%;}
	.cs .col-md-11{width:91.66666667%;}
	.cs .col-md-10{width:83.33333333%;}
	.cs .col-md-9{width:75%;}
	.cs .col-md-8{width:66.66666667%;}
	.cs .col-md-7{width:58.33333333%;}
	.cs .col-md-6{width:50%;}
	.cs .col-md-5{width:41.66666667%;}
	.cs .col-md-4{width:33.33333333%;}
	.cs .col-md-3{width:25%;}
	.cs .col-md-2{width:16.66666667%;}
	.cs .col-md-1{width:8.33333333%;}

	.cs .col-md-pull-12{right:100%;}
	.cs .col-md-pull-11{right:91.66666667%;}
	.cs .col-md-pull-10{right:83.33333333%;}
	.cs .col-md-pull-9{right:75%;}
	.cs .col-md-pull-8{right:66.66666667%;}
	.cs .col-md-pull-7{right:58.33333333%;}
	.cs .col-md-pull-6{right:50%;}
	.cs .col-md-pull-5{right:41.66666667%;}
	.cs .col-md-pull-4{right:33.33333333%;}
	.cs .col-md-pull-3{right:25%;}
	.cs .col-md-pull-2{right:16.66666667%;}
	.cs .col-md-pull-1{right:8.33333333%;}
	.cs .col-md-pull-0{right:auto;}

	.cs .col-md-push-12{left:100%;}
	.cs .col-md-push-11{left:91.66666667%;}
	.cs .col-md-push-10{left:83.33333333%;}
	.cs .col-md-push-9{left:75%;}
	.cs .col-md-push-8{left:66.66666667%;}
	.cs .col-md-push-7{left:58.33333333%;}
	.cs .col-md-push-6{left:50%;}
	.cs .col-md-push-5{left:41.66666667%;}
	.cs .col-md-push-4{left:33.33333333%;}
	.cs .col-md-push-3{left:25%;}
	.cs .col-md-push-2{left:16.66666667%;}
	.cs .col-md-push-1{left:8.33333333%;}
	.cs .col-md-push-0{left:auto;}

	.cs .col-md-offset-12{margin-left:100%;}
	.cs .col-md-offset-11{margin-left:91.66666667%;}
	.cs .col-md-offset-10{margin-left:83.33333333%;}
	.cs .col-md-offset-9{margin-left:75%;}
	.cs .col-md-offset-8{margin-left:66.66666667%;}
	.cs .col-md-offset-7{margin-left:58.33333333%;}
	.cs .col-md-offset-6{margin-left:50%;}
	.cs .col-md-offset-5{margin-left:41.66666667%;}
	.cs .col-md-offset-4{margin-left:33.33333333%;}
	.cs .col-md-offset-3{margin-left:25%;}
	.cs .col-md-offset-2{margin-left:16.66666667%;}
	.cs .col-md-offset-1{margin-left:8.33333333%;}
	.cs .col-md-offset-0{margin-left:0;}
}
.cs .container-full .col-md-12 {padding:0;}

.visible-md,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-inline,.visible-sm-inline-block,.visible-xs.visible-xs-inline,.visible-xs-inline-block{
	display:none!important
}

@media (max-width:480px){
	.visible-xs{display:block!important;}
	.visible-xs-inline{display:inline!important;}
	.visible-xs-inline-block{display:inline-block!important;}
}

@media (min-width:481px) and (max-width:767px){
	.visible-sm {display:block!important;}
	.visible-sm-inline{display:inline!important;}
	.visible-sm-inline-block{display:inline-block!important;}
}

@media (min-width:768px){
	.visible-md{display:block!important;}
	.visible-md-inline{display:inline!important;}
	.visible-md-inline-block{display:inline-block!important;}
}

@media (max-width:480px){
	.hidden-xs{display:none!important;}
}

@media (min-width:481px) and (max-width:767px){
	.hidden-sm{display:none!important;}
}

@media (min-width:768px){
	.hidden-md{display:none!important;}
}

/* CALL SQL FOR THE THEME TABLE sn_gg_layout_setup 
============================================================== */













.cs .container {max-width:1019px; background-color:#ffffff;}


/* ########################################## */
/* body */
html.site-html {font-size:10px;}
body.site-body {background-position:50% 0; background-repeat:no-repeat; background-size:auto; background-image:url(/images/Fix-Auto-BG-10b.jpg); font-family:Helvetica, Arial, sans-serif; /*font-size:1.2rem;*/ color:#59595c;}
@media screen and (min-width :501px) {
	body.site-body  {background-size:auto; background-image:url(/images/Fix-Auto-BG-10b.jpg);}
}
@media screen and (min-width :768px) {
	body.site-body  {background-size:auto; background-image:url(/images/Fix-Auto-BG-10b.jpg);}
}

@media screen and (max-width :1019px) {
	body.slide {overflow:hidden;}
}

/* site-width */
.cs .large-white {background-color:#ffffff;}
@media screen and (min-width :1019px) {
	.cs .large-white {background-color:transparent;}
}
.cs .site-width {margin:0 auto; max-width:1019px; padding:0 16px;}
.cs .site-width:before, 
.cs .site-width:after {content:" "; display:table;}
.cs .site-width:after {clear:both;}
.cs .header-page .top-1 .site-width {padding:0;}

/* ########################################## */
/* general */
strong {font-size:12px;}
.cs h1, .comsoc h1 {font-size:2.6rem; text-transform:uppercase; color:#59595c; font-family:Oswald; letter-spacing:1px; }
.cs h1 .fa, .comsoc h1 .fa {font-size:5.4rem;}

.cs h2, .comsoc h2 {font-size:1.8rem; text-transform:uppercase; color:#59595c; font-family:Oswald; letter-spacing:1px;}

.cs h3, .comsoc h3 {font-size:1.6rem; font-weight:400; color:#59595c; font-family:Oswald; letter-spacing:1px;}
.cs .h3-model-2 h3 {margin-bottom:0;}
.cs .h3-model-2 h3 + p {margin-top:5px;}
.cs h3 a, .comsoc h3 a {color:#753900;}
.cs h3 a:hover, .comsoc h3 a:hover {color:#f38020; text-decoration:none;}

.cs h4, .comsoc h4 {font-size:1.4rem; font-weight:400; line-height:1.3; color:#59595c; font-family:Oswald; letter-spacing:1px; }
.cs h5, .comsoc h5 {font-size:1.3rem; font-weight:400; line-height:1.3; color:#59595c; font-family:Oswald; letter-spacing:1px; }
.cs h6, .comsoc h6 {font-size:1.2rem; font-weight:400; line-height:1.3; color:#59595c; font-family:Oswald; letter-spacing:1px; }

.cs p a, .comsoc p a {color:#2992d0;}
.cs p a:hover, .comsoc p a:hover {text-decoration:none; color:#004678;}
.cs p, .comsoc p {font-size:/*1.2rem*/12px; color:#59595c;}

.cs li a, .comsoc li a {color:#2992d0;}
.cs li a:hover, .comsoc li a:hover {text-decoration:none; color:#004678;}
.cs li, .comsoc li {font-size:/*1.4rem*/12px; color:#59595c;}

.cs .small-text {font-size:1.3rem;}

/* ########################################## */
/* master table */	
table.pad_border th, table.pad_border td {padding: 5px 10px;border: 1px solid;}
.cs .mtable {display:table;}
.cs .mrow {display:table-row;}
.cs .mcell {display:table-cell; vertical-align:top;}
.cs .valign-middle {vertical-align:middle;}

.cs ul, .comsoc ul {padding-left:15px;}

/* ########################################## */
/* float */		
.cs .float-left {float:left;}
.cs .float-right {float:right;}

.cs .text-center {text-align:center;}
.cs .text-right {text-align:right;}

/* ########################################## */
/* clearfix */		
.cs .clearfix:before, 
.cs .clearfix:after {content:" "; display:table;}
.cs .clearfix:after {clear:both;}
.cs .clear-left {clear:left;}
.cs .clear-right {clear:right;}
.cs .clear-both {clear:both;}

/* ########################################## */
/* btn more */
.cs .more {display:inline-block; border:1px solid #59595c; padding:1px 6px; color:#59595c;}
.cs .more:hover {color:#a2a3a4; border:1px solid #a2a3a4;}

/* button model 'a' */
/*.cs .mbtn-a {display:inline-block; border-radius: 4px; padding: 0 20px; background-color:#0060a9; font-size:2.4rem; line-height:38px; color:#ffffff;}
.cs .mbtn-a:hover {color:#ffffff;}*/

/* button model 'b' */
/*.cs .mbtn-b {display:inline-block; border-radius: 4px; padding: 0 30px; background-color:#ffffff; font-size:2.4rem; line-height:38px; color:#0060a9;}
.cs .mbtn-b:hover {color:#0060a9;}*/

/* button model 'c' */
/*.cs .mbtn-c {display:inline-block; border-radius: 4px; border:0; padding: 0 30px; background-color:#f38020; font-size:2.0rem; line-height:38px; color:#ffffff;}
.cs .mbtn-c:hover {background-color:#c5560a; color:#ffffff;}
.cs .mbtn-c .fa {position:relative; top:3px; font-size:3.0rem;}
.cs .mbtn-c .fa.fa-arrow-right {position:relative; top:0; padding-left:4px; font-size:inherit;}
.cs .mbtn-c .fa.fa-pencil-square-o {position:relative; top:0; font-size:inherit;}

.cs .return-a {font-size:2.0rem; color:#F38020;}
.cs .return-a .fa {font-size:inherit;}
.cs .return-a:hover {color:#c5560a;}

.cs  h1 .return-a {padding-top:10px;}
.cs .link-wrap-a {padding:20px;}
.cs .link-wrap-a .fa {font-size:1.8rem;}
.cs .link-a {margin:20px 0; padding:10px 20px; font-size:1.5rem; display:block; color:#eb008b; text-transform:uppercase;}
.cs a.arrow-right:hover {color:#c5560a;}
.cs a.arrow-right:after {font-family:'FontAwesome'; content:"\f061"; padding-left:6px;}
.cs a.plus-before:before {font-family:'FontAwesome'; content:"\f067"; padding-right:8px; font-size:1.8rem;}*/

/* ########################################## */
/* forms - global */
.cs .form .label {display:block; margin-bottom:1px; font-size:1.4rem;}
.cs .form .label sup {font-size:100%; top: -0.3em;}
.cs .form .field {margin-bottom:20px;}

.cs .form .field-100 [type='text'],
.cs .form .field-100 [type='password'],
.cs .form .field-100 [type='email'],
.cs .form .field-100 select {width:100%;}

.cs .form [type='text'],
.cs .form [type='password'], 
.cs .form [type='email'],
.cs .form select,
.cs .form textarea {border-radius:4px; border:solid 1px #d0d2d3; padding:2px 4px; font-size:1.6rem;}
.cs .form textarea {width:100%;resize:vertical;}

.cs .form [type='text']:focus,
.cs .form [type='password']:focus, 
.cs .form [type='email']:focus,
.cs .form textarea:focus {border:solid 1px #9a9c9d;}

.cs .form .field.error [type='text'],
.cs .form .field [type='text'].error,
.cs .form .field.error [type='password'],
.cs .form .field [type='password'].error,
.cs .form .field.error  [type='email'],
.cs .form .field [type='email'].error,
.cs .form .field.error textarea,
.cs .form .field textarea.error {border:solid 1px #ec1c24/*f38020*/;}

.cs .form .field.error .label {color:#ec1c24;}
.cs .form .field  label.error {color:#ec1c24;} /* for radio and checkbox */

.cs .form .legend {margin-bottom:10px; font-size:2.0rem;}

.cs .form-error-bottom {color:#ec1c24;}

/* ########################################## */
/* ########################################## */
/* header */

/* ########################################## */
/* top-1 */
.cs .region-icon {display:inline-block; margin-top:2px; width:21px; height:11px; background-repeat:no-repeat;}
.cs .top-1 {float:right; position:relative; min-height:25px; padding:2px 10px; background:rgba(149,150,152,0.8);}
.cs .top-1  * {vertical-align:text-top;}
.cs .top-1 .fa  {margin:6px 16px 0 0;}
.cs .top-1 a  {color:#ffffff; padding:0 12px 0 4px;}
.cs .top-1 a:hover  {color:#ffffff;}
.cs .top-1 a > .fa {float:none; margin:0;}
.cs .top-1 span.sep  {color:#ffffff; padding:0 12px 0 4px;}
.cs .top-1 select  {margin:0 16px 0 0; border:0; max-width:200px; background:transparent; color:#ffffff;}
.cs .top-1 select  option {color:#59595c; background:#f7f7f7;}

.cs .top-1 .fa.model-2 {font-size:1.8rem; position:relative; top:-2px;}

/* ########################################## */
/* top-2 */
.cs .top-2 {clear:left; /*min-height:130px;*/ padding-top:4px;}
.cs .top-2 .mtable {width:100%;}
.cs .top-2 .mtable .cell-1 {vertical-align:bottom;}
.cs .top-2 .mtable .cell-1  img {width:71px; margin:0 10px;}
@media screen and (min-width :501px) {
	.cs .top-2 .mtable .cell-1  img {width:87px; margin:-16px 17px 0 17px;}
}
.cs .top-2 .mtable .cell-2 {color: #53534f; display:none; font-family:Oswald; letter-spacing:1px; font-size:2.6rem; line-height:110%; font-weight:500; vertical-align:middle; text-align:center; text-transform:uppercase;}
.cs .top-2 .mtable .cell-3 {width:230px; color:inherit; vertical-align:middle; text-align:center;}
.cs #shopname {text-align: left;}

.cs .top-2 .mtable .cell-3 .locator {color: #53534f; position:relative; padding:0 0 14px 0; font-size:1.8rem;}
.cs .top-2 .mtable .cell-3 .locator .fa-compass {font-size:2.3rem;}
.cs .top-2 .mtable .cell-3 .locator .fa-angle-down {position:absolute; bottom:2px; left:50%;}

.cs .top-2 .mtable .cell-3 .locator-search {position:relative; margin:0 auto; /*border:1px solid #53534f;*/ width:185px; height:25px; color: #53534f;}

.cs .top-2 .mtable .cell-3 .locator-search input {width:100%; border:1px solid #53534f; font-size:1.1rem; line-height:24px; height:24px; padding:0 30px 0 10px; background:rgba(240,240,240,1);}
.cs .top-2 .mtable .cell-3 .locator-search button {position:absolute; right:0; top:0; width:30px; height:25px; padding:0; border:0; background:transparent; text-align:center; color:inherit;}
.cs .top-2 .mtable .cell-3 .locator-search button:hover {opacity:0.8;}
.cs .top-2 .mtable .cell-3 .locator-search button .fa {font-size:1.5rem; line-height:24px;}

.cs .top-2 .mtable .cell-4 {color: #53534f;display:none; width:170px; font-family:Oswald; letter-spacing:1px; font-size:2.2rem; line-height:110%; font-weight:500; vertical-align:middle; text-align:center; text-transform:uppercase;}
.cs .top-2 .mtable .cell-4 > div {margin:28px 0 24px 0; padding:10px; border-left:1px solid #76706c; height:100%; }
.cs .top-2 .mtable .cell-4 > div > div:first-child {color:#2992d0;}
.cs .top-2 .mtable .cell-4 > div > div {text-transform:uppercase;}

@media screen and (min-width :501px) {
	.cs .top-2 .mtable .cell-2 {display:table-cell;}
}

@media screen and (min-width :768px) {
	.cs .top-2 .mtable .cell-4 {display:table-cell;}
}

/* ########################################## */
/* top-3 */
.cs .top-3 {height:40px; background-color:rgba(109,110,113,0.85);}

/* ########################################## */
/* menu main - menu-main-mobile-btn */
.cs .menu-main-mobile-btn {display:block; margin:3px 0; font-family:Oswald; letter-spacing:1px; font-size:2.0rem; line-height:1.7; text-align:right; text-transform:uppercase; color:#ffffff;}
.cs .menu-main-mobile-btn .fa {float:left; font-size:3.2rem;}
.cs .menu-main-mobile-btn:hover .fa {color:#ffffff;}
@media screen and (min-width :768px) {
	.cs .menu-main-mobile-btn {display:none;}
}

/* menu main - wrapper */
.cs .menu-main-wrapper {position:fixed; z-index:10; width:300px; left:-300px; top:0; bottom:0;}
body.slide .cs .menu-main-wrapper {left:0;}
/* close level 1 */
.cs .menu-main-wrapper .mobile-level-1-close {display:block; padding:8px 10px 0 0; height:50px; background-color:#59595c; background-image:url(/images/logo-menu-mobile.png); background-position:15px 50%; background-repeat:no-repeat; text-align:right; color:#ffffff;}
body.slide.slide-2 .cs .menu-main-wrapper .mobile-level-1-close {display:none;}

.cs .menu-main-wrapper .mobile-level-1-close  .fa {font-size:3.2rem;}
@media screen and (min-width :768px) {
	.cs .menu-main-wrapper {position:relative; width:auto; left:0; top:auto; right:auto; bottom:auto; background:transparent; border:0;}
	.cs .menu-main-wrapper .mobile-level-1-close {display:none;}
}

/* close level 1 and 2 */
.cs .menu-main-wrapper .mobile-level-1-and-2-close {display:none; position:absolute; z-index:2; right:10px; top:13px; color:#ffffff;}
.cs .menu-main-wrapper .mobile-level-1-and-2-close .fa {font-size:2.3rem;}
body.slide.slide-2 .cs .menu-main-wrapper .mobile-level-1-and-2-close {display:block;}

/* menu main */
.cs .menu-main {font-family:Oswald; position:absolute; z-index:1; left:0; top:50px; right:0; bottom:0; overflow:auto; background:#ffffff; border-right:1px solid #8a8a8c;}
body.slide.slide-2 .cs .menu-main {top:0;}

@media screen and (min-width :768px) {
	.cs .menu-main {position:static; background:transparent; border-right:0; overflow:visible;}
}

/* menu main - level 0 */
.cs .menu-main .item_0 {position:relative; border-bottom:1px solid #8a8a8c;}
.cs .menu-main .item_0:last-child {margin-bottom:10px;}
@media screen and (min-width :768px) {
	.cs .menu-main .item_0 {margin:0 30px 0 0; float:left; border-bottom:0;}
	.cs .menu-main .item_0:last-child {margin-right:0; margin-bottom:0;}
}

.cs .menu-main .item_0 > .item-link {position:relative; display:block; padding:8px 20px 8px 10px; font-size:1.4rem; font-weight:400; text-decoration:none; color:inherit; text-transform:uppercase; letter-spacing:1px; white-space:nowrap;}
.cs .menu-main .item_0.on > .item-link {color:#a2a3a4;}
body.slide.slide-2 .cs .menu-main .item_0.on-js > .item-link {background-color:#59595c; color:#ffffff; padding:16px 20px 0 30px; height:50px;}
@media screen and (min-width :768px) {
	.cs .menu-main .item_0 > .item-link {padding:0; font-size:1.6rem; line-height:40px; color:#ffffff;}
	.cs .menu-main .item_0.on> .item-link {color:#a9d3ec;}
}

/*.cs .menu-main .item_0.on > .item-link {border-color:#F38020; color:#ffffff;}*/
body.slide.slide-2 .cs .menu-main .item_0  {display:none;}
body.slide.slide-2 .cs .menu-main .item_0.on-js {display:block; border-bottom:0;}
/*@media screen and (min-width :768px) {
	.cs .menu-main .item_0.on-js > .item-link {border-color:#333333; color:#ffffff;}
}*/
.cs .menu-main .item_0 > .item-link:hover {color:#a2a3a4;}
@media screen and (min-width :768px) {
	.cs .menu-main .item_0 > .item-link:hover {color:#a9d3ec;}
}

@media screen and (max-width :767px) { /* only mobile */
	.cs .menu-main .item_0 > .item-link.parent:before {font-family:'FontAwesome'; content:"\f054"; position:absolute; right:8px; top:8px; font-size:1.4rem; font-weight:300;}
	.cs .menu-main .item_0.on > .item-link.parent:before {content:"\f078"; top:9px;}
	.cs .menu-main .item_0.on-js > .item-link.parent:before {content:"\f078"; top:9px;}
	body.slide.slide-2 .cs .menu-main .item_0.on-js > .item-link.parent:before  {content:"\f053"; left:10px; right:auto; top:15px;}
}

.cs .menu-main .item_0 > .item-children {display:none;}
.cs .menu-main .item_0.on-js > .item-children {display:block;}
@media screen and (min-width :768px) {
	.cs .menu-main .item_0 > .item-children {display:block; border:1px solid #9b9ea0; border-width:0 1px; max-height:0; opacity:0.3; transition: max-height 0.3s, opacity 1s; overflow:hidden; position:absolute; z-index:600; left:0; top:100%; min-width:160px; background:rgba(243,245,246,0.96); }
	.cs .menu-main > .item_0:last-child > .item-children {left:auto; right:0;}
	.cs .menu-main .item_0.on-js > .item-children {max-height:0; }
	.cs .menu-main .item_0:hover > .item-link {color:#a9d3ec;}
	.cs .menu-main .item_0:hover > .item-children {border-width:1px; padding:4px 0 8px 0; max-height:500px; opacity:1; transition: max-height 1s; }
}

/* menu main - level 1 */
.cs .menu-main .item_1 > .item-link {display:block; padding:8px 20px 8px 10px; font-size:1.4rem; color:inherit; text-decoration:none;}
body.slide.slide-2 .cs .menu-main .item_0.on-js  .item_1 > .item-link {border-bottom:1px solid #8a8a8c; text-transform:uppercase; letter-spacing:1px;}
@media screen and (min-width :768px) {
	.cs .menu-main .item_1 > .item-link {padding:0 13px; line-height:2.8rem; white-space:nowrap;}
}

.cs .menu-main .item_1.on > .item-link {color:#a2a3a4;}
.cs .menu-main .item_1.on-js > .item-link {color:#a2a3a4;}
.cs .menu-main .item_1 > .item-link:hover {color:#a2a3a4;}

.cs .menu-main .item_1 > .item-link > a { color:inherit;}
.cs .menu-main .item_1.on-js > .item-link > a:hover {text-decoration:underline;}

/* image wrapper */
.cs .img-width-100 {display:block; width:100%;}
.cs .img-wrap-max-100 {width:100%;}
.cs .img-wrap-max-100 img {width:100%; max-width:100%;}
.cs .min-100 {min-width:100%;}
@media (min-width :768px){
	.cs .img-wrap-max-100 img {width:70%;}
}
/* ########################################## */
/* breadcrumb */
.cs .breadcrumb {margin:8px 0;}
.cs .breadcrumb a {display:inline-block; padding-left:1px; font-size:1.2rem; color:#808080;}
.cs .breadcrumb a.on {color:#808080;}
.cs .breadcrumb a:hover span {text-decoration:underline;}
.cs .breadcrumb a:after {content:" >"; padding:0 2px; font-family:"Trebuchet MS"; font-size:1.3rem;}
.cs .breadcrumb > a:last-child:after {display:none;}
.cs .breadcrumb > span {display:inline-block; padding-left:1px; font-size:1.2rem; color:#808080;}
.cs .breadcrumb > span.on {color:#808080;}
.cs .breadcrumb > span:after {content:" >"; padding:0 2px; font-family:"Trebuchet MS"; font-size:1.3rem;}
.cs .breadcrumb > span:last-child:after {display:none;}
.cs .breadcrumb + h1 {margin-top:6px;}

/* ########################################## */
/* wide-a */
.cs .wide-a {background-color:#e9e9e9; padding:20px 10px;}
.cs .wide-a h1 {margin:0; text-align:center; font-size:3.6rem;}

/* columns */
.cs .fcol h1 {margin-top:6px;}
@media screen and (min-width :768px) {
	.cs .fcol {float:left; width:50%; min-height:10px;}
	.cs .fcol.fcol-1 {padding-right:15px;}
	.cs .fcol.fcol-2 {padding-left:15px;}
}
@media screen and (min-width :768px) {
	.cs .fcol-b-wrap {float:left; width:50%;}
	.cs .fcol-b-wrap.fcol-b-wrap-1 {padding-right:10px;}
	.cs .fcol-b-wrap.fcol-b-wrap-2 {padding-left:10px;}
}
.cs .fcol-b > p:first-child {margin-top:0;}
@media screen and (min-width :501px) {
	.cs .fcol-b {float:left; width:50%; min-height:10px;}
	.cs .fcol-b.fcol-b-1 {padding-right:15px;}
	.cs .fcol-b.fcol-b-2 {padding-left:15px;}
}

/* home video */
.cs #video {margin:0 auto 30px auto; max-width:768px;}
/* repair process video */
.cs #video-2 {}

/* home map-home */
.cs .map-home {padding:100px 0; background-image:url(/images/map-mobile.png); background-position:50% 50%; background-size:auto 100%; background-repeat:no-repeat;}

.cs .map-home .shop {padding:0 0 20px 0;}
.cs .map-home .shop-selected {padding:0 0 20px 0;}
.cs .map-home .country {text-transform:uppercase; font-family:Oswald; letter-spacing:1px; font-size:1.3rem; cursor:pointer;}
.cs .map-home .shop.on-hard .marker {display:none; width:35px; height:35px; line-height:35px;}
.cs .map-home .shop.on-hard .marker-selected {display:none; width:35px; height:35px; line-height:35px;}
.cs .map-home .shop.on-hard .marker .fa {font-size:1.8rem;}
.cs .map-home .shop.on-hard .marker-selected .fa {font-size:1.8rem;}
.cs .map-home .shop.on .txt {display:block;}
.cs .map-home .shop.on .marker {display:none; width:35px; height:35px; line-height:35px;}
.cs .map-home .shop.on .marker-selected {display:none; width:35px; height:35px; line-height:35px;}
.cs .map-home .shop.on .marker .fa {font-size:1.8rem;}
.cs .map-home .shop.on .marker-selected .fa {font-size:1.8rem;}
.cs .map-home .shop-selected.on-hard .marker {display:none; width:35px; height:35px; line-height:35px;}
.cs .map-home .shop-selected.on-hard .marker-selected {display:none; width:35px; height:35px; line-height:35px;}
.cs .map-home .shop-selected.on-hard .marker .fa {font-size:1.8rem;}
.cs .map-home .shop-selected.on-hard .marker-selected .fa {font-size:1.8rem;}
.cs .map-home .shop-selected.on .txt {display:block;}
.cs .map-home .shop-selected.on .marker {display:none; width:35px; height:35px; line-height:35px;}
.cs .map-home .shop-selected.on .marker-selected {display:none; width:35px; height:35px; line-height:35px;}
.cs .map-home .shop-selected.on .marker .fa {font-size:1.8rem;}
.cs .map-home .shop-selected.on .marker-selected .fa {font-size:1.8rem;}

.cs .map-home .marker {display:none; background:#ffffff; width:25px; height:25px; line-height:25px; border:1px solid #59595c; border-radius:20px; text-align:center; color:#59595c;}
.cs .map-home .marker-selected {display:none; background:#ffffff; width:35px; height:35px; line-height:35px; border:2px solid #449ee9; border-radius:30px; text-align:center; color:#59595c;}
.cs .map-home .marker .fa {font-size:1.6rem;}
.cs .map-home .marker-selected .fa {font-size:1.8rem;}
.cs .map-home .txt {display:none; margin:6px 0 0 0; padding:12px 15px; width:225px; background-color:rgba(41,144,233,0.8); color:#ffffff;}
.cs .map-home .txt h2 {margin:0; color:#ffffff;}
.cs .map-home .txt p {margin:4px 0 0 0;color:inherit;}
@media screen and (min-width:768px) {
	.cs .map-home {position:relative; margin:0 auto; padding:0; width:736px; height:374px; background-size:auto; background-image:url(/images/map-tablet-desktop.png);}
	.cs .map-home .shop {padding:0;}
	.cs .map-home .shop-selected {padding:0;}
	.cs .map-home .country {position:absolute; left:0; top:0; text-transform:uppercase; font-family:Oswald; font-size:1.3rem; color:#59595c; cursor:default;}
	.cs .map-home .info {position:absolute;z-index:10; left:0; top:0;}
	.cs .map-home .info-selected {position:absolute;z-index:20; left:0; top:0;}
	.cs .map-home .shop.on-hard  .info{z-index:20;margin:-5px 0 0 -5px;}
	.cs .map-home .shop.on-hard .marker {display:block;}
	.cs .map-home .shop.on-hard .marker-selected {display:block;}
	.cs .map-home .shop.on .info {z-index:20;margin:-5px 0 0 -5px;}
	.cs .map-home .shop.on .marker {display:block;}
	.cs .map-home .shop.on .marker-selected {display:block;}
	.cs .map-home .shop-selected.on-hard  .info{z-index:20;margin:0 0 0 0;}
	.cs .map-home .shop-selected.on-hard .marker {display:block;}
	.cs .map-home .shop-selected.on-hard .marker-selected {display:block;}
	.cs .map-home .shop-selected.on .info {z-index:20;margin:0 0 0 0;}
	.cs .map-home .shop-selected.on .marker {display:block;}
	.cs .map-home .shop-selected.on .marker-selected {display:block;}
	.cs .map-home .info:hover {z-index:20;margin:-5px 0 0 -5px; width:35px;}
	.cs .map-home .info:hover .txt {display:block;}
	.cs .map-home .info:hover .marker {display:block; width:35px; height:35px; line-height:35px;}
	.cs .map-home .info:hover .marker-selected {display:block; width:35px; height:35px; line-height:35px;}
	.cs .map-home .info:hover .marker .fa {font-size:1.8rem;}
	.cs .map-home .info:hover .marker-selected .fa {font-size:1.8rem;}
	.cs .map-home .info-selected .txt {display:block;}
	.cs .map-home .info-selected .marker {display:block; width:35px; height:35px; line-height:35px;}
	.cs .map-home .info-selected .marker-selected {display:block; width:35px; height:35px; line-height:35px;}
	.cs .map-home .info-selected .marker .fa {font-size:1.8rem;}
	.cs .map-home .info-selected .marker-selected .fa {font-size:1.8rem;}
	.cs .map-home .marker {display:inline-block;}
	.cs .map-home .marker-selected {display:inline-block;}
}

.cs .all-shops {text-align:center; margin-top:-20px;}
.cs .all-shops a {position:relative; text-transform:uppercase; font-family:Oswald; letter-spacing:1px; font-size:1.6rem; color:inherit;}
.cs .all-shops a:hover {color:#a2a3a4;}
.cs .all-shops a .fa-globe {position:relative; top:2px; font-size:2.6rem; padding-right:8px;}
.cs .all-shops a .fa-angle-down {position:absolute; left:50%; top:-10px;}
@media screen and (min-width :768px) {
	.cs .all-shops {margin-top:-30px;}
	.cs .all-shops a {font-size:2.0rem;}
	.cs .all-shops a .fa-globe {top:3px; font-size:3.4rem;}
	.cs .all-shops a .fa-angle-down {top:-15px;}
}

/* commitment */
.cs .mtable.commitment {width:100%;}
.cs .mtable.commitment .mrow > .mcell {padding-bottom:41px; vertical-align:middle; text-transform:uppercase; font-family:Oswald; letter-spacing:1px; font-size:1.4rem;}
.cs .mtable.commitment .mrow > .mcell:first-child {width:50px;}
.cs .mtable.commitment .mrow > .mcell:first-child img {display:block; width:50px; height:50px;}
.cs .mtable.commitment .mrow > .mcell:nth-child(2) {padding-left:10px;}

/* faq */
.cs .fcol.fcol-2 >img:first-child{margin-top:10px;}

/* press-room */
.cs .mtable.press-room {width:100%;}
.cs .mtable.press-room .mrow > .mcell {display:block;}
.cs .mtable.press-room .mrow > .mcell img {margin:0; border:0; width:100%;}
.cs .mtable.press-room .mrow > .mcell p {margin:0 0 50px 0; font-size:1.4rem;}
.cs .mtable.press-room a {color:#59595c;}
.cs .mtable.press-room a:hover {color:#a2a3a4;}
@media screen and (min-width :501px) {
	.cs .mtable.press-room .mrow > .mcell {display:table-cell;}
	.cs .mtable.press-room .mrow > .mcell {width:50%; vertical-align:bottom;}
	.cs .mtable.press-room .mrow > .mcell:first-child {padding-right:30px;}
	.cs .mtable.press-room .mrow > .mcell:nth-child(2) {padding-left:30px;}
}

/* box-promise */
.cs .box-promise {border-top:1px solid #acacae; padding:32px 0;}
.cs .box-promise-list > .box-promise:first-child {border-top:0; padding-top:0;}
.cs .box-promise .left {padding-bottom:20px;}
.cs .box-promise .left img {display:block; width:100%;}
.cs .box-promise .right h2 {margin-top:0;}
@media screen and (min-width :768px) {
	.cs .box-promise .left {float:left; width:50%; padding:0 24px 0 0;}
	.cs .box-promise .right {float:left; width:50%;}
}

/* box-service */
.cs .box-service {margin:0 0 40px 0; text-align:center; color:#ffffff; background-image:url(/images/img-services-top.png); background-position:50% 50%; background-repeat:no-repeat; background-size:cover; padding:6% 11%;}
.cs .box-service h2 {font-size:3.4rem; color: #ffffff;}
.cs .box-service h2 br {display:none;}
@media screen and (min-width :768px) {
	.cs .box-service h2 br {display:inline;}
}
.cs .box-service .sep {margin:30px 12%; height:1px; background-color:#ffffff;}
.cs .box-service p {font-size:1.6rem; color:#ffffff;}
.comsoc .box-service-p {font-size:1.5rem;}

/* service */
@media screen and (min-width :768px) {
	.cs .service-left{float:left; width:50%; border-right:10px solid #ffffff;}
	.cs .service-right{float:left; width:50%; border-left:10px solid #ffffff;}
}
.cs .service {padding:0 0 30px 0;}
.cs .service img {margin-bottom:16px; display:block; width:100%;}

/* box-service-2 */
.cs .box-service-2 {text-align:center; padding:2% 11%;}
.cs .box-service-2 h2 {text-transform:none; font-family:Helvetica; font-size:2.6rem;}
.cs .box-service-2 h2 br {display:none;}
@media screen and (min-width :768px) {
	.cs .box-service-2 h2 br {display:inline;}
}

/* opportunities */
.cs .map-opportunities-wrap {position:relative; margin-bottom:20px;}
.cs .map-opportunities-wrap .legend {position:absolute; left:0; bottom:0;}
.cs .map-opportunities-wrap .legend > div {text-transform:uppercase; font-family:Oswald; letter-spacing:1px; font-size:1.3rem;}
.cs .map-opportunities-wrap .legend > div:before {content:" "; display:inline-block; width:11px; height:11px; border-radius:10px; margin-right:6px;}
.cs .map-opportunities-wrap .legend > div:first-child:before {background-color:#2992d0;}
.cs .map-opportunities-wrap .legend > div:nth-child(2):before {background-color:#a9d3ec;}

/* suppliers-wrap */
.cs .suppliers-wrap a {display:inline-block; margin:15px 80px 35px 0;}
.cs .suppliers-wrap a img {vertical-align:baseline;}

/* news */
.cs .news-item {margin-bottom:20px;}
.cs .news-item h2 {margin:0 0 8px 0; font-size:1.4rem;}
.cs .news-item p {margin:0 0 4px 0;}
/* news details */
.cs .back {margin:0;text-align:right;}

/* shops */
.cs .fcol-c.fcol-c-1 {padding-top:50px; background-image:url(/images/map-all-shops.png); background-position:50% 0; background-size:contain; background-repeat:no-repeat;}
.cs .fcol-c.fcol-c-2 {display:none;padding-top:40px; margin:0 0 0 260px;}
@media screen and (min-width :600px) {
	.cs .fcol-c.fcol-c-1 {float:left; padding-top:0; width:260px; background-image:none;}
	.cs .fcol-c.fcol-c-2 {display:block;}
}
.cs .letter-wrap .letter {color:#b5b6b7; font-family:Oswald; letter-spacing:1px; font-size:5.0rem; line-height:130%; text-indent:-2px; font-weight:400;}
.cs .letter-wrap a {display:block; margin:4px 0;font-size:1.6rem; color:inherit;}
.cs .letter-wrap a:hover {color:#a2a3a4;}
.cs .letter-wrap span {display:block; margin:4px 0;font-size:1.6rem; color:inherit;}

/* join network */
.cs .box-join {padding:6px 0 0 0;}
.cs .box-join .box-join-left {float:left; display:block; width:106px;}
.cs .box-join .box-join-right {margin-left:126px;}
.cs .box-join .box-join-right>p:first-child {margin-top:0;}

.cs .form-join-network .owner {display:none;}
.cs .form-join-network .owner2 {display:none; margin-top:30px; padding-top:10px; border-top:1px dashed #59595c;}

/* shop locator */
.cs .shop-locator-top {margin-bottom:34px; border-bottom:1px solid #acacae; padding-bottom:10px;}

.cs .shop-locator-top .locator-search-2 {display:inline-block; padding-right:25px; border-right:1px solid #acacae; margin-right:22px;}
.cs .shop-locator-top .locator-search {position:relative; border:1px solid #acacae; width:185px; height:25px;}
.cs .shop-locator-top .locator-search input {width:100%; border:0; line-height:24px; height:24px; padding:0 30px 0 10px; background:transparent;}
.cs .shop-locator-top .locator-search button {position:absolute; right:0; top:0; width:30px; height:25px; padding:0; border:0; background:transparent; text-align:center; color:inherit;}
.cs .shop-locator-top .locator-search button:hover {opacity:0.8;}
.cs .shop-locator-top .locator-search button .fa {font-size:1.5rem; line-height:24px;}
.cs .shop-locator-top .locator {display:inline-block; padding-right:25px; border-right:1px solid #acacae; margin-top:6px; margin-right:22px; font-size:1.6rem; font-family:Oswald; letter-spacing:1px; color:inherit;}
.cs .shop-locator-top .locator:last-child {padding-right:0; border-right:0; margin-right:0;}
.cs .shop-locator-top .locator .fa {font-size:2.1rem;}

.cs .fcol-d #garages-wrap {position:relative;}
.cs .fcol-d #garages { height:472px;overflow:auto; overflow-x:hidden;}
.cs .fcol-d #garages  ul{padding-left:0; list-style-type:none;}
.cs .fcol-d #garages  li {margin-bottom:15px;}
.cs .fcol-d #garages .shop {font-family:Oswald; font-weight:400; font-size:1.5rem;}
.cs .fcol-d #garages .shop-selected {font-family:Oswald; font-weight:400; font-size:1.5rem;}
.cs .fcol-d #garages a {color:#2992d0; font-weight:600;}
.cs .fcol-d #garages-wrap .loading{display:none; position:absolute; top:0; bottom:0; width:100%; xbackground:rgba(0, 0, 0, 0.2); opacity:0.356409;}

@media screen and (max-width :600px) and (orientation: portrait) {
	.cs .fcol-d #garages { height:initial;}
}


.cs .fcol-d #map {height:472px;}
.cs .fcol-d.fcol-d-1 {}
.cs .fcol-d.fcol-d-2 {margin:10px 0 0 0;}
@media screen and (min-width :600px) {
	.cs .fcol-d.fcol-d-1 {float:left; padding-top:0; width:200px; background-image:none;}
	.cs .fcol-d.fcol-d-2 {display:block; margin:0 0 0 200px;}
}

/* appointment */
.cs .appointment-top {margin-bottom:34px; border-bottom:1px solid #acacae;}
.cs .fcol-d #garages a.schedule {display:inline-block; border:2px solid #acacae; padding:3px 8px; font-size:1.1rem; color:#59595c;}
.cs .fcol-d #garages a.schedule.on {opacity:0.7;}
.cs .fcol-d #garages a.schedule:hover {opacity:0.7;}
.cs .fcol-d #garages a.schedule .fa {font-size:1.4rem;}

/* visit*/
.cs .fcol-d #garages a.visit {display:inline-block; border:2px solid #acacae; padding:3px 8px; font-size:1.1rem; color:#59595c;}
.cs .fcol-d #garages a.visit.on {opacity:0.7;}
.cs .fcol-d #garages a.visit:hover {opacity:0.7;}
.cs .fcol-d #garages a.visit .fa {font-size:1.4rem;}

/* contact us */
.cs .box-contact-wrap.large h2 {display:none;}
.cs .box-contact-wrap.large.first h2 {display:block;}
@media screen and (min-width :501px) {
	.cs .box-contact-wrap {float:left; width:33.33%; solid #ffffff;}
	.cs .box-contact-wrap.large {border-right:0;}
	.cs .box-contact-wrap.large h2 {display:block; padding-right:20px;}
	.cs .box-contact-wrap.last {padding-right: 20px;} 
	/*.cs .box-contact-wrap.last {border-right:20px solid #ffffff;}
	.cs .box-contact-wrap.last h2 {padding-right:0;}
	.cs .box-contact-wrap:nth-child(3n) {border-right:0;}
	.cs .box-contact-wrap:nth-child(3n) h2 {padding-right:20px;}*/
	.cs .box-contact-wrap.large .box-contact {padding-right:20px;}
}
.cs .box-contact-wrap h2 {margin-bottom:8px; border-bottom:1px solid #acacae; padding:0 0 6px 0;}
.cs .box-contact-wrap h3 {margin:2px 0 6px 0; font-size:1.4rem; text-transform:uppercase;}
.cs .box-contact-wrap h4 {margin:0px 0px 0px 0px;}
.cs .box-contact-wrap p {margin:8px 0 30px 0;}

/* idea */
.cs .box-idea-a {background-image:url(/images/idea-01-c.png); background-position:50% 0; background-size:100% auto; background-repeat:repeat-y;}
.cs .box-idea-a-2 {padding:30px; background-image:url(/images/idea-01-b.png); background-position:50% 100%; background-size:100% auto; background-repeat:no-repeat;}
.cs .box-idea-a p {margin-left:auto; margin-right:auto; max-width:600px; font-size:1.6rem; color:#ffffff; text-align:center;}
.comsoc .box-idea-a-p {margin-left:auto; margin-right:auto; max-width:600px; font-size:1.5rem; text-align:center;}
.cs .sep-line {margin:30px 0; height:1px; background:#acacae;}

.cs .box-idea-b {background:#000000; width:100%;}
.cs .box-idea-b .cell-1 {width:33.33%;}
.cs .box-idea-b .cell-2 {padding-right:20px; vertical-align:middle;}
.cs .box-idea-b p {font-family:Oswald; font-size:2.0rem; font-weight:300; letter-spacing:2px; line-height:1.6; color:#ffffff;}
@media screen and (min-width :768px) {
	.cs .box-idea-b .cell-2 {padding-left:20px;}
	.cs .box-idea-b p {font-size:2.8rem;}
}

.cs .css-2-columns {margin:0 0 30px 0;}
@media screen and (min-width :501px) {
	.cs .css-2-columns {-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;	-webkit-column-gap:30px; -moz-column-gap:30px; column-gap:30px;}
}
.cs .css-2-columns>p:first-child{margin-top:0;}

/* mission */
.cs .mission  h2 {font-size:1.6rem;}
.cs .mission  .fcol-b p + h2 {margin-top:25px;}

/* mission - boxes-mission */
.cs .boxes-mission {margin:0 0 4px 0;}
.cs .boxes-mission .box {margin-bottom:16px;}
.cs .boxes-mission .box-2 {margin-bottom:20px; border:1px solid #59595c; padding:16px 10px; text-align:center; text-transform:uppercase; font-family:Oswald; letter-spacing:1px; font-size:1.4rem; font-weight:300;}
@media screen and (min-width :550px) {
	.cs .boxes-mission {margin:0 -16px 4px 0;}
	.cs .boxes-mission .box {float:left; width:33.33%; border-right:16px solid #ffffff;}
	.cs .boxes-mission .box-2 {margin-bottom:0; font-size:1.2rem;}
}
@media screen and (min-width :680px) {
	.cs .boxes-mission .box-2 {font-size:1.4rem;}
	
}
.cs .boxes-mission .box-2 span {display:block; white-space:nowrap;}
.cs .boxes-mission .box-2 .fa {font-size:3.0rem;}
.cs .boxes-mission .box-2 .txt-2 {font-weight:500;}

/* mission - box-mission-a */
.cs .box-mission-a {margin-bottom:20px; background-image:url(/images/mission-02.png); background-position:50% 50%; background-size:cover; background-repeat:no-repeat;}
.cs .box-mission-a .mcell {display:block;}
.cs .box-mission-a .cell-1 img { width:60%; margin:0 auto;}
.cs .box-mission-a .cell-2 {padding:0 40px 20px 40px; vertical-align:middle; text-align:center;}
.cs .box-mission-a .cell-2 h2 {color:#ffffff; font-size:1.6rem;}
.cs .box-mission-a .cell-2 p {color:#ffffff; font-size:1.4rem;}
@media screen and (min-width :501px) {
	.cs .box-mission-a .mcell {display:table-cell;}
	.cs .box-mission-a .cell-1 { width:40%; padding-left:5%;}
	.cs .box-mission-a .cell-1 img { width:100%; margin:0;}
	.cs .box-mission-a .cell-2 {padding:35px 100px 20px 20px; text-align:left;}
}
@media screen and (min-width :768px) {
	.cs .box-mission-a .cell-2 h2 {font-size:1.8rem;}
	.cs .box-mission-a .cell-2 p {font-size:1.6rem;}
}

/* mission - boxes-mission-b */
.cs .box-mission-b {background-image:url(/images/mission-core-02.png); background-position:50% 50%; background-size:cover; background-repeat:no-repeat;}
.cs .box-mission-b .img-wrap {width:54%; min-width:270px; background:rgba(41,144,233,0.6);}
.cs .box-mission-b img {display:block;}

@media screen and (min-width :501px) {
	.cs .box-mission-b .img-wrap {background:transparent;}
}

/* sitemap */
.cs .sitemap h2 {font-size:1.5rem;}
.cs .sitemap > ul {list-style-type:circle;}
.cs .sitemap > ul ul {margin-left:20px; list-style-type:square;}
.cs .sitemap li {padding-bottom:6px;}
.cs .sitemap ul>li:last-child {padding-bottom:0;}

/* ########################################## */
/* .footer-page */
.cs .footer-page {padding:24px 0;}

/* menu-bottom-1 */
.cs .menu-bottom-1 {font-family:Oswald; letter-spacing:1px; border-top:1px solid #acacae; padding:20px 0;}
.cs .menu-bottom-1 a {display:block; margin-right:30px; font-size:1.4rem; font-weight:400; line-height:36px; text-decoration:none; color:inherit; text-transform:uppercase; letter-spacing:1px; white-space:nowrap;}
@media (min-width :768px){
	.cs .menu-bottom-1 {border-top:0; padding:0;}
	.cs .menu-bottom-1 > a  {display:inline;}
}
.cs .menu-bottom-1 a:last-child{margin-right:0;}
.cs .menu-bottom-1 a.on {color:#a2a3a4;}
.cs .menu-bottom-1 a:hover {color:#a2a3a4;}

/* menu-bottom-2 */
.cs .menu-bottom-2 {float:right; min-height:25px; padding:3px 10px 2px 10px;}
/*.cs .menu-bottom-2 > a  {color:#a2a3a4; padding:0 12px 0 4px;}*/
.cs .menu-bottom-2 > a  {color:#a2a3a4; padding:0 10px 0 10px;}
.cs .menu-bottom-2 > a:last-child {padding-right:0;}
.cs .menu-bottom-2 > a:hover  {color:inherit;}
.cs .menu-bottom-2 > a > .fa {float:none; margin:0;}
/*.cs .menu-bottom-2 > span.sep  {color:#a2a3a4; padding:0 12px 0 4px;}*/
.cs .menu-bottom-2 > span.sep  {color:#a2a3a4; padding:0 0px 0 0px;}
.cs .menu-bottom-2 > select  {float:left; margin:0 16px 0 0; border:0; max-width:200px; background:transparent; color:inherit;}

/* menu-bottom-2 */
.cs .menu-bottom-2 {display:none; float:right; margin-bottom:10px; min-height:25px; padding:3px 0 2px 0;}
@media screen and (min-width :768px) {
	.cs .menu-bottom-2 {display:block;}
}
/*.cs .menu-bottom-2 > a  {color:#a2a3a4; padding:0 12px 0 4px;}*/
.cs .menu-bottom-2 > a  {color:#a2a3a4; padding:0 10px 0 10px;}
.cs .menu-bottom-2 > a:last-child {padding-right:0;}
.cs .menu-bottom-2 > a:hover  {color:inherit;}
.cs .menu-bottom-2 > a > .fa {float:none; margin:0;}
/*.cs .menu-bottom-2 > span.sep  {color:#a2a3a4; padding:0 12px 0 4px;}*/
.cs .menu-bottom-2 > span.sep  {color:#a2a3a4; padding:0 0px 0 0px;}
.cs .menu-bottom-2 > select  {float:left; margin:0 16px 0 0; border:0; max-width:200px; background:transparent; color:inherit;}

/* bottom-contact */
.cs .bottom-contact {border:1px solid #acacae; border-width:1px 0; padding:20px 0; text-align:center; font-size:2.2rem; text-transform:uppercase; font-family:Oswald; letter-spacing:1px;}
.cs .bottom-contact .tel-txt {display:block; color:#2992d0;}
.cs .bottom-contact .tel {display:block;}
.cs .bottom-contact .connect {display:block; color:#2992d0;}
.cs .bottom-contact .fa {color:inherit; margin-right:16px;}
.cs .bottom-contact > .fa:last-child { margin-right:0;}
@media screen and (min-width :768px) {
	.cs .bottom-contact {text-align:left; padding:10px 0;}
	.cs .bottom-contact .tel-txt {display:inline; padding-right:20px;}
	.cs .bottom-contact .tel {display:inline; padding-right:30px;}
	.cs .bottom-contact .connect {display:inline; border-left:1px solid #acacae; padding:0 20px 0 30px;;}
	.cs .bottom-contact .fa {}
}

/* copyright-wrap */
.cs .copyright-wrap {text-align:center;}
@media screen and (min-width :768px) {
	.cs .copyright-wrap {float:left; text-align:left;}
}

/* menu-bottom-3 */
.cs .menu-bottom-3 {min-height:25px; padding:3px 5px 2px 5px;}
@media screen and (min-width :768px) {
	.cs .menu-bottom-3 {float:right;}
}
.cs .menu-bottom-3 > a  {color:#a2a3a4; padding:0 12px 0 4px;}
.cs .menu-bottom-3 > a.model-2  {color:inherit;}
.cs .menu-bottom-3 > a:hover  {color:inherit;}
.cs .menu-bottom-3 > a.model-2:hover  {color:#a2a3a4;}
.cs .menu-bottom-3 > span.sep  {color:#a2a3a4; padding:0 12px 0 4px;}

/* copyright */
.cs .copyright-wrap p {margin:0; min-height:25px; padding:3px 0 2px 0;}
@media screen and (min-width :768px) {
	.cs .copyright-wrap p {float:left;}
}

/* ########################################## */
/* BOXES */
/* boxes-a */
.cs .boxes-a {margin:30px 0 0 0; padding:30px 0 0 0; border-top:1px solid #acacae;}
.cs .boxes-a .box {margin:0 auto 16px auto; width:230px; position:relative;}
.cs .boxes-a .box img {display:block; width:100%; height:100%;}
.cs .boxes-a .box h2 {margin:0; position:absolute; left:0; top:0; right:0; padding:15px; color:#ffffff; font-size:1.6rem;}
.cs .boxes-a .box a {position:absolute; left:0; bottom:0; margin:10px 15px; padding:0 6px; color:#ffffff; border:1px solid #ffffff;}
@media screen and (min-width :501px) {
	.cs .boxes-a .box {float:left; width:50%; border:8px solid #ffffff; border-width:0 8px;}
}
@media screen and (min-width :768px) {
	.cs .boxes-a .box {width:25%;}
}
@media screen and (min-width :850px) {
	.cs .boxes-a .box {margin-bottom:22px; border-width:0 11px;}
	.cs .boxes-a .box h2 {font-size:2.0rem;}
}

/* boxes-b */
/*.cs .boxes-b {margin:30px 0 0 0;}
.cs .boxes-b .box {margin:0 auto 22px auto; border:11px solid #ffffff; border-width:0 11px; width:252px; position:relative;}
.cs .boxes-b .box img {display:block; width:100%; height:100%;}
.cs .boxes-b .box-2 {position:absolute; left:0; top:0; right:0; padding:15px;}
.cs .boxes-b .box h2 {margin:0; padding:15px 0 0 0; color:#ffffff; font-size:3.4rem;}
.cs .boxes-b .box:nth-child(3) h2 {padding-top:5px; font-size:2.4rem;}
.cs .boxes-b .box:nth-child(4) h2 {padding-top:25px;}
.cs .boxes-b .box h2 .fa {font-size:5.0rem;}
.cs .boxes-b .box h2 span.model-1 {font-size:5.2rem;}
.cs .boxes-b .box-2 p {margin:0; font-family:Oswald; font-size:1.3rem; color:#ffffff; font-weight:600;}
@media screen and (min-width :504px) {
	.cs .boxes-b {margin:30px auto 0 auto; width:504px;}
	.cs .boxes-b .box {float:left;}
}
@media screen and (min-width :768px) {
	.cs .boxes-b {float:left;}
}*/

.cs .boxes-b {margin:30px 0 0 0;}
.cs .boxes-b .box {margin:0 auto 22px auto; border:11px solid #ffffff; border-width:0 11px; width:252px; position:relative; display:block;}
.cs .boxes-b .box img {display:block; width:100%; height:100%;}
.cs .boxes-b .box-2 {position:absolute; left:0; top:0; right:0; padding:15px;}
.cs .boxes-b .box h2 {margin:0; padding:15px 0 0 0; color:#ffffff; font-size:3.4rem;}
.cs .boxes-b .box:nth-child(3) h2 {padding-top:5px; font-size:2.4rem;}
.cs .boxes-b .box:nth-child(4) h2 {padding-top:25px;}
.cs .boxes-b .box h2 .fa {font-size:5.0rem;}
.cs .boxes-b .box h2 span.model-1 {font-size:5.2rem;}
.cs .boxes-b .box-2 p {margin:0; font-family:Oswald; font-size:1.2rem; color:#ffffff; font-weight:600;}

@media screen and (min-width :504px) {
	.cs .boxes-b {margin:30px auto 0 auto;}
	.cs .boxes-b .box {float:left; width:50%;}
}
@media screen and (min-width :768px) {
	.cs .boxes-b .box h2 {margin:0; padding:10px 0 0 0; color:#ffffff; font-size:2.4rem;}
	.cs .boxes-b .box:nth-child(3) h2 {padding-top:3px; font-size:1.6rem;}
	.cs .boxes-b .box:nth-child(4) h2 {padding-top:20px;}
	.cs .boxes-b .box h2 .fa {font-size:2.6rem;}
	.cs .boxes-b .box h2 span.model-1 {font-size:2.8rem;}
	.cs .boxes-b .box-2 p {margin:0; font-family:Oswald; font-size:1.1rem; color:#ffffff; font-weight:600;}
}

@media screen and (min-width :1020px) {
	.cs .boxes-b .box h2 {margin:0; padding:5px 0 0 0; color:#ffffff; font-size:2.4rem;}
	.cs .boxes-b .box:nth-child(3) h2 {padding-top:5px; font-size:2.4rem;}
	.cs .boxes-b .box:nth-child(4) h2 {padding-top:25px;}
	.cs .boxes-b .box h2 .fa {font-size:5.0rem;}
	.cs .boxes-b .box h2 span.model-1 {font-size:5.2rem;}
	.cs .boxes-b .box-2 p {margin:0; font-family:Oswald; font-size:1.2rem; color:#ffffff; font-weight:600;}
}

/* boxes-c */
/*.cs .boxes-c {margin:10px auto 20px auto; padding:0 0 0 11px; max-width:504px;}
.cs .boxes-c h2 {margin-top:0; border-bottom:1px solid #acacae; padding:0 0 6px 0; font-size:1.6rem; }
.cs .boxes-c .box {}
.cs .boxes-c .box .date {margin:0; color:#a2a3a4;}
.cs .boxes-c .box .text {margin:0;}
.cs .boxes-c .box a {display:inline-block; margin:4px 0 16px 0; padding:0 6px; color:inherit; border:1px solid #59595c;}
.cs .boxes-c .box a:hover {color:#a2a3a4; border:1px solid #a2a3a4;}

@media screen and (min-width:504px) {
	.cs .boxes-c {clear:left;}
}
@media screen and (min-width:768px) {
	.cs .boxes-c {clear:none; margin-top:30px; margin-left:504px; min-width:200px;}
}*/

.cs .boxes-c {margin:10px auto 20px auto;}
.cs .boxes-c h2 {margin-top:0; border-bottom:1px solid #acacae; padding:0 0 6px 0; font-size:1.6rem; }
.cs .boxes-c .box {}
.cs .boxes-c .box .date {margin:0; color:#a2a3a4;}
.cs .boxes-c .box .text {margin:0;}
.cs .boxes-c .box a {display:inline-block; margin:4px 0 16px 0; padding:0 6px; color:inherit; border:1px solid #59595c;}
.cs .boxes-c .box a:hover {color:#a2a3a4; border:1px solid #a2a3a4;}

@media screen and (min-width:768px) {
	.cs .boxes-c {margin-top:30px;}
	.cs .boxes-c .box {float:left; width:50%;}
	.cs .boxes-c .box:nth-of-type(2n+1){clear:left; padding-right:10px;}
	.cs .boxes-c .box:nth-of-type(2n){padding-left:10px;}
}

/* boxes-d */
.cs .boxes-d {margin:30px 0 0 0;}
.cs .boxes-d .box {margin:0 auto 22px auto; border:11px solid #ffffff; border-width:0 11px; width:252px; position:relative; display:block;}
.cs .boxes-d .box img {display:block; width:100%; height:100%;}
.cs .boxes-d .box-2 {position:absolute; left:0; top:0; right:0; padding:15px;}
.cs .boxes-d .box h2 {margin:0; padding:105px 0 0 0; color:#ffffff; font-size:3.4rem;}
/* .cs .boxes-d .box:nth-child(3) h2 {padding-top:5px; font-size:2.4rem;} */
/* .cs .boxes-d .box:nth-child(4) h2 {padding-top:25px;} */
.cs .boxes-d .box h2 .fa {font-size:5.0rem;}
.cs .boxes-d .box h2 span.model-1 {font-size:5.2rem;}
.cs .boxes-d .box-2 p {margin:0; font-family:Oswald; font-size:1.2rem; color:#ffffff; font-weight:600;}

@media screen and (min-width :504px) {
	.cs .boxes-d {margin:30px auto 0 auto;}
	.cs .boxes-d .box {float:left; width:25%;}
}
@media screen and (min-width :768px) {
	.cs .boxes-d .box h2 {margin:0; padding:95px 0 0 0; color:#ffffff; font-size:2.4rem;}
	/* .cs .boxes-d .box:nth-child(3) h2 {padding-top:3px; font-size:1.6rem;} */
	/* .cs .boxes-d .box:nth-child(4) h2 {padding-top:20px;} */
	.cs .boxes-d .box h2 .fa {font-size:2.6rem;}
	.cs .boxes-d .box h2 span.model-1 {font-size:2.8rem;}
	.cs .boxes-d .box-2 p {margin:0; font-family:Oswald; font-size:1.1rem; color:#ffffff; font-weight:600;}
}

@media screen and (min-width :1020px) {
	.cs .boxes-d .box h2 {margin:0; padding:105px 0 0 0; color:#ffffff; font-size:3.4rem;}
	/* .cs .boxes-d .box:nth-child(3) h2 {padding-top:5px; font-size:2.4rem;} */
	/* .cs .boxes-d .box:nth-child(4) h2 {padding-top:25px;} */
	.cs .boxes-d .box h2 .fa {font-size:5.0rem;}
	.cs .boxes-d .box h2 span.model-1 {font-size:5.2rem;}
	.cs .boxes-d .box-2 p {margin:0; font-family:Oswald; font-size:1.2rem; color:#ffffff; font-weight:600;}
}

/* boxes-e */
/*.cs .boxes-e {margin:30px 0 0 0;}
.cs .boxes-e .box {margin:0 auto 22px auto; border:11px solid #ffffff; border-width:0 11px; width:252px; position:relative;}
.cs .boxes-e .box img {display:block; width:100%; height:100%;}
.cs .boxes-e .box-2 {position:absolute; left:0; top:0; right:0; padding:15px;}
.cs .boxes-e .box h2 {margin:0; padding:15px 0 0 0; color:#ffffff; font-size:3.4rem;}
.cs .boxes-e .box:nth-child(3) h2 {padding-top:5px; font-size:2.4rem;}
.cs .boxes-e .box:nth-child(4) h2 {padding-top:25px;}
.cs .boxes-e .box h2 .fa {font-size:5.0rem;}
.cs .boxes-e .box h2 span.model-1 {font-size:5.2rem;}
.cs .boxes-e .box-2 p {margin:0; font-family:Oswald; font-size:1.3rem; color:#ffffff; font-weight:600;}
@media screen and (min-width :504px) {
	.cs .boxes-e {margin:30px auto 0 auto; width:504px;}
	.cs .boxes-e .box {float:left;}
}
@media screen and (min-width :768px) {
	.cs .boxes-e {float:left;}
}*/

.cs .boxes-e {margin:30px 0 0 0;}
.cs .boxes-e .box {margin:0 auto 22px auto; border:11px solid #ffffff; border-width:0 11px; width:252px; position:relative; display:block;}
.cs .boxes-e .box img {display:block; width:100%; height:100%;}
.cs .boxes-e .box-2 {position:absolute; left:0; top:0; right:0; padding:15px;}
.cs .boxes-e .box h2 {margin:0; padding:15px 0 0 0; color:#ffffff; font-size:3.4rem;}
/* .cs .boxes-e .box:nth-child(3) h2 {padding-top:5px; font-size:2.4rem;} */
/* .cs .boxes-e .box:nth-child(4) h2 {padding-top:25px;} */
.cs .boxes-e .box h2 .fa {font-size:5.0rem;}
.cs .boxes-e .box h2 span.model-1 {font-size:5.2rem;}
.cs .boxes-e .box-2 p {margin:0; font-family:Oswald; font-size:1.2rem; color:#ffffff; font-weight:600;}

@media screen and (min-width :504px) {
	.cs .boxes-e {margin:30px auto 0 auto;}
	.cs .boxes-e .box {float:left; width:25%;}
}
@media screen and (min-width :768px) {
	.cs .boxes-e .box h2 {margin:0; padding:10px 0 0 0; color:#ffffff; font-size:2.4rem;}
	/* .cs .boxes-e .box:nth-child(3) h2 {padding-top:3px; font-size:1.6rem;} */
	/* .cs .boxes-e .box:nth-child(4) h2 {padding-top:20px;} */
	.cs .boxes-e .box h2 .fa {font-size:2.6rem;}
	.cs .boxes-e .box h2 span.model-1 {font-size:2.8rem;}
	.cs .boxes-e .box-2 p {margin:0; font-family:Oswald; font-size:1.1rem; color:#ffffff; font-weight:600;}
}

@media screen and (min-width :1020px) {
	.cs .boxes-e .box h2 {margin:0; padding:5px 0 0 0; color:#ffffff; font-size:2.4rem;}
	/* .cs .boxes-e .box:nth-child(3) h2 {padding-top:5px; font-size:2.4rem;} */
	/* .cs .boxes-e .box:nth-child(4) h2 {padding-top:25px;} */
	.cs .boxes-e .box h2 .fa {font-size:5.0rem;}
	.cs .boxes-e .box h2 span.model-1 {font-size:5.2rem;}
	.cs .boxes-e .box-2 p {margin:0; font-family:Oswald; font-size:1.2rem; color:#ffffff; font-weight:600;}
}

/*Slider Photos-----------------*/
/*
.cs .slider-b .slide .text{
    height:initial;
    background:none;
    width:100%;
    top: auto;
    height:auto;
    bottom:0;
    position:absolute;
    padding:25px;
}
.cs .slider-b .slide .text h2{
    margin:0;
}
.cs .slider-b .slide .text a{
    color:#FFF;
}
.cs .slider-b .slide .text a:hover{
    color:#e1e1e1;
}
.cs .slider-b .slide > div{
    background:none;
}
*/
/*-----------------*/


/* ########################################## */
/* general */
.cs .margin-b-0 {margin-bottom:0;}
.cs .margin-b-5 {margin-bottom:5px;}
.cs .margin-b-10 {margin-bottom:10px;}
.cs .margin-b-20 {margin-bottom:20px;}
.cs .margin-b-30 {margin-bottom:30px;}
.cs .margin-t-0 {margin-top:0;}
.cs .margin-t-10 {margin-top:10px;}
.cs .margin-t-20 {margin-top:20px;}
.cs .margin-t-30 {margin-top:30px;}
.cs .p-margin-b-4 p {margin-bottom:4px;}
.cs .margin-negative {margin:0 -16px;}

.cs .padding-0 {padding:0;}
.cs .padding-t-10 {padding-top:10px;}
.cs .padding-t-20 {padding-top:20px;}
.cs .padding-t-30 {padding-top:30px;}
.cs .padding-t-50 {padding-top:50px;}
.cs .padding-b-30 {padding-bottom:30px;}
.cs .padding-b-100 {padding-bottom:100px;}

/* alerts */
/* ########################################## */
/* alert top */
/*.cs .malert-top {background-color:#f38020; color:#ffffff;}
.cs .malert-top.off {display:none;}
.cs .malert-top .site-width {min-height:46px; text-align:center;}
.cs .malert-top h3 {position:relative; margin:10px 0; display:inline-block; padding:0 44px; font-size:2.0rem;}
.cs .malert-top h3:before {font-family:'FontAwesome'; content:"\f05a"; position:absolute; left:0; top:-10px; font-size:4.0rem;}
@media (min-width :768px){
	.cs .malert-top h3 {font-size:1.6rem;}
	.cs .malert-top h3:before {font-size:3.0rem;}
}*/

/* alert default */
.cs .malert {margin:20px 0; padding:5px 10px; text-align:center; color:#ffffff;}
@media (min-width :768px){
	.cs .malert {padding:10px 20px;}
}
.cs .malert.off {display:none;}
.cs .malert h3 {position:relative; display:inline-block; padding:0 10px 0 30px; font-size:1.6rem;}
.cs .malert h3:before {font-family:'FontAwesome'; content:" "; position:absolute; left:0; top:0; font-size:2.4rem;}
@media (min-width :768px){
	.cs .malert h3 {padding:0 50px; font-size:2.0rem;}
	.cs .malert h3:before {font-size:4.0rem;}
}
.cs .malert.success {background-color:#00a651;}
.cs .malert.success h3:before {content:"\f058";}
.cs .malert.error {background-color:#ec1c24;}
.cs .malert.error h3:before {content:"\f057";}

/*.cs .malert ol {color:#ffffff; padding-top:20px;}
.cs .malert ol a {color:#ffffff;}*/

/* alert default on left column */
/*.cs .layout_2_cols > .col-1 .malert {padding:5px 10px; text-align:left;}
.cs .layout_2_cols > .col-1 .malert h3 {padding:0 10px 0 30px; font-size:1.6rem;}
.cs .layout_2_cols > .col-1 .malert h3:before {font-size:2.4rem;}*/

/* alert login page */
/*.cs .malert.message {margin:0; padding:30px; background-color:#f2f2f2; color:#ec1c24;}
.cs .malert.message .fa.fa-wrench {margin-bottom:15px; font-size:5.4rem;}
.cs .malert.message p {margin:0; font-size:2.0rem;}*/

/* ########################################## */
/* ########################################## */
/* some bootstrap */
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}

.cs li{
	/* font-family: Arial, Helvetica, 'sans serif' !important;*/
}

/* ########################################## */
/* pencils */
html .cs .sn_pencil_links .fa {font-size:1.4rem;}

/* ########################################## */
/* display */
/*html body .cs .desktop {display:none;}*/
html body .cs .mobile-no {display:none;}
@media (min-width :768px){
	/*html body .cs .mobile {display:none;}*/
	html body .cs .mobile-no {display:block;}
	/*html body .cs .mobile-no:empty {display:none;}
	html body .cs .mobile-no.inline-block {display:inline-block;}*/	
}


/* ########################################## */
/* print */
