/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Flexbox Grid v1.1 */
/* Adjust padding, media queries, and margins for your base font-size.  */
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}  
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.after-clear:after, 
.container-fluid:after,
section:after
{
	content: '';
	display: block;
	clear: both;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html, body {
	position: absolute;
	top: 0;
	left: 0;
	right: 0; 
//	position: relative;
	min-height: 100%;
}
a:active,
a:hover {
  outline: 0;
}





























/* FLEX GRID*/

[class*='row-flex'], .row {
    margin: 0 auto;
    max-width: 880px;
    width: 100%
}
	
[class*='row-flex'] [class*='row-flex'], [class*='row-flex'] .row, .row [class*='row-flex'], .row .row {
    padding-left: 0;
    padding-right: 0;
}
[class*='row-flex'] [class*='row-flex'] [class*='column-flex'], [class*='row-flex'] .row [class*='column-flex'], .row [class*='row-flex'] [class*='column-flex'], .row .row [class*='column-flex'] {
    padding-left: 0;
    padding-right: 0;
}
.row {
    padding-left: 15px;
    padding-right: 15px;
}
[class*='column-flex'] {
    -ms-flex: 0 1 auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 41.250em) {
	.column-flex-mob-4 {
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		width: 33.33333%;
		max-width: 33.33333%}
}

@media only screen and (max-width: 41.249em) {

	.row-flex-mob {
		 -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        -webkit-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center
		display: -ms-flexbox;
		display: -webkit-flexbox;
		display: -webkit-box;
		display: flex;
	}
	.row-flex-mob-vertical-uncenter {
		-ms-flex-align: baseline;
		-webkit-flex-align: baseline;
		-webkit-box-align: baseline;
		align-items: baseline;
	}
	.column-flex-mob-1 {
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		width: 8.33333%;
		max-width: 8.33333%}
	.column-flex-mob-2 {
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		width: 16.66667%;
		max-width: 16.66667%}
	.column-flex-mob-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		width: 25%;
		max-width: 25%}
	.column-flex-mob-4 {
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		width: 33.33333%;
		max-width: 33.33333%}
	.column-flex-mob-5 {
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		width: 41.66667%;
		max-width: 41.66667%}
	.column-flex-mob-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		width: 50%;
		max-width: 50%}
	.column-flex-mob-7 {
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		width: 58.33333%;
		max-width: 58.33333%}
	.column-flex-mob-8 {
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		width: 66.66667%;
		max-width: 66.66667%}
	.column-flex-mob-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		width: 75%;
		max-width: 75%}
	.column-flex-mob-10 {
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		width: 83.33333%;
		max-width: 83.33333%}
	.column-flex-mob-11 {
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		width: 91.66667%;
		max-width: 91.66667%}
	.column-flex-mob-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
		max-width: 100%
	}
}

@media only screen and (min-width: 41.250em) {
     .row,
    [class*='row-flex'] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        -webkit-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center
    }
    .row .row [class*='column-flex']:first-child,
    .row [class*='row-flex'] [class*='column-flex']:first-child,
    [class*='row-flex'] .row [class*='column-flex']:first-child,
    [class*='row-flex'] [class*='row-flex'] [class*='column-flex']:first-child {
        padding-right: 15px;
        padding-left: 15px;
    }
 /*   .row .row [class*='column-flex']:last-child,
    .row [class*='row-flex'] [class*='column-flex']:last-child,
    [class*='row-flex'] .row [class*='column-flex']:last-child,
    [class*='row-flex'] [class*='row-flex'] [class*='column-flex']:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }*/
	.row-flex {
		display: -ms-flexbox;
		display: -webkit-flexbox;
		display: -webkit-box;
		display: flex;
	}
	.row-flex-nowrap {
		-ms-flex-wrap: none;
		flex-wrap: nowrap;
	}
	.row-flex-vertical-center {
		-ms-flex-align: center;
		-webkit-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.row-flex-vertical-center [class*="column-flex"] {
		margin-top: 0;
		margin-bottom: 0;
	}
	.row-flex-vertical-uncenter {
		-ms-flex-align: baseline;
		-webkit-flex-align: baseline;
		-webkit-box-align: baseline;
		align-items: baseline;
	}
	.row-flex-horizontal-uncenter {
		-ms-flex-pack: start;
		-webkit-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
	}
	.column-flex-1 {
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		width: 8.33333%;
		max-width: 8.33333%}
	.column-flex-2 {
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		width: 16.66667%;
		max-width: 16.66667%}
	.column-flex-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		width: 25%;
		max-width: 25%}
	.column-flex-4 {
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		width: 33.33333%;
		max-width: 33.33333%}
	.column-flex-5 {
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		width: 41.66667%;
		max-width: 41.66667%}
	.column-flex-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		width: 50%;
		max-width: 50%}
	.column-flex-7 {
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		width: 58.33333%;
		max-width: 58.33333%}
	.column-flex-8 {
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		width: 66.66667%;
		max-width: 66.66667%}
	.column-flex-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		width: 75%;
		max-width: 75%}
	.column-flex-10 {
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		width: 83.33333%;
		max-width: 83.33333%}
	.column-flex-11 {
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		width: 91.66667%;
		max-width: 91.66667%}
	.column-flex-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
		max-width: 100%
	}
}

@media only screen and (min-width: 55.000em) {
    .row-flex-large {
		display: -ms-flexbox;
		display: -webkit-flexbox;
		display: -webkit-box;
		display: flex;
	}
	.row-flex-large-nowrap {
		-ms-flex-wrap: none;
		flex-wrap: nowrap;
	}
	.row-flex-large-vertical-center {
		-ms-flex-align: center;
		-webkit-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.row-flex-large-vertical-center [class*="column-flex"] {
		margin-top: 0;
		margin-bottom: 0;
	}
	.row-flex-large-vertical-uncenter {
		-ms-flex-align: baseline;
		-webkit-flex-align: baseline;
		-webkit-box-align: baseline;
		align-items: baseline;
	}
	.row-flex-large-horizontal-uncenter {
		-ms-flex-pack: start;
		-webkit-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
	}
	.column-flex-large-1 {
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		width: 8.33333%;
		max-width: 8.33333%}
	.column-flex-large-2 {
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		width: 16.66667%;
		max-width: 16.66667%}
	.column-flex-large-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		width: 25%;
		max-width: 25%}
	.column-flex-large-4 {
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		width: 33.33333%;
		max-width: 33.33333%}
	.column-flex-large-5 {
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		width: 41.66667%;
		max-width: 41.66667%}
	.column-flex-large-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		width: 50%;
		max-width: 50%}
	.column-flex-large-7 {
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		width: 58.33333%;
		max-width: 58.33333%}
	.column-flex-large-8 {
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		width: 66.66667%;
		max-width: 66.66667%}
	.column-flex-large-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		width: 75%;
		max-width: 75%}
	.column-flex-large-10 {
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		width: 83.33333%;
		max-width: 83.33333%}
	.column-flex-large-11 {
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		width: 91.66667%;
		max-width: 91.66667%}
	.column-flex-large-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
		max-width: 100%}
	.row .row [class*='column-flex'], .row [class*='row-flex'] [class*='column-flex'], [class*='row-flex'] .row [class*='column-flex'], [class*='row-flex'] [class*='row-flex'] [class*='column-flex'] {
		padding-left: 15px;
		padding-right: 15px;
	}
}





/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}








