/* ============================================================================
    Flexslider
============================================================================ */
html[xmlns] .slides { display: block; } 
* html .slides { height: 1%; }
.no-js .slides > li:first-child { display: block; }
.flex-container a:active, .flex-container a:focus,  { outline: none; }
.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; } 
.flex-pauseplay span { text-transform: capitalize;}
.slides:after { content: ""; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }

.homeSlider { margin: 0; padding: 0; width: 100%; height: 800px; position: absolute; top: 0;}
.homeSlider a:active, .homeSlider a:focus  { outline: none; }
.homeSlider .slides { zoom: 1; position: relative; width: 100%; height: 100%; }
.homeSlider .slides > li { display: none; -webkit-backface-visibility: hidden; height:100%; z-index: inherit !important; }
.homeSlider .slides img { width: 100%; display: block; }
.homeSlider .slide { height: 100%; position: absolute; width: 100%; color: #fff; background-size: cover; background-position: 50% 50%; }
.homeSlider .slideInner { margin: 280px auto 0; position: relative; width: 1111px; z-index: 6; }
.homeSlider .slideSubTitle { margin: 0; padding: 0; color: #fff; font-family: 'trackpad letplain'; font-weight: 100; font-size: 20px; }
.homeSlider .slideTitle { color: #fff; font-size: 50px; letter-spacing: -3px; margin: 25px 0; padding-bottom: 0;}
.homeSlider .slideTitle::after { background: #94c11e none repeat scroll 0 0; content: ""; display: block; height: 2px; margin-top: 55px; width: 110px; }
.homeSlider .slideDesc p { font-size: 20px; line-height: 30px; color: #fff; }
.homeSlider .flex-control-nav { margin: -219px auto 0; max-width: 1111px; position: relative; text-align: left; z-index: 2; }
.flex-control-paging li a { background: rgba(255, 255, 255, 1) none repeat scroll 0 0; border: 3px solid #fff; box-shadow: none; border-radius: 20px; cursor: pointer; display: block; height: 16px; text-indent: -9999px; width: 16px; }
.flex-control-paging li a.flex-active { background: #3691c0 none repeat scroll 0 0; cursor: default; }
.flex-control-paging li a:hover { background: #3691c0 none repeat scroll 0 0; }

.molkeSlider { width: 96%; margin: 0 auto; position: relative;}
.molkeSlider .slides li {padding: 15px 0; display: none; }
.molkeSlider .slides li:first-child { display: block;}
.molkeSlider .slide {  height: 550px;  width: 387px; text-align: center; display: block;}
.molkeSlider .slideInner { height: 100%; position: relative; }
.molkeSlider .slideSubtitle { color: #fff; font-family: "trackpad letplain"; font-size: 18px; font-weight: 100; position: absolute; text-align: center; top: 50px; width: 100%; z-index: 3;}
.molkeSlider .slideTitle { line-height: 35px; color: #fff; font-size: 40px; letter-spacing: -2px; margin: 0; position: absolute; top: 50px; width: 100%; z-index: 3;}
.molkeSlider .pinkBtn { position: absolute; bottom: 50px; left: 10%; width: 80%; z-index: 3; }
.molkeSlider .slideBack {
  background-image: url("../images/slideBack.png");
  background-repeat: repeat;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(1.1);
  transition: all 0.3s ease-out 0s;
  width: 100%;
  z-index: 2;
}
.molkeSlider .slide:hover .slideBack { opacity: 1; transform: scale(1); cursor: pointer;}