/*
 * jQuery FlexSlider v2.2.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 img {
    width: 100%;
    display: block;
    margin-top: 0px;
}
.flex-control-thumbs img {cursor:pointer;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; 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 {
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-image: url(images/slider/fr-neustart-hannover-b00.jpg);
}
.flexslider.top_slider {
    min-height: 564px;
    background-color: #fff;
}
.flexslider.det_slider {
	min-height: 300px;
	background-color: #FFF;
}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav li a {
	position:absolute;
	z-index:100;
	bottom:20px;
	display:block;
	width:34px;
	height:34px;
	text-align:center;
	line-height:30px;
	font-size:17px;
	color:#fff;
	border:1px solid #fff;
	border-radius:2px;
	opacity:0.5;
}
.flex-direction-nav li a:hover {border-color:#5d9400; color:#5d9400; opacity:1;}
.flex-direction-nav li a.flex-prev {left:50%; margin-left:-37px;}
.flex-direction-nav li a.flex-next {right:50%; margin-right:-37px;}


/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }



/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; z-index:100; bottom: 19px; right:0; text-align:center;}
.flex-control-nav li {margin: 0 3px 0 2px; display:inline-block;}
.flex-control-paging li a {overflow:hidden; width:10px; height:10px; display: block; background: none; cursor: pointer; text-indent: -999px; font-size:0; border-radius:50%; border:2px solid #fff;}
.flex-control-paging li a:hover { background: #fff;}
.flex-control-paging li a.flex-active { background: #fff; cursor: default; }



/* Caption */
.slide1 .flex_caption1 {
	position: absolute;
	z-index: 25;
	left: 95px;
	bottom: 15%;
	width: 470px;
}
.slide1 .flex_caption1 .logo {float:none;}
.slide1 .flex_caption1 .logo a {
	margin-bottom:39px;
	padding:66px 0 0;
	line-height:26px;
	font-size:36px;
	color:#fff !important;
}
.slide1 .flex_caption1 .logo a:before {
	left:50%;
	top:0;
	margin-left:-27px;
	width:55px;
	height:56px;
}
.slide1 .flex_caption1 .title1 {margin:0 0 4px; line-height:33px; font-size:33px; color:#fff;}
.slide1 .flex_caption1 .title2 {margin:0; font-weight:400; line-height:50px; font-size:50px; color:#fff;}
.slide1 .flex_caption1 .title2 span {font-weight:400; font-size:44px;}
.slide1 .flex_caption1 .title3 {margin:0 0 5px; line-height:28px; font-size:22px; color:#CCC;}
.slide1 .flex_caption1 .slide_buttons .btn-left {border-radius:4px 0 0 4px;}
.slide1 .flex_caption1 .slide_buttons .btn-right {border-radius:0 4px 4px 0;}
.slide1 .flex_caption1 .slide_buttons span {
	position:relative;
	z-index:10;
	display:inline-block;
	vertical-align:top;
	width:36px;
	height:36px;
	margin:9px -22px 0;
	border-radius:50%;
	background-color:#fff;
	text-align:center;
	line-height:32px;
	color:#008da8;
	font-size:17px;
}



.slide2 .flex_caption1 {
	position: absolute;
	z-index: 25;
	left: 95px;
	bottom: 15%;
	width: 470px;
}
.slide2 .flex_caption1 .title1 {margin:0 0 4px; line-height:33px; font-size:33px; color:#fff;}
.slide2 .flex_caption1 .title2 {margin:0; font-weight:400; line-height:50px; font-size:50px; color:#fff;}
.slide2 .flex_caption1 .title2 span {font-weight:400; font-size:44px;}
.slide2 .flex_caption1 .title3 {
	margin: 0 0 5px;
	line-height: 28px;
	font-size: 22px;
	color: #CCC;
}

.slide2 .flex_caption2 {
	position: absolute;
	z-index: 25;
	right: 213px;
	top: 116px;
	width: 268px;
	height: 267px;
	font-style: normal;
	font-size: 15px;
	color: #fff;
	background-image: url(../images/slider/caption_img1.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	line-height: 20px;
}
.slide2 .flex_caption2 .title1 {position:absolute; left:-66px; top:-55px; width:160px; margin:0;}
.slide2 .flex_caption2 .title2 {position:absolute; left:100%; top:117px; width:160px; margin:0 0 0 43px;}
.slide2 .flex_caption2 .title3 {position:absolute; left:100%; bottom:-65px; width:160px; margin:0 0 0 -37px;}
.slide2 .flex_caption2 .title4 {position:absolute; left:-88px; bottom:-49px; width:160px; margin:0;}
.slide2 .flex_caption2 .title5 {position:absolute; left:-226px; top:87px; width:160px; margin:0;}

.slide2 .flex_caption2 .title1:before,
.slide2 .flex_caption2 .title2:before,
.slide2 .flex_caption2 .title3:before,
.slide2 .flex_caption2 .title4:before,
.slide2 .flex_caption2 .title5:before {
	content:'';
	position:absolute;
	width:60px;
	height:60px;
	background-repeat:no-repeat;
	background-size:100% auto;
	-webkit-background-size:100% auto;
}
.slide2 .flex_caption2 .title1:before {left:100%; top:-10px; margin:0 0 0 -6px; background-image:url(../images/slider/i1.png);}
.slide2 .flex_caption2 .title2:before {left:-34px; top:-80px; margin:0; background-image:url(../images/slider/i2.png);}
.slide2 .flex_caption2 .title3:before {left:-19px; top:-70px; margin:0; background-image:url(../images/slider/i3.png);}
.slide2 .flex_caption2 .title4:before {left:59px; top:-67px; margin:0; background-image:url(../images/slider/i4.png);}
.slide2 .flex_caption2 .title5:before {left:100%; top:-26px; margin:0 0 0 -4px; background-image:url(../images/slider/i5.png);}




/* Content Slide */
.content_slider {min-height:272px;}

/*
.content_slider .flex-direction-nav li a {border:0; width:20px;}
.content_slider .flex-direction-nav li a.flex-prev {margin:0; left:auto; right:382px;}
.content_slider .flex-direction-nav li a.flex-next {margin:0; left:auto; right:360px;}
.content_slider .flex-direction-nav li a:hover {color:#fff;}


.content_slider .content_caption1 {
	position: absolute;
	z-index: 30;
	top: 0;
	right: 0;
	bottom: 0;
	width: 432px;
	padding: 39px 45px 63px 30px;
	color: #fff;
	background-color: rgba(149,186,57,0.75);
}
.content_slider .content_caption1 p {
	margin: 0 0 13px;
	line-height: 38px;
	font-size: 28px;
}
.content_slider .content_caption1 p b {font-weight:600;}

.content_slider .content_caption2 {
	position:absolute;
	z-index:25;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image:url(../images/slider/content_caption_img1.png);
	background-repeat:no-repeat;
	background-size:cover;
}

.content_slider .content_caption3 {
	position:absolute;
	z-index:25;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image:url(../images/slider/content_caption_img2.png);
	background-repeat:no-repeat;
	background-size:cover;
}

.content_slider .content_caption4 {
	position:absolute;
	z-index:29;
	left:345px;
	bottom:62px;
	width:230px;
	font-style:italic;
	line-height:27px;
	font-size:18px;
	color:#fff;
}

*/



/* Flex Caption Effect */
.FadeIn, .FromTop, .FromRight, .FromBottom, .FromLeft {opacity: 0; transition: all 0.7s ease-in-out; -webkit-transition: all 0.7s ease-in-out;}
.captionDelay1 {transition-delay: 0.1s; -webkit-transition-delay: 0.1s;}
.captionDelay2 {transition-delay: 0.2s; -webkit-transition-delay: 0.2s;}
.captionDelay3 {transition-delay: 0.3s; -webkit-transition-delay: 0.3s;}
.captionDelay4 {transition-delay: 0.4s; -webkit-transition-delay: 0.4s;}
.captionDelay5 {transition-delay: 0.5s; -webkit-transition-delay: 0.5s;}
.captionDelay6 {transition-delay: 0.6s; -webkit-transition-delay: 0.6s;}
.captionDelay7 {transition-delay: 0.7s; -webkit-transition-delay: 0.7s;}
.captionDelay8 {transition-delay: 0.8s; -webkit-transition-delay: 0.8s;}
.captionDelay9 {transition-delay: 0.9s; -webkit-transition-delay: 0.9s;}
.captionDelay10 {transition-delay: 1s; -webkit-transition-delay: 1s;}
.captionDelay11{transition-delay: 1.1s; -webkit-transition-delay: 1.1s;}
.captionDelay12 {transition-delay: 1.2s; -webkit-transition-delay: 1.2s;}

.flexslider li.flex-active-slide .FadeIn {opacity: 1;}
.flexslider li .FromTop {transform: translateY(-100%); -o-transform: translateY(-100%); -ms-transform: translateY(-100%); -webkit-transform: translateY(-100%);}
.flexslider li.flex-active-slide .FromTop {opacity: 1; transform: translateY(0); -o-transform: translateY(0%); -ms-transform: translateY(0); -webkit-transform: translateY(0);}
.flexslider li .FromBottom {transform: translateY(100%); -o-transform: translateY(100%); -ms-transform: translateY(100%); -webkit-transform: translateY(100%);}
.flexslider li.flex-active-slide .FromBottom {opacity: 1; transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0);}
.flexslider li .FromLeft {transform: translateX(-100%); -o-transform: translateX(-100%); -ms-transform: translateX(-100%); -webkit-transform: translateX(-100%);}
.flexslider li.flex-active-slide .FromLeft {opacity: 1; transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0);}
.flexslider li .FromRight {transform: translateX(100%); -o-transform: translateX(100%); -ms-transform: translateX(100%); -webkit-transform: translateX(100%);}
.flexslider li.flex-active-slide .FromRight {opacity: 1; transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0);}




/* Products Slide */
.type1 .flexslider#slider1 {float:right; padding-left:170px;}
.ie .type1 #slider1.flexslider {float:none;}
.type1 .flexslider#carousel1 {position:absolute; top:0; left:15px; bottom:0; width:140px; height:100%;}
.type1 #carousel1 .slides li {float:none !important; width:140px;}
.type1 #carousel1 .slides li img {margin-bottom:30px;}
.type1 #carousel1 .flex-viewport {height:625px !important;}

/* Latest Apps Slider */
.latestapps_slider.flexslider {overflow:visible;}
.latestapps_slider.flexslider .slides li {margin-right:30px;}
.latestapps_slider .flex-control-nav {display:block !important; width:100%; top:-17px; right:0; bottom:auto; text-align:right;}
.latestapps_slider .flex-control-nav li {display:inline-block;margin:0 1px 0 5px; vertical-align:top;}
.latestapps_slider .flex-control-nav li a {width:19px; height:6px; margin:0; background:#e3e3e3; background:rgba(192,108,132,0.16);}
.latestapps_slider .flex-control-nav li a.flex-active {background:#4fb4e7;}
.latestapps_slider .flex-viewport {padding-top:27px; margin-top:-27px;}

/* Products Slide Type2 */
#slider2 {background-color:#f5f5f5; margin-bottom:10px;}
#carousel2 .slides li {
	overflow:hidden;
	margin-right:10px;
	width:103px;
	height:109px;
}
#carousel2  img {
	width:81px;
	height:auto;
	margin:0 auto;
}



/* Blog Slider */
.blog_slider.flexslider {overflow:visible;}
.blog_slider .flex-control-nav {display:block !important; width:100%; top:-17px; right:0; bottom:auto; text-align:right;}
.blog_slider .flex-control-nav li {display:inline-block;margin:0 1px 0 5px; vertical-align:top;}
.blog_slider .flex-control-nav li a {width:19px; height:6px; margin:0; background:#e3e3e3; background:rgba(192,108,132,0.16);}
.blog_slider .flex-control-nav li a.flex-active {background:#4fb4e7;}
.blog_slider .flex-viewport {padding-top:27px; margin-top:-27px;}


/* Testimonials Slider */
.testimonials_slider .flex-direction-nav {bottom:50%; right:0; margin-bottom:-17px; height:35px;}
.testimonials_slider .flex-direction-nav li a {position:absolute; z-index:10; top:0; background-color:#ddd;}
.testimonials_slider .flex-direction-nav li a:hover {background-color:#333;}
.testimonials_slider .flex-direction-nav li a.flex-prev {left:0;}
.testimonials_slider .flex-direction-nav li a.flex-next {right:0;}



/* Responsive Styles */
@media (min-width: 992px) and (max-width: 1199px) {
/* Product Slide */
	.type1 #slider1.flexslider {padding-left:142px;}
	.type1 #carousel1 .flex-viewport {height:505px !Important;}
	.type1 #carousel1 .slides li {width:110px;}

	
/* Top Slider */
	.flexslider.top_slider {min-height:467px;}
	.flexslider.det_slider {min-height:75px;}
	
	.slide2 .flex_caption1 {left:30px;}
	.slide2 .flex_caption1 .title1 {font-size:28px; line-height:28px;}
	.slide2 .flex_caption1 .title2 {font-size:60px; line-height:65px;}
	.slide2 .flex_caption1 .title2 span {font-size:39px;}
	.slide2 .flex_caption1 .title3 {font-size:17px; line-height:20px;}
	
	.slide2 .flex_caption2 {width:200px; height:200px; font-size:14px;}
	.slide2 .flex_caption2 .title1, .slide2 .flex_caption2 .title2, .slide2 .flex_caption2 .title3, .slide2 .flex_caption2 .title4, .slide2 .flex_caption2 .title5 {width:140px;}
	.slide2 .flex_caption2 .title1:before, .slide2 .flex_caption2 .title2:before, .slide2 .flex_caption2 .title3:before, .slide2 .flex_caption2 .title4:before, .slide2 .flex_caption2 .title5:before {width:45px; height:45px;}
	
	
/* Content Slider */
	.content_slider {min-height:225px;}
	
	
	.content_slider .content_caption1 {padding:20px 20px 40px 20px;}
	.content_slider .content_caption1 p {line-height:24px; font-size:24px;}
	
	.content_slider .content_caption4 {left:260px;}
	
	
}

@media (min-width: 768px) and (max-width: 991px) {
/* Product Slide */
	.type1 #slider1.flexslider {padding-left:101px;}
	.type1 #carousel1 .flex-viewport {height:389px !Important;}
	.type1 #carousel1.flexslider {width:93px;}
	.type1 #carousel1 .slides li {width:92px;}
	.type1 #carousel1 .slides li img {margin-bottom:10px;}
	
/* Top Slider */
	.flexslider.top_slider {min-height:360px;}
	.flexslider.det_slider {min-height:50px;}
	
	
	.slide1 .flex_caption1 .logo a {font-size:28px; padding-top:46px; margin-bottom:20px;}
	.slide1 .flex_caption1 .logo a:before {width:40px; height:40px; margin-left:-20px;}
	.slide1 .flex_caption1 .title1 {font-size:17px; line-height:20px;}
	.slide1 .flex_caption1 .title2 {font-size:34px; line-height:34px; margin:0 0 20px;}
	
	
	.slide2 .flex_caption1 {left:30px;}
	.slide2 .flex_caption1 .title1 {font-size:22px; line-height:22px;}
	.slide2 .flex_caption1 .title2 {font-size:32px; line-height:32px;}
	.slide2 .flex_caption1 .title2 span {font-size:22px;}
	.slide2 .flex_caption1 .title3 {font-size:15px; line-height:17px;}
	
	.slide2 .flex_caption2 {right:130px; top:80px; width:150px; height:150px; font-size:13px;}
	.slide2 .flex_caption2 .title1, .slide2 .flex_caption2 .title2, .slide2 .flex_caption2 .title3, .slide2 .flex_caption2 .title4, .slide2 .flex_caption2 .title5 {width:140px;}
	.slide2 .flex_caption2 .title1:before, .slide2 .flex_caption2 .title2:before, .slide2 .flex_caption2 .title3:before, .slide2 .flex_caption2 .title4:before, .slide2 .flex_caption2 .title5:before {width:45px; height:45px;}
	.slide2 .flex_caption2 .title1 {top:-35px;}
	.slide2 .flex_caption2 .title2 {top:90px; margin:0;}
	.slide2 .flex_caption2 .title2:before {top:-45px; left:0;}
	.slide2 .flex_caption2 .title3 {bottom:-40px;}
	.slide2 .flex_caption2 .title3:before {top:-40px; left:0;}
	.slide2 .flex_caption2 .title4 {bottom:-30px;}
	.slide2 .flex_caption2 .title4:before {top:-45px;}
	.slide2 .flex_caption2 .title5 {left:-135px;}
	.slide2 .flex_caption2 .title5:before {left:90px; top:-55px;}

	
/* Content Slider */
            
	.content_slider {min-height:174px;}
    /* 	
	.content_slider .flex-direction-nav li a.flex-prev {right:220px;}
	.content_slider .flex-direction-nav li a.flex-next {right:195px;}
	
	
	.content_slider .content_caption1 {width:270px;}
	.content_slider .content_caption1 p {line-height:24px; font-size:24px;}
	.content_slider .content_caption1 span {display:none;}
	
	.content_slider .content_caption4 {left:205px; bottom:25px; font-size:14px;}
    */
	
}

@media (max-width: 767px) {
/* Product Slide */
	.type1 .product_item_details {width:420px !important;}
	.type1 #slider1.flexslider {padding-left:110px;}
	.type1 #carousel1 .flex-viewport {height:416px !Important;}
	.type1 #carousel1.flexslider {width:100px;}
	.type1 #carousel1 .slides li {width:100px;}
	.type1 #carousel1 .slides li img {margin-bottom:10px;}
	
/* Top Slider */
	.flexslider.top_slider {min-height:230px;}
	.flexslider.det_slider {min-height:25px;}
	
	
	.slide1 .flex_caption1 .logo a {font-size:24px; padding-top:36px; margin-bottom:10px;}
	.slide1 .flex_caption1 .logo a:before {width:30px; height:30px; margin-left:-15px;}
	.slide1 .flex_caption1 .title1 {display:none;}
	.slide1 .flex_caption1 .title2 {display:none;}
	.slide1 .flex_caption1 .slide_buttons .btn {font-size:12px; padding:7px 20px;}
	.slide1 .flex_caption1 .slide_buttons span {width:21px; height:21px; margin:9px -15px 0; font-size:11px; line-height:19px;}
	
	
	.slide2 .flex_caption1 {left:30px; width:440px;}
	.slide2 .flex_caption1 .title1 {font-size:27px; line-height:27px;}
	.slide2 .flex_caption1 .title2 {font-size:37px; line-height:37px;}
	.slide2 .flex_caption1 .title2 span {font-size:27px;}
	.slide2 .flex_caption1 .title3 {font-size:20px; line-height:22px;}
	
	.slide2 .flex_caption2 {display:none;}


/* Content Slider */
	.content_slider {min-height:112px;}
    
    /* 
	
	.content_slider .flex-direction-nav li a.flex-prev {right:180px;}
	.content_slider .flex-direction-nav li a.flex-next {right:155px;}
	
	
	.content_slider .content_caption1 {width:220px; padding:10px 20px;}
	.content_slider .content_caption1 p {line-height:22px; font-size:20px;}
	.content_slider .content_caption1 span {display:none;}
	
	.content_slider .content_caption4 {left:130px; width:110px; bottom:25px; font-size:14px; line-height:17px;}
	
     */
	
}

@media (max-width: 479px) {
/* Product Slide */
	.type1 .product_item_details {width:260px !important;}
	.type1 #slider1.flexslider {padding-left:68px;}
	.type1 #carousel1 .flex-viewport {height:258px !Important;}
	.type1 #carousel1.flexslider {width:59px;}
	.type1 #carousel1 .slides li {width:59px;}
	.type1 #carousel1 .slides li img {margin-bottom:10px;}


/* Related Production */
	.latestapps_slider .flex-control-nav {top:12px;}
	
	
	
/* Top Slider */
	.flexslider.top_slider {min-height:154px;}
	.flexslider.det_slider {min-height:20px;}
	
	
	.slide2 .flex_caption1 .title1 {font-size:22px; line-height:22px;}
	.slide2 .flex_caption1 .title2 {font-size:32px; line-height:32px;}
	.slide2 .flex_caption1 .title2 span {font-size:22px;}
	.slide2 .flex_caption1 .title3 {font-size:15px; line-height:27px;}
	

/* Content Slider */
	.content_slider {min-height:75px;}
    /*	
	.content_slider .flex-direction-nav li a {bottom:-5px;}
	.content_slider .flex-direction-nav li a.flex-next {right:60px;}
	.content_slider .flex-direction-nav li a.flex-prev {right:80px;}
	
	
	.content_slider .content_caption1 {width:120px;}
	.content_slider .content_caption1 p {font-size:11px; line-height:15px;}
	
	
	.content_slider .content_caption4 {width:65px; bottom:10px; left:85px; font-size:10px; line-height:15px;}
	*/
	
}
