

* {
	-moz-box-sizing : border-box;
	box-sizing : border-box;
}

html, body {
	min-height: 100%;
}

body {
	overflow-y: scroll;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
	font-size: 1em;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}

body {
	cursor: default;
	font-family: "Segoe UI", Arial, Sans-Serif;
}

ol, ul, dl {
	list-style: outside;
	margin-left: 20px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:focus,
input:focus,
button:focus {
	outline: 0;
}

a {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

input[type=hidden] {
	display: none;
}

strong {
	font-weight: bold;
}

input,
select,
textarea {
	font: inherit;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}


.section-facility {
	background-image: url('../cache/700x400/eh3bench_7d50ebb0b3.jpg');
	background-size: cover;
	background-position: center;
	min-height: 40vw;
}

.section-facility .unit {
	background: rgba(255,255,255,0.9);
	backdrop-filter: blur(10px);
}

/*** MISC ***/

.center {
	max-width: 1100px;
	margin: 0px auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}

.relative {
	position: relative;
}

.transparent {
	opacity: 0;
}

.opaque {
	opacity: 1;
}

.vh {
	position: absolute;
	top: 0px;
	left: -9999px;
}

.hidden {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
	visibility: hidden;
}

.visible {
	visibility: visible;
	position: relative !important;
	top: 0px !important;
	left: 0px !important;
}

.js .js-visible {
	visibility: visible;
	position: relative !important;
	top: 0px !important;
	left: 0px !important;
}

.js .js-hidden {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
	visibility: hidden;
}

/* ####################################### */
/* ############# POSITIONING ############# */
/* ####################################### */

.fr,
.right {
	float: right;
}

.fl,
.left {
	float: left;
}

/* ####################################### */
/* ############### STACKING ############## */
/* ####################################### */

.h-stack > * {
	display: inline-block;
	margin-right: 0.5em;
}

.stack {
	margin-bottom: 2.5em;
}


/* ####################################### */
/* ################# LISTS ############### */
/* ####################################### */

ul.reset,
ol.reset,
dl.reset {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.reset li,
ol.reset li,
dl.reset dl,
dl.reset.dt {
	padding: 0px;
}

.h-list,
.h-list-alt,
.v-list,
.slash-list,
.pipe-list,
.level-list  {
	margin: 0px;
	list-style: none;
}

.h-list > li,
.h-list-alt > li,
.slash-list > li,
.pipe-list > li,
.level-list > li {
	display: inline-block;
}

.h-list > li {
	margin-right: 1em;
}

.h-list-alt {
	text-align: right;
}

.h-list-alt > li {
	margin-left: 1em;
	margin-right: 0em;
}

.slash-list > li:after,
.pipe-list > li:after,
.level-list > li:after {
	content: '/';
	pointer-events: none;
	margin: 0px 0px 0px 0.3em;
}

.h-list.slash-list > li:after,
.h-list.pipe-list > li:after,
.h-list.level-list > li:after {
	margin-left: 1em;
}

.slash-list > li:last-child:after,
.pipe-list > li:last-child:after,
.level-list > li:last-child:after {
	content: '';
	margin: 0px;
}

.pipe-list > li:after {
	content: '|';
}

.level-list > li:after {
	content: '»';
}

/***/

.gm-style img {
	max-width: none;
}

/* ####################################### */
/* ################ Images ############### */
/* ####################################### */

.img-rounded {
	border-radius: 5px;
}

.img-circle,
.img-ellipse {
	border-radius: 50%;
}

.img-thumbnail {
	padding: 4px;
	border: 1px solid #DDD;
}

.img-greyscale,
.img-grayscale {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}

.img-left,
.fig-left {
	float: left;
	margin: 0 1.5em 1.5em 0;
}

.img-right,
.fig-right {
	float: right;
	margin: 0 0 1.5em 1.5em;
}

figcaption {
	font-style: italic;
	margin-top: 5px;
}

.img-block {
	width: 100%;
	display: block;
}

/* ####################################### */
/* ############# Transitions ############# */
/* ####################################### */

.no-transition {
	-webkit-transition: 0ms !important;
	transition: 0ms !important;
}

.quick-transition {
	-webkit-transition: 100ms !important;
	transition: 100ms !important;
}

/* ####################################### */
/* ################ RULE ################# */
/* ####################################### */

.rt,
.rv,
.rule-top {
	border-top: 1px solid #DDD;
}

.rb,
.rv,
.rule-bottom {
	border-bottom: 1px solid #DDD;
}

.rl,
.rh,
.rule-left {
	border-left: 1px solid #DDD;
}

.rr,
.rh,
.rule-right {
	border-right: 1px solid #DDD;
}

/* ####################################### */
/* ########## VERTICAL ALIGN ############# */
/* ####################################### */

.valign {
	width: 100%;
	height: 100%;
	display: table;
}

.valign-inner {
	display: table-cell;
	vertical-align: middle;
}

/* ####################################### */
/* ############### =SPACING ############## */
/* ####################################### */
 
/* spacing helpers
p,m = padding,margin
a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical
s,m,l,n = small(5px),medium(10px),large(20px),none(0px)
*/

.ptn,.pvn,.pan			{padding-top:0px !important}
.pts,.pvs,.pas			{padding-top:5px !important}
.ptm,.pvm,.pam			{padding-top:10px !important}
.ptl,.pvl,.pal			{padding-top:20px !important}
.ptxl,.pvxl,.paxl		{padding-top:30px !important}
.ptxxl,.pvxxl,.paxxl	{padding-top:40px !important}
.prn,.phn,.pan			{padding-right:0px !important}
.prs,.phs,.pas			{padding-right:5px !important}
.prm,.phm,.pam			{padding-right:10px !important}
.prl,.phl,.pal			{padding-right:20px !important}
.prxl,.phxl,.paxl		{padding-right:30px !important}
.prxxl,.phxxl,.paxxl	{padding-right:40px !important}
.pbn,.pvn,.pan			{padding-bottom:0px !important}  
.pbs,.pvs,.pas			{padding-bottom:5px !important}
.pbm,.pvm,.pam			{padding-bottom:10px !important}
.pbl,.pvl,.pal			{padding-bottom:20px !important}
.pbxl,.pvxl,.paxl		{padding-bottom:30px !important}
.pbxxl,.pvxxl,.paxxl	{padding-bottom:40px !important}
.pln,.phn,.pan			{padding-left:0px !important}
.pls,.phs,.pas			{padding-left:5px !important}
.plm,.phm,.pam			{padding-left:10px !important}
.pll,.phl,.pal			{padding-left:20px !important}
.plxl,.phxl,.paxl		{padding-left:30px !important}
.plxxl,.phxxl,.paxxl	{padding-left:40px !important}
.mtn,.mvn,.man			{margin-top:0px !important}
.mts,.mvs,.mas			{margin-top:5px !important}
.mtm,.mvm,.mam			{margin-top:10px !important}
.mtl,.mvl,.mal			{margin-top:20px !important}
.mtxl,.mvxl,.maxl		{margin-top:30px !important}
.mtxxl,.mvxxl,.maxxl	{margin-top:40px !important}
.mrn,.mhn,.man			{margin-right:0px !important}
.mrs,.mhs,.mas			{margin-right:5px !important}
.mrm,.mhm,.mam			{margin-right:10px !important}
.mrl,.mhl,.mal			{margin-right:20px !important}
.mrxl,.mhxl,.maxl		{margin-right:30px !important}
.mrxxl,.mhxxl,.maxxl	{margin-right:40px !important}
.mbn,.mvn,.man			{margin-bottom:0px !important}  
.mbs,.mvs,.mas			{margin-bottom:5px !important}
.mbm,.mvm,.mam			{margin-bottom:10px !important}
.mbl,.mvl,.mal			{margin-bottom:20px !important}
.mbxl,.mvxl,.maxl		{margin-bottom:30px !important}
.mbxxl,.mvxxl,.maxxl	{margin-bottom:40px !important}
.mln,.mhn,.man			{margin-left:0px !important}
.mls,.mhs,.mas			{margin-left:5px !important}
.mlm,.mhm,.mam			{margin-left:10px !important}
.mll,.mhl,.mal			{margin-left:20px !important}
.mlxl,.mhxl,.maxl		{margin-left:30px !important}
.mlxxl,.mhxxl,.maxxl	{margin-left:40px !important}

/**
 * Absolutes
 */

.at, .atr, .atl {
	position: absolute;
	top: 0px;
}

.ab, .abr, .abl {
	position: absolute;
	bottom: 0px;
}

.al, .atl, .abl {
	position: absolute;
	left: 0px;
}

.ar, .atr, .abr {
	position: absolute;
	right: 0px;
}

/* ####################################### */
/* ############# =RESPONSIVE ############# */
/* ####################################### */

.notouch-visible,
.no-touch-visible,
.touch-visible,
.landscape-visible,
.portrait-visible,
.large-visible,
.tablet-visible,
.mini-visible,
.mobile-visible {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
	visibility: hidden;
}


/* LARGE
------------------------------------------------*/

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

	.large-hidden {
		position: absolute !important;
		top: -9999px !important;
		left: -9999px !important;
		visibility: hidden;
	}

	.large-visible {
		visibility: visible;
		position: relative !important;
		top: 0px !important;
		left: 0px !important;
	}

	.large-block {
		display: block !important;
	}

}


/* TABLET
------------------------------------------------*/

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

	.tablet-hidden {
		position: absolute !important;
		top: -9999px !important;
		left: -9999px !important;
		visibility: hidden;
	}

	.tablet-visible {
		visibility: visible;
		position: relative !important;
		top: 0px !important;
		left: 0px !important;
	}

	.tablet-block {
		display: block !important;
	}

}


/* MINI
------------------------------------------------*/

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

	.mini-hidden {
		position: absolute !important;
		top: -9999px !important;
		left: -9999px !important;
		visibility: hidden;
	}

	.mini-visible {
		visibility: visible;
		position: relative !important;
		top: 0px !important;
		left: 0px !important;
	}

	.mini-block {
		display: block !important;
	}

}


/* MOBILE
------------------------------------------------*/

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

	.mobile-hidden {
		position: absolute !important;
		top: -9999px !important;
		left: -9999px !important;
		visibility: hidden;
	}

	.mobile-visible {
		visibility: visible;
		position: relative !important;
		top: 0px !important;
		left: 0px !important;
	}

	.mobile-block {
		display: block !important;
	}

}

/* ####################################### */
/* ############ =ORIENTATION ############# */
/* ####################################### */

@media only screen and (orientation: landscape) {

	.landscape-hidden {
		position: absolute !important;
		top: -9999px !important;
		left: -9999px !important;
		visibility: hidden;
	}

	.landscape-visible {
		visibility: visible;
		position: relative !important;
		top: 0px !important;
		left: 0px !important;
	}

	.landscape-block {
		display: block !important;
	}

}

@media only screen and (orientation: portrait) {

	.portrait-hidden {
		position: absolute !important;
		top: -9999px !important;
		left: -9999px !important;
		visibility: hidden;
	}

	.portrait-visible {
		visibility: visible;
		position: relative !important;
		top: 0px !important;
		left: 0px !important;
	}

	.portrait-block {
		display: block !important;
	}

}

/* ####################################### */
/* ##### =TOUCH (REQUIRES MODERNIZR) ##### */
/* ####################################### */

/* Hidden when you have touch */
.touch .touch-hidden {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
	visibility: hidden;
}

/* Visible when you have touch */
.touch .touch-visible {
	visibility: visible;
	position: relative !important;
	top: 0px !important;
	left: 0px !important;
}

/* Hidden when you do not have touch */
.no-touch .no-touch-hidden,
.no-touch .notouch-hidden {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
	visibility: hidden;
}

/* Visible when you do not have touch */
.no-touch .no-touch-visible,
.no-touch .notouch-visible {
	visibility: visible;
	position: relative !important;
	top: 0px !important;
	left: 0px !important;
}

/* ####################################### */
/* ############# GRID LINES ############## */
/* ####################################### */

/* cleafix the grid lines */
.grid:before,
.grid:after {
	content: "";
	display: table;
}

.grid:after {
	clear: both;
}

.grid {
	zoom: 1;
	font-size: 0;
}

/* ####################################### */
/* ############## =GRID UNITS ############ */
/* ####################################### */

.grid .unit {
	display: inline-block;
	vertical-align: top;
}

.grid > .line {
	display: block;
}

.size1of1	{ width: 100%;}
.size1of2	{ width: 50%;}
.size2of2	{ width: 100%;}
.size1of3	{ width: 33.33%;}
.size2of3	{ width: 66.666%;}
.size3of3	{ width: 100%;}
.size1of4	{ width: 25%;}
.size2of4	{ width: 50%;}
.size3of4	{ width: 75%;}
.size4of4	{ width: 100%;}
.size1of5	{ width: 19.99%;}
.size2of5	{ width: 40%;}
.size3of5	{ width: 60%;}
.size4of5	{ width: 80%;}
.size5of5	{ width: 100%;}
.size1of6	{ width: 16.66%;}
.size2of6	{ width: 33.33%;}
.size3of6	{ width: 50%;}
.size4of6	{ width: 66.666%;}
.size5of6	{ width: 83.333%;}
.size6of6	{ width: 100%;}
.size1of7	{ width: 14.28%;}
.size2of7	{ width: 28.5705%;}
.size3of7	{ width: 42.857%;}
.size4of7	{ width: 57.142%;}
.size5of7	{ width: 71.428%;}
.size6of7	{ width: 85.714%;}
.size7of7	{ width: 100%;}
.size1of8	{ width: 12.5%;}
.size2of8	{ width: 25%;}
.size3of8	{ width: 37.5%;}
.size4of8	{ width: 50%;}
.size5of8	{ width: 62.5%;}
.size6of8	{ width: 75%;}
.size7of8	{ width: 87.5%;}
.size8of8	{ width: 100%;}
.size1of9	{ width: 11.105%;}
.size2of9	{ width: 22.2205%;}
.size3of9	{ width: 33.33%;}
.size4of9	{ width: 44.444%;}
.size5of9	{ width: 55.555%;}
.size6of9	{ width: 66.666%;}
.size7of9	{ width: 77.777%;}
.size8of9	{ width: 88.888%;}
.size9of9	{ width: 100%;}
.size1of10	{ width: 9.9973%;}
.size2of10	{ width: 19.99%;}
.size3of10	{ width: 29.99%;}
.size4of10	{ width: 40%;}
.size5of10	{ width: 50%;}
.size6of10	{ width: 60%;}
.size7of10	{ width: 70%;}
.size8of10	{ width: 80%;}
.size9of10	{ width: 90%;}
.size10of10	{ width: 100%;}
.size1of11	{ width: 9.088%;}
.size2of11	{ width: 18.175%;}
.size3of11	{ width: 27.272%;}
.size4of11	{ width: 36.362%;}
.size5of11	{ width: 45.454%;}
.size6of11	{ width: 54.545%;}
.size7of11	{ width: 63.636%;}
.size8of11	{ width: 72.727%;}
.size9of11	{ width: 81.818%;}
.size10of11	{ width: 90.909%;}
.size11of11	{ width: 100%;}
.size1of12	{ width: 8.3315%;}
.size2of12	{ width: 16.665%;}
.size3of12	{ width: 25%;}
.size4of12	{ width: 33.3315%;}
.size5of12	{ width: 41.666%;}
.size6of12	{ width: 50%;}
.size7of12	{ width: 58.333%;}
.size8of12	{ width: 66.666%;}
.size9of12	{ width: 75%;}
.size10of12	{ width: 83.333%;}
.size11of12	{ width: 91.666%;}
.size12of12	{ width: 100%;}

/* ####################################### */
/* ######## =HORIZONTAL SPACING ########## */
/* ####################################### */

.grid-spacing {
	margin-left: -3%;
}

.grid-spacing > .unit {
	padding-left: 3%;
}

.grid-spacing > *:not(.unit) {
	padding-left: 3%;
}

/***/

.grid-hxs {
	margin-left: -5px;
}

.grid-hxs > .unit {
	padding-left: 5px;
}

.grid-hxs > *:not(.unit) {
	margin-left: 5px;
}

/***/

.grid-hs {
	margin-left: -10px;
}

.grid-hs > .unit {
	padding-left: 10px;
}

.grid-hs > *:not(.unit) {
	margin-left: 10px;
}

/***/

.grid-h,
.grid-hm {
	margin-left: -20px;
}

.grid-h > .unit,
.grid-hm > .unit {
	padding-left: 20px;
}

.grid-h > *:not(.unit),
.grid-hm > *:not(.unit) {
	margin-left: 20px;
}

/***/

.grid-hl {
	margin-left: -30px;
}

.grid-hl > .unit {
	padding-left: 30px;
}

.grid-hl > *:not(.unit) {
	margin-left: 30px;
}

/***/

.grid-hxl {
	margin-left: -40px;
}

.grid-hxl > .unit {
	padding-left: 40px;
}

.grid-hxl > *:not(.unit) {
	margin-left: 40px;
}

/***/

.grid-hxxl {
	margin-left: -50px;
}

.grid-hxxl > .unit {
	padding-left: 50px;
}

.grid-hxxl > *:not(.unit) {
	margin-left: 50px;
}

/* ####################################### */
/* ########## =VERTICAL SPACING ########## */
/* ####################################### */

.grid-vxs > .unit {
	margin-bottom: 5px;
}

.grid-vs > .unit {
	margin-bottom: 10px;
}

.grid-v > .unit,
.grid-vm > .unit {
	margin-bottom: 20px;
}

.grid-vl > .unit {
	margin-bottom: 30px;
}

.grid-vxl > .unit {
	margin-bottom: 40px;
}

.grid-vxxl > .unit {
	margin-bottom: 50px;
}

/* ####################################### */
/* ############# =LAST UNIT ############## */
/* ####################################### */

.last-vn > .unit:last-child {
	margin-bottom: 0;
}

.last-vxs > .unit:last-child {
	margin-bottom: 5px;
}

.last-vs > .unit:last-child {
	margin-bottom: 10px;
}

.last-v > .unit:last-child,
.last-vm > .unit:last-child {
	margin-bottom: 20px;
}

.last-vl > .unit:last-child {
	margin-bottom: 30px;
}

.last-vxl > .unit:last-child {
	margin-bottom: 40px;
}

.last-vxxl > .unit:last-child {
	margin-bottom: 50px;
}

/* ####################################### */
/* ############### =DEBUG ################ */
/* ####################################### */

.show-unit {
	background: #DDF4FF;
	line-height: 30px;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #B9DEF0;
	display: block;
}

/* ####################################### */
/* ############### =LARGE ################ */
/* ####################################### */

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

	.large1of1		{ float: none; width: 100%}
	.large1of2		{ width: 50%;}
	.large2of2		{ width: 100%;}
	.large1of3		{ width: 33.33%;}
	.large2of3		{ width: 66.666%;}
	.large3of3		{ width: 100%;}
	.large1of4		{ width: 25%;}
	.large2of4		{ width: 50%;}
	.large3of4		{ width: 75%;}
	.large4of4		{ width: 100%;}
	.large1of5		{ width: 19.99%;}
	.large2of5		{ width: 40%;}
	.large3of5		{ width: 60%;}
	.large4of5		{ width: 80%;}
	.large5of5		{ width: 100%;}
	.large1of6		{ width: 16.66%;}
	.large2of6		{ width: 33.33%;}
	.large3of6		{ width: 50%;}
	.large4of6		{ width: 66.666%;}
	.large5of6		{ width: 83.333%;}
	.large6of6		{ width: 100%;}
	.large1of7		{ width: 14.28%;}
	.large2of7		{ width: 28.5705%;}
	.large3of7		{ width: 42.857%;}
	.large4of7		{ width: 57.142%;}
	.large5of7		{ width: 71.428%;}
	.large6of7		{ width: 85.714%;}
	.large7of7		{ width: 100%;}
	.large1of8		{ width: 12.5%;}
	.large2of8		{ width: 25%;}
	.large3of8		{ width: 37.5%;}
	.large4of8		{ width: 50%;}
	.large5of8		{ width: 62.5%;}
	.large6of8		{ width: 75%;}
	.large7of8		{ width: 87.5%;}
	.large8of8		{ width: 100%;}
	.large1of9		{ width: 11.105%;}
	.large2of9		{ width: 22.2205%;}
	.large3of9		{ width: 33.33%;}
	.large4of9		{ width: 44.444%;}
	.large5of9		{ width: 55.555%;}
	.large6of9		{ width: 66.666%;}
	.large7of9		{ width: 77.777%;}
	.large8of9		{ width: 88.888%;}
	.large9of9		{ width: 100%;}
	.large1of10		{ width: 9.9973%;}
	.large2of10		{ width: 19.99%;}
	.large3of10		{ width: 29.99%;}
	.large4of10		{ width: 40%;}
	.large5of10		{ width: 50%;}
	.large6of10		{ width: 60%;}
	.large7of10		{ width: 70%;}
	.large8of10		{ width: 80%;}
	.large9of10		{ width: 90%;}
	.large10of10	{ width: 100%;}
	.large1of11		{ width: 9.088%;}
	.large2of11		{ width: 18.175%;}
	.large3of11		{ width: 27.272%;}
	.large4of11		{ width: 36.362%;}
	.large5of11		{ width: 45.454%;}
	.large6of11		{ width: 54.545%;}
	.large7of11		{ width: 63.636%;}
	.large8of11		{ width: 72.727%;}
	.large9of11		{ width: 81.818%;}
	.large10of11	{ width: 90.909%;}
	.large11of11	{ width: 100%;}
	.large1of12		{ width: 8.3315%;}
	.large2of12		{ width: 16.665%;}
	.large3of12		{ width: 25%;}
	.large4of12		{ width: 33.3315%;}
	.large5of12		{ width: 41.666%;}
	.large6of12		{ width: 50%;}
	.large7of12		{ width: 58.333%;}
	.large8of12		{ width: 66.666%;}
	.large9of12		{ width: 75%;}
	.large10of12	{ width: 83.333%;}
	.large11of12	{ width: 91.666%;}
	.large12of12	{ width: 100%;}

	/* ####################################### */
	/* ########## =VERTICAL SPACING ########## */
	/* ####################################### */

	.large-vn > .unit {
		margin-bottom: 0;
	}

	.large-vxs > .unit {
		margin-bottom: 5px;
	}

	.large-vs > .unit {
		margin-bottom: 10px;
	}

	.large-v > .unit,
	.large-vm > .unit {
		margin-bottom: 20px;
	}

	.large-vl > .unit {
		margin-bottom: 30px;
	}

	.large-vxl > .unit {
		margin-bottom: 40px;
	}

	.large-vxxl > .unit {
		margin-bottom: 50px;
	}

	/* ####################################### */
	/* ######## =HORIZONTAL SPACING ########## */
	/* ####################################### */

	.large-hn {
		margin-left: 0;
	}

	.large-hn > .unit {
		padding-left: 0;
	}

	.large-hxs {
		margin-left: -5px;
	}

	.large-hxs > .unit {
		padding-left: 5px;
	}

	.large-hs {
		margin-left: -10px;
	}

	.large-hs > .unit {
		padding-left: 10px;
	}

	.large-h,
	.large-hm {
		margin-left: -20px;
	}

	.large-h > .unit,
	.large-hm > .unit {
		padding-left: 20px;
	}

	.large-hl {
		margin-left: -30px;
	}

	.large-hl > .unit {
		padding-left: 30px;
	}

	.large-hxl {
		margin-left: -40px;
	}

	.large-hxl > .unit {
		padding-left: 40px;
	}

	.large-hxxl {
		margin-left: -50px;
	}

	.large-hxxl > .unit {
		padding-left: 50px;
	}

}

/* ####################################### */
/* ############### =TABLET ############### */
/* ####################################### */

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

	.tablet1of1		{ float: none; width: 100%}
	.tablet1of2		{ width: 50%;}
	.tablet2of2		{ width: 100%;}
	.tablet1of3		{ width: 33.33%;}
	.tablet2of3		{ width: 66.666%;}
	.tablet3of3		{ width: 100%;}
	.tablet1of4		{ width: 25%;}
	.tablet2of4		{ width: 50%;}
	.tablet3of4		{ width: 75%;}
	.tablet4of4		{ width: 100%;}
	.tablet1of5		{ width: 19.99%;}
	.tablet2of5		{ width: 40%;}
	.tablet3of5		{ width: 60%;}
	.tablet4of5		{ width: 80%;}
	.tablet5of5		{ width: 100%;}
	.tablet1of6		{ width: 16.66%;}
	.tablet2of6		{ width: 33.33%;}
	.tablet3of6		{ width: 50%;}
	.tablet4of6		{ width: 66.666%;}
	.tablet5of6		{ width: 83.333%;}
	.tablet6of6		{ width: 100%;}
	.tablet1of7		{ width: 14.28%;}
	.tablet2of7		{ width: 28.5705%;}
	.tablet3of7		{ width: 42.857%;}
	.tablet4of7		{ width: 57.142%;}
	.tablet5of7		{ width: 71.428%;}
	.tablet6of7		{ width: 85.714%;}
	.tablet7of7		{ width: 100%;}
	.tablet1of8		{ width: 12.5%;}
	.tablet2of8		{ width: 25%;}
	.tablet3of8		{ width: 37.5%;}
	.tablet4of8		{ width: 50%;}
	.tablet5of8		{ width: 62.5%;}
	.tablet6of8		{ width: 75%;}
	.tablet7of8		{ width: 87.5%;}
	.tablet8of8		{ width: 100%;}
	.tablet1of9		{ width: 11.105%;}
	.tablet2of9		{ width: 22.2205%;}
	.tablet3of9		{ width: 33.33%;}
	.tablet4of9		{ width: 44.444%;}
	.tablet5of9		{ width: 55.555%;}
	.tablet6of9		{ width: 66.666%;}
	.tablet7of9		{ width: 77.777%;}
	.tablet8of9		{ width: 88.888%;}
	.tablet9of9		{ width: 100%;}
	.tablet1of10	{ width: 9.9973%;}
	.tablet2of10	{ width: 19.99%;}
	.tablet3of10	{ width: 29.99%;}
	.tablet4of10	{ width: 40%;}
	.tablet5of10	{ width: 50%;}
	.tablet6of10	{ width: 60%;}
	.tablet7of10	{ width: 70%;}
	.tablet8of10	{ width: 80%;}
	.tablet9of10	{ width: 90%;}
	.tablet10of10	{ width: 100%;}
	.tablet1of11	{ width: 9.088%;}
	.tablet2of11	{ width: 18.175%;}
	.tablet3of11	{ width: 27.272%;}
	.tablet4of11	{ width: 36.362%;}
	.tablet5of11	{ width: 45.454%;}
	.tablet6of11	{ width: 54.545%;}
	.tablet7of11	{ width: 63.636%;}
	.tablet8of11	{ width: 72.727%;}
	.tablet9of11	{ width: 81.818%;}
	.tablet10of11	{ width: 90.909%;}
	.tablet11of11	{ width: 100%;}
	.tablet1of12	{ width: 8.3315%;}
	.tablet2of12	{ width: 16.665%;}
	.tablet3of12	{ width: 25%;}
	.tablet4of12	{ width: 33.3315%;}
	.tablet5of12	{ width: 41.666%;}
	.tablet6of12	{ width: 50%;}
	.tablet7of12	{ width: 58.333%;}
	.tablet8of12	{ width: 66.666%;}
	.tablet9of12	{ width: 75%;}
	.tablet10of12	{ width: 83.333%;}
	.tablet11of12	{ width: 91.666%;}
	.tablet12of12	{ width: 100%;}

	/* ####################################### */
	/* ########## =VERTICAL SPACING ########## */
	/* ####################################### */

	.tablet-vn > .unit{
		margin-bottom: 0;
	}

	.tablet-vxs > .unit {
		margin-bottom: 5px;
	}

	.tablet-vs > .unit {
		margin-bottom: 10px;
	}

	.tablet-v > .unit,
	.tablet-vm > .unit {
		margin-bottom: 20px;
	}

	.tablet-vl > .unit {
		margin-bottom: 30px;
	}

	.tablet-vxl > .unit {
		margin-bottom: 40px;
	}

	.tablet-vxxl > .unit {
		margin-bottom: 50px;
	}

	/* ####################################### */
	/* ######## =HORIZONTAL SPACING ########## */
	/* ####################################### */

	.tablet-hn {
		margin-left: 0;
	}

	.tablet-hn > .unit {
		padding-left: 0;
	}

	.tablet-hxs {
		margin-left: -5px;
	}

	.tablet-hxs > .unit {
		padding-left: 5px;
	}

	.tablet-hs {
		margin-left: -10px;
	}

	.tablet-hs > .unit {
		padding-left: 10px;
	}

	.tablet-h,
	.tablet-hm {
		margin-left: -20px;
	}

	.tablet-h > .unit,
	.tablet-hm > .unit {
		padding-left: 20px;
	}

	.tablet-hl {
		margin-left: -30px;
	}

	.tablet-hl > .unit {
		padding-left: 30px;
	}

	.tablet-hxl {
		margin-left: -40px;
	}

	.tablet-hxl > .unit {
		padding-left: 40px;
	}

	.tablet-hxxl {
		margin-left: -50px;
	}

	.tablet-hxxl > .unit {
		padding-left: 50px;
	}

}

/* ####################################### */
/* ############### =MINI ################# */
/* ####################################### */

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

	.mini1of1	{ float: none; width: 100%}
	.mini1of2	{ width: 50%;}
	.mini2of2	{ width: 100%;}
	.mini1of3	{ width: 33.33%;}
	.mini2of3	{ width: 66.666%;}
	.mini3of3	{ width: 100%;}
	.mini1of4	{ width: 25%;}
	.mini2of4	{ width: 50%;}
	.mini3of4	{ width: 75%;}
	.mini4of4	{ width: 100%;}
	.mini1of5	{ width: 19.99%;}
	.mini2of5	{ width: 40%;}
	.mini3of5	{ width: 60%;}
	.mini4of5	{ width: 80%;}
	.mini5of5	{ width: 100%;}
	.mini1of6	{ width: 16.66%;}
	.mini2of6	{ width: 33.33%;}
	.mini3of6	{ width: 50%;}
	.mini4of6	{ width: 66.666%;}
	.mini5of6	{ width: 83.333%;}
	.mini6of6	{ width: 100%;}
	.mini1of7	{ width: 14.28%;}
	.mini2of7	{ width: 28.5705%;}
	.mini3of7	{ width: 42.857%;}
	.mini4of7	{ width: 57.142%;}
	.mini5of7	{ width: 71.428%;}
	.mini6of7	{ width: 85.714%;}
	.mini7of7	{ width: 100%;}
	.mini1of8	{ width: 12.5%;}
	.mini2of8	{ width: 25%;}
	.mini3of8	{ width: 37.5%;}
	.mini4of8	{ width: 50%;}
	.mini5of8	{ width: 62.5%;}
	.mini6of8	{ width: 75%;}
	.mini7of8	{ width: 87.5%;}
	.mini8of8	{ width: 100%;}
	.mini1of9	{ width: 11.105%;}
	.mini2of9	{ width: 22.2205%;}
	.mini3of9	{ width: 33.33%;}
	.mini4of9	{ width: 44.444%;}
	.mini5of9	{ width: 55.555%;}
	.mini6of9	{ width: 66.666%;}
	.mini7of9	{ width: 77.777%;}
	.mini8of9	{ width: 88.888%;}
	.mini9of9	{ width: 100%;}
	.mini1of10	{ width: 9.9973%;}
	.mini2of10	{ width: 19.99%;}
	.mini3of10	{ width: 29.99%;}
	.mini4of10	{ width: 40%;}
	.mini5of10	{ width: 50%;}
	.mini6of10	{ width: 60%;}
	.mini7of10	{ width: 70%;}
	.mini8of10	{ width: 80%;}
	.mini9of10	{ width: 90%;}
	.mini10of10	{ width: 100%;}
	.mini1of11	{ width: 9.088%;}
	.mini2of11	{ width: 18.175%;}
	.mini3of11	{ width: 27.272%;}
	.mini4of11	{ width: 36.362%;}
	.mini5of11	{ width: 45.454%;}
	.mini6of11	{ width: 54.545%;}
	.mini7of11	{ width: 63.636%;}
	.mini8of11	{ width: 72.727%;}
	.mini9of11	{ width: 81.818%;}
	.mini10of11	{ width: 90.909%;}
	.mini11of11	{ width: 100%;}
	.mini1of12	{ width: 8.3315%;}
	.mini2of12	{ width: 16.665%;}
	.mini3of12	{ width: 25%;}
	.mini4of12	{ width: 33.3315%;}
	.mini5of12	{ width: 41.666%;}
	.mini6of12	{ width: 50%;}
	.mini7of12	{ width: 58.333%;}
	.mini8of12	{ width: 66.666%;}
	.mini9of12	{ width: 75%;}
	.mini10of12	{ width: 83.333%;}
	.mini11of12	{ width: 91.666%;}
	.mini12of12	{ width: 100%;}

	/* ####################################### */
	/* ########## =VERTICAL SPACING ########## */
	/* ####################################### */

	.mini-vn > .unit {
		margin-bottom: 0;
	}

	.mini-vxs > .unit {
		margin-bottom: 5px;
	}

	.mini-vs > .unit {
		margin-bottom: 10px;
	}

	.mini-v > .unit,
	.mini-vm > .unit {
		margin-bottom: 20px;
	}


	.mini-vl > .unit {
		margin-bottom: 30px;
	}

	.mini-vxl > .unit {
		margin-bottom: 40px;
	}

	.mini-vxxl > .unit {
		margin-bottom: 50px;
	}

	/* ####################################### */
	/* ######## =HORIZONTAL SPACING ########## */
	/* ####################################### */

	.mini-hn {
		margin-left: 0;
	}

	.mini-hn > .unit {
		padding-left: 0;
	}

	.mini-hxs {
		margin-left: -5px;
	}

	.mini-hxs > .unit {
		padding-left: 5px;
	}

	.mini-hs {
		margin-left: -10px;
	}

	.mini-hs > .unit {
		padding-left: 10px;
	}

	.mini-h,
	.mini-hm {
		margin-left: -20px;
	}

	.mini-h > .unit,
	.mini-hm > .unit {
		padding-left: 20px;
	}

	.mini-hl {
		margin-left: -30px;
	}

	.mini-hl > .unit {
		padding-left: 30px;
	}

	.mini-hxl {
		margin-left: -40px;
	}

	.mini-hxl > .unit {
		padding-left: 40px;
	}

	.mini-hxxl {
		margin-left: -50px;
	}

	.mini-hxxl > .unit {
		padding-left: 50px;
	}

}

/* ####################################### */
/* ############### =MOBILE ############### */
/* ####################################### */

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

	.mobile1of1		{ float: none; width: 100%}
	.mobile1of2		{ width: 50%;}
	.mobile2of2		{ width: 100%;}
	.mobile1of3		{ width: 33.33%;}
	.mobile2of3		{ width: 66.666%;}
	.mobile3of3		{ width: 100%;}
	.mobile1of4		{ width: 25%;}
	.mobile2of4		{ width: 50%;}
	.mobile3of4		{ width: 75%;}
	.mobile4of4		{ width: 100%;}
	.mobile1of5		{ width: 19.99%;}
	.mobile2of5		{ width: 40%;}
	.mobile3of5		{ width: 60%;}
	.mobile4of5		{ width: 80%;}
	.mobile5of5		{ width: 100%;}
	.mobile1of6		{ width: 16.66%;}
	.mobile2of6		{ width: 33.33%;}
	.mobile3of6		{ width: 50%;}
	.mobile4of6		{ width: 66.666%;}
	.mobile5of6		{ width: 83.333%;}
	.mobile6of6		{ width: 100%;}
	.mobile1of7		{ width: 14.28%;}
	.mobile2of7		{ width: 28.5705%;}
	.mobile3of7		{ width: 42.857%;}
	.mobile4of7		{ width: 57.142%;}
	.mobile5of7		{ width: 71.428%;}
	.mobile6of7		{ width: 85.714%;}
	.mobile7of7		{ width: 100%;}
	.mobile1of8		{ width: 12.5%;}
	.mobile2of8		{ width: 25%;}
	.mobile3of8		{ width: 37.5%;}
	.mobile4of8		{ width: 50%;}
	.mobile5of8		{ width: 62.5%;}
	.mobile6of8		{ width: 75%;}
	.mobile7of8		{ width: 87.5%;}
	.mobile8of8		{ width: 100%;}
	.mobile1of9		{ width: 11.105%;}
	.mobile2of9		{ width: 22.2205%;}
	.mobile3of9		{ width: 33.33%;}
	.mobile4of9		{ width: 44.444%;}
	.mobile5of9		{ width: 55.555%;}
	.mobile6of9		{ width: 66.666%;}
	.mobile7of9		{ width: 77.777%;}
	.mobile8of9		{ width: 88.888%;}
	.mobile9of9		{ width: 100%;}
	.mobile1of10	{ width: 9.9973%;}
	.mobile2of10	{ width: 19.99%;}
	.mobile3of10	{ width: 29.99%;}
	.mobile4of10	{ width: 40%;}
	.mobile5of10	{ width: 50%;}
	.mobile6of10	{ width: 60%;}
	.mobile7of10	{ width: 70%;}
	.mobile8of10	{ width: 80%;}
	.mobile9of10	{ width: 90%;}
	.mobile10of10	{ width: 100%;}
	.mobile1of11	{ width: 9.088%;}
	.mobile2of11	{ width: 18.175%;}
	.mobile3of11	{ width: 27.272%;}
	.mobile4of11	{ width: 36.362%;}
	.mobile5of11	{ width: 45.454%;}
	.mobile6of11	{ width: 54.545%;}
	.mobile7of11	{ width: 63.636%;}
	.mobile8of11	{ width: 72.727%;}
	.mobile9of11	{ width: 81.818%;}
	.mobile10of11	{ width: 90.909%;}
	.mobile11of11	{ width: 100%;}
	.mobile1of12	{ width: 8.3315%;}
	.mobile2of12	{ width: 16.665%;}
	.mobile3of12	{ width: 25%;}
	.mobile4of12	{ width: 33.3315%;}
	.mobile5of12	{ width: 41.666%;}
	.mobile6of12	{ width: 50%;}
	.mobile7of12	{ width: 58.333%;}
	.mobile8of12	{ width: 66.666%;}
	.mobile9of12	{ width: 75%;}
	.mobile10of12	{ width: 83.333%;}
	.mobile11of12	{ width: 91.666%;}
	.mobile12of12	{ width: 100%;}

	/* ####################################### */
	/* ########## =VERTICAL SPACING ########## */
	/* ####################################### */

	.mobile-vn > .unit {
		margin-bottom: 0;
	}

	.mobile-vxs > .unit {
		margin-bottom: 5px;
	}

	.mobile-vs > .unit {
		margin-bottom: 10px;
	}

	.mobile-v > .unit,
	.mobile-vm > .unit {
		margin-bottom: 20px;
	}

	.mobile-vl > .unit {
		margin-bottom: 30px;
	}

	.mobile-vxl > .unit {
		margin-bottom: 40px;
	}

	.mobile-vxxl > .unit {
		margin-bottom: 50px;
	}

	/* ####################################### */
	/* ######## =HORIZONTAL SPACING ########## */
	/* ####################################### */

	.mobile-hn {
		margin-left: 0;
	}

	.mobile-hn > .unit {
		padding-left: 0;
	}

	.mobile-hxs {
		margin-left: -5px;
	}

	.mobile-hxs > .unit {
		padding-left: 5px;
	}

	.mobile-hs {
		margin-left: -10px;
	}

	.mobile-hs > .unit {
		padding-left: 10px;
	}

	.mobile-h,
	.mobile-hm {
		margin-left: -20px;
	}

	.mobile-h > .unit,
	.mobile-hm > .unit {
		padding-left: 20px;
	}

	.mobile-hl {
		margin-left: -30px;
	}

	.mobile-hl > .unit {
		padding-left: 30px;
	}

	.mobile-hxl {
		margin-left: -40px;
	}

	.mobile-hxl > .unit {
		padding-left: 40px;
	}

	.mobile-hxxl {
		margin-left: -50px;
	}

	.mobile-hxxl > .unit {
		padding-left: 50px;
	}

}

body {
	font-family: 'Segoe UI', 'Helvetica', Arial, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 20px;
	cursor: default;
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
}

body, .grid > * {
	font-size: 13px;
}

a {
	color: #0088CC;
}

a:hover,
a:focus {
	text-decoration: underline;
}

p {
	margin: 0px 0px 1.5em;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	color: black;
	font-weight: normal;
	margin: 0px 0px 10px;
}

h1, .h1,
big {
	font-size: 2.2em;
	line-height: 1.2em;
}

h2, .h2 {
	font-size: 2em;
}

h3, .h3 {
	font-size: 1.6em;
}

h3, .h3 {
	font-size: 1.4em;
}

h4, .h4 {
	font-size: 1.2em;
	line-height: 1.2em;
}


abbr {
	cursor: help;
	border-bottom: 1px dotted #999999;
}

address {
	display: block;
	margin: 0px 0px 1.5em;
	font-style: normal;
}

blockquote {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 1.5em;
	border-left: 5px solid #EEEEEE;
}

blockquote p {
	margin-bottom: 0px;
}

blockquote small {
	display: block;
	color: #999999;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
}

cite {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: Consolas, 'Courier New', monospace;
}

code,
pre {
	display: block;
}

p code {
	background: #EEE;
	padding: 0px 3px;
	border: 1px solid rgb(216, 216, 216);
	border-radius: 3px;
	display: inline;
}

del {
	text-decoration: line-through;
}

dd {
	margin-left: 10px;	
}

dl {
	margin: 0px 0px 1.5em;
}

dt {
	font-weight: bold;
}

em,
dfn,
var {
	font-style: italic;
}

ins {
	text-decoration: underline;
}

ol {
	list-style-type: decimal;
}

ol,
ul {
	margin: 0px 0px 1.5em 20px;
}

q {
	
}

small {
	font-size: 0.8em;	
}

strong {
	font-weight: bold;
}

sub {
	font-size: 0.8em;
	vertical-align: bottom;
}

sup {
	font-size: 0.8em;
	vertical-align: top;
}

.typo-left {
  text-align: left;
}

.typo-right {
  text-align: right;
}

.typo-center {
  text-align: center;
}

.typo-small {
	font-size: 0.9em;
}

.typo-xsmall {
	font-size: 0.8em;
}

.typo-lower {
	text-transform: lowercase;
}

.typo-upper {
	text-transform: uppercase;
}

.typo-capitalize,
.typo-capitalise {
	text-transform: capitalize;
}

.typo-weak {
	color: #999;
}

.typo-blue {
	color: #0088CC;
}

.typo-red {
	color: #DF0000;
}

.typo-green {
	color: #009C00;
}

.typo-yellow {
	color: #FFC600;
}

.typo-black {
	color: #000;
}

.typo-white {
	color: #FFF;
}

.typo-strong {
	font-weight: bold;
}

.no-underline,
.no-underline:hover,
.no-underline:focus {
	text-decoration: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
}

select,
input {
	border-radius: 0;
}

.f-item {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

.f-text-input .f-faux,
.f-text-input input,
.f-select select,
.f-text-input textarea {
	background: #FFF;
	width: 280px;
	max-width: 100%;
	height: 30px;
	padding: 5px 10px;
	font-size: 1em;
	border: 1px solid #BBB;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}

input:focus,
textarea:focus,
select:focus {
	border-color: #888;
	outline: none;
}

form.f-hide,
.f-item.f-hide {
	display: none;
}

.f-item.f-inline {
	clear: none;
	float: left;
}

.f-item.f-no-label .f-label {
	display: none;
}

.f-required-indicator {
	font-weight: bold;
	color: #BA0000;
	padding-left: 4px;
}

.f-text-input .f-label,
.f-select .f-label {
	padding: 5px 0px;
}

.h-form .f-text-input .f-label,
.h-form .f-radio .f-label-primary,
.h-form .f-select .f-label {
	width: 180px;
	float: left;
	text-align: right;
	margin-right: 20px;
}

.v-form .f-text-input .f-label,
.v-form .f-select .f-label {
	float: none;
	display: block;
	text-align: left;
	padding: 0px 0px 4px;
}

.h-form  .f-text-input .f-faux,
.h-form .f-text-input input,
.h-form .f-select select,
.h-form .f-text-input textarea {
	float: left;
	margin-top: 0px;
}

.f-text-input textarea {
	height: 100px;
}

.f-text-input .f-faux:focus,
.f-text-input input:focus,
.f-text-input textarea:focus,
.f-select select:focus {
	border-color: #888;
	outline: none;
}

.f-text-input.f-error .f-faux,
.f-text-input.f-error input,
.f-text-input.f-error textarea,
.f-select.f-error select {
	border-color: #BA0000;
}

.f-text-input .f-hint-text {
	float: left;
	padding: 9px 0px;
	margin-left: 20px;
	color: #888;
	font-style: italic;
}

.v-form .f-text-input .f-hint-text {
	margin-left: 0;
}

.f-richselect .f-hint-text {
	float: none;
	padding: 0;
	margin-left: 0;
	color: inherit;
	font-style: normal;
}

.f-json pre {
	background: #F3F3F3;
	max-width: 100%;
	padding: 10px;
	font-size: 1em;
	border: 1px solid #DDD;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: pre-wrap;
}

.h-form .f-checkbox {
	padding-left: 195px;
}

.f-bool .f-label {
	cursor: pointer;
}

.f-bool input {
	position: relative;
	top: 2px;
}

.f-bool.f-error .f-label {
	color: #BA0000;
}

.f-radio input {
	float: none;
}

.f-map-box {
	width: 300px;
	height: 200px;
	float: left;
	border: 1px solid #BBB;
}

.f-select .f-select-dd,
.f-select .f-select-mm,
.f-select .f-select-hh,
.f-select .f-select-mi,
.f-select .f-select-ss {
	width: 65px;
	display: inline-block;
}

.f-select .f-select-mm,
.f-select .f-select-hh,
.f-select .f-select-mi,
.f-select .f-select-ss {
	margin-left: 5px;
}

.f-select .f-select-yyyy {
	width: 80px;
	margin-left: 5px;
	display: inline-block;
}

.f-upload {

}

.f-upload-name {
	display: inline-block;
    max-width: 160px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
}

.f-upload .f-upload-input {
	display: block;
}

.f-upload .f-upload-file {
	display: none;
}

.f-upload-attached .f-upload-input {
	display: none;
}

.f-upload-attached .f-upload-file {
	display: block;
}

.f-upload-file-controls {
	margin-top: 5px;
}

.h-form .f-upload-file-controls {
    padding-top: 10px;
    clear: both;
    margin-left: 200px;
}

.f-message {
	background: #CCC;
	padding: 10px;
	margin-bottom: 20px;
}

.f-message.f-message-error {
	background: #BA0000;
	color: white;
	margin-bottom: 20px;
}

.f-message.f-message-success {
	background: #D8F0A4;
	color: #3E8425;
}

.f-message.f-message-warning {
	background: #FFF3B3;
}

.system-ui .f-message {
	background-color: #F9F9F9;
	margin: 5px -20px 0;
	padding: 15px 20px;
	border: 1px solid #DDD;
	border-left-width: 0;
	border-right-width: 0;
}

.system-ui .system-form .f-message {
	position: relative;
	margin: -15px -20px 20px 10px;
}

.system-ui .system-form .f-message:after {
	content: '';
	background-color: inherit;
	border-top: inherit;
	border-bottom: inherit;
	position: absolute;
	top: -1px;
	right: -2000px;
	bottom: -1px;
	left: 100%;
}

.system-ui .f-message-standalone {
	border-right-width: 1px;
	border-left-width: 1px;
	border-radius: 5px;
	margin: 0 0 40px;
}

.system-ui .f-message h1 {
	font-size: 1.8em;
	margin-bottom: .5em;
	font-weight: bold;
	color: #1F2036;
}

.system-ui .f-message h2 {
	font-size: 1.4em;
	margin-bottom: .5em;
	font-weight: bold;
	color: #1F2036;
}

.system-ui .f-message p {
	margin-bottom: 1.5em;
}

.system-ui .f-message :last-child {
	margin-bottom: 0;
}

.system-ui .f-message-error {
	background: #BA0000;
	color: white;
}

.system-ui .f-message-success {
	background-image: url(../base/images/system/list_tick.png);
	background-color: #D8F0A4;
	background-repeat: no-repeat;
	background-position: 22px;
	padding-left: 42px;
	border-color: #C6D8A0;
	color: #3E8425;
}

.system-ui .f-message-warning {
	background: #FFF3B3;
	border-color: #F1E396;
}

.system-ui .f-message-info {
	background: #D6E9F8;
	border-color: #BCD9EF;
}

.system-ui .form-block {
	padding-top: 20px;
}

.f-note {
	margin: 20px 0px 10px;
}

.h-form .f-note {
	padding-left: 200px;
}

.h-form .f-submit {
	padding-left: 198px;
}

/*.f-submit button,
.submit-button {
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(#5A95F7, #2E6BCD);
	background-image: linear-gradient(#5A95F7, #2E6BCD);
	cursor: pointer;
	display: inline-block;
	line-height: 2em;
	padding: 0.4em 1.5em;
	color: white;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #2762C2;
	font-family: "Segoe UI", Arial, Sans-Serif;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
				0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.05s linear all;
	transition: 0.5s linear all;
}

.f-submit button:hover,
.f-submit button:focus,
.submit-button:hover,
.submit-button:focus {
	background-image: -webkit-linear-gradient(#6DA2FA, #2D6ACA);
	background-image: linear-gradient(#6DA2FA, #2D6ACA);
	text-decoration: none;
	box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2),
				0px 1px 0px rgba(0, 0, 0, 0.1);

	border-color: #2056AF !important;
	border-bottom-color: #184590 !important;
}

.f-submit button:active,
.submit-button:active {
	background-image: -webkit-linear-gradient(#5A95F7, #3B7BDF) !important;
	background-image: linear-gradient(#5A95F7, #3B7BDF) !important;
	border-color: #2056AF !important;
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.2) !important;
}*/

.f-text-input .f-prepend input,
.f-select .f-prepend select {
	display: inline;
}

.f-addon {
	display: inline-block;
	width: 30px;
	font-weight: normal;
	text-align: center;
	background-color: #EEEEEE;
	margin-right: -31px;
	position: relative;
	z-index: 10;
	line-height: 29px;
	border-right: 1px solid #BBB;
}

.f-prepend input,
.f-prepend .f-faux {
	padding-left: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.f-append input {
	padding-right: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.f-prepend .f-addon {
	float: left;
}

.f-append .f-addon {
	margin: 0px;
	margin-left: -31px;
	border: 0;
	border-left: 1px solid #BBB;
	float: right;
}

.system-form {
	max-width: 900px;
}

.system-form input,
.system-form select,
.system-form textarea,
.system-form .f-faux {
	background: #F3F3F3;
	border: 0;
	border-bottom: 1px solid #DDD;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Segoe UI', 'Helvetica', Arial, sans-serif;
}


.system-form input:disabled,
.system-form select:disabled,
.system-form textarea:disabled,
.system-form .f-faux:disabled,
.system-form input.disabled,
.system-form select.disabled,
.system-form textarea.disabled,
.system-form .f-faux.disabled {
	background-color: #FAFAFA;
	border-color: #E8E8E8;
	color: #999;
}

.system-form .f-faux {
	line-height: 20px;
	color: black;
	text-decoration: none;
}

.system-form textarea {
	padding: 10px;
}

.system-form input[type=checkbox] {
	width: auto;
	position: absolute;
	top: 6px;
	margin-left: 10px;
}

.system-form input[type=color] {
	position: absolute;
    top: 4px;
    margin-left: 7px;
    padding: 0;
    border: 0;
    height: 24px;
    width: 20px;
}

.system-form input[type=checkbox]:focus + label {
	border-bottom-color: #888;
}

.system-form input[type=radio]:focus {
	outline: 1px solid #0088DD;
}

.system-form .f-alias input {
	width: 100%;
}

.system-form .f-note {
	margin: -15px 0 20px 30px !important;
	font-style: italic;
	color: #9D97A5;
}

.system-form .f-message {
	margin-left: 20px;
}

.f-alias .f-addon {
	font-size: 10px;
}

.system-form .f-item {
	position: relative;
	margin-bottom: 30px;
}

.system-form label {
	padding-bottom: 8px;
	font-weight: normal;
	color: #828088;
}

.system-form .f-bool label {
	background: #F3F3F3;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #DDD;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 32px;
}

.system-form .f-hint-text {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0;
	font-style: normal;
}

.system-form select,
.system-form .f-richselect .f-faux {
	background-image: url(../base/images/system/select_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.f-image-container {
	background-color: #00AEFF;
	position: relative;
	display: inline-block;
}

.f-image menu {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

.f-image-container:hover menu {
	display: block;
}

.f-image-container > img {
	cursor: pointer;
}

.f-image-container:hover > img {
	opacity: 0.9;
}

.system-form .f-image img {
	width: 200px;
}

.f-icon-button {
	background-position: center;
	background-repeat: no-repeat;
	background-color: #00AEFF;
	width: 31px;
	height: 31px;
	line-height: 31px;
	font-size: 13px;
	text-align: center;
	color: white;
	float: left;
	position: relative;
	z-index: 10;
}

.f-icon-button:hover {
	background-color: #019AE0;
}

.f-icon-delete {
	background-image: url(../base/images/system/modal_close.png);
	background-color: #C75050;
	text-indent: -100px;
	overflow: hidden;
}

.f-icon-delete:hover {
	background-color: #E55353;
}

.system-form .f-richselect {
	overflow: visible;
}

.system-form .f-richselect-value,
.system-form .f-richselect-key {
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.system-form .f-richselect .dropdown-menu {
	width: auto;
	left: 0;
	right: 0;
	top: 29px;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #CCC;
	padding: 0;
}

.system-form .f-richselect .dropdown-menu:before,
.system-form .f-richselect .dropdown-menu:after {
	display: none;
}

.system-form .f-richselect .dropdown-menu a {
	line-height: 30px;
	border-bottom: 1px solid #F3F3F3;
	padding: 0 10px;
	font-size: 12px;
}

.system-form .f-richselect .dropdown-menu li:last-child a {
	border: 0;
}

.system-form .f-richselect .dropdown-menu a:hover,
.system-form .f-richselect .dropdown-menu a:focus {
	background: none;
}

.system-form .f-richselect .dropdown-options .active:focus,
.system-form .f-richselect .dropdown-options .active:focus a {
	text-decoration: none;
}

.system-form .f-richselect .dropdown-options .active a,
.system-form .f-richselect .dropdown-options .active a:hover,
.system-form .f-richselect .dropdown-options .active a:focus {
	background: #0088DD;
	color: white;
	text-decoration: none;
}

.f-richselect-filter,
.f-richselect-filter:focus {
	border: 0 !important;
}

.f-richselect .dropdown-options {
	max-height: 200px;
	overflow-y: scroll;
}

.f-richselect .dropdown-options a:hover,
.f-richselect .dropdown-options a:focus {
	text-decoration: none;
}

.system-form .cke_chrome {
	border: 1px solid #DDD;
}

.system-form .cke_top {
	background: #E4E4E4;
	padding-left: 15px;
	border-bottom: 1px solid #DDD;
}

.system-form .before-form {
	border-bottom: 1px solid #EEE;
	padding: 10px 0 20px;
	margin-bottom: 30px;
}

.system-form .after-form {
	border-top: 1px solid #EEE;
	padding: 20px 0 10px;
	margin-top: 0;
}


.btn,
.f-submit button,
.submit-button {
	background-color: #F5F5F5;
	background-image: -webkit-linear-gradient(#FFFFFF, #EEEEEE);
	background-image: linear-gradient(bottom, #FFFFFF, #EEEEEE);

    display: inline-block;
    border: 1px solid #CCC;
    color: #333333;
    cursor: pointer;
    padding: 5px 15px;
    text-decoration: none;
	border-radius: 4px;
	cursor: pointer;
}

.btn:hover,
.btn:focus,
.btn:active,
.f-submit button:hover,
.f-submit button:focus,
.f-submit button:active,
.submit-button:hover,
.submit-button:focus,
.submit-button:active {
	text-decoration: none;
	outline: 0;
}

.f-submit button:active,
.btn:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* GOOD BUTTONS
------------------------------------------------*/

.btn-green,
.btn-good,
.btn-confirm {
	background: #5CB85C;
	background-image: -webkit-linear-gradient(#5CB85C, #46A246);
	background-image: linear-gradient(#5CB85C, #46A246);
	border-color: #279727;
	color: white;
}

.btn-green:hover,
.btn-good:hover,
.btn-confirm:hover,
.btn-green:focus,
.btn-good:focus,
.btn-confirm:focus {
	background-color: #43A843;
	background-image: -webkit-linear-gradient(#72CC72, #43A843);
	background-image: linear-gradient(#72CC72, #43A843);
}

.btn-green:active,
.btn-good:active,
.btn-confirm:active {
	background: #43A843;
}

.btn-green:disabled,
.btn-green.btn-disabled,
.btn-good:disabled,
.btn-good.btn-disabled,
.btn-confirm:disabled,
.btn-confirm.btn-disabled {
	background: #98C398;
	border-color: #7AB37A;
}

/* BAD BUTTONS
------------------------------------------------*/

.btn-red,
.btn-bad,
.btn-destroy,
.btn-danger {
	background: #E74343;
	background-image: -webkit-linear-gradient(#E74343, #E74343);
	background-image: linear-gradient(#E74343, #E74343);
	border-color: #B60E0E;
	color: white;
}

.btn-red:hover,
.btn-bad:hover,
.btn-danger:hover,
.btn-destroy:hover,
.btn-red:focus,
.btn-bad:focus,
.btn-destroy:focus,
.btn-danger:focus {
	background-color: #DF0404;
	background-image: -webkit-linear-gradient(#EE5F5F, #DA2D2D);
	background-image: linear-gradient(#EE5F5F, #DA2D2D);
}

.btn-red:active,
.btn-bad:active,
.btn-destroy:active,
.btn-danger:active {
	background: #DF0404;
}

.btn-red:disabled,
.btn-red.btn-disabled,
.btn-bad:disabled,
.btn-bad.btn-disabled,
.btn-destroy:disabled,
.btn-destroy.btn-disabled,
.btn-danger:disabled,
.btn-danger.btn-disabled {
	background: #DD8686;
	border-color: #C26262;
}

/* WARN BUTTONS
------------------------------------------------*/

.btn-yellow,
.btn-warn {
	background: #F8B918;
	background-image: -webkit-linear-gradient(#F3C44D, #EEAB00);
	background-image: linear-gradient(#F3C44D, #EEAB00);
	border-color: #DDA108;
	color: white;
}

.btn-warn:hover,
.btn-yellow:hover,
.btn-yellow:focus,
.btn-warn:focus {
	background-color: #E98900;
	background-image: -webkit-linear-gradient(#F3C44D, #EEAB00);
	background-image: linear-gradient(#F3C44D, #EEAB00);
}

.btn-yellow:active,
.btn-warn:active {
	background: #EEAB00;
}

.btn-yellow:disabled,
.btn-yellow.btn-disabled,
.btn-warn:disabled,
.btn-warn.btn-disabled {
	background: #ECC48B;
	border-color: #CFA160;
}

/* INFO BUTTONS
------------------------------------------------*/

.btn-blue,
.btn-info {
	background: #00AEFF;
	background-image: -webkit-linear-gradient(#00AEFF, #009BE4);
	background-image: linear-gradient(#00AEFF, #009BE4);
	border-color: #0087C5;
	color: white;
}

.btn-info:hover,
.btn-blue:hover,
.btn-blue:focus,
.btn-info:focus {
	background-color: #0098DF;
	background-image: -webkit-linear-gradient(#2DBCFF, #0093D8);
	background-image: linear-gradient(#2DBCFF, #0093D8);
}

.btn-blue:active,
.btn-info:active {
	background: #0098DF;
}

.btn-blue:disabled,
.btn-blue.btn-disabled,
.btn-info:disabled,
.btn-info.btn-disabled {
	background: #8DDAFD;
	border-color: #7EC6E7;
}

/* DISABLED BUTTONS
------------------------------------------------*/

btn:disabled,
.btn-disabled {
	background: #E6E6E6;
}

btn:disabled,
.btn-disabled,
btn:disabled:hover,
.btn-disabled:hover,
btn:disabled:focus,
.btn-disabled:focus,
btn:disabled:active,
.btn-disabled:active {
	cursor: default;
	box-shadow: none;
}

/* BUTTON SIZES
------------------------------------------------*/

.btn-s,
.btn-small {
	padding: 2px 10px;
}

.btn-l,
.btn-large {
	padding: 10px 20px;
}

.btn-xl,
.btn-huge {
	padding: 15px 30px;
}

.btn-xxl {
	padding: 25px 40px;
}

.btn-block {
	display: block;
	text-align: center;
}

button.btn-block {
	width: 100%;
}

/* BUTTON GROUPS
------------------------------------------------*/

.btn-group .btn {
	border-radius: 0;
	display: inline-block;
	margin-left: -4px;
}

.btn-group .btn:first-child {
	border-radius: 4px 0 0 4px;
	margin-left: 0;
}

.btn-group .btn:last-child {
	border-radius: 0 4px 4px 0;
}

.btn-group .btn:first-child:last-child {
	border-radius: 4px;
}

/* ####################################### */
/* ################ TABLES ############### */
/* ####################################### */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    padding: 0;
    text-align: left;
    vertical-align: top;
}

table col.unit {
	position: static;
	float: none;
	display: table-column;
}

table.lined {
	table-layout: fixed;
	width: 100%;
}

table.lined td,
table.lined th {
	border-bottom: 1px solid #EEE;
	padding: 10px 0px;
}

table.lined tbody tr:last-child td,
table.lined tbody tr:last-child th {
	border-bottom-width: 0px;
}

.lined th {
	width: 120px;
	color: #AAA;
}

.lined thead th {
	width: auto;
}

/* ####################################### */
/* ############# BASIC TABLE ############# */
/* ####################################### */

.table {
	table-layout: fixed;
	width: 100%;
}


.table th {
	background-color: #F4F4F4;
}

.table td,
.table th {
	border-bottom: 1px solid #EEE;
	padding: 10px 10px;
}

.col-id {
	width: 40px;
}

/* ####################################### */
/* ############### =TABLES ############### */
/* ####################################### */

/* Based on getbootstrap.com tables * /

table {
	max-width: 100%;
	background-color: transparent;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.table > tbody + tbody {
	border-top: 2px solid #dddddd;
}

.table .table {
	background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #f5f5f5;
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}

@media (max-width: 767px) {

	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #dddddd;
		-webkit-overflow-scrolling: touch;
	}

	.table-responsive > .table {
		margin-bottom: 0;
	}

	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}

	.table-responsive > .table-bordered {
		border: 0;
	}

	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}

	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}

	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}

}
*/

/*body {
	background: #CCC;
	font-size: 14px;
	color: #ABB3D2;
}
*/
#debug-email {
	background: white;
	margin: 100px auto;
	width: 600px;
	padding: 20px;
	position: relative;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3), 
				0px 0px 15px rgba(0,0,0,0.25);
}

#debug-panel {
	background-image: -webkit-linear-gradient(#FFF, rgba(255, 255, 255, 0.8));
	background-image: linear-gradient(#FFF, rgba(255, 255, 255, 0.8));
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 11px;
	text-align: right;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	color: #999;
}

#debug-panel > div {
	display: inline-block;
	padding: 1px 15px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	margin-left: -4px;
	text-align: left;
}

.performance {
	display: none;
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 1000;
	zoom: 0.7;
}

.performance-tile {
	background: #0090ff;
	float: right;
	width: 190px;
	height: 95px;
	position: relative;
	margin: 20px 20px 0px 0px;
}

.performance-tile h3 {
	font-family: "Segoe UI";
	font-weight: bold;
	font-size: 16px;
	color: #97d2ff;
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0px;
}

.performance-tile .value {
	font-family: "Segoe UI";
	font-size: 36px;
	color: white;
	position: absolute;
	top: 45px;
	left: 20px;
	line-height: 1em;
}

.performance-tile .performance-detail {
	background: white;
	width: 300px;
	position: absolute;
	bottom: 95px;
	right: 0px;
	padding: 20px;
	display: none;
}

.performance-tile:hover div {
	display: block;
}

.performance-tile li {
	padding: 10px 0px;
	border-bottom: 1px solid #EEE;
}

.performance-tile #debug {
	zoom: 1.3;
	margin: -20px;
}

#debug {
	background: #EEE;
	border: 1px solid #DDD;
	padding: 20px;
	max-height: 600px;
	overflow-y: scroll;
	font-family: Consolas;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	margin: 40px;
	line-height: 18px;
	color: black;
}

.system #debug {
	background: white;
}

#debug .debug-header {
	margin: -20px -20px 20px;
	padding: 5px 20px;
	background: #DDD;
}

#debug .indent {
	margin-left: 20px;
}

#debug .debug-key {
	color: #0090FF;
}

#debug .debug-key-private {
	color: #888;
}

#debug .debug-numeric {
	color: #35406E;
}

#debug .debug-null {
	color: #888;
}

#debug .debug-string {
	cursor: text;
}

#debug .debug-array {
	color: #888;
}

#debug .debug-object {
	
}

#debug .debug-array-block {
	background: rgba(0,0,0,0.1);
}

#debug .debug-array-block:nth-child(odd) {
	background: rgba(0,0,0,0.2);
}

.system-dialog-content #debug {
	width: 520px;
	max-height: 240px;
	margin: 0px;
	border: none;
}

.system-dialog-message #debug {
	margin: -40px -31px -30px -30px;
}

#debug .debug-block {
	border-left: 1px solid #CCC;
	padding-left: 40px;
	margin-left: 3px;
}

#debug > .debug-block {
	margin-left: 20px;
}

/**
 * @license
 * MyFonts Webfont Build ID 2839461, 2014-07-03T08:06:47-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Bank Gothic Medium by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/bank-gothic/medium/
 * Copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * Licensed pageviews: 10,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2839461
 * 
 * © 2014 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("http://hello.myfonts.net/count/2b53a5");
  
@font-face {
	font-family: 'BankGothic';
	src: url('../fonts/2B53A5_0_0.eot');
	src: url('../fonts/2B53A5_0_0d41d.eot?#iefix') format('embedded-opentype'),
			url('../fonts/2B53A5_0_0.woff') format('woff'),
			url('../fonts/2B53A5_0_0.ttf') format('truetype');
}

@font-face {
	font-family: 'BankGothicLight';
	src: url('../fonts/bankgothiclightbt.eot');
	src: local('bankgothiclightbt'),
			url('../fonts/bankgothiclightbt.woff') format('woff'),
			url('../fonts/bankgothiclightbt.ttf') format('truetype');
}

.section {
	padding: 0 50px;
}

.section .inner {
	padding: 5em 0;
}

.primary-header .inner {
	padding: 2em 0;
}

.section-black {
	background-color: black;
}

.section-grey {
	background-color: #252525;
}

.section-grey a {
	color: white;
}

.section-red {
	background-color: #D31B2C;
	color: #F1A8AF;
}

.section-grey .leader,
.section-red .leader {
	color: white;
}

.section-white {
	background-color: white;
}

.section-white h1,
.section-white .h1,
.section-white h2,
.section-white .h2,
.section-white h3,
.section-white .h3,
.section-white h4,
.section-white .h4,
.section-white h5,
.section-white .h5,
.section-white h6,
.section-white .h6 {
	color: #D31B2C;
}

.section-hero {
	background-color: #080808;
	/* background-image: url(../images/hero.jpg); */
	background-repeat: no-repeat;
	background-position: center;
	height: 600px;
	padding-top: 50px;
	text-align: center;
}

.section h2 .sub-heading {
	margin-left: 0;
}

.section-hero p {
	font-size: 2em;
	color: #FFF;
	margin-bottom: 0.7em;
	line-height: 1.2em;
}

.section-hero .btn {
	margin-top: 20px;
}

.section-team .tabs {
	margin-top: 2em;
}

.section-contact .inner {
	/* background-image: url(../images/contact.png); */
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}

.section-contact .points {
	font-size: 20px;
}

.section-contact .points ul {
	display: flex;
	flex-direction: column;
	gap: 0.7em;
}


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

	.section-contact .inner {
		background-image: none;
	}

}

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

	.section {
		padding-left: 20px;
		padding-right: 20px;
	}

	.section-hero {
		background-size: cover;
		height: auto;
		padding-top: 0;
	}

	.section-hero h2 {
		display: none;
	}

	.section-hero p {
		font-size: 1.6em;
	}

	.section-team .inner {
		padding-top: 3em;
	}

	.section-services .inner {
		padding-top: 7em;
	}

}


body,
input,
textarea,
select,
button {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #838383;
}

body, .grid > * {
	font-size: 15px;
}

a {
	color: #111;
	font-weight: normal;
}

h1, .h1 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

nav,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: Arial, sans-serif;
	color: #6B6766;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
}

nav {
	font-family: 'BankGothicLight', Arial, sans-serif;
}

h1, .h1,
h2, .h2,
h3, .h3 {
	font-family: 'BankGothic', Arial, sans-serif;
}

h2, .h2 {
	font-size: 6em;
	line-height: 0.6em;
	letter-spacing: -0.1em;
	margin-bottom: 0.4em;
	margin-left: -0.1em;
}

h2 span {
	margin-left: 0.1em;
}

h2 small,
.sub-heading {
	font-size: 0.6em;
	letter-spacing: -0.08em;
	color: #999999;
}

h3, .h3 {
	font-size: 2.2em;
	line-height: 0.8em;
}

h3 span {
	margin-left: -0.1em;
}

address {
	margin: 0;
}

.leader {
	font-size: 1.2em;
	color: #111;
	font-weight: bold;
	/*margin-bottom: .5em;*/
}

.typo-grey {
	color: #999 !important;
}

.typo-red {
	color: #D31B2C;
}

.typo-lightred {
	color: #F1A8AF;
}

.typo-dark {
	color: #252525 !important;
}

blockquote {
	background: #252525;
	color: white;
	border: none;
	padding: 30px;
}

blockquote > p {
	font-family: 'BankGothic', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 2.3em;
	line-height: 1em;
	letter-spacing: -0.1em;
}

blockquote footer {
	margin-top: 20px;
	font-size: 1.2em;
	color: #999;
}

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

	h2, .h2 {
		font-size: 4em;
	}

}

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

	body,
	input,
	textarea,
	select,
	button,
	body,
	.grid > * {
		font-size: 13px;
	}

	h2, .h2 {
		font-size: 3em;
		margin-bottom: 0.7em;
	}

}

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

	h2, .h2 {
		font-size: 2.8em;
	}

}


.btn,
.f-submit button,
.submit-button {
	background-color: #D31B2C;
	background-image: none;
	min-width: 130px;
    border: none;
    border-bottom: 4px solid #B00E1D;
    color: white;
    padding: 5px 15px;
	border-radius: 0;
	text-align: left;
	font-weight: normal;
	margin: 0;
	box-shadow: inset 0 0 0 #B00E1D;
	-webkit-transition: box-shadow 200ms;
	transition: box-shadow 200ms;
	font-family: 'BankGothic', Arial, sans-serif;
	text-transform: uppercase;
}

.btn:hover,
.btn:focus,
.btn:active,
.f-submit button:hover,
.f-submit button:focus,
.f-submit button:active,
.submit-button:hover,
.submit-button:focus,
.submit-button:active {
	background-color: #D31B2C !important;
	background-image: none !important;
	text-decoration: none;
	outline: 0;
	border-color: #B00E1D !important;
}

.btn:hover,
.btn:focus,
.f-submit button:hover,
.f-submit button:focus {
	box-shadow: inset 0 50px 0 #B00E1D;
}

.btn:active {
	background-color: #D31B2C;
	background-image: none;
	box-shadow: none;
}

.btn-huge {
	padding: 15px 45px;
	font-size: 1.4em;
}

.contact-form {
	max-width: 865px;
	position: relative;
	margin-top: -10px;
}

.contact-form input,
.contact-form textarea {
	background: #8A8A8A !important;
	width: 100%;
	height: auto;
	padding: 20px 5px 5px;
	border: 0;
	color: #FFF;
	resize: none;
}

.contact-form .f-text-input {
	width: 49%;
	margin-bottom: 5px;
}

.contact-form .f-text-input input:focus,
.contact-form .f-text-input textarea:focus {
	-webkit-animation: pulse 2000ms infinite;
	animation: pulse 2000ms infinite;
	box-shadow: inset 0 -2px 0 0 #D31B2C;
}

.contact-form .f-textarea {
	position: absolute;
	top: 0;
	right: 0;
}

.contact-form .f-textarea textarea {
	height: 197px;
}

.contact-form .f-text-input .f-label {
	position: relative;
	padding-left: 5px;
	margin-bottom: -26px;
	color: #FFF;
	font-size: 0.7em;
	text-align: left;
	text-transform: uppercase;
	color: #DDD;
}

.contact-form .v-broadcasts {
	display: none;
}

.contact-form .f-submit {
	float: left;
	padding-left: 0;
}

.contact-form .f-message {
	margin-bottom: 10px;
	padding: 7px 10px;
	margin-top: -44px;
}

@-webkit-keyframes pulse {

	0% {
		background-color: #8A8A8A;
	}

	50% {
		background-color: #777;
	}

	100% {
		background-color: #8A8A8A;
	}

}

@keyframes pulse {

	0% {
		background-color: #8A8A8A;
	}

	50% {
		background-color: #777;
	}

	100% {
		background-color: #8A8A8A;
	}

}

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

	.contact-form .f-text-input {
		width: 100%;
		margin-bottom: 5px;
	}

	.contact-form .f-textarea {
		position: relative;
	}

}

body {
	background-color: #252525;
}

#body {
	background-color: white;
}

.inner {
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
}

#logo {
	background-image: url(../images/logo%401x.png?v=2);
	background-repeat: no-repeat;
	width: 384px;
	height: 47px;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	position: relative;
	z-index: 50;
}

.backgroundsize #logo {
	background-image: url(../images/logo.png?v=2);
	background-size: contain;
}

.primary-header {
	margin-top: 60px;
}

.credit-design,
.copyright {
	font-size: 0.8em;
}

.credit-design a {
	color: white;
	font-weight: bold;
}

.block-phone,
.block-email {
	text-align: right;
	display: block;
	color: white;
}

.block-phone:hover,
.block-phone:focus,
.block-email:hover,
.block-email:focus {
	text-decoration: none;
}

.block-email {
	font-size: 2em;
	padding: 4px 0 0.2em 20px;
}

.team-profile {
	display: none;
}

.team-profile.active {
	display: block;
}

.team-profile-inner {
	padding: 5em 0;
}

.team-profile a {
	color: white;
}

.unit-team {

}

.expand-close {
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 14px;
	right: 0px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	text-indent: -1000px;
	padding: 10px;
	background-color: #BE1B2A;
	background-position: center;
}

.tabs {
	margin-bottom: 20px;
}

.tab {
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 8px;
	box-shadow: inset 0 0 0 0 #AAA;
	color: #BBB;
	-webkit-transition: 200ms;
	transition: 200ms;
}

.tab:hover,
.tab:focus {
	text-decoration: none;
	box-shadow: inset 0 -4px 0 0 #AAA;
}

.tab.active {
	color: #111;
	box-shadow: inset 0 -4px 0 0 #D31B2C;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.unit-testimonial {
	position: relative;
	padding-left: 115px;
}

.unit-testimonial .item {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
	visibility: hidden;
}

.unit-testimonial .summary {
	margin: 0;
}

.unit-testimonial .person-img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	border: 3px solid white;
}

.unit-testimonial .rating {
	background-image: url(../images/ratings.png);
	background-repeat: no-repeat;
	width: 108px;
	height: 18px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	margin-bottom: 5px;
}

.primary-footer .contact li {
	margin-bottom: 15px;
}

.icon {
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 25px !important;
}

.icon-address {
	background-image: url(../images/icon_address.png);
}

.icon-email {
	background-image: url(../images/icon_email.png);
}

.icon-phone {
	background-image: url(../images/icon_phone.png);
}

.icon-twitter {
	background-image: url(../images/icon_twitter.png);
}

.icon-instagram {
	background-image: url(../images/icon_instagram.png);
}

.icon-facebook {
	background-image: url(../images/icon_facebook.png);
	background-position: left 1px;
}

.unit-service {
	border-top: 1px solid #D31B2C;
	padding-top: 35px;
}

#slides {
	position: relative;
}

.slidesjs-navigation {
	background-position: center;
	background-repeat: no-repeat;
	width: 50px;
	height: 150px;
	position: absolute;
	top: 50%;
	z-index: 50;
	margin-top: -75px;
	overflow: hidden;
	text-indent: -1000px;
	opacity: 0.7;
	-webkit-transition: opacity 250ms;
	transition: opacity 250ms;
}

.slidesjs-navigation:hover {
	opacity: 1;
}

.slidesjs-previous {
	background-image: url(../images/arrow_left.png);
	left: 20px;
}

.slidesjs-next {
	background-image: url(../images/arrow_right.png);
	right: 20px;
}

.video-stage {
	padding-right: 250px;
	position: relative;
}

.video-player {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.video-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-list {
	background-color: #252525;
	width: 250px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 30px 0 0;
}

.video-list a {
	display: block;
    color: white;
    width: 200px;
    vertical-align: top;
    margin: 0 auto 20px;
}

.video-list img {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

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

	.video-stage {
		padding: 0;
	}

	.video-list {
		width: auto;
		position: relative;
	    white-space: nowrap;
	    padding: 20px 0 20px 20px;
	    overflow-x: scroll;
	    overflow-y: hidden;
	}

	.video-list a {
		margin: 0 20px 0 0;
		display: inline-block;
    	white-space: normal;
	}

}

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

	.primary-header .contact {
		display: none;
	}

}

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

	.primary-header .inner {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	#logo {
		width: 210px;
		height: 25px;
	}

	.credit-design,
	.copyright {
		float: none;
		font-size: 1em;
	}

}

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

	.btn-read-more {
		display: none;
	}

	.expand-container {
		display: none;
	}

}

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

	.unit-testimonial {
		padding-left: 0;
		text-align: center;
	}

	.unit-testimonial .person-img {
		position: relative;
	}

	.unit-testimonial .rating {
		margin: 0 auto 5px;
	}

}


.navigation {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
}

.primary-navigation {
	text-align: right;
	padding: 0;
}

.primary-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-navigation li {
	display: inline-block;
}

.primary-navigation a {
	color: white;
	display: block;
	padding: 20px 10px;
}

.primary-navigation a:hover,
.primary-navigation a:focus,
.primary-navigation a.active {
	background-color: #BE1B2A;
	text-decoration: none;
}

.mobile-nav {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/icon_menu.png);
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	overflow: hidden;
	text-indent: -1000px;
	position: absolute;
	top: 20px;
	right: 20px;
	display: none;
}

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

	.mobile-nav {
		display: block;
	}

	.navigation {
		position: relative;
		padding: 0;
	}

	.navigation .inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.primary-header {
		margin-top: 0;
	}

	.primary-navigation {
		display: none;
		padding-top: 63px;
	}

	.primary-navigation.active {
		display: block;
	}

	.primary-navigation li {
		display: block;
		margin: 0;
	}

	.primary-navigation a {
		padding: 10px 0;
		border-bottom: 1px solid #B81B2A;
		background: none !important;
	}

	.primary-navigation li:first-child a {
		border-top: 1px solid #B81B2A;
	}

}