/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }
  .mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after,
  .mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after,
  .mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after,
  .mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* MediaElement.js, (c) 2010-2014 John Dyer, MIT license */
.mejs-offscreen{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:polygon(0 0,0 0,0 0,0 0);position:absolute!important;height:1px;width:1px;overflow:hidden}.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.mejs-audio{margin-top:18px}.mejs-container:focus{outline:none}.me-plugin{position:absolute}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%}.mejs-clear{clear:both}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}:root .mejs-poster img{display:none}.mejs-poster img{border:0;padding:0;border:0}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url(../../assets/jquery/mediaelement/2.21.2/images/bigplay.svg) no-repeat}.no-svg .mejs-overlay-button{background-image:url(../../assets/jquery/mediaelement/2.21.2/images/bigplay.png)}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(0,0,0,.9);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.9)),to(rgba(0,0,0,.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-moz-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-o-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-ms-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:linear-gradient(rgba(50,50,50,.9),rgba(0,0,0,.9))}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:url(../../assets/jquery/mediaelement/2.21.2/images/loading.gif) 50% 50% no-repeat}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(0,0,0,.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));height:30px;width:100%}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:url(../../assets/jquery/mediaelement/2.21.2/images/controls.svg) no-repeat}.no-svg .mejs-controls .mejs-button button{background-image:url(../../assets/jquery/mediaelement/2.21.2/images/controls.png)}.mejs-controls .mejs-button button:focus{outline:dotted 1px #999}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:10px 3px 0 3px;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.mejs-container .mejs-controls .mejs-time a{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto}.mejs-controls .mejs-play button{background-position:0 0}.mejs-controls .mejs-pause button{background-position:0 -16px}.mejs-controls .mejs-stop button{background-position:-112px 0}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px}.mejs-controls .mejs-time-rail span,.mejs-controls .mejs-time-rail a{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite}@-webkit-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@-moz-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@-ms-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@-o-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(44,124,145,.8)),to(rgba(78,183,212,.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-moz-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-o-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-ms-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:linear-gradient(rgba(44,124,145,.8),rgba(78,183,212,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px}.mejs-controls .mejs-mute button{background-position:-16px -16px}.mejs-controls .mejs-unmute button{background-position:-16px 0}.mejs-controls .mejs-volume-button{position:relative}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.5);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.9);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0}.mejs-controls a.mejs-horizontal-volume-slider{height:26px;width:56px;position:relative;display:block;float:left;vertical-align:middle}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-51px;width:85px;height:100px;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:10px 10px 0 10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-captions-button:hover .mejs-captions-selector{visibility:visible}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:55px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:none}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(102,102,102,.7)),to(rgba(50,50,50,.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-moz-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-o-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-ms-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:linear-gradient(rgba(102,102,102,.7),rgba(50,50,50,.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232)}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:700;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:20px;font-size:16px;color:#fff}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text{padding:3px 5px;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(20,20,20,.5);white-space:pre-wrap}.me-cannotplay a{color:#fff;font-weight:700}.me-cannotplay span{padding:15px;display:block}.mejs-controls .mejs-loop-off button{background-position:-64px -16px}.mejs-controls .mejs-loop-on button{background-position:-64px 0}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2c7c91;color:#fff}.mejs-controls .mejs-sourcechooser-button{position:relative}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);z-index:1000;overflow:hidden}.mejs-postroll-layer-content{width:100%;height:100%}.mejs-postroll-close{position:absolute;right:0;top:0;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);color:#fff;padding:4px;z-index:100;cursor:pointer}div.mejs-speed-button{width:46px!important;position:relative}.mejs-controls .mejs-button.mejs-speed-button button{background:0 0;width:36px;font-size:11px;line-height:normal;color:#fff}.mejs-controls .mejs-speed-button .mejs-speed-selector{display:none;position:absolute;top:-100px;left:-10px;width:60px;height:100px;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:0;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector{display:block}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected{color:#21f8f8}.mejs-controls .mejs-speed-button .mejs-speed-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li{margin:0 0 6px 0;padding:0 10px;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;display:none}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label{width:60px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:11.5px;color:#fff;margin-left:5px;cursor:pointer}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover{background-color:#c8c8c8!important;background-color:rgba(255,255,255,.4)!important}.mejs-controls .mejs-button.mejs-jump-forward-button{background:url(../../assets/jquery/mediaelement/2.21.2/images/jumpforward.png) no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-jump-forward-button button{background:0 0;font-size:9px;line-height:normal;color:#fff}.mejs-controls .mejs-button.mejs-skip-back-button{background:url(../../assets/jquery/mediaelement/2.21.2/images/skipback.png) no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-skip-back-button button{background:0 0;font-size:9px;line-height:normal;color:#fff}
/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2015 Leo Feyer
 *
 * @license LGPL-3.0+
 */

table.sortable thead th {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/default.gif");
	background-repeat:no-repeat;
	background-position:center right;
}
table.sortable thead th.headerSortDown {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/asc.gif");
}
table.sortable thead th.headerSortUp {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/desc.gif");
}

/* Chosen by Patrick Filler, Jules Janssen, Jonnathan Soares, MIT-style license */
select.chzn-select{visibility:hidden;height:28px!important;min-height:28px!important}.chzn-container{font-size:13px;position:relative;display:inline-block;zoom:1;*display:inline;margin:1px 0;background-color:#fff}.chzn-container .chzn-drop{background:#fff;border:1px solid #aaa;border-top:0;position:absolute;top:29px;left:0;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);-moz-box-shadow:0 4px 5px rgba(0,0,0,.15);-o-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);z-index:999;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.chzn-container-single .chzn-single{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #aaa;display:block;overflow:hidden;white-space:nowrap;position:relative;height:20px;line-height:20px;padding:0 3px;color:#555;text-decoration:none}.firefox .chzn-container-single .chzn-single{top:1px}.chzn-container-single .chzn-single>span{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-family:"Trebuchet MS",Verdana,sans-serif;font-size:12px}.chzn-container-single .chzn-single div{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#ccc;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(.6,#eee));background-image:-webkit-linear-gradient(center bottom,#ccc 0%,#eee 60%);background-image:-moz-linear-gradient(center bottom,#ccc 0%,#eee 60%);background-image:-o-linear-gradient(bottom,#ccc 0%,#eee 60%);background-image:-ms-linear-gradient(top,#ccc 0%,#eee 60%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee', GradientType=0);background-image:linear-gradient(top,#ccc 0%,#eee 60%);border-left:1px solid #aaa;position:absolute;right:0;top:0;display:block;height:100%;width:15px}.chzn-container-single .chzn-single div b{background:url(../../assets/mootools/chosen/chosen-sprite.png) no-repeat -1px -2px;display:block;width:100%;height:100%}.chzn-container-single .chzn-search{padding:3px 4px;margin:0;white-space:nowrap}.chzn-container-single .chzn-search input{background:#fff url(../../assets/mootools/chosen/chosen-sprite.png) no-repeat 100% -20px;background:url(../../assets/mootools/chosen/chosen-sprite.png) no-repeat 100% -20px,-webkit-gradient(linear,left bottom,left top,color-stop(.85,#fff),color-stop(.99,#eee));background:url(../../assets/mootools/chosen/chosen-sprite.png) no-repeat 100% -20px,-webkit-linear-gradient(center bottom,white 85%,#eee 99%);background:url(../../assets/mootools/chosen/chosen-sprite.png) no-repeat 100% -20px,-moz-linear-gradient(center bottom,white 85%,#eee 99%);background:url(../../assets/mootools/chosen/chosen-sprite.png) no-repeat 100% -20px,-o-linear-gradient(bottom,#fff 85%,#eee 99%);background:url(../../assets/mootools/chosen/chosen-sprite.png) no-repeat 100% -20px,-ms-linear-gradient(top,#fff 85%,#eee 99%);background:url(../../assets/mootools/chosen/chosen-sprite.png) no-repeat 100% -20px,linear-gradient(top,#fff 85%,#eee 99%);margin:1px 0;padding:4px 20px 4px 5px;outline:0;border:1px solid #aaa;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.chzn-container-single .chzn-drop{-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.chzn-container-multi .chzn-choices{background-color:#fff;border:1px solid #aaa;margin:0;padding:0;cursor:text;overflow:hidden;height:auto!important;height:1%;position:relative;max-height:102px;padding:1px 0;overflow-x:hidden;overflow-y:auto;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.chzn-container-multi .chzn-choices li{float:left;list-style:none}.chzn-container-multi .chzn-choices .search-field{white-space:nowrap;margin:0;padding:0}.chzn-container-multi .chzn-choices .search-field input{color:#666;background:0 0!important;border:0!important;padding:5px;margin:1px 0;outline:0;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none}.chzn-container-multi .chzn-choices .search-field .default{color:#999}.chzn-container-multi .chzn-choices .search-choice{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#e4e4e4),color-stop(.7,#eee));background-image:-webkit-linear-gradient(center bottom,#e4e4e4 0%,#eee 70%);background-image:-moz-linear-gradient(center bottom,#e4e4e4 0%,#eee 70%);background-image:-o-linear-gradient(bottom,#e4e4e4 0%,#eee 70%);background-image:-ms-linear-gradient(top,#e4e4e4 0%,#eee 70%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#eeeeee',GradientType=0 );background-image:linear-gradient(top,#e4e4e4 0%,#eee 70%);color:#333;border:1px solid #b4b4b4;line-height:13px;padding:3px 19px 3px 6px;margin:2px 0 2px 5px;position:relative;top:1px}.chzn-container-multi .chzn-choices .search-choice span{cursor:default}.chzn-container-multi .chzn-choices .search-choice-focus{background:#d4d4d4}.chzn-container-multi .chzn-choices .search-choice .search-choice-close{display:block;position:absolute;right:5px;top:6px;width:8px;height:9px;font-size:1px;background:url(../../assets/mootools/chosen/chosen-sprite.png) right top no-repeat}.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover{background-position:right -9px}.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close{background-position:right -9px}.chzn-container .chzn-results{margin:0 4px 4px 0;max-height:192px;padding:0 0 0 4px;position:relative;overflow-x:hidden;overflow-y:auto}.chzn-container-multi .chzn-results{margin:0;padding:0}.chzn-container .chzn-results li{line-height:13px;padding:1px 7px 2px;margin:0;list-style:none}.chzn-container .chzn-results .active-result{cursor:pointer}.chzn-container .chzn-results .highlighted{background:#3875d7;color:#fff}.chzn-container .chzn-results li em{font-style:normal}.chzn-container .chzn-results .highlighted em{background:0 0}.chzn-container .chzn-results .no-results{background:#f4f4f4}.chzn-container .chzn-results .group-result{cursor:default;color:#999;font-weight:700}.chzn-container .chzn-results .group-option{padding-left:20px;white-space:nowrap}.chzn-container-multi .chzn-drop .result-selected{display:none}.chzn-container-active .chzn-single{background-color:#ebfdd7}.chzn-container-active .chzn-single-with-drop{border:1px solid #aaa;-webkit-box-shadow:0 1px 0 #fff inset;-moz-box-shadow:0 1px 0 #fff inset;-o-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.chzn-container-active .chzn-single-with-drop div{background:0 0;border-left:none}.chzn-container-active .chzn-single-with-drop div b{background-position:-19px -1px}.chzn-container-active .chzn-choices{-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.chzn-container-active .chzn-choices .search-field input{color:#111!important}.chzn-rtl{direction:rtl;text-align:right}.chzn-rtl .chzn-single{padding-left:0;padding-right:8px}.chzn-rtl .chzn-single span{margin-left:26px;margin-right:0}.chzn-rtl .chzn-single div{left:0;right:auto;border-left:none;border-right:1px solid #aaa;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.chzn-rtl .chzn-choices li{float:right}.chzn-rtl .chzn-choices .search-choice{padding:3px 6px 3px 19px;margin:3px 5px 3px 0}.chzn-rtl .chzn-choices .search-choice .search-choice-close{left:5px;right:auto;background-position:right top}.chzn-rtl.chzn-container-single .chzn-results{margin-left:4px;margin-right:0;padding-left:0;padding-right:4px}.chzn-rtl .chzn-results .group-option{padding-left:0;padding-right:20px}.chzn-rtl.chzn-container-active .chzn-single-with-drop div{border-right:none}.chzn-rtl .chzn-search input{background:url(../../assets/mootools/chosen/chosen-sprite.png) no-repeat -38px -20px,#fff;background:url(../../assets/mootools/chosen/chosen-sprite.png) no-repeat -38px -20px,-webkit-gradient(linear,left bottom,left top,color-stop(.85,#fff),color-stop(.99,#eee));background:url(../../assets/mootools/chosen/chosen-sprite.png) no-repeat -38px -20px,-webkit-linear-gradient(center bottom,white 85%,#eee 99%);background:url(../../assets/mootools/chosen/chosen-sprite.png) no-repeat -38px -20px,-moz-linear-gradient(center bottom,white 85%,#eee 99%);background:url(../../assets/mootools/chosen/chosen-sprite.png) no-repeat -38px -20px,-o-linear-gradient(bottom,#fff 85%,#eee 99%);background:url(../../assets/mootools/chosen/chosen-sprite.png) no-repeat -38px -20px,-ms-linear-gradient(top,#fff 85%,#eee 99%);background:url(../../assets/mootools/chosen/chosen-sprite.png) no-repeat -38px -20px,-ms-linear-gradient(top,#fff 85%,#eee 99%);background:url(../../assets/mootools/chosen/chosen-sprite.png) no-repeat -38px -20px,linear-gradient(top,#fff 85%,#eee 99%);padding:4px 5px 4px 20px}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
.styled_select{display:inline;margin-top:1px;position:absolute;background:#fff;border:1px solid #aaa;border-radius:3px;padding:0 !important;font-family:"Trebuchet MS",Verdana,sans-serif;font-size:12px;text-align:left;line-height:20px;white-space:nowrap;overflow:hidden;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.styled_select.focused{background-color:#ebfdd7}.webkit .styled_select.focused{outline-offset:-2px;outline:auto 5px -webkit-focus-ring-color}.styled_select.disabled{color:#bbb;background-color:#f9f9f9;border:1px solid #c8c8c8}.tl_subpanel .styled_select{font-size:11px;line-height:18px}.styled_select span{padding:0 3px}.styled_select b{display:block;width:15px;height:100%;position:absolute;top:0;right:0;border-left:1px solid #aaa;background:#eee;background-image:-moz-linear-gradient(bottom,#ccc 0,#eee 60%);background-image:-webkit-linear-gradient(bottom,#ccc 0,#eee 60%);background-image:-o-linear-gradient(bottom,#ccc 0,#eee 60%);background-image:-ms-linear-gradient(bottom,#ccc 0,#eee 60%);background-image:linear-gradient(bottom,#ccc 0,#eee 60%)}.styled_select b i{display:block;width:100%;height:100%;background:url("../../assets/mootools/stylect/images/select.gif") center center no-repeat}
/* mediaboxAdvanced v1.4.6, (c) 2007-2010 John Einselen <http://iaian7.com>, MIT-style license */
#mbOverlay{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background-color:#000;cursor:pointer}#mbOverlay.mbOverlayFF{background:transparent url("../../assets/mootools/mediabox/1.4.6/images/80.png") repeat}#mbOverlay.mbOverlayIE{position:absolute}#mbCenter{position:absolute;z-index:9999;left:50%;overflow:hidden;background-color:#000;-webkit-border-radius:10px;-khtml-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-shadow:0 5px 20px rgba(0,0,0,0.50);-khtml-box-shadow:0 5px 20px rgba(0,0,0,0.50);-moz-box-shadow:0 5px 20px rgba(0,0,0,0.50);box-shadow:0 5px 20px rgba(0,0,0,0.50);-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";filter:progid:DXImageTransform.Microsoft.Shadow(Strength=5,Direction=180,Color='#000000')}#mbCenter.mbLoading{background:#000 url("../../assets/mootools/mediabox/1.4.6/images/loading.gif") no-repeat center;-webkit-box-shadow:none;-khtml-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#mbImage{position:relative;left:0;top:0;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:left;background-position:center center;background-repeat:no-repeat;padding:10px}#mbBottom{min-height:20px;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#999;text-align:left;padding:0 10px 10px}#mbTitle,#mbPrevLink,#mbNextLink,#mbCloseLink{display:inline;color:#fff;font-weight:bold;line-height:20px;font-size:12px}#mbNumber{display:inline;color:#999;line-height:14px;font-size:10px;margin:auto 10px}#mbCaption{display:block;color:#999;line-height:14px;font-size:10px}#mbPrevLink,#mbNextLink,#mbCloseLink{float:right;outline:0;margin:0 0 0 10px;font-weight:normal}#mbPrevLink b,#mbNextLink b,#mbCloseLink b{color:#eee;font-weight:bold;text-decoration:underline}#mbPrevLink big,#mbNextLink big,#mbCloseLink big{color:#eee;font-size:16px;line-height:14px;font-weight:bold}#mbBottom a,#mbBottom a:link,#mbBottom a:visited{text-decoration:none;color:#ddd}#mbBottom a:hover,#mbBottom a:active{text-decoration:underline;color:#fff}#mbError{position:relative;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:center;border:10px solid #700;padding:10px 10px 10px;margin:20px;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#mbError a,#mbError a:link,#mbError a:visited,#mbError a:hover,#mbError a:active{color:#d00;font-weight:bold;text-decoration:underline}
/* Slimbox v1.8, (c) 2007-2009 Christophe Beyls <http://www.digitalia.be>, MIT-style license */
#lbOverlay{position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:#000;cursor:pointer}#lbCenter,#lbBottomContainer{position:absolute;z-index:9999;overflow:hidden;background-color:#fff}.lbLoading{background:#fff url("../../assets/mootools/slimbox/1.8/images/loading.gif") no-repeat center}#lbImage{position:absolute;left:0;top:0;border:10px solid #fff;background-repeat:no-repeat}#lbPrevLink,#lbNextLink{display:block;position:absolute;top:0;width:50%;outline:0}#lbPrevLink{left:0}#lbPrevLink:hover{background:transparent url("../../assets/mootools/slimbox/1.8/images/prevlabel.gif") no-repeat 0 15%}#lbNextLink{right:0}#lbNextLink:hover{background:transparent url("../../assets/mootools/slimbox/1.8/images/nextlabel.gif") no-repeat 100% 15%}#lbBottom{font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;font-size:10px;color:#666;line-height:1.4em;text-align:left;border:10px solid #fff;border-top-style:none}#lbCloseLink{display:block;float:right;width:66px;height:22px;background:transparent url("../../assets/mootools/slimbox/1.8/images/closelabel.gif") no-repeat center;margin:5px 0;outline:0}#lbCaption,#lbNumber{margin-right:71px}#lbCaption{font-weight:bold}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
table.sortable thead th{background-image:url("../../assets/mootools/tablesort/images/default.gif");background-repeat:no-repeat;background-position:center right}table.sortable thead th a.pointer{display:block;margin-right:9px;cursor:pointer}table.sortable thead th.unsortable{background-image:none}table.sortable thead th.asc{background-image:url("../../assets/mootools/tablesort/images/asc.gif")}table.sortable thead th.desc{background-image:url("../../assets/mootools/tablesort/images/desc.gif")}

*{
    margin:0;
    padding:0;
}

.invisible  {
    display:none;
}


body{
	background-color: #fff;
	font-family: 'Fjalla One', sans-serif;
	-webkit-font-smoothing: antialiased;
}


#wrap {
margin: auto;
width: 100%;
}

#wrapper {
margin: auto;
width: 100%;
}

#content {
padding: 0px;
}


/***************** HEADER ********************/

header {
width:100%;
height:113px;
position:absolute;
z-index:10000;
background: url("../../files/theme/images/design/fondnav.png") center top repeat;
	border-top: 19px solid #fff;
 }

 .page_2 header  {
 }

 #header .inside{

  width: 960px;
  margin:auto;
}

#logo img {
}

#logo {
	float:left;
}
/***
.page_3 #logo {
	margin-top: 16px;
}***/

.phonetop {
	float:right;

}


.phonetop a{
	float:right;
	background-image:url("../../files/theme/images/design/phonetop.png");
	width:193px;
	height:46px;
	margin-top:0;
	text-indent:-3000px;

}

/***************** NEWSLETTER ********************/

.mod_subscribe {
	float:left;
	width:268px;
	height:36px;
	margin:15px 0 35px 0;
	background-color:#d7cebe;
}

/***************** RESEAUX SOCIAUX ********************/

.social {
	float:right;
	width:268px;
	height:36px;
	margin:15px 0 35px 15px;
	background-color:#d7cebe;
}

.social img:first-child {
	margin-left:15px;
}

.social ul li {
	float:left;
	list-style:none;
	 width:32px;
}

.social ul{
padding-left: 0px;
float:right;
width:150px;
}

.social ul li a {
  background-position:5px 0;
  background-repeat:no-repeat;
  display:block;
  height:36px;
  text-indent:-9999em;
  width:32px;
  float:left;
}

.social ul li:first-child a {
  background-image:url("../../files/theme/images/design/rss.png");
}

.social ul li:nth-child(2) a {
  background-image:url("../../files/theme/images/design/facebook.png");
}

.social ul li:nth-child(3) a {
  background-image:url("../../files/theme/images/design/googleplus.png");
}

.social ul li:nth-child(4) a {
  background-image:url("../../files/theme/images/design/twitter.png");
}

.social ul li a:hover {
  -webkit-transition: all 200ms ease-in-out 0s;
  -moz-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
  background-color:#5A4218;

}



/***************** NAVIGATION***********/

nav {
font: 19px/19px "Fjalla One",sans-serif;
text-transform:uppercase;
float:left;
margin-left:45px;
margin-top: 29px;
 }

nav a {
color: #fff;
}

 nav ul {
    list-style:none;
    margin:0px auto;
    text-align: center;
    width: 100%;
}

header nav .level_1>li.submenu a, header nav .level_1>li.submenu > span {
    padding-bottom:20px;
}

header nav .level_1>li.submenu {
	margin-bottom:0px!important;
}

header nav .level_2 li a{
	padding-bottom:10px!important;
}

nav ul li {
    float:left;
	margin:20px 10px;
}

nav .level_1 > .first {


}

nav ul li a, nav ul li span {
    text-decoration:none;
    display:block;
    color:#fff;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.2s;
    -moz-transition-property: all;
	-moz-transition-duration: 0.2s;
	transition-property: all;
	transition-duration: 0.2s;
	padding:0px 2px;
	text-align: left;
	height:20px;

}


nav ul li a:hover {
    color:#deb331;

}

nav ul li.active {
    color:#fac340;
	padding:0px 6px;
	border-bottom: #fff solid 3px;

}

nav li ul {
    margin-left: -1000em;
    margin-top: 2.5em;
    position: absolute;
    width: 10em;
}

nav li:hover ul{	margin-left: 0; }

nav li li a {
	background-color:#84beea;
    font-size: 12px;
    text-align: left;
    text-transform: none;
	width:200px;
	padding:8px 0 8px 10px;
	margin:0;
}

nav li li a:hover {

}

nav ul li ul li a{
	color:fff;
	text-transform:uppercase;
	font: 16px/16px 'Fjalla One', sans-serif;

}

nav ul li ul li a:hover{
	background-color:#deb331;
	color:#fff;
}

nav ul li ul li {
	padding:0;
	margin:0;
	border-bottom: 3px solid #fff;
}

ul.level_2 {
	margin-top:0;


}

ul.level_2 li.active  {
    color:#fff;
	width:200px;
	padding:11px 0 10px 10px;
	text-align:left;
	background-color:#ec9f2c;
	font: 16px/16px 'Fjalla One', sans-serif;
}

ul.level_2  .active {
    color:#fff;
	width:200px;
}

/***************** NAVIGATION REPONSIVE ***********/


.mm-menu .level_1 > .first {
    margin-left:0!important;
}

.mm-menu li {
   float:inherit!important;
}

.mm-menu li a{
   text-align:left!important;
}

.mm-menu li ul {
   position:relative!important;
   width:100%!important;
}

.mm-menu ul {
   text-align:left!important;
}


.mm-menu ul li ul li {
   border-bottom:inherit!important;
}

 .mm-menu li li a {
    background-color:transparent!important;
}

/***************** NAVIGATION COLONNE ***********/



#main .mod_navigation {

background:none!important;
width:100%;
margin-bottom:50px;
margin-top:-30px;
}

#main .mod_navigation ul {
/*border-bottom:1px solid #999;*/
margin:auto;
width:76%;
}

#main .mod_navigation li {

list-style-type:none;
padding: 10px;
border-right: 1px solid #999;
}

#main .mod_navigation li:last-child {
    border-right: none;
}

#main .mod_navigation li:first-child span:before {
content: "";
background: url("../../files/theme/images/design/musculation-icone.gif") no-repeat 0px 0px;
padding: 8px 23px 5px 26px;
}

#main .mod_navigation li:nth-child(2) span:before {
content: "";
background: url("../../files/theme/images/design/cardio-icone.gif") no-repeat 0px 0px;
padding: 8px 23px 5px 26px;
}

#main .mod_navigation li:nth-child(3) span:before {
content: "";
background: url("../../files/theme/images/design/cours-icone.gif") no-repeat 0px 0px;
padding: 8px 23px 5px 26px;
}

#main .mod_navigation li:nth-child(4) span:before {
content: "";
background: url("../../files/theme/images/design/submenuplus.gif") no-repeat 0px 0px;
padding: 8px 23px 5px 26px;
}

#main .mod_navigation li:first-child span, #main .mod_navigation li:nth-child(2) span, #main .mod_navigation li:nth-child(3) span {
color:#f4c947!important
}

#main .mod_navigation li:nth-child(1) a:before {
content: "";
background: url("../../files/theme/images/design/musculation-icone.gif") no-repeat 0px -33px;
padding: 8px 23px 5px 26px;
}

#main .mod_navigation li:nth-child(2) a:before {
content: "";
background: url("../../files/theme/images/design/cardio-icone.gif") no-repeat 0px -33px;
padding: 8px 23px 5px 26px;
}

#main .mod_navigation li:nth-child(3) a:before {
content: "";
background: url("../../files/theme/images/design/cours-icone.gif") no-repeat 0px -33px;
padding: 8px 23px 5px 26px;
}

#main .mod_navigation li:nth-child(4) a:before {
content: "";
background: url("../../files/theme/images/design/submenuplus.gif") no-repeat 0px -33px;
padding: 8px 23px 5px 26px;
}

#main .mod_navigation li a:hover:before {
background-position:0px 0px;
}

#main .mod_navigation li a:hover {
color:#f4c947!important
}

#main .mod_navigation li a:before {
  -webkit-transition: all 200ms ease-in-out 0s;
  -moz-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
}
/***************** FIL D'ARIANE ***********/

.page_3 .mod_breadcrumb, .page_13 .mod_breadcrumb, .page_14 .mod_breadcrumb, .page_15 .mod_breadcrumb, .page_16 .mod_breadcrumb, .page_29 .mod_breadcrumb {
    display:none;
}

.mod_breadcrumb a:first-child {
    color:#fff;
	font: 13px/22px 'Fjalla One', sans-serif;
	text-decoration:none;
	padding:0px 20px 6px 6px;
}

/***.mod_breadcrumb li:first-child a {
	background: url("../../files/theme/images/design/home.gif") no-repeat center center;
	width:100%;
	text-indent:-3000px;
	display : inline-block;
	width:45px;
}***/

.mod_breadcrumb a {
	text-decoration:none;
	color:#888882!important;
	border-right:1px solid #ccc;

}

.mod_breadcrumb li {
    list-style-type:none!important;
	float:left;
	color:#888882!important;
	font: 13px/22px 'Fjalla One', sans-serif!important;
	font-weight:200;
	padding:6px;
	margin-top: 9px !important;
}

.mod_breadcrumb .active {
    margin-top:9px!important;
}

.mod_breadcrumb li:last-child {
	border-right:0px!important;
}


.mod_breadcrumb {
    border-bottom:1px solid #ccc;
	padding-bottom:25px;
	margin-bottom:40px;
}

/***************** TABLEAUX ********************/

#main .ce_text table {
    margin: auto;
    width: 89%;
}

#main .ce_text table tr td:first-child {
	padding:0.7em;
}

#main .ce_text table tr td:first-child {
    background: #4b90c5;
	text-align:left;
	color:#fff;
	width: 19%;
}

#main .ce_text tr:first-child td:nth-child(2), #main .ce_text tr:first-child td:nth-child(3), #main .ce_text tr:first-child td:nth-child(4), #main .ce_text tr:first-child td:nth-child(5)  {
    width:12%;
	color: #FFF;
	background: #4b90c5;
}


#main .ce_text table tr td {
    border:1px solid #fff;
	background-color:#f5f5f5;
	padding-top: 14px;
	text-align:center;
	font: 14px/16px 'Fjalla One', Arial, sans-serif !important;
}

#main .ce_text table tr td:hover {
	background-color:#f79522;
	color: #fff;
}

/***************** MAIN ********************/

#main  {
  margin:auto;
 }

 .page_3 #main #accueil, .page_29 #main #accueil {

 background: url("../../files/theme/images/design/fondmainacc.jpg") center top no-repeat;
 }

#main H1 {
font: 40px/50px 'Fjalla One', sans-serif;
font-weight:700;
color:#3072a4!important;
text-align:center;
text-transform:uppercase;
margin: 87px 0;
}

.page_3 #slid .information, .page_29 #slid .information {
 	text-shadow: 2px 2px #000;
    color: #fff !important;
    font: 400 40px/40px "Fjalla One",sans-serif;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
	padding-top:10px;
    top: 350px;
	width:100%;
 }
 
 .page_3 #slid .information a, .page_29 #slid .information a{
 	font-size: 22px;
    font-weight: bold;
    color: #fff!important;
    background-color: #3072a4;
    text-decoration: none;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 5px;
    transition : all ease 0.5s;
 }
 
  .page_3 #slid .information a:hover, .page_29 #slid .information a:hover{
    background-color: #eaa327;
 }

.page_3 #slid H1, .page_29 #slid H1 {
    color: #4b90c5!important;
    font: 400 40px/40px "Fjalla One",sans-serif;
    text-align: center;
    text-transform: uppercase;
	padding-top:10px;
	margin-bottom:33px!important;
}

 .page_3 h2, .page_29 h2 {
 	color: #3072a4 !important;
	text-align:center;
	margin:40px 0;
    font: 400 34px/40px "Fjalla One",sans-serif;
    text-transform: uppercase;
 }



 #main H2{
color:#eaa327;
font-size:31px;
line-height: 38px;
font-weight:400;
text-transform:uppercase;
margin: 47px 0 16px;
}

.page_27 #main H2, .page_21 #main H2 {
margin-top:0;
}

 .page_24 #main H2{
color:#a3c02f;
}

.page_25 #main H2{
color:#4b90c5;
}

#main H2 a{
  	color:#8e98a3;
	text-decoration:none;
	font-weight:bold;
 }

#main H3{
color: #6dabdb;
font-size:25px;
font-weight:900;
text-transform:uppercase;
text-align:left;
margin:1.1em 0 0.4em 0;
 }

#main H3 a {
color:#A3845E;
text-decoration:none;
 }

#main p, #slide p {
	font: 15px/20px 'Raleway', sans-serif;
	color:#000;
	text-align:justify;
 }
#main p strong, #slide p strong{
	color:#000;
	font-weight:700;
 }

#main p a{
	color:#4b90c5;
	text-decoration:none;
	font: 15px/17px 'Raleway', sans-serif;
	font-weight:bold;
 }

#main p a:hover{
	color:#6dabdb;
 }

#main li {
	list-style-type: disc;
	color:#000;
	font: 15px/20px 'Raleway', sans-serif;
	margin:4px 0px;
 }

#main li p {
	margin:4px 0px;
 }

#main li a {
	color:#4b90c5;
	text-decoration:none;
 }
 #main li a:hover {
	color:#6dabdb;
 }

#main ul, .intro ul {
	margin-left:30px;
	padding:10px;
 }

#main .block{
	overflow:visible;
 }


#main blockquote{
	padding-right:15px;
	padding-bottom:15px;
	margin:2px 0px 20px 20px;
 }

#main blockquote p{
	margin-bottom:0px;
	margin-top:15px;
	font: italic 14px/20px 'Raleway', sans-serif;
 }

/*#main img {
  float:left;
 }*/

#main .ce_text img, #main .ce_image img {
 border-bottom: 9px solid #f79522;
}

.ete .ce_text img, .ete .ce_image img {
 border-bottom: 9px solid #a3c02f;
}
.hiver .ce_text img, .hiver .ce_image img {
 border-bottom: 9px solid #f79522;
}




.intro p{
    font-size: 25px !important;
    font-style: italic !important;
    line-height: 29px !important;
    margin-bottom: 60px;
}

.bot100 {
    margin-bottom:100px;
}

.bot50 {
    margin-bottom:50px;
}

.top100 {
    margin-top:100px;
}
.top0 {
    margin-top:0px!important;
}

.hiver .information {
   font: 400 25px/28px "Fjalla One",sans-serif;
   color:#65abe1;
   margin-bottom:36px;
   float:left;
   clear:both;
}

.hiver blockquote {
 	background:url("../../files/theme/images/design/blockquote.gif") no-repeat scroll center top!important;
    margin-bottom: 90px;
	padding:50px 100px!important;
}

.hiver blockquote p {
    font: 700 27px/38px "Raleway",sans-serif !important;
	font-style:italic;
	color:#ef8b15;
	text-align:center;
}

.hiver #main H3 {
   text-align:left!important;
}


 .float_right {
 margin:0 0 10px 10px;
 }
 .float_left {
 margin:0 10px 10px 0;
 }


/*********** SLIDES ***********/
#slide {
width:100%;
margin: auto auto;
 }


/***

.page_10 #slide {
width:100%;
background: url("../../files/theme/images/slide/chalet.jpg") center top no-repeat;
height:350px;
 }

.page_17 #slide {
width:100%;
background: url("../../files/theme/images/slide/chalet.jpg") center top no-repeat;
height:350px;
 }
 **/

#slide {
width:100%;
height:380px;
 }

 .page_18 #slide,   .page_20 #slide, .page_30 #slide,   .page_34 #slide,   .page_50 #slide,   .page_51 #slide {
background: url("../../files/theme/images/slide/ferme-pralognan-location.jpg") center top no-repeat;
 }

  .page_19 #slide, .page_49 #slide { 
width:100%;
background: url("../../files/theme/images/slide/chalet.jpg") center top no-repeat;
height:350px;
 }

.page_23 #slide, .page_35 #slide{
background: url("../../files/theme/images/slide/pralognan.jpg") center top no-repeat;
}
.page_24 #slide, .page_31 #slide {
background: url("../../files/theme/images/slide/pralognan-ete.jpg") center top no-repeat;
}
.page_25 #slide, .page_32 #slide {
background: url("../../files/theme/images/slide/pralognan-hiver-location.jpg") center top no-repeat;
}
.page_27 #slide, .page_36 #slide {
background: url("../../files/theme/images/slide/fleurs-ressources.jpg") center top no-repeat;
}
.page_4 #slide, .page_6 #slide, .page_14 #slide, .page_38 #slide, .page_39 #slide {
background: url("../../files/theme/images/slide/balade-montagne-pralognan.jpg") center top no-repeat;
 }

.page_21 #slide, .page_40 #slide {
background: url("../../files/theme/images/slide/slide-bergerie.jpg") center top no-repeat;
 }

.page_7 #slide, .page_41 #slide {
height:400px;
 }

.page_3 #slide, .page_29 #slide {
height: inherit !important;
}

 .page_3 #slide .inside, .page_29 #slide .inside {
width:100%;
 }

 .quote{
 position:absolute;
 z-index:1000;
 margin-top:-32px;
 }

  .quote figure{
 width:34px;
 margin:auto;
 }

 .page_3 #slid,  .page_29 #slid {
 margin-top:0!important;
 padding-bottom: 100px;

 }

 .page_3 #container, .page_29 #container {
 margin-left: auto;
  margin-right: auto;
  width: 100%;
    background: url("../../files/theme/images/design/bordureblanche.gif") no-repeat top center #fff;
	float:left;
 }

 #container {
 margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color:#fff;
 }
.page_7 #container, .page_41 #container  {
	margin-top: 100px;
}

.page_2 .custom  {
 margin-left: auto;
 margin-right: auto;
 width: 100%;
 }

  .custom  {

 }

 #photochalets  {
float:left;
background: url("../../files/theme/images/design/quelquephoto.jpg") center top no-repeat;
margin-top:100px;
height: 480px;
 }

  #photochalets H2 {
font: 43px/43px 'Fjalla One', sans-serif;
font-weight:200;
color:#fff !important;
width:100%;
margin:auto;
margin-top:35px;
text-align:center;
 }

   #photochalets H5 {
font: 32px/32px 'Fjalla One', sans-serif;
font-weight:900;
color:#000;
width:100%;
margin-top:8px;
text-align:center;
text-transform:uppercase;
clear:both;
 }

#photochalets figure {
    margin: auto;
    width: 481px;
}


#photochalets .col_1 figure {
    margin-top: 15px;
}

#photochalets .sono figure {
    margin: auto;
    width: 80px;
}
 #photochalets .col-50x50  {
margin-top:25px!important;
 }


.condition p, .condition H3, .condition p strong {
text-align: center !important;
 }


#reservation  {
float:left;
margin-top:100px;
height: auto;
background: url("../../files/theme/images/design/mont.png") center top no-repeat;
background-size: 150px;
 }


#reservation H2 {
font: 19px/26px 'Fjalla One', sans-serif;
font-weight:200;
color:#3072a4!important;
width:100%;
margin:auto;
margin-top:35px;
text-align:center;
padding-top: 35px;
 }

#reservation a {
 	text-align: center;
	background: #84beea;
	font: 19px/26px 'Fjalla One', sans-serif !important;
	font-weight:200;
	color: white !important;
	border: 3px solid #3072a4;
	padding: 8px !important;
	text-transform: uppercase;

 }
  #reservation a:hover {
	background: #3072a4;
	border: 3px solid #84beea;
	transition-duration: 0.5s;

 }
#reservation p {
	text-align: center;
	margin-top: 25px;
}

  /***************** BULLES  *******************/



.col-33x33x33 h4{
    text-transform:uppercase;
	color:#000;
	text-align:center;
	padding:5px;
	margin:0!important;
}


 .bulle1 a, .bulle2 a, .bulle3 a  {
 width: 100%;
 text-indent:-3000px;
 height:89px;
  background-origin:initial;
  background-repeat:no-repeat no-repeat;
  display:block;
  background-attachment:initial;
  background-clip:initial;
  background-color:initial;
  -webkit-transition: all 200ms ease-in-out 0s;
  -moz-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;

 }



  /*** .bulles:hover H4  {
	color:#deb331;
	background-color:#000;
 }**/

.bouton {
    margin-top: -60px;
    width: 100%;
	margin-left:auto;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
    -moz-transition-property: all;
	-moz-transition-duration: 0.5s;
	transition-property: all;
	transition-duration: 0.5s;
}

.bouton a {
	text-decoration: none;
}
 .bulles {
 	width: 96%;

 }

 .bulle1 {
	border-bottom: 30px solid #eaa327;
}
  .bulle1 a {
background: url("../../files/theme/images/design/bulle1.png") no-repeat 0px 0px;
padding-bottom: 117px;
 }





 .chalettitre, .etetitre, .hivertitre {
 	margin: auto;
    width: 167px;
	opacity: 1;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
    -moz-transition-property: all;
	-moz-transition-duration: 0.5s;
	transition-property: all;
	transition-duration: 0.5s;
 }

 .chalettitre h4, .hivertitre h4, .etetitre h4{
 	background: white;
	border:none;
	font: 27px/16px 'Fjalla One', sans-serif;
	padding: 12px;

 }

 .chaletsavoirplus, .etesavoirplus, .hiversavoirplus {
 	margin: auto;
    width: 167px;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
    -moz-transition-property: all;
	-moz-transition-duration: 0.5s;
	transition-property: all;
	transition-duration: 0.5s;
 }

 .chaletsavoirplus h4 {
 	background: #eaa327;
	border:none;
	font: 16px/16px 'Fjalla One', sans-serif;
	padding: 12px;
 }


  .bulle2 {
	border-bottom: 30px solid #a3c02f;
}
   .bulle2 a {
background: url("../../files/theme/images/design/bulle2.png") no-repeat 0px 0px;
padding-bottom: 117px;
 }

 .etesavoirplus h4 {
 	background: #a3c02f;
	border:none;
	font: 16px/16px 'Fjalla One', sans-serif;
	padding: 12px;
 }


  .bulle3 {
	border-bottom: 30px solid #4b90c5;
}
   .bulle3 a {
background: url("../../files/theme/images/design/bulle3.png") no-repeat 0px 0px;
padding-bottom: 117px;
 }


 .hiversavoirplus h4 {
 	background: #4b90c5;
	border:none;
	font: 16px/16px 'Fjalla One', sans-serif;
	padding: 12px;
 }

.bulles:hover > .bouton {
	margin-top: -180px;
}

.bulles:hover > .bouton .chalettitre, .bulles:hover > .bouton .hivertitre, .bulles:hover > .bouton .etetitre {
	opacity: 0;


}
.bulles:hover > .bulle1 a{

}


 /***************** COLUMNS  ********************/

 .ce_colsetPart {
margin:0!important;
 }

/***************** ACTUALITES  ********************/
#actualites .layout_latest  {
	border-top : 1px solid #000;
	margin-bottom:50px;
	padding:20px 0 ;
}


.content-slider {
	border-top : 1px solid #000;
	border-bottom : 1px solid #000;
	padding-bottom: 15px;
}

.slider-control {
    float:inherit!important;
	margin:0!important;
	width:inherit;
	background:none!important;
}

.slider-control .slider-prev {
    right: 25px;
	left:inherit!important;
	width:23px;
	background-repeat: no-repeat !important;
	text-indent:-3000px;
	background-image: url("../../files/theme/images/design/prev.gif");

}

.slider-control .slider-next {
	width:23px;
	text-indent:-3000px;
	background-repeat: no-repeat !important;
	background-image: url("../../files/theme/images/design/next.gif");

}

.layout_latest {
	width:100%;
	height:auto;
	min-height:55px;
	float:left;
}

.layout_latest .more a {
	font-size:15px;
	color:#fff!important;
	background-color: #3072a4;
	text-decoration:none;
	margin-bottom:20px;
	text-transform:uppercase;
	padding:5px;
}

.page_3 .teaser p, .page_29 .teaser p {
	font: 15px/17px 'Raleway', sans-serif!important;
}

.layout_latest img {
	margin: 20px 10px 5px 5px;
}

.layout_latest .teasernews {
	width:100%;
	float:left;

}

.layout_latest .info {
	float:right;
}

.layout_latest .info p {
	margin:0!important;
}


.layout_latest .more {
	float:right;
	text-align:left !important;
}

.layout_latest H2 {
    text-align:left!important;
	line-height: 23px;
}

.page_3 .layout_latest H2, .page_29 .layout_latest H2 {
	margin-top:0.4em!important;
	margin-bottom:0.4em!important;
}

.layout_latest H2 a {
	color:#000 !important;
	font-size:17px!important;
	color:#000!important;
	font-weight:700;
	text-decoration:none;
}

.layout_simple {
	width:450px;
	height:20px;
	background-color:#d7cebe;
	color:#fff;
	text-shadow: 0 1px rgba(181, 181, 181, 100);
	border-top:1px solid #bab1a2;
	border-bottom:1px solid #e2dbce;
	padding:5px;
}

.layout_simple a {
	font-size:16px;
	color:#fff;
	text-decoration:none;
	text-shadow: 0 1px rgba(181, 181, 181, 100);

}
time {
	color:#deb331;
	font-weight:bold;
	font-size:11px;
}

.consult{
float:right;
height:18px;
background-color:#b9a185;
padding-left:12px;
margin-top:-15px;
}

.consult a{
text-decoration:none;
text-transform:uppercase;
color:#fff !important;
font: 10px/10px 'Fjalla One', sans-serif;
padding-top:0;
}
.consult p{
margin:0 !important;
background-color:#a3845e;
height:18px;
font: 10px/18px 'Fjalla One', sans-serif;
}

.consult p:hover{
background-color:#b9a185 !important;
}

/***************** ACTUALITES ARCHIVES ********************/


.mod_newsarchive .teaser{
margin-top:00px;
	height:0px;
}

.mod_newsarchive .info{
float:right;
}

.mod_newsarchive .more{
padding-bottom:30px;
}

/***************** ACCORDEONS ********************/

.ce_accordion {
	margin-bottom:20px;
}


.toggler.active {
  	font: 18px/26px 'Fjalla One', sans-serif;
	color:#fff;
	text-align:left;
	text-decoration:none;
	background-color:#3b8cc2;

}

.toggler {
  	font: 18px/26px 'Fjalla One', sans-serif;
	color:#fff;
	padding:7px;
	text-decoration:none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color:#006aaf;
}

.toggler:before {
	content : url(../../files/theme/images/accordion.png);
	vertical-align:-4px;
	margin-right:5px;
}

.toggler:hover:before {
	content : url(../../files/theme/images/accordionha.png);

}

.toggler.active:before {
	content : url(../../files/theme/images/accordionha.png);

}

.toggler:hover {
	cursor:pointer;
	background-color: #3b8cc2;

}

/***************** GALERIE ********************/

 .ce_gallery {
	float:left;
	border-top:1px solid #CCC;
	padding-top:30px;
}

/***************** BOUTON RETOUR ********************/

.retour, .back {
	clear:both;
	color:#fff;
 	text-decoration:none;
  font: 15px/10px 'Fjalla One', sans-serif!important;
  font-weight: 900;
  padding:10px;
	background-color:#deb331;
	margin-bottom:20px;
  	-webkit-transition-property: all;
	-webkit-transition-duration: 0.6s;
    -moz-transition-property: all;
	-moz-transition-duration: 0.6s;
	transition-property: all;
	transition-duration: 0.6s;
	width:70px;
	float:right;
	text-align: center;
}

.back a {
	color:#fff!important;
	text-decoration:none;
}


/***************** RECHERCHE ********************/

.mod_Recherche H1 {
	display:none;
}

.mod_Recherche {
	padding-top:30px;
	width:700px;
	height:100px;
	margin:auto;
}

.mod_Recherche input:hover {
	background-color:#5A4218;
}

.mod_Recherche submit:hover  {
	background-color:#F9BB4B;
}

 .mod_Recherche input{
	height: 50px;
    width: 554px;
	border:0;
	color:#fff;
	background-color:#D7CEBE;
	text-indent:10px;
	font-size:20px;
	font-weight:900;
	text-transform:uppercase;
	border-radius:40px 0 0 40px ;
	border:3px solid #fff;

}

 .mod_Recherche .submit{
    width: 140px;
	height:56px;
	float:right;
	background: url("../../files/theme/images/design/loupe.png") no-repeat scroll center center #F08C0F;
	margin-top:0;
	display:block;
    border: none;
    cursor: pointer;
    margin-left:0;
    padding: 0;
    text-indent: -3000px;
	border-radius:0 40px 40px 0;
	border:3px solid #fff;
}

 /***************** NEWSLETTER ADHESION ********************/

 .mod_subscribe input{
	height: 20px;
    margin-top: 10px;
    width: 185px;
	border:0;
	color:#fff;
	background-color:transparent;
	text-indent:10px;
	font-size:11px;
	font-weight:900;
}

 .mod_subscribe .submit{
    width: 75px;
	height:36px;
	float:right;
	background: url("../../files/theme/images/design/ok_nl.png") no-repeat scroll center center #5a4218;
	margin-top:0;
	display:block;
    border: none;
    cursor: pointer;
    margin-left:0;
    padding: 0;
    text-indent: -3000px;
}


input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px white inset;
    }

/***************** CONNEXION ********************/

#autologin{
    width:auto;
}

.submit_container .submit {
background-color:#2780ba;
border:none;
cursor:pointer;
color:#fff;
font-size:11px;
margin:10px 0;

}

.mod_login .formbody{
    width:200px;
	margin:auto;
}

 .mod_login H1{
	text-indent:-5000px;
	width: 230px;
	height:79px;
	background: url("../../files/theme/images/top_ae.png") no-repeat scroll left top transparent;

}

/***************** FORMULAIRE RECHERCHE ********************/
 .mod_form {
	background: url("../../files/theme/images/design/fondsearch.gif") no-repeat scroll left top transparent;
    float: right;
    font-size: 11px;
    width: 230px;
	clear:right;
	margin-top:20px;
}

.mod_form input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin-left: 48px;
}

#ctrl_1_submit {
    background: url("../../files/theme/images/design/ok.gif") no-repeat scroll center top transparent;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 26px;
    margin-left:0;
    padding: 0;
    text-indent: -3000px;
    width: 41px;
}


/***************** RIGHT / LEFT ********************/

#right {
width: 230px;
margin-top:150px;
}

#left {
margin-left:0;
}

/***************** FOOTER ********************/

#footer a {
text-decoration:none;
color:#fff;
  }

  #footer a:hover {
text-decoration:none;
color:#5A4218;
  }

#footer {
  width: 100%;
  float:left;
  clear:both;
  margin-bottom:0;
  min-height:137px;
  background: url("../../files/theme/images/design/footer.png") no-repeat 0px 0px;
  height:490px;
  text-transform: uppercase;
}

#footer .inside{
	margin:auto;
	margin-top:400px;

}

#footer .tabularasa{
  float:right;
}

#footer .tabularasa a{
  color:#fff;
  text-decoration:none;
  font: 14px/10px 'Fjalla One', sans-serif;
  padding:15px;
  background-color:#6aacde;
  	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
    -moz-transition-property: all;
	-moz-transition-duration: 1s;
	transition-property: all;
	transition-duration: 0.5s;
	float:right;
}

#footer .tabularasa a:hover{
  background-color:#2876b1;
  color:#fff;

}

#footer .mentions{
  float:right;
  color:#fff;
  font: 11px/20px 'Fjalla One', sans-serif;
  margin-top:-41px;
}

#footer .mentions a{
  color:#fff;
  text-decoration:none;

}

#footer .logofoot {
float:left;
margin-top: -80px;
margin-right:30px;
}



/************** FORMULAIRE *************************/

   .formulaire H1 {
   background: url("../../files/theme/images/mail.png") no-repeat scroll left bottom transparent;
    padding-left: 45px;
	height:30px;
	font: 25px/25px 'Fjalla One', sans-serif;
	color:#025d6b;

  }

   .formulaire {
float:left;
width:734px;
font: 11px/16px 'Fjalla One', sans-serif;
padding-top:20px;
letter-spacing: 0;
color:#221f24;
  }


.formulaire label{
    display: block;
    float: left;
    font-size: 14px;
    margin-top: 10px;
    padding: 5px 5px 3px;
    width: 110px;
	color:#025d6b;
}

.formulaire .formbody{
   border-left:1px solid #006777;
   margin-top:10px;
   padding-left:10px;
}

.formulaire input, textarea, #devis input, select, textarea {
	background-color: #f0ede5;
    margin-top: 10px;

}

.formulaire input:focus, .formulaire textarea:focus{
	background:#ed7132;
	color:#000;
}

.formulaire input:hover, .formulaire textarea:hover{
	background:#da510b;
	color:#000;
}


#ctrl_9_submit, #ctrl_28_submit {
    background-color: #4b90c5 !important;
    color: #000;
    cursor: pointer;
    float: left;
    font: 14px/10px "Monserrat",sans-serif;
    margin-right: 0;
    margin-top: 30px !important;
	text-transform:uppercase;
	font-weight:900;
}

#ctrl_9_submit:hover, #ctrl_28_submit:hover {
    color:#FFFFFF;
}

label.ditesmoitout {
  	float: right;
    margin-right: 275px;
    margin-top: -110px;
}

#ctrl_9, #ctrl_28 {
	border: medium none;
    clear: both;
    color: #000;
    font: 16px/16px "Fjalla One",sans-serif;
    height: 50px;
    padding: 10px;
    width: 100%;
}

#ctrl_9:hover, #ctrl_28:hover {
	color:#FFF;
}

/****************** CONTACT *************************/


.mod_dlh_googlemaps {
width:100%!important;
float:right;
  }

  #dlh_googlemap_1 {
width:100%!important;
  }

.mod_dlh_googlemaps H1{
display:none;
  }

.coord {
float:left;
width:300px;
margin-top:45px;
  }

  .coord p {
padding-left:80px;
  }

  .coord img {
float:left;
margin-left:-80px;
margin-top:-11px;
border-bottom:0px!important;
  }

  .coord .ad {
margin-top:0;
  }

#contact {
float:left;
font: 16px/16px 'Fjalla One', sans-serif;
padding-top:20px;
letter-spacing: 0;
color:#221f24;
margin-bottom:100px;
  }

#contact label{
    display: block;
    float: left;
    font-size: 13px;
    margin-top: 10px;
    padding: 10px 0px 0px 0px;
    width: 190px;
	color:#000;
	text-transform:uppercase;
}


#contact .formbody {
    margin: auto;
}

.ce_form  H1{
    margin: auto;
    clear:both;
}

#contact input {
    background-color: #f0ede5;
    border: medium none;
    color: #000;
    margin-top: 3px;
    padding: 8px 0 8px 8px;
    width: 100%;
}

#contact input:focus, #contact textarea:focus{
	background:#6aacde;
	color:#000;
}

#contact input:hover, #contact textarea:hover{
	background:#4b90c5;
	color:#000;
}

#ctrl_12 {
	border: none;
    color: #3D2716;
    font-size: 100%;
    height: 50px;
    padding: 10px;
    width: 281px;
	color:#808080;
	font: 11px/10px 'Fjalla One', sans-serif;
}

#ctrl_12:hover {
	color:#FFF;
}

#ctrl_12_submit {
    margin-right: 0px;
	font-size:14px;
	font: 14px/10px 'Fjalla One', sans-serif;
	color:#025d6b;
	width:95px;
	height:30px;
	cursor:pointer;
	float:left;
	margin-left:200px;
}


 /*************** JQUERY SLIDERS *****************/

.rsts-slide img, .mod_rocksolid_slider {
	margin: 0px!important;
}

.rsts-caption {
left: 222px;
font: bold 40px/40px 'Fjalla One', sans-serif;
color:#FFF!important;
text-transform:uppercase;
border-radius:0!important;
text-align:center!important;
margin-top: 100px;
width: 1087px !important;
margin-left: 20px !important;
 }

 .rsts-skin-default .rsts-caption {
right: 20px !important;
top:400px!important;
 }
/*
 .rsts-caption:before {
content:"";
width:20px;
background: url("../../files/theme/images/design/captionleft.png") no-repeat scroll left top transparent;
 }

  .rsts-caption:after {
content:"";
width:20px;
background: url("../../files/theme/images/design/captionright.png") no-repeat scroll left top transparent;
 }
 */
 #main .mod_rocksolid_slider{
margin:auto!important;
 }

/*************** CIRCLES *****************/

 .ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

#slide ul {
	margin: 0px!important;
}

.ch-grid li {
	width: 201px;
	height: 201px;
	display: inline-block;
	margin: 18px!important;
}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}

.ch-info-wrap,
.ch-info{
	position: absolute;
	width: 181px;
	height: 181px;
	border-radius: 50%;
}

.ch-info-wrap {
	top: 10px;
	left: 10px;
	background: #F9BB4B;
	box-shadow:
		0 0 0 10px rgba(255,255,255,0.9),
		inset 0 0 3px rgba(115,114, 23, 0.8);

}

.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.ch-info .ch-info-front {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
	opacity: 0;

	background: #F9BB4B;
	pointer-events: none;

	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);

	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
}

.ch-img-1 {
	background-image: url("../../files/theme/images/design/bulle1.png");
}

.ch-img-2 {
	background-image: url("../../files/theme/images/design/bulle2.png");
}

.ch-img-3 {
	background-image: url("../../files/theme/images/design/bulle3.png");
}

.ch-img-4 {
	background-image: url("../../files/theme/images/design/bulle4.png");
}

.ch-info h3 {
	color: #fff;
	font-weight:900;
	letter-spacing: 1px;
	font-size: 20px;
	margin: 30px 15px 0 15px;
	padding: 40px 0 0 0;
	height: 80px;
	font-style:italic;
	line-height:24px;
	text-shadow:
	0 0 1px #fff,
	0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px 0;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #e7615e;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
}

.ch-info:hover {
	color: #fff;
	cursor:pointer;
}

.ch-item:hover .ch-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

	opacity: 0;
}

.ch-item:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

	opacity: 1;
	pointer-events: auto;
}

/***.title {
    height: 145px;
    margin: auto !important;
    padding: 0 !important;
    text-align: center;
    width: 960px;
	float:left;
}

.title li H2 {
    text-align: center !important;
	text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.85);
}

.title li {
    display: inline-block;
    margin: 0px 8px !important;
    width: 220px;
	color:#01717d;
	font: 15px/27px 'Fjalla One', sans-serif;
	font-style:italic;
}
***/
.goutte {
    background: url("../../files/theme/images/design/goutte.png") no-repeat;
	width:55px;
	height:120px;
	position:absolute;
	z-index:10000;
	margin-top:140px;
}

.boutonjaune {
	border:1px solid #e2dfcc;
	border-radius:8px;
	background-color:#fff;
	margin-top:100px;
	text-align:center;
	margin:auto;
	width:350px;
	padding:10px;

}

.boutonjaune a {

	font-style:italic;
	color:#01717d;
	text-decoration:none;
	font-size:17px;
	width:350px;

}

.boutonjaune:hover a {
	color:#fff;

}

.boutonjaune:hover {

	background-color:#01717d;
	border:1px solid #fff;

}

.boutonblanc {
	border:1px solid #e2dfcc;
	border-radius:8px;
	background-color:#e2dfcc;
	margin-top:100px;
	text-align:center;
	margin:auto;
	width:350px;
	padding:10px;
	margin-bottom:80px;

}

.boutonblanc a {

	font-style:italic;
	color:#01717d;
	text-decoration:none;
	font-size:17px;
	width:350px;

}

.boutonblanc:hover a {
	color:#fff;

}

.boutonblanc:hover {

	background-color:#01717d;
	border:1px solid #fff;

}

.service {
    float: left;
    margin: 10px;
    width: 300px;
}

.service:hover H3 {
    color:#F9BB4B!important;
}

.service:hover img {
    opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

.service H3{
    text-align:center;
}

.service img{
    border-radius:15px;
	margin-bottom:15px;
}

.encadre {
    background-color:#deb331;
	padding:10px;
	margin-top:30px;
}

.encadre p{
	text-align:center!important;
	font: 17px/22px 'Fjalla One', sans-serif!important;
}

.preparezsejour {
margin: auto;
width: 336px;
padding-top: 60px;
 }
 .video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}
.video-container iframe, .video-container object, .video-container embed {
    border: 0 none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#abritel {
	margin-top: -10px;
    position: absolute;
    right: -14%;
    width: 133px;
}

.page_3 .boutonindex p, .page_29 .boutonindex p{

	text-align: center !important;
}
.page_3 .boutonindex, .page_29 .boutonindex {
    margin: 50px 0;
}
.page_3 .boutonindex a, .page_29 .boutonindex a{
	background-color: #fff;
	text-align:center;
	color: #000 !important;
	border-bottom:4px solid #3072a4;
	padding:5px 25px !important;
	text-transform:uppercase;
	font: 17px/22px 'Fjalla One', sans-serif!important;
}

.page_3 .boutonindex a:hover, .page_29 .boutonindex a:hover {
	background-color: #3072a4;
	color: #fff !important;
	border-bottom:4px solid #fff;
}

.page_3 .arbres, .page_29 .arbres {
	background-image: url("../../files/theme/images/design/arbres.png");
    height: 175px;
    margin-top: -185px;
    position: absolute;
    width: 100%;
}

.imageh1 {
	background: url("../../files/theme/images/design/mont.png");
background-size:123px;
height: 47px;
margin-top: 100px;
z-index:999;
}

.imageh1 p{
	display: none;
}
.page_3 .imageh1, .page_29 .imageh1 {
	display: none;
}

#accueil .preparezsejour img {
    margin-top: 56px;
}

blockquote {
    background:url("../../files/theme/images/design/blockquote.gif") no-repeat scroll left top;
    font: 18px/20px "Raleway",sans-serif !important;
    margin-bottom: 50px;
    padding-left: 90px;
}

.page_21 .ce_text.block:nth-child(2) {
    margin-bottom: 40px !important;
}

blockquote strong {
    border-left: 3px solid;
    color: #639fcd !important;
    font: 20px/22px "Raleway",sans-serif !important;
    margin-top: 15px;
    padding-left: 15px;
}

.facebookfoot {

}

.instagramfoot {

}
.googlefoot {

}

.socialfoot, .socialfoot div {
float:left;
}
.liensfoot {
float:right;
margin-right:20px;
}
.clevacancesfoot {

}
.pralofoot {

}
.ambiancefoot {

}
.ambiancefoot img, .pralofoot img, .clevacancesfoot img, .savoiemontblanc img, .ancv img, .caisseepargne img {
    height:35px;
}

.ambiancefoot, .pralofoot, .clevacancesfoot, .savoiemontblanc, .ancv, .caisseepargne {
   float:right;
   margin-right:4px;
}
.bt1 {
text-align:center;
}
.contact a, .bt1 button {
	background: #84beea none repeat scroll 0 0;
    border: 3px solid #3072a4;
    color: white !important;
    font: 19px/26px "Fjalla One",sans-serif !important;
    padding: 8px !important;
    text-align: center;
    text-transform: uppercase;
cursor: pointer;
}

.contact {
    padding-top: 30px;
}

.widget .container .header {
    display: none !important;
}

.page_20 .widget .container {
	border: none !important;
}

.planning {
    min-height: 411px;
    width: 100%;
	margin-bottom:100px;
}

.introdome H1 {
    padding-top: 56px!important;
}

.heart li {
	list-style-image: url("../../files/theme/images/design/heart.png");
}
.page_3 #ete p, .page_29 #ete p {
	text-align: center;
}
.page_25 .liens {
	background: url("../../files/theme/images/design/fond-liens.png") no-repeat center left;
	margin-bottom: 70px;
 padding-bottom: 30px;
    padding-top: 32px;
}

.page_24 .liens p {
    background: url("../../files/theme/images/design/liens-ete.png") no-repeat center left;
      padding: 25px 0 27px 25px;
    text-align: center !important;
	font: 19px/26px "Fjalla One",sans-serif !important;
}
.page_24 .liens p:after {
    background: url("../../files/theme/images/design/liens-fin-ete.png") no-repeat center right;
    float: right;
    padding:0 0 68px 0px;
	margin-top: -20px;
    width:30px;
	content: "";
}

.liens p{
text-align: left !important;
padding-left:85px;
}
.liens p a{
font-size: 20px !important;
color: #FFF !important;
}
.pictoequip ul {
	margin-left: 37px !important;
}

.pictoequip ul li:first-child {
list-style-image: url("../../files/theme/images/design/gif/lit.gif");
}

.pictoequip ul li:nth-child(2) {
list-style-image: url("../../files/theme/images/design/gif/balcon.gif");
}

.pictoequip ul li:nth-child(3) {
list-style-image: url("../../files/theme/images/design/gif/tv.gif");
}

.pictoequip ul li:nth-child(4) {
list-style-image: url("../../files/theme/images/design/gif/frigo.gif");
}

.pictoequip ul li:nth-child(5) {
list-style-image: url("../../files/theme/images/design/gif/baignoire.gif");
}

.pictoequip ul li:nth-child(6) {
list-style-image: url("../../files/theme/images/design/gif/linge.gif");
}

.pictoequip ul li:nth-child(7) {
list-style-image: url("../../files/theme/images/design/gif/dog.gif");
}

.pictoequip ul li:nth-child(8) {
list-style-image: url("../../files/theme/images/design/gif/garage.gif");
}

.pictoequip ul li:nth-child(9) {
list-style-image: url("../../files/theme/images/design/gif/accueil.gif");
}

.pictoequip ul li:nth-child(10) {
list-style-image: url("../../files/theme/images/design/gif/mezzanine.gif");
}

.pictoequip ul li:nth-child(11) {
list-style-image: url("../../files/theme/images/design/gif/ski.gif");
}

.pictoequip ul li:nth-child(12) {
list-style-image: url("../../files/theme/images/design/gif/table.gif");
}

.pictoequip ul li:nth-child(13) {
list-style-image: url("../../files/theme/images/design/gif/raclette.gif");
}

.pictoequip ul li:nth-child(14) {
list-style-image: url("../../files/theme/images/design/gif/wifi.gif");
}

header a .en {
    background: url("../../files/theme/images/design/gb.gif") no-repeat scroll 0 0;

    padding-bottom: 4px;
    padding-right: 33px;
    text-indent: -999999px;
}
header a .fr {
    background: url("../../files/theme/images/design/fr.gif") no-repeat scroll 0 0;

    padding-bottom: 4px;
    padding-right: 33px;
    text-indent: -999999px;
}
header li .fr {
    background: url("../../files/theme/images/design/fr.gif") no-repeat scroll 0 0;
    padding-bottom: 4px;
    padding-right: 33px;
    text-indent: -999999px;
}
header li .en {
    background: url("../../files/theme/images/design/gb.gif") no-repeat scroll 0 0;
    padding-bottom: 4px;
    padding-right: 33px;
    text-indent: -999999px;
}

/**
 * Contao Open Source CMS
 *
 * Copyright (C) 2005-2013 Leo Feyer
 *
 * @package Core
 * @link    https://contao.org
 * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */

/**
 * Make the wrapping container 960 pixel wide
 */
#wrapper {
	width:100%;
	margin:0 auto;
}

#container {
	margin:0 auto;
}

/**
 * Set the default margin of the grid columns
 */

.clic  {
	display:none;

}



/**
 * Automatically clear the floats in the main column, so you do not have to add
 * a clearing div to each article
 */
#main .inside {
	overflow:hidden;
}

/**
 * Reduce the overall width and the width of the grid columns if the screen
 * width is less than 980px (e.g. on a portrait tablet)
 */
@media (min-width:768px) and (max-width:979px)
{
	/**
	 * Reduce the overall width TABLETTE
	 */
.chalettitre, .etetitre, .hivertitre {
    width: 155px !important;
}
.chaletsavoirplus, .etesavoirplus, .hiversavoirplus {
    width: 155px !important;
}
	#abritel {
		display: none;
	}
		#right  {
	margin-left:5%;
}

	.imgleft {
display:none;
  }

.rsts-caption {
    margin-left: 5%;
}

	#wrapper {
		width:100%;
	}

	footer .inside {
	width:744px;
	margin:0 auto;
}

	.clic  {
	display:block;
	float:right;
    }

		.clic a {
	display:block;
	margin-right:20px;
	color:#deb331;
	background-color:#4b90c5;
	text-decoration:none;
	font-weight:900;
	font: 30px/30px 'Fjalla One', sans-serif;
	padding:10px;
    }

	.page_3 #chiffres .inside, .page_29 #chiffres .inside {
    margin: auto;
    width: 100% !important;
}

nav {
	position: relative !important;
    top:0 !important;
}

#logo {
    float: left;
	margin-left:20px;
}

header nav > ul > li {
    margin: 0 3px!important;
}

header nav > ul > li:nth-child(1) {
margin-left:50px;
}

header nav  {
display:none;
}

#ctrl_email_38 {
    width: 100px;
}

#menumobile {
    position: absolute !important;
}


#container .inside, footer .inside, #main .inside, #header .inside, .page_3 #chiffres .inside, .page_29 #chiffres .inside{
  width: 100%;
 }

footer .inside, #main .inside, #header .inside {
	margin:0 auto;
}

.page_3 #slide .inside, .page_3 #slider, .page_29 #slide .inside, .page_29 #slider {
	width:100%!important;
}

.page_3 .col_1, .page_3 .col_2, .page_3 .col_3, .page_29 .col_1, .page_29 .col_2, .page_29 .col_3
{
	width:100%!important;
	clear:both;
}

.page_3 #chiffres .col_1, .page_3 #chiffres .col_2, .page_3 #chiffres .col_3, .page_3 #chiffres .col_4, .page_3 #chiffres .col_5, .page_29 #chiffres .col_1, .page_29 #chiffres .col_2, .page_29 #chiffres .col_3, .page_29 #chiffres .col_4, .page_29 #chiffres .col_5
{
	float:left;
	width:33%!important;
	clear:right;
	margin-bottom:40px;
}

#main .mod_navigation ul {
    width: 423px!important;
}

 .subcr .mod_rocksolid_slider {
width:100%!important;
 }

 .col-33x33x33, .col-25x25x25x25 {
    margin:0!important;
}
.page_3 #slid .information, .page_29 #slid .information {
    top: 165px;
}
}

/**
 * Remove all floats and fixed widths if the screen width is less than 768
 * pixel (e.g. on a mobile phone)
 */
 
@media (max-width:500px)
{
	.ce_sliderStart, .page_3 .col-50x50, #slid .col-33x33x33, .page_29 .col-50x50{
		margin-top: 50px;
	}
}

@media (max-width:767px)
{
	/**
	 * Remove the overall width SMARTPHONE
	 */

.page_3 #slid .information, .page_29 #slid .information{
    font: 400 19px/29px "Fjalla One",sans-serif;
    top: 14px;
}
	 header {
	 	height: 81px;
	 }
	#abritel {
		display: none;
	}

	.navbouton  {
  margin-top:20px !important;
  margin-bottom:30px;
}

.hiver blockquote {
    padding: 50px 5% !important;
}

.ce_text p, .subcr, .subcl {
    padding: 8px!important;
}

.chalettitre, .etetitre, .hivertitre {
    width: 127px !important;
}
.chaletsavoirplus, .etesavoirplus, .hiversavoirplus {
    width: 127px !important;
}

#photochalets {
    margin-bottom: 150px;
}

	.imgleft {
display:none;
  }
	#wrapper {
		width:auto;
	}

	.clic  {
	display:block;
	float:right;
    }

	.clic a {
	display:block;
	margin-right:20px;
	color:#deb331;
	background-color:#4b90c5;
	text-decoration:none;
	font-weight:900;
	font: 30px/30px 'Fjalla One', sans-serif;
	padding:10px;
    }

	.page_3 #chiffres, .page_29 #chiffres {
    clear: both;
    float: left;
    margin-top: 0px!important;
    position: relative!important;
	margin-bottom:40px;
}

.page_3 #chiffres .col_1, .page_3 #chiffres .col_2, .page_3 #chiffres .col_3, .page_3 #chiffres .col_4, .page_3 #chiffres .col_5, .page_29 #chiffres .col_1, .page_29 #chiffres .col_2, .page_29 #chiffres .col_3, .page_29 #chiffres .col_4, .page_29 #chiffres .col_5
{
	float:left;
	width:100%!important;
	clear:both;
	margin-bottom:40px;
}

.page_3 .col_1, .page_3 .col_2, .page_3 .col_3, .page_29 .col_1, .page_29 .col_2, .page_29 .col_3
{
	width:100%!important;
	clear:both;
}

#main {
    width: 100%;
}

.col_1, .col_2, .col_3, .col_4, .col_5
{
	width:100%!important;
	clear:both;
}

	.page_3 #chiffres .inside, .page_29 #chiffres .inside {
    margin: auto;
    width: 100% !important;
	}

	.page_3 #accueil, .page_3 #hiver, .page_3 #ete, .page_29 #accueil, .page_29 #hiver, .page_29 #ete {
    margin: auto;
    width: 100%!important;
	}

	#right  {
	display:none!important;
    }

	#main .ce_text img {
	}
	.page_33 #main img {
    width:100%!important;
}

#main  {
    float:none!important;
	}


	 #slide {
height:230px!important;
background-position:center center!important;
background-size:cover!important;
 }

	.page_7 #slide, .page_41 #slide {
height:400px!important;
 }
 	.page_7 .col_2 div, .page_7 .col_1 div, .page_14 .col_2 div, .page_14 .col_1 div, .page_3 #accueil .col_1 div, .page_3 #accueil .col_2 div, .page_29 #accueil .col_1 div, .page_29 #accueil .col_2 div, .page_41 .col_2 div, .page_41 .col_1 div {
padding:0px!important;
 }
  	.page_7 .col_2, .page_7 .col_1, .page_41 .col_2, .page_41 .col_1{
width:90%!important;
 float:none!important;
 }

 .subcr .mod_rocksolid_slider {
width:100%!important;
 }


#footer .mentionsline{
text-align:center;
}

#footer {
height:582px!important;
}


.logofooter {
    background: none!important;
    margin: auto;
    padding-left: 0!important;
    width: 250px;
}


#footer .mentions p, #footer .mentions {
    float: inherit!important;
    margin: auto;
    margin-top:20px;
    text-align: center;
    width: 150px;
}

#footer .mentions a {
    float: inherit!important;
}

#footer .tabularasa {
    clear:inherit!important;
    float: inherit!important;
    margin: auto;
    padding-bottom: 15px;
    width: 300px;
	margin-top: 30px !important;
    text-align: center !important;
}

#footer .tabularasa a{
    float:inherit;
}

	#logo img {
	width: 30%;
    }

	#logo {
	width:75%;
	}
	.custom  {
	padding-top: 100px;
    }

	.ce_sliderStart, .page_3 .col-50x50, #slid .col-33x33x33, .page_29 .col-50x50{
	margin-left: 0px!important;
    }

	.page_3 .col-50x50, #slid .col-33x33x33, .page_29 .col-50x50 {
	margin-right: 0px!important;
    }

	.page_3 #slid, .page_29 #slid {
	float: left;
    width: 100%;
    }

	.page_3 .mod_rocksolid_slider, .page_29 .mod_rocksolid_slider {
		padding-bottom:30px!important;
    }

	.page_3 .ce_text.last.block, .page_29 .ce_text.last.block {
    float: left;
	}

	.bulles H4 {
	font-size: 13px !important;
	}

	.leftsubmenu, .rsts-caption {
    display:none;
	}
	.page_3 #main #accueil p, .page_29 #main #accueil p {
    font: 15px/17px "Fjalla One",sans-serif!important;
	}

	.page_3 #main #accueil, .page_29 #main #accueil {
		background: #efb047!important;
		background-image:none!important;
	}
	.ambiancefoot, .pralofoot, .clevacancesfoot, .savoiemontblanc {
    margin-right: 0!important;
}
#footer .mentions p, #footer .mentions {
    width: 100%!important;
}

	.page_3 .subcl, .page_29 .subcl {
    padding: 0 3px 0 0!important;
}
	.page_3 .subc, .page_29 .subc {
   padding-left: 4px!important;
   padding-right: 4px!important;
}
	.page_3 .subcr, .page_29 .subcr {
   padding-left: 4px!important;
}

.rsts-nav, .rsts-prev, .rsts-next{
    display:none;
	}

	.box {
    height: auto !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
	}

	header nav  {
	display:none;
    }

#container {
	width:auto;
	margin:0 auto;
}

#header .inside {
	width:auto;
	margin:0 auto;
}

footer .inside {
	width:auto;
	margin:0 auto;
}

table tr td:first-child, table tr td {
    font: 13px/14px "Fjalla One",Arial,sans-serif !important;
    padding: 0.2em!important;
}

	/**
	 * Show all columns underneath each other
	 */
	*[class*="grid"],.inside>*[class*="grid"] {
		float:none;
		display:block;
		width:auto;
		margin:0;
	}
}

/**
 * Reduce the overall width and the width of the grid columns if the screen
 * width is less than 980px (e.g. on a portrait tablet)
 */

@media (min-width:1130px)
{
	/**
	 * Reduce the overall width GRANDES RESOLUTIONS
	 */

.rsts-caption {
    margin-left: 6%;
}
  #container {
  width: 1100px;
 }

   .page_3 #container .inside, .page_29 #container .inside {
  width: 100%;
 }

    .page_3 #container #accueil, .page_3 #container #photochalets, .page_3 #container #reservation, .page_3 #container #hiver, .page_3 #container #ete, .page_29 #container #accueil, .page_29 #container #photochalets, .page_29 #container #reservation, .page_29 #container #hiver, .page_29 #container #ete{
  width: 100%;
 }

     .page_3 #container #accueil .col-50x50, .page_3 #container #hiver .colonnes, #photochalets .col-50x50, .page_3 #slid .col-33x33x33, .introdome, .page_3 #slid H1, footer .inside, .page_3 #ete .block, .page_29 #container #accueil .col-50x50, .page_29 #container #hiver .colonnes, .page_29 #slid .col-33x33x33, .page_29 #slid H1, footer .inside, .page_29 #ete .block{
  width: 1100px;
  margin:auto;
 }

     .page_7 #slid, .page_7 #slide .inside, .page_41 #slid, .page_41 #slide .inside {
  width: 100%!important;
 }


#slide .inside {
    width: 1100px;
}

.page_3 #slide .inside, .page_29 #slide .inside {
    width: 100%!important;
}

.page_3 #slid .col-33x33x33, .page_29 #slid .col-33x33x33  {
    margin-top: -100px;
	z-index:100000;
	position:relative;
}


#main .inside {
	width:100%;
	margin:0 auto;
}

#header .inside {
	width:1100px;
	margin:0 auto;
}

.page_3 #chiffres .inside, .page_29 #chiffres .inside  {
    width: 1100px;
}

}


@media (min-width:980px) and (max-width:1129px)
{
	/**
	 * FOR BIG SCREENS
	 */

footer .inside, #header .inside, .page_3 #chiffres .inside{
  width: 980px;
 }

 .page_3 #slid .information, .page_29 #slid .information {
 	  margin-top: -130px;
 }

nav ul li {
    float: left;
    margin: 20px 6px;
}
#abritel {
    display:none;
}

footer .inside, #main .inside, #header .inside {
	margin:0 auto;
}

.page_3 #slide .inside, .page_29 #slide .inside {
	width:100%!important;
}

.col-33x33x33, .col-25x25x25x25 {
    margin:0!important;
}

  #container {
  width: 980px;
 }

.page_3 #container .inside, .page_29 #container .inside  {
  width: 980px;
 }

   .imgleft {
 background: url("../../files/theme/images/design/left.png") right top no-repeat;
 float:left;
position:absolute;
width:30px;
height:800px;
  }

  #main .mod_navigation ul {
    width: 820px!important;
}

}

@media (min-width:1130px) and (max-width:1240px)
{
	/**
	 * FOR BIG SCREENS
	 */
	    .imgleft {
width:70px;
  }


#abritel {
    right: -7%!important;
}

.page_3 #slid .information, .page_29 #slid .information {
	  margin-top: -130px;
}

}

@media (min-width:1241px) and (max-width:1440px)
{
	/**
	 * FOR BIG SCREENS
	 */
	    .imgleft {
width:10%;
  }

  .rsts-skin-default .rsts-caption {
    top: 250px !important;
}

.page_3 #slid .information, .page_29 #slid .information {
	  margin-top: -130px;
}

}

@media (min-width:1441px) and (max-width:1540px)
{
	/**
	 * FOR BIG SCREENS
	 */
	    .imgleft {
width:15%;
  }

    .rsts-skin-default .rsts-caption {
    top: 300px !important;
}

}

@media (min-width:1541px) and (max-width:1740px)
{
	/**
	 * FOR BIG SCREENS
	 */
	    .imgleft {
width:18%;
  }

    .rsts-skin-default .rsts-caption {
    top: 320px !important;
}

}

