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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
.icon {
  background-image: url("../../imgs/sprite.png");
}
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .icon {
    background-image: url("../../imgs/sprite-x2.png");
    background-size: 198px 132px;
  }
}
html,
body {
  min-height: 100%;
  width: 100%;
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #474746;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}
body,
body * {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body.isTouch header {
  position: absolute;
}
a {
  text-decoration: none;
  color: inherit;
}
b {
  font-weight: bold;
}
i {
  font-style: italic;
}
.clear {
  float: none;
  clear: both;
  display: block;
}
.cont {
  width: 1193px;
  padding-left: 5px;
  margin: 0px auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}
.textContent {
  color: #eb6209;
}
.textContent p {
  padding-bottom: 23px;
}
.textContent p span.black,
.textContent p a:hover {
  color: #474746;
}
.textContent a {
  -webkit-transition: color 0.6s ease;
  -moz-transition: color 0.6s ease;
  -ms-transition: color 0.6s ease;
  -o-transition: color 0.6s ease;
  transition: color 0.6s ease;
}
.textContent b,
.textContent strong {
  font-weight: bold;
}
.col {
  width: 391px;
  float: left;
  margin-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col.textContent {
  background-color: #fff;
  padding: 28px 24px;
}
header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 132px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
}
header .headerSection {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.6s ease;
  -moz-transition: -moz-transform 0.6s ease;
  -ms-transition: -ms-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  transition: transform 0.6s ease;
}
header .headerSection ul {
  float: left;
  width: 193px;
  margin-right: 5px;
  position: relative;
}
header .headerSection ul li {
  display: block;
  position: relative;
  float: left;
  width: 193px;
  height: 61px;
  background-color: #edebdd;
  margin-bottom: 5px;
}
header .headerSection ul li.colorMe {
  -webkit-transition: color 0.6s ease, background 0.6s ease;
  -moz-transition: color 0.6s ease, background 0.6s ease;
  -ms-transition: color 0.6s ease, background 0.6s ease;
  -o-transition: color 0.6s ease, background 0.6s ease;
  transition: color 0.6s ease, background 0.6s ease;
}
header .headerSection ul li.colorMe.peach,
header .headerSection ul li.colorMe.peach .subNav li {
  background-color: #f8b77d;
}
header .headerSection ul li.colorMe.red,
header .headerSection ul li.colorMe.red .subNav li {
  background-color: #eb6209;
}
header .headerSection ul li.colorMe.yellow,
header .headerSection ul li.colorMe.yellow .subNav li {
  background-color: #fd0;
}
header .headerSection ul li.colorMe.cyan,
header .headerSection ul li.colorMe.cyan .subNav li {
  background-color: #009fe3;
}
header .headerSection ul li.colorMe.mint,
header .headerSection ul li.colorMe.mint .subNav li {
  background-color: #c0e0cd;
}
header .headerSection ul li.colorMe.green,
header .headerSection ul li.colorMe.green .subNav li {
  background-color: cGreen;
}
header .headerSection ul li.colorMe.brown,
header .headerSection ul li.colorMe.brown .subNav li {
  background-color: #96864d;
  color: #edebdd;
}
header .headerSection ul li.colorMe:not(.hasSubNav):hover {
  color: #fff;
}
header .headerSection ul li#logo {
  background-color: #fff;
  height: 127px;
  background-position: -2px -2px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 193px;
  height: 127px;
}
header .headerSection ul li.secondary {
  font-size: 15px;
}
header .headerSection ul li.secondary a {
  -webkit-transition: color 0.6s ease;
  -moz-transition: color 0.6s ease;
  -ms-transition: color 0.6s ease;
  -o-transition: color 0.6s ease;
  transition: color 0.6s ease;
}
header .headerSection ul li > span,
header .headerSection ul li > a {
  width: 100%;
  height: 100%;
  display: table;
  padding: 7px 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header .headerSection ul li > span > span,
header .headerSection ul li > a > span {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: bottom;
}
header .headerSection ul li > span > span a:hover,
header .headerSection ul li > a > span a:hover {
  color: #eb6209;
}
header .headerSection ul li.hasSubNav {
  cursor: pointer;
}
header .headerSection ul li.hasSubNav .filterTerm {
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease, opacity 0.3s ease;
  -o-transition: -o-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  display: inline-block;
  position: absolute;
  padding-left: 4px;
  margin-top: -1px;
}
header .headerSection ul li.hasSubNav .filterTerm.out {
  opacity: 0;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
header .headerSection ul li.hasSubNav .filterTerm.in {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
header .headerSection ul li.hasSubNav .subNav {
  display: none;
  position: absolute;
  left: 0px;
  top: 66px;
  width: 396px;
  pointer-events: none;
}
header .headerSection ul li.hasSubNav .subNav li {
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  color: #474746;
  opacity: 0;
  border: 5px solid #fff;
  margin: -5px 0px 0px -5px;
  pointer-events: all;
/*&:before, &:after
								content ' '
								display block
								position absolute
								background-color cWhite

							&:before
								left 0px
								top 100%
								width 100%
								height blocMargin

							&:after
								left 100%
								top 0px
								width blocMargin
								height 100%
								padding-bottom blocMargin*/
}
header .headerSection ul li.hasSubNav .subNav li span {
  -webkit-transition: color 0.6s ease;
  -moz-transition: color 0.6s ease;
  -ms-transition: color 0.6s ease;
  -o-transition: color 0.6s ease;
  transition: color 0.6s ease;
}
header .headerSection ul li.hasSubNav .subNav li:hover span {
  color: #fff;
}
header .headerSection ul li.hasSubNav.subNavOpen:not(.subNavClosing) {
  color: #fff;
}
header .headerSection ul li.hasSubNav.subNavOpen .subNav {
  display: block;
}
header .headerSection ul li.hasSubNav.subNavOpen .subNav li.subNavOptionOn {
  opacity: 1;
}
header .headerSection.close {
  -webkit-transform: translateY(-132px);
  -moz-transform: translateY(-132px);
  -ms-transform: translateY(-132px);
  -o-transform: translateY(-132px);
  transform: translateY(-132px);
}
header .headerSection.close ul {
  float: right;
}
body.imageFocus header .headerSection.main {
  -webkit-transform: translateY(-132px);
  -moz-transform: translateY(-132px);
  -ms-transform: translateY(-132px);
  -o-transform: translateY(-132px);
  transform: translateY(-132px);
}
body.imageFocus header .headerSection.close {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#container {
  margin-top: 132px;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#container .page {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#container .page[view="Grid"] {
  position: relative;
  z-index: 1;
}
#container .page[view="Grid"].isBackground {
  overflow: hidden;
  pointer-events: none;
}
#container .page[view="Grid"] .bloc {
  background-color: #edebdd;
  margin-right: 5px;
  margin-bottom: 5px;
  position: absolute;
  left: 5px;
  top: 0px;
  overflow: hidden;
}
#container .page[view="Grid"] .bloc.fadeOut,
#container .page[view="Grid"] .bloc.toFade {
  opacity: 0;
}
#container .page[view="Grid"] .bloc.width-one {
  width: 193px;
}
#container .page[view="Grid"] .bloc.width-two {
  width: 391px;
}
#container .page[view="Grid"] .bloc.width-two:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 193px;
  top: 0px;
  width: 5px;
  height: 100%;
  background-color: #fff;
  z-index: 10;
}
#container .page[view="Grid"] .bloc.height-one {
  height: 193px;
}
#container .page[view="Grid"] .bloc.height-two {
  height: 391px;
}
#container .page[view="Grid"] .bloc.height-two:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0px;
  top: 193px;
  width: 100%;
  height: 5px;
  background-color: #fff;
  z-index: 10;
}
#container .page[view="Grid"] .bloc img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
#container .page[view="Grid"].isAnimating .bloc.animatePos {
  -webkit-transition: -webkit-transform 0.6s ease;
  -moz-transition: -moz-transform 0.6s ease;
  -ms-transition: -ms-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  transition: transform 0.6s ease;
}
#container .page[view="Grid"].isAnimating .bloc.animateFade {
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
#container .page[view="Grid"].isAnimating .bloc.animateFade.animatePos {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#container .page[view="Image"] {
  text-align: center;
}
#container .page[view="Image"] img {
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
#container .page[view="Image"].out img,
#container .page[view="Image"].outout img {
  opacity: 0;
}
#container .page[view="Page"] .col.textContent,
#container .page[view="Page"] .col.textContent > * {
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
#container .page[view="Page"].out .col.textContent > * {
  opacity: 0;
}
#container .page[view="Page"].outout .col.textContent {
  opacity: 0;
}
#container .page[view="News"] {
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
#container .page[view="News"].out,
#container .page[view="News"].outout {
  opacity: 0;
}
#container .page[view="News"] .cont .newsPost:last-child {
  padding-bottom: 32px;
}
#container .page[view="News"] .cont .newsPost .col:first-child {
  line-height: 0px;
}
#container .page[view="News"] .cont .newsPost .col:first-child img {
  width: 100%;
  height: auto;
  padding-top: 32px;
}
#container .page[view="News"] .cont .newsPost .textContent {
  padding-right: 0px;
}
#container .page[view="News"] .cont .newsPost .textContent a {
  font-weight: bold;
}
#container .page[view="News"] .cont .newsPost p:first-child:before {
  margin-right: 6px;
  content: ' ';
  display: inline-block;
}
#container .page[view="News"] .cont .newsPost:nth-child(3n-2) p:first-child:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 7px 12px 7px;
  border-color: transparent transparent #eb6209 transparent;
}
#container .page[view="News"] .cont .newsPost:nth-child(3n-1) p:first-child:before {
  width: 12px;
  height: 12px;
  background-color: #eb6209;
}
#container .page[view="News"] .cont .newsPost:nth-child(3n) p:first-child:before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #eb6209;
}
#container .page[view="News"] .cont .newsPost:nth-child(2n-1) .textContent {
  color: #474746;
}
#container .page[view="News"] .cont .newsPost:nth-child(2n-1):nth-child(3n-2) p:first-child:before {
  border-color: transparent transparent #474746 transparent;
}
#container .page[view="News"] .cont .newsPost:nth-child(2n-1):nth-child(3n-1) p:first-child:before,
#container .page[view="News"] .cont .newsPost:nth-child(2n-1):nth-child(3n) p:first-child:before {
  background-color: #474746;
}
