/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

/*  12 COLUMN : RESPONSIVE GRID SYSTEM  DEVELOPER : DENIS LEBLANC  URL : http://responsive.gs  VERSION : 3.0  LICENSE : GPL & MIT*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.container {
    max-width: 800px;
    margin: 0 auto
}

.clr:after,
.col:after,
.container:after,
.group:after,
.row:after {
    content: "";
    display: table;
    clear: both
}

.row {
    padding-bottom: 0
}

.col {
    display: block;
    float: left;
    width: 100%
}

@media(min-width:768px) {
    .gutters .col {
        margin-left: 2%
    }

    .span_1 {
        width: 8.33333333333%
    }

    .span_2 {
        width: 16.6666666667%
    }

    .span_3 {
        width: 25%
    }

    .span_4 {
        width: 33.3333333333%
    }

    .span_5 {
        width: 41.6666666667%
    }

    .span_6 {
        width: 50%
    }

    .span_7 {
        width: 58.3333333333%
    }

    .span_8 {
        width: 66.6666666667%
    }

    .span_9 {
        width: 75%
    }

    .span_10 {
        width: 83.3333333333%
    }

    .span_11 {
        width: 91.6666666667%
    }

    .span_12 {
        width: 100%
    }

    .gutters .span_1 {
        width: 6.5%
    }

    .gutters .span_2 {
        width: 15%
    }

    .gutters .span_3 {
        width: 23.5%
    }

    .gutters .span_4 {
        width: 32%
    }

    .gutters .span_5 {
        width: 40.5%
    }

    .gutters .span_6 {
        width: 49%
    }

    .gutters .span_7 {
        width: 57.5%
    }

    .gutters .span_8 {
        width: 66%
    }

    .gutters .span_9 {
        width: 74.5%
    }

    .gutters .span_10 {
        width: 83%
    }

    .gutters .span_11 {
        width: 91.5%
    }

    .gutters .span_12 {
        width: 100%
    }
}

/* 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1*/
.container {
    padding: 0 1%
}

.container img {
    max-width: 100%
}

*+.container {
    margin-top: 2em
}

.row:not(:last-child) {
    margin-bottom: 4%
}

.col {
    float: none
}

.col:not(:last-child) {
    margin-bottom: 3%
}

@media(min-width:768px) {
    .container {
        max-width: 1000px;
        margin: auto;
        padding: 0 10px
    }

    *+.container {
        margin-top: 40px
    }

    .col {
        float: left
    }

    .reverse>.col {
        float: right
    }

    .col:not(:last-child) {
        margin-bottom: 0
    }

    .reverse>.col:last-child,
    :not(.reverse)>.col:first-child {
        margin-left: 0
    }

    .col.offset_1 {
        margin-left: 8.33333333333%
    }

    .gutters .col.offset_1 {
        margin-left: 10.5%
    }

    .gutters .col.offset_1:first-child {
        margin-left: 8.5%
    }

    .col.offset_2 {
        margin-left: 16.6666666667%
    }

    .gutters .col.offset_2 {
        margin-left: 19%
    }

    .gutters .col.offset_2:first-child {
        margin-left: 17%
    }

    .col.offset_3 {
        margin-left: 25%
    }

    .gutters .col.offset_3 {
        margin-left: 27.5%
    }

    .gutters .col.offset_3:first-child {
        margin-left: 25.5%
    }

    .col.offset_4 {
        margin-left: 33.3333333333%
    }

    .gutters .col.offset_4 {
        margin-left: 36%
    }

    .gutters .col.offset_4:first-child {
        margin-left: 34%
    }

    .col.offset_5 {
        margin-left: 41.6666666667%
    }

    .gutters .col.offset_5 {
        margin-left: 44.5%
    }

    .gutters .col.offset_5:first-child {
        margin-left: 42.5%
    }

    .col.offset_6 {
        margin-left: 50%
    }

    .gutters .col.offset_6 {
        margin-left: 53%
    }

    .gutters .col.offset_6:first-child {
        margin-left: 51%
    }

    .col.offset_7 {
        margin-left: 58.3333333333%
    }

    .gutters .col.offset_7 {
        margin-left: 61.5%
    }

    .gutters .col.offset_7:first-child {
        margin-left: 59.5%
    }

    .col.offset_8 {
        margin-left: 66.6666666667%
    }

    .gutters .col.offset_8 {
        margin-left: 70%
    }

    .gutters .col.offset_8:first-child {
        margin-left: 68%
    }

    .col.offset_9 {
        margin-left: 75%
    }

    .gutters .col.offset_9 {
        margin-left: 78.5%
    }

    .gutters .col.offset_9:first-child {
        margin-left: 76.5%
    }

    .col.offset_10 {
        margin-left: 83.3333333333%
    }

    .gutters .col.offset_10 {
        margin-left: 87%
    }

    .gutters .col.offset_10:first-child {
        margin-left: 85%
    }

    .col.offset_11 {
        margin-left: 91.6666666667%
    }

    .gutters .col.offset_11 {
        margin-left: 95.5%
    }

    .gutters .col.offset_11:first-child {
        margin-left: 93.5%
    }

    .col.offset_12 {
        margin-left: 100%
    }

    :not(.reverse)>.col.break+.col {
        clear: left;
        margin-left: 0
    }

    .reverse>.col.break {
        margin-left: 0
    }

    .reverse>.col.break+.col {
        clear: right;
        margin-right: 0
    }

    .col.break~.col {
        margin-top: 3%
    }
}

@media(min-width :1024px) {
    .container {
        padding: 0
    }
}

/* *  Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    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: 0
}

.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
}

.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
}

/* * Slider */
/* .slick-loading .slick-list{background:#fff url('../images/ajax-loader.gif') center center no-repeat} */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/fonts.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg')
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 18px;
    height: 33px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: 0
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 13px;
    height: 13px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: #fff;
    border-radius: 50%
}

.slick-dots li.slick-active button {
    background: #449096;
    border-radius: 50%
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: 0
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}