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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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%;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* 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}
/** MAIN COLOR: #a4c412   -   SECOND COLOR: #575656 **/


* {-webkit-box-sizing: border-box;box-sizing: border-box; font-family: 'Fira Sans', sans-serif; font-weight: 100;}
a {text-decoration: none;}
input:focus, textarea:focus {outline:none;}
body {border-top: 5px solid #a4c412; background-color: #f1f1f1;}

.home-test {font-size: 40px; min-width: 500px; background-color: red;}


#silvester-button { height: 400px;}

/** HEADER **/
#header {background-color: #fff; height: 130px; position: relative; z-index: 1000;}
#header .inside {margin: 0 auto; max-width: 1000px; height: 100%;}
#header #logo {position: relative; top: 20px; margin-bottom: 20px; display: inline-block;}
#header .inside .registrieren {background-color: #a4c412; color: #fff; padding: 3px 10px; text-transform: uppercase; font-size: 13px; display: inline-block; position: absolute; right: 0; top: 0;}
#header .inside .registrieren span {font-weight: 600;}

#header .socialmedia {position: absolute; right: 0; top: 35px;}
#header .socialmedia .login {background-color: #575656; color: #fff; padding: 2px 15px 0; font-size: 11px; text-transform: uppercase; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; border: 1px solid transparent;}
#header .socialmedia .login:hover {border: 1px solid #575656; color: #575656; background-color: transparent;}
#header .socialmedia .account {width: 15px; height: 15px; display: inline-block; margin-right: 4px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; vertical-align: middle;}
#header .socialmedia .account.facebook {background-image: url(/files/90plusx/src/img/icon_fb.png);}
#header .socialmedia .account.facebook:hover {background-image: url(/files/90plusx/src/img/icon_fb_hover.png);}
#header .socialmedia .account.twitter {background-image: url(/files/90plusx/src/img/icon_twitter.png);}
#header .socialmedia .account.twitter:hover {background-image: url(/files/90plusx/src/img/icon_twitter_hover.png);}
#header .socialmedia .account.instagram {background-image: url(/files/90plusx/src/img/icon_instagram.png);}
#header .socialmedia .account.instagram:hover {background-image: url(/files/90plusx/src/img/icon_instagram_hover.png);}

/** HAUPTMENÜ **/
#header #hauptnav {position: absolute; right: 0; top: 65px;}
#header #hauptnav ul {padding: 0; margin: 0; list-style-type: none;}
#header #hauptnav ul li {display: inline-block;}
#header #hauptnav ul li {text-transform: uppercase; padding: 20px 0 25px;}
#header #hauptnav ul li a, #header #hauptnav ul li span {color: #575656; padding: 20px 20px 25px 20px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; background-image: url(/files/90plusx/src/img/span_background.png); background-position: center 100px; background-repeat: no-repeat;}
#header #hauptnav ul li a:hover, #header #hauptnav ul li span {background-color: #a4c412; color: #fff; background-position: center bottom;}
#header #hauptnav ul li span {font-weight: 600;}
#header .open_mobile_navigation {display: none;}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ce_player {width:100%;}
.ce_player video {width:100%;}
/** STARTIMAGE WITH IMAGE **/
/* #startimage {background-image: url(/files/90plusx/src/img/startimage_background.jpg); background-size: cover; background-position: center center; background-repeat: no-repeat; min-height: 860px; position: relative; background-attachment: fixed; height: 800px;}
#startimage .inside {max-width: 1000px; margin: 0 auto; position: relative; height: 100%;}
#startimage .afterdiv {background-image: url(/files/90plusx/src/img/startimage_after.png); background-size: cover; background-position: center center; background-repeat: no-repeat; width: 100%; height: 800px; position: absolute; bottom: 0; z-index: 100;}
#startimage .mod_contentbox {max-width: 350px; background-color: rgba(164, 196, 18, 0.73); border-radius: 0 0 200px 200px; padding: 30px 20px 20px 20px; position: absolute; right: 0; top: 50px; text-align: center; font-size: 14px; color: #fff; z-index: 1;}
#startimage .mod_contentbox#stroererstart {max-width: 200px; background-color: rgba(255,255,255,0.7); border: 4px solid #a4c412; border-radius: 100%; left: 0; height: 200px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; z-index: 150; -webkit-transform: rotate(-10deg); transform: rotate(-10deg);}
.ios #startimage .mod_contentbox#stroererstart {top: 250px;}
#startimage .mod_contentbox#stroererstart a {color: #a4c412; font-size: 20px;}
#startimage .mod_contentbox#stroererstart p {color: #a4c412; margin-top: 0;}
#startimage .mod_contentbox h3 {position: absolute;right: 30px;top: 18px;font-size: 35px;font-weight: 900;text-transform: uppercase;}
#startimage .mod_contentbox .image_container {text-align: left; margin-bottom: 20px;}
#startimage .spieler {position: absolute; bottom: 20px; z-index: 2;} */

/** STARTIMAGE WITH VIDEO **/
#startimage .ce_youtube_video h2 {display: none;}
#startimage .afterdiv {content: '';pointer-events:none; background-image: url(/files/90plusx/src/img/startimage_after.png); background-size: cover; background-position: center center; background-repeat: no-repeat; width: 100%; height: 700px; position: absolute; bottom: 0; z-index: 100;}
#startimage .afterdiv.logo {pointer-events: none;}
.afterdiv #button-big a {background-color: #a4c412; display: inline-block; padding: 30px 120px; font-size: 2rem; position: relative; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); color:#fff !important;margin-bottom:50px; text-transform: uppercase; color: #fff;}
.afterdiv #button-big a:hover {background-color: #859F0F;}

#logogroß {position: absolute; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); left: 50%; top: 580px;}

#pageimagediv {position: relative;}
.mod_pageImage .pageimage {width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed; height: 300px;}
.pageimageafter {width: 100%; max-height: 160px; background-image: url("/files/90plusx/src/img/content_header_after.png"); background-size: cover; background-repeat: no-repeat; background-position: bottom; position: absolute; bottom: 0; height: 100%;}

/** YOUTUBE **/

.ce_youtube_video {width: 100%;}
.ce_youtube_video > .inside {width: 100%;}
.ce_youtube_video .video-container {position: relative; width: 100%; height: 0; padding-bottom: 56.25%;}
.ce_youtube_video iframe {position: absolute!important;left: 0!important;top: 0!important;width: 100%!important;height: 100%!important;}

.ce_youtube_video.mobile {display: none;}

/** GENERAL **/
.start #main .inside a {color:#a4c412}
.start #main .inside {margin: 0 auto; max-width: 1000px; padding-top:50px;}
.start #main .inside h1, .start #main .inside h2 {font-size: 82px; margin: 0; text-transform: uppercase; font-weight: 900; color: #a4c412;}
.start #main .inside h1 span, .start #main .inside .sc2 span {font-size: 30px; margin: 0; text-transform: uppercase; font-weight: 900; color: #575656;}
.start #main .inside .bereich2 span {display: inline-block;max-width: 150px;line-height: 22px;font-size: 24px !important;}
.start #main .inside .bereich3 {font-size: 80px !important; line-height: 35px; margin-bottom: 30px; margin-top: 20px;}
.start #main .inside .sc2 p {font-size: 14px; text-align: justify; line-height: 30px; margin: 0;}
.start #main .inside .divider {max-width: 400px; height: 1px; background-color: #a4c412; margin: 80px auto;}


.content #container {max-width: 1000px; margin: 0 auto; padding-top: 50px;}
.content .mod_article {padding-right: 70px;}
.content .mod_article p {font-size: 14px; text-align: justify; line-height: 30px; margin: 0;}
.content h1 {font-size: 50px; margin: 0; text-transform: uppercase; font-weight: 900; color: #a4c412; margin-bottom: 15px;}

.content .ce_image {margin: 40px 0;}
.content .ce_gallery {margin: 40px 0;}
.content .ce_gallery li {margin-right: 15px;}
.content .ce_gallery li.col_last {margin-right: 0 !important;}
.content .ce_text a {color:#a4c412;font-weight:bold;}

.content .mod_registration .widget-text, .content .mod_registration .widget-select, .content .mod_registration .widget-password, .content .mod_registration .widget-captcha {margin-bottom:5px;}
.content .mod_registration input {padding: 6px;border: none;-webkit-transition: border 0.3s;transition: border 0.3s;width:250px;}
.content .mod_registration select {padding: 6px;border: none;-webkit-transition: border 0.3s;transition: border 0.3s;width:250px;}
.content .mod_registration label {width:160px;display:inline-block;}
.content .mod_registration .captcha_text {font-size:13px;margin-left:4px;}
.content .mod_registration .submit_container {margin-top:20px;}
.content .mod_registration .submit {cursor: pointer;background-color:#a4c412;border:1px solid #a4c412;color:#fff;-webkit-transition: all 500ms;transition: all 500ms; -webkit-appearance: none;}
.content .mod_registration .submit:hover {cursor: pointer;background-color:transparent;border:1px solid #a4c412;color:#a4c412;-webkit-transition: all 500ms;transition: all 500ms;}
.content .mod_registration fieldset {border: none; margin: 0; padding: 20px 0;}
.content .mod_registration fieldset input {width: inherit;}
.content .mod_registration fieldset label {width: inherit;}
.content .mod_registration fieldset legend {display: none;}

.content .mod_personalData .widget-text, .content .mod_personalData .widget-select, .content .mod_personalData .widget-password, .content .mod_personalData .widget-captcha {margin-bottom:5px;}
.content .mod_personalData input {padding: 6px;border: none;-webkit-transition: border 0.3s;transition: border 0.3s;width:250px;}
.content .mod_personalData select {padding: 6px;border: none;-webkit-transition: border 0.3s;transition: border 0.3s;width:250px;}
.content .mod_personalData label {width:160px;display:inline-block;}
.content .mod_personalData .captcha_text {font-size:13px;margin-left:4px;}
.content .mod_personalData .submit_container {margin-top:20px;}
.content .mod_personalData .submit {cursor: pointer;background-color:#a4c412;border:1px solid #a4c412;color:#fff;-webkit-transition: all 500ms;transition: all 500ms; -webkit-appearance: none;}
.content .mod_personalData .submit:hover {cursor: pointer;background-color:transparent;border:1px solid #a4c412;color:#a4c412;-webkit-transition: all 500ms;transition: all 500ms;}

.content .ce_gallery  ul li a, .content .ce_image figure a {position:relative;display:inline-block;}
.content .ce_gallery  ul li img, .content .ce_image figure img {display:block;position:relative;}
.content .ce_gallery  ul li a:after, .content .ce_image figure a:after {-webkit-transition:background-color 300ms linear, background-size 300ms cubic-bezier(0, 0, .16, 1.47);transition:background-color 300ms linear, background-size 300ms cubic-bezier(0, 0, .16, 1.47);position:absolute;top:0;left:0;width:100%;height:100%;content:"";display:block;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABhklEQVRIS7WU0VHDMBBEdyuAEqACoAJIB1ABoQKgEqCDUAF0QNJBXAEpASo4Zpk7jywky4wTzeTHke5Jd7tLFJaZXQG4BXDuP+3a+u+V5Lp0rvSN6UczU8EnAAKMLQEeSQo6unqAF/8AcOwnNgDe/db6JPg1gEv//wvAogX5BWTFv1Wo1gZvn8BHAJqQAOjJupmKn5DUweoyM71y55A1yUVtM/1Gao2WnjxpgFPPCbByxWxItoY7uKiZachnAKSsZVFFySap4rmlikx1D666LcmLGsD+254olLaJ5EDysUctOjgg+jinRR1J+eTPSoc8KrfS4alDlnIOJ1N3chhNBjudaLRPj5VReadRIUjY/6YRFW9eXM5XB3a1S+VhFxA9TMOXCSMxNUSZKYbZF/cWywt3+axKcS2zRWLWfKeklcmUR4r3cPEqhxTN4QaK2yoKtLp4ldrngSdx5PIcQIqAqXGR5Fh+pIfMArgCIyyLkNmABuRlL4AxyN4AFUi3V4BDJPN7V93yBwQNzpy3/pCeAAAAAElFTkSuQmCC);background-repeat: no-repeat;background-position:center center;background-size:0px 0px;}
.content .ce_gallery  ul li a:hover:after, .content .ce_image figure a:hover:after {background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABhklEQVRIS7WU0VHDMBBEdyuAEqACoAJIB1ABoQKgEqCDUAF0QNJBXAEpASo4Zpk7jywky4wTzeTHke5Jd7tLFJaZXQG4BXDuP+3a+u+V5Lp0rvSN6UczU8EnAAKMLQEeSQo6unqAF/8AcOwnNgDe/db6JPg1gEv//wvAogX5BWTFv1Wo1gZvn8BHAJqQAOjJupmKn5DUweoyM71y55A1yUVtM/1Gao2WnjxpgFPPCbByxWxItoY7uKiZachnAKSsZVFFySap4rmlikx1D666LcmLGsD+254olLaJ5EDysUctOjgg+jinRR1J+eTPSoc8KrfS4alDlnIOJ1N3chhNBjudaLRPj5VReadRIUjY/6YRFW9eXM5XB3a1S+VhFxA9TMOXCSMxNUSZKYbZF/cWywt3+axKcS2zRWLWfKeklcmUR4r3cPEqhxTN4QaK2yoKtLp4ldrngSdx5PIcQIqAqXGR5Fh+pIfMArgCIyyLkNmABuRlL4AxyN4AFUi3V4BDJPN7V93yBwQNzpy3/pCeAAAAAElFTkSuQmCC);background-repeat: no-repeat;background-position:center center;background-size:24px 24px;position:absolute;top:0;left:0;width:100%;height:100%;content:"";display:block;-webkit-transition:background-color 300ms linear, background-size 300ms cubic-bezier(0, 0, .16, 1.47);transition:background-color 300ms linear, background-size 300ms cubic-bezier(0, 0, .16, 1.47);}

.content .ce_hyperlink {text-align: center;}
.content .ce_hyperlink a {background-color: #a4c412;padding: 10px 29px;text-transform: uppercase;display: inline-block;color: #fff !important; border: 1px solid #a4c412; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
.content .ce_hyperlink a:hover {background-color: transparent;color: #a4c412 !important;}

#contactform {max-width:800px;margin:0 auto;}
#contactform .widget-text {float:left;width:50%;padding:5px 10px 5px 0px ;}
#contactform .widget-textarea {float:left;width:100%;padding:5px 10px 5px 0px ;}
#contactform .widget-text input {width:100%;height:40px;padding:5px 10px;border:0;}
#contactform .widget-textarea textarea {width:100%;height:120px;padding:5px 10px;border:0;resize: none;}
#contactform .submit_container {float:right;padding:5px 10px;width:50%;}
#contactform .submit_container input {cursor: pointer;width:100%;height:37px;padding:5px 10px;background-color:#a4c412 ;border:1px solid #a4c412 ;color:#fff;font-size:16px;-webkit-appearance: none; text-transform: uppercase;}


.mod_login input {width:200px;height:40px;padding:5px 10px;border:0;border-bottom:2px solid #a4c412;background-color:transparent;display:block;}
.mod_login .submit_container input {cursor: pointer;width:100px;height:37px;padding:5px 10px;background-color:#a4c412 ;border:1px solid #a4c412 ;color:#fff;font-size:16px;margin-top:20px;-webkit-transition:all 300ms;transition:all 300ms;-webkit-appearance: none;}
.mod_login input:focus {border-bottom:2px solid #7b7b7b ;-webkit-transition:all 300ms;transition:all 300ms;}
.mod_login .submit_container input:hover {background-color:transparent ;border:1px solid #a4c412 ;color:#a4c412;-webkit-transition:all 300ms;transition:all 300ms;}

.mod_lostPassword input {width:200px;height:40px;padding:5px 10px;border:0;border-bottom:2px solid #a4c412;background-color:transparent;display:block;}
.mod_lostPassword .submit_container input {cursor: pointer;width:inherit;height:37px;padding:5px 10px;background-color:#a4c412 ;border:1px solid #a4c412 ;color:#fff;font-size:16px;margin-top:20px;-webkit-transition:all 300ms;transition:all 300ms;-webkit-appearance: none;}
.mod_lostPassword input:focus {border-bottom:2px solid #7b7b7b ;-webkit-transition:all 300ms;transition:all 300ms;}
.mod_lostPassword .submit_container input:hover {background-color:transparent ;border:1px solid #a4c412 ;color:#a4c412;-webkit-transition:all 300ms;transition:all 300ms;}
.mod_lostPassword .widget {margin: 20px 0;}
.mod_lostPassword .captcha_text {margin-top: 10px; display: inline-block;}

#abotype .submit_container input {cursor: pointer;width:200px;height:37px;padding:5px 10px;background-color:#a4c412 ;border:1px solid #a4c412 ;color:#fff;font-size:16px;margin-top:20px;-webkit-transition:all 300ms;transition:all 300ms;-webkit-appearance: none;}
#abotype .submit_container input:hover {background-color:transparent ;border:1px solid #a4c412 ;color:#a4c412;-webkit-transition:all 300ms;transition:all 300ms;}
#abotype fieldset {border:0;}



#abomodelle {margin-top: 50px;}

#registerabo #abomodelle .einzeln.active .text {background-color: #9b9b9b;-webkit-transition:all 300ms linear;transition:all 300ms linear;}
#registerabo #abomodelle .einzeln {cursor: pointer;}
#abomodelle .einzeln {float: left; width: 32%; text-align: center; margin-right: 1%;}
#abomodelle .einzeln img {max-width: 110px; position: relative; z-index: 1;}
#abomodelle .einzeln .text {background-color: #a4c412; -webkit-transition:all 300ms linear; transition:all 300ms linear;color: #fff; padding: 10px; padding-top: 40px; position: relative; top: -40px; position: relative; z-index: 0; min-height: 200px;}
#abomodelle .einzeln .text p {text-align: center;}
#abomodelle .einzeln span.preis {font-weight: 900; font-size: 29px; display: inline-block; margin-top: 20px; position: absolute; bottom: 10px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);}
#abotype .abolength {display:none;}
#abomodelle .kostenlos {width:70%;left: 50%;position: relative;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
/** RECHTE SPALTE **/
#right {padding-left: 20px;}


#home-tile {margin-top: 50px;}

#registerabo #home-tile  .einzeln.active .text {background-color: #9b9b9b;-webkit-transition:all 300ms linear;transition:all 300ms linear;}
#registerabo #home-tile  .einzeln {cursor: pointer;}
#home-tile  .einzeln {float: left; width: 32%; text-align: center; margin-right: 1%;}
#home-tile  .einzeln img {max-width: 110px; position: relative; z-index: 1;}
#home-tile  .einzeln .text {background-color: #a4c412; -webkit-transition:all 300ms linear; transition:all 300ms linear;color: #fff; padding: 10px; padding-top: 40px; position: relative; top: -40px; position: relative; z-index: 0; min-height: 200px;}
#home-tile  .einzeln .text p {text-align: center;}
#home-tile  .einzeln span.preis {font-weight: 900; font-size: 29px; display: inline-block; margin-top: 20px; position: absolute; bottom: 10px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);}
#abotype .abolength {display:none;}
#home-tile  .kostenlos {width:70%;left: 50%;position: relative;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
/** RECHTE SPALTE **/
#right {padding-left: 20px;}

#right .ce_form .checkbox_container {font-size:11px;border:0;}
#right .ce_form .checkbox_container input {display:inline;width:20px !important;margin-bottom:0 !important;}
#right .ce_form .checkbox_container a {color:#fff;font-weight:bold;}

#main .checkbox_container {border:0;}
#main .checkbox_container input {display:inline;}
#main .checkbox_container label {display:inline;}
#main .checkbox_container a {color:#000;font-weight:bold;}

#right .untermenu {margin-bottom: 70px;}
#right .untermenu ul {padding: 0; margin: 0; list-style-type: none;}
#right .untermenu ul li {list-style-type: none;}
#right .untermenu ul li a, #right .untermenu ul li span{color: #fff; background-color:#a4c412;width:100%; display:inline-block;margin-bottom:5px;line-height:35px;text-transform: uppercase;font-size:14px;-webkit-transition:all 300ms linear;transition:all 300ms linear;padding: 5px 10px 2px;}
#right .untermenu ul li a:hover, #right .untermenu ul li span, #right .untermenu ul.level_1 > li.trail > a {background-color:#7b7b7b;color:#fff;-webkit-transition:all 300ms linear;transition:all 300ms linear;}

#right .mod_contentbox h4 {display: inline-block; position: relative; background-color: #575656; color: #fff; font-weight: 900; font-size: 21px; padding: 6px 15px 0; margin: 0; text-transform: uppercase; position: relative; z-index: 1;}
#right .mod_contentbox p {text-align: justify; background-color: #a4c412; color: #fff; padding: 20px 20px 10px; font-size: 14px; line-height: 20px; margin: 0; position: relative; top: -10px; z-index: 0;}

/* ZUFALLSARTIKEL */
#right .mod_article.zufallsartikel {padding-right: 0 !important;}
#right .mod_article.zufallsartikel h4 {display: inline-block; position: relative; background-color: #575656; color: #fff; font-weight: 900; font-size: 21px; padding: 6px 15px 0; margin: 0; text-transform: uppercase; position: relative; z-index: 1;}
#right .mod_article.zufallsartikel p {text-align: justify; background-color: #a4c412; color: #fff; padding: 20px 20px 10px; font-size: 14px; line-height: 20px; margin: 0; position: relative; top: -10px; z-index: 0;}

#right .lostippen {background-color: #a4c412; background-image: url("/files/90plusx/src/img/lostippen_right.png"); background-position: bottom center; padding: 20px 20px 75px 20px; background-repeat: no-repeat; background-size: contain; margin-top: 10px;}
#right .lostippen .headtext {font-size: 22px; font-weight: 100; margin: 0; line-height: 30px; color: #fff; text-transform: uppercase;}
#right .lostippen .headtext span {font-size: 34px; font-weight: 900; line-height: 1px; color: #fff;}
#right .lostippen .text {font-size: 14px; color: #fff; line-height: 20px; max-width: 120px;}
#right .lostippen a {color: #fff; padding: 2px 15px 0px; border: 1px solid #fff; font-size: 14px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
#right .lostippen a:hover {background-color: #fff; color: #a4c412;}

#right .contactform {background-color: #575656; color: #fff; padding: 20px; margin-top: 20px;}
#right .contactform .headtext {font-size: 22px; font-weight: 100; margin: 0; line-height: 30px; color: #fff; text-transform: uppercase;}
#right .contactform .headtext span {font-size: 34px; font-weight: 900; line-height: 1px; color: #fff;}
#right .contactform .text {font-size: 14px; line-height: 20px;}
#right .contactform .widget input {background-color: #575656; color:#fff; border: 1px solid #fff; padding: 5px 10px; width: 100%; margin-bottom: 10px; font-size: 12px;}
#right .contactform .widget textarea {background-color: #575656; color:#fff; border: 1px solid #fff; padding: 5px 10px; width: 100%; margin-bottom: 10px; font-size: 12px;}
#right .contactform .widget input:focus, #right .contactform .widget textarea:focus {outline: none;}
#right .contactform .submit {background-color: #a4c412; color: #fff; padding: 5px 20px; font-size: 13px; border: none; text-transform: uppercase; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;  border: 1px solid #a4c412; -webkit-appearance: none;}
#right .contactform .submit:hover {background-color: #575656; border: 1px solid #a4c412;}

/** MITGLIED WERDEN **/
#mitgliedwerden {position: relative; margin-top: 200px;}
#mitgliedwerden .inside {top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); width: 100%; max-width: 1000px; z-index: 10; position: absolute; background-color: #a4c412; border: 2px solid #f1f1f1; padding: 20px; background-image: url(/files/90plusx/src/img/mitglied_inside_bg.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center;}
#mitgliedwerden .background {width: 100%; height: 250px; background-image: url(/files/90plusx/src/img/mitglied_background.jpg); background-size: cover; background-attachment: fixed; background-repeat: no-repeat; background-position: center center; z-index: 1;}
#mitgliedwerden h3 {font-size: 32px; color: #fff; text-transform: uppercase; text-align: center; margin: 0;}
#mitgliedwerden h3 span {font-weight: 700;}
#mitgliedwerden .sc2 p {line-height: 30px; color: #fff; font-size: 13px; text-align: justify;}
#mitgliedwerden .sc-first {padding-right: 30px;}
#mitgliedwerden .sc-last {padding-left: 30px !important;}
#mitgliedwerden a.mitgliedwerden {background-color: #fff; border: 1px solid #fff; color: #a4c412; text-transform: uppercase; font-size: 15px; padding: 10px 90px; margin: 20px 0 10px; display: inline-block; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); position: relative; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
#mitgliedwerden a.mitgliedwerden:hover {font-size: 34px; color: #fff;}
#mitgliedwerden a.mitgliedwerden:hover {background-color: #a4c412; color: #fff;}


/** FOOTER **/
#footer {background-color: #575656; color: #fff; margin-top: 200px; height: 300px;}
#footer .inside {margin: 0 auto; max-width: 1000px; padding: 20px 0; height: 100%;}
#footer .inside .logo {float: left; width: 30%; position: relative; top: 60px;}
#footer .inside .mod_customnav {float: left; width: 20%; margin-top: 35px;}
#footer .inside .mod_customnav h3 {font-weight: 800; text-transform: uppercase; font-size: 15px;}
#footer .inside .mod_customnav ul {list-style-type: none; padding: 0; margin: 0;}
#footer .inside .mod_customnav ul li a, #footer .inside .mod_customnav ul li span {color: #fff; font-size: 15px;}
#footer .inside .fbpage {float: left; width: 300px; position: absolute; right: 0; top: 70px;}
#footer .inside #footer_copyright {font-size: 11px; color: #fff; position: absolute; bottom: 15px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);}
#footer .inside #footer_copyright a {color: #fff;}

/** CONTENT ELEMENTS **/
.ce_accordion {margin: 5px 0;}
.ce_accordionSingle {margin: 5px 0;}
.ui-accordion-content {padding:5px 10px ;}
.ui-accordion-header {text-transform: uppercase;font-size: 15px;font-weight: 300;padding: 6px 7px 6px 33px;background-position: 8px 6px;background-color: #a4c412;color: #fff;cursor: pointer;background-image: url(../../files/90plusx/src/img/arrow_accordeon.png);background-repeat: no-repeat;}
.ui-accordion-header-active {background-position: 8px -75px;}
.ui-accordion-content {padding-top: 10px;background-color: rgba(255, 255, 255, 0.25)}

.ce_table table {background-color: rgba(164, 196, 18, 0.22);}
.ce_table td, .ce_table th {padding: 5px;border: 1px solid rgba(0, 0, 0, 0.2);font-size:12px;}
.ce_table table th {background-color: #a4c412;color: white;font-weight: 300;text-transform: uppercase;}
.ce_table tfoot td {background-color: #dedede;color: #fff;}

.wettempfehlung {background-color:#fff;border:1px solid rgba(87, 86, 86, 0.36);margin:20px 0;}
.wettempfehlung .datimfield {width:100%;background-color:#575656;color:#fff;}
.wettempfehlung .datimfield div {width:25%;float:left;background-color:#575656;padding:10px;font-size:13px;}
.wettempfehlung .insidetipp div.spiel {width:50%;float:left;padding-top:10px;}
.wettempfehlung .insidetipp div.spiel.einzeln {width:100%;}
.wettempfehlung .insidetipp .first.einzeln {border-right: none;}
.wettempfehlung .insidetipp .first {border-right:1px solid #575656;}
.wettempfehlung .insidetipp div.spiel {padding:10px;}
.wettempfehlung .insidetipp {border-bottom:1px solid #575656;float:left;width:100%;}
.wettempfehlung .analyse {padding:10px;}
.wettempfehlung .analyse.first {border-bottom:1px solid #575656}

/** RESPONSIVE **/
@media all and (max-width: 1600px){
  #startimage .afterdiv #button-big a {padding: 30px 100px; font-size: 1.5rem;}
  #startimage .afterdiv {height: 500px;}
}

@media all and (max-width: 1400px){
  #startimage .afterdiv #button-big a {padding: 30px 100px; font-size: 1.5rem;}
  #startimage .afterdiv {height: 380px;}
}

@media all and (max-width: 1300px){
  #startimage .afterdiv {height: 350px;}
}

@media all and (max-width: 1200px){
  #startimage .afterdiv {height: 320px;}
}

@media all and (max-width: 1100px){
  #startimage .afterdiv #button-big a {padding: 30px 80px; font-size: 1.3rem;}
  #startimage .afterdiv {height: 300px;}
}

@media all and (max-width: 1000px){
    #header #logo {left: 20px;}
    #header .inside .registrieren {right: 20px;}
    #header .inside .socialmedia {right: 20px;}
    #header #hauptnav {right: 20px;}
    /* #startimage .spieler {width: 85%;}
    #startimage .mod_contentbox {right: 20px; top: 0;}
    #startimage .mod_contentbox#stroererstart {left: 20px; top: 20px;} */
    .start #main .inside h1, .start #main .inside h2 {line-height: 50px; padding-top: 15px; font-size: 70px !important; padding: 15px 20px 0 20px;}
    .start #main .inside h1 span, .start #main .inside .sc2 span {display: block;}
    .start #main .inside .bereich2 span {max-width: none;font-size: 30px !important; line-height: 50px;}
    .start #main .inside .bereich3 {line-height: 50px; margin-bottom: 0; margin-top: 0; font-size: 70px !important; padding: 0 0 0 20px;}
    .start #main .inside .sc2 p {padding: 0 20px;}
    #footer .inside {padding: 20px;}
    #mitgliedwerden .inside {border: none;}
    .pageimageafter {max-height: 63px;}
    .mod_pageImage .pageimage {height: 200px;}
    .content #main .inside {padding-left: 20px;}
    .content #right {padding-left:0; padding-right: 20px;}
    #startimage .afterdiv #button-big a {left: 0; right: 0; padding: 30px 80px; font-size: 1.3rem; -webkit-transform: none; transform: none; text-align: center;}
    #startimage .afterdiv {height: auto;}
    .ce_youtube_video.mobile {display: block;}
    .ce_youtube_video.desktop {display: none;}
}

@media all and (max-width: 890px){
    .start #main .inside .bereich3 {line-height: 35px; font-size: 50px !important;}
}

@media all and (max-width: 850px){
    #header #hauptnav {display: none;}
    #header .open_mobile_navigation {display: inline-block; position: absolute; right: 20px; top: 75px;}
    #header {height: 140px;}
    #header #logo {top: 30px;}
    .start #main .inside h1, .start #main .inside h2 {line-height: 35px; font-size: 50px !important;}
    .start #main .inside .bereich2 span {line-height: 35px;}
    #footer {height: inherit;}
    #footer .inside {padding: 70px 0;}
    #footer .inside .logo, #footer .inside .mod_customnav, #footer .inside .fbpage {float: none !important; clear: both; margin: 0 auto; text-align: center;}
    #footer .inside .logo {top: 0;}
    #footer .inside .fbpage {position: relative; top: 0; margin-top: 35px;}
    #footer .inside .mod_customnav {margin-top: 30px;}
    #abomodelle .kostenlos {width:100%;left: 50%;position: relative;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
}

@media all and (max-width: 700px){
    /* #startimage {min-height: 750px; height: 750px;}
    #startimage .spieler {width: 80%;}
    #startimage .afterdiv {height: 350px;}
    #startimage #logogroß {top: 50%;} */

}

@media all and (max-width: 767px){
    .content .mod_article {padding-right: 20px;}
    #right .lostippen {background-position: right 30px;}
    .content #right {padding-left:20px;}
    .mod_pageImage .pageimage {background-attachment: inherit;}

    #startimage .afterdiv {height: 250px;}
    #startimage .afterdiv #button-big a {padding: 30px 80px; font-size: 1.2rem;}
}

@media all and (max-width: 650px){
    .start #main .inside .sc2 {width: 100%;}
    .start #main .inside .sc2 img {position: relative; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); margin: 0;}
    .start #main .inside .image_container {margin-left: 0 !important; margin-right: 0 !important; margin-top: 20px; margin-bottom: 20px;}
    .start #main .inside {padding-top: 100px;}
    #mitgliedwerden .sc2 {width: 100%; padding: 0 !important;}
}

@media all and (max-width: 600px){
    /* #startimage .spieler {width: 90%;} */
    .pageimageafter {max-height: 37px;}
    .mod_pageImage .pageimage {height: 160px;}
    /* #startimage .mod_contentbox#stroererstart {top: 250px !important;} */
    #startimage .afterdiv #button-big a {padding: 30px; position: relative; width: 100%;}
}

@media all and (max-width: 550px){
    #abomodelle .einzeln {width: 100%;}
    #startimage .afterdiv {position: relative; height: auto;}
}

@media all and (max-width: 500px){
    /* #startimage {min-height: 400px;}
    #startimage .spieler {width: 100%; bottom: 40px;} */
}

@media all and (max-width: 430px){
    #header #logo {top: 40px;}
    #mitgliedwerden {margin-top: 270px;}
}

@media all and (max-width: 400px){
    /* #startimage .mod_contentbox {max-width: none; width: 100%; right: 0;} */
}

/* DatePicker Container */
.ui-datepicker {
    background-color:#fff;
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../../files/90plusx/src/img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	-webkit-filter: dropshadow(color=#000, offx=1, offy=-1);
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('../../files/90plusx/src/img/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear,  left top, left bottom,  from(#f7f7f7),to(#f1f1f1));
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	-webkit-filter: dropshadow(color=#fff, offx=1, offy=0);
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	-webkit-filter: dropshadow(color=#fff, offx=1, offy=1);
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear,  left top, left bottom,  from(#ededed),to(#dedede));
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	-webkit-filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}

/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}



html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}


html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}


body {
    margin: 0;
}



a:focus {
    outline: thin dotted;
}



a:hover,
a:active {
    outline: 0;
}


h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}



abbr[title] {
    border-bottom: 1px dotted;
}


b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}


mark {
    background: #ff0;
    color: #000;
}


p,
pre {
    margin: 1em 0;
}



pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}



pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}



q {
    quotes: none;
}



q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}


sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}




dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}


menu,
ol,
ul {
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

svg:not(:root) {
    overflow: hidden;
}


figure {
    margin: 0;
}


form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}



legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}


button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

button,
input {
    line-height: normal; /* 1 */
}



button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}


button[disabled],
input[disabled] {
    cursor: default;
}


input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}


input[type="search"] {
    -webkit-appearance: textfield; /* 1 */ /* 2 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}



button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}




table {
    border-collapse: collapse;
    border-spacing: 0;
}

#send_mail_btn {
	cursor: pointer;background-color:#a4c412;border:1px solid #a4c412;color:#fff;-webkit-transition: all 500ms;transition: all 500ms; -webkit-appearance: none; width: 250px; display: inline-block; text-align: center; font-weight: normal; font-size: 16px; font-family: sans-serif;
}
#send_mail_btn:hover {
	cursor: pointer;background-color:transparent;border:1px solid #a4c412;color:#a4c412;-webkit-transition: all 500ms;transition: all 500ms;
}

