/* 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}


.mod_jamp_content_blocks {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 20px;
}


.mod_jamp_content_blocks > * {
  box-sizing: border-box;
  background-color: yellow;
  flex-basis: 100%;
  flex-grow: 100;
  padding: 20px;

}

.mod_jamp_content_blocks .jamp_content_block.half_width { max-width: 50%; }


.product-content-blocks > .inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.product-content-blocks,
.product-content-blocks *{
  box-sizing: border-box;
}

.jamp-content-block {
  background-size: cover;
}

.jamp-content-block > .inner {
  padding: 70px;
}

.jamp-content-block {
  flex-basis: 100%;
}

@media screen and (min-width: 1300px) {
  .jamp-content-block.half_width {
    flex-basis: 50%;
  }
}


/* ---------------- */

.text-white,
.text-white * {
  color: white;
}
.text-white a {
  color: #00569d;
}

.bg-gray {
  background-color: whitesmoke;
}

@media screen and (min-width: 1300px) {
  .text-half-width > .inner {
    width: 50%;
  }
}

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
	jQuery.mmenu 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%); }

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

/* 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}
/* 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}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

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

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

button,
input[type="submit"] {
    background: #c94843;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
    font-size: 1em;    
    display: inline-block;
	line-height: 20px;
	text-decoration: none;
	padding: 8px 15px;
    transition: all 0.4s;
    text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
    button,
    input[type="submit"] {
        font-size: 1em;
    }
}

button:hover,
input[type="submit"]:hover {
    background: #000;
}

button:hover,
input[type="submit"]:hover {
    background: #000;
}

input[type="file"] {
    line-height: 0;
}

.ce_form {
    margin: 25px 0;
}

.ce_form .wrapper {
    margin: 0 -15px;
}

.ce_form .wrapper:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.ce_form .wrapper .widget.col12  {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.ce_form .wrapper .widget.col13  {
    width: 33.3333333333%;
    float: left;
    padding: 0 15px;
}

@media screen and (max-width: 480px) {
    .ce_form .wrapper .widget.col12  {
        width: 100%;
        float: none;
        padding: 0;
    }
    .ce_form .wrapper {
        margin: 0;
    }
}

.widget-checkbox span,
.widget-radio span {
    display: inline-block;
    margin-right: 10px;
}

fieldset {
    margin: 0;
}

input[type="text"],
input[type="email"],
select,
textarea {
    display: block;
    border: 1px solid #D3D3D3;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1em;
}

input:focus, textarea:focus, keygen:focus, select:focus {
    outline: none;
    border-color: #00569d;
}

input[type="text"],
input[type="email"],
select {
    padding: 5px 8px;
}

textarea {
    padding: 0 8px;
}

@media only screen and (max-width: 480px) {
    input[type="text"],
    input[type="email"],
    select,
    textarea {
        font-size: 0.9em;
    }
}

input[type="text"],
input[type="email"],
select {
    width: 100%;
    height: 30px;
}

textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 150px;
    min-height: 100%;
    max-height: 100%;
}

.widget {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.form-inline .widget {
    display: table;
    width: 100%;
}

.widget label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 1em;
    line-height: 1.4;
}

.form-inline .widget label {
    display: table-cell;
    width: 150px;
    vertical-align: top;
}

.form-inline input[type="text"],
.form-inline input[type="email"],
.form-inline select {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

form .required {
    text-align: left;
    line-height: 1.3;
}

.submit_container {
    text-align: right;
    line-height: 1.3;
}

@media only screen and (max-width: 480px) {
    .form-inline .widget,
    .form-inline .widget label,
    .form-inline input[type="text"],
    .form-inline input[type="email"],
    .form-inline select{
        display: block;
        width: 100%;
    }

    form .required,
    .submit_container {
        padding-left: 0;
    }
}

form p.error {
    padding: 5px;
    margin: 0 0 5px 0;
    background: #F2DEDE;
    border: 1px solid #EBCCD1;
    color: #a94442;
}

/* rs-columns */

.rs-columns {
    display: block;
    width: initial;
    margin: 0 -20px;
    overflow: hidden;
}

.rs-column {
    float: left;
    padding: 0 20px;
    margin: 0 0 30px 0;
}

.rs-column.-large-last {
    margin-right: 0;
}

.rs-column.-large-first-row {
    margin-top: 0;
}

.rs-column.-large-col-1-1 {
    width: 100%;
}

.rs-column.-large-col-2-1 {
    width: 50%;
}

.rs-column.-large-col-2-2 {
    width: 100%;
}

.rs-column.-large-col-3-1 {
    width: 33.33333333%;
}

.rs-column.-large-col-3-2 {
    width: 66.66666666%;
}

.rs-column.-large-col-3-3 {
    width: 100%;
}

.rs-column.-large-col-4-1 {
    width: 25%;
}

.rs-column.-large-col-4-2 {
    width: 50%;
}

.rs-column.-large-col-4-3 {
    width: 75%;
}

.rs-column.-large-col-4-4 {
    width: 100%;
}

.rs-column.-large-col-5-1 {
    width: 20%;
}

.rs-column.-large-col-5-2 {
    width: 40%;
}

.rs-column.-large-col-5-3 {
    width: 60%;
}

.rs-column.-large-col-5-4 {
    width: 80%;
}

.rs-column.-large-col-5-5 {
    width: 100%;
}

.rs-column.-large-col-6-1 {
    width: 16.66666666%;
}

.rs-column.-large-col-6-2 {
    width: 33.33333333%;
}

.rs-column.-large-col-6-3 {
    width: 50%;
}

.rs-column.-large-col-6-4 {
    width: 66.66666666%;
}

.rs-column.-large-col-6-5 {
    width: 83.33333333%;
}

.rs-column.-large-col-6-6 {
    width: 100%;
}

@media screen and (max-width: 991px) {
	.rs-columns {
	    margin: 0 -10px;
	}

	.rs-column {
	    padding: 0 10px;
	}

    .rs-column.-large-first {
        clear: none;
    }

    .rs-column.-large-last {
        margin-right: 0;
    }

    .rs-column.-large-first-row {}

    .rs-column.-medium-first {
        clear: left;
    }

    .rs-column.-medium-last {}

    .rs-column.-medium-first-row {}

    .rs-column.-medium-col-1-1 {
        width: 100%;
    }

    .rs-column.-medium-col-2-1 {
        width: 50%;
    }

    .rs-column.-medium-col-2-2 {
        width: 100%;
    }

    .rs-column.-medium-col-3-1 {
        width: 33.33333333%;
    }

    .rs-column.-medium-col-3-2 {
        width: 66.66666666%;
    }

    .rs-column.-medium-col-3-3 {
        width: 100%;
    }

    .rs-column.-medium-col-4-1 {
        width: 25%;
    }

    .rs-column.-medium-col-4-2 {
        width: 50%;
    }

    .rs-column.-medium-col-4-3 {
        width: 75%;
    }

    .rs-column.-medium-col-4-4 {
        width: 100%;
    }

    .rs-column.-medium-col-5-1 {
        width: 20%;
    }

    .rs-column.-medium-col-5-2 {
        width: 40%;
    }

    .rs-column.-medium-col-5-3 {
        width: 60%;
    }

    .rs-column.-medium-col-5-4 {
        width: 80%;
    }

    .rs-column.-medium-col-5-5 {
        width: 100%;
    }

    .rs-column.-medium-col-6-1 {
        width: 16.66666666%;
    }

    .rs-column.-medium-col-6-2 {
        width: 33.33333333%;
    }

    .rs-column.-medium-col-6-3 {
        width: 50%;
    }

    .rs-column.-medium-col-6-4 {
        width: 66.66666666%;
    }

    .rs-column.-medium-col-6-5 {
        width: 83.33333333%;
    }

    .rs-column.-medium-col-6-6 {
        width: 100%;
    }

}

@media screen and (max-width: 767px) {
    .rs-column {
        margin-bottom: 15px;
    }

    .rs-column.-medium-first {
        clear: none;
    }

    .rs-column.-medium-last {}

    .rs-column.-medium-first-row {}

    .rs-column.-small-first {
        clear: left;
    }

    .rs-column.-small-last {}

    .rs-column.-small-first-row {
        margin-top: 0;
    }

    .rs-column.-small-col-1-1 {
        width: 100%;
    }

    .rs-column.-small-col-2-1 {
        width: 50%;
    }

    .rs-column.-small-col-2-2 {
        width: 100%;
    }

    .rs-column.-small-col-3-1 {
        width: 33.33333333%;
    }

    .rs-column.-small-col-3-2 {
        width: 66.66666666%;
    }

    .rs-column.-small-col-3-3 {
        width: 100%;
    }

    .rs-column.-small-col-4-1 {
        width: 25%;
    }

    .rs-column.-small-col-4-2 {
        width: 50%;
    }

    .rs-column.-small-col-4-3 {
        width: 75%;
    }

    .rs-column.-small-col-4-4 {
        width: 100%;
    }

    .rs-column.-small-col-5-1 {
        width: 20%;
    }

    .rs-column.-small-col-5-2 {
        width: 40%;
    }

    .rs-column.-small-col-5-3 {
        width: 60%;
    }

    .rs-column.-small-col-5-4 {
        width: 80%;
    }

    .rs-column.-small-col-5-5 {
        width: 100%;
    }

    .rs-column.-small-col-6-1 {
        width: 16.66666666%;
    }

    .rs-column.-small-col-6-2 {
        width: 33.33333333%;
    }

    .rs-column.-small-col-6-3 {
        width: 50%;
    }

    .rs-column.-small-col-6-4 {
        width: 66.66666666%;
    }

    .rs-column.-small-col-6-5 {
        width: 83.33333333%;
    }

    .rs-column.-small-col-6-6 {
        width: 100%;
    }
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url("../../files/layout/plugins/fontawesome/fonts/fontawesome-webfont.eot?v=4.5.0");src:url("../../files/layout/plugins/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format('embedded-opentype'),url("../../files/layout/plugins/fontawesome/fonts/fontawesome-webfont.woff2?v=4.5.0") format('woff2'),url("../../files/layout/plugins/fontawesome/fonts/fontawesome-webfont.woff?v=4.5.0") format('woff'),url("../../files/layout/plugins/fontawesome/fonts/fontawesome-webfont.ttf?v=4.5.0") format('truetype'),url("../../files/layout/plugins/fontawesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}


@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=0e159dac-a950-4785-aca6-315e4fee5a0c");
@font-face{
    font-family:"Myriad W01 Lt";
    src:url("../../files/layout/fonts/b3e9f984-f8ca-4650-90c3-d6f0aca0a27d.eot?#iefix");
    src:url("../../files/layout/fonts/b3e9f984-f8ca-4650-90c3-d6f0aca0a27d.eot?#iefix") format("eot"),
    url("../../files/layout/fonts/e7e30ff2-3a95-49b0-bbf9-024f40ead426.woff2") format("woff2"),
    url("../../files/layout/fonts/b984f4e8-e37d-4502-bead-ffd991e64d1f.woff") format("woff"),
    url("../../files/layout/fonts/82d18baa-8811-4aa8-9338-9bafa08350d0.ttf") format("truetype"),
    url("../../files/layout/fonts/20e14bb9-6aec-47a9-8ef8-5613bf1d6eae.svg#20e14bb9-6aec-47a9-8ef8-5613bf1d6eae") format("svg");
}
@font-face{
    font-family:"Myriad W01 Regular";
    src:url("../../files/layout/fonts/2bd106a4-3872-4193-8627-d7af96dd4f7e.eot?#iefix");
    src:url("../../files/layout/fonts/2bd106a4-3872-4193-8627-d7af96dd4f7e.eot?#iefix") format("eot"),
    url("../../files/layout/fonts/3b0f1c67-c2e4-4df6-976f-49d52e45aba1.woff2") format("woff2"),
    url("../../files/layout/fonts/c5b1c170-d8f7-41f9-85c2-0ab670780c6b.woff") format("woff"),
    url("../../files/layout/fonts/ba1ff8f6-0c27-4e7b-8be5-818b6c3dd801.ttf") format("truetype"),
    url("../../files/layout/fonts/a379413e-a0b8-44dc-b250-1e000e4092a4.svg#a379413e-a0b8-44dc-b250-1e000e4092a4") format("svg");
}
@font-face{
    font-family:"Myriad W01 SmBd";
    src:url("../../files/layout/fonts/f71415c0-f68d-42cd-a948-05af81548ea5.eot?#iefix");
    src:url("../../files/layout/fonts/f71415c0-f68d-42cd-a948-05af81548ea5.eot?#iefix") format("eot"),
    url("../../files/layout/fonts/0b6110f9-6072-46b9-98af-7d09f7c895b8.woff2") format("woff2"),
    url("../../files/layout/fonts/c22866d7-ca67-4170-a113-cae280eea669.woff") format("woff"),
    url("../../files/layout/fonts/19ce9ea9-076e-4dcd-91a1-454f4830f120.ttf") format("truetype"),
    url("../../files/layout/fonts/18915124-98e4-4245-9e10-b921e09a6704.svg#18915124-98e4-4245-9e10-b921e09a6704") format("svg");
}

@font-face{
	font-family:"Myriad W01 Bd";
	src:url("../../files/layout/fonts/4f2af761-c017-4801-9aa5-5d30643373ce.eot?#iefix");
	src:url("../../files/layout/fonts/4f2af761-c017-4801-9aa5-5d30643373ce.eot?#iefix") format("eot"),
	url("../../files/layout/fonts/eba438b3-9ab9-48ba-b1c5-610f83b38303.woff2") format("woff2"),
	url("../../files/layout/fonts/acfb7490-30f6-4bf4-a1b8-70ff9172d209.woff") format("woff"),
	url("../../files/layout/fonts/5bf402e3-ba96-414e-bc7e-cb6689fe32c1.ttf") format("truetype"),
	url("../../files/layout/fonts/c5dceae7-427a-4765-b06b-ea2eecca3434.svg#c5dceae7-427a-4765-b06b-ea2eecca3434") format("svg");
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html, body {
	font-size: 16px;
}

html, body {
	height: 100%;
}

body,
#wrapper {
}

body, input, select, textarea {
	font-family:"Myriad W01 Regular";
	font-weight: 400;
	font-style: normal;
	color: #6d7b84;
	letter-spacing: 0.01em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input, select, textarea, a, p, span {
	line-height: 1.3;
}

a {
	color: #00569d;
	text-decoration: none;
	transition: all 0.4s;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a[href^="tel"],
a[href^="tel"]:hover {
	text-decoration:none;
	color: inherit !important;
	cursor: default;
	font-size: initial !important;
}

a[href^="tel"]:after {
	content: " " !important;
}

a.more,
#main .mod_newslist .layout_latest .more a {
	position: relative;
	display: inline-block;
	padding: 3px 30px 3px 0
}

a.more:before,
#main .mod_newslist .layout_latest .more a:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-radius: 20px;
	border: 10px solid #3378b1;
	position: absolute;
	right: 0;
	top: 2px;
	transition: all 0.4s;
}

a.more:after,
#main .mod_newslist .layout_latest .more a:after {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	font-size: 2rem;
	color: #fff;
	top: -5px;
	text-align: center;
	z-index: 1;
	line-height: 1;
	transition: all 0.4s;
	right: 0;
	width: 22px;
	height: 20px;
}

a:hover.more {
	color: #000;
	text-decoration: none;
}

a:hover.more:before {
	border-color: #000;
}

h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a,
h5, h5 a,
h6, h6 a {
	padding: 0;
	margin: 0;
	font-weight: 400;
	color: #656666;
	line-height: 1;
	margin-bottom: 15px;
	font-family:"Myriad W01 Regular";
}

h1,
h2 {
	font-size: 1.6rem;
	margin-bottom: 25px;
	font-family: "Myriad W01 SmBd";
}


h3, h3 a {
	font-size: 0.875rem;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #00569d;
}

h4, h4 a,
h5, h5 a {
	font-weight: bold;
	color: #00569d;
	margin-bottom: 0;
	font-size: 1rem;
}

@media screen and (max-width: 480px){
	h1, h1 a {
		font-size: 1.7rem;
		margin-bottom: 15px;
	}

	h2, h2 a {
		font-size: 1.4rem;
		margin-bottom: 15px;
	}
}

.mb-0.rs-columns .rs-column {
	margin-bottom: 0;
}

figure {
	padding: 0;
	margin: 0;
	line-height: 0;
}

.fa {
	color: #00569d;
}

p {
	padding: 0;
	margin: 0 0 25px 0;
}

p:last-child {
	margin-bottom: 0;
}

b, strong {
	font-family:"Myriad W01 Bd";
}

.badge {
    position: absolute;
    top: 0;
    border-radius: 50%;
    font-style: normal;
}

.blue {
	color: #00569d;
}

.pr-100 .rs-column {
	padding-right: 100px;
}

/*.block,*/
/*.widget {*/
    /*overflow: visible;*/
/*}*/

/*.block:after,*/
/*.widget:after {*/
    /*content: ".";*/
    /*clear: both;*/
    /*display: block;*/
    /*visibility: hidden;*/
    /*height: 0;*/
/*}*/

@media screen and (max-width: 991px) {
	.pr-100 .rs-column {
		padding-right: 50px;
	}
}

@media screen and (max-width: 767px) {
	.pr-100 .rs-column {
		padding-right: 10px;
	}
}

hr {
	max-width: 960px;
	border-top: 1px solid #c9c9c9;
	border-bottom: 0;
	margin: 15px 0;
}

table {
	margin-bottom: 15px;
	width: 100%;
}

table td,
table th {
	vertical-align: top;
	padding: 10px 10px 10px 5px;
	text-align: left;
}

.ce_table tr.even {
	background: #f4f4f4;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.mm-menu {
	border: 0;
	background: #005D9F !important;
}

.mm-list a,
.mm-list a:hover,
.mm-list > li > span,
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span,
.mm-menu.mm-white .mm-list > li > span.active {
	background: none;
	color: #00569d;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: left;
	line-height: 1.5;
}

.mm-menu.mm-white .mm-list > li > a.mm-subclose,
.mm-list > li.trail a {
    color: #fff;
}



.mm-menu.mm-white .mm-list > li > a.mm-subopen:after,
.mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: #fff;
}

.mm-list > li > a,
.mm-list > li > span {
	line-height: 1.5;
	color: #eeeeee;
}

.mm-list a:hover,
.mm-menu.mm-white .mm-list > li.mm-selected > span {
	color: #fff;
	font-weight: bold;
}

.mm-menu.mm-white {
	color: #555;
}

#header {
	padding: 0;
	z-index: 100;
	position: fixed;
	width: 100%;
	/*height: 120px;*/
	background: #00569d;
	opacity: 0.95;
}

/*@media screen and (max-width: 800px) {*/
/*	#header {*/
/*		height: 100px;*/
/*	}*/
/*}*/

#header.smaller {
	-webkit-box-shadow: 0px 1px 13px -4px rgba(168,168,168,1);
	-moz-box-shadow: 0px 1px 13px -4px rgba(168,168,168,1);
	box-shadow: 0px 1px 13px -4px rgba(168,168,168,1);
}

#header .inside {
	max-width: 1060px;
    height: 120px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

@media screen and (max-width: 1120px){
	#header .inside  {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width: 800px) {
    #header .inside {
        height: 100px;
    }
}

@media screen and (max-width: 767px) {
	#header .inside {
		padding-left: 15px;
		padding-right: 15px;
	}
}

#header .inside:after {
	content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#logo {
	position: absolute;
	top: 50px;
	z-index: 100;
}

#logo a {
	background-image: url("../../files/layout/img/logo.png");
	background-image: url("../../files/layout/img/logo.svg");
	width: 150px;
	height: 30px;
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0;
	transition: all 0.4s;
	cursor: pointer;
}

#header .topbar {
	position: absolute;
	top: 0;
	right: 0;
	background: #3e81b9;
	height: 30px;
	width: 735px;
}

@media screen and (max-width: 1120px){
	#header .topbar {
		right: 30px;
	}
}

@media screen and (max-width: 767px){
	#header .topbar {
		right: 15px;
		width: 315px;
	}
}

#header .topbar:before{
	content: '';
	position: absolute;
	top: 0;
	left: -30px;
	/*width: 50px;
	height: 50px;
	background: #3e81b9;
	transform: rotate(135deg);*/
	width: 30px;
	height: 30px;
	-webkit-transform:rotate(360deg);
	border-style: solid;
	border-width: 0 30px 30px 0;
	border-color: transparent #3e81b9 transparent transparent;

}

#header .topbar .mod_customnav .level_1 {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 767px){
	#header .topbar .mod_customnav {
		display: none;
	}

    #quiver {
        position: absolute;
        top: 50px;
        right: 40px;
    }
}

#header .topbar .mod_customnav .level_1 li {
	float: left;
	list-style: none;
}

#header .topbar .mod_customnav .level_1:after,
#header .topbar:after {
	content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#header .topbar .mod_customnav .level_1 li a,
#header .topbar .mod_customnav .level_1 li span {
	color: #f4f4f4;
	font-size: 0.875rem;
	padding: 0 10px;
	display: block;
    line-height: 30px;
}

#header .topbar .mod_customnav .level_1 li span {
	color: #ccc;
}

#header .topbar .mod_customnav .level_1 li.compare-cart {
    position: relative;;
    padding-right: 3px;
}

#header .topbar .mod_customnav .level_1 li.compare-cart .badge {
    position: absolute;
    top: 1px;
    right: 0;
    width: 15px;
    height: 15px;
    background: red;
    border-radius: 50%;
    font-style: normal;
    line-height: 15px;
    text-align: center;
    font-size: 0.6rem;
}

#header .topbar .search,
#header .topbar #quiver,
#header .topbar .mod_customnav,
#header .topbar .language {
	float: right;
}

#header .topbar .mod_customnav {
	padding-right: 0;
}

#header .topbar .search {
    margin-left: 15px;
	margin-right: 5px;
}

@media screen and (max-width: 1195px){
	#header .topbar .search {
		right: 30px;
	}
}

@media screen and (max-width: 767px) {

}

#header .topbar .mod_search .formbody {
	display: none;
}

#header .topbar .search input {
	border: 0;
	background: #fff;
}

#header .topbar .search .widget,
#header .topbar .search .submit_container {
	float: left;
	height: 30px;
	overflow: hidden;
	margin: 0;
}

#header .topbar .search .widget input {
	min-width: 130px;
}

#header .topbar .search .submit_container {
	position: relative;
}

#header .topbar .search .submit_container .submit {
	text-indent: -9999px;
	background-color: #98b6d0;
}

#header .topbar .search .submit_container:after {
	font-family: FontAwesome;
	color: #fff;
	font-size: 1rem;
	position: absolute;
	right: 7px;
	top: 5px;
	content:"\f002";
	pointer-events: none;
}

#main .mod_search form {
	display: none;
}

#main .mod_search .context  {
	margin-bottom: 15px;
}

#main .mod_search div {
	margin-bottom: 25px;
	padding: 15px;
}

#main .mod_search .even {
	background: #eee;
}

#header .language .mod_changelanguage ul {
	margin: 0;
	padding: 0;
}

#header .language .mod_changelanguage li {
	float: left;
	list-style: none;
	margin-right: 5px;
}

#header .language .mod_changelanguage li.nofallback {
	display: none;
}

#header .language .mod_changelanguage li.last {
	margin: 0;
}

#header .language .mod_changelanguage li a,
#header .language .mod_changelanguage li span {
	background: #5f8eb5;
	padding: 3px 5px;
	display: block;
	font-family:"Myriad W01 SmBd";
	color: #fff;
	height: 30px;
}

#mainmenu {
	overflow: visible;
	float: right;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50px;
}

@media screen and (max-width: 1120px){
	#mainmenu {
		padding-right: 30px;
	}
}


#header.smaller #mainmenu,
#header.smaller #menuBars {
	transition: all 0.4s;
}

#mainmenu .level_1 {
	list-style: none;
	padding: 0;
	list-style-type: none;
	margin: 0 auto;
	float: right;
}

#mainmenu .level_1:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

#mainmenu .level_1 > li {
	float: left;
}

#mainmenu .level_1 > li.extern a {
	padding-right: 20px;
}

#mainmenu .level_1 > li.extern a:after {
	content: "\f08e";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	font-size: 0.9rem;
	color: #00569d;
	top: 1px;
	right: 0px;
	z-index: 1;
}

#mainmenu .level_1 > li > span,
#mainmenu .level_1 > li > a {
	display: block;
	line-height: 40px;
	text-decoration: none;
	padding: 0px 15px;
	font-size: 1rem;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.2s ease-out 0s;
	padding-bottom: 24px;
	font-family:"Myriad W01 SmBd";
}

#mainmenu .level_1 > li.last > span,
#mainmenu .level_1 > li.last > a {
	padding-right: 0;
}

#mainmenu .level_1 > li > span,
#mainmenu .level_1 > li > a.trail,
#mainmenu .level_1 > li > a:hover {
	border-bottom: 6px solid #eeeeee;
}

#mainmenu .level_1 li > .navigation-wrapper {
    display: none;
    z-index: 100;
    background-color: #eee;
    overflow: hidden;
    padding: 0;
    position: absolute;
    left: -100%;
    right: -100%;
    top: 52px;
    padding: 25px 0;
}

@media screen and (max-width: 1300px){
    #mainmenu .level_1 > li.last > .level_2 {
        right: 0;
    }

    #mainmenu .level_1 > li.last > .level_2 a,
    #mainmenu .level_1 > li.last > .level_2 span {
        text-align: right;
    }
}

#mainmenu .level_1 > li:hover > .navigation-wrapper {
    display: block;
}

#mainmenu .level_2 {
	max-width: 1080px;
	padding: 0;
	margin: 0 auto;
	}

@media screen and (max-width: 1080px) {
    #mainmenu .level_1 li > .navigation-wrapper {
        left: 0;
        right: 0;
    }

    #mainmenu .level_2 {
        padding: 0 15px;
    }
}

#mainmenu .level_2 > li {
	float: left;
	list-style: none;
	width: 16.666666%;
	min-height: 140px;
}

#mainmenu .level_2 > li.last {
	border: 0;
}

#mainmenu .level_2 > ul {
	padding: 0;
	margin: 0;
}

#mainmenu .level_2 > li > a,
#mainmenu .level_2 > li > span {
	display: block;
	padding: 7px 15px;
	text-align: left;
	color: #424955;
	text-decoration: none;
	font-size: 1rem;
	font-family:"Myriad W01 SmBd";
	text-transform: uppercase;
	border-bottom: 2px solid #c9c9c9;
	margin-bottom: 10px;
}

#mainmenu .level_2 > li > a:hover,
#mainmenu .level_2 > li > a.active,
#mainmenu .level_2 > li > span,
#mainmenu .level_2 > li.trail > a  {
	color: #00569d;
	text-decoration: none;
	position: relative;
}

#mainmenu .level_3 {
	padding: 0;
}

#mainmenu .level_3 > li {
	list-style: none;
}

#mainmenu .level_3 > li > a,
#mainmenu .level_3 > li > span {
	display: block;
	text-align: left;
	padding: 2px 15px;
	color: #424955;
	text-decoration: none;
	font-size: 1rem;
}

#mainmenu .level_3 > li > a:hover,
#mainmenu .level_3 > li > a.active,
#mainmenu .level_3 > li > span,
#mainmenu .level_3 > li.trail > a  {
	color: #00569d;
	text-decoration: none;
	position: relative;
}

#menuBars {
	margin: 45px -5px 0;
	display: none;
	padding: 5px;
	float: right;
	transition: all 0.4s;
}

#menuBars .fa {
	color: #fff;
}

@media screen and (max-width: 800px) {
	#menuBars {
		display: block;
	}

	#mainmenu {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	#menuBars {
		left: 10px;
	}
}

#container {
	min-height: calc(100vh - 555px);
}

@media screen and (max-width: 800px) {
	#container {
		padding-top: 100px;
	}
}

#main .mod_article,
#custom .mod_article {
	position: relative;
}

#main .mod_article .article-inner-wrapper {
	max-width: 960px;
	margin: 0 auto;
}

#main .mod_article:first-child .article-inner-wrapper {
	margin-top: 120px;
}

@media screen and (max-width: 800px) {
	#main .mod_article:first-child .article-inner-wrapper {
		margin-top: 0;
	}
}

#main .mod_article:first-child .jamp-background-inner-wrapper .article-inner-wrapper,
#main .mod_article:first-child .tab-container .article-inner-wrapper {
	margin-top: 0;
}

#main .jamp-background {
	background-position: center center;
	background-size: cover;
}

#main .jamp-background.padding .article-inner-wrapper {
	padding: 120px 0;
}

#main .mod_article .article-inner-wrapper {
	padding: 70px 0 55px;
}

@media screen and (max-width: 1020px) {
	#main .mod_article .article-inner-wrapper,
	#main .mod_article .jamp-background-inner-wrapper .article-inner-wrapper,
    #main .mod_article .tab-container .article-inner-wrapper {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (max-width: 767px) {
	#main .mod_article .article-inner-wrapper,
	#main .mod_article .jamp-background-inner-wrapper .article-inner-wrapper,
    #main .mod_article .tab-container .article-inner-wrapper {
		padding: 25px 15px 15px;
	}
}

#main .mod_article.no-padding .article-inner-wrapper {
	padding: 0;
	max-width: 100%;
}

.mod_rocksolid_slider .ce_image {
    position: relative;
	text-align: center;
}

.mod_rocksolid_slider .ce_image a {
    display: block;
}

.mod_rocksolid_slider .rsts-prev,
.mod_rocksolid_slider .rsts-next,
.mod_rocksolid_slider .rsts-video-play,
.mod_rocksolid_slider .rsts-video-stop,
.mod_rocksolid_slider .rsts-thumbs-prev,
.mod_rocksolid_slider .rsts-thumbs-next {
	left: 0;
	right: auto;
	width: 56px;
	height: 56px;
	bottom: 40%;
	border: 0;
	box-shadow: initial;
	border-radius: 0;
	background: url("../../files/layout/img/arrow-left.png") no-repeat;
	background-position: center center;
	background-color: #262b30;
	background-size: 17px;
}

@media screen and (max-width: 900px) {
	.mod_rocksolid_slider .rsts-prev,
	.mod_rocksolid_slider .rsts-next,
	.mod_rocksolid_slider .rsts-video-play,
	.mod_rocksolid_slider .rsts-video-stop,
	.mod_rocksolid_slider .rsts-thumbs-prev,
	.mod_rocksolid_slider .rsts-thumbs-next {
		bottom: 15px;
	}
}

.mod_rocksolid_slider .rsts-next,
.mod_rocksolid_slider .rsts-thumbs-next {
	background: url("../../files/layout/img/arrow-right.png") no-repeat;
	background-position: center center;
	right: 0;
	background-color: #262b30;
	background-size: 17px;
	left: auto;
}

.mod_rocksolid_slider .rsts-prev:hover,
.mod_rocksolid_slider .rsts-next:hover,
.mod_rocksolid_slider .rsts-video-play:hover,
.mod_rocksolid_slider .rsts-video-stop:hover,
.mod_rocksolid_slider .rsts-thumbs-prev:hover,
.mod_rocksolid_slider .rsts-thumbs-next:hover {
	background-color: #262b30;
	opacity: 0.7;
}

@media screen and (max-width: 1400px) {
	.mod_rocksolid_slider .rsts-prev,
	.mod_rocksolid_slider .rsts-next,
	.mod_rocksolid_slider .rsts-video-play,
	.mod_rocksolid_slider .rsts-video-stop,
	.mod_rocksolid_slider .rsts-thumbs-prev,
	.mod_rocksolid_slider .rsts-thumbs-next {
		left: 0;
	}

	.mod_rocksolid_slider .rsts-next,
	.mod_rocksolid_slider .rsts-thumbs-next {
		right: 0;
		left: auto;
	}
}

.mod_rocksolid_slider .rs-columns,
#custom .mod_article .rs-columns,
.header-picture .wrapper {
	width: 960px;
	height: 220px;
	position: absolute;
	z-index: 99;
	top: 240px;
	left: 50%;
	margin-left: -480px;
}

@media screen and (max-width: 1170px) {
	.mod_rocksolid_slider .rs-columns,
	#custom .mod_article .rs-columns,
	.header-picture .wrapper  {
		width: 100%;
		left: 30px;
		top: 150px;
		margin-left: 0;
	}
}

@media screen and (max-width: 1050px) {
	.mod_rocksolid_slider .rs-columns,
	#custom .mod_article .rs-columns,
	.header-picture .wrapper   {

	}
}

@media screen and (max-width: 800px) {
	.mod_rocksolid_slider .rs-columns,
	#custom .mod_article .rs-columns,
	.header-picture .wrapper  {
		top: 50px;
	}
}

@media screen and (max-width: 600px) {
	.mod_rocksolid_slider .rs-columns,
	#custom .mod_article .rs-columns,
	.header-picture .wrapper  {
		top: 20px;
	}
}

@media screen and (max-width: 600px) {
	.header-picture .wrapper .text-box,
	.mod_rocksolid_slider .link-box {
		width: 300px;
		font-size: 1rem;
		padding: 20px 25px;
	}

	.header-picture .wrapper .text-box h1,
	.mod_rocksolid_slider .link-box h2 {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 500px) {
    .mod_rocksolid_slider .rs-columns {
		transform:scale(0.7);
		margin-top: -20px;
	}
}

@media screen and (max-width: 360px) {
	.header-picture .wrapper .text-box {
		width: 270px;

	}
}

/*@media screen and (max-width: 500px) {
	.mod_rocksolid_slider .rs-columns,
	#custom .mod_article .rs-columns,
	.header-picture .wrapper  {
		display: none;
	}
}*/

.mod_rocksolid_slider .rs-column,
#custom .mod_article .rs-column {
	position: relative;
}

.mod_rocksolid_slider img,
#custom .mod_article img {
	width: 100%;
}

.mod_rocksolid_slider .rs-column {
	padding-left: 0px;
}

.link-box,
.header-picture .text-box {
	position: absolute;
	width: 400px;
	padding: 25px 35px;
	height: auto;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 1.2rem;
	font-family:"Myriad W01 Lt";
	cursor: pointer;
}

.header-picture .text-box {
	cursor: auto;
}

.link-box h2,
.link-box h1,
.header-picture .text-box h2,
.header-picture .text-box h1 {
	color: #fff;
	font-family:"Myriad W01 Lt";
	font-size: 2.75rem;
}

.link-box:after,
.header-picture .text-box:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 17px 17px 0;
	border-color: transparent #fff transparent transparent;
	right: 10px;
	top: 10px;
	transition: all 0.2s ease-out 0s;
}

.link-box:hover:after {
	border-color: transparent #b9b9b9 transparent transparent;
	transition: all 0.2s ease-out 0s;
}

#main .teaser {
	padding-top: 4px;
}

#main .teaser .rs-column {
	margin-bottom: 0;
	padding: 0 2px;
}

#main .teaser .rs-columns {
	margin: 0 -2px;
}

#main ul,
#main ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	text-align: left;
}

#main ul {
	margin-bottom: 15px;
}

#main ul li {
	line-height: 2;
	padding-left: 15px;
}

#main ul li:after {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	font-size: 1.4rem;
	color: #00569d;
	top: -5px;
	left: 0px;
	z-index: 1;
}

#main .ce_gallery {
	margin-bottom: 10px;
}

#main .ce_gallery .cols_2,
#main .ce_gallery .cols_3,
#main .ce_gallery .cols_4,
#main .ce_gallery .cols_5,
#main .ce_gallery .cols_6 {
	margin: 0 -10px;
}

#main .ce_gallery .cols_2 li,
#main .ce_gallery .cols_3 li,
#main .ce_gallery .cols_4 li,
#main .ce_gallery .cols_5 li,
#main .ce_gallery .cols_6 li {
	padding: 10px 10px;
}

#main .ce_gallery .cols_2 li:after,
#main .ce_gallery .cols_3 li:after,
#main .ce_gallery .cols_4 li:after,
#main .ce_gallery .cols_5 li:after,
#main .ce_gallery .cols_6 li:after {
	content: " ";
}

#main .ce_gallery>ul li.col_first {
	clear: none;
}

#main .ce_gallery .cols_2 li {
	width: 50%;
}

#main .ce_gallery .cols_3 li {
	width: 33.3333%;
}

#main .ce_gallery .cols_4 li {
	width: 25%;
}

#main .ce_gallery .cols_5 li {
	width: 20%;
}

#main .ce_gallery .cols_6 li {
	width: 16.6666666%;
}

#main .ce_gallery  .image_container:hover img {
	-webkit-transform:scale(1);
	transform:scale(1);
}

#main .ce_gallery .image_container {
	overflow:hidden;
}

#main .ce_gallery  img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

@media screen and (max-width: 991px) {
	#main .ce_gallery .cols_5 li,
	#main .ce_gallery .cols_6 li {
		width: 33.333333333%;
	}
}

@media screen and (max-width: 520px) {
	#main .ce_gallery .cols_3 li,
	#main .ce_gallery .cols_4 li {
		width: 100%;
	}

	#main .ce_gallery .cols_5 li,
	#main .ce_gallery .cols_6 li {
		width: 50%;
	}
}

#main .mod_subscribe input {
	width: 70%;
	float: left;
	height: 40px;

}

#main .mod_subscribe input.text {
	background-color: #e7e6e3;
	border: 0;
	border-right: 3px solid #fff;
}

#main .mod_subscribe .submit {
	width: 30%;
}

#main .ce_download {
	position: relative;
	margin-bottom: 25px;
	padding-left: 30px;
}

#main .ce_download a {
	color: #00569d;
}

#main .ce_download a:before {
	color: #00569d;
	content: "\f019";
	font-family: FontAwesome;
	font-size: 1.6rem;
	position: absolute;
	left: 0;
	top: -6px;
	font-style: normal;
}

#main .ce_download img {
	display: none;
}

#main .ce_sliderStart {
	overflow: visible;
}

#main .content-slider {
	margin: 0 -25px;
}

#main .slider-control .slider-menu {
	height: 5px;
}

#main .slider-control .slider-menu b {
	width: 60px;
    height: 5px;
    background: #dcdcdc;
    display: inline-block;
    text-indent: -9999em;
    margin: 0 6px;
}

#main .slider-control .slider-menu b.active {
    background: #959595;
}

@media screen and (max-width: 767px){
	#main .slider-control .slider-menu {
		width: 80%;
		margin-left: -40%;
	}
}

.slider-control .slider-prev,
.slider-control .slider-next {
	top: -300px;
	width: 35px;
	height: 65px;
	background: url("../../files/layout/img/arrow-left-red.png") no-repeat;
	background-position: center center;
	background-size: 100%;
	text-indent: -9999em;
    cursor: pointer;
}

.slider-control .slider-prev {
	left: -80px;
}

.slider-control .slider-next {
	right: -80px;
	background: url("../../files/layout/img/arrow-right-red.png") no-repeat;
}

#main .jamp-wrapper .text-box {
	width: 50%;
	float: left;
	padding: 0 25px;
}

@media screen and (max-width: 767px){
	#main .jamp-wrapper .text-box {
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}
}

#main .text-box {
	margin-bottom: 50px;
}

#main .text-box:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px){
	#main .text-box:last-child {
		margin-bottom: 25px;
	}
}


#main .ce_text .image_container ,
#main .text-box .image-container {
	margin-bottom: 25px;
}

#main .ce_accordion {
	margin-bottom: 25px;
}

#main .ce_accordion .toggler {
	outline: 0 none;
	cursor: pointer;
	text-align: left;
	padding: 5px 15px;
	position: relative;
	background: #00569d;
	color: #fff;
	font-size: 1.3rem;
}

#main .ce_accordion .accordion {
	padding-top: 30px;
}

#main .ce_accordion .ui-icon-triangle-1-e:before {
	content:"\f13a";
	font-family: FontAwesome;
	color: #fff;
	font-size: 1.6rem;
	position: absolute;
	bottom: 0;
	right: 15px;
}

#main .ce_accordion .ui-icon-triangle-1-s:before {
	color: #fff;
	content:"\f138";
	font-family: FontAwesome;
	font-size: 1.6rem;
	position: absolute;
	bottom: 0;
	right: 15px;
}

#main .ce_hyperlink a {
	display: block;
	color: #fff;
	background: #00569d;
	padding: 10px 20px;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.2s ease-out 0s;
	margin: 25px 0 70px;
	border-radius: 4px;
}

#main .ce_hyperlink.subscribe a {
	background: #c94843;
	margin: 0;
}

#main .ce_hyperlink a:hover {
	text-decoration: none;
	background: #000;
}

#main .mod_glossaryList .term {
	font-weight: bold;
	cursor: pointer;
}

#main .mod_glossaryList .term:focus {
	outline: none;
}

#main .glossaryNavigation ul {
	margin: 0 0 30px 0;
	padding: 0;
	background: rgba(238,238,238,1);
	padding: 10px 20px 0;
}

#main .glossaryNavigation ul li:after {
	content: ' ';
}

#main .glossaryNavigation ul:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

#main .glossaryNavigation li {
	float: left;
	padding: 0px 13px 0 0;
	border-right: 1px solid #575656;
	margin-right: 13px;
	list-style: none;
	color: #005d9f;
	font-size: 1.1rem;
	cursor: pointer;
	/*width: 25px;*/
	margin-bottom: 10px;
}

#main .glossaryNavigation li:last-child {
	border: 0;
}

#main .glossaryNavigation li.active {
	color: #575656;
}

#main #main .glossaryNavigation{
	overflow: hidden;
	cursor: pointer;
}

#main .ce_comments .form {
	margin-bottom: 35px;
}

#main .ce_comments .comment_default {
	background: #e8e8e8;
	padding: 20px;
	margin-bottom: 35px;
}

#main .ce_comments .comment_default:last-child {
	margin-bottom: 0;
}

#main .ce_accordion {
	margin-bottom: 15px;
}

#main .ce_accordion .toggler,
#main .ce_accordion .description-toggler,
#main .mod_glossaryList .term {
	outline: 0 none;
	cursor: pointer;
	text-align: left;
	padding: 5px 55px 5px 15px;
	border: 2px solid #005d9f;
	position: relative;
	background: #fff;
	color: #005d9f;
	font-weight: 400;
	font-size: 1.3rem;
	transition: all 0.5s;
}

#main .mod_glossaryList .term {
	margin-bottom: 15px;
}

#main .mod_glossaryList .desc {
	margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
	#main .ce_accordion .toggler,
    #main .ce_accordion .description-toggler,
    #main .mod_glossaryList .term {
		font-size: 1.1rem;
	}
}

#main .ce_accordion .toggler.active,
#main .ce_accordion .toggler:hover,
#main .ce_accordion .description-toggler.active,
#main .ce_accordion .description-toggler:hover,
#main .mod_glossaryList .term.active,
#main .mod_glossaryList .term:hover {
	background: #005d9f;
	color: #fff;
}

#main .ce_accordion .accordion {
	padding-top: 30px;
}

#main .ce_accordion .toggler .ui-icon-triangle-1-e:before,
#main .ce_accordion .toggler .ui-icon-triangle-1-s:before,
#main .ce_accordion .description-toggler span:before,
#main .mod_glossaryList .term:before {
	content:"\f138";
	font-family: FontAwesome;
	color: #005d9f;
	font-size: 1.2rem;
	position: absolute;
	top: 0;
	right: 15px;
}

#main .mod_glossaryList .term:before {
	top: 10px;
}

@media screen and (max-width: 767px) {
	#main .mod_glossaryList .term:before {
		top: 7px;
	}
}

#main .ce_accordion .toggler.active .ui-icon-triangle-1-s:before,
#main .ce_accordion .toggler.active .ui-icon-triangle-1-e:before,
#main .mod_glossaryList .term.active:before {
	content:"\f13a";
	color: #fff;
}

#main .mod_glossaryList .term:hover:before {
	color: #fff;
}

#main .mod_eventlist,
#main .mod_newslist,
#main .mod_jamp_artist_featured {
	margin: 0 -25px;
}

#main .mod_eventlist .event,
#main .mod_newslist .layout_latest,
#main .mod_jamp_artist_featured .artist {
	width: 25%;
	float: left;
	padding: 0 25px;
}

@media screen and (max-width: 767px) {
	#main .mod_eventlist .event,
	#main .mod_newslist .layout_latest,
	#main .mod_jamp_artist_featured .artist{
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}
}

#main .mod_eventlist .event .teaserimage,
#main .mod_newslist .layout_latest .image_container,
#main .mod_jamp_artist_featured .artist img {
	margin-bottom: 20px;
}

#main .mod_eventlist .event h2 a,
#main .mod_eventlist .event h2,
#main .mod_newslist .layout_latest h2 a,
#main .mod_newslist .layout_latest h2,
#main .mod_jamp_artist_featured .artist h3 {
	font-size: 1rem;
	margin-bottom: 15px;
	color: #656666;
	text-transform: none;
}

#main .mod_eventlist .event .teaser,
#main .mod_newslist .layout_latest .teaser {
	margin-bottom: 15px;
}


#main .mod_jamp_artist_list .artists {
	margin: 0 -10px;
}
#main .mod_jamp_artist_list .artists {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/*
#main .mod_jamp_artist_list .artist {
	width: 50%;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
    cursor: pointer;
}
*/
#main .mod_jamp_artist_list .artist {
	flex-basis: calc(50% - 7px);
	margin-bottom: 10px;
	cursor: pointer;
}
#main .mod_jamp_artist_list .artist:nth-child(odd) { margin-right: 7px; }
#main .mod_jamp_artist_list .artist:nth-child(even) { margin-left: 7px; }

#main .mod_jamp_artist_list .artist .artist-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#main .mod_jamp_artist_list .artist img {
    line-height: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#main .mod_jamp_artist_list .artist-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#main .mod_jamp_artist_list .artist:hover .artist-layer {
    opacity: 1;
}

#main .mod_jamp_artist_list .artist:hover img {
    opacity: .3;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

#main .mod_jamp_artist_list .artist-info {
    position: absolute;
    left: -100%;
    bottom: 15px;
    width: 100%;
    padding: 0 15px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#main .mod_jamp_artist_list .artist:hover .artist-info {
    left: 15px;
}

#main .mod_jamp_artist_list .artist-info,
#main .mod_jamp_artist_list .artist-info h2,
#main .mod_jamp_artist_list .artist-info a {
    color: #ffffff;
}

#main .mod_jamp_artist_reader img {
	margin-bottom: 25px;
}

/*#main img {
	border: 1px solid #aeaeae;
}*/

.phone {
	position: relative;
	padding-left: 18px;
}

.phone:before {
	font-family: FontAwesome;
	color: #6d7b84;
	font-size: 0.9rem;
	position: absolute;
	top: 1px;
	left: 1px;
}


.phone:before {
	content:"\f095";
	font-size: 0.9rem;
}


.dlh_googlemap {
	width: 100% !important;
}

@media screen and (max-width: 767px) {
	.dlh_googlemap {
		height: 250px !important;
	}
}

#footer {
	background: url("../../files/layout/img/bg-footer.jpg") no-repeat #000;
	background-position: top center;
	background-size: 100%;
}

#footer .inside {
	max-width: 960px;
	margin: 0 auto;
	color: #fff;
	padding: 100px 0 65px;
}

@media screen and (max-width: 1020px) {
	#footer .inside {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width: 767px) {
	#footer .inside {
		padding: 50px 15px 35px;
	}
}

#footer .fa,
#footer a,
#footer h2,
#footer h3,
#footer h4 {
	color: #fff;
}

#footer .socials {
	position: absolute;
	right: 0;
	bottom: 65px;
}

@media screen and (max-width: 600px) {
	#footer .socials {
		position: static;
		text-align: center;
		margin-left: -15px;
		margin-top: 25px;
	}
}

#footer .socials .fa {
	font-size: 1.2rem;
	color: #a8a8a8;
}

#footer .socials a {
	border: 3px solid #a8a8a8;
	border-radius: 78px;
	font-size: 1.1rem;
	width: 35px;
	height: 35px;
	line-height: 0;
	display: inline-block;
	margin-top: -6px;
	padding: 6px;
	margin-left: 15px;
}

#footer .socials a:hover,
#footer .socials a:hover .fa {
	border-color: #fff;
	color: #fff;
}

#footer .menu {
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	#footer .menu {
		margin-bottom: 25px;
	}
}

#footer .mod_navigation .level_1 {
	margin: 0;
	padding: 0;
}

#footer .mod_navigation .level_1 > li {
	float: left;
	position: relative;
	width: 16.66666666%;
	list-style: none;
	padding: 0;
}


@media screen and (max-width: 900px) {
	#footer .mod_navigation .level_1 > li {
		width: 33.33333333%;
		min-height: 280px;
	}
}

@media screen and (max-width: 600px) {
	#footer .mod_navigation {
		display: none;
	}
}

#footer .mod_navigation .level_1 > li > a,
#footer .mod_navigation .level_1 > li > span,
#footer .menu h3 a,
#footer .menu h3 {
	font-size: 1rem;
	border-bottom: 2px solid #e7302a;
	display: block;
	text-transform: uppercase;
	font-family:"Myriad W01 Bd";
	padding: 0 10px 20px 10px;
}

#footer .rs-columns.menu .rs-column {
	padding: 0;
}

#footer .menu .no-head {
	margin-top: 16px;
}

@media screen and (max-width: 767px) {
	#footer .menu .no-head {
		margin-top: 0;
	}

	#footer .menu .no-head ul {
		border: 0;
		margin-top: 0;
		padding-top: 0;
	}
}

#footer .menu h3 a,
#footer .menu h3 {
	border-bottom: 0;
	padding: 0;
	margin-bottom: 0;
}

#footer .menu h3 {
	padding: 0 15px;
}

#footer .menu ul {
	border-top: 2px solid #e7302a;
}

#footer .mod_navigation .level_2,
#footer .mod_customnav .level_1,
#footer .menu ul {
	padding: 25px 0 0 15px;
	line-height: 1.5;
}

#footer .mod_navigation .level_2 > li,
#footer .menu ul li {
	list-style-type: none;
}

#footer .mod_navigation .level_2 > li > a,
#footer .mod_navigation .level_2 > li > span,
#footer .menu ul li {
	display: block;
	padding: 3px 0;
}

#footer .menu ul li a.red {
	background: #e7302a;
	color: #fff;
	padding: 2px 7px;
	border-radius: 3px;
}
#footer .menu ul li a.red:hover {
	opacity: 0.9;
	color: #fff;
}

#footer .menu .grey ul li a {
	color: #c0c0c0;
}

#footer .mod_navigation .level_1 > li > a:hover,
#footer .mod_navigation .level_2 > li > a:hover,
#footer .menu ul li a:hover {
	text-decoration: none;
	color: #e7302a;
}





#scrollup {
	position: fixed;
	bottom: 100px;
	right: 60px;
	color: #787878;
	font-size: 2.5rem;
	transition: all 0.2s ease-out 0s;
	z-index: 111;
	display: none;
}

#scrollup:hover {
	color: #eeeeee;
}

@media screen and (max-width: 960px) {
	#scrollup {
		right: 15px;
		bottom: 50px;
	}
}

/*Anpassung für Monitore ab 1920px*/
@media screen and (min-width: 1920px){
    #wrapper {
        max-width: 1920px;
        margin: 0 auto;
        background: #fff;
    }

    body {
    	background: #f4f4f4;
    }

    #header {
		max-width: 1920px;
    }
}



.products.odd {
	background: #eeeeee;
}

.products .inner,
.product-detail .inner,
.product-slider .inner,
.product-connectivity-head .inner,
.product-connectivity .inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 60px 0;
}

.product-connectivity.buttons .inner {
	padding-top: 0px;
}

@media screen and (max-width: 767px) {
	.products .inner,
	.product-detail .inner,
	.product-slider .inner,
	.product-connectivity-head .inner,
	.product-connectivity .inner {
		padding: 25px 0;
	}
}

.product-detail .inner,
.product-slider .inner,
.product-connectivity-head .inner {
	padding: 0;
}


@media screen and (max-width: 1020px) {
	.products .inner,
	.product-detail .inner,
	.product-slider .inner,
	.product-connectivity-head .inner,
	.product-connectivity .inner {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (max-width: 767px) {
	.products .inner,
	.product-detail .inner,
	.product-slider .inner,
	.product-connectivity-head .inner,
	.product-connectivity .inner {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.product-connectivity-head {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dddddd+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	padding-top: 30px;
}

.product-slider .content-slider {
	margin: 0 !important;
}


.products .inner:after,
.products .product-item .buttons:after,
#tab-bar:after,
.product-detail .inner:after,
.product-detail .wrapper:after,
.product-connectivity .buttons:after,
.product-connectivity .wrapper:after,
.product-related:after,
.product-connectivity .connectivity-icons:after {
	content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.products .product-item {
	width: 50%;
	float: left;
	padding: 0 25px;
}

@media screen and (max-width: 767px) {
	.products .product-item {
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}
}

.products .product-item .picture {
	margin-bottom: -20px;
	text-align: right;
}

.products .product-item .description {
	position: relative;
}

#main .products .product-item .description .tags {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
    margin: 0;
    list-style: none;
}

#main .products .product-item .description .tags li {
    float: left;
    padding: 0 5px;
    margin: 0;
    background: #e7302a;
    color: #fff;
    font-family:"Myriad W01 SmBd";
    border-radius: 3px;
}

#main .products .product-item .description .tags li:after {
    content: '';
}

a.btn {
	display: block;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #005d9f;
	padding: 10px 20px;
}

a.btn.compare,
a.btn.blue {
	background: #005d9f;
	color: #fff;
	position: relative;
}

a.btn.blue {
	display: inline-block;
}

@media screen and (max-width: 767px) {
	a.btn.compare {
		display: none !important;
	}
}

.pdf_link {
	text-align: right;
}

a.btn.compare.disabled {
	opacity: 0.3;
	cursor: default;
	background: #000;
	border-color: #000;
}

a.btn.buy {
	background: #e7302a;
	border-color: #e7302a;
	color: #fff;
	position: relative;
}

a.btn:hover {
	text-decoration: none;
}

a.btn.compare:after {
	font-family: FontAwesome;
	color: #005d9f;
	background: #fff;
	font-size: 0.6rem;
	position: absolute;
	right: 3px;
	top: 3px;
	content: url("../../files/layout/img/plus.png");
	pointer-events: none;
	padding: 1px 2px 1px 3px;
}

a.btn.compare.remove:after {
    content: '\f068';
}

a.btn:hover.details {
	color: #000;
	border-color: #000;
}

a.btn:hover.compare,
a.btn:hover.buy {
	background: #000;
	border-color: #000;
}

.products .product-item .buttons a.btn {
	margin-top: 30px;
}

.products .product-item .buttons a.btn,
.product-connectivity .buttons a.btn {
	width: 49%;
	float: left;
}

.products .product-item .buttons a.details,
.product-connectivity .buttons a.buy {
	margin-right: 1%;
}

.products .product-item .buttons a.compare,
.product-connectivity .buttons a.btn.compare {
	margin-left: 1%;
	position: relative;
}

.product-connectivity .connectivity-icons {
	margin: 0 -10px 25px -10px;
}

.product-connectivity .connectivity-icons .item {
	float: left;
	width: 20%;
	padding: 0 10px 25px;
}

@media screen and (max-width: 600px) {
	.product-connectivity .connectivity-icons .item {
		width: 50%;
	}
}

.product-connectivity .connectivity-icons .item p {
	text-align: center;
	font-size: 1.2rem;
	min-height: 50px;
}

.product-picture {
	text-align: center;
	/* padding-top: 60px; */
	margin-bottom: -120px;
}

@media screen and (max-width: 1020px) {
	.product-picture {
		padding: 0 30px;
		margin-bottom: -60px;
	}
}

@media screen and (max-width: 767px) {
	.product-picture {
		padding: 0 15px;
		margin-bottom: 0;
	}
}

.product-related {
	margin: 0 -2px;
}

.product-related .related-item {
	width: 25%;
	float: left;
	padding: 0 2px;
}

@media screen and (max-width: 767px) {
	.product-related .related-item {
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}

	.product-related .related-item img {
		width: 100%;
	}
}

.product-related .related-item .description {
	padding: 30px 40px 60px 30px;
}

#submenu,
#tab-bar {
	background: #3378b1;
	width: 100%;
}

#submenu .level_1,
#tab-bar ul {
	float: left;
	position: relative;
	left: 50%;
	margin-bottom: 0;
}

#submenu .level_1 > li,
#tab-bar ul li {
	float: left;
	position: relative;
	right: 50%;
}

#submenu .level_1 > li:after,
#tab-bar ul li:after {
	content: " ";
}

#submenu .level_1 > li > span,
#submenu .level_1 > li > a,
#tab-bar ul li a,
#tab-bar ul li span {
	display: block;
	line-height: 60px;
	text-decoration: none;
	padding:  0 20px;
	color: #fff;
	font-family:"Myriad W01 SmBd";
	text-transform: uppercase;
}

@media screen and (max-width: 991px) {
	#submenu .level_1 > li > span,
	#submenu .level_1 > li > a,
	#tab-bar ul li a,
	#tab-bar ul li span {
		line-height: 50px;
		font-size: 0.9rem;
		padding: 0 12px;
	}
}

@media screen and (max-width: 767px) {
	#submenu {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	#submenu .level_1 > li > span,
	#submenu .level_1 > li > a,
	#tab-bar ul li a,
	#tab-bar ul li span {
		line-height: 50px;
		font-size: 0.7rem;
		padding: 0 8px;
	}

	 #tab-bar ul li {
	 	padding-left: 0;
	 }
}

#submenu .level_1 > li > span,
#submenu .level_1 > li > a:hover,
#tab-bar ul li span,
#tab-bar ul li a:hover,
#tab-bar ul li a.active {
	color: #3378b1;
	background: #fff;
}

.product-detail .wrapper,
.product-connectivity .wrapper {
	margin: 0 -25px;
	padding: 0 0 60px;
}

@media screen and (max-width: 767px) {
	.product-detail .wrapper,
	.product-connectivity .wrapper {
		padding-bottom: 25px;
	}
}

.product-detail .wrapper .col2,
.product-connectivity .wrapper .col2 {
	width: 50%;
	padding: 0 25px;
	float: left;
}

.product-detail .wrapper .teaser-text {
	width: 50%;
	padding: 0 25px;
	float: left;
}

.product-detail .wrapper .button {
	width: 50%;
	text-align: right;
	padding: 0 25px;
	float: left;
}

@media screen and (max-width: 767px) {
	.product-detail .wrapper .teaser-text,
	.product-detail .wrapper .button,
	.product-detail .wrapper .col2,
	.product-connectivity .wrapper .col2 {
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}

	.product-connectivity .wrapper .col2 {
		margin-bottom: 0;
	}
}

.product-detail .wrapper .price {
    margin-right: 55px;
    margin-bottom: 20px;
    color: #00569d;
    font-size: 2rem;
    font-weight: bold;
}

.product-wrapper .button {
    margin-top: 70px;
}

.product-wrapper .button-inner {
    margin: 0 -3px;
    /* overflow: hidden; */
}

.product-wrapper .button .btn-wrapper {
    float: left;
    width: 50%;
    padding: 0 1.5px;
}

.product-wrapper .button a.btn {
	display: inline-block;
    width: 100%;
	padding: 10px 60px;
}

.product-wrapper .button a.btn.find-dealer {
    position: relative;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 3px;
    background: #e5e5e5;
    border: 0;
    line-height: 44px;
}

.product-wrapper .button a.btn.find-dealer:after {
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 25px;
    line-height: 44px;
}

.product-wrapper .button a.btn.find-dealer:hover {
    background: #000000;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
	.product-wrapper .button a.btn {
		margin: 0;
	}

    .product-wrapper .button a.btn.find-dealer {
        width: 100%;
    }
}

.header-picture {
	position: relative;
	line-height: 0;
}

.header-picture img {
	width: 100%;
}

.product-slider .slide-with-text {
	position: relative;
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.product-slider .slide-with-text {
		margin-bottom: 25px;
	}
}

.product-slider .slide-with-text img {
	width: 100%;
}

.product-slider .slide-with-text .slide-text-box {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 320px;
	padding: 20px;
	background: #fff;
}

@media screen and (max-width: 767px) {
	.product-slider .slide-with-text .slide-text-box {
		position: static;
		width: 100%;
	}
}

.slideUpContent {
    opacity: 0;
}

/* Effekte */

.product-connectivity-head img,
.product-related .related-item img,
.product-slider .slide-with-text img,
.products .product-item .picture img,
#main .text-box .image-container img,
.product-picture img,
#main .teaser .image_container img {
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	transition: all 2s;
}

.product-connectivity-head img:hover,
.product-related .related-item img:hover,
.product-slider .slide-with-text img:hover,
#main .text-box .image-container img:hover,
#main .teaser .image_container img:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.product-picture img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.products .product-item .picture img:hover {
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.product-related .related-item .image,
.product-slider .slide-with-text,
#main .text-box .image-container {
	overflow: hidden;
	line-height: 0;
}

.header-picture {
	height: 600px;
	overflow: hidden;
}

@media screen and (max-width: 1370px) {
	.header-picture {
		height: 540px;
	}
}

@media screen and (max-width: 1250px) {
	.header-picture {
		height: 500px;
		background-size: 130% !important;
	}
}

@media screen and (max-width: 1170px) {
	.header-picture {
		height: 430px;
	}
}

@media screen and (max-width: 950px) {
	.header-picture {
		height: 350px;
	}
}

@media screen and (max-width: 800px) {
	.header-picture {
		height: 300px;
	}
}

@media screen and (max-width: 600px) {
	.header-picture {
		height: 230px;
		background-size: 220% !important;
	}
}

.header-picture  {
	background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1920px) {
	.header-picture  {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
		background-attachment: scroll;
	}
}

.product-wrapper {
	background: #fff;
}

.product-description {
   /* -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;*/
    padding-bottom: 50px;
}

.product-connectivity .product-description {
	padding-bottom: 0;
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

@media screen and (max-width: 599px) {
    .product-description {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.product-special-features,
.product-custom-text {
	padding-top: 10px;
}

.product-special-features,
.product-custom-text,
.product-accessories {
	padding-bottom: 40px;
}

.product-accessories {
    padding-bottom: 0;
}

.compare {}



.compare-row,
.product-row {
    overflow: hidden;
}

.product-row {
    padding: 0 0 45px 0;
}

.product-row.fixed {
    position: fixed;
    top: 120px;
    max-width: 960px;
    width: 100%;
    max-height: 219px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.75);
}

.product-row.fixed img {
    height: 100px;
}

@media screen and (max-width: 1020px) {
    .product-row.fixed {
        left: 0;
        max-width: 1020px;
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media screen and (max-width: 800px) {
    .product-row.fixed {
        top: 100px;
    }
}

@media screen and (max-width: 767px) {
    .product-row.fixed {
        max-width: 990px;
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
}

.compare-row {
    padding: 10px 0;
}

.compare-row.odd {
	background: #eee;
}

.compare-label {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 1.2rem;
    text-align: center;
    font-family: "Myriad W01 SmBd";
	color: #656666;
}

.product-label {
    float: left;
    margin-bottom: 10px;
    text-align: center;
}

.compare.w-100 .product-label {
    float: none;
    width: 100%;
}

.compare.w-50 .product-label {
    width: 50%;
}

.compare.w-33 .product-label {
    width: 33.333333%;
}

form[name="dealer_finder"] {
	background: #eeeeee;
	padding: 30px;
	margin-bottom: 40px;
}

#dealer_finder_search_key {
    width: 100%;
}

.dealers {
    overflow: hidden;
}

.dealer {
    float: left;
    width: 33.333333%;
    min-height: 200px;
}

@media screen and (max-width: 767px) {
	.dealer {
		width: 50%;
		padding-right: 15px;
	}
}

@media screen and (max-width: 500px) {
	.dealer {
		width: 100%;
		padding-right: 0;
		min-height: auto;
		float: none;
		margin-bottom: 35px;
	}
}

.downloads,
.manuals {
    margin-bottom: 15px;
}

.downloads .categories,
.manuals .categories {
	background: #eee;
	padding: 10px 0 !important;
    padding-left: 13px !important;
}

#main .downloads .categories li,
#main .manuals .categories li {
	float: left;
	/*width: 16.6666666%;*/
    line-height: 1;
    padding-right: 13px;
    margin-right: 13px;
    padding-left: 0;
    border-right: 1px solid #575656;
}

#main .downloads .categories li:last-of-type,
#main .manuals .categories li:last-of-type {
    border-right: 0;
}

#main .downloads .categories li:after,
#main .manuals .categories li:after {
    content: "";
}

.downloads .categories:after,
.manuals .categories:after {
	content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.downloads .categories a,
.manuals .categories a {
    cursor: pointer;
    line-height: 32px;
}

.downloads .downloads,
.manuals .manuals {
    display: none;
}

.downloads .categories a.active,
.manuals .categories a.active,
.downloads .downloads.active,
.manuals .manuals.active {
    display: block;
}

.downloads .categories a.active,
.manuals .categories a.active,
.downloads .categories a:hover,
.manuals .categories a:hover {
    color: #575656;
    text-decoration: none;
}

.downloads .categories a.active,
.manuals .categories a.active {
    background: #005d9f;
    color: #fff;
     padding-left: 10px;
    padding-right: 10px;
    line-height: 32px;
    border-radius: 5px;
}

#main .downloads .categories-os,
#main .downloads .categories-driver {
    padding: 0;
    margin: 0 -7.5px 15px -7.5px;
    list-style: none;
    overflow: hidden;
}

#main .downloads .categories-os li,
#main .downloads .categories-driver li {
    float: left;
    width: 50%;
    list-style: none;
    padding: 0 7.5px;
    margin: 0;
}

#main .downloads .categories-os li:after,
#main .downloads .categories-driver li:after {
    display: none;
}

#main .downloads .categories-os li a,
#main .downloads .categories-driver li a{
    display: block;
    padding: 50px 0;
    background: #eee;
    text-align: center;
    text-decoration: none;
    font-size: 1.3rem;
}

#main .downloads .categories-os li a.active,
#main .downloads .categories-driver li a.active {
    background: #005d9f;
    color: #ffffff;
}

.accordion {}

.accordion-headline {
    margin: 15px 0;
    outline: 0 none;
    cursor: pointer;
    text-align: left;
    padding: 5px 55px 5px 15px;
    border: 2px solid #005d9f;
    position: relative;
    background: #fff;
    color: #005d9f;
    font-weight: 400;
    font-size: 1.3rem;
    transition: all 0.5s;
}

.accordion-headline:before {
    content: "\f138";
    font-family: FontAwesome;
    color: #005d9f;
    font-size: 1.2rem;
    position: absolute;
    top: 8px;
    right: 15px;
}

.accordion.active .accordion-headline,
.accordion-headline:hover {
    background: #005d9f;
    color: #fff;
}

.accordion.active .accordion-headline:before,
.accordion-headline:hover:before {
    color: #fff;
}

.accordion.active .accordion-headline:before {
    content: "\f13a";
}

.accordion-content {
    display: none;
}

.downloads .accordion.hide {
    display: none;
}

.downloads .head-row,
.downloads .body-row {
    overflow: hidden;
}

.downloads .head-row {
    margin-bottom: 15px;
    font-weight: bold;
}

.downloads .body-row {
    display: none;
    padding: 15px 0;
}

.downloads .body-row.active {
    display: block;
}

.downloads .body-row.odd {
    background: #EEEEEE;
}

.downloads .body-row.hide {
    display: none;
}

.downloads .driver-item,
.downloads .release-date-item,
.downloads .download-item {
    float: left;
    padding: 0 15px;
}

.downloads .body-row .headline {
    display: none;
    font-weight: bold;
}

.downloads .driver-item {
    width: 50%;
}

.downloads .release-date-item {
    width: 15%;
}

.downloads .download-item {
    width: 35%;
}

.downloads .supported-products {
    width: 100%;
    padding: 15px 15px 0 15px;
    clear: both;
}

.single-download-wrapper {
    margin: 45px 0;
}

.single-download {
    position: relative;
    padding: 15px 15px;
    background: #EEEEEE;
	text-align: right;
	margin-bottom: 0.5rem;
}

.single-download:before {
    content: '\f01a';
    font-family: FontAwesome;
    position: absolute;
    top: 13px;
    left: 15px;
    color: #0C5E9D;
    font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
    .downloads .head-row {
        display: none;
    }

    .downloads .driver-item,
    .downloads .release-date-item,
    .downloads .download-item {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .downloads .body-row .headline {
        display: block;
        margin-bottom: 5px;
    }

    .downloads .supported-products {
        padding-top: 0;
    }
}

.image_layer {
    position: relative;
}

.image_layer .caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    line-height: 1;
}

.image_layer .caption .inner {
    position: absolute;
    left: -100%;
    bottom: 15px;
    padding: 15px;
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.image_layer:hover .caption {
    opacity: 1;
}

.image_layer:hover .caption .inner {
    left: 0;
}

.image_layer .caption .inner,
.image_layer .caption .inner h3,
.image_layer .caption .inner a {
    color: #ffffff;
}

.image_layer .caption .inner h3 {
    text-transform: none;
    font-size: 1.5rem;
}

.image_layer a {
    display: block;
    line-height: 0;
}

.image_layer img {
    line-height: 1;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.modal-window {
    position: fixed;
    width: 300px;
    height: 140px;
    top: 50%;
    left: 50%;
    padding: 15px;
    margin-left: -150px;
    margin-top: -50px;
    background: #ffffff;
}

.modal-close:before {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    content: "\f00d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 1rem;
	color: #000;
}



.modal-title {
    margin-bottom: 15px;
}

.manuals {
    margin-bottom: 15px;
}

.manual-header,
.manuals .body-row {
    overflow: hidden;
}

.manual-header {
    margin-bottom: 15px;
    font-weight: bold;
}

.manual-category-title {
    padding: 5px 15px;
    font-weight: bold;
}

.manuals .body-row {
    /*display: none;*/
}

.manuals .body-row.active {
    display: block;
}

.manuals .body-row.even {
    background: #EEEEEE;
}

.manual-title,
.manual-description,
.manual-download {
    padding: 5px 15px;
    float: left;
}

.manual-title {
    width: 30%;
}

.manual-description {
    width: 40%;
}

.manual-download {
    width: 30%;
}

.manual-label {
    display: block;
    font-weight: bold;
}

@media print {
	#header,
	#footer,
	.pdf_link {
		display: none;
	}

	#main .mod_article:first-child .article-inner-wrapper {
		margin-top: 0;
		padding: 0;
	}

}






.q-link {
    display: none;
}

.qCheckoutButton, .qCartButton {
    position: relative;
    display: block;
    float: right;
}

.qCheckoutButton a, .qCartButton a {
    display: block;
    color: #f4f4f4;
    font-size: 0.875rem;
    padding: 0 10px;
    line-height: 30px;
    cursor: pointer;
}

.qCart-num {
    position: absolute;
    top: 1px;
    right: -2px;
    width: 15px;
    height: 15px;
    background: red;
    border-radius: 50%;
    font-style: normal;
    line-height: 15px;
    text-align: center;
    font-size: 0.6rem;
}


body.shop #container {
    padding-top: 150px;
}

.product-connectivity.buttons .button {
    position: relative;
}

#main [data-widget] {
    position: absolute;
    z-index: 10;
    top: -300px;
    max-width: 350px;
    padding: 10px;
    display: none;
    background: #f8f8f8;
    border-radius: 5px;
}

/* Cable & Adapters */
#main [data-widget="105854"] {
    top: -350px;
}

#main [quivers-view="true"] .view {
    padding: 0;
}

#main [quivers-view="true"] .view .view-body {
    padding: 0;
}

#main #currentView .qProductsUI,
#main [quivers-view="true"] .qProductsUI {
    float: none;
}

#main [quivers-bootstrap="true"] .row {
    margin: 0;
}

#main .qProductsUI .col-xs-12 {
    padding: 0;
}

#main #currentView .qProductsUI .qProductDetails .qProductOverview .qVariantDetails,
#main [quivers-view="true"] .qProductsUI .qProductDetails .qProductOverview .qVariantDetails {
    padding: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#main #currentView .qProductsUI .qProductDetails .qProductOverview .qVariantDetails .qVariantPrice,
#main [quivers-view="true"] .qProductsUI .qProductDetails .qProductOverview .qVariantDetails .qVariantPrice {
    text-align: right;
}

#QuiversDialogBoxContainer #QuiversDialogBox .qDialogHeader .qDialogClose span {
    top: 4.5px !important;
}

.sidesocial{
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 101;
    width: 50px;
    height: 110px;
}

@media screen and (max-width: 767px) {
	.sidesocial{
		top: 50%;
		display: none !important;
	}
}


.sidesocial .fa{
	color: #fff;
}

.sidesocial a.facebook, .sidesocial a.twitter, .sidesocial a.instagram, .sidesocial a.youtube{
	display: block;
	text-align: center;
	padding: 10px 0;
}

.sidesocial a.facebook{
	background-color: #3a579a;
}

.sidesocial a.twitter{
	background-color: #00abf0;
}

.sidesocial a.youtube{
	background-color: #ff0200;
}

.sidesocial a.instagram{
	background-color: #c84274;
}




.ce_jamp_quivers_buy_now_button {
    position: relative;
    overflow: visible !important;
}




#notification_banner {
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*z-index: 100;*/

    background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(156,33,69,1) 35%, rgba(186,10,51,1) 100%);
    color: #ffffff;
    font-weight: bold;
}

#notification_banner .inside {
    display: flex;
    max-width: 1060px;
    height: auto;
    margin: 0 auto;
}

#notification_banner .ce_text {
    padding: 10px 0;
    margin-right: 1rem;
}

#notification_banner .ce_hyperlink {
    padding: 10px 0;
}

#notification_banner a {
    color: #f2b1b4;
}

/*#notification_banner + #header {*/
/*    height: 170px;*/
/*}*/



/* bundle-teaser */
#bundle-teaser,
#bundle-teaser .block,
#bundle-teaser .rs-columns {
	overflow: visible !important;
}
#bundle-teaser .rs-columns::after {
	content: "";
	display: block;
	clear: both;
}

#main #bundle-teaser.mod_article .article-inner-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}
#main #bundle-teaser.mod_article .article-inner-wrapper h1 {
	margin-bottom: 0;
}

#main #bundle-teaser.mod_article .article-inner-wrapper .rs-column {
	margin-bottom: 20px;
}

#main #bundle-teaser.mod_article .article-inner-wrapper .ce_rs_columns_start > * > * {
	margin-top: 22px !important;
}

#main #bundle-teaser.mod_article .article-inner-wrapper .ce_rs_columns_start > *:nth-child(2) > * {
	margin-top: 20px !important;
}

#shoplinks {
	float: right;
	display: flex;
}
#shoplinks a {
	display: block;
    position: relative;
    color: #fff;
    font-size: 0.875rem;
    padding: 0 10px;
    line-height: 30px;
    cursor: pointer;
}

.buybutton {
    width: 100%;
    display: flex;
}
.buybutton * {
    transition: all 0.4s;
}

.buybutton input {
    min-width: 94px;
    padding: 10px 20px;
    border: 2px solid #e7302a;
    display: block;
    width: 5%;
}
.buybutton:hover input {
    border-color: #000;
}

.buybutton a {
    width: 95%;
    display: block;
    text-align: center;
    background-color: #e7302a;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #e7302a;
}
.buybutton:hover a {
    background-color: #000;
    border-color: #000;
}
/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/

/*
==============================================
slideDown
==============================================
*/


.slideDown{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	

	visibility: visible !important;						
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	50%{
		transform: translateY(8%);
	}
	65%{
		transform: translateY(-4%);
	}
	80%{
		transform: translateY(4%);
	}
	95%{
		transform: translateY(-2%);
	}			
	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	50%{
		-webkit-transform: translateY(8%);
	}
	65%{
		-webkit-transform: translateY(-4%);
	}
	80%{
		-webkit-transform: translateY(4%);
	}
	95%{
		-webkit-transform: translateY(-2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}

/*
==============================================
slideUp
==============================================
*/


.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;

	visibility: visible !important;
	opacity: 1 !important;
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
	}
			
	100% {
		transform: translateY(0%);
	}	
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
	}
		
	100% {
		-webkit-transform: translateY(0%);
	}	
}

/*
==============================================
slideLeft
==============================================
*/


.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;	

	animation-duration: 3s;	
	-webkit-animation-duration: 3s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes slideLeft {
	0% {
		transform: translateX(100%);
	}		
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideLeft {
	0% {
		-webkit-transform: translateX(100%);
	}		
	100% {
		-webkit-transform: translateX(0%);
	}
}

/*
==============================================
slideRight
==============================================
*/


.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes slideRight {
	0% {
		transform: translateX(-150%);
	}
	50%{
		transform: translateX(8%);
	}
	65%{
		transform: translateX(-4%);
	}
	80%{
		transform: translateX(4%);
	}
	95%{
		transform: translateX(-2%);
	}			
	100% {
		transform: translateX(0%);
	}	
}

@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(-150%);
	}
	50%{
		-webkit-transform: translateX(8%);
	}
	65%{
		-webkit-transform: translateX(-4%);
	}
	80%{
		-webkit-transform: translateX(4%);
	}
	95%{
		-webkit-transform: translateX(-2%);
	}			
	100% {
		-webkit-transform: translateX(0%);
	}
}

/*
==============================================
slideExpandUp
==============================================
*/


.slideExpandUp{
	animation-name: slideExpandUp;
	-webkit-animation-name: slideExpandUp;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease -out;

	visibility: visible !important;	
}

@keyframes slideExpandUp {
	0% {
		transform: translateY(100%) scaleX(0.5);
	}
	30%{
		transform: translateY(-8%) scaleX(0.5);
	}	
	40%{
		transform: translateY(2%) scaleX(0.5);
	}
	50%{
		transform: translateY(0%) scaleX(1.1);
	}
	60%{
		transform: translateY(0%) scaleX(0.9);		
	}
	70% {
		transform: translateY(0%) scaleX(1.05);
	}			
	80%{
		transform: translateY(0%) scaleX(0.95);		
	}
	90% {
		transform: translateY(0%) scaleX(1.02);
	}	
	100%{
		transform: translateY(0%) scaleX(1);		
	}
}

@-webkit-keyframes slideExpandUp {
	0% {
		-webkit-transform: translateY(100%) scaleX(0.5);
	}
	30%{
		-webkit-transform: translateY(-8%) scaleX(0.5);
	}	
	40%{
		-webkit-transform: translateY(2%) scaleX(0.5);
	}
	50%{
		-webkit-transform: translateY(0%) scaleX(1.1);
	}
	60%{
		-webkit-transform: translateY(0%) scaleX(0.9);		
	}
	70% {
		-webkit-transform: translateY(0%) scaleX(1.05);
	}			
	80%{
		-webkit-transform: translateY(0%) scaleX(0.95);		
	}
	90% {
		-webkit-transform: translateY(0%) scaleX(1.02);
	}	
	100%{
		-webkit-transform: translateY(0%) scaleX(1);		
	}
}

/*
==============================================
expandUp
==============================================
*/


.expandUp{
	animation-name: expandUp;
	-webkit-animation-name: expandUp;	

	animation-duration: 0.7s;	
	-webkit-animation-duration: 0.7s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;		

	visibility: visible !important;	
}

@keyframes expandUp {
	0% {
		transform: translateY(100%) scale(0.6) scaleY(0.5);
	}
	60%{
		transform: translateY(-7%) scaleY(1.12);
	}
	75%{
		transform: translateY(3%);
	}	
	100% {
		transform: translateY(0%) scale(1) scaleY(1);
	}	
}

@-webkit-keyframes expandUp {
	0% {
		-webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
	}
	60%{
		-webkit-transform: translateY(-7%) scaleY(1.12);
	}
	75%{
		-webkit-transform: translateY(3%);
	}	
	100% {
		-webkit-transform: translateY(0%) scale(1) scaleY(1);
	}	
}

/*
==============================================
fadeIn
==============================================
*/

.fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;		
	}

	100% {
		transform: scale(1);
		opacity: 1;	
	}		
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;		
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}		
}

/*
==============================================
expandOpen
==============================================
*/


.expandOpen{
	animation-name: expandOpen;
	-webkit-animation-name: expandOpen;	

	animation-duration: 1.2s;	
	-webkit-animation-duration: 1.2s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;	
}

@keyframes expandOpen {
	0% {
		transform: scale(1.8);		
	}
	50% {
		transform: scale(0.95);
	}	
	80% {
		transform: scale(1.05);
	}
	90% {
		transform: scale(0.98);
	}	
	100% {
		transform: scale(1);
	}			
}

@-webkit-keyframes expandOpen {
	0% {
		-webkit-transform: scale(1.8);		
	}
	50% {
		-webkit-transform: scale(0.95);
	}	
	80% {
		-webkit-transform: scale(1.05);
	}
	90% {
		-webkit-transform: scale(0.98);
	}	
	100% {
		-webkit-transform: scale(1);
	}					
}

/*
==============================================
bigEntrance
==============================================
*/


.bigEntrance{
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;			
}

@keyframes bigEntrance {
	0% {
		transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
		opacity: 1;
	}
	45% {
		transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	75% {
		transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	100% {
		transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}		
}

@-webkit-keyframes bigEntrance {
	0% {
		-webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		-webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
		opacity: 1;
	}
	45% {
		-webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	75% {
		-webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		-webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	100% {
		-webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}				
}

/*
==============================================
hatch
==============================================
*/

.hatch{
	animation-name: hatch;
	-webkit-animation-name: hatch;	

	animation-duration: 2s;	
	-webkit-animation-duration: 2s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 

	visibility: visible !important;		
}

@keyframes hatch {
	0% {
		transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		transform: rotate(2deg) scaleY(1);
	}
	50% {
		transform: rotate(-2deg);
	}	
	65% {
		transform: rotate(1deg);
	}	
	80% {
		transform: rotate(-1deg);
	}		
	100% {
		transform: rotate(0deg);
	}									
}

@-webkit-keyframes hatch {
	0% {
		-webkit-transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		-webkit-transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		-webkit-transform: rotate(2deg) scaleY(1);
	}
	50% {
		-webkit-transform: rotate(-2deg);
	}	
	65% {
		-webkit-transform: rotate(1deg);
	}	
	80% {
		-webkit-transform: rotate(-1deg);
	}		
	100% {
		-webkit-transform: rotate(0deg);
	}		
}


/*
==============================================
bounce
==============================================
*/


.bounce{
	animation-name: bounce;
	-webkit-animation-name: bounce;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	
	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 	
}

@keyframes bounce {
	0% {
		transform: translateY(0%) scaleY(0.6);
	}
	60%{
		transform: translateY(-100%) scaleY(1.1);
	}
	70%{
		transform: translateY(0%) scaleY(0.95) scaleX(1.05);
	}
	80%{
		transform: translateY(0%) scaleY(1.05) scaleX(1);
	}	
	90%{
		transform: translateY(0%) scaleY(0.95) scaleX(1);
	}				
	100%{
		transform: translateY(0%) scaleY(1) scaleX(1);
	}	
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(0%) scaleY(0.6);
	}
	60%{
		-webkit-transform: translateY(-100%) scaleY(1.1);
	}
	70%{
		-webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
	}
	80%{
		-webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
	}	
	90%{
		-webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
	}				
	100%{
		-webkit-transform: translateY(0%) scaleY(1) scaleX(1);
	}		
}


/*
==============================================
pulse
==============================================
*/

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 0.7;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;	
	}			
}

/*
==============================================
floating
==============================================
*/

.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(8%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(8%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}

/*
==============================================
tossing
==============================================
*/

.tossing{
	animation-name: tossing;
	-webkit-animation-name: tossing;	

	animation-duration: 2.5s;	
	-webkit-animation-duration: 2.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
	0% {
		transform: rotate(-4deg);	
	}
	50% {
		transform: rotate(4deg);
	}
	100% {
		transform: rotate(-4deg);	
	}						
}

@-webkit-keyframes tossing {
	0% {
		-webkit-transform: rotate(-4deg);	
	}
	50% {
		-webkit-transform: rotate(4deg);
	}
	100% {
		-webkit-transform: rotate(-4deg);	
	}				
}

/*
==============================================
pullUp
==============================================
*/

.pullUp{
	animation-name: pullUp;
	-webkit-animation-name: pullUp;	

	animation-duration: 1.8s;	
	-webkit-animation-duration: 1.8s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 		
}

@keyframes pullUp {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}				
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}							
}

@-webkit-keyframes pullUp {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}				
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}		
}

/*
==============================================
pullDown
==============================================
*/

.pullDown{
	animation-name: pullDown;
	-webkit-animation-name: pullDown;	

	animation-duration: 1.1s;	
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%; 		
}

@keyframes pullDown {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}				
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}							
}

@-webkit-keyframes pullDown {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}				
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}		
}

/*
==============================================
stretchLeft
==============================================
*/

.stretchLeft{
	animation-name: stretchLeft;
	-webkit-animation-name: stretchLeft;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%; 
}

@keyframes stretchLeft {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}				
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}							
}

@-webkit-keyframes stretchLeft {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}				
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}		
}

/*
==============================================
stretchRight
==============================================
*/

.stretchRight{
	animation-name: stretchRight;
	-webkit-animation-name: stretchRight;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%; 		
}

@keyframes stretchRight {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}				
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}							
}

@-webkit-keyframes stretchRight {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}				
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}		
}

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */

.easy-autocomplete{position:relative}.easy-autocomplete input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;box-shadow:0 1px 2px rgba(0,0,0,0.1) inset;color:#555;float:none;padding:6px 12px}.easy-autocomplete input:hover,.easy-autocomplete input:focus{box-shadow:none}.easy-autocomplete a{display:block}.easy-autocomplete.eac-blue-light input:hover,.easy-autocomplete.eac-blue-light input:focus{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul li,.easy-autocomplete.eac-blue-light ul .eac-category{border-color:#66afe9}.easy-autocomplete.eac-blue-light ul li.selected,.easy-autocomplete.eac-blue-light ul .eac-category.selected{background-color:#ecf5fc}.easy-autocomplete.eac-green-light input:hover,.easy-autocomplete.eac-green-light input:focus{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul li,.easy-autocomplete.eac-green-light ul .eac-category{border-color:#41DB00}.easy-autocomplete.eac-green-light ul li.selected,.easy-autocomplete.eac-green-light ul .eac-category.selected{background-color:#9eff75}.easy-autocomplete.eac-red-light input:hover,.easy-autocomplete.eac-red-light input:focus{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul li,.easy-autocomplete.eac-red-light ul .eac-category{border-color:#ff5b5b}.easy-autocomplete.eac-red-light ul li.selected,.easy-autocomplete.eac-red-light ul .eac-category.selected{background-color:#ff8e8e}.easy-autocomplete.eac-yellow-light input:hover,.easy-autocomplete.eac-yellow-light input:focus{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul li,.easy-autocomplete.eac-yellow-light ul .eac-category{border-color:#ffdb00}.easy-autocomplete.eac-yellow-light ul li.selected,.easy-autocomplete.eac-yellow-light ul .eac-category.selected{background-color:#ffe233}.easy-autocomplete.eac-dark-light input:hover,.easy-autocomplete.eac-dark-light input:focus{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul li,.easy-autocomplete.eac-dark-light ul .eac-category{border-color:#333}.easy-autocomplete.eac-dark-light ul li.selected,.easy-autocomplete.eac-dark-light ul .eac-category.selected{background-color:#4d4d4d;color:#fff}.easy-autocomplete.eac-dark{color:#fff}.easy-autocomplete.eac-dark input{background-color:#404040;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark input:hover,.easy-autocomplete.eac-dark input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-dark ul{border-color:#333}.easy-autocomplete.eac-dark ul li,.easy-autocomplete.eac-dark ul .eac-category{background-color:#404040;border-color:#333}.easy-autocomplete.eac-dark ul li.selected,.easy-autocomplete.eac-dark ul .eac-category.selected{background-color:#737373;color:#f6f6f6}.easy-autocomplete.eac-dark-glass{color:#fff}.easy-autocomplete.eac-dark-glass input{background-color:rgba(0,0,0,0.8);border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark-glass input:hover,.easy-autocomplete.eac-dark-glass input:focus{border-color:rgba(0,0,0,0.8);box-shadow:0}.easy-autocomplete.eac-dark-glass ul{border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li,.easy-autocomplete.eac-dark-glass ul .eac-category{background-color:rgba(0,0,0,0.8);border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li.selected,.easy-autocomplete.eac-dark-glass ul .eac-category.selected{background-color:rgba(64,64,64,0.8);color:#f6f6f6}.easy-autocomplete.eac-dark-glass ul li:last-child,.easy-autocomplete.eac-dark-glass ul .eac-category:last-child{border-radius:0 0 4px 4px}.easy-autocomplete.eac-blue{color:#fff}.easy-autocomplete.eac-blue input{background-color:#6d9ed1;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-blue input::-webkit-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input::-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-ms-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:hover,.easy-autocomplete.eac-blue input:focus{border-color:#5A91CB;box-shadow:0}.easy-autocomplete.eac-blue ul{border-color:#5A91CB}.easy-autocomplete.eac-blue ul li,.easy-autocomplete.eac-blue ul .eac-category{background-color:#6d9ed1;border-color:#5A91CB}.easy-autocomplete.eac-blue ul li.selected,.easy-autocomplete.eac-blue ul .eac-category.selected{background-color:#94b8dd;color:#f6f6f6}.easy-autocomplete.eac-yellow{color:#333}.easy-autocomplete.eac-yellow input{background-color:#ffdb7e;border-color:#333;border-radius:4px;box-shadow:0;color:#333}.easy-autocomplete.eac-yellow input:hover,.easy-autocomplete.eac-yellow input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-yellow ul{border-color:#333}.easy-autocomplete.eac-yellow ul li,.easy-autocomplete.eac-yellow ul .eac-category{background-color:#ffdb7e;border-color:#333}.easy-autocomplete.eac-yellow ul li.selected,.easy-autocomplete.eac-yellow ul .eac-category.selected{background-color:#ffe9b1;color:#333}.easy-autocomplete.eac-purple{color:#333}.easy-autocomplete.eac-purple input{background-color:#d6d1e7;border-color:#b8afd5;box-shadow:0;color:#333}.easy-autocomplete.eac-purple input:hover,.easy-autocomplete.eac-purple input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-purple ul{border-color:#333}.easy-autocomplete.eac-purple ul li,.easy-autocomplete.eac-purple ul .eac-category{background-color:#d6d1e7;border-color:#333}.easy-autocomplete.eac-purple ul li.selected,.easy-autocomplete.eac-purple ul .eac-category.selected{background-color:#ebe8f3;color:#333}.easy-autocomplete.eac-bootstrap input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;color:#555;padding:6px 12px}.easy-autocomplete-container{left:0;position:absolute;width:100%;z-index:2}.easy-autocomplete-container ul{background:none repeat scroll 0 0 #ffffff;border-top:1px dotted #ccc;display:none;margin-top:0;padding-bottom:0;padding-left:0;position:relative;top:-1px}.easy-autocomplete-container ul li,.easy-autocomplete-container ul .eac-category{background:inherit;border-color:#ccc;border-image:none;border-style:solid;border-width:0 1px;display:block;font-size:14px;font-weight:normal;padding:4px 12px}.easy-autocomplete-container ul li:last-child{border-radius:0 0 2px 2px;border-width:0 1px 1px}.easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #ebebeb;cursor:pointer}.easy-autocomplete-container ul li.selected div{font-weight:normal}.easy-autocomplete-container ul li div{display:block;font-weight:normal;word-break:break-all}.easy-autocomplete-container ul li b{font-weight:bold}.easy-autocomplete-container ul .eac-category{font-color:#aaa;font-style:italic}.eac-description .eac-item span{color:#aaa;font-style:italic;font-size:0.9em}.eac-icon-left .eac-item img{margin-right:4px;max-height:30px}.eac-icon-right .eac-item{margin-top:8px;min-height:24px;position:relative}.eac-icon-right .eac-item img{margin-left:4px;max-height:30px;position:absolute;right:-4px;top:-8px}
/*# sourceMappingURL=easy-autocomplete.min.css.map */

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */

.easy-autocomplete.eac-square{font-family:"Roboto", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-square input{border:1px solid #7f8c8d;border-radius:0;color:#7f8c8d;font-family:inherit;font-size:18px;font-style:italic;font-weight:300;margin:0;min-width:350px;padding:12px 43px 12px 15px}.easy-autocomplete.eac-square ul{border-color:#7f8c8d;border-top:0;box-shadow:none;top:0}.easy-autocomplete.eac-square ul li,.easy-autocomplete.eac-square ul .eac-category{border-color:#7f8c8d;font-family:inherit;font-size:16px;font-weight:300;padding:6px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-square ul li *,.easy-autocomplete.eac-square ul .eac-category *{font-weight:300}.easy-autocomplete.eac-square ul li.selected,.easy-autocomplete.eac-square ul .eac-category.selected{background-color:#f1f1f1;font-weight:300}.easy-autocomplete.eac-square ul li b,.easy-autocomplete.eac-square ul .eac-category b{font-weight:600}.easy-autocomplete.eac-round{font-family:"Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-round input{border:2px solid #888;border-radius:10px;color:#888;font-family:inherit;font-size:16px;font-weight:400;margin:0;min-width:300px;padding:10px}.easy-autocomplete.eac-round input:hover,.easy-autocomplete.eac-round input:focus{border-color:#3079ed}.easy-autocomplete.eac-round ul{background:none;border-color:#888;border-width:0;box-shadow:none;min-width:300px;top:20px}.easy-autocomplete.eac-round ul li,.easy-autocomplete.eac-round ul .eac-category{background:#fff;border-color:#3079ed;border-width:0 2px;font-size:14px;padding:8px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-round ul li.selected,.easy-autocomplete.eac-round ul .eac-category.selected{background-color:#d4e3fb}.easy-autocomplete.eac-round ul li:first-child,.easy-autocomplete.eac-round ul .eac-category:first-child{border-radius:10px 10px 0 0;border-width:2px 2px 0}.easy-autocomplete.eac-round ul li:last-child,.easy-autocomplete.eac-round ul .eac-category:last-child{border-radius:0 0 10px 10px;border-width:0 2px 2px}.easy-autocomplete.eac-round ul li b,.easy-autocomplete.eac-round ul .eac-category b{font-weight:700}.easy-autocomplete.eac-funky{font-family:"Inconsolata", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-funky input{background:#07ED89;border:0;border-radius:0;color:#ED076B;font-family:inherit;font-size:18px;min-width:240px;padding:12px}.easy-autocomplete.eac-funky ul{background:transparent;border:0}.easy-autocomplete.eac-funky ul li,.easy-autocomplete.eac-funky ul .eac-category{background:transparent;border:0;color:#ED076B;font-size:18px;padding:4px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-funky ul li.selected,.easy-autocomplete.eac-funky ul .eac-category.selected{color:#8907ED}.easy-autocomplete.eac-solid input{box-shadow:0 1px 2px rgba(0,0,0,0.15) inset;border-color:#ddd;color:#666;font-size:13px;min-height:0;padding:6px 12px}.easy-autocomplete.eac-solid ul li,.easy-autocomplete.eac-solid ul .eac-category{transition:all 0.4s ease 0s}.easy-autocomplete.eac-solid ul li.selected,.easy-autocomplete.eac-solid ul .eac-category.selected{background-color:#f2f2f2}.easy-autocomplete.eac-plate{font-family:"Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-plate input{font-size:13px;padding:6px 12px}.easy-autocomplete.eac-plate ul{background:#b5b5b5;border-radius:6px;border-width:0;top:10px}.easy-autocomplete.eac-plate ul li,.easy-autocomplete.eac-plate ul .eac-category{background:#b5b5b5;color:#FAFAFA;font-size:12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-plate ul li b,.easy-autocomplete.eac-plate ul .eac-category b{color:#ffd464}.easy-autocomplete.eac-plate ul li.selected,.easy-autocomplete.eac-plate ul .eac-category.selected{background:#656565}.easy-autocomplete.eac-plate ul li:first-child,.easy-autocomplete.eac-plate ul .eac-category:first-child{border-radius:6px 6px 0 0}.easy-autocomplete.eac-plate ul li:last-child,.easy-autocomplete.eac-plate ul .eac-category:last-child{border-radius:0 0 6px 6px}.easy-autocomplete.eac-plate-dark{font-family:"Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-plate-dark input{font-size:13px;padding:6px 12px}.easy-autocomplete.eac-plate-dark ul{background:#212121;border-radius:6px;border-width:0;top:10px}.easy-autocomplete.eac-plate-dark ul li,.easy-autocomplete.eac-plate-dark ul .eac-category{background:#212121;color:#FAFAFA;font-size:12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-plate-dark ul li b,.easy-autocomplete.eac-plate-dark ul .eac-category b{color:#ffd464}.easy-autocomplete.eac-plate-dark ul li.selected,.easy-autocomplete.eac-plate-dark ul .eac-category.selected{background:#656565}.easy-autocomplete.eac-plate-dark ul li:first-child,.easy-autocomplete.eac-plate-dark ul .eac-category:first-child{border-radius:6px 6px 0 0}.easy-autocomplete.eac-plate-dark ul li:last-child,.easy-autocomplete.eac-plate-dark ul .eac-category:last-child{border-radius:0 0 6px 6px}
/*# sourceMappingURL=easy-autocomplete.themes.min.css.map */

h1,
h2 {
	font-size: 1.6rem;
	margin-bottom: 25px;
	font-family: "Myriad W01 regular";
}

.byfxd {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   color: white;
   text-align: center;
   z-index: 999;
}

.byfxd a {
	color:white;
}

.btnfxd  {
	z-index: 999;
}

/* bundle-teaser-lp */
#bundle-teaser-lp,
#bundle-teaser-lp .block,
#bundle-teaser-lp .rs-columns {
	overflow: visible !important;
}
#bundle-teaser-lp .rs-columns::after {
	content: "";
	display: block;
	clear: both;
}

#main #bundle-teaser-lp.mod_article .article-inner-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}
#main #bundle-teaser-lp.mod_article .article-inner-wrapper h1 {
	margin-bottom: 0;
}

#main #bundle-teaser-lp.mod_article .article-inner-wrapper .rs-column {
	margin-bottom: 20px;
}

#main #bundle-teaser-lp.mod_article .article-inner-wrapper .ce_rs_columns_start > * > * {
	margin-top: 22px !important;
}

#main #bundle-teaser-lp.mod_article .article-inner-wrapper .ce_rs_columns_start > *:nth-child(2) > * {
	margin-top: 20px !important;
}


/* bundle-teaser-new */
#bundle-teaser-new,
#bundle-teaser-new .block,
#bundle-teaser-new .rs-columns {
	overflow: visible !important;
	z-index: 999;
}
#bundle-teaser-new .rs-columns::after {
	content: "";
	display: block;
	clear: both;
}

#main #bundle-teaser-new.mod_article .article-inner-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}
#main #bundle-teaser-new.mod_article .article-inner-wrapper h1 {
	margin-bottom: 0;
}

#main #bundle-teaser-new.mod_article .article-inner-wrapper .rs-column {
	margin-bottom: 20px;
}

#main #bundle-teaser-new.mod_article .article-inner-wrapper .ce_rs_columns_start > * > * {
	margin-top: 22px !important;
}

#main #bundle-teaser-new.mod_article .article-inner-wrapper .ce_rs_columns_start > *:nth-child(2) > * {
	margin-top: 20px !important;
}


.imgzo {

transition: transform .6s;

}

.imgzo:hover {
  transform: scale(1.1);
}

a.back{
display:inline-block;
padding:0.35em 1.2em;
border:0.1em solid #cccccc;
margin:0 0.3em 0.3em 0;
border-radius:0.3em;
box-sizing: border-box;
text-decoration:none;
text-align:center;
transition: all 0.2s;
}
a.back:hover{
color:#000000;
}

a.txtlink{
	display:inline-block;
	z-index: 999;
	color: #fff;
	background: #00569d;
	padding: 10px 20px;
	text-decoration:none;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.2s ease-out 0s;
	border-radius: 4px;
}

a.txtlink:hover {
	text-decoration: none;
	background: #000;
	transform: scale(1.1);
}

  .pop {
    	background-color: #b50d3c;
    	display: none;
    }

    @media screen and (max-width: 767px){
	#notification_banner {
		display: none;
	}
}

.ifobtn {
   position: fixed;
   display: block;
   right: 0;
   top: 20%;
   text-align: center;
   padding: 20px 20px 0px;
   transform: scale(0.7);
   z-index: 50;
   border-radius: 5px;
}

    @media screen and (max-width: 767px){
	.ifobtn {
		display: none;
	}
}

.buyFrame{position:relative;width:100%}.buyFrame .popUpOpener{display:block;text-align:center;background-color:#e7302a;color:#fff;padding:10px 20px;text-decoration:none;text-transform:uppercase;border:2px solid #e7302a;transition:all 0.4s;cursor:pointer}.buyFrame .popUpOpener:hover,.buyFrame .popUpOpener.disabled{background-color:#000;border-color:#000}.buyFrame .popUpOpener.disabled{cursor:default;opacity:0.5}.buyFrame .popUpContainer{display:none;position:absolute;background-color:#f8f8f8;border-radius:5px;padding:20px 10px;bottom:calc(100% + 2rem)}.buyFrame .popUpContainer h2{color:#000;margin-bottom:5px;font-size:1.875rem}.buyFrame .popUpContainer .gridContainer{padding:15px;border:1px solid #ddd;background:#fff;border-radius:4px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-template-areas:". ." ". .";gap:10px 10px;color:#222;font-size:0.875rem;letter-spacing:0.4px}.buyFrame .popUpContainer .gridContainer .price .amount{font-size:1.375rem;font-weight:normal}.buyFrame .popUpContainer .gridContainer .price .currency{font-size:0.75rem;letter-spacing:1px;margin-left:4px}.buyFrame .popUpContainer .gridContainer .quantity{display:flex;align-items:center;color:#000;font-size:0.875rem}.buyFrame .popUpContainer .gridContainer .quantity strong{margin-right:0.5rem}.buyFrame .popUpContainer .gridContainer .quantity input{width:50%;padding:6px 11px;border:1px solid #ccc;border-radius:4px}.buyFrame .popUpContainer .gridContainer .addtocart{display:flex;align-items:center}.buyFrame .popUpContainer .gridContainer .addtocart a{color:#fff;background:rgba(62, 129, 185, 1);padding:7px 12px;text-decoration:unset;letter-spacing:0.5px;border-radius:4px;font-size:0.875rem}.buyFrame .popUpContainer .gridContainer .addtocart a:hover{background-color:#000}.buyFrame .popUpContainer .gridContainer.disabled .quantity *{display:none}.buyFrame .popUpContainer .gridContainer.disabled .addtocart a{background-color:#000;cursor:default;opacity:0.5}.buyFrame .popUpContainer.show{display:block}.buyFrame .popUpContainer.show > select{margin:10px 0;border-radius:3px}.product-wrapper .button-inner .popUpOpener{line-height:1.3}.product-wrapper .button-inner .popUpContainer{width:200%}
