/* 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 */
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}
/* 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}
/*
	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: #fff;
  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: 100%;
  opacity:0.95;
  min-height: 140px; }


 H2 { 
font: 43px/43px 'questaregular', sans-serif;
width:100%;
margin:auto;
margin-top:8px;
color:#ef412d;
text-align:center;
text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
 }
/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  -moz-transform: scale(0.7, 0.7) translateX(30%);
  -ms-transform: scale(0.7, 0.7) translateX(30%);
  -o-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  -moz-transform: scale(0.7, 0.7) translateY(-30%);
  -ms-transform: scale(0.7, 0.7) translateY(-30%);
  -o-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  -moz-transform: scale(0.7, 0.7) translateY(30%);
  -ms-transform: scale(0.7, 0.7) translateY(30%);
  -o-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  -moz-transform: scale(1.5, 1.5) translateX(100%);
  -ms-transform: scale(1.5, 1.5) translateX(100%);
  -o-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left; }
  html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
    html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translateX(-30%);
      -moz-transform: scale(0.7, 0.7) translateX(-30%);
      -ms-transform: scale(0.7, 0.7) translateX(-30%);
      -o-transform: scale(0.7, 0.7) translateX(-30%);
      transform: scale(0.7, 0.7) translateX(-30%); }

.rsts-main,.rsts-main *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.rsts-header,.rsts-footer,.rsts-thumbs-header,.rsts-thumbs-footer{overflow:hidden}.rsts-view,.rsts-thumbs-view{position:relative}@media print{.rsts-view,.rsts-thumbs-view{position:static}}.rsts-crop,.rsts-thumbs-crop{position:relative;overflow:hidden}@media print{.rsts-crop,.rsts-thumbs-crop{position:static;overflow:visible;width:auto !important;height:auto !important;transform:none !important}}.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:absolute;left:0;top:0}@media print{.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:static;width:auto !important;height:auto !important;transform:none !important}.rsts-slides.rsts-slide-image img,.rsts-slides.rsts-slide-video img,.rsts-slides.rsts-thumbs-slide-image img,.rsts-slides.rsts-thumbs-slide-video img,.rsts-slide.rsts-slide-image img,.rsts-slide.rsts-slide-video img,.rsts-slide.rsts-thumbs-slide-image img,.rsts-slide.rsts-thumbs-slide-video img,.rsts-thumbs-slides.rsts-slide-image img,.rsts-thumbs-slides.rsts-slide-video img,.rsts-thumbs-slides.rsts-thumbs-slide-image img,.rsts-thumbs-slides.rsts-thumbs-slide-video img,.rsts-thumbs-slide.rsts-slide-image img,.rsts-thumbs-slide.rsts-slide-video img,.rsts-thumbs-slide.rsts-thumbs-slide-image img,.rsts-thumbs-slide.rsts-thumbs-slide-video img{width:100% !important;height:auto !important;margin:0 !important}}.rsts-slide,.rsts-thumbs-slide{overflow:hidden}@media print{.rsts-slide,.rsts-thumbs-slide{position:static}}.rsts-video-iframe,.rsts-thumbs-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%}.rsts-type-slide .rsts-view,.rsts-thumbs-type-slide .rsts-thumbs-view{cursor:url("../../system/modules/rocksolid-slider/assets/img/openhand.cur"),default;cursor:-webkit-grab;cursor:-moz-grab;cursor:-ms-grab;cursor:-o-grab;cursor:grab}.rsts-type-slide.rsts-dragging .rsts-view,.rsts-thumbs-type-slide.rsts-thumbs-dragging .rsts-thumbs-view{cursor:url("../../system/modules/rocksolid-slider/assets/img/closedhand.cur"),default;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-ms-grabbing;cursor:-o-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media print{.rsts-nav,.rsts-prev,.rsts-next,.rsts-overlay-prev,.rsts-overlay-next,.rsts-progress,.rsts-thumbs-nav,.rsts-thumbs-prev,.rsts-thumbs-next,.rsts-thumbs-overlay-prev,.rsts-thumbs-overlay-next,.rsts-thumbs-progress{display:none !important}}

.rsts-skin-light.rsts-main{position:relative}.rsts-skin-light.rsts-type-fade .rsts-slide{background:#fff}.rsts-skin-light .rsts-view{z-index:1;background-color:#fff;}.rsts-skin-light .rsts-caption{position:absolute;top:20px;left:20px;padding:5px 10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#333;background:#fff;background:rgba(255,255,255,0.75);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transform:translate(0, -20px);-moz-transform:translate(0, -20px);-ms-transform:translate(0, -20px);-o-transform:translate(0, -20px);transform:translate(0, -20px);-webkit-transition:opacity 0.5s,-webkit-transform 0.5s;-moz-transition:opacity 0.5s,-moz-transform 0.5s;-o-transition:opacity 0.5s,-o-transform 0.5s;transition:opacity 0.5s,transform 0.5s}.rsts-skin-light .rsts-active .rsts-caption{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.rsts-skin-light .rsts-prev,.rsts-skin-light .rsts-next,.rsts-skin-light .rsts-thumbs-prev,.rsts-skin-light .rsts-thumbs-next{position:absolute;top:50%;right:20px;width:36px;height:36px;margin-top:-18px;overflow:hidden;outline:none;line-height:0;text-decoration:none;text-indent:-9999px;background:#fff;background-image:-webkit-linear-gradient(top, #eeeeee 30%,#ffffff);background-image:-moz-linear-gradient(top, #eeeeee 30%,#ffffff);background-image:-o-linear-gradient(top, #eeeeee 30%,#ffffff);background-image:linear-gradient(to bottom, #eeeeee 30%,#ffffff);background-image:linear-gradient(to bottom, #eeeeee 30%,#ffffff);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.2s ease-in;-moz-transition:opacity 0.2s ease-in;-o-transition:opacity 0.2s ease-in;transition:opacity 0.2s ease-in;-webkit-box-shadow:0 0 2px 1px rgba(0,0,0,0.3),0 0 0 1px #ccc,0 0 4px 4px rgba(111,178,235,0),0 0 1px 2px rgba(111,178,235,0),inset 0 0 0 2px #fff,inset 0 1px 4px 1px rgba(0,0,0,0.15);-moz-box-shadow:0 0 2px 1px rgba(0,0,0,0.3),0 0 0 1px #ccc,0 0 4px 4px rgba(111,178,235,0),0 0 1px 2px rgba(111,178,235,0),inset 0 0 0 2px #fff,inset 0 1px 4px 1px rgba(0,0,0,0.15);box-shadow:0 0 2px 1px rgba(0,0,0,0.3),0 0 0 1px #ccc,0 0 4px 4px rgba(111,178,235,0),0 0 1px 2px rgba(111,178,235,0),inset 0 0 0 2px #fff,inset 0 1px 4px 1px rgba(0,0,0,0.15)}.rsts-skin-light .rsts-prev:after,.rsts-skin-light .rsts-next:after,.rsts-skin-light .rsts-thumbs-prev:after,.rsts-skin-light .rsts-thumbs-next:after{content:"\203a";position:absolute;top:6px;left:14px;font:normal 21px/1 "Tahoma",sans-serif;color:#444;text-indent:0}.rsts-skin-light .rsts-prev,.rsts-skin-light .rsts-thumbs-prev{right:auto;left:20px}.rsts-skin-light .rsts-prev:after,.rsts-skin-light .rsts-thumbs-prev:after{content:"\2039"}.rsts-skin-light:hover .rsts-prev,.rsts-skin-light:hover .rsts-next,.rsts-skin-light:hover .rsts-thumbs-prev,.rsts-skin-light:hover .rsts-thumbs-next{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}.rsts-skin-light:hover .rsts-prev:hover,.rsts-skin-light:hover .rsts-next:hover,.rsts-skin-light:hover .rsts-thumbs-prev:hover,.rsts-skin-light:hover .rsts-thumbs-next:hover{-webkit-box-shadow:0 0 2px 1px rgba(0,0,0,0.2),0 0 0 1px #ccc,0 0 6px 3px rgba(111,178,235,0),0 0 3px 2px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 4px 1px rgba(0,0,0,0.15);-moz-box-shadow:0 0 2px 1px rgba(0,0,0,0.2),0 0 0 1px #ccc,0 0 6px 3px rgba(111,178,235,0),0 0 3px 2px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 4px 1px rgba(0,0,0,0.15);box-shadow:0 0 2px 1px rgba(0,0,0,0.2),0 0 0 1px #ccc,0 0 6px 3px rgba(111,178,235,0),0 0 3px 2px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 4px 1px rgba(0,0,0,0.15);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;-webkit-transition-duration:0.1s;-moz-transition-duration:0.1s;-o-transition-duration:0.1s;transition-duration:0.1s;-webkit-animation:pulsate 3.5s;-moz-animation:pulsate 3.5s;-o-animation:pulsate 3.5s;animation:pulsate 3.5s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite}.rsts-skin-light:hover .rsts-prev:active,.rsts-skin-light:hover .rsts-next:active,.rsts-skin-light:hover .rsts-thumbs-prev:active,.rsts-skin-light:hover .rsts-thumbs-next:active{-webkit-box-shadow:0 0 2px 1px rgba(0,0,0,0.2),0 0 0 1px #ccc,0 0 6px 3px rgba(111,178,235,0),0 0 3px 2px rgba(111,178,235,0.4),inset 0 0 0 2px rgba(255,255,255,0.8),inset 0 1px 4px 3px rgba(0,0,0,0.3);-moz-box-shadow:0 0 2px 1px rgba(0,0,0,0.2),0 0 0 1px #ccc,0 0 6px 3px rgba(111,178,235,0),0 0 3px 2px rgba(111,178,235,0.4),inset 0 0 0 2px rgba(255,255,255,0.8),inset 0 1px 4px 3px rgba(0,0,0,0.3);box-shadow:0 0 2px 1px rgba(0,0,0,0.2),0 0 0 1px #ccc,0 0 6px 3px rgba(111,178,235,0),0 0 3px 2px rgba(111,178,235,0.4),inset 0 0 0 2px rgba(255,255,255,0.8),inset 0 1px 4px 3px rgba(0,0,0,0.3);-webkit-animation:none;-moz-animation:none;-o-animation:none;animation:none}.rsts-skin-light.rsts-direction-y .rsts-prev,.rsts-skin-light.rsts-direction-y .rsts-next{top:10px;left:50%;margin-top:0;margin-left:-18px}.rsts-skin-light.rsts-direction-y .rsts-prev:after,.rsts-skin-light.rsts-direction-y .rsts-next:after{content:"\25b2";position:absolute;top:12px;left:12px;font-size:12px;color:#555}.rsts-skin-light.rsts-direction-y .rsts-next{top:auto;bottom:23px}.rsts-skin-light.rsts-direction-y .rsts-next:after{content:"\25bc";top:auto;bottom:12px}.rsts-skin-light.rsts-video-playing .rsts-prev,.rsts-skin-light.rsts-video-playing .rsts-next{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.rsts-skin-light .rsts-nav{position:relative;z-index:1;margin:-19px 0 -12px;text-align:center}.rsts-skin-light .rsts-nav ul{display:inline-block;margin:0 !important;padding:0 10px !important;-webkit-border-radius:18px;-moz-border-radius:18px;border-radius:18px;background-color:#fff;background-image:-webkit-linear-gradient(bottom, rgba(0,0,0,0.05),rgba(0,0,0,0.05));background-image:-moz-linear-gradient(bottom, rgba(0,0,0,0.05),rgba(0,0,0,0.05));background-image:-o-linear-gradient(bottom, rgba(0,0,0,0.05),rgba(0,0,0,0.05));background-image:linear-gradient(to top, rgba(0,0,0,0.05),rgba(0,0,0,0.05));background-image:linear-gradient(to top, rgba(0,0,0,0.05),rgba(0,0,0,0.05));-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,0.25);-moz-box-shadow:0 2px 4px -1px rgba(0,0,0,0.25);box-shadow:0 2px 4px -1px rgba(0,0,0,0.25)}.rsts-skin-light .rsts-nav li{display:inline}.rsts-skin-light .rsts-nav-numbers a{display:inline-block;width:20px;height:20px;margin:5px 2px;padding:0.45em 0.3em 0.2em;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;outline:none;font-size:11px;line-height:11px;color:#333;text-decoration:none;background-color:#fff;-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-box-shadow:inset 0 3px 2px -1px rgba(0,0,0,0.15),inset 0 0 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 3px 2px -1px rgba(0,0,0,0.15),inset 0 0 2px rgba(0,0,0,0.1);box-shadow:inset 0 3px 2px -1px rgba(0,0,0,0.15),inset 0 0 2px rgba(0,0,0,0.1)}.rsts-skin-light .rsts-nav-numbers a:hover,.rsts-skin-light .rsts-nav-numbers a.active{background-color:#bec5ca;background-image:-webkit-linear-gradient(top, #ffffff,#bec5ca 90%);background-image:-moz-linear-gradient(top, #ffffff,#bec5ca 90%);background-image:-o-linear-gradient(top, #ffffff,#bec5ca 90%);background-image:linear-gradient(to bottom, #ffffff,#bec5ca 90%);background-image:linear-gradient(to bottom, #ffffff,#bec5ca 90%);text-shadow:0 0 1px #fff;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.1),inset 0 3px 1px -1px rgba(255,255,255,0.7),inset 0 -1px 1px rgba(255,255,255,0.8);-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.1),inset 0 3px 1px -1px rgba(255,255,255,0.7),inset 0 -1px 1px rgba(255,255,255,0.8);box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.1),inset 0 3px 1px -1px rgba(255,255,255,0.7),inset 0 -1px 1px rgba(255,255,255,0.8)}.rsts-skin-light .rsts-nav-numbers a:hover{background-color:#dde4e9;background-image:-webkit-linear-gradient(top, #ffffff,#dde4e9 90%);background-image:-moz-linear-gradient(top, #ffffff,#dde4e9 90%);background-image:-o-linear-gradient(top, #ffffff,#dde4e9 90%);background-image:linear-gradient(to bottom, #ffffff,#dde4e9 90%);background-image:linear-gradient(to bottom, #ffffff,#dde4e9 90%);-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.05),0 2px 2px rgba(0,0,0,0.1),inset 0 3px 1px -1px rgba(255,255,255,0.7),inset 0 -1px 1px rgba(255,255,255,0.8);-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.05),0 2px 2px rgba(0,0,0,0.1),inset 0 3px 1px -1px rgba(255,255,255,0.7),inset 0 -1px 1px rgba(255,255,255,0.8);box-shadow:0 0 0 1px rgba(0,0,0,0.05),0 2px 2px rgba(0,0,0,0.1),inset 0 3px 1px -1px rgba(255,255,255,0.7),inset 0 -1px 1px rgba(255,255,255,0.8)}.rsts-skin-light .rsts-nav-tabs{z-index:0;top:-2px;margin:0}.rsts-skin-light .rsts-nav-tabs:after{content:"";position:absolute;top:-27px;left:0;width:100%;height:30px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;background-color:#ccc;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.25);-moz-box-shadow:0 0 10px rgba(0,0,0,0.25);box-shadow:0 0 10px rgba(0,0,0,0.25)}.rsts-skin-light .rsts-nav-tabs ul{width:100%;border-top:1px solid #eee;-webkit-border-radius:0;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;background-image:-webkit-linear-gradient(top, #ffffff,#e9e9e9 90%);background-image:-moz-linear-gradient(top, #ffffff,#e9e9e9 90%);background-image:-o-linear-gradient(top, #ffffff,#e9e9e9 90%);background-image:linear-gradient(to bottom, #ffffff,#e9e9e9 90%);background-image:linear-gradient(to bottom, #ffffff,#e9e9e9 90%);-webkit-box-shadow:0 2px 4px -2px rgba(0,0,0,0.3),1px 0 3px -1px rgba(0,0,0,0.2),-1px 0 3px -1px rgba(0,0,0,0.2),inset 0 0 0 1px rgba(255,255,255,0.7);-moz-box-shadow:0 2px 4px -2px rgba(0,0,0,0.3),1px 0 3px -1px rgba(0,0,0,0.2),-1px 0 3px -1px rgba(0,0,0,0.2),inset 0 0 0 1px rgba(255,255,255,0.7);box-shadow:0 2px 4px -2px rgba(0,0,0,0.3),1px 0 3px -1px rgba(0,0,0,0.2),-1px 0 3px -1px rgba(0,0,0,0.2),inset 0 0 0 1px rgba(255,255,255,0.7)}.rsts-skin-light .rsts-nav-tabs a{position:relative;display:inline-block;padding:10px 12px;outline:none;font-size:0.75em;color:#333;text-decoration:none}.rsts-skin-light .rsts-nav-tabs a.active{background-color:#aaa;background-image:-webkit-linear-gradient(top, #e2e2e2,#aaaaaa 90%);background-image:-moz-linear-gradient(top, #e2e2e2,#aaaaaa 90%);background-image:-o-linear-gradient(top, #e2e2e2,#aaaaaa 90%);background-image:linear-gradient(to bottom, #e2e2e2,#aaaaaa 90%);background-image:linear-gradient(to bottom, #e2e2e2,#aaaaaa 90%);color:#fff;text-shadow:0 0 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 -2px 0 -1px rgba(255,255,255,0.6),inset 0 0 3px 0 rgba(0,0,0,0.4);-moz-box-shadow:inset 0 -2px 0 -1px rgba(255,255,255,0.6),inset 0 0 3px 0 rgba(0,0,0,0.4);box-shadow:inset 0 -2px 0 -1px rgba(255,255,255,0.6),inset 0 0 3px 0 rgba(0,0,0,0.4)}.rsts-skin-light .rsts-nav-tabs a.active:before,.rsts-skin-light .rsts-nav-tabs a.active:after{content:"";position:absolute;top:1px;left:50%;width:0;height:0;margin-left:-6px}.rsts-skin-light .rsts-nav-tabs a.active:after{top:-4px;left:0;width:100%;height:5px;margin:0;border:none;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-webkit-box-shadow:0 0 5px #fff;-moz-box-shadow:0 0 5px #fff;box-shadow:0 0 5px #fff}.rsts-skin-light .rsts-nav-thumbs{margin:-6px 0 0;padding:0;border:6px solid #fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;-webkit-box-shadow:0 0 2px rgba(0,0,0,0.3);-moz-box-shadow:0 0 2px rgba(0,0,0,0.3);box-shadow:0 0 2px rgba(0,0,0,0.3)}.rsts-skin-light .rsts-nav .rsts-nav-prev,.rsts-skin-light .rsts-nav .rsts-nav-next{display:none}.rsts-skin-light .rsts-nav-bullets{line-height:0}.rsts-skin-light .rsts-nav-bullets a{display:inline-block;width:15px;height:15px;overflow:hidden;margin:8px 4px;border:1px solid #c7c7c9;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;outline:none;text-indent:-999px;background-color:#fff;-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-box-shadow:inset 0 3px 2px -1px rgba(0,0,0,0.15),inset 0 0 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 3px 2px -1px rgba(0,0,0,0.15),inset 0 0 2px rgba(0,0,0,0.1);box-shadow:inset 0 3px 2px -1px rgba(0,0,0,0.15),inset 0 0 2px rgba(0,0,0,0.1)}.rsts-skin-light .rsts-nav-bullets a.active{border:1px solid #acb5ba;background-color:#d9dadd;background-image:-webkit-linear-gradient(top, #ffffff,#bec5ca 90%);background-image:-moz-linear-gradient(top, #ffffff,#bec5ca 90%);background-image:-o-linear-gradient(top, #ffffff,#bec5ca 90%);background-image:linear-gradient(to bottom, #ffffff,#bec5ca 90%);background-image:linear-gradient(to bottom, #ffffff,#bec5ca 90%);-webkit-box-shadow:0 1px 2px 1px rgba(0,0,0,0.1),inset 0 3px 1px -1px rgba(255,255,255,0.7),inset 0 -1px 1px rgba(255,255,255,0.8);-moz-box-shadow:0 1px 2px 1px rgba(0,0,0,0.1),inset 0 3px 1px -1px rgba(255,255,255,0.7),inset 0 -1px 1px rgba(255,255,255,0.8);box-shadow:0 1px 2px 1px rgba(0,0,0,0.1),inset 0 3px 1px -1px rgba(255,255,255,0.7),inset 0 -1px 1px rgba(255,255,255,0.8)}.rsts-skin-light .rsts-nav-bullets a:hover{border-color:#c1cacf;background-color:#e6e7e9;background-image:-webkit-linear-gradient(top, #ffffff,#e6e7e9 90%);background-image:-moz-linear-gradient(top, #ffffff,#e6e7e9 90%);background-image:-o-linear-gradient(top, #ffffff,#e6e7e9 90%);background-image:linear-gradient(to bottom, #ffffff,#e6e7e9 90%);background-image:linear-gradient(to bottom, #ffffff,#e6e7e9 90%);-webkit-box-shadow:0 1px 2px 1px rgba(0,0,0,0.1),inset 0 3px 1px -1px rgba(255,255,255,0.7),inset 0 -1px 1px rgba(255,255,255,0.8);-moz-box-shadow:0 1px 2px 1px rgba(0,0,0,0.1),inset 0 3px 1px -1px rgba(255,255,255,0.7),inset 0 -1px 1px rgba(255,255,255,0.8);box-shadow:0 1px 2px 1px rgba(0,0,0,0.1),inset 0 3px 1px -1px rgba(255,255,255,0.7),inset 0 -1px 1px rgba(255,255,255,0.8)}.rsts-skin-light .rsts-video-play,.rsts-skin-light .rsts-video-stop{position:absolute;top:50%;left:50%;width:64px;height:64px;overflow:hidden;margin:-32px 0 0 -32px;border:1px solid #ccc;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;outline:none;background-color:#fff;background-color:rgba(255,255,255,0.5);background-image:-webkit-linear-gradient(top, #eeeeee,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 60%,#ededed);background-image:-moz-linear-gradient(top, #eeeeee,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 60%,#ededed);background-image:-o-linear-gradient(top, #eeeeee,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 60%,#ededed);background-image:linear-gradient(to bottom, #eeeeee,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 60%,#ededed);background-image:linear-gradient(to bottom, #eeeeee,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 60%,#ededed);text-indent:-999px;text-decoration:none}.rsts-skin-light .rsts-video-play:before,.rsts-skin-light .rsts-video-stop:before{content:"\25ba";position:absolute;top:11px;left:16px;font-size:36px;color:#444;text-indent:0}.rsts-skin-light .rsts-video-play{-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2),inset 0 0 0 2px #fff,inset 0 1px 4px 1px rgba(0,0,0,0.15);-moz-box-shadow:0 0 3px rgba(0,0,0,0.2),inset 0 0 0 2px #fff,inset 0 1px 4px 1px rgba(0,0,0,0.15);box-shadow:0 0 3px rgba(0,0,0,0.2),inset 0 0 0 2px #fff,inset 0 1px 4px 1px rgba(0,0,0,0.15)}.rsts-skin-light .rsts-video-play:hover,.rsts-skin-light .rsts-video-play:focus{-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2),0 0 15px 3px rgba(111,178,235,0),0 0 8px 1px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 3px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 0 3px rgba(0,0,0,0.2),0 0 15px 3px rgba(111,178,235,0),0 0 8px 1px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 3px 1px rgba(0,0,0,0.1);box-shadow:0 0 3px rgba(0,0,0,0.2),0 0 15px 3px rgba(111,178,235,0),0 0 8px 1px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 3px 1px rgba(0,0,0,0.1);-webkit-transition-duration:0.05s;-moz-transition-duration:0.05s;-o-transition-duration:0.05s;transition-duration:0.05s;-webkit-animation:play-pulsate 3.5s;-moz-animation:play-pulsate 3.5s;-o-animation:play-pulsate 3.5s;animation:play-pulsate 3.5s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite}.rsts-skin-light .rsts-video-play:hover:before,.rsts-skin-light .rsts-video-play:focus:before{color:#333}.rsts-skin-light .rsts-video-play:active{-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2),0 0 15px 3px rgba(111,178,235,0),0 0 8px 1px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 5px 3px rgba(0,0,0,0.3);-moz-box-shadow:0 0 3px rgba(0,0,0,0.2),0 0 15px 3px rgba(111,178,235,0),0 0 8px 1px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 5px 3px rgba(0,0,0,0.3);box-shadow:0 0 3px rgba(0,0,0,0.2),0 0 15px 3px rgba(111,178,235,0),0 0 8px 1px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 5px 3px rgba(0,0,0,0.3);-webkit-animation:none;-moz-animation:none;-o-animation:none;animation:none}.rsts-skin-light .rsts-video-stop{top:20px;left:auto;right:10px;width:32px;height:32px;margin:0;border:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:#000;background:rgba(0,0,0,0.8)}.rsts-skin-light .rsts-video-stop:before{content:"\d7";top:8px;left:8px;width:16px;height:16px;border:0;font-size:23px;font-weight:bold;color:#fff;line-height:18px;text-align:center;text-indent:0}.rsts-skin-light .rsts-video-stop:hover,.rsts-skin-light .rsts-video-stop:focus{background:#fff;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7}.rsts-skin-light .rsts-video-stop:hover:before,.rsts-skin-light .rsts-video-stop:focus:before{color:#000}.rsts-skin-light .rsts-video-youtube>.rsts-video-stop{top:25px}.rsts-skin-light .rsts-video-vimeo>.rsts-video-stop{top:10px;right:auto;left:10px}.rsts-skin-light .rsts-video-ipad>.rsts-video-iframe{padding-top:34px;background-color:#000}.rsts-skin-light .rsts-video-ipad>.rsts-video-stop{top:1px;right:1px;left:auto}.rsts-skin-light .rsts-progress{position:absolute;top:0;right:0;width:100%;height:2px;background-color:#fff;background-color:rgba(255,255,255,0.5);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.rsts-skin-light .rsts-progress div{position:relative;height:100%;background-color:#55c5ef;background-image:-webkit-linear-gradient(left, rgba(85,197,239,0) 0%,#159dcf 100%);background-image:-moz-linear-gradient(left, rgba(85,197,239,0) 0%,#159dcf 100%);background-image:-o-linear-gradient(left, rgba(85,197,239,0) 0%,#159dcf 100%);background-image:linear-gradient(to right, rgba(85,197,239,0) 0%,#159dcf 100%);background-image:linear-gradient(to right, rgba(85,197,239,0) 0%,#159dcf 100%);-webkit-box-shadow:0 -2px 2px -1px rgba(55,146,206,0.9),0 2px 2px -1px rgba(55,146,206,0.9);-moz-box-shadow:0 -2px 2px -1px rgba(55,146,206,0.9),0 2px 2px -1px rgba(55,146,206,0.9);box-shadow:0 -2px 2px -1px rgba(55,146,206,0.9),0 2px 2px -1px rgba(55,146,206,0.9)}.rsts-skin-light .rsts-progress div:after,.rsts-skin-light .rsts-progress div:before{content:"";position:absolute;right:0;top:0;width:3px;height:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:#fff;background-color:rgba(255,255,255,0.9);-webkit-box-shadow:0 0 3px 1px rgba(255,255,255,0.5);-moz-box-shadow:0 0 3px 1px rgba(255,255,255,0.5);box-shadow:0 0 3px 1px rgba(255,255,255,0.5)}.rsts-skin-light .rsts-progress div:before{width:50px;background-color:transparent;background-image:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%,#ffffff 100%);background-image:-moz-linear-gradient(left, rgba(255,255,255,0) 0%,#ffffff 100%);background-image:-o-linear-gradient(left, rgba(255,255,255,0) 0%,#ffffff 100%);background-image:linear-gradient(to right, rgba(255,255,255,0) 0%,#ffffff 100%);background-image:linear-gradient(to right, rgba(255,255,255,0) 0%,#ffffff 100%);-webkit-box-shadow:0 0 3px -1px rgba(255,255,255,0.5);-moz-box-shadow:0 0 3px -1px rgba(255,255,255,0.5);box-shadow:0 0 3px -1px rgba(255,255,255,0.5)}.rsts-skin-light .rsts-progress.rsts-progress-active{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.rsts-skin-light .rsts-overlay-prev,.rsts-skin-light .rsts-overlay-next,.rsts-skin-light .rsts-thumbs-overlay-prev,.rsts-skin-light .rsts-thumbs-overlay-next{position:absolute;top:0;left:-1px;width:100%;height:100%;background:-webkit-linear-gradient(0deg, #ffffff,transparent);background:-moz-linear-gradient(0deg, #ffffff,transparent);background:-o-linear-gradient(0deg, #ffffff,transparent);background:linear-gradient(90deg, #ffffff,transparent);pointer-events:none}.rsts-skin-light .rsts-overlay-next,.rsts-skin-light .rsts-thumbs-overlay-next{left:auto;right:-1px;background:-webkit-linear-gradient(0deg, transparent,#ffffff);background:-moz-linear-gradient(0deg, transparent,#ffffff);background:-o-linear-gradient(0deg, transparent,#ffffff);background:linear-gradient(90deg, transparent,#ffffff)}.rsts-skin-light.rsts-direction-y .rsts-overlay-prev{left:0;top:-1px;background:-webkit-linear-gradient(#ffffff,transparent);background:-moz-linear-gradient(#ffffff,transparent);background:-o-linear-gradient(#ffffff,transparent);background:linear-gradient(#ffffff,transparent)}.rsts-skin-light.rsts-direction-y .rsts-overlay-next{top:auto;right:0;bottom:-1px;background:-webkit-linear-gradient(transparent,#ffffff);background:-moz-linear-gradient(transparent,#ffffff);background:-o-linear-gradient(transparent,#ffffff);background:linear-gradient(transparent,#ffffff)}.rsts-skin-light .rsts-thumbs-slide{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.rsts-skin-light .rsts-thumbs-slide.rsts-thumbs-active-thumb{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}@-webkit-keyframes pulsate{50%{-webkit-box-shadow:0 0 2px 1px rgba(0,0,0,0.2),0 0 0 1px #ccc,0 0 6px 3px rgba(111,178,235,0.5),0 0 3px 2px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 4px 1px rgba(0,0,0,0.15);-moz-box-shadow:0 0 2px 1px rgba(0,0,0,0.2),0 0 0 1px #ccc,0 0 6px 3px rgba(111,178,235,0.5),0 0 3px 2px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 4px 1px rgba(0,0,0,0.15);box-shadow:0 0 2px 1px rgba(0,0,0,0.2),0 0 0 1px #ccc,0 0 6px 3px rgba(111,178,235,0.5),0 0 3px 2px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 4px 1px rgba(0,0,0,0.15)}}@-moz-keyframes pulsate{50%{-webkit-box-shadow:0 0 2px 1px rgba(0,0,0,0.2),0 0 0 1px #ccc,0 0 6px 3px rgba(111,178,235,0.5),0 0 3px 2px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 4px 1px rgba(0,0,0,0.15);-moz-box-shadow:0 0 2px 1px rgba(0,0,0,0.2),0 0 0 1px #ccc,0 0 6px 3px rgba(111,178,235,0.5),0 0 3px 2px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 4px 1px rgba(0,0,0,0.15);box-shadow:0 0 2px 1px rgba(0,0,0,0.2),0 0 0 1px #ccc,0 0 6px 3px rgba(111,178,235,0.5),0 0 3px 2px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 4px 1px rgba(0,0,0,0.15)}}@-o-keyframes pulsate{50%{-webkit-box-shadow:0 0 2px 1px rgba(0,0,0,0.2),0 0 0 1px #ccc,0 0 6px 3px rgba(111,178,235,0.5),0 0 3px 2px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 4px 1px rgba(0,0,0,0.15);-moz-box-shadow:0 0 2px 1px rgba(0,0,0,0.2),0 0 0 1px #ccc,0 0 6px 3px rgba(111,178,235,0.5),0 0 3px 2px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 4px 1px rgba(0,0,0,0.15);box-shadow:0 0 2px 1px rgba(0,0,0,0.2),0 0 0 1px #ccc,0 0 6px 3px rgba(111,178,235,0.5),0 0 3px 2px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 4px 1px rgba(0,0,0,0.15)}}@keyframes pulsate{50%{-webkit-box-shadow:0 0 2px 1px rgba(0,0,0,0.2),0 0 0 1px #ccc,0 0 6px 3px rgba(111,178,235,0.5),0 0 3px 2px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 4px 1px rgba(0,0,0,0.15);-moz-box-shadow:0 0 2px 1px rgba(0,0,0,0.2),0 0 0 1px #ccc,0 0 6px 3px rgba(111,178,235,0.5),0 0 3px 2px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 4px 1px rgba(0,0,0,0.15);box-shadow:0 0 2px 1px rgba(0,0,0,0.2),0 0 0 1px #ccc,0 0 6px 3px rgba(111,178,235,0.5),0 0 3px 2px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 4px 1px rgba(0,0,0,0.15)}}@-webkit-keyframes play-pulsate{50%{-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2),0 0 15px 3px rgba(111,178,235,0.3),0 0 8px 1px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 3px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 0 3px rgba(0,0,0,0.2),0 0 15px 3px rgba(111,178,235,0.3),0 0 8px 1px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 3px 1px rgba(0,0,0,0.1);box-shadow:0 0 3px rgba(0,0,0,0.2),0 0 15px 3px rgba(111,178,235,0.3),0 0 8px 1px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 3px 1px rgba(0,0,0,0.1)}}@-moz-keyframes play-pulsate{50%{-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2),0 0 15px 3px rgba(111,178,235,0.3),0 0 8px 1px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 3px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 0 3px rgba(0,0,0,0.2),0 0 15px 3px rgba(111,178,235,0.3),0 0 8px 1px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 3px 1px rgba(0,0,0,0.1);box-shadow:0 0 3px rgba(0,0,0,0.2),0 0 15px 3px rgba(111,178,235,0.3),0 0 8px 1px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 3px 1px rgba(0,0,0,0.1)}}@-o-keyframes play-pulsate{50%{-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2),0 0 15px 3px rgba(111,178,235,0.3),0 0 8px 1px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 3px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 0 3px rgba(0,0,0,0.2),0 0 15px 3px rgba(111,178,235,0.3),0 0 8px 1px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 3px 1px rgba(0,0,0,0.1);box-shadow:0 0 3px rgba(0,0,0,0.2),0 0 15px 3px rgba(111,178,235,0.3),0 0 8px 1px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 3px 1px rgba(0,0,0,0.1)}}@keyframes play-pulsate{50%{-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2),0 0 15px 3px rgba(111,178,235,0.3),0 0 8px 1px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 3px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 0 3px rgba(0,0,0,0.2),0 0 15px 3px rgba(111,178,235,0.3),0 0 8px 1px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 3px 1px rgba(0,0,0,0.1);box-shadow:0 0 3px rgba(0,0,0,0.2),0 0 15px 3px rgba(111,178,235,0.3),0 0 8px 1px rgba(111,178,235,0.4),inset 0 0 0 2px #fff,inset 0 1px 3px 1px rgba(0,0,0,0.1)}}

.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

/* 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");
}

@font-face {
    font-family: 'questaregular';
    src: url('../../files/theme/css/2-Questa_Regular-webfont.eot');
    src: url('../../files/theme/css/2-Questa_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../files/theme/css/2-Questa_Regular-webfont.woff2') format('woff2'),
         url('../../files/theme/css/2-Questa_Regular-webfont.woff') format('woff'),
         url('../../files/theme/css/2-Questa_Regular-webfont.ttf') format('truetype'),
         url('../../files/theme/css/2-Questa_Regular-webfont.svg#questaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nerisblack';
    src: url('../../files/theme/css/Neris-Black-webfont.eot');
    src: url('../../files/theme/css/Neris-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../files/theme/css/Neris-Black-webfont.woff') format('woff'),
         url('../../files/theme/css/Neris-Black-webfont.ttf') format('truetype'),
         url('../../files/theme/css/Neris-Black-webfont.svg#nerisblack') format('svg');
    font-weight: normal;
    font-style: normal;

}


*{
    margin:0;
    padding:0;
}

.invisible  {
    display:none;
}

* > .inside  {
	margin:auto;
}


body{ 
	background-color: #fff;
	font-family: 'questaregular', sans-serif;
	-webkit-font-smoothing: antialiased;
}


#wrap {
margin: auto;
width: 100%;
}

#wrapper {
margin: auto;
width: 100%;
}

#content {
padding: 0px;
}


/***************** HEADER ********************/

header { 
width:100%;
height:88px;
position:absolute;
z-index:10000;
background: url("../../files/theme/images/design/fondmenu.gif") center top repeat-x;
border-bottom:6px solid #69bad7;
 }
 
#logo {
	float:left;
	position:absolute;
	margin-top:20px;
}

#logo img {
	
}

.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: 15px/22px 'questaregular', sans-serif;
font-weight:400;
text-transform:uppercase;
float:right;
width:730px;
 }
 
nav a {
color: #fff;
}

 nav ul {
    list-style:none;
    margin:0px auto;
    text-align: center;
    width: 100%;
}

header nav .level_1>li.submenu a {
    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 {
    margin-left:80px;

}

nav ul li a {
    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: center;
	height:20px;
	
}


nav ul li a:hover {
    color:#deb331;
	
}

nav ul li.active {
    color:#deb331;
	padding:0px 6px;
	
}

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:#deb331;
    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:#000;
	text-transform:uppercase;
	font: 15px/22px 'questaregular', sans-serif;
	font-weight:900;
	
}

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:8px 0 8px 10px;
	text-align:left;
	background-color:#bd8e00;
}

ul.level_2  .active {
    color:#fff;
	width:200px;
}
 
/***************** 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:57%;
}
 
#main .mod_navigation li { 

list-style-type:none;
padding: 10px;
border-right: 1px solid #999;
}

#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: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 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 {
    display:none;
} 

.mod_breadcrumb a:first-child {
    color:#fff;
	font: 16px/22px 'questaregular', sans-serif;
	text-decoration:none;
	padding:0px 20px 6px 6px;
}

.mod_breadcrumb li:first-child a {
	background: url("../../files/theme/images/design/home.png") no-repeat center center;
	width:100%;
	text-indent:-3000px;
	display : inline-block;
	width:45px;
}

.mod_breadcrumb a {
	text-decoration:none;
	color:#2a7c98!important;
	border-right:1px solid #2a7c98;

}

.mod_breadcrumb li {
    list-style-type:none!important;
	float:left;
	font: 16px/22px 'questaregular', 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;
	color:#ef412d!important;
}


.mod_breadcrumb {
	height:81px;
	width:100%;
	background: url("../../files/theme/images/design/fondariane.gif") no-repeat center center;
	-moz-box-shadow: inset 0px 0px 6px 0px #000;
-webkit-box-shadow: inset 0px 0px 6px 0px #000;
-o-box-shadow: inset 0px 0px 6px 0px #000;
box-shadow: inset 0px 0px 6px 0px #000;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#000, Direction=NaN, Strength=6);
}

.mod_breadcrumb ul{
	width:1100px;
	margin:auto;
	padding-top:10px;
}

/***************** TABLEAUX ********************/ 

table {
	width:100%;
}

table tr td:first-child {
	font-weight:bold !important;
	font-size:inherit !important;
	font: 18px/12px 'questaregular', Arial, sans-serif !important;
	padding:1em;
}

table tr:first-child td {
	background-color:#69bad7; 
}

table tr:first-child td, table tr:first-child td span {
	font-weight:bold!important;
}

table tr td:first-child span {
	font-size:inherit !important;
	font: 18px/12px 'questaregular', Arial, sans-serif !important;
}

table tr td:first-child {
    background-color:#2d86a4;
	text-align:left;
	color:#fff;
}

tr td span {
    font: 12px/12px 'questaregular', Arial, sans-serif !important;
}

tr td  {
    width:6.5%!important;
	background-color:#e1e1e1;
	vertical-align:inherit;
}

tr td:first-child  {
    width:22%!important;
	background-color:#e1e1e1;
}
/*
tr:first-child td:nth-child(2), tr:first-child td:nth-child(3), tr:first-child td:nth-child(4), tr:first-child td:nth-child(5)  {
    width:18%;
	background-color:#e1e1e1;
}
*/

table tr td {
    border:1px solid #fff;
	background-color:#f5f5f5;
	padding:1.2em 0.2em;
	text-align:center;
	
}

.page_47 table tr td:hover {
	background-color:#deb331;
}


/***************** SECOND TABLEAU ********************/ 




.page_47 td.nobg  {
    width:auto!important;
	background-color:#f5f5f5;
	color:#000;
}

.page_47 td.frow {
    width:2%!important;
	background-color:#2d86a4;
	font: 22px/26px 'questaregular', Arial, sans-serif !important;
	font-weight:bold;
}

.page_47 table tr:nth-child(3):hover td.bluebg{
	background-color:#2d86a4!important;
}

.page_47 table tr:first-child td:nth-child(2) {
	background-color:#f5f5f5!important;
}

.page_47 table tr:first-child td:nth-child(2):hover {
	background-color:#deb331!important;
}

.page_47 table tr:nth-child(3):hover td, .page_47 table tr:nth-child(4):hover td{
	background-color:#deb331!important;
}

.page_47 table tr:first-child td, table tr:first-child td span {
	font-weight:normal!important;
}


.page_47 tr td {
	font: 18px/20px 'questaregular', Arial, sans-serif !important;
	text-align:left;
	padding:10px;
}


.page_44 .presence {
	background-color:#8bd1ea!important;
}

/***************** autres tableaux ********************/ 

table.noshadow2 tr td:first-child {
    width:12%!important;
}
table.noshadow1 tr td:first-child {
    width:11%!important;
}

table.noshadow2 tr td p, table.noshadow1 tr td p {
    text-shadow:none!important;
}

table.noshadow2 tr td p, table.noshadow1 tr td p {
    text-align:center!important;
}



/***************** MAIN ********************/ 

#main  { 
  margin:auto;
  float:inherit!important;
 }
 
 .page_3 #main #accueil { 
 
 background: url("../../files/theme/images/design/fondactus.gif") left top repeat;
 }

.page_3 #container #presentation .col-60x40 {
	padding-bottom: 25px;
}

.page_3 #container #presentation p {
	font: 20px/24px "questaregular",sans-serif;
}

.page_3 #accueil H2.actu {
    margin: 30px auto;
	padding: 30px;
	text-align:center;
	color:#2d86a4;
	font: 60px/60px 'questaregular', sans-serif;
	text-shadow: 3px 3px 0px rgba(255, 255, 255, 1);
	 background: url("../../files/theme/images/design/ombreh1.png") center bottom no-repeat;
}

.page_3 #accueil H2 {
    margin:auto;
	text-align:center;
}


#main H1 { 
  font: 60px/60px 'questaregular', sans-serif;
margin-bottom:15px;
color:#2d86a4!important;
text-align:center;
margin-top:56px!important;
margin-bottom:85px!important;
text-shadow: 3px 3px 0px rgba(255, 255, 255, 1);
 background: url("../../files/theme/images/design/ombreh1.png") center bottom no-repeat;
 padding-bottom:25px;
 }
 
   .page_3 #slid H1 { 
  font: 30px/35px 'questaregular', sans-serif;
  font-weight:400;
margin-bottom:15px;
margin-top:45px;
color:#000!important;
text-align:center;
text-transform:uppercase;
margin-top:85px!important;
margin-bottom:85px!important;
 }
 
   .page_3 #slid H1 strong { 
  font-weight:900;
  color:#000;
 }
 
 #main H2{ 
color:#ef412d;
font: 37px/40px 'questaregular', sans-serif;
text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
margin-bottom:33px;
margin-top:20px;
 }

#main H3{ 
color:#000;
font: 28px/40px 'questaregular', sans-serif;
text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
 }
 
#main H3 a { 
color:#A3845E;
text-decoration:none;
 } 
 
.page_3 #accueil p, .page_3 #accueil li  {
    font: 15px/20px 'questaregular', sans-serif;
}

.page_3  .mod_newslist H2 {
    font: 37px/29px 'questaregular', sans-serif!important;
}

.page_3  .mod_newslist .teaser ul {
    margin-left:0!important;
	padding-bottom:0!important;
}
 
#main p, #slide p { 
	font: 20px/30px 'questaregular', sans-serif;
	color:#000;
	text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
	text-align:justify;
 }

#main p a, #main li a { 
	color:#ef412d;
	text-decoration:none;
	font: 20px/30px 'questaregular', sans-serif;
 }
 
#main p a:hover{ 
	color:#E54922;
 }
 
#main li { 
	list-style-image:url("../../files/theme/images/design/puce.png");
	list-style-position:inside; 
	list-style-type: disc;
	color:#000;
	font: 20px/30px 'questaregular', sans-serif;
	margin:4px 0px;
 }
 
#main li p { 
	margin:4px 0px;
 }
 
#main ul, .intro ul { 
	margin-left:30px;
	padding: 0 0 20px;
 }
 
#main .block{ 
	overflow:visible;
 }
 

#main .warning {
    border: 2px solid #2b819e;
    float: left;
    margin: 2em auto;
    padding: 1em;
    text-align: center;
    width: 95%;
	background: url("../../files/theme/images/design/fondpresentation.jpg") no-repeat left center;
	font: 24px/28px 'questaregular', sans-serif;
}

#main .warning a {
	font: 24px/20px 'questaregular', sans-serif;
}
 
 
#main blockquote{ 
	padding-right:15px;
	padding-bottom:15px;
	margin:2px 0px 20px 20px;	
 }
 
#main blockquote p{ 
	margin-bottom:0px;
	margin-top:15px;	
	font: 12px/20px 'questaregular', sans-serif;
 }
 
#main img { 
border:4px solid #fff;
 }
 
 .postit {
	background: url("../../files/theme/images/design/fondpresentation.jpg") no-repeat left center;
	padding:15px;
	margin-top:25px;
}

 .postit ul li{
	font: 16px/20px 'nerisblack', sans-serif!important;
	margin-bottom:22px!important;
}

 .postit p{
	font: 19px/20px 'nerisblack', sans-serif!important;
	padding-bottom:12px!important;
}

 .asso { 
	background: url("../../files/theme/images/design/fondencart.jpg") repeat center center;
	padding:30px;
	margin-bottom:45px;
	background-opacity:0.8;
 }
 
  .asso p, .asso li, .asso a { 
	font: 18px/20px 'questaregular', sans-serif!important;
 }
 
   .asso p, .asso li { 
	color:#4b4209!important;
 }

 
  .asso img{ 
	margin: 0 25px 25px 0;
 }
 
  .page_28 .ce_text p img { 
float:left;
margin: 0 20px 10px 0;
 }
 
.texte img { 
  border:4px solid #fff;
  margin:10px 0;
 }
 
 .texte2 img { 
  border:4px solid #fff;
  margin:10px 0;
  border-radius:50%;
 }
 
  .subcolumns .ce_image { 
  margin:10px 0!important;
 }
 
   .subcolumns { 
  margin:10px 0!important;
 }
 
   .page_3 .subcolumns { 
  margin:auto!important;
 }
 
  figcaption { 
  padding:3px;
  color:#fff;
  background-color:#187492;
  clear:both;
  text-align:center;
  font: 16px/20px 'questaregular', sans-serif;
  
 }
 
 .texte2 img, .texte img, .float_right, .float_left {  
 	-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;
}

 .texte2 img:hover {
	-moz-box-shadow: 0px 0px 15px 2px #147596;
-webkit-box-shadow: 0px 0px 15px 2px #147596;
-o-box-shadow: 0px 0px 15px 2px #147596;
box-shadow: 0px 0px 15px 2px #147596;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#147596, Direction=NaN, Strength=15);
}

 .texte img:hover, .float_right img:hover, .float_left img:hover {
	-moz-box-shadow: 0px 0px 7px 0px #147596;
-webkit-box-shadow: 0px 0px 7px 0px #147596;
-o-box-shadow: 0px 0px 7px 0px #147596;
box-shadow: 0px 0px 7px 0px #147596;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#147596, Direction=NaN, Strength=7);
}

.page_3 .float_right img:hover, .page_3 .float_left img:hover, .page_4 .layout_latest img {
	-moz-box-shadow: 0px 0px 0px 0px!important;
-webkit-box-shadow: 0px 0px 0px 0px!important;
-o-box-shadow: 0px 0px 0px 0px!important;
box-shadow: 0px 0px 0px 0px!important;
filter:none!important;
}
 
 .float_right { 
 margin:0 0 10px 20px;
 float:right;
 
 }
 .float_left { 
 margin:0 20px 10px 0;
float:left;
 }

#slide { 
width:100%;
margin: auto auto;
 }
 
#slide-19 {
    height: 500px;
}
 
 #entete { 
width:100%;
background: url("../../files/theme/images/slide/entete-milieux.jpg") center top no-repeat;
height:400px;
 }
 
 .page_5 #entete { 
background: url("../../files/theme/images/slide/entete-velo.jpg") center top no-repeat;
 }
 
  .page_13 #entete { 
background: url("../../files/theme/images/slide/entete-especes.jpg") center top no-repeat;
 }
 
   .page_14 #entete, .page_8 #entete { 
background: url("../../files/theme/images/slide/paysage-entete.jpg") center top no-repeat;
 }
 
   .page_18 #entete { 
background: url("../../files/theme/images/slide/bassin-entete.jpg") center top no-repeat;
 }
 
    .page_48 #entete { 
background: url("../../files/theme/images/slide/entete-cycleeau.jpg") center top no-repeat;
 }

    .page_46 #entete { 
background: url("../../files/theme/images/slide/entete-mammiferes.jpg") center top no-repeat;
 }
  
     .page_25 #entete { 
background: url("../../files/theme/images/slide/entete-orientation.jpg") center top no-repeat;
 }
 
    .page_26 #entete { 
background: url("../../files/theme/images/slide/entete-sorties.jpg") center top no-repeat;
 }
 
      .page_29 #entete { 
background: url("../../files/theme/images/slide/entete-randoped.jpg") center top no-repeat;
 }
 
      .page_30 #entete { 
background: url("../../files/theme/images/slide/entete-randovelo.jpg") center top no-repeat;
 }
 
     .page_31 #entete { 
background: url("../../files/theme/images/slide/entete-equitation.jpg") center top no-repeat;
 }

     .page_27 #entete { 
background: url("../../files/theme/images/slide/entete-peche.jpg") center top no-repeat;
 }
      .page_28 #entete { 
background: url("../../files/theme/images/slide/entete-voile.jpg") center top no-repeat;
 }
 
       .page_38 #entete { 
background: url("../../files/theme/images/slide/entete-groupes.jpg") center top no-repeat;
 }
 
      .page_39 #entete { 
background: url("../../files/theme/images/slide/entete-rencontre.jpg") center top no-repeat;
 }
       .page_43 #entete { 
background: url("../../files/theme/images/slide/insectes-entete.jpg") center top no-repeat;
 }
       .page_44 #entete { 
background: url("../../files/theme/images/slide/oiseaux-entete.jpg") center top no-repeat;
 }
       .page_45 #entete { 
background: url("../../files/theme/images/slide/reptiles-entete.jpg") center top no-repeat;
 }
 
 .page_3 #slide .inside, .page_3 #footer .inside { 
width:100%;
 }
  
 
  .quote figure{ 
 width:34px;
 margin:auto;
 }
 
   .noborder img{ 
 border:0!important;
 }
 
    .noborder:hover img{ 
 box-shadow:0 0 0 0!important;
 }
 
 .page_3 #slid { 
 margin-top:0!important;
 }
 
 .page_3 #container { 
 margin-left: auto;
  margin-right: auto;
  width: 100%; 
  float:left;
  padding-bottom:0px;
 }  
 
 #container { 
 margin-left: auto;
  margin-right: auto;
  width: 100%; 
  background: url("../../files/theme/images/design/fondactus.gif") repeat top left;
  padding-bottom:150px;
 }  
 
.page_2 .custom  { 
 margin-left: auto;
 margin-right: auto;
 width: 100%; 
 }
 
  .custom  { 

 }
 
 #presentation  { 
background: url("../../files/theme/images/design/fondpresentation.jpg") center top no-repeat;
padding:50px 0 0 0;
 }
 
  #evenements  { 
background: url("../../files/theme/images/design/fondevents.gif") left top repeat;
padding: 50px 0;
 }
 
   #evenements img, #accueil img { 
border:0 !important; }

 #evenements img { 
	-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;
	margin-left:20px;
	 } 

   #evenements img:hover { 
	-ms-transform: rotate(-4deg); /* IE 9 */
    -webkit-transform: rotate(-4deg); /* Chrome, Safari, Opera */
    transform: rotate(-4deg);
	 }
 
  #presentation H2 { 
font: 43px/43px 'questaregular', sans-serif;
width:100%;
margin:auto;
margin-top:8px;
text-align:center;
text-shadow: 3px 3px 0px rgba(255, 255, 255, 1);
 }
 
#presentation figure {
    margin: auto;
	width:192px;
	margin-top:197px;
}
#presentation figure img {
	border:0!important;
}
 
 #presentation .col-33x33x33  { 
margin-top:45px!important;
 }
 
  .imgleft {
background: url("../../files/theme/images/design/left.png") right top no-repeat;
 float:left;
position:absolute;
width:163px;
z-index: 1;
height:176px;
  }
 
 .page_3 .imgleft  { 
 }
 
   /***************** EVENEMENTS  *******************/
  

 .page_3 .mod_eventlist H2 {
	margin-bottom:13px!important;
    font: 18px/11px "nerisblack",sans-serif !important;
	text-align:left;
}

 .page_3 .mod_eventlist .ce_text {
	display:none;
}



.page_3 .layout_list {
    padding: 1px 0 19px 75px;
	background: rgba(0, 0, 0, 0) url("../../files/theme/images/design/event_icone.png") no-repeat scroll 0 -69px;
	height:46px;
	-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;
	margin-bottom:20px;
}

 .page_3 .layout_list:hover  {
    background: rgba(0, 0, 0, 0) url("../../files/theme/images/design/event_icone.png") no-repeat scroll 0 0;
}

.page_3 .mod_eventlist > *{
    color:#000!important;
}

.page_3 .mod_eventlist a, .page_3 .mod_eventlist time{ 
  	color:#000;
	text-decoration:none;
 }
 
  .page_40 .mod_eventlist H2 a {
	color:#ef412d;
font: 37px/40px 'questaregular', sans-serif;
text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
margin-bottom:33px;
margin-top:20px;
}

  .page_40 .mod_eventlist H2 {
	text-align:left;
	margin-bottom:12px!important;
}

  /***************** BULLES  *******************/
  
#slid .col-25x25x25x25 {
    margin-bottom: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
 /*   margin-top: -128px!important;*/
    position: absolute;
    z-index: 1000000;
	-moz-box-shadow: 0px 4px 4px 0px #000000;
	-webkit-box-shadow: 0px 4px 4px 0px #000000;
	-o-box-shadow: 0px 4px 4px 0px #000000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=180, Strength=4);
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.6);
	top:645px;
}
  
#slid .col-25x25x25x25 h4{
	color:#fff;
	padding:5px 5px 25px 5px;
-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;
text-align:center;
font: 40px/10px 'questaregular', sans-serif;
text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
 margin-top: 12px;
 background: url("../../files/theme/images/design/ligneorange.png") no-repeat center 38px;
	height:44px;
}  

#slid .col-25x25x25x25 h3{
	color:#fff;
	padding: 34px 5px 5px;
-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;
text-align:center;
font: 16px/10px 'nerisblack', sans-serif;
text-transform:uppercase;
text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
} 

.bullesnew1 {
    background: url("../../files/theme/images/design/new1.jpg") no-repeat center center;
	height:134px;
}

.bullesnew2 {
    background: url("../../files/theme/images/design/new2.jpg") no-repeat center center;
	height:134px;
}

.bullesnew3 {
    background: url("../../files/theme/images/design/new3.jpg") no-repeat center center;
	height:134px;
}

.bullesnew4 {
    background: url("../../files/theme/images/design/new4.jpg") no-repeat center center;
	height:134px;
}


.bullesnew1 a, .bullesnew2 a, .bullesnew3 a, .bullesnew4 a {
    width:100%;
	height:100%;
	text-decoration:none;
}

.bullesnew1 .new1:hover, .bullesnew2 .new2:hover, .bullesnew3 .new3:hover, .bullesnew4 .new4:hover {
	background: url("../../files/theme/images/design/fondbullesnew.png") no-repeat center center;
}






/*

.mouse {
    width:30px;
	margin-left:50%;
	position:absolute;
	z-index:1000;
	top:454px;
	overflow:visible;
	 -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;
	display:none;
}
.mouse img{
	margin-left:-15px;
}

#slid:hover .mouse{
	top:484px;
}

.bulle1 H4, .bulle1 H3 {
    right: 50%;
	margin-right:50px;
	text-indent:0px!important;
}

.bulle1 H4 {
    background: url("../../files/theme/images/design/ligneorange.png") no-repeat 192px bottom;
	padding-bottom:25px!important;
}

.bulle2 H4 {
    background: url("../../files/theme/images/design/ligneorange.png") no-repeat 5px bottom;
	padding-bottom:25px!important;
}

.bulle1 img {
    left: 49%;
    padding-right: 45px;
    position: absolute;
    top: 48px;
	-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;
}

.bulle2 img {
margin-left:12px;
position: absolute;
    top: 48px;
	right: 49%;
	-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;
}

.bulle1:hover img {
    left: 48.2%;
}

.bulle2:hover img {
    right: 48.2%;
}

.bulle1:hover H4, .bulle1:hover H3 {
    right: 50%;
	margin-right:75px;
}

.bulle2 H4, .bulle2 H3 {
    margin-left:50px;
	text-indent:0px!important;
}

.bulle2:hover H4, .bulle2:hover H3 {
	margin-left:75px;
}
  
 .bulle1 a, .bulle2 a  { 
 width: 100%; 
 text-indent:-3000px;
 height:128px;
  background-origin:initial;
  background-repeat:no-repeat no-repeat;
  display:block;
   -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 .bulle1 a, .bulles:hover .bulle2 a { 
background-color:#dc4f10;
cursor:pointer;
 }
 
   .bulles:hover H4  { 
	color:#fff;
 }
 
  .bulle1 a { 
background: url("../../files/theme/images/design/activites.png") no-repeat top right;
 }
 
   .bulle2 a { 
background: url("../../files/theme/images/design/nature.png") no-repeat 0px 0px;
 }
 
    .bulles { 
background: url("../../files/theme/images/design/fondmenu2.png") repeat 0px 0px;
 }
 
*/ 
 	.internav div{ 
	height:128px;
 }
 
  	.internav a{ 
	 width: 100%; 
 	text-indent:-3000px;
  background-origin:initial;
  background-repeat:no-repeat no-repeat;
  display:block;
  height:128px;
   -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;
  text-decoration:none;
 }
 
     .bullebio a { 
background: url("../../files/theme/images/design/biodiv-1-1.jpg") no-repeat 0px 0px;
 }
 
     .bullepre a { 
background: url("../../files/theme/images/design/biodiv-1-2.jpg") no-repeat 0px 0px;
 }
 
      .bullesport a { 
background: url("../../files/theme/images/design/activites-sub2.jpg") no-repeat 0px 0px;
 }
 
     .bulleloisirs a { 
background: url("../../files/theme/images/design/loisirs-sub2.jpg") no-repeat 0px 0px;
 }
 
  .internav H4 {
	font: 30px/10px 'questaregular', sans-serif;
	color:#fff;
	margin-top: 65px;
	-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;
}
 
 .bullebio H4, .bullesport H4 {
    margin-right: 50px;
    text-align: right;
}

 .bullebio:hover H4, .bullesport:hover H4 {
    margin-right: 75px;
}

 .bullebio,.bullepre, .bullesport, .bulleloisirs  {
  -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;
}

 .bullebio:hover,.bullepre:hover,.bullesport:hover,.bulleloisirs:hover  {
	opacity:0.7;
}

 .bullepre H4 {
    width:200px;
    text-align: right;
}

.bulleloisirs H4 {
    width:257px;
    text-align: right;
}

 .bullepre:hover H4{
    width:250px;
}

.bulleloisirs:hover H4{
    width:300px;
}
 
.rsts-skin-default .rsts-active .rsts-caption {
    opacity: 1;
    transform: translate(0px, 0px);
}

.rsts-caption {
    background-color: transparent !important;
	color: #2b819e!important;
    font: 54px/54px "nerisblack",sans-serif;
    margin: auto !important;
    min-width: 900px;
    text-align: center;
    text-transform: uppercase;
    top: 150px !important;
    width: 100%;
	text-shadow: 4px 4px 0px rgba(255, 255, 255, 1);
}

.rsts-slide:nth-child(3) .rsts-caption, .rsts-slide:first-child .rsts-caption {
	color: #fff!important;
	text-shadow: 4px 4px 0px rgba(45, 134, 163, 1)!important;
}

 
 /***************** COLUMNS  ********************/ 
 
 .ce_colsetPart { 
margin:0!important;
 }
 
/***************** ACTUALITES  ********************/ 
.page_3 .mod_newslist, .page_3 .layout_latest > *  {
	margin:0!important;
}

.page_3 .mod_newslist .teaser {
	padding:20px;
}

.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;
	text-indent:-3000px;
	background-image: url("../../files/theme/images/design/prev.gif");
	
}

.slider-control .slider-next {
	width:23px;
	text-indent:-3000px;
	background-image: url("../../files/theme/images/design/next.gif");
	
}

.page_4 .layout_latest {
	width:30%;
	margin:1.5%;
}

.page_4 .layout_latest figure {
	margin:0!important;
}

.page_4 .layout_latest img {
	border:0!important;
}

.page_4 .layout_latest p {
	font: 15px/20px 'questaregular', sans-serif!important;
}

.page_4 .layout_latest H2 {
	margin:15px 0!important;
	padding: 0!important;
}
 
.layout_latest {
	width:100%;
	float:left;
	background-color: #fff;
	border-bottom:4px solid #ef412d;
	-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;
}

.layout_latest:hover {
	-moz-box-shadow: 0px 0px 15px 2px #656565;
-webkit-box-shadow: 0px 0px 15px 2px #656565;
-o-box-shadow: 0px 0px 15px 2px #656565;
box-shadow: 0px 0px 15px 2px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=15);
}

.layout_latest .more a {
	font-size:15px;
	color:#fff!important;
	background-color:#deb331;
	text-decoration:none;
	margin-bottom:20px;
	font: 10px/10px 'nerisblack', sans-serif!important;
	text-shadow:0px 0px 0 rgba(255, 255, 255, 1)!important;
}

#accueil .col_1 img{
	margin-left: -1px;
}

.layout_latest img {
	margin: 0px;
}

.layout_latest .teasernews {
	width:100%;
	float:left;

}

.layout_latest .info {
	padding-right: 20px;
    text-align: right !important;
}

.layout_latest .info p {
	margin:0!important;
}
	

.layout_latest .more {
	float:right;
	text-align:left !important;
}

.layout_latest H2 {
    padding:0 !important;
	margin-top:0!important;
	
}

.page_3 .layout_latest H2 {
	margin-top:0.4em!important;
}

.layout_latest H2 a {
	color:#000 !important;
	font: 25px/25px 'nerisblack', sans-serif!important;
	color:#000!important;
	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:#dc4f10;
	font: 12px/15px 'nerisblack', sans-serif!important;
	font-weight:bold;
}

.mapaccueil img:hover { 
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
	 }
.mapaccueil img { 
 -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
	 }


.mapaccueil figcaption {
    background-color: transparent!important;
    clear: both;
    color: #ef412d!important;
	text-transform:uppercase!important;
    font: 20px/20px "questaregular",sans-serif!important;
	opacity:0;
	margin-top:-30px;
	 -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

.mapaccueil figure:hover figcaption { 
	opacity:1;
	margin-top:0px;
	 }


.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 'questaregular', sans-serif;
padding-top:0;
}
.consult p{
margin:0 !important;
background-color:#a3845e;
height:18px;
font: 10px/18px 'questaregular', 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 'questaregular', sans-serif;
	color:#fff;
	text-align:left;
	text-decoration:none;
	background-color:#3b8cc2;

}

.toggler {
  	font: 18px/26px 'questaregular', 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 'questaregular', sans-serif!important;
  padding:3px;
	background-color:#dc4f10;
	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;
	float:right;
	text-align: center;
}

.back a {
	color:#fff!important;
	text-decoration:none;
	text-shadow: 0px 0px 0 #fff!important;
}


/***************** 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 {
    font-size: 11px;
    position: absolute;
    width: 270px;
    z-index: 50;
	margin-top:-56px;
	padding-left: 245px;
	margin-left:50%;
}

 .mod_form form {
	background: url("../../files/theme/images/design/fondsearch.gif") no-repeat scroll left top transparent;
	height:30px;
}

.mod_form input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin-left: 62px;
}

#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: 30px;
    margin-left:0;
    padding: 0;
    text-indent: -3000px;
    width: 50px;
}

#ctrl_1 {
    margin-top: 5px;
}

/***************** RIGHT / LEFT ********************/
	
#right {
width: 230px;
margin-top:150px;
}

#left {
margin-left:0;
}

/***************** FOOTER ********************/

#footer {
  width: 100%; 
  float:left;
  clear:both;
  margin-bottom:0;
  background: url("../../files/theme/images/design/fondfooter.png") bottom center no-repeat #2d86a4;
}

#footer .inside{
	margin:auto;
}

#footer .tabularasa{
  float:right;
}

#footer .tabularasa a{
  color:#fff;
  text-decoration:none;
  font: 16px/16px 'nerisblack', sans-serif!important;
  padding:15px;
  background-color:#1d6780;
  	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
    -moz-transition-property: all;
	-moz-transition-duration: 1s;
	transition-property: all;
	transition-duration: 1s;
	float:right;
	margin-top:5px;
}

#footer .tabularasa a:hover{
  background-color:#dc4f10;
  color:#fff;

}

#footer .mentions{
  float:left;
  color:#FFF;
  font: 11px/20px 'questaregular', sans-serif;
  margin-top:10px;
  text-transform:uppercase;
}

#footer .mentions a{
  color:#FFF;
  text-decoration:none;
  
}

#footer H4{
  color:#81c8e1;
  font: 26px/20px 'questaregular', sans-serif;
  margin-top:5px;
}

#footer p, #footer a {
  color:#81c8e1;
  font: 15px/20px 'questaregular', sans-serif;
}

#footer a {
  text-decoration:none;
}

#footer a:hover {
  color:#fff;
}
 
 #piedepage{
 background-color:#69bad7;
 border:1px solid #a0d8ec;
  }
  
   #lignefoot{
 background-color:#1d6780;
 border:1px solid #65acc4;
 height:25px;
  }
  
  #contenufoot{
 height:330px;
  }
  

/************** FORMULAIRE *************************/

   .formulaire H1 { 
   background: url("../../files/theme/images/mail.png") no-repeat scroll left bottom transparent;
    padding-left: 45px;
	height:30px;
	font: 25px/25px 'questaregular', sans-serif;
	color:#025d6b;
	
  }
  
   .formulaire { 
float:left;
width:734px;
font: 11px/16px 'questaregular', 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 {
    background-color: #deb331 !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 {
    color:#FFFFFF;
}

label.ditesmoitout {
  	float: right;
    margin-right: 275px;
    margin-top: -110px;
}

#ctrl_9 {
	border: medium none;
    clear: both;
    color: #000;
    font: 16px/16px "questaregular",sans-serif;
    height: 50px;
    padding: 10px;
    width: 100%;
}

#ctrl_9: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:340px;
margin-top:45px;
  }
  
  .coord p { 
padding-left:80px;
  }
  
  .coord img { 
float:left;
margin-left:-58px;
margin-top:0px;
border:0!important;
  }

  .coord .ad { 
margin-top:0;
  }

#contact { 
float:left;
font: 16px/16px 'questaregular', 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:#f0be2f;
	color:#000;
}

#contact input:hover, #contact textarea:hover{
	background:#f0be2f;  
	color:#000;
}

#ctrl_12 {
	border: none;
    color: #3D2716;
    font-size: 100%;
    height: 50px;
    padding: 10px;
    width: 281px;
	color:#808080;
	font: 11px/10px 'questaregular', sans-serif;
}

#ctrl_12:hover {
	color:#FFF;
}

#ctrl_12_submit {
    margin-right: 0px;
	font-size:14px;
	font: 14px/10px 'questaregular', 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;
}


/*************** CIRCLES *****************/



.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 'questaregular', sans-serif;
	font-style:italic;
}

.clic a {
	padding: 10px 32px;
}

.clic {
	height:27px;
	margin-top:30px;
	
	
}

#sousmenucontent	{
		opacity:1;
		-webkit-transition: all 0.9s ease-in-out 0s;
		-moz-transition: all 0.9s ease-in-out 0s;
		-o-transition: all 0.9s ease-in-out 0s;
		-ms-transition: all 0.9s ease-in-out 0s;
		transition: all 0.9s ease-in-out 0s;
	   }

#sousmenu {
			width: 100%;
			position: fixed;
			z-index:10000:;
			bottom:-80px;
			-webkit-transition: all 0.4s ease-in-out 0s;
		-moz-transition: all 0.4s ease-in-out 0s;
		-o-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		transition: all 0.4s ease-in-out 0s;
		}
		
#sousmenu.floatable {
			/* position: relative;
			top: 0; */
			position:absolute;
		}

#sousmenucontent .col_1, #sousmenucontent .col_2, #sousmenucontent .col_3, #sousmenucontent .col_4, #sousmenucontent .col_5, #sousmenucontent .col_6, #sousmenucontent .subcolumns{
			margin:0!important;
		}
		
#sousmenucontent nav	{
		margin: 0 0 -2px !important;
		height:80px;
	   }	

#sousmenucontent nav li	{
	   }
	   
#sousmenucontent nav:hover li{
		opacity:1;
	   }
#sousmenucontent nav li:hover{
		opacity:1;
	   }
	   
#sousmenucontent:hover, .floatable #sousmenucontent {
		opacity:1!important;
	   }
	   
/*#sousmenucontent:hover li, .floatable #sousmenucontent li {
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
	   }	   */
		
.elem6 {
		width:100%;
	   }
	   
.elem4 li {
		width:24.95%!important;
 }
 
.elem5 li {
		width:20%!important;
 }
	   
.elem6 li {
		width:16.6%;
		margin:0!important;
		margin-top:20px!important;
		height:80px;
		padding:0!important;
		-webkit-transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		-ms-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
		border-top:3px solid #2d86a4;
 }
.elem6 li a {
		 font: 22px/30px 'nerisblack', sans-serif!important;
		 height:100%;
		 width:100%;
		 color:#fff!important;
		 text-transform:none!important;
		 margin-top:10px;
		text-shadow: 2px 2px 6px #000;
	   }
	   
.elem6 li a:hover {
		color:#fff!important;
		text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
		font-weight:bold;
	   }	   

.elem6 li:hover, .elem6 li.active {
		border-top:3px solid #dc4f10;
		margin-top:0px!important;

 } 
 
.elem6 li.active span {
		font: 22px/50px 'nerisblack', sans-serif!important;
		 height:100%;
		 text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
		 width:100%;
		 color:#fff!important;
		 text-transform:none!important;

 } 
	   
.elem6 li:nth-child(1) {
		background: url("../../files/theme/images/design/decouverte.jpg") no-repeat;
	   }
 .elem6 li:nth-child(2) {
		background: url("../../files/theme/images/design/orientation.jpg") no-repeat;
	   }	
 .elem6 li:nth-child(3) {
		background: url("../../files/theme/images/design/rando-sub.jpg") no-repeat;
	   }
 .elem6 li:nth-child(4) {
		background: url("../../files/theme/images/design/peche.jpg") no-repeat;
	   }
 .elem6 li:nth-child(5) {
		background: url("../../files/theme/images/design/voile-sub.jpg") no-repeat;
	   }
 .elem6 li:nth-child(6) {
		background: url("../../files/theme/images/design/groupe.jpg") no-repeat;
	   }	
.elem4 li:nth-child(1) {
		background: url("../../files/theme/images/design/bassinversant-sub.jpg") no-repeat;
	   }
.elem4 li:nth-child(2) {
		background: url("../../files/theme/images/design/laccebronsub.jpg") no-repeat;
	   }	
.elem4 li:nth-child(3) {
		background: url("../../files/theme/images/design/barrage-sub.jpg") no-repeat;
	   }
.elem4 li:nth-child(4) {
		background: url("../../files/theme/images/design/preservationeau-sub.jpg") no-repeat;
	   }  
	   
.elem62 li:nth-child(1) {
		background: url("../../files/theme/images/design/paysage-sub.jpg") no-repeat;
	   }
 .elem62 li:nth-child(2) {
		background: url("../../files/theme/images/design/insectes-sub.jpg") no-repeat;
	   }	
 .elem62 li:nth-child(3) {
		background: url("../../files/theme/images/design/oiseaux-sub.jpg") no-repeat;
	   }
 .elem62 li:nth-child(4) {
		background: url("../../files/theme/images/design/amphibiens-sub.jpg") no-repeat;
	   }
 .elem62 li:nth-child(5) {
		background: url("../../files/theme/images/design/mammiferes-sub.jpg") no-repeat;
	   }
 .elem62 li:nth-child(6) {
		background: url("../../files/theme/images/design/preservation-sub.jpg") no-repeat;
	   }	
.elem5 li:nth-child(1) {
		background: url("../../files/theme/images/design/hebergement-sub.jpg") no-repeat;
	   }
 .elem5 li:nth-child(2) {
		background: url("../../files/theme/images/design/piscine-sub.jpg") no-repeat;
	   }	
 .elem5 li:nth-child(3) {
		background: url("../../files/theme/images/design/restaurer-sub.jpg") no-repeat;
	   }
 .elem5 li:nth-child(4) {
		background: url("../../files/theme/images/design/sallesport-sub.jpg") no-repeat;
	   }
 .elem5 li:nth-child(5) {
		background: url("../../files/theme/images/design/aire-sub.jpg") no-repeat;
	   } 
	   
a#close {
	font: 14px/14px 'nerisblack', sans-serif!important;
	color:#dc4f10;
	text-decoration:none;
	float:right;
}


#mm-0 {
	background: url("../../files/theme/images/design/fondmenumain.jpg") no-repeat;
}

#mm-0 H2{
	font: 55px/50px 'questaregular', sans-serif!important;
}


#mm-0 H3 a{
	font: 25px/30px 'nerisblack', sans-serif!important;
	color:#fff;
	text-decoration:none;
	text-shadow: 2px 2px 2px #000;
}

#mm-0 H3{
	text-align:center;
	padding-bottom:10px;
	padding-top:100px;
	border-bottom: 7px solid #13708f;
}

#mm-0 li a {
    font: 22px/30px 'nerisblack', sans-serif!important;
	color:#13708f;
	margin:3px 0 4px 0;
	text-decoration:none;
	border-bottom: 1px solid #13708f;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}

#mm-0 li {
	text-align:center;
}

#mm-0 li a:hover {
    font: 22px/30px 'nerisblack', sans-serif!important;
	color:#dc4f10;
	text-decoration:none;
	border-bottom: 4px solid #dc4f10;
	background-color:#fff;
	margin:-3px 0 0 0!important;
}

.menumainbio H3{
	background: url("../../files/theme/images/design/fondmenumainbio.jpg") no-repeat center center;
}

.menumaineau H3{
	background: url("../../files/theme/images/design/fondmenumaineau.jpg") no-repeat center center;
}

.menumainat H3{
	background: url("../../files/theme/images/design/fondmenumainat.jpg") no-repeat center center;
}

.menumainlois H3{
	background: url("../../files/theme/images/design/fondmenumainlois.jpg") no-repeat center center;
}

#mm-0 H4 a{
	font: 25px/30px 'nerisblack', sans-serif!important;
	color:#dc4f10;
	text-decoration:none;
}

#mm-0 H4 {
	text-align:center;
	padding:0px;
}

#mm-0 .col-25x25x25x25 figure {
	width:50px;
	margin:auto;
	  -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;

}

#mm-0 .col-20x20x20x20x20 figure {
	width:50px;
	margin:auto;
	  -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;

}

#mm-0 .col-25x25x25x25 {
	padding-top: 3%;
}

#mm-0 .col-20x20x20x20x20 div:hover a {
	color:#2d86a3;
}


#mm-0 .col-20x20x20x20x20 div:hover figure { 
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
	
	 }
/**
 * 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  {
    float:right;
}



/**
 * 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
	 */
	
		#right  {
	margin-left:5%;
}

	.imgleft, #sousmenu {
display:none;
  }

.rsts-caption {
    margin-left: 5%;
}
	
	#wrapper {
		width:100%;
	}
	 .mod_form {
	padding-left: 120px!important;
}
	footer .inside {
	width:744px;
	margin:0 auto;
}

.logofoot, #contenufoot  {
	width: inherit!important;
	}

	.clic  {
	display:block;
    }
	
		.clic a {
	display:block;
	margin-right:20px;
	text-decoration:none;
	padding:5px;
    }
	
	.page_3 #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{ 
  width: 100%; 
 } 
 
footer .inside, #main .inside, #header .inside {
	margin:0 auto;
}

.page_3 #slide .inside, .page_3 #slider {
	width:100%!important;
}


#slid .col-25x25x25x25 h4 {
    font: 30px/30px "questaregular",sans-serif!important;
    margin-top: 0!important;
    padding: 5px 5px 30px!important;
}

.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
{
	float:left;
	width:33%!important;
	clear:right;
	margin-bottom:40px;
}

#main {
    width: 90%!important;
}

.page_3 #main {
    width: 100%!important;
}

#accueil .col_2 div, #accueil .col_3 div {
    padding-left: 0!important;
	padding-right: 0!important;
}

}

/**
 * Remove all floats and fixed widths if the screen width is less than 768
 * pixel (e.g. on a mobile phone)
 */
@media (max-width:767px)
{
	/**
	 * Remove the overall width
	 */
	
	.navbouton  {
  margin-top:20px !important;
  margin-bottom:30px;
}


#slid .col-25x25x25x25 {
    position: relative!important;
    top: 0!important;
}

#slid .col-25x25x25x25 > div{
    display:inherit!important;
} 

#presentation .last {
    display: none;
}

	.imgleft, .mod_breadcrumb, #sousmenu {
display:none;
  }
	#wrapper {
		width:auto;
	}
	
	.clic  {
	display:block;
    }

	.clic a {
	display:block;
	margin-right:20px;
	text-decoration:none;
	padding:5px;
    }
		
	.page_3 #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
{
	float:left;
	width:100%!important;
	clear:both;
	margin-bottom:40px;
}

.page_3 .mod_newslist figure, .page_3 .mod_newslist figure img{
    width: 100%;
}

.page_3 .col-33x33x33 .col_1, .col-33x33x33 .page_3 .col_2, .col-33x33x33 .page_3 .col_3
{
	width:100%!important;
	clear:both;
}

#main {
    width: 100%;
}

#main p{
    padding: 20px;
	font: 20px/25px 'questaregular', sans-serif;
}
 

.col_1, .col_2, .col_3, .col_4, .col_5
{
	width:100%!important;
	clear:both;
}

.col-50x50 .col_1, .col-50x50 .col_2 {
	display:inherit!important;
}
	
	.page_3 #chiffres .inside {
    margin: auto;
    width: 100% !important;
	}
	
	.page_3 #accueil {
    margin: auto;
    width: 100%!important;
	}
	
	#right, #contenufoot .col_1, #contenufoot .col_2, #contenufoot .col_3 {
	display:none!important;
    }
	
	#main .ce_text img {
    width:100%!important;
	}
	.page_33 #main img {
    width:100%!important;
}

#main  {
    float:none!important;
	}


	 #slide { 
height:350px!important;
background-position:center center!important;
background-size:cover!important;
 }
 
 #slid .col-50x50 {
    margin-top: 0px!important;
 }	
 
 #slid .col-50x50 .bulle2 H3{
    top: 130px!important;
 }	
 
 #slid .col-50x50 .bulle2 H4{
    top: 140px!important;
 }	
 
  #slid .col-50x50 .bulle2 H4, #slid .col-50x50 .bulle2 H3 {
   margin-left: 0px!important;
   text-align:center;
   width:100%;
   text-shadow:2px 2px 2px #000;
 }	
 
   #slid .col-50x50 .bulle1 H4, #slid .col-50x50 .bulle1 H3 {
   margin-left: 0px!important;
   text-align:center;
   width:100%;
   right:inherit!important;
   text-shadow:2px 2px 2px #000;
 }	
 
   .bulle1 img, .bulle2 img, .mod_form {
   display:none;
 }	
 
   #accueil .col_1 div, #accueil .col_2 div, #accueil .col_3 div{
   padding: 0px!important;
 }	
 
    #accueil {
   padding-bottom: 60px;
 }	
 
 .page_3 #container #presentation p {
    font: 20px/23px "questaregular",sans-serif;
	padding:0px;
}
 
#footer .mentionsline{

text-align:center;
}

	#footer {
border-top:0;
}

.logofoot, #contenufoot  {
	width: inherit!important;
	text-align: center;
	}	
		
#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-top: 45px;
    width: 300px;
	margin-top: 30px !important;
    text-align: center !important;
}

#footer .tabularasa a {
    float: inherit !important;
}
	
	#logo  {
	width: 70%;
    }
	
	.page_3 .mod_rocksolid_slider,.page_3 .rsts-crop {
		height:350px!important;
    }
	
	.leftsubmenu, .rsts-caption {
    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;
}

#mm-0 .col_1 div, #mm-0 .col_2 div, #mm-0 .col_3 div, #mm-0 .col_4 div{
	padding-left:0!important;
	padding-right:0!important;
}

.page_4 .layout_latest {
    margin: 1.5%;
    width: 100%;
}

	/**
	 * 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%;
}

	#right  {
	margin-left:5%;
    
}

  #container { 
  width: 100%; 
 } 
 
   .page_3 #container .inside { 
  width: 100%; 
 } 
 
    .page_3 #container #accueil, .page_3 #container #sports{ 
  width: 100%; 
 } 
 
 .page_3 #container #accueil .col-33x33x33, .page_3 #container #presentation .col-60x40, .page_3 #container #evenements .col-50x50, .page_3 #container #accueil .col-50x50 {
    margin: auto;
    width: 1100px;
	padding-bottom: 75px;
}

   .logofoot, #contenufoot{ 
 width:1100px;
margin:auto;
padding: 10px 0;
 }
 
    .page_3 #slid H1 { 
  width: 1100px; 
  margin:auto;
 }
 
     .page_7 #slid, .page_7 #slide .inside { 
  width: 100%!important;
 }
 
 footer .inside {
	width:100%;
	margin:0 auto;
}

#slide .inside {
    width: 100%;
}

.page_3 #container #main {
    width: 100%;
}

#container #main {
    width: 1100px;
}

.page_3 #slide .inside {
    width: 100%!important;
}


#main .inside {
	width:100%;
	margin:0 auto;
}

#header .inside {
	width:1100px;
	margin:0 auto;
}

.page_3 #chiffres .inside {
    width: 1100px;
}
	 
}


@media (min-width:980px) and (max-width:1129px)
{
	/**
	 * FOR BIG SCREENS
	 */
	

#slid .col-25x25x25x25 h4 {
    font: 30px/30px "questaregular",sans-serif !important;
    margin-top: 0 !important;
    padding: 5px 5px 30px !important;
}	
	 
footer .inside, #header .inside, .page_3 #chiffres .inside{ 
 } 
 
footer .inside, #main .inside, #header .inside {
	margin:0 auto;
}

.page_3 #slide .inside {
	width:100%!important;
}
 
   .page_3 #presentation { 
padding:0 20px;
 } 
 
 .mod_form {
	padding-left: 190px!important;
}
 
   .imgleft {
 background: url("../../files/theme/images/design/left.png") right top no-repeat;
 float:left;
position:absolute;
width:30px;
height:800px;
  }
  
.page_3 #accueil figure img {
    width: 100%;
}

.page_3 #container #accueil .col-33x33x33, .page_3 #container #presentation .col-60x40, .page_3 #container #evenements .col-50x50, .page_3 #container #accueil .col-50x50  {
    padding-bottom:75px;
}
	 
}

@media (min-width:1130px) and (max-width:1240px)
{
	/**
	 * FOR BIG SCREENS
	 */
	    .imgleft {
width:70px;
  }

}

@media (min-width:1241px) and (max-width:1440px)
{
	/**
	 * FOR BIG SCREENS
	 */
	    .imgleft {
width:10%;
  }

}
 
 @media (min-width:980px) and (max-width:1400px)
{
	/**
	 * FOR BIG SCREENS
	 */
 
 .elem6 li a, .elem6 li.active span, .elem5 li a, .elem5 li.active span, .elem4 li a, .elem4 li.active span {
		 font: 22px/22px 'nerisblack', sans-serif!important;
}
 
 }
