@charset "utf-8";
/* CSS Document */

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides li {position: relative;}
.flexslider .slides img {width: 100%; min-width: 1000px; display: block; height: auto;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: ""; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0; position: relative; zoom: 1;}
.flex-viewport {max-height: 700px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}
#slider {margin: 0 0 10px!important;}
#carousel li {margin-right: 5px;}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}

/* Direction Nav */
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: none; top: 55% !important;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 100px; text-align: center; z-index: 30;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #fff; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;}
.flex-control-paging li a:hover { background: #fff; background: rgba(255,255,255,0.7); }
.flex-control-paging li a.flex-active { background: #fff; background: rgba(255,255,255,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .active {opacity: 1; cursor: default;}

/* Captions */
.flex-caption{ position: absolute; width: 100%; top: 120px;}
.initial{ display: none; -webkit-backface-visibility: hidden;}
.caption_title_line{ width: 1000px; position: relative; margin-right:auto; margin-left:auto; padding:0;}
.flex-caption h2 { color:#fff;font-size:36px; padding:5px 0 5px 0; margin:0px; }
.flex-caption p { color:#fff; font-size:14px; padding:5px 0 5px 0; margin:0px 0px 0px 10px;}

@media screen and (max-width: 1000px) {
	.caption_title_line {
		width: 100%;
	}
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}



#slider .flex-caption {
  bottom: auto;
  background-color: transparent;

  /*top: 60px;*/
}

.flex-caption {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#slider .flexslider .slides > li {
  position: static;
}

/*
#slider .flex-caption {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
*/

#slider .caption_title_line {
  float: none;
}

body #slider .flex-caption h2 {
  font-size: 48px;
  line-height: 52px;
  color: #778187;
}

body.mobile #slider .flex-caption h2, body.ios #slider .flex-caption h2 {
  font-size: 30px;
  line-height: 34px;
  color: #778187;
}

body #slider .flex-caption h3 {
  font-size: 24px;
  line-height: 28px;
  color: #778187;
  font-weight: 200; /* 400 is too massive */
}

body.mobile #slider .flex-caption h3, body.ios #slider .flex-caption h3 {
  font-size: 18px;
  line-height: 22px;
  color: #778187;
}

body #slider .flex-caption p {
  margin-left: 0;
}

body #slider > .inside > .divider {
  display: none;
}

body:not(.mobile):not(.ios) #slider .ce_flexSlider {
  height: 450px;
}

body #slider .flex-viewport {
  max-height: 450px;
}

body #slider .flex-control-nav,
body.mobile #slider .flex-control-nav,
body.ios #slider .flex-control-nav {
  bottom: 25px !important;
}

body.mobile #slider .flex-control-nav,
body.ios #slider .flex-control-nav {
  bottom: -5px !important;
}

body #slider > .inside {
  padding-top: 50px;
  padding-bottom: 10px;
}




@media screen and (min-width: 1150px) {
  body #slider .flexslider .slides img {
    -webkit-transform: translateY(-8%);
    -ms-transform: translateY(-8%);
    transform: translateY(-8%);
  }
}
@media screen and (min-width: 1250px) {
  body #slider .flexslider .slides img {
    -webkit-transform: translateY(-17%);
    -ms-transform: translateY(-17%);
    transform: translateY(-17%);
  }
}
@media screen and (min-width: 1400px) {
  body #slider .flexslider .slides img {
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}

body.mobile #slider .flexslider .slides img,
body.ios #slider .flexslider .slides img {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}




body.mobile .flex-caption,
body.ios .flex-caption {
  padding-left: 20px;
  padding-right: 20px;
}

body.mobile .caption_title_line,
body.ios .caption_title_line {
  width: auto;
}



body.mobile #slider .flex-caption,
body.ios #slider .flex-caption,
body.mobile #teaserblock .flex-caption,
body.ios #teaserblock .flex-caption {
  top: 50% !important;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  max-width: 480px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

body.mobile #slider .flex-caption h2,
body.ios #slider .flex-caption h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
}

body.mobile #slider .flex-caption h3,
body.ios #slider .flex-caption h3 {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 5px;
}

body.mobile #slider .flex-caption a.submit,
body.ios #slider .flex-caption a.submit {
  padding: 2px 10px !important;
  font-size: 12px !important;
}





