h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

input:focus, select:focus, textarea:focus {
	outline: 0;
}

body, input, select, textarea {
	padding: 0;
	margin: 0;

}

.fl   { float			: left; }
.fr   { float			: right; }

.neutral {
	font-size		: 1em;
	margin			: 0;
	padding			: 0;
	font-weight		: normal;
}

.inline {
	display			: inline;
}

.iblock {
	display			: inline-block;
}

.block {
	display: block;
}

.clear {
	clear			: both;
}

.clear-l {
	clear			: left;
}

.clear-r {
	clear			: right;
}

.not-visible {
	visibility 		: hidden;
}

.bold {
	font-weight 	: bold;
}

.hidden {
	display: none;
}

.pointer {
	cursor: pointer;
}

.tc {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ar { text-align: right;  }
.ac { text-align: center; }
.al { text-align: left;   }

.vat, .vt { vertical-align:    top; }
.vam, .vm { vertical-align: middle; }
.vab, .vb { vertical-align: bottom; }

.ma { margin: auto; }

.centerimage {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

h1 { font-size: 1.6em; font-weight: bold; }
h2 { font-size: 1.5em; font-weight: bold; }
h3 { font-size: 1.4em; font-weight: bold; }
h4 { font-size: 1.3em; font-weight: bold; }
h5 { font-size: 1.2em; font-weight: bold; }
h6 { font-size: 1.1em; font-weight: bold; }

.wp10  { width:  10% ; }
.wp15  { width:  15% ; }
.wp20  { width:  20% ; }
.wp25  { width:  25% ; }
.wp30  { width:  30% ; }
.wp35  { width:  35% ; }
.wp40  { width:  40% ; }
.wp45  { width:  45% ; }
.wp50  { width:  50% ; }
.wp60  { width:  60% ; }
.wp70  { width:  70% ; }
.wp80  { width:  80% ; }
.wp90  { width:  90% ; }
.wp100 { width: 100% ; }

.w5    { width:    5px; }
.w10   { width:   10px; }
.w15   { width:   15px; }
.w20   { width:   20px; }
.w25   { width:   25px; }
.w30   { width:   30px; }
.w35   { width:   35px; }
.w40   { width:   40px; }
.w45   { width:   45px; }
.w50   { width:   50px; }
.w60   { width:   60px; }
.w70   { width:   70px; }
.w80   { width:   80px; }
.w90   { width:   90px; }
.w100  { width:  100px; }
.w125  { width:  125px; }
.w150  { width:  150px; }
.w175  { width:  175px; }
.w200  { width:  200px; }
.w225  { width:  225px; }
.w250  { width:  250px; }
.w275  { width:  275px; }
.w300  { width:  300px; }
.w350  { width:  350px; }
.w400  { width:  400px; }
.w450  { width:  450px; }
.w500  { width:  500px; }
.w550  { width:  550px; }
.w600  { width:  600px; }
.w650  { width:  650px; }
.w700  { width:  700px; }
.w800  { width:  800px; }
.w900  { width:  900px; }
.w1000 { width: 1000px; }

.w01em   { width:  0.1em; }
.w02em   { width:  0.2em; }
.w03em   { width:  0.3em; }
.w04em   { width:  0.4em; }
.w05em   { width:  0.5em; }
.w06em   { width:  0.6em; }
.w07em   { width:  0.7em; }
.w08em   { width:  0.8em; }
.w09em   { width:  0.9em; }
.w1em    { width:    1em; }
.w12em   { width:  1.2em; }
.w14em   { width:  1.4em; }
.w16em   { width:  1.6em; }
.w18em   { width:  1.8em; }
.w2em    { width:    2em; }
.w225em  { width: 2.25em; }
.w25em   { width:  2.5em; }
.w275em  { width: 2.75em; }
.w3em    { width:    3em; }
.w35em   { width:  3.5em; }
.w4em    { width:    4em; }
.w45em   { width:  4.5em; }
.w5em    { width:    5em; }
.w55em   { width:  5.5em; }
.w6em    { width:    6em; }

.p0   { padding: 0px; }
.p1   { padding: 1px; }
.p2   { padding: 2px; }
.p3   { padding: 3px; }
.p4   { padding: 4px; }
.p5   { padding: 5px; }
.p6   { padding: 6px; }
.p7   { padding: 7px; }
.p8   { padding: 8px; }
.p9   { padding: 9px; }
.p10  { padding: 10px; }
.p15  { padding: 15px; }
.p20  { padding: 20px; }
.p25  { padding: 25px; }
.p30  { padding: 30px; }
.p35  { padding: 35px; }
.p40  { padding: 40px; }
.p45  { padding: 45px; }
.p50  { padding: 50px; }
.p75  { padding: 75px; }
.p100 { padding: 100px; }

.p01em   { padding:  0.1em; }
.p02em   { padding:  0.2em; }
.p03em   { padding:  0.3em; }
.p04em   { padding:  0.4em; }
.p05em   { padding:  0.5em; }
.p06em   { padding:  0.6em; }
.p07em   { padding:  0.7em; }
.p08em   { padding:  0.8em; }
.p09em   { padding:  0.9em; }
.p1em    { padding:    1em; }
.p12em   { padding:  1.2em; }
.p14em   { padding:  1.4em; }
.p16em   { padding:  1.6em; }
.p18em   { padding:  1.8em; }
.p2em    { padding:    2em; }
.p225em  { padding: 2.25em; }
.p25em   { padding:  2.5em; }
.p275em  { padding: 2.75em; }
.p3em    { padding:    3em; }
.p35em   { padding:  3.5em; }
.p4em    { padding:    4em; }
.p45em   { padding:  4.5em; }
.p5em    { padding:    5em; }
.p55em   { padding:  5.5em; }
.p6em    { padding:    6em; }

.pl1   { padding-left: 1px; }
.pl2   { padding-left: 2px; }
.pl3   { padding-left: 3px; }
.pl4   { padding-left: 4px; }
.pl5   { padding-left: 5px; }
.pl6   { padding-left: 6px; }
.pl7   { padding-left: 7px; }
.pl8   { padding-left: 8px; }
.pl9   { padding-left: 9px; }
.pl10  { padding-left: 10px; }
.pl15  { padding-left: 15px; }
.pl20  { padding-left: 20px; }
.pl25  { padding-left: 25px; }
.pl30  { padding-left: 30px; }
.pl35  { padding-left: 35px; }
.pl40  { padding-left: 40px; }
.pl45  { padding-left: 45px; }
.pl50  { padding-left: 50px; }
.pl75  { padding-left: 75px; }
.pl100 { padding-left: 100px; }

.pr1   { padding-right: 1px; }
.pr2   { padding-right: 2px; }
.pr3   { padding-right: 3px; }
.pr4   { padding-right: 4px; }
.pr5   { padding-right: 5px; }
.pr6   { padding-right: 6px; }
.pr7   { padding-right: 7px; }
.pr8   { padding-right: 8px; }
.pr9   { padding-right: 9px; }
.pr10  { padding-right: 10px; }
.pr15  { padding-right: 15px; }
.pr20  { padding-right: 20px; }
.pr25  { padding-right: 25px; }
.pr30  { padding-right: 30px; }
.pr35  { padding-right: 35px; }
.pr40  { padding-right: 40px; }
.pr45  { padding-right: 45px; }
.pr50  { padding-right: 50px; }
.pr75  { padding-right: 75px; }
.pr100 { padding-right: 100px; }

.pt1   { padding-top: 1px; }
.pt2   { padding-top: 2px; }
.pt3   { padding-top: 3px; }
.pt4   { padding-top: 4px; }
.pt5   { padding-top: 5px; }
.pt6   { padding-top: 6px; }
.pt7   { padding-top: 7px; }
.pt8   { padding-top: 8px; }
.pt9   { padding-top: 9px; }
.pt10  { padding-top: 10px; }
.pt15  { padding-top: 15px; }
.pt20  { padding-top: 20px; }
.pt25  { padding-top: 25px; }
.pt30  { padding-top: 30px; }
.pt35  { padding-top: 35px; }
.pt40  { padding-top: 40px; }
.pt45  { padding-top: 45px; }
.pt50  { padding-top: 50px; }
.pt75  { padding-top: 75px; }
.pt100 { padding-top: 100px; }

.pb1   { padding-bottom: 1px; }
.pb2   { padding-bottom: 2px; }
.pb3   { padding-bottom: 3px; }
.pb4   { padding-bottom: 4px; }
.pb5   { padding-bottom: 5px; }
.pb6   { padding-bottom: 6px; }
.pb7   { padding-bottom: 7px; }
.pb8   { padding-bottom: 8px; }
.pb9   { padding-bottom: 9px; }
.pb10  { padding-bottom: 10px; }
.pb15  { padding-bottom: 15px; }
.pb20  { padding-bottom: 20px; }
.pb25  { padding-bottom: 25px; }
.pb30  { padding-bottom: 30px; }
.pb35  { padding-bottom: 35px; }
.pb40  { padding-bottom: 40px; }
.pb45  { padding-bottom: 45px; }
.pb50  { padding-bottom: 50px; }
.pb75  { padding-bottom: 75px; }
.pb100 { padding-bottom: 100px; }

.ptb1, .pbt1     { padding-top: 1px; padding-bottom: 1px; }
.ptb2, .pbt2     { padding-top: 2px; padding-bottom: 2px; }
.ptb3, .pbt3     { padding-top: 3px; padding-bottom: 3px; }
.ptb4, .pbt4     { padding-top: 4px; padding-bottom: 4px; }
.ptb5, .pbt5     { padding-top: 5px; padding-bottom: 5px; }
.ptb6, .pbt6     { padding-top: 6px; padding-bottom: 6px; }
.ptb7, .pbt7     { padding-top: 7px; padding-bottom: 7px; }
.ptb8, .pbt8     { padding-top: 8px; padding-bottom: 8px; }
.ptb9, .pbt9     { padding-top: 9px; padding-bottom: 9px; }
.ptb10, .pbt10   { padding-top: 10px; padding-bottom: 10px; }
.ptb15, .pbt15   { padding-top: 15px; padding-bottom: 15px; }
.ptb20, .pbt20   { padding-top: 20px; padding-bottom: 20px; }
.ptb25, .pbt25   { padding-top: 25px; padding-bottom: 25px; }
.ptb30, .pbt30   { padding-top: 30px; padding-bottom: 30px; }
.ptb35, .pbt35   { padding-top: 35px; padding-bottom: 35px; }
.ptb40, .pbt40   { padding-top: 40px; padding-bottom: 40px; }
.ptb45, .pbt45   { padding-top: 45px; padding-bottom: 45px; }
.ptb50, .pbt50   { padding-top: 50px; padding-bottom: 50px; }
.ptb75, .pbt75   { padding-top: 75px; padding-bottom: 75px; }
.ptb100, .pbt100 { padding-top: 100px; padding-bottom: 100px; }

.plr1, .prl1     { padding-left: 1px; padding-right: 1px; }
.plr2, .prl2     { padding-left: 2px; padding-right: 2px; }
.plr3, .prl3     { padding-left: 3px; padding-right: 3px; }
.plr4, .prl4     { padding-left: 4px; padding-right: 4px; }
.plr5, .prl5     { padding-left: 5px; padding-right: 5px; }
.plr6, .prl6     { padding-left: 6px; padding-right: 6px; }
.plr7, .prl7     { padding-left: 7px; padding-right: 7px; }
.plr8, .prl8     { padding-left: 8px; padding-right: 8px; }
.plr9, .prl9     { padding-left: 9px; padding-right: 9px; }
.plr10, .prl10   { padding-left: 10px; padding-right: 10px; }
.plr15, .prl15   { padding-left: 15px; padding-right: 15px; }
.plr20, .prl20   { padding-left: 20px; padding-right: 20px; }
.plr25, .prl25   { padding-left: 25px; padding-right: 25px; }
.plr30, .prl30   { padding-left: 30px; padding-right: 30px; }
.plr35, .prl35   { padding-left: 35px; padding-right: 35px; }
.plr40, .prl40   { padding-left: 40px; padding-right: 40px; }
.plr45, .prl45   { padding-left: 45px; padding-right: 45px; }
.plr50, .prl50   { padding-left: 50px; padding-right: 50px; }
.plr75, .prl75   { padding-left: 75px; padding-right: 75px; }
.plr100, .prl100 { padding-left: 100px; padding-right: 100px; }

.m0   { margin: 0px; }
.m1   { margin: 1px; }
.m2   { margin: 2px; }
.m3   { margin: 3px; }
.m4   { margin: 4px; }
.m5   { margin: 5px; }
.m6   { margin: 6px; }
.m7   { margin: 7px; }
.m8   { margin: 8px; }
.m9   { margin: 9px; }
.m10  { margin: 10px; }
.m15  { margin: 15px; }
.m20  { margin: 20px; }
.m25  { margin: 25px; }
.m30  { margin: 30px; }
.m35  { margin: 35px; }
.m40  { margin: 40px; }
.m45  { margin: 45px; }
.m50  { margin: 50px; }
.m75  { margin: 75px; }
.m100 { margin: 100px; }

.ml1   { margin-left: 1px; }
.ml2   { margin-left: 2px; }
.ml3   { margin-left: 3px; }
.ml4   { margin-left: 4px; }
.ml5   { margin-left: 5px; }
.ml6   { margin-left: 6px; }
.ml7   { margin-left: 7px; }
.ml8   { margin-left: 8px; }
.ml9   { margin-left: 9px; }
.ml10  { margin-left: 10px; }
.ml15  { margin-left: 15px; }
.ml20  { margin-left: 20px; }
.ml25  { margin-left: 25px; }
.ml30  { margin-left: 30px; }
.ml35  { margin-left: 35px; }
.ml40  { margin-left: 40px; }
.ml45  { margin-left: 45px; }
.ml50  { margin-left: 50px; }
.ml75  { margin-left: 75px; }
.ml100 { margin-left: 100px; }

.mr1   { margin-right: 1px; }
.mr2   { margin-right: 2px; }
.mr3   { margin-right: 3px; }
.mr4   { margin-right: 4px; }
.mr5   { margin-right: 5px; }
.mr6   { margin-right: 6px; }
.mr7   { margin-right: 7px; }
.mr8   { margin-right: 8px; }
.mr9   { margin-right: 9px; }
.mr10  { margin-right: 10px; }
.mr15  { margin-right: 15px; }
.mr20  { margin-right: 20px; }
.mr25  { margin-right: 25px; }
.mr30  { margin-right: 30px; }
.mr35  { margin-right: 35px; }
.mr40  { margin-right: 40px; }
.mr45  { margin-right: 45px; }
.mr50  { margin-right: 50px; }
.mr75  { margin-right: 75px; }
.mr100 { margin-right: 100px; }

.mt1   { margin-top: 1px; }
.mt2   { margin-top: 2px; }
.mt3   { margin-top: 3px; }
.mt4   { margin-top: 4px; }
.mt5   { margin-top: 5px; }
.mt6   { margin-top: 6px; }
.mt7   { margin-top: 7px; }
.mt8   { margin-top: 8px; }
.mt9   { margin-top: 9px; }
.mt10  { margin-top: 10px; }
.mt15  { margin-top: 15px; }
.mt20  { margin-top: 20px; }
.mt25  { margin-top: 25px; }
.mt30  { margin-top: 30px; }
.mt35  { margin-top: 35px; }
.mt40  { margin-top: 40px; }
.mt45  { margin-top: 45px; }
.mt50  { margin-top: 50px; }
.mt75  { margin-top: 75px; }
.mt100 { margin-top: 100px; }

.mb1   { margin-bottom: 1px; }
.mb2   { margin-bottom: 2px; }
.mb3   { margin-bottom: 3px; }
.mb4   { margin-bottom: 4px; }
.mb5   { margin-bottom: 5px; }
.mb6   { margin-bottom: 6px; }
.mb7   { margin-bottom: 7px; }
.mb8   { margin-bottom: 8px; }
.mb9   { margin-bottom: 9px; }
.mb10  { margin-bottom: 10px; }
.mb15  { margin-bottom: 15px; }
.mb20  { margin-bottom: 20px; }
.mb25  { margin-bottom: 25px; }
.mb30  { margin-bottom: 30px; }
.mb35  { margin-bottom: 35px; }
.mb40  { margin-bottom: 40px; }
.mb45  { margin-bottom: 45px; }
.mb50  { margin-bottom: 50px; }
.mb75  { margin-bottom: 75px; }
.mb100 { margin-bottom: 100px; }

.mtb1, .mbt1     { margin-top: 1px; margin-bottom: 1px; }
.mtb2, .mbt2     { margin-top: 2px; margin-bottom: 2px; }
.mtb3, .mbt3     { margin-top: 3px; margin-bottom: 3px; }
.mtb4, .mbt4     { margin-top: 4px; margin-bottom: 4px; }
.mtb5, .mbt5     { margin-top: 5px; margin-bottom: 5px; }
.mtb6, .mbt6     { margin-top: 6px; margin-bottom: 6px; }
.mtb7, .mbt7     { margin-top: 7px; margin-bottom: 7px; }
.mtb8, .mbt8     { margin-top: 8px; margin-bottom: 8px; }
.mtb9, .mbt9     { margin-top: 9px; margin-bottom: 9px; }
.mtb10, .mbt10   { margin-top: 10px; margin-bottom: 10px; }
.mtb15, .mbt15   { margin-top: 15px; margin-bottom: 15px; }
.mtb20, .mbt20   { margin-top: 20px; margin-bottom: 20px; }
.mtb25, .mbt25   { margin-top: 25px; margin-bottom: 25px; }
.mtb30, .mbt30   { margin-top: 30px; margin-bottom: 30px; }
.mtb35, .mbt35   { margin-top: 35px; margin-bottom: 35px; }
.mtb40, .mbt40   { margin-top: 40px; margin-bottom: 40px; }
.mtb45, .mbt45   { margin-top: 45px; margin-bottom: 45px; }
.mtb50, .mbt50   { margin-top: 50px; margin-bottom: 50px; }
.mtb75, .mbt75   { margin-top: 75px; margin-bottom: 75px; }
.mtb100, .mbt100 { margin-top: 100px; margin-bottom: 100px; }

.mlr1, .mrl1     { margin-left: 1px; margin-right: 1px; }
.mlr2, .mrl2     { margin-left: 2px; margin-right: 2px; }
.mlr3, .mrl3     { margin-left: 3px; margin-right: 3px; }
.mlr4, .mrl4     { margin-left: 4px; margin-right: 4px; }
.mlr5, .mrl5     { margin-left: 5px; margin-right: 5px; }
.mlr6, .mrl6     { margin-left: 6px; margin-right: 6px; }
.mlr7, .mrl7     { margin-left: 7px; margin-right: 7px; }
.mlr8, .mrl8     { margin-left: 8px; margin-right: 8px; }
.mlr9, .mrl9     { margin-left: 9px; margin-right: 9px; }
.mlr10, .mrl10   { margin-left: 10px; margin-right: 10px; }
.mlr15, .mrl15   { margin-left: 15px; margin-right: 15px; }
.mlr20, .mrl20   { margin-left: 20px; margin-right: 20px; }
.mlr25, .mrl25   { margin-left: 25px; margin-right: 25px; }
.mlr30, .mrl30   { margin-left: 30px; margin-right: 30px; }
.mlr35, .mrl35   { margin-left: 35px; margin-right: 35px; }
.mlr40, .mrl40   { margin-left: 40px; margin-right: 40px; }
.mlr45, .mrl45   { margin-left: 45px; margin-right: 45px; }
.mlr50, .mrl50   { margin-left: 50px; margin-right: 50px; }
.mlr75, .mrl75   { margin-left: 75px; margin-right: 75px; }
.mlr100, .mrl100 { margin-left: 100px; margin-right: 100px; }

.m01em   { margin:  0.1em; }
.m02em   { margin:  0.2em; }
.m03em   { margin:  0.3em; }
.m04em   { margin:  0.4em; }
.m05em   { margin:  0.5em; }
.m06em   { margin:  0.6em; }
.m07em   { margin:  0.7em; }
.m08em   { margin:  0.8em; }
.m09em   { margin:  0.9em; }
.m1em    { margin:    1em; }
.m12em   { margin:  1.2em; }
.m14em   { margin:  1.4em; }
.m15em   { margin:  1.5em; }
.m16em   { margin:  1.6em; }
.m18em   { margin:  1.8em; }
.m2em    { margin:    2em; }
.m225em  { margin: 2.25em; }
.m25em   { margin:  2.5em; }
.m275em  { margin: 2.75em; }
.m3em    { margin:    3em; }
.m35em   { margin:  3.5em; }
.m4em    { margin:    4em; }
.m45em   { margin:  4.5em; }
.m5em    { margin:    5em; }
.m55em   { margin:  5.5em; }
.m6em    { margin:    6em; }

.ml01em   { margin-left:  0.1em; }
.ml02em   { margin-left:  0.2em; }
.ml03em   { margin-left:  0.3em; }
.ml04em   { margin-left:  0.4em; }
.ml05em   { margin-left:  0.5em; }
.ml06em   { margin-left:  0.6em; }
.ml07em   { margin-left:  0.7em; }
.ml08em   { margin-left:  0.8em; }
.ml09em   { margin-left:  0.9em; }
.ml1em    { margin-left:    1em; }
.ml12em   { margin-left:  1.2em; }
.ml14em   { margin-left:  1.4em; }
.ml16em   { margin-left:  1.6em; }
.ml18em   { margin-left:  1.8em; }
.ml2em    { margin-left:    2em; }
.ml225em  { margin-left: 2.25em; }
.ml25em   { margin-left:  2.5em; }
.ml275em  { margin-left: 2.75em; }
.ml3em    { margin-left:    3em; }
.ml35em   { margin-left:  3.5em; }
.ml4em    { margin-left:    4em; }
.ml45em   { margin-left:  4.5em; }
.ml5em    { margin-left:    5em; }
.ml55em   { margin-left:  5.5em; }
.ml6em    { margin-left:    6em; }

.mr01em   { margin-right:  0.1em; }
.mr02em   { margin-right:  0.2em; }
.mr03em   { margin-right:  0.3em; }
.mr04em   { margin-right:  0.4em; }
.mr05em   { margin-right:  0.5em; }
.mr06em   { margin-right:  0.6em; }
.mr07em   { margin-right:  0.7em; }
.mr08em   { margin-right:  0.8em; }
.mr09em   { margin-right:  0.9em; }
.mr1em    { margin-right:    1em; }
.mr12em   { margin-right:  1.2em; }
.mr14em   { margin-right:  1.4em; }
.mr16em   { margin-right:  1.6em; }
.mr18em   { margin-right:  1.8em; }
.mr2em    { margin-right:    2em; }
.mr225em  { margin-right: 2.25em; }
.mr25em   { margin-right:  2.5em; }
.mr275em  { margin-right: 2.75em; }
.mr3em    { margin-right:    3em; }
.mr35em   { margin-right:  3.5em; }
.mr4em    { margin-right:    4em; }
.mr45em   { margin-right:  4.5em; }
.mr5em    { margin-right:    5em; }
.mr55em   { margin-right:  5.5em; }
.mr6em    { margin-right:    6em; }

.mlr01em, .mrl01em   { margin-right:  0.1em; margin-left:  0.1em; }
.mlr02em, .mrl02em   { margin-right:  0.2em; margin-left:  0.2em; }
.mlr03em, .mrl03em   { margin-right:  0.3em; margin-left:  0.3em; }
.mlr04em, .mrl04em   { margin-right:  0.4em; margin-left:  0.4em; }
.mlr05em, .mrl05em   { margin-right:  0.5em; margin-left:  0.5em; }
.mlr06em, .mrl06em   { margin-right:  0.6em; margin-left:  0.6em; }
.mlr07em, .mrl07em   { margin-right:  0.7em; margin-left:  0.7em; }
.mlr08em, .mrl08em   { margin-right:  0.8em; margin-left:  0.8em; }
.mlr09em, .mrl09em   { margin-right:  0.9em; margin-left:  0.9em; }
.mlr1em, .mrl1em     { margin-right:    1em; margin-left:    1em; }
.mlr12em, .mrl12em   { margin-right:  1.2em; margin-left:  1.2em; }
.mlr14em, .mrl14em   { margin-right:  1.4em; margin-left:  1.4em; }
.mlr16em, .mrl16em   { margin-right:  1.6em; margin-left:  1.6em; }
.mlr18em, .mrl18em   { margin-right:  1.8em; margin-left:  1.8em; }
.mlr2em, .mrl2em     { margin-right:    2em; margin-left:    2em; }
.mlr225em, .mrl225em { margin-right: 2.25em; margin-left: 2.25em; }
.mlr25em, .mrl25em   { margin-right:  2.5em; margin-left:  2.5em; }
.mlr275em, .mrl275em { margin-right: 2.75em; margin-left: 2.75em; }
.mlr3em, .mrl3em     { margin-right:    3em; margin-left:    3em; }
.mlr35em, .mrl35em   { margin-right:  3.5em; margin-left:  3.5em; }
.mlr4em, .mrl4em     { margin-right:    4em; margin-left:    4em; }
.mlr45em, .mrl45em   { margin-right:  4.5em; margin-left:  4.5em; }
.mlr5em, .mrl5em     { margin-right:    5em; margin-left:    5em; }
.mlr55em, .mrl55em   { margin-right:  5.5em; margin-left:  5.5em; }
.mlr6em, .mrl6em     { margin-right:    6em; margin-left:    6em; }

.mtb01em, .mbt01em   { margin-top:  0.1em; margin-bottom:  0.1em; }
.mtb02em, .mbt02em   { margin-top:  0.2em; margin-bottom:  0.2em; }
.mtb03em, .mbt03em   { margin-top:  0.3em; margin-bottom:  0.3em; }
.mtb04em, .mbt04em   { margin-top:  0.4em; margin-bottom:  0.4em; }
.mtb05em, .mbt05em   { margin-top:  0.5em; margin-bottom:  0.5em; }
.mtb06em, .mbt06em   { margin-top:  0.6em; margin-bottom:  0.6em; }
.mtb07em, .mbt07em   { margin-top:  0.7em; margin-bottom:  0.7em; }
.mtb08em, .mbt08em   { margin-top:  0.8em; margin-bottom:  0.8em; }
.mtb09em, .mbt09em   { margin-top:  0.9em; margin-bottom:  0.9em; }
.mtb1em, .mbt1em     { margin-top:    1em; margin-bottom:    1em; }
.mtb12em, .mbt12em   { margin-top:  1.2em; margin-bottom:  1.2em; }
.mtb14em, .mbt14em   { margin-top:  1.4em; margin-bottom:  1.4em; }
.mtb16em, .mbt16em   { margin-top:  1.6em; margin-bottom:  1.6em; }
.mtb18em, .mbt18em   { margin-top:  1.8em; margin-bottom:  1.8em; }
.mtb2em, .mbt2em     { margin-top:    2em; margin-bottom:    2em; }
.mtb225em, .mbt225em { margin-top: 2.25em; margin-bottom: 2.25em; }
.mtb25em, .mbt25em   { margin-top:  2.5em; margin-bottom:  2.5em; }
.mtb275em, .mbt275em { margin-top: 2.75em; margin-bottom: 2.75em; }
.mtb3em, .mbt3em     { margin-top:    3em; margin-bottom:    3em; }
.mtb35em, .mbt35em   { margin-top:  3.5em; margin-bottom:  3.5em; }
.mtb4em, .mbt4em     { margin-top:    4em; margin-bottom:    4em; }
.mtb45em, .mbt45em   { margin-top:  4.5em; margin-bottom:  4.5em; }
.mtb5em, .mbt5em     { margin-top:    5em; margin-bottom:    5em; }
.mtb55em, .mbt55em   { margin-top:  5.5em; margin-bottom:  5.5em; }
.mtb6em, .mbt6em     { margin-top:    6em; margin-bottom:    6em; }
@font-face {
	font-family: "Dezen Pro";
	src: url("/files/fonts/Dezen_Pro_Regular.otf") format("opentype");
	src: url('/files/fonts/dezen_pro_regular-webfont.eot');
	src: url('/files/fonts/dezen_pro_regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/files/fonts/dezen_pro_regular-webfont.woff2') format('woff2'),
		 url('/files/fonts/dezen_pro_regular-webfont.woff') format('woff'),
		 url('/files/fonts/dezen_pro_regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("/files/fonts/Montserrat-Black.otf") format("opentype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("/files/fonts/Montserrat-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("/files/fonts/Montserrat-ExtraBold.otf") format("opentype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("/files/fonts/Montserrat-Light.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("/files/fonts/Montserrat-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("/files/fonts/Montserrat-SemiBold.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("/files/fonts/Montserrat-UltraLight.otf") format("opentype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Source Sans Pro";
	src: url("/files/fonts/SourceSansPro-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Source Sans Pro";
	src: url("/files/fonts/SourceSansPro-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Source Sans Pro";
	src: url("/files/fonts/SourceSansPro-ExtraLight.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Source Sans Pro";
	src: url("/files/fonts/SourceSansPro-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Source Sans Pro";
	src: url("/files/fonts/SourceSansPro-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Source Sans Pro";
	src: url("/files/fonts/SourceSansPro-Semibold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Source Sans Pro";
	src: url("/files/fonts/SourceSansPro-BlackItalic.ttf") format("truetype");
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: "Source Sans Pro";
	src: url("/files/fonts/SourceSansPro-BoldItalic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Source Sans Pro";
	src: url("/files/fonts/SourceSansPro-ExtraLightItalic.ttf") format("truetype");
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: "Source Sans Pro";
	src: url("/files/fonts/SourceSansPro-Italic.ttf") format("truetype");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "Source Sans Pro";
	src: url("/files/fonts/SourceSansPro-LightItalic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Source Sans Pro";
	src: url("/files/fonts/SourceSansPro-SemiboldItalic.ttf") format("truetype");
	font-weight: 800;
	font-style: italic;
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=c26767a93e7494ac30ea)
 * Config saved to config.json and https://gist.github.com/c26767a93e7494ac30ea
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.pager:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/files/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('/files/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/files/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/files/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/files/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/files/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.6.1
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}/*
	retail       : #7b0041;
	ipar         : #005aa3;
	patika       : #487d3c;
	toltoallomas : #fdc300;
	trafik       : #d66840;
*/
/* toilet --font mono12 -w 200 Stuff */
/* | while read i; do toilet -w 200 --font univers ${i}; done | less */

/* Bootstrap addon */

.no-gutter {
	padding-left: 0;
	padding-right: 0;
}

.no-gutter .row .col-lg-6 {
	padding: 0;
}

.no-spacing > .row > div {
	padding-left: 0;
	padding-right: 0;
}

.full-responsive-width {
	width: 100%;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

/* .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, */
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 0;
	padding-right: 0;
}

.mw500 {
	max-width: 500px;
}

/* -- */

@media screen and (min-width:1900px) {
	.cnt-Box.pic {
		background-size: 100% auto;
	}
}

body {
	background-color: #efefef;
	color: rgba(255, 255, 255, 1);
	font-family: "Dezen Pro";
	font-size: 20px;
	font-weight: normal;
}

a {
	color: rgba(255, 255, 255, 1);
}

a, a:active, a:hover, a:visited {
	text-decoration: none;
}

iframe {
	border: 0px solid #000;
}

/*
88        88         88 88
88        88   ,d    "" 88
88        88   88       88
88        88 MM88MMM 88 88
88        88   88    88 88
88        88   88    88 88
Y8a.    .a8P   88,   88 88
 `"Y8888Y"'    "Y888 88 88
*/

.u_brandColor {
	color: #690042;
	font-weight: 700;
}

.u_hr1 {
	width: 20%;
	border: 0px solid #fff;
	border-bottom: 1px solid #fff;
}

.u_innerPara {
	text-align: center;
	margin: 0 10em 3em 10em;
	font-family: "Source Sans Pro";
	font-weight: 100;
	color: #888;
	font-size: 0.9em;
}

.u_inputblock {
	display: block;
	padding: 10px 0;
}

.u_label {
	padding: 10px 0;
	font-size: 28px;
	float: left;
	display: block;
	width: 30%;
}

.u_input {
	font-size: 28px;
	padding: 10px 20px;
	border: 1px solid #bebebe;
	border-bottom: 4px solid #bebebe;
}

.u_inputreq {
	color: #7b0041;
}

.u_error {
	background: rgba(255, 0, 0, 0.1);
	border: 1px solid rgba(255, 0, 0, 0.1);
	padding: 1em;
	margin: 2px 0;
}

.u_info {
	background: rgba(0, 255, 0, 0.1);
	border: 1px solid rgba(0, 255, 0, 0.1);
	padding: 1em;
	margin: 2px 0;
}

.u_highlight {
	color: #80ba26;
	text-transform: uppercase;
}

/*
forms
*/

.frm-AdminForm input,
.frm-AdminForm textarea {
	font-size: 0.9em;
}

.admin li a {
	color: rgba(0, 0, 0, 0.5);
}

.edit-link {
	text-transform: none;
	color: rgba(123, 0, 65, 1);
	font-weight: bold;
}

/*
88        88                                88
88        88                                88
88        88                                88
88aaaaaaaa88  ,adPPYba, ,adPPYYba,  ,adPPYb,88  ,adPPYba, 8b,dPPYba,
88""""""""88 a8P_____88 ""     `Y8 a8"    `Y88 a8P_____88 88P'   "Y8
88        88 8PP""""""" ,adPPPPP88 8b       88 8PP""""""" 88
88        88 "8b,   ,aa 88,    ,88 "8a,   ,d88 "8b,   ,aa 88
88        88  `"Ybbd8"' `"8bbdP"Y8  `"8bbdP"Y8  `"Ybbd8"' 88
*/

.whp {
	background-repeat: no-repeat;
	background-position: 80% top;
	text-transform: uppercase;
}

.whp-Menu {
	padding: 15px 0;
	padding-top: 0px;
	background-color: rgba(0, 0, 0, 0.2);
}

.top-Flags {
	flex-grow: 1;
	text-align: right;
}

.top-Flag_link {
	display: inline-block;
	padding: 5px;
}

.whp-Menu.main {
	background-color: rgba(0, 0, 0, 0.0);
}

.whp-Logo {
	margin: 40px 0 0 0;
	width: 270px;
	height: 60px;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
}

.whp-FullMenu {
	display: block;
	text-align: right;
	margin-top: 12px;
}

.whp-SmallMenu {
	display: none;
	text-align: right;
}

.whp-MenuList {
	display: inline-block;
	padding: 0;
	margin: 0;
	padding-top: 10px;
}

.whp-Submenu_separator {
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	height: 1px;
	width: 50px;
	margin: 12px auto;
	display: block;
}

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

.whp-FullMenu .whp-MenuList_link {
	margin-left: 30px;
}

.whp-FullMenu .whp-Submenu {
	position: absolute;
	font-size: 0.8em;
	z-index: 15;
	padding: 1em;
}

.whp-Submenu .whp-MenuList_link {
	margin-left: 0;
}

.whp-FullMenu .whp-MenuList.half {
	display: flex;
	flex-flow: column;
	text-align: center;
}

.whp-FullMenu .whp-MenuList.half .whp-MenuList_menupoint {
	padding: 4px 0;
}

.whp-Altmenu {
	display: none;
	position: absolute;
	z-index: 10;
	width: 100%;
}

.whp-Altmenu .whp-MenuList {
	display: block;
	padding: 0;
	margin: 0;
}

.whp-Altmenu .whp-MenuList .whp-MenuList_menupoint {
	display: block;
	text-align: center;
	background: #fff;
	margin-bottom: 1px;
}

.whp-Altmenu .whp-MenuList_link {
	color: #888;
	font-size: 1.9em;
	padding: 30px 0;
}

.whp-Altmenu .half .whp-MenuList_link {
	padding: 20px 0;
	margin: 0;
}

.whp-Submenu {
	display: none;
}

.whp-Altmenu .whp-MenuList.half {
	display: flex;
	flex-flow: row wrap;
}

.whp-Altmenu .whp-MenuList.half .whp-MenuList_menupoint {
	width: 40%;
	flex-grow: 1;
	background: #efefef;
}

.whp-Altmenu .whp-MenuList.half .whp-MenuList_menupoint .whp-MenuList_link {
	color: #7b0041;
}

.whp-MenuList .left {
	margin-right: 1px;
}

.whp-Altmenu .whp-MenuList .whp-MenuList_menupoint.active,
.whp-Altmenu .whp-MenuList .whp-MenuList_menupoint:hover {
	background: #7b0041;
}

.whp-Altmenu .whp-MenuList .whp-MenuList_menupoint.active .whp-MenuList_link,
.whp-Altmenu .whp-MenuList .whp-MenuList_menupoint:hover .whp-MenuList_link {
	color: #efefef;
}

.whp-Maintitle {
	display: none;
}

.whp-Title_label {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 2em;
	margin-top: 2em;
	margin-bottom: 3em;
}

.whp-Title_icon {
	margin: 0 20px 20px 0;
}

.whp-Illustration_image {
	margin-bottom: 3em;
}

/*
  ,ad8888ba,
 d8"'    `"8b                          ,d                           ,d
d8'                                    88                           88
88             ,adPPYba,  8b,dPPYba, MM88MMM ,adPPYba, 8b,dPPYba, MM88MMM
88            a8"     "8a 88P'   `"8a  88   a8P_____88 88P'   `"8a  88
Y8,           8b       d8 88       88  88   8PP""""""" 88       88  88
 Y8a.    .a8P "8a,   ,a8" 88       88  88,  "8b,   ,aa 88       88  88,
  `"Y8888Y"'   `"YbbdP"'  88       88  "Y888 `"Ybbd8"' 88       88  "Y888
*/

.cnt-FirstPara {
	margin-bottom: 3em;
	border-top: 2px solid #efefef;
}

.cnt-Paragraph {
	border-top: 2px solid #efefef;
}

.cnt-Paragraph.white {
	background-color: #fff;
}

.cnt-FirstPara_text {
	font-size: 28px;
	font-family: "Source Sans Pro";
	color: #888;
	font-weight: 700;
	text-align: center;
}

.cnt-Paragraph_text {
	font-size: 28px;
	font-family: "Source Sans Pro";
	color: #888;
	font-weight: 700;
	text-align: center;
}

.cnt-BoxList {
	background: #fff;
	color: #888;
	display: flex;
	flex-flow: row;
	align-items: stretch;
}

.cnt-Box {
	width: 50%;
	padding: 4%;
}

.cnt-List_header {
	font-weight: 700px;
	font-family: "Source Sans Pro";
	font-size: 1.4em;
}

.cnt-Box.pic {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.cnt-Box_title {
	margin-top: 0;
	color: #690042;
	font-family: Montserrat;
}

.cnt-Box_smallTitle {
	font-family: "Source Sans Pro";
	font-size: 1.4em;
}

.cnt-Box_text {
	font-family: "Source Sans Pro";
	font-size: 0.9em;
}

.cnt-BoxList a {
	color: #000;
}

a.cnt-Box_link {
	color: #da0073;
	font-family: Montserrat;
	font-size: 0.7em;
	font-weight: 700;
}

.cnt-Block.gray {
	background-color: #efefef;
	color: #bebebe;
}

.cnt-Block.dotted {
	background: url(/images/bg-dots.png);
	color: #fff;
}

.cnt-Block.white {
	background: #fff;
	color: #ccc;
}

.cnt-Block_title {
	text-transform: uppercase;
	font-size: 1.4em;
	font-family: Montserrat;
	font-weight: 700;
	color: #7b0041;
	text-align: center;
	margin-top: 3em;
	margin-bottom: 2em;
}

/*
88        88                                88
88        88                                88                                                                    ,d                           ,d
88        88                                88                                                                    88                           88
88aaaaaaaa88  ,adPPYba, ,adPPYYba,  ,adPPYb,88  ,adPPYba, 8b,dPPYba,           ,adPPYba,  ,adPPYba,  8b,dPPYba, MM88MMM ,adPPYba, 8b,dPPYba, MM88MMM
88""""""""88 a8P_____88 ""     `Y8 a8"    `Y88 a8P_____88 88P'   "Y8 aaaaaaaa a8"     "" a8"     "8a 88P'   `"8a  88   a8P_____88 88P'   `"8a  88
88        88 8PP""""""" ,adPPPPP88 8b       88 8PP""""""" 88         """""""" 8b         8b       d8 88       88  88   8PP""""""" 88       88  88
88        88 "8b,   ,aa 88,    ,88 "8a,   ,d88 "8b,   ,aa 88                  "8a,   ,aa "8a,   ,a8" 88       88  88,  "8b,   ,aa 88       88  88,
88        88  `"Ybbd8"' `"8bbdP"Y8  `"8bbdP"Y8  `"Ybbd8"' 88                   `"Ybbd8"'  `"YbbdP"'  88       88  "Y888 `"Ybbd8"' 88       88  "Y888
*/

.whp-Content {
	font-family: "Source Sans Pro";
	margin-top: 30px;
	padding: 0 100px 20px 100px;
	background-color: #efefef;
	color: #888;
	text-transform: none;
}

.whp-Content_date {
	text-transform: uppercase;
	font-weight: 100;
}

.whp-Content_title {
	font-size: 2.4em;
	line-height: 1.1em;
	font-weight: 700;
	font-family: Montserrat;
	color: #7b0041;
	margin: 0 0 0.6em 0;
}

.whp-Content_desc img {
	margin: 10px 0;
}

.whp-Content_desc a {
	color: #7b0041;
	font-weight: bold;
}

.whp-Gallery_spaced {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.whp-Gallery_image {
	margin-bottom: 2em;
}

.whp-Buttons {
	display: flex;
	flex-direction: column;
}

a.whp-Side_button {
	height: 120px;
	width: 100%;
	color: #fff;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 70% top;
	background-size: 140% auto;
	padding: 5px 15px;
	margin-bottom: 30px;
}

.whp-Side_button:hover {
	text-decoration: none;
}

.whp-Side_button.retail {
	background-image: url(/images/button-retail.jpg);
	background-position: 70% 10%;

}

.whp-Side_button.ipar {
	background-image: url(/images/button-ipar.jpg);
	background-position: 00% 10%;

}

.whp-Side_button.patika {
	background-image: url(/images/button-patika.jpg);
	background-position: 80% 10%;

}

.whp-Side_button.toltoallomas {
	background-image: url(/images/button-toltoallomas.jpg);
	background-position: 40% 10%;

}

.whp-Side_button.trafik {
	background-image: url(/images/button-trafik.jpg);
	background-position: 40% 10%;

}

.whp-Side_icon {
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	margin: 12px 0;
}

.retail .whp-Side_icon {
	background-image: url(/images/ikon-retail.png);
}

.ipar .whp-Side_icon {
	background-image: url(/images/ikon-ipar.png);
}

.patika .whp-Side_icon {
	background-image: url(/images/ikon-patika.png);
}

.toltoallomas .whp-Side_icon {
	background-image: url(/images/ikon-toltoallomas.png);
}

.trafik .whp-Side_icon {
	background-image: url(/images/ikon-trafik.png);
}

.whp-Side_text {
	font-size: 16px;
	line-height: 1.2em;
}

.whp-Side_text b {
	display: block;
	font-family: Montserrat;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

.whp-Side_icons {
	text-align: right;
	margin-bottom: 1em;
}

a.whp-Side_icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	margin: 6px;
}

.whp-Side_icon.mail {
	background-image: url(/images/ikon-mail.png);
}

.whp-Side_icon.print {
	background-image: url(/images/ikon-print.png);
}

.whp-Side_icon.mail:hover {
	background-image: url(/images/ikon-mail-on.png);
}

.whp-Side_icon.print:hover {
	background-image: url(/images/ikon-print-on.png);
}

.whp-Side_sharetitle {
	font-family: Montserrat;
	font-size: 18px;
	color: #80ba26;
	border-bottom: 1px solid #80ba26;
	padding-bottom: 4px;
	margin-bottom: 1em;
}

.whp-Side_share {
	margin: 1em;
}

/*
88888888888
88                              ,d
88                              88
88aaaaa  ,adPPYba, ,adPPYYba, MM88MMM 88       88 8b,dPPYba,  ,adPPYba, ,adPPYba,
88""""" a8P_____88 ""     `Y8   88    88       88 88P'   "Y8 a8P_____88 I8[    ""
88      8PP""""""" ,adPPPPP88   88    88       88 88         8PP"""""""  `"Y8ba,
88      "8b,   ,aa 88,    ,88   88,   "8a,   ,a88 88         "8b,   ,aa aa    ]8I
88       `"Ybbd8"' `"8bbdP"Y8   "Y888  `"YbbdP'Y8 88          `"Ybbd8"' `"YbbdP"'
*/

.cnt-FeatureContainer {
	padding-bottom: 100px;
}

.cnt-Features {
	background: url(/images/block-linesx.png) repeat-y center top;
	display: flex;
	flex-flow: row;
	align-items: stretch;
	cursor: default;
}

.cnt-FeatureBox {
	transition: all 200ms ease;
	width: 50%;
	margin: 0;
	height: 350px;
	padding: 12px 0;
	z-index: 25;
}

.cnt-FeatureBox.right {
	margin: 0;
}

.cnt-FeatureBox.last {
	height: 275px;
}

.cnt-FeatureBox.hover {
	color: #fff;
	z-index: 25;
}

.cnt-FeatureBackground {
	transition: all 200ms ease;
	display: none;
	position: absolute;
	width: 585px;
	height: 380px;
	background: url(/images/feat-bg.png) no-repeat center center;
	background-size: cover;
	z-index: 20;
	box-shadow: 0 0 150px rgba(0, 0, 0, 0.4);
}

.cnt-FeatureBox_content {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.cnt-FeatureBox_icon {
	transition: all 200ms ease;
	min-width: 60px;
	height: 60px;
	margin: 30px;
	background-size: 100% 100%;
}

.cnt-FeatureBox_icon.elettartam      { background-image: url(/images/feat-elettartam.png);      }
.cnt-FeatureBox_icon.integralhatosag { background-image: url(/images/feat-integralhatosag.png); }
.cnt-FeatureBox_icon.jovobiztos      { background-image: url(/images/feat-jovobiztos.png);      }
.cnt-FeatureBox_icon.megbizhatosag   { background-image: url(/images/feat-megbizhatosag.png);   }
.cnt-FeatureBox_icon.piacvezeto      { background-image: url(/images/feat-piacvezeto.png);      }
.cnt-FeatureBox_icon.sebesseg        { background-image: url(/images/feat-sebesseg.png);        }
.cnt-FeatureBox_icon.tehermentesites { background-image: url(/images/feat-tehermentesites.png); }
.cnt-FeatureBox_icon.visszacsatolas  { background-image: url(/images/feat-visszacsatolas.png);  }

.cnt-FeatureBox.hover .cnt-FeatureBox_icon.elettartam      { background-image: url(/images/feat-elettartam-on.png);      }
.cnt-FeatureBox.hover .cnt-FeatureBox_icon.integralhatosag { background-image: url(/images/feat-integralhatosag-on.png); }
.cnt-FeatureBox.hover .cnt-FeatureBox_icon.jovobiztos      { background-image: url(/images/feat-jovobiztos-on.png);      }
.cnt-FeatureBox.hover .cnt-FeatureBox_icon.megbizhatosag   { background-image: url(/images/feat-megbizhatosag-on.png);   }
.cnt-FeatureBox.hover .cnt-FeatureBox_icon.piacvezeto      { background-image: url(/images/feat-piacvezeto-on.png);      }
.cnt-FeatureBox.hover .cnt-FeatureBox_icon.sebesseg        { background-image: url(/images/feat-sebesseg-on.png);        }
.cnt-FeatureBox.hover .cnt-FeatureBox_icon.tehermentesites { background-image: url(/images/feat-tehermentesites-on.png); }
.cnt-FeatureBox.hover .cnt-FeatureBox_icon.visszacsatolas  { background-image: url(/images/feat-visszacsatolas-on.png);  }


.cnt-FeatureBox_title {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
}

.cnt-FeatureBox_description {
	font-family: "Source Sans Pro";
	font-weight: 100;
}


/*
       db                                88 88                               88
      d88b                               88 ""                         ,d    ""
     d8'`8b                              88                            88
    d8'  `8b     8b,dPPYba,  8b,dPPYba,  88 88  ,adPPYba, ,adPPYYba, MM88MMM 88  ,adPPYba,  8b,dPPYba,
   d8YaaaaY8b    88P'    "8a 88P'    "8a 88 88 a8"     "" ""     `Y8   88    88 a8"     "8a 88P'   `"8a
  d8""""""""8b   88       d8 88       d8 88 88 8b         ,adPPPPP88   88    88 8b       d8 88       88
 d8'        `8b  88b,   ,a8" 88b,   ,a8" 88 88 "8a,   ,aa 88,    ,88   88,   88 "8a,   ,a8" 88       88
d8'          `8b 88`YbbdP"'  88`YbbdP"'  88 88  `"Ybbd8"' `"8bbdP"Y8   "Y888 88  `"YbbdP"'  88       88
                 88          88
                 88          88
*/

.cnt-App {
	text-align: center;
	font-family: Montserrat;
	font-weight: 700;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 5em;
}

.cnt-App_box {
	background-size: 200% 100%;
}

.cnt-App_hover {
	display: flex;
	align-items: flex-end;
	height: 500px;
}

.cnt-App_box:hover {
	background-position: 100% 0;
}

.cnt-App_box.retail {
	background-image: url(/images/link-retail.jpg);
}

.cnt-App_box.ipar {
	background-image: url(/images/link-ipar.jpg);
}

.cnt-App_box.patika {
	background-image: url(/images/link-patika.jpg);
}

.cnt-App_box.toltoallomas {
	background-image: url(/images/link-toltoallomas.jpg);
}

.cnt-App_box.trafik {
	background-image: url(/images/link-trafik.jpg);
}

.cnt-App_boxcontent {
	width: 210px;
	margin: 0 0 1.5em 0;
}

.cnt-App_icon {
	display: block;
	height: 70px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.cnt-App_title {
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 0.5em 0 0 0;
}

.cnt-App_desc {
	font-size: 0.7em;
	margin: 0.5em 0 1em 0;
}

.cnt-App_box.retail .cnt-App_icon {
	background-image: url(/images/ikon-retail.png);
}

.cnt-App_box.ipar .cnt-App_icon {
	background-image: url(/images/ikon-ipar.png);
}

.cnt-App_box.patika .cnt-App_icon {
	background-image: url(/images/ikon-patika.png);
}

.cnt-App_box.toltoallomas .cnt-App_icon {
	background-image: url(/images/ikon-toltoallomas.png);
}

.cnt-App_box.trafik .cnt-App_icon {
	background-image: url(/images/ikon-trafik.png);
}

.cnt-App_box.retail:hover .cnt-App_icon {
	background-image: url(/images/ikon-retail-color.png);
}

.cnt-App_box.ipar:hover .cnt-App_icon {
	background-image: url(/images/ikon-ipar-color.png);
}

.cnt-App_box.patika:hover .cnt-App_icon {
	background-image: url(/images/ikon-patika-color.png);
}

.cnt-App_box.toltoallomas:hover .cnt-App_icon {
	background-image: url(/images/ikon-toltoallomas-color.png);
}

.cnt-App_box.trafik:hover .cnt-App_icon {
	background-image: url(/images/ikon-trafik-color.png);
}

.cnt-Box_list {
	font-family: "Source Sans Pro";
	text-align: left;
}

.cnt-Box_list li {
	margin-bottom: 1em;
	font-size: 0.9em;
}

/*
888b      88
8888b     88
88 `8b    88
88  `8b   88  ,adPPYba, 8b      db      d8 ,adPPYba,
88   `8b  88 a8P_____88 `8b    d88b    d8' I8[    ""
88    `8b 88 8PP"""""""  `8b  d8'`8b  d8'   `"Y8ba,
88     `8888 "8b,   ,aa   `8bd8'  `8bd8'   aa    ]8I
88      `888  `"Ybbd8"'     YP      YP     `"YbbdP"'
*/

.cnt-News {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.cnt-NewsBlock {
	width: 24%;
}

.cnt-NewsBlock_date {
	background: #80ba26;
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	font-family: Montserrat;
	font-weight: 100;
	font-size: 0.7em;
	margin-left: 10px;
	z-index: 25;
	position: relative;
}

.cnt-NewsBlock_image {
	margin-top: -15px;
	z-index: 20;
}

.cnt-NewsBlock_image img {
	border-bottom: 3px solid #7b0041;
	width: 270px;
	height: 183px;
}

.cnt-NewsBlock_title {
	display: block;
	font-size: 1.05em;
	font-weight: 700;
	font-family: Montserrat;
	color: #7b0041;
	margin: 0.6em 0;
}

.cnt-NewsBlock_desc {
	font-family: "Source Sans Pro";
	font-weight: 100;
	font-size: 0.9em;
	color: #888;
	margin: 0.6em 0;
}

.cnt-NewsBlock_more {
	display: block;
	font-family: Montserrat;
	font-size: 0.8em;
	font-weight: bold;
	color: #80ba26;
	border-bottom: 1px solid #7b0041;
	padding-bottom: 3px;
}

.cnt-MoreNews {
	margin: 4em;
	text-align: center;
}

a.cnt-MoreNews_link {
	font-weight: bold;
	font-family: Montserrat;
	font-size: 0.8em;
	color: #80ba26;
}

/*
888b      88                                                  88 88
8888b     88                                                  88 ""             ,d
88 `8b    88                                                  88                88
88  `8b   88  ,adPPYba, 8b      db      d8 ,adPPYba,          88 88 ,adPPYba, MM88MMM
88   `8b  88 a8P_____88 `8b    d88b    d8' I8[    "" aaaaaaaa 88 88 I8[    ""   88
88    `8b 88 8PP"""""""  `8b  d8'`8b  d8'   `"Y8ba,  """""""" 88 88  `"Y8ba,    88
88     `8888 "8b,   ,aa   `8bd8'  `8bd8'   aa    ]8I          88 88 aa    ]8I   88,
88      `888  `"Ybbd8"'     YP      YP     `"YbbdP"'          88 88 `"YbbdP"'   "Y888
*/

.cnt-NewsList_block {
	font-family: "Source Sans Pro";
	background: #fff;
	color: #888;
	border-bottom: 1px solid #7b0041;
	margin-bottom: 30px;
}

.cnt-NewsList_image img {
	width: 100%;
	height: 320px;
	z-index: 15;
}

.cnt-NewsList_arrow {
	background: url(/images/news-arrow.png) no-repeat center top;
	width: 100%;
	height: 20px;
	margin-top: -20px;
	z-index: 20;
	position: relative;
}

.cnt-NewsList_container {
	padding: 40px;
}

.cnt-NewsList_date {
	text-transform: uppercase;
	font-weight: 100;
}

.cnt-NewsList_title {
	display: block;
	line-height: 1.2em;
	font-size: 1.4em;
	font-weight: 700;
	font-family: Montserrat;
	color: #7b0041;
	margin: 0 0 0.6em 0;
	height: 100px;
}

.cnt-NewsList_more {
	display: block;
	font-family: Montserrat;
	font-size: 0.8em;
	font-weight: bold;
	color: #80ba26;
	padding-top: 0.5em;
}


/*
88888888ba               ad88
88      "8b             d8"
88      ,8P             88
88aaaaaa8P' ,adPPYba, MM88MMM ,adPPYba, 8b,dPPYba,  ,adPPYba, 8b,dPPYba,   ,adPPYba,  ,adPPYba, ,adPPYba,
88""""88'  a8P_____88   88   a8P_____88 88P'   "Y8 a8P_____88 88P'   `"8a a8"     "" a8P_____88 I8[    ""
88    `8b  8PP"""""""   88   8PP""""""" 88         8PP""""""" 88       88 8b         8PP"""""""  `"Y8ba,
88     `8b "8b,   ,aa   88   "8b,   ,aa 88         "8b,   ,aa 88       88 "8a,   ,aa "8b,   ,aa aa    ]8I
88      `8b `"Ybbd8"'   88    `"Ybbd8"' 88          `"Ybbd8"' 88       88  `"Ybbd8"'  `"Ybbd8"' `"YbbdP"'
*/


.ref {
    margin: 2em 0;
}

.ref-Reference {
    overflow: hidden;
    background: #efefef;
}

.ref-Reference_list {
	display: flex;
}

.ref-Reference_image {
	height: 100px;
	display: block;
	padding: 0 25px 0 25px;
	background-size: 0 0;
}

.ref-Reference_image:first-child {
	padding-left: 0;
}

.ref-Reference_image:hover {
	background-size: auto auto;
	background-repeat: no-repeat;
	background-position: 25px center;
}

.ref-Reference_image:first-child:hover {
	background-position: 0 center;
}

.ref-Reference_image img {
	display: block;
	margin: auto;
}

.ref-Reference_image:hover img {
	visibility: hidden;
}

.ref-Nav_left {
	float: left;
	padding: 5px 0;
	padding-right: 50px;
}

.ref-Nav_right {
	float: right;
	padding: 5px 0;
	padding-left: 50px;
}

.ref-Reference_block {
	margin: 1em 0;
}

/*
  ,ad8888ba,             88 88
 d8"'    `"8b            88 88
d8'                      88 88
88            ,adPPYYba, 88 88  ,adPPYba, 8b,dPPYba, 8b       d8
88      88888 ""     `Y8 88 88 a8P_____88 88P'   "Y8 `8b     d8'
Y8,        88 ,adPPPPP88 88 88 8PP""""""" 88          `8b   d8'
 Y8a.    .a88 88,    ,88 88 88 "8b,   ,aa 88           `8b,d8'
  `"Y88888P"  `"8bbdP"Y8 88 88  `"Ybbd8"' 88             Y88'
                                                         d8'
                                                        d8'
*/

.cnt-Gallery_chooser {
	margin-bottom: 3em;
}

.cnt-Gallery_category {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 1em;
	display: block;
}

.cnt-Gallery_title {
	color: #7b0041;
	font-size: 2.5em;
	display: block;
	clear: both;
	width: 100%;
	font-family: Montserrat;
	margin: 1em 0;
}

.cnt-Gallery_category.retail {
	border-bottom: 10px solid #555;
	background-image: url(/images/galeria-retail.jpg);
	background-position: 80% 10%;
}

.cnt-Gallery_category.ipar {
	border-bottom: 10px solid #666;
	background-image: url(/images/galeria-ipar.jpg);
	background-position: 45% 8%;
}

.cnt-Gallery_category.patika {
	border-bottom: 10px solid #777;
	background-image: url(/images/galeria-patika.jpg);
	background-position: 80% 4%;
}

.cnt-Gallery_category.toltoallomas {
	border-bottom: 10px solid #888;
	background-image: url(/images/galeria-toltoallomas.jpg);
	background-position: 65% 5%;
}

.cnt-Gallery_category.trafik {
	border-bottom: 10px solid #888;
	background-image: url(/images/galeria-trafik.jpg);
	background-position: 65% 5%;
}

.cnt-Gallery_category.retail:hover {
	border-bottom: 10px solid #7b0041;
	background-image: url(/images/galeria-retail-on.jpg);
}

.cnt-Gallery_category.ipar:hover {
	border-bottom: 10px solid #005aa3;
	background-image: url(/images/galeria-ipar-on.jpg);
}

.cnt-Gallery_category.patika:hover {
	border-bottom: 10px solid #487d3c;
	background-image: url(/images/galeria-patika-on.jpg);
}

.cnt-Gallery_category.toltoallomas:hover {
	border-bottom: 10px solid #fdc300;
	background-image: url(/images/galeria-toltoallomas-on.jpg);
}

.cnt-Gallery_category.trafik:hover {
	border-bottom: 10px solid #d66840;
	background-image: url(/images/galeria-trafik-on.jpg);
}

.cnt-Gallery_images {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.cnt-Gallery_image {
	flex-grow: 1;
	display: block;
	width: 25%;
	height: 162px;
	margin: 1em;
	/* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); */
	border-bottom: 3px solid #7b0041;
	background-size: cover;
	background-position: center center;
}

.retail .cnt-Gallery_image { border-bottom: 3px solid #7b0041; }
.ipar  .cnt-Gallery_image { border-bottom: 3px solid #005aa3; }
.patika  .cnt-Gallery_image { border-bottom: 3px solid #487d3c; }
.toltoallomas  .cnt-Gallery_image { border-bottom: 3px solid #fdc300; }

.cnt-Gallery_image img {
	width: 100%;
}

/*
  ,ad8888ba,
 d8"'    `"8b                          ,d                            ,d
d8'                                    88                            88
88             ,adPPYba,  8b,dPPYba, MM88MMM ,adPPYYba,  ,adPPYba, MM88MMM
88            a8"     "8a 88P'   `"8a  88    ""     `Y8 a8"     ""   88
Y8,           8b       d8 88       88  88    ,adPPPPP88 8b           88
 Y8a.    .a8P "8a,   ,a8" 88       88  88,   88,    ,88 "8a,   ,aa   88,
  `"Y8888Y"'   `"YbbdP"'  88       88  "Y888 `"8bbdP"Y8  `"Ybbd8"'   "Y888
*/

.cnt-MainContact_title {
	font-size: 2.4em;
	color: #7b0041;
	font-weight: 700;
	font-family: Montserrat;
	background: url(/images/szintezis-logo-black.png) no-repeat right center;
	background-size: auto 68px;
	margin-bottom: 1em;
	margin-top: 1em;
}

.cnt-MainContact_title.nologo {
	background: none;
}

.cnt-ContactBox {
	font-family: "Source Sans Pro";
	color: #888;
	font-size: 0.9em;
}

.cont-Form_wrapper {
	flex-grow: 1;
	flex-basis: 0;
	color: rgba(0, 0, 0, 1);
}

.page-Content_wrapper .cont-Form_wrapper {
	margin-left: 0;
}

.cont-Text::placeholder, .cont-Textarea::placeholder {
	color: rgba(128, 128, 128, 1);
}

.cont-Fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cont-Fields a {
	color: rgba(78, 0, 41, 1);
}

.cont-Text {
	padding: 20px;
	border: 1px solid rgba(200, 200, 200, 1);
	border-radius: 3px;
	width: 41%;
	margin: 1em 0;
	color: rgba(0, 0, 0, 1);
}

.cont-Textarea {
	padding: 20px;
	border: 1px solid rgba(200, 200, 200, 1);
	border-radius: 3px;
	width: 100%;
	margin: 1em 0;
	height: 200px;
}

.cont-Button {
	padding: 15px 30px;
	border: 1px solid rgba(123, 0, 65, 1);
	border-radius: 3px;
	margin: 1em 0;
	color: rgba(123, 0, 65, 1);
	background-color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	font-family: "Dezen Pro";
	font-size: 0.9em;
	display: inline-block;
}

.cont-Button[disabled] {
	background-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.5);
}

.cnt-ContactBox a {
	color: #80ba26;
}

.cnt-FullMap {
	margin-top: 3em;
}

.cnt-ChildContact {
	font-size: 0.9em;
	font-family: 'Source Sans Pro';
	background: #fff;
	color: #888;
	padding: 30px;
	border: 1px solid #bebebe;
	border-bottom: 4px solid #bebebe;
	margin: 1.5em 0;
}

.cnt-ChildHeader {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}

.cnt-ChildHeader > div {
	flex-grow: 1;
}

div.cnt-ChildHeader_title {
	flex-grow: 6;
}

.cnt-ChildHeader_title a {
	color: #80ba26;
}

.cnt-ChildHeader_button {
	text-align: right;
}

a.cnt-ChildHeader_ibutton {
	display: inline-block;
	text-transform: uppercase;
	padding: 12px 26px;
	margin: 0;
	background: linear-gradient(rgba(128, 186, 38, 1), rgba(104, 152, 31, 1));
	border: 1px solid rgba(128, 186, 38, 1);
	font-weight: 200;
	font-family: Montserrat;
	font-size: 16px;
	color: #fff;
}

/*
888888888888                  88                      88                       88
     88                       88                      ""                       88
     88                       88                                               88
     88  ,adPPYba,  ,adPPYba, 88,dPPYba,  8b,dPPYba,  88  ,adPPYba, ,adPPYYba, 88
     88 a8P_____88 a8"     "" 88P'    "8a 88P'   `"8a 88 a8"     "" ""     `Y8 88
     88 8PP""""""" 8b         88       88 88       88 88 8b         ,adPPPPP88 88
     88 "8b,   ,aa "8a,   ,aa 88       88 88       88 88 "8a,   ,aa 88,    ,88 88
     88  `"Ybbd8"'  `"Ybbd8"' 88       88 88       88 88  `"Ybbd8"' `"8bbdP"Y8 88
 */

.cnt-Title {
	font-size: 2.4em;
	color: #7b0041;
	font-weight: 700;
	font-family: Montserrat;
	margin: 0.6em 0;
}

.cnt-Text {
	font-family: 'Source Sans Pro';
	color: #888;
}

.cnt-Text a {
	color: #7b0041;
	font-weight: bold;
}

.cnt-LinkBox {
	font-family: Montserrat;
	font-weight: 100;
	width: 270px;
	height: 220px;
	display: flex;
	flex-direction: column;
	padding: 0.7em 0.8em;
	line-height: 1em;
	margin-bottom: 1em;
}

.cnt-LinkBox.boxtipusok             { background: url(/images/rs-boxtipusok.png)      no-repeat center center; }
.cnt-LinkBox.osszehasonlitas        { background: url(/images/rs-osszehasonlitas.png) no-repeat center center; }
.cnt-LinkBox.gyik                   { background: url(/images/rs-gyik.png)            no-repeat center center; }
.cnt-LinkBox.katalogusok            { background: url(/images/rs-katalogusok.png)     no-repeat center center; }
.boxtipusok      .cnt-LinkBox_title { color: #fdc300; }
.osszehasonlitas .cnt-LinkBox_title { color: #ffffff; }
.gyik            .cnt-LinkBox_title { color: #fdc300; }
.katalogusok     .cnt-LinkBox_title { color: #7b0041; }

.cnt-LinkBox_more {
	margin-top: auto;
	font-weight: 700;
	font-size: 0.8em;
}

/*
888888888888
     88
     88
     88 8b       d8 8b,dPPYba,   ,adPPYba, ,adPPYba,
     88 `8b     d8' 88P'    "8a a8P_____88 I8[    ""
     88  `8b   d8'  88       d8 8PP"""""""  `"Y8ba,
     88   `8b,d8'   88b,   ,a8" "8b,   ,aa aa    ]8I
     88     Y88'    88`YbbdP"'   `"Ybbd8"' `"YbbdP"'
            d8'     88
           d8'      88
*/

.cnt-TypeGroup_title {
	font-size: 2.4em;
	color: #7b0041;
	font-weight: 700;
	font-family: Montserrat;
	text-align: center;
	margin: 1em 0;
}

.cnt-TypeGroup_subtitle {
	font-size: 1.2em;
	color: #aaa;
	font-weight: 400;
	font-family: Montserrat;
	text-align: center;
	margin-top: -2.2em;
	margin-bottom: 3em;
}

.cnt-TypeFrame {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cnt-Types_box {
	border-bottom: 1px solid #7b0041;
	font-family: 'Source Sans Pro';
	text-align: center;
	background-color: #fff;
	color: #888;
	width: 360px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.cnt-Types_box:nth-child(3n) {
	margin-right: 0px;
}

.cnt-Types_title {
	font-family: Montserrat;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 1.1em;
	padding: 12px 0;
	color: #fff;
	background: linear-gradient(rgba(123, 0, 65, 1), rgba(123, 0, 65, 1), rgba(78, 0, 41, 1));
}

.cnt-Types_name {
	font-family: Montserrat;
	font-weight: 700;
	color: #80ba26;
	padding: 14px 0;
	font-size: 1.2em;
}

.cnt-Types_image {
	background-color: #999;
	background-image: url(/images/cloud.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 260px;
	display: flex;
}

.cnt-Types_image .cnt-Types_IEfix {
	margin: auto;
	display: flex;
	align-items: center;
}

.cnt-Types_param {
	padding: 12px 12px;
	font-size: 0.9em;
}

.cnt-Types_param:nth-child(odd) {
	background-color: #f5f5f5;
}

.cnt-Types_param .tooltip {
	opacity: 0;
	background: #333;
	color: #aaa;
	padding: 8px 15px;
	position: absolute;
	margin-top: -50px;
	margin-left: -180px;
	transition: all 250ms ease;
}

.cnt-Types_param:hover .tooltip {
	opacity: 1;
}

.cnt-Types_param:hover .tooltip:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 10px 10px 0 10px;
    bottom: -10px;
    content: "";
    display: block;
    left: 2em;
    position: absolute;
    z-index: 99;
}

.cnt-Video_title {
	color: #7b0041;
	font-size: 2.5em;
	display: block;
	clear: both;
	width: 100%;
	font-family: Montserrat;
	margin: 1em 0;
}


/*
88888888888
88                               ,d
88                               88
88aaaaa  ,adPPYba,   ,adPPYba, MM88MMM ,adPPYba, 8b,dPPYba,
88""""" a8"     "8a a8"     "8a  88   a8P_____88 88P'   "Y8
88      8b       d8 8b       d8  88   8PP""""""" 88
88      "8a,   ,a8" "8a,   ,a8"  88,  "8b,   ,aa 88
88       `"YbbdP"'   `"YbbdP"'   "Y888 `"Ybbd8"' 88
*/

.ftr {
	font-size: 18px;
	background-image: url(/images/footer-lila.png);
	background-size: cover;
	color: rgba(255, 255, 255, 1);
	padding: 3em 0 0 0;
}

.ipar .ftr {
	background-image: url(/images/footer-kek.jpg);
}

.vallalati .ftr {
	background-image: url(/images/footer-kek.jpg);
}

.allam .ftr {
	background-image: url(/images/footer-kek.jpg);
}

.retail .ftr {
	background-image: url(/images/footer-lila.jpg);
}

.ftr a {
	color: rgba(255, 255, 255, 1);
}

.ftr a:hover {
	text-decoration: underline;
}

.ftr-Wrapper {
	width: 1210px;
	margin: auto;
	padding: 2em 30px;
}

.ftr-Linkbox_title {
	font-size: 1.1em;
	font-family: "Montserrat";
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 2em;
}

.ftr-Linkbox_wrapper {
	display: flex;
}

.ftr-Linkbox {
	flex-grow: 2;
	flex-basis: 0;
}

.ftr-Linkbox.vari-A {
	flex-grow: 1.5;
	flex-basis: 0;
}

.ftr-Linkbox.vari-B {
	flex-grow: 2.5;
	flex-basis: 0;
}

.ftr-Linbox_link {
	display: block;
	font-family: "Source Sans Pro";
	font-weight: 100;
	line-height: 1.8em;
}

.ftr-Linbox_link:hover {
	text-decoration: underline;
}

.ftr-Contact {
	font-family: "Source Sans Pro";
	font-weight: 100;
	line-height: 1.8em;
	background-image: url(/images/szintezis-logo.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 330px auto;
	margin-right: 1em;
}

.ftr-Copyright {
	font-family: "Source Sans Pro";
	font-weight: 100;
	line-height: 1.8em;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 0.6em;
	margin-top: 3em;
}

.ftr-Copyright_content {
	width: 1210px;
	padding: 0 30px;
	margin: auto;
}

.ftr-Contact_socialicon {
	color: rgba(255, 255, 255, 1);
	background: rgba(255, 255, 255, 0.5);
	width: 50px;
	height: 50px;
	padding-top: 12px;
	border-radius: 5px;
	margin-right: 27px;
	transition: all 250ms linear;
	text-decoration: none;
	font-size: 26px;
	text-align: center;
}

a.ftr-Contact_socialicon:hover {
	text-decoration: none;
}

.ftr-Contact_socialicon.facebook {
	background-color: rgba(59, 89, 152, 1);
}

.ftr-Contact_socialicon.web {
	background-color: #a90042;
}

.ftr-Contact_socialicon.google {
	background-color: rgba(221, 75, 57, 1);
	font-size: 23px;
	padding-top: 14px;
}

.ftr-Contact_socialicon.youtube {
	background-color: rgba(229, 45, 39, 1);
}

.ftr-Contact_socialicon.twitter {
	background-color: rgba(115, 191, 230, 1);
}

.ftr-Contact_socialicon.linkedin {
	background-color: rgba(82, 122, 163, 1);
}

.ftr-Contact_socialicon.facebook:hover {
	color: rgba(59, 89, 152, 1);
	background-color: rgba(255, 255, 255, 1);
}

.ftr-Contact_socialicon.web:hover {
	color: #a90042;
	background-color: rgba(255, 255, 255, 1);
}

.ftr-Contact_socialicon.google:hover {
	color: rgba(221, 75, 57, 1);
	background-color: rgba(255, 255, 255, 1);
}

.ftr-Contact_socialicon.youtube:hover {
	color: rgba(229, 45, 39, 1);
	background-color: rgba(255, 255, 255, 1);
}

.ftr-Contact_socialicon.twitter:hover {
	color: rgba(115, 191, 230, 1);
	background-color: rgba(255, 255, 255, 1);
}

.ftr-Contact_socialicon.linkedin:hover {
	color: rgba(82, 122, 163, 1);
	background-color: rgba(255, 255, 255, 1);
}

/*
 ad88888ba              88                 88b           d88            88
d8"     "8b             88                 888b         d888            ""
Y8,                     88                 88`8b       d8'88
`Y8aaaaa,   88       88 88,dPPYba,  888    88 `8b     d8' 88 ,adPPYYba, 88 8b,dPPYba,
  `"""""8b, 88       88 88P'    "8a 888    88  `8b   d8'  88 ""     `Y8 88 88P'   `"8a
        `8b 88       88 88       d8        88   `8b d8'   88 ,adPPPPP88 88 88       88
Y8a     a8P "8a,   ,a88 88b,   ,a8" 888    88    `888'    88 88,    ,88 88 88       88
 "Y88888P"   `"YbbdP'Y8 8Y"Ybbd8"'  888    88     `8'     88 `"8bbdP"Y8 88 88       88
*/

.whp.main {
	background-image: url(/images/header1.jpg);
	background-position: center -60px;
}

.whp.main .whp-Menu {
	background-color: rgba(0, 0, 0, 0.0);
}

.whp.main .whp-Menu a {
	color: #888;
}

.whp.main .whp-Logo {
	background-image: url(/images/szintezis-logo-black.png);
}

.whp.main .whp-MenuList_menupoint:hover .whp-MenuList_link, .whp.main .whp-MenuList_menupoint.active .whp-MenuList_link {
	color: #7b0041;
}

.whp.main .whp-Title {
	display: none;
}

.whp.main .whp-Maintitle {
	display: block;
	margin-top: 1em;
}

.whp-FullMenu .whp-Submenu {
	background-color: rgba(255, 255, 255, 0.4);
}

.whp.main .whp-Maintitle_headline {
	text-align: center;
	font-family: Montserrat;
	font-weight: 100;
	font-size: 70px;
	color: #80ba26;
	text-transform: none;
	/* background-image: url(/images/szintezis-logo-black.png); */
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 520px;
}

.whp.main .whp-FullMenu .whp-Submenu {
	background-color: rgba(255, 255, 255, 0.9);
}

.whp.hirek .whp-FullMenu .whp-Submenu {
	background-color: rgba(0, 0, 0, 0.25);
}

/*
 ad88888ba              88
d8"     "8b             88
Y8,                     88
`Y8aaaaa,   88       88 88,dPPYba,  888
  `"""""8b, 88       88 88P'    "8a 888
        `8b 88       88 88       d8
Y8a     a8P "8a,   ,a88 88b,   ,a8" 888
 "Y88888P"   `"YbbdP'Y8 8Y"Ybbd8"'  888
*/

.whp.retail {
	background-image: url(/images/bg-retail.jpg);
}

.whp.ipar {
	background-image: url(/images/bg-ipar.jpg);
}

.whp.patika {
	background-image: url(/images/bg-patika.jpg);
}

.whp.toltoallomas {
	background-image: url(/images/bg-toltoallomas.jpg);
}

.whp.trafik {
	background-image: url(/images/bg-trafik.jpg);
}

.whp.hirek {
	background-image: url(/images/bg-hirek.jpg);
}

.whp.kapcsolat {
	background-image: url(/images/bg-main.jpg);
}

.whp.sco {
	height: 1080px;
	background-image: url(/images/bg-main.jpg);
}

.whp.galeria {
	background-image: url(/images/bg-galeria.jpg);
}

.whp.technikai-jellemzok {
	background-image: url(/images/bg-technikai-jellemzok.jpg);
}

.whp.polccimke-tipusok {
	background-image: url(/images/bg-polccimke-tipusok.jpg);
}

.whp-Logo {
	background-image: url(/images/szintezis-logo-black.png);
}

.patika .cnt-Box_title {
	color: #80ba26;
}

.ipar .cnt-Box_title {
	color: #005aa3;
}

.toltoallomas .cnt-Box_title {
	color: #fdc300;
}

.trafik .cnt-Box_title {
	color: #d66840;
}

.patika .u_brandColor {
	color: #80ba26;
}

.ipar .u_brandColor {
	color: #005aa3;
}

.toltoallomas .u_brandColor {
	color: #fdc300;
}

.trafik .u_brandColor {
	color: #d66840;
}

.trafik .u_brandColor-a {
	color: #623520;
}

/*
8b           d8 88          88
`8b         d8' ""          88
 `8b       d8'              88
  `8b     d8'   88  ,adPPYb,88  ,adPPYba,  ,adPPYba,
   `8b   d8'    88 a8"    `Y88 a8P_____88 a8"     "8a
    `8b d8'     88 8b       88 8PP""""""" 8b       d8
     `888'      88 "8a,   ,d88 "8b,   ,aa "8a,   ,a8"
      `8'       88  `"8bbdP"Y8  `"Ybbd8"'  `"YbbdP"'
*/

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 100;
	display: block;
	justify-content: center;
	display: none;
}

.overlay-wrapper {
	display: flex;
	justify-content: center;
	width: 100vw;
	height: 100vh;
}

.overlay-content {
	display: flex;
	justify-content: center;
}

.video {
	display: flex;
	justify-content: center;
	margin: auto;
}

.video-overlay {
	cursor: pointer;
}

.video-iframe {
	width: 80vw;
	height: 45vw;
	border: none;
}

.vid-Wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.vid-Item {
	width: 30%;
	min-width: 260px;
	margin-bottom: 2em;
}

.vid-Item_thumbnail {
	border-bottom: 3px solid #7b0041;
}

.vid-Item_thumbnail img {
	width: 100%;
}

.vid-Item_label {
	font-family: Montserrat;
	background: #fff;
	color: #888;
	padding: 1em;
	font-weight: normal;
}

/* edit */

.cnt-Submenu_wrapper {
	margin-bottom: 15px;
}

.smenu-Item.tab-Button {
	color: rgba(255, 255, 255, 0.8);
	padding: 9px 16px;
	background-color: #7b0041;
}

.input-Block {
    display: flex;
}

.input-Label {
    padding: 12px;
    margin: 0.4em 0;
    min-width: 200px;
}

.input-Cover {
    padding: 12px;
    margin: 0.4em 0;
}

.input-Text {
    padding: 12px;
    border: 1px solid rgba(200, 200, 200, 1);
    border-radius: 3px;
    width: 100%;
    margin: 0.4em 0;
}

.input-Button {
    padding: 15px 30px;
    border: 1px solid rgba(123, 0, 65, 1);
    border-radius: 3px;
    margin: 1em 0;
    color: rgba(123, 0, 65, 1);
    background-color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    font-family: "Dezen Pro";
    font-size: 0.9em;
    display: inline-block;
}

/* custom */

.type-Strong {
	font-size: 20px;
	font-weight: bold;
	color: rgba(123, 0, 65, 1);
	margin: 1em 0;
}

.type-Image {
	margin: 2em 0;
	text-align: center;
}

/*
88888888ba                                                                    88
88      "8b                                                                   ""
88      ,8P
88aaaaaa8P' ,adPPYba, ,adPPYba, 8b,dPPYba,   ,adPPYba,  8b,dPPYba,  ,adPPYba, 88 8b       d8  ,adPPYba,
88""""88'  a8P_____88 I8[    "" 88P'    "8a a8"     "8a 88P'   `"8a I8[    "" 88 `8b     d8' a8P_____88
88    `8b  8PP"""""""  `"Y8ba,  88       d8 8b       d8 88       88  `"Y8ba,  88  `8b   d8'  8PP"""""""
88     `8b "8b,   ,aa aa    ]8I 88b,   ,a8" "8a,   ,a8" 88       88 aa    ]8I 88   `8b,d8'   "8b,   ,aa
88      `8b `"Ybbd8"' `"YbbdP"' 88`YbbdP"'   `"YbbdP"'  88       88 `"YbbdP"' 88     "8"      `"Ybbd8"'
                                88
                                88
*/





/*
    88 888888888888  ad888888b,    ,a8888a,
  ,d88         ,8P' d8"     "88  ,8P"'  `"Y8,
888888        d8"           a8P ,8P        Y8,
    88      ,8P'         aad8"  88          88
    88     d8"           ""Y8,  88          88
    88   ,8P'               "8b `8b        d8'
    88  d8"         Y8,     a88  `8ba,  ,ad8'
    88 8P'           "Y888888P'    "Y8888P"
*/

@media screen and (max-width:1730px) {
	.whp-Title_label {
		margin-bottom: 2em;
	}
}

/*
    88  ad888888b,  ad88888ba     ,a8888a,
  ,d88 d8"     "88 d8"     "8b  ,8P"'  `"Y8,
888888         a8P Y8a     a8P ,8P        Y8,
    88      ,d8P"   "Y8aaa8P"  88          88
    88    a8P"      ,d8"""8b,  88          88
    88  a8P'       d8"     "8b `8b        d8'
    88 d8"         Y8a     a8P  `8ba,  ,ad8'
    88 88888888888  "Y88888P"     "Y8888P"
*/

@media screen and (max-width:1200px) {
	.whp {
		background-size: auto 552px;
	}

	.whp-FullMenu .whp-MenuList_link {
		margin-left: 15px;
	}
}

/*
    88     88 888888888888   ,a8888a,
  ,d88   ,d88         ,8P' ,8P"'  `"Y8,
888888 888888        d8"  ,8P        Y8,
    88     88      ,8P'   88          88
    88     88     d8"     88          88
    88     88   ,8P'      `8b        d8'
    88     88  d8"         `8ba,  ,ad8'
    88     88 8P'            "Y8888P"
*/

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

/*
 ad88888ba   ad88888ba    ad8888ba,
d8"     "88 d8"     "88  8P'    "Y8
8P       88 8P       88 d8
Y8,    ,d88 Y8,    ,d88 88,dd888bb,
 "PPPPPP"88  "PPPPPP"88 88P'    `8b
         8P          8P 88       d8
8b,    a8P  8b,    a8P  88a     a8P
`"Y8888P'   `"Y8888P'    "Y88888P"
*/

@media screen and (max-width:996px) {
	.container {
		width: 100%;
	}

	.u_hideresp {
		display: none;
	}

	.whp {
		background-size: auto 552px;
	}

	.whp-Logo {
		margin: 20px 0 20px 0;
	}

	.whp-FullMenu {
		display: none;
	}

	.whp-SmallMenu {
		display: block;
	}

	.whp-Menupoints {
		margin-top: 10px;
	}

	.whp-Menu {
		padding: 20px 0;
	}

	.whp.main .whp-Menu {
		background-color: rgba(0, 0, 0, 0.2);
	}

	.whp.main .whp-MenuList_menupoint:hover .whp-MenuList_link, .whp.main .whp-MenuList_menupoint.active .whp-MenuList_link {
		color: #efefef;
	}

	.whp.main .whp-Maintitle {
		margin-top: 2em;
	}

	.whp.main .whp-Maintitle_headline {
		font-size: 62px;
		line-height: 1.1em;
		background-position: center bottom;
		padding-bottom: 720px;
	}

	.whp-Illustration_image {
		width: 100%;
	}

	.whp-Buttons {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	a.whp-Side_button {
		max-width: 23%;
	}

	.whp-Side_text b {
		font-size: 1.1em;
	}

	.cnt-BoxList {
		flex-flow: column;
	}

	.cnt-MainContact_title {
		background: url(/images/szintezis-logo-black.png) no-repeat center top;
		padding-top: 2em;
		text-align: center;
	}

	.cnt-Box {
		width: 100%;
		padding: 8%;
		text-align: center;
		order: 2;
	}

	.cnt-Box.pic {
		min-height: 580px;
		order: 1;
	}

	.cnt-Box_title {
		font-size: 2.2em;
	}

	.cnt-Box_text {
		font-size: 1.2em;
	}

	a.cnt-Box_link {
		font-size: 1.2em;
	}

	.cnt-FeatureContainer {
		padding: 0;
	}

	.cnt-Features {
		background-image: none;
		flex-flow: column;
	}

	.cnt-FeatureBox.right, .cnt-FeatureBox.left {
		margin: 0;
	}

	.cnt-FeatureBox.hover {
		background: url(/images/feat-bg-resp.png);
		background-size: cover;
		background-position: center center;
	}

	.cnt-FeatureBox {
		font-size: 1.4em;
		width: 100%;
		height: auto;
		margin: 45px 0;
		border-top: 1px solid #dedede;
		padding: 1em 2em;
	}

	.cnt-FeatureBox.last {
		height: auto;
	}

	.cnt-FeatureBox_content {
		flex-flow: column;
		text-align: center;
	}

	.cnt-FeatureBox_icon {
		min-width: 120px;
		height: 120px;
	}

	.cnt-Block_title {
		margin: 2em 0;
	}

	.cnt-App {
		flex-flow: column;
		margin-bottom: 0;
	}

	.cnt-App_box {
		min-width: auto;
		min-height: auto;
		width: 100%;
		background-size: cover;
		background-position: center center;
		align-items: center;
	}

	.cnt-App_box {
		height: 560px; /* 640/360 * max-width */
	}

	.cnt-App_box.retail {
		background-image: url(/images/link-retail-resp-gray.jpg);
		color: #7b0041;
	}

	.cnt-App_box.ipar {
		background-image: url(/images/link-ipar-resp-gray.jpg);
		color: #005aa3;
	}

	.cnt-App_box.patika {
		background-image: url(/images/link-patika-resp-gray.jpg);
		color: #487d3c;
	}

	.cnt-App_box.toltoallomas {
		background-image: url(/images/link-toltoallomas-resp-gray.jpg);
		color: #fdc300;
	}

	.cnt-App_box.trafik {
		background-image: url(/images/link-trafik-resp-gray.jpg);
		color: #d66840;
	}

	.cnt-App_box:hover {
		background-position: center center;
		color: #fff;
	}

	.cnt-App_hover {
		height: 100%;
		align-items: center;
	}

	.cnt-App_boxcontent {
		flex-grow: 1;
		align-self: center;
		margin: 0;
	}

	.cnt-App_box.retail:hover .cnt-App_hover {
		background-color: rgba(123, 0, 65, 0.5);
	}

	.cnt-App_box.ipar:hover .cnt-App_hover {
		background-color: rgba(0, 90, 163, 0.5);
	}

	.cnt-App_box.patika:hover .cnt-App_hover {
		background-color: rgba(72, 125, 60, 0.5);
	}

	.cnt-App_box.toltoallomas:hover .cnt-App_hover {
		background-color: rgba(253, 195, 0, 0.5);
	}

	.cnt-App_box.trafik:hover .cnt-App_hover {
		background-color: rgba(214, 104, 64, 0.5);
	}

	.cnt-App_title {
		margin-top: 0;
		font-size: 2em;
	}

	.u_hr1 {
		display: none;
	}

	.cnt-App_desc {
		display: none;
	}

	.cnt-App_box.retail .cnt-App_icon {
		background-image: url(/images/ikon-retail-color.png);
	}

	.cnt-App_box.ipar .cnt-App_icon {
		background-image: url(/images/ikon-ipar-color.png);
	}

	.cnt-App_box.patika .cnt-App_icon {
		background-image: url(/images/ikon-patika-color.png);
	}

	.cnt-App_box.toltoallomas .cnt-App_icon {
		background-image: url(/images/ikon-toltoallomas-color.png);
	}

	.cnt-App_box.trafik .cnt-App_icon {
		background-image: url(/images/ikon-trafik-color.png);
	}

	.cnt-App_box.retail:hover .cnt-App_icon {
		background-image: url(/images/ikon-retail.png);
	}

	.cnt-App_box.ipar:hover .cnt-App_icon {
		background-image: url(/images/ikon-ipar.png);
	}

	.cnt-App_box.patika:hover .cnt-App_icon {
		background-image: url(/images/ikon-patika.png);
	}

	.cnt-App_box.toltoallomas:hover .cnt-App_icon {
		background-image: url(/images/ikon-toltoallomas.png);
	}

	.cnt-App_box.trafik:hover .cnt-App_icon {
		background-image: url(/images/ikon-trafik.png);
	}

	.cnt-News {
		flex-flow: column;
	}

	.cnt-NewsList_image img {
		height: auto;
	}

	.cnt-NewsBlock {
		width: 100%;
		padding: 0 1em;
		font-size: 1.5em;
		text-align: center;
		margin-bottom: 1.5em;
	}

	.cnt-NewsBlock_date {
		font-size: 1.0em;
	}

	.cnt-NewsBlock_image img {
		border-bottom: 3px solid #7b0041;
		width: 100%;
		height: auto;
	}

	.cnt-NewsBlock_more {
		font-size: 1.0em;
		border-bottom: 0px solid #fff;
	}

	.cnt-MoreNews {
		margin: 0 0 3em 0;
	}

	a.cnt-MoreNews_link {
		font-size: 1.5em;
	}


	.ftr {
		font-size: 1.5em;
		padding-top: 1.5em;
	}

	.ftr-Links {
		display: none;
	}

	.ftr-Tools {
		text-align: center;
	}

	.ftr-Newletter_form {
		margin-top: 0em;
		margin-bottom: 3em;
	}

	.ftr-Newsletter_itext {
		width: 550px;
		margin: 1.5em auto;
	}

	.ftr-Newsletter_ibutton {
		margin: 1.5em auto;
		font-size: 1.0em;
	}

	.ftr-Contact {
		display: flex;
		justify-content: space-around;
	}

	.ftr-Contact_socialicon {
		width: 100px;
		height: 100px;
		padding-top: 26px;
		border-radius: 5px;
		font-size: 46px;
		margin-right: 0;
	}

	.ftr-Contact_socialicon.google {
		padding-top: 26px;
		font-size: 46px;
	}

	.ftr-Contact_socialicon.linkedin {
		margin-right: 0;
	}

	.ftr-Contact_szintezis {
		margin-top: 3em;
		font-family: "Source Sans Pro";
		font-weight: 100;
		font-size: 0.9em;
		line-height: 1.7em;
		padding-top: 100px;
		background-position: center top;
	}

	.ftr-Copyright {
		font-size: 24px;
		font-weight: 100;
		padding: 1em;
		margin: 2em 0 0 0;
	}

	.vid-Wrapper {
		justify-content: space-around;
	}

	.vid-Item {
		width: 45%;
	}
}

/*
888888888888  ad8888ba,  ad88888ba
        ,8P' 8P'    "Y8 d8"     "8b
       d8"  d8          Y8a     a8P
     ,8P'   88,dd888bb,  "Y8aaa8P"
    d8"     88P'    `8b  ,d8"""8b,
  ,8P'      88       d8 d8"     "8b
 d8"        88a     a8P Y8a     a8P
8P'          "Y88888P"   "Y88888P"
*/

@media screen and (max-width:768px) {
	.whp {
		background-size: auto 552px;
	}

	.whp-Title_label {
		text-align: left;
		margin-bottom: 3.5em;
	}

	.whp-Title_icon {
		display: block;
		width: 70px;
		height: 70px;
	}

	.whp-Content {
		padding: 50px;
	}

	.cnt-App_box {
		height: 432px; /* max-width/(640/360) */
	}
}

/*
  ad8888ba,         ,d8      ,a8888a,
 8P'    "Y8       ,d888    ,8P"'  `"Y8,
d8              ,d8" 88   ,8P        Y8,
88,dd888bb,   ,d8"   88   88          88
88P'    `8b ,d8"     88   88          88
88       d8 8888888888888 `8b        d8'
88a     a8P          88    `8ba,  ,ad8'
 "Y88888P"           88      "Y8888P"
*/

@media screen and (max-width:640px) {
	.whp {
		background-size: auto 460px;
	}

	.whp-Title_icon {
		margin-bottom: 0;
	}

	.whp-Title_label {
		margin-bottom: 4em;
	}

	.cnt-App_box {
		height: 360px; /* max-width/(640/360) */
	}

	.cnt-NewsList_title {
		font-size: 1.2em;
	}

	.cnt-NewsList_container {
		padding: 20px;
	}

	.whp-Content {
		padding: 30px;
	}

	.vid-Item {
		width: 95%;
	}
}

/*
        ,d8   ad888888b, 8888888888
      ,d888  d8"     "88 88
    ,d8" 88          a8P 88  ____
  ,d8"   88       ,d8P"  88a8PPPP8b,
,d8"     88     a8P"     PP"     `8b
8888888888888 a8P'                d8
         88  d8"         Y8a     a8P
         88  88888888888  "Y88888P"
*/

@media screen and (max-width:425px) {
	.whp {
		background-size: auto 305px;
	}

	.whp.main {
		background-size: auto 100%;
		height: 880px;
	}

	.whp-Altmenu .whp-MenuList_link {
		color: #888;
		font-size: 1.4em;
		padding: 20px 0;
	}

	.whp-Title_label {
		text-align: center;
		padding-top: 0;
		margin-top: 34px;
		font-size: 1.7em;
		margin-bottom: 3em;
	}

	.whp-Title_icon {
		display: inline-block;
		width: 38px;
		height: 38px;
	}

	.whp.main .whp-Maintitle_headline {
		padding-bottom: 460px;
	}

	.whp-Content {
		padding: 20px;
	}

	.whp-Content_title {
		font-size: 1.8em;
	}

	.cnt-MainContact_title {
		font-size: 2em;
	}

	.cnt-Title {
		font-size: 2.0em;
		line-height: 1.1em;
	}

	.cnt-Box.pic {
		min-height: 400px;
		background-size: auto 100%;
	}

	.cnt-FeatureBox {
		font-size: 1.2em;
		padding: 1em 1.4em;
	}

	.cnt-App_box {
		height: 240px; /* max-width/(640/360) */
	}

	.cnt-NewsBlock {
		font-size: 1.2em;
	}

	.cnt-NewsList_title {
		font-size: 1em;
	}

	.ftr {
		font-size: 1.2em;
	}

	.ftr-Newsletter_itext {
		width: 350px;
	}

	.ftr-Contact_socialicon {
		width: 60px;
		height: 60px;
		padding-top: 17px;
		border-radius: 5px;
		font-size: 28px;
	}

	.ftr-Contact_socialicon.google {
		padding-top: 17px;
		font-size: 28px;
	}

	.ftr-Contact_socialicon.linkedin {
		margin-right: 0;
	}

	.ftr-Copyright {
		font-size: 17px;
	}
}

/*
        ,d8     88         ,d8
      ,d888   ,d88       ,d888
    ,d8" 88 888888     ,d8" 88
  ,d8"   88     88   ,d8"   88
,d8"     88     88 ,d8"     88
8888888888888   88 8888888888888
         88     88          88
         88     88          88
*/

@media screen and (max-width:414px) {
	.whp {
		background-size: auto 297px;
	}

	.whp-Title_label {
		margin-top: 30px;
		font-size: 1.7em;
	}

	.whp-Content {
		padding: 15px;
	}

	.whp-Content_title {
		font-size: 1.5em;
	}

	.whp-Content_desc {
		font-size: 0.9em;
	}

	.cnt-FirstPara_text {
		font-size: 22px;
	}

	.cnt-Paragraph_text {
		font-size: 22px;
	}

	.cnt-Box_title {
		font-size: 1.2em;
	}

	.cnt-Box_text {
		font-size: 1em;
	}

	.cnt-App_box {
		height: 232px; /* max-width/(640/360) */
	}

	.cnt-Title {
		font-size: 1.8em;
		line-height: 1.0em;
	}

	a.cnt-Box_link {
		font-size: 1em;
	}

	.ref-Nav_left {
		padding-right: 32px;
	}

	.ref-Nav_right {
		padding-left: 32px;
	}
}

/*
 ad888888b, 888888888888 8888888888
d8"     "88         ,8P' 88
        a8P        d8"   88  ____
     aad8"       ,8P'    88a8PPPP8b,
     ""Y8,      d8"      PP"     `8b
        "8b   ,8P'                d8
Y8,     a88  d8"         Y8a     a8P
 "Y888888P' 8P'           "Y88888P"
*/

@media screen and (max-width:375px) {
	.whp {
		background-size: auto 270px;
	}

	.whp.main .whp-Maintitle_headline {
		font-size: 52px;
		line-height: 1.1em;
		padding-bottom: 490px;
	}

	.whp-Title_label {
		text-align: center;
		margin-top: 24px;
		font-size: 1.3em;
	}

	.whp-Title_icon {
		display: none;
	}

	.whp-Content_title {
		font-size: 1.3em;
	}

	.whp-Content_desc {
		font-size: 0.8em;
	}

	.cnt-FeatureBox {
		font-size: 1.1em;
		padding: 1em 1.4em;
	}

	.cnt-FeatureBox_icon {
		min-width: 100px;
		height: 100px;
	}

	.cnt-App_box {
		height: 210px; /* max-width/(640/360) */
	}

	.cnt-Title {
		font-size: 1.5em;
	}

	.cnt-Text {
		font-size: 0.9em;
	}

	.ref-Nav_left {
		padding-right: 32px;
	}

	.ref-Nav_right {
		padding-left: 32px;
	}

	.ftr {
		font-size: 1.0em;
	}

	.ftr-Newsletter_itext {
		width: 300px;
	}

	.ftr-Contact_socialicon {
		width: 50px;
		height: 50px;
		padding-top: 14px;
		border-radius: 5px;
		font-size: 23px;
	}

	.ftr-Contact_socialicon.google {
		padding-top: 14px;
		font-size: 23px;
	}
}

/*
 ad888888b,  ad888888b,    ,a8888a,
d8"     "88 d8"     "88  ,8P"'  `"Y8,
        a8P         a8P ,8P        Y8,
     aad8"       ,d8P"  88          88
     ""Y8,     a8P"     88          88
        "8b  a8P'       `8b        d8'
Y8,     a88 d8"          `8ba,  ,ad8'
 "Y888888P' 88888888888    "Y8888P"
*/

@media screen and (max-width:320px) {
	.whp {
		background-size: auto 230px;
	}

	.whp.main .whp-Maintitle_headline {
		font-size: 44px;
		line-height: 1.1em;
		padding-bottom: 520px;
	}

	.whp-Altmenu .whp-MenuList_link {
		color: #888;
		font-size: 1.1em;
		padding: 15px 0;
	}

	.whp-Title_label {
		text-align: center;
		font-size: 1em;
		margin-top: 14px;
	}

	.whp-Content_title {
		font-size: 1.1em;
	}

	.cnt-App_box {
		height: 250px; /* max-width/(640/360) */
	}

	.cnt-App_title {
		font-size: 1.6em;
	}

	.cnt-NewsBlock {
		font-size: 1.0em;
	}

	.ref-Nav_left {
		padding-right: 14px;
	}

	.ref-Nav_right {
		padding-left: 14px;
	}

	.ftr-Newsletter_itext {
		width: 250px;
	}

	.ftr-Contact_socialicon {
		width: 44px;
		height: 44px;
		padding-top: 12px;
		border-radius: 5px;
		font-size: 22px;
	}

	.ftr-Contact_socialicon.google {
		padding-top: 12px;
		font-size: 22px;
	}

	.ftr-Contact_szintezis {
		background-size: 90%;
		padding-top: 70px;
	}
}

/*
88888888888                      88
88                               88
88                               88
88aaaaa     8b,dPPYba,   ,adPPYb,88
88"""""     88P'   `"8a a8"    `Y88
88          88       88 8b       88
88          88       88 "8a,   ,d88
88888888888 88       88  `"8bbdP"Y8
*/

.cnt-TypeSelect {
	display: flex;
	justify-content: space-around;
}

.cnt-TypeLink {
	width: 25%;
	margin: auto;
	background-image: url(/images/cloud.jpg);
}

.cnt-TypeLink img {
	width: 100%;
	height: 100%;
}

.cbalogo {
	background: url(/images/logo-cbaprima-on.png) right 60px no-repeat;
	background-size: 250px auto;
}
