/*---------------------------------------------------------------------
    File Name: style.css
---------------------------------------------------------------------*/


/*---------------------------------------------------------------------
    import Fonts
---------------------------------------------------------------------*/

@font-face {
    font-family: 'plutobold';
    src: url('../fonts/pluto.woff2') format('woff2'),
         url('../fonts/pluto.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'd-din_condenseddinCnBd';
    src: url('../fonts/D-DINCondensed-Bold.eot');
    src: url('../fonts/D-DINCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/D-DINCondensed-Bold.woff2') format('woff2'),
        url('../fonts/D-DINCondensed-Bold.woff') format('woff'),
        url('../fonts/D-DINCondensed-Bold.ttf') format('truetype'),
        url('../fonts/D-DINCondensed-Bold.svg#D-DINCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'd-din_condensedregular';
    src: url('../fonts/D-DINCondensed.eot');
    src: url('../fonts/D-DINCondensed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/D-DINCondensed.woff2') format('woff2'),
        url('../fonts/D-DINCondensed.woff') format('woff'),
        url('../fonts/D-DINCondensed.ttf') format('truetype'),
        url('../fonts/D-DINCondensed.svg#D-DINCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*---------------------------------------------------------------------
    import Files
---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(owl.carousel.min.css);

/*---------------------------------------------------------------------
    Farbwerte
---------------------------------------------------------------------*/

/*	FARBWERTE
grau: #828985; 
*/

:root {
    --st-grey: #828985;
  }


/*---------------------------------------------------------------------
    skeleton
---------------------------------------------------------------------*/

* {
	box-sizing: border-box !important;
}

html {
	scroll-behavior: smooth;
}

body {
	color: #666666;
	font-size: 14px;
	font-family: 'd-din_condensedregular';
	line-height: 1.80857;
	font-weight: normal;
	overflow-x: hidden;
}

a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	font-family: 'plutobold';
	font-weight: normal;
	position: relative;
	padding: 0 0 10px 0;
	line-height: normal;
	color: #111111;
	margin: 0;
}

h1 {
	font-size: 24px
}

h2 {
	font-size: 22px
}

h3 {
	font-size: 18px
}

h4 {
	font-size: 16px
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 13px
}
.pluto {
    font-family: 'plutobold';
}
*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #212121;
	text-decoration: none!important;
	opacity: 1
}

button:focus {
	outline: none;
}

ul,
li,
ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

p {
	margin: 0px;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}

a {
	color: #000;
	text-decoration: none;
	outline: none !important;
}
a:hover {
	color: #828985;
	text-decoration: underline;
	outline: none !important;
}

a,
.btn {
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


:focus {
	outline: 0;
}

.btn-custom {
	margin-top: 20px;
	background-color: transparent !important;
	border: 2px solid #ddd;
	padding: 12px 40px;
	font-size: 16px;
}

.lead {
	font-size: 18px;
	line-height: 30px;
	color: #767676;
	margin: 0;
	padding: 0;
}

.form-control:focus {
	border-color: #ffffff !important;
	box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
	border: none !important;
}

.badge {
	font-weight: 500;
}

blockquote {
	margin: 20px 0 20px;
	padding: 30px;
}

button {
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.full {
	float: left;
	width: 100%;
}

.layout_padding {
	padding-top: 90px;
	padding-bottom: 90px;
}

.layout_padding_2 {
	padding-top: 75px;
	padding-bottom: 75px;
}

.light_silver {
	background: #f9f9f9;
}

.theme_bg {
	background: #38c8a8;
}

.margin_top_30 {
	margin-top: 30px !important;
}

.full {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}


/**-- heading section --**/

.main_heading {
	text-align: center;
	display: flex;
	justify-content: center;
	position: relative;
	margin-bottom: 50px;
}

.main_heading h2 {
	padding: 0;
	font-size: 48px;
	line-height: 60px;
	font-weight: 400;
	position: relative;
	letter-spacing: -0.5px;
	color: #114c7d;
	border-left: solid #38c8a8 10px;
	padding-left: 15px;
}

.main_heading h2 strong {
	background: #38c8a8;
	color: #fff;
	font-weight: 600;
	padding: 0 15px;
	line-height: 68px;
}

.white_heading_main h2 {
	color: #fff;
}

.small_main_heading {
	margin-top: 25px;
	float: left;
	width: 100%;
	border-bottom: solid rgba(0, 0, 0, 0.07) 1px;
	margin-bottom: 25px;
}

.small_main_heading h2 {
	padding: 2px 0 20px 0;
	color: #114c7d;
	font-weight: 400;
	font-size: 28px;
	background-image: url('../images/fevicon.png');
	background-repeat: no-repeat;
	padding-left: 55px;
	letter-spacing: -0.5px;
}

.small_main_heading h2 strong {
	color: #38c8a8;
	font-weight: 600;
}

.main_bt {
	background: #000;
	color: #fff;
	padding: 10px 60px 10px 60px;
	float: left;
	font-size: 15px;
	font-weight: 400;
	border: solid #000 5px;
	border-radius: 0;
	margin-right: 30px;
}

a.readmore_bt {
	color: #fff;
	font-weight: 300;
	text-decoration: underline !important;
}

.main_bt:hover,
.main_bt:focus {
	background: #ad2101;
	border: solid #ad2101 5px;
	color: #fff;
}

.header-image {
  padding: 15vw;
  text-align: center;
  background-image: url("../images/slider/botanischergarten.jpg");
background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
  color: white;
  font-size: 30px;
}
.header-image>h1{
	opacity: 0.0;
}
.header-image>p{
	opacity: 0.0;
}
.wrapper{
	margin-top:120px;
	margin-bottom:120px;
}
/**-- list icon --**/

.ul_list_info_icon ul {
	list-style: none;
}

.ul_list_info_icon ul li {
	display: inline;
	float: left;
	width: 100%;
}

.ul_list_info_icon ul li img {
	width: 75px;
}



.top_awro {
	background: #ee4a79 none repeat scroll 0 0;
	cursor: pointer;
	padding: 6px 8px;
	position: fixed;
	bottom: 59px;
	right: 20px;
	display: none;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	transition: all 0.5s ease;
}

.sale_pro {
	background: #f25252 !important;
}

.margin_top_50 {
	margin-top: 50px;
}

.margin_bottom_30_all {
	margin-bottom: 30px;
}

.text_align_center {
	text-align: center;
}


/*---------------------------------------------------------------------
    header area
---------------------------------------------------------------------*/

.logo_section {
	text-align: left;
}

.logo {
	float: left;
	font-family: 'plutobold';
}
/*---------------------------------------------------------------------
    Navigation
---------------------------------------------------------------------*/
nav {
  padding: 30px;
}
nav ul {
  float: right;
}
nav ul li {
  display: inline-block;
  float: left;
}
nav ul li:not(:first-child) {
  margin-left: 25px;
}
nav ul li a {
  display: inline-block;
  outline: none;
  color: #000;
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 0.04em;
}
nav ul li a:hover {
  color: #808080;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
	nav {
  padding: 0px;
}
  .nav-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #828985;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .nav-container ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .nav-container ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
  }
  .nav-container ul li:nth-child(1) a {
    transition-delay: 0.2s;
  }
  .nav-container ul li:nth-child(2) a {
    transition-delay: 0.3s;
  }
  .nav-container ul li:nth-child(3) a {
    transition-delay: 0.4s;
  }
  .nav-container ul li:nth-child(4) a {
    transition-delay: 0.5s;
  }
  .nav-container ul li:not(:first-child) {
    margin-left: 0;
  }
  .nav-container ul li a {
    padding: 10px 25px;
    opacity: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    transform: translateY(-20px);
    transition: all 0.2s ease;
  }
.nav-container ul li a:hover {
    color: #000;
  }
  .nav-open {
    position: fixed;
    right: 10px;
    top: 10px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
  }
  .nav-open i {
    display: block;
    width: 25px;
    height: 3px;
    background: #1f2227;
    border-radius: 2px;
    margin-left: 14px;
  }
  .nav-open i:nth-child(1) {
    margin-top: 16px;
  }
  .nav-open i:nth-child(2) {
    margin-top: 5px;
    opacity: 1;
  }
  .nav-open i:nth-child(3) {
    margin-top: 5px;
  }
}
#nav:checked + .nav-open {
  transform: rotate(45deg);
}
#nav:checked + .nav-open i {
  background: #fff;
  transition: transform 0.2s ease;
}
#nav:checked + .nav-open i:nth-child(1) {
  transform: translateY(6px) rotate(180deg);
}
#nav:checked + .nav-open i:nth-child(2) {
  opacity: 0;
}
#nav:checked + .nav-open i:nth-child(3) {
  transform: translateY(-6px) rotate(90deg);
}
#nav:checked ~ .nav-container {
  z-index: 9990;
  opacity: 1;
}
#nav:checked ~ .nav-container ul li a {
  opacity: 1;
  transform: translateY(0);
}
.hidden {
  display: none;
}
/*---------------------------------------------------------------------
    Navigation end
---------------------------------------------------------------------*/
.btn-template-outlined {
	background: #111111;
	color: #ffffff;
	border: none;
	border-radius: 0px;
}

.btn-template-outlined i {
	padding-right: 10px;
}

.middle-area {
	padding: 30px 0px;
}



.hover-btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	background: #111111;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hover-btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #38c8a8;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	display: block !important;
}

.hover-btn:hover::before,
.hover-btn:focus::before,
.hover-btn:active::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.hover-btn:hover,
.hover-btn:focus,
.hover-btn:active {
	color: white;
	box-shadow: none;
}

.btn-secondary.focus,
.btn-secondary:focus {
	box-shadow: none;
}

.img-responsive {
	max-width: 100%;
}

.padding_right_15_inner {
	padding-right: 15px;
}

.padding_left_15_inner {
	padding-left: 15px;
}

.dark_bg {
	background: #114c7d;
}


/*---------------------------------------------------------------------
    top banner area
---------------------------------------------------------------------*/

.top-banner-slider {
	overflow: hidden;
	clear: both;
	height: 600px;
}

.top-banner-slider .heroslider {
	margin: 0px;
	padding: 0px;
	border: none;
	position: relative;
	border-radius: 0;
}

.swiper-overlay {
	height: 100%;
	position: relative;
}

.swiper-overlay {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.heroslider .container {
	position: relative;
	height: 100%;
	padding-left: 0;
	padding-right: 0;
	z-index: 5;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.heroslider .slider-01 {
	width: 100%;
	background-image: url(../images/slider-01.jpg);
	background-size: cover;
	background-position: center;
}

.heroslider .slider-02 {
	width: 100%;
	background-image: url(../images/slider-02.jpg);
	background-size: cover;
	background-position: center;
}

.heroslider .slider-03 {
	width: 100%;
	background-image: url(../images/slider-03.jpg);
	background-size: cover;
	background-position: center;
}

.heroslider .slides li {
	height: 600px;
}

.top-banner-slider .heroslider .slides li::before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}

.top-banner-slider .flex_caption3 {
	position: absolute;
	z-index: 30;
	left: 0;
	right: 0;
	bottom: 50px;
	margin: 0 -15px;
	display: flex;
}

a.slide_banner {
	position: relative;
	display: inline-block;
	margin: 0 12px 0 15px;
}

.slide1_banner1 {
	width: 570px;
}

.slide1_banner2 {
	width: 270px;
}

.slide1_banner3 {
	width: 270px;
}

.top-banner-slider .flex_caption1 {
	text-align: center;
	position: absolute;
	z-index: 30;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 31%;
	max-width: 720px;
	width: 100%;
	text-transform: uppercase;
	color: #333;
}

.top-banner-slider .flex_caption1 .title1 {
	font-size: 36px;
	font-weight: 300;
	color: #ffffff;
}

.top-banner-slider .flex_caption1 .title2 {
	font-size: 60px;
	font-weight: 900;
	color: #ffffff;
}

.top-banner-slider .flex_caption2 {
	text-align: center;
}

.top-banner-slider .flex_caption2 {
	position: absolute;
	z-index: 30;
	left: 0;
	top: 20%;
	display: table;
	width: 177px;
	height: 177px;
	background-color: #242424;
}

.top-banner-slider .flex_caption2 .middle {
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	line-height: 31px;
	font-size: 26px;
	color: #fff;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

.top-banner-slider .flex_caption2 .middle:hover {
	background: #38c8a8;
}

.top-banner-slider .flex_caption2 span {
	display: block;
	font-weight: 100;
	line-height: 36px;
	font-size: 34px;
}

a.slide_banner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	border: 2px solid #ffffff;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

a.slide_banner:hover::before {
	left: -7px;
	top: -7px;
	right: -7px;
	bottom: -7px;
	opacity: 1;
}

.flex-control-nav {
	background: #38c8a8;
	bottom: 0px;
	position: relative;
}

.flex-control-nav li {
	line-height: 10px;
}

.flex-control-paging li a {
	background: rgba(255, 255, 255, 1);
	border: 2px solid #ffffff;
}

.flex-control-paging li a.flex-active {
	border: 2px solid #ffffff;
}

.flex-direction-nav a {
	background: #111111;
	text-align: center;
}

.heroslider:hover .flex-direction-nav .flex-prev:hover {
	background: #38c8a8;
}

.heroslider:hover .flex-direction-nav .flex-next:hover {
	background: #38c8a8;
}

.flex-direction-nav a::before {
	color: #ffffff;
}

.top-banner-slider .swiper-pagination {
	padding: 10px 0px;
}

.heroslider .swiper-pagination {
	bottom: 0px;
	background: #38c8a8;
}

.heroslider .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

.heroslider .swiper-pagination::before {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	left: -10px;
	top: 4px;
	z-index: -1;
	background: #e12d4f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.heroslider .swiper-pagination::after {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	right: -10px;
	top: 4px;
	z-index: -1;
	background: #e12d4f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.heroslider .swiper-pagination.swiper-pagination-bullets-dynamic {
	overflow: visible;
	width: 110px !important;
}

.heroslider .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
}

input[type="checkbox"].styled:checked+label:after,
input[type="radio"].styled:checked+label:after {
	font-family: 'FontAwesome';
	content: "\f00c";
}

input[type="checkbox"] .styled:checked+label::before,
input[type="radio"] .styled:checked+label::before {
	color: #fff;
}

input[type="checkbox"] .styled:checked+label::after,
input[type="radio"] .styled:checked+label::after {
	color: #fff;
}


/*---------------------------------------------------------------------
    layout new css 
---------------------------------------------------------------------*/



.slider_cont_section h4 {
    color: #f36b2a;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 700;
    padding: 0;
    line-height: normal;
}

.slider_cont_section h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 135px;
    font-weight: 700;
    padding: 0;
    line-height: 125px;
    margin-bottom: 35px;
}

.slider_cont_section p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 0;
    line-height: normal;
    margin-bottom: 50px;
}

.button_section a {
    width: 190px;
    height: 50px;
    background: #f36b2a;
    float: left;
    margin-right: 15px;
    line-height: 50px;
    border-radius: 100px;
    font-size: 17px;
    color: #fff;
    text-align: left;
    padding: 0 25px;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.1px;
}

.button_section a:hover,
.button_section a:focus {
	background: #040f45;
}

.button_section a::after {
    width: 60px;
    content: ">";
    background: #ddd;
    position: absolute;
    right: -2px;
    top: 0;
    color: #040f45;
    height: 100%;
    border-radius: 0 100px 100px 0;
    text-align: center;
    font-size: 22px;
}

.full.slider_cont_section {
    padding-top: 120px;
    padding-left: 340px;
    right: 70px;
}

.center {
	display: flex;
	justify-content: center;
	
}

#slider_main {
    padding-top: 205px;
}

.top_section div.button_section {
    display: flex;
}



.right_header_info ul li {position: relative;}

.tytyu::before {
position: absolute;
top: -2px;
content: "";
background: url(../icon/4.png);
width: 50px;
height: 50px;
background-repeat: no-repeat;
left: -8px;
}


.header {
	background: #fff; /*#828985;*/
	padding: 15px 35px;
position: fixed;
width: 100%;
z-index: 100;
top: 0;
}

.logo a {
	font-size: 37px;
text-transform: uppercase;
color: #828985;
line-height: 30px;
}
.subline{
    color: #000;
font-size: 18.3px;
font-weight: 200;    
}
.subsubline{
	color:#000;
	font-family: 'd-din_condensedregular';
	font-size: 20px;
	line-height: 0.2;
}

.relative {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
	text-align: left;
}

.banner_main {
	position: relative;
    background-image: url("../images/example/scott-webb-7gLAd001XnI-unsplash.jpg");
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.text-img figure {margin: 0px;}


.banner_main .text-bg h1 {
    color: #828985;
    font-size: 85px;
    line-height: 95px;
    text-transform: uppercase;
    padding: 80px 0px;
    font-weight: 600;
    margin-top: 40px;
}

.banner_main .text-bg a {
    width: 191px;
    background: #fff;
    padding: 9px 0px;
    color: #000;
    font-size: 17px;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: #000 -7px 7px 0px -1px;

}
.banner_main .text-bg a:hover {
	background: #3c807a;
	color: #fff;
}





.banner_Client {
	position: relative;
}

.text {position: inherit; text-align: left; background: #828985; width: 100%;
bottom: auto;
padding: 0;
margin-top: 90px


}
.img_bg {
margin: 0 auto;
align-items: center;
width: 100%;
display: flex;
height: 100%;
text-align: center;
justify-content: center;
flex-wrap: wrap;
}

.img_bg figure {margin: 0px; }
.img_bg figure img {width: 100%;}

.img_bg h3 {
font-size: 30px;
line-height: 40px;
color: #fff;
text-align:left;
}


.black_normal {font-weight: normal; color: #000;}

.carousel-indicators li {
    width: 25px;
    height: 25px;
    border-radius: 30px;
} 

.carousel-indicators {margin-bottom: -50px;}

.carousel-indicators .active {
    background-color: #828985;
}
.carousel-indicators li {
	background: #0c0505;
}



.black_bold {color: #0a0101;}
.fa.fa-angle-right {
    padding-left: 10px;
}


.title {
	text-align:left;
	padding-bottom: 60px;

}

.title h2 {
	font-size: 50px;
line-height: 45px;
color: #828985;
font-weight: normal;

margin-bottom: 0px;
padding-bottom: 0px;
}


.black {
	font-weight: 500;
	color:#000404;
}





/** footer section **/

.footer {
	background: #c0c4c2;
    padding-top: 40px;
    line-height: 1.5rem;
    padding-bottom: 20px;
padding-left: 40px;
}
.footerlogo{
    color: #fff;
font-size: 1.5rem;
font-weight: 600;
}
.footerlogo-sub{
    color:#fff;
    font-weight:200;
    font-size: 0.7em;
}
ul.sociel {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	margin: 0 auto;
}
ul.sociel li {
	display: inline-block;
	padding:0px 10px;
	}

ul.sociel li a {
color: #fff;
width: 40px;
height: 40px;
float: left;
text-align: center;
line-height: 50px;
border-radius: 100%;
font-size: 18px;
}


  ul.sociel li a:hover {color: #828985;}
.contact {
	margin-top: 90px;
}

.contact h3 {
	color: #fff;
	font-weight: 500;
	font-size: 28px;
    		line-height: 30px;
	padding-bottom: 30px;
	text-transform: uppercase;
}

.contact span {
	color: #fff;
	font-size: 17px;
	line-height: 27px;
}
ul.lik {text-align: center; margin-top: 10px;}
ul.lik li {display: inline-block; }
ul.lik li a {
	color: #fff;
	font-size: 17px;
	line-height: 27px;
	padding: 0px 15px;
	text-transform: uppercase;
}

ul.lik li a:hover {
	color: #828985;
}
.logo1 {
    margin-bottom: 10px;
}
.border1 {border-bottom: #ddd solid 1px;}
.new {text-align: center; margin-top: 40px;}
.new h3 {color: #fff; font-size:20px; display:inline-block; padding-right: 15px;}
.newtt p {color: #fff; text-align: center; margin-top: 35px;}
.newtetter {display: inline-block;}
.newtetter .tetter {
	width: 231px;
	padding: 7px 20px;
border-radius: inherit;
border: indianred}

.submit {
background: #d2390a;
margin-left: -3px;
padding: 7px 26px;
color: #fff;
}
.submit:hover {background: #4eddd2;}

.copyright {
	background-color: #023f3b;
	padding: 20px 0px;
	margin-top: 90px;
}

.copyright p {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}
.copyright a {
	color: #fff;
}
.copyright a:hover {
	color: #4eddd2;
}
#map {
    height: 100%;
    min-height: 480px;
}
/** end footer section **/
/*---------------------------------------------------------------------
    ener page css
---------------------------------------------------------------------*/
.contact_page .contact {margin-top: 0px;}  
.contactus .title h2 {
	color: #fff;
font-weight: 500; 
	
}


.contactus {
     background-color: #01312e;
     padding: 50px 0px;
}
.contactus .title {
 padding-bottom: 0px;   
text-align: center;
}

.brand_color .abouttitle h2 {
     color: #fff;
     text-transform: uppercase;
     font-size: 40px;
     line-height: 45px;
     padding: 40px 0;
     font-weight: 500;
     text-align: center;
}


.about {padding: 90px 0;}
.about .aboutimg figure {margin: 0;}
.about .aboutimg figure img {width: 100%;}
.about .aboutimg h3 {
font-size: 45px;
line-height: 50px;
padding-top: 105px;
font-weight: 500;
color: #828985;
}
.about .aboutimg p {color: #000; font-size: 17px; line-height: 23px; padding-top: 10px;}
.about .aboutimg a {
	max-width: 152px;
background: #000;
width: 100%;
display: inline-block;
text-align: center;
padding: 10px 0px;
color: #fff;
margin-top: 35px;
}
.about .aboutimg a:hover {
	background: #828985;
	color: #000;
}

.more {
	max-width: 152px;
background: #fff;
width: 100%;
display: inline-block;
text-align: center;
padding: 10px 0px;
color: #000;
margin-top: 35px;
margin-left: 35px;
}
.more:hover {
	background: #828985;
	color: #000;
}







.blog  {margin-top: 90px;
 margin-bottom: 60px;
}

.blog .news-box {
     background:#fff;
     box-shadow: #ddd 0px 0px 8px 4px;
     margin-bottom: 30px;
}
 .blog .news-box figure {
     margin: 0;
}
 .blog .news-box figure img {
     width: 100%; height: 350px; 
}
 .blog .news-box h3 {
     font-size: 22px;
     line-height: 24px;
     color: #060606;
     font-weight: 500;
     padding: 20px 20px 4px 20px;
}
 .blog .news-box span {
     color: #828985;
     margin-left: 20px;
}
 .blog .news-box p{
     color: #7b7a7a;
     font-size:16px;
     line-height: 23px;
     padding: 7px 20px 20px 20px;
}






/** product **/
.product {
    padding: 0 0 30px;
    
}

.product_style_3 .product_img {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.center>img{
	width: 100%;
}
.center {
    width: 100%;
    display: flex;
    justify-content: center;
}

.product_style_3 .overlay_hover {
    top: 0;
    border-radius: 0;
}
.overlay_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(130,137,133, .6);
    border-radius: 10px;
    transition: ease all 0.5s;
    opacity: 0;
    visibility: hidden;
    top: 0;
}

.product:hover .overlay_hover, .product:focus .overlay_hover {
    opacity: 1;
    visibility: visible;
}


.add-bt {
    min-width: 130px;
    text-align: center;
    background: #828985;
    height: 45px;
    line-height: 46px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    box-shadow: 0 0 10px -8px #000;
    padding: 0 20px;
}
.add-bt:hover {color: #000;}
.light_red .add-bt {
    background: #ff9999;
    color: #fff;
}
.product_style_3 .product_detail {
    background: #fff;
    width: 80%;
    margin: -120px 10% 0;
    position: relative;
	display: none;
}
.product:hover .product_detail{
	display: block;
}
.product_detail {
    float: left;
    width: 100%;
    padding: 20px 5px;
}
.text_align_center {
    text-align: center;
}

.light_red .product_price {
    color: #ff9999;
}
.product_price {
    font-size: 18px;
    color: #828985;
    margin: 0;

}

.old_price {
    font-weight: 400;
    font-size: 14px;
    color: #707070;}
.product_style_3 .product_descr {
    margin: 5px 0 0;
    padding: 0 10px;
    line-height: 18px;
    color: #000;
    font-weight: 400;

}
.tab_bar_section ul.nav.nav-tabs li a:hover {color: #828985;}






/** end product **/

/** product_detail3 **/

.datatable{
    width: 100%;
	font-size: 16px;
    
}
/*.datatable tbody tr:nth-child(2n) {
    background-color: #f1f1f1;
}*/
.datatable tbody tr {
    height: 3em;
}
.datalink{
	line-height: 1em !important;
}
.datatable tbody tr td:first-child {
    color: #828985;
}

.layout_padding-2 {
	margin: 90px 0px 45px 0px;
	height: 60vh;} 
.img_box {
width: 98.2%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.img_box>figure {
    margin: 0;
}

.product_style_3 {
    margin: 90px 0px 60px 0px;
}

.product_detail_side {margin-top: 10px;}
.product-heading {
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}
.product-heading h2 {
    font-size: 28px;
    color: #181818;
    padding-bottom: 23px;
    margin: 0;
    font-weight: 500;
}

.product-detail-side {
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
    padding: 15px 0;
}

.product-detail-side span {
    font-size: 24px;
    font-weight: 300;
    margin-right: 15px;
}
.product-detail-side span.new-price {
    color: #222;
    font-weight: 400;
}
.product-detail-side span.rating {
    margin-right: 5px;
}
.rating i {
    color: #eabe12;
    font-size: 18px;
    margin: 0 -2px;
}
.rating i {
    color: #eabe12;
    font-size: 18px;

}
.product-detail-side span.review {
    font-size: 13px;
}

.detail-contant {
    text-align: left;
    padding: 25px 0;
    float: left;
    width: 100%;
}

.detail-contant p {
    color: #707070;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
}

.cart .quantity {
    float: left;
    margin-top: -65px;
}
.input-text.qty.text {
    background: #fff;
    padding: 5px 10px 5px 15px;
    border: solid #ccc 1px;
    font-size: 20px;
    font-weight: 400;
    width: 65px;
    color: #272727;
    border-radius: 0;
}

.bt_main {
    background: #000;
    padding: 10px 22px;
    color: #fff;
}
.cart button {
    margin-left: 10px;
    margin-top: 26px;
    transition: ease all 0.5s;
}


.bt_main:hover, .bt_main:focus {
    color: #000;
    background: #828985;
}

.tab_bar_section {

    float: left;
    width: 100%;

}
.tab_bar_section {
    float: left;
    width: 100%;
    margin-top: 50px;
}

 .tab_bar_section .nav.nav-tabs {
    float: left;
    width: 100%;
    display: block;
    justify-content: center;
    border-bottom: solid #ddd 1px;
}
.product_detail_page .tab_bar_section .nav-tabs .nav-item {
    margin-bottom: 0;
    float: left;
}
.tab_bar_section ul.nav.nav-tabs li a.active {
    background-color: #000;
    color: #fff;
}

.tab_bar_section ul.nav.nav-tabs li a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 30px;
    height: 50px;
    border: none !important;
    line-height: 52px;
    background: #828985;
    border-radius: 0;
	color: #fff;
}

.tab_bar_section .tab-content {

    float: left;
    width: 100%;
    padding: 35px 0;

}
.tab-content > .active {
    display: block;
}
/*.product_desc p {

    color: #707070;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;

}*/.kontaktdaten {
  line-height: 1.7;
margin-top: 20px;
font-weight: 200;
}
.contact-icon {
    color: #000;
    margin-right: 10px;
    font-size: 1.2em;
}

.tab-content > .active {
    display: block;
}


.commant-text {
    border-bottom: solid #ddd 1px;
    padding-bottom: 25px;
    padding-top: 25px;
}

.commant-text .profile {
    text-align: center;}
.img-responsive {
    max-width: 100%;

}

.product_review h5 {

    text-transform: none;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;

}

.product_review p {

    margin-bottom: 0;

}


.float-right {

    float: right !important;
    margin-top: 30px;

}





.commant_box textarea {

    border-radius: 0;
    padding: 20px 20px;
    font-weight: 300;
    font-size: 14px;
    min-height: 150px;

}

.nav-tabs .nav-item {
  margin-bottom: -1px;
  display: inline-block;
}

/*--------------- Projekt-Button--------*/
.projektbtn-container {
    margin-top: 60px;
    padding-left: 30px;
}
.projectbtn{
    max-width: 152px;
background: #000;
width: 100%;
display: inline-block;
text-align: center;
padding: 10px 0px;
color: #fff;
}
.projectbtn:hover {
	background: #828985;
	color: #000;
}
/*-------------- Projekt-Liste---------------------*/
.project-list {
	border-bottom: 2px solid #fff;
padding-bottom: 20px;
}
.project-list > li {
    font-size: 1.2em;
}
.project-list > li:nth-child(2n){
	color:#000;
}
.project-list > li::before {
  content: "\2022";  
  color: #828985; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em;
}
.white{color:#fff;}
/*-----------------Video------------------------*/
#myVideo{
	width:100%;
	height:auto;
}
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #828985;
  color: black;
}
/*-----------------News Bereich------------------------*/
.newsitem.row {
    margin-bottom: 50px;
}
.newsimg{
    width: 100%;
    max-width: 300px;
    height: auto;
}


/*---------------- Backgrounds ------------------------
.aboutbg{
    background-image: url("../images/bgabout01.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.projectbg{
    background-image: url("../images/bgproj.jpg");
    background-position: center center;
    background-size: contain;
}*/
/*------------------------- TEAM------------------*/
.p-top-30 {
    padding-top: 30px;
}
.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}
.text-uppercase {
    text-transform: uppercase;
}

.team-member, .team-member .team-img {
    position: relative;
}
.team-member {
    overflow: hidden;
}
.team-member, .team-member .team-img {
    position: relative;
	max-width: 300px;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(130, 137, 133, 0.9);
    background-color: rgba(130, 137, 133, 0.50);
    opacity: 0;
    transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
    top: 35%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    transform: translateY(-55%);
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    transform: translateY(45%);
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #fff;
}
.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}
.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}
.team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
    padding-bottom: 0;
}
.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}

/*------------- Slider --------------*/

.section01{
	height: 70vh;
}
/* Slider */
#slider{
  width:100%;
  height:100%;
  position:relative;
  overflow:hidden;
}
@keyframes load{
  from{left:-100%;}
  to{left:0;}
}
.slides{
  width:400%;
  height:100%;
  position:relative;
  -webkit-animation:slide 30s infinite;
  -moz-animation:slide 30s infinite;
  animation:slide 30s infinite;
}
.slider{
  width:25%;
  height:100%;
  float:left;
  position:relative;
  z-index:1;
  overflow:hidden;
}
.slide img{
  width:100%;
  height:100%;
}
.image{
  width:100%;
  height:100%;
}
.image img{
  width: 100%;
height: 70vh;
object-fit: cover;
}

/* Legend */
.legend{
  border:500px solid transparent;
  /*border-left:800px solid rgba(52, 73, 94, .7);*/
  border-bottom:0;
  position:absolute;
  bottom:0;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #dc717d url("../img/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

/* Contents */
.content{
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
}
.content-txt{
  width:400px;
  height:150px;
  float:left;
  position:relative;
  top:50%;
   padding-left: 15px;
  -webkit-animation:content-s 7.5s infinite;
  -moz-animation:content-s 7.5s infinite;
  animation:content-s 7.5s infinite;
}
.content-txt h1{
  text-transform:uppercase;
  font-size:24px;
  color:#fff;
  text-align:left;
  margin-left:30px;
  padding-bottom:10px;
}
.content-txt h2{
  font-weight:normal;
  font-size:14px;
  font-style:italic;
  color:#fff;
  text-align:left;
  margin-left:30px;
}

/* Switch */
.switch{
  width:120px;
  height:10px;
  position:absolute;
  bottom:50px;
  z-index:99;
  left:50px;
}
.switch > ul{
  list-style:none;
}
.switch > ul > li{
  width:10px;
  height:10px;
  border-radius:0%;
  background:#828985;
  float:left;
  margin-right:5px;
}
.switch ul{
  overflow:hidden;
}
.on{
  width:100%;
  height:100%;
  border-radius:0%;
  background:#fff;
  position:relative;
  -webkit-animation:on 30s infinite;
  -moz-animation:on 30s infinite;
  animation:on 30s infinite;
}
/* Animation */
@-webkit-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@-moz-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}

@-webkit-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@-moz-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@keyframes content-s{
  0%{left:-420px;}
  10%{left:20px;}
  15%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}

@-webkit-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@-moz-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

/*-------------- Comparison Slider ------------------*/

.img-comp-container {
  position: relative;
  height: 450px; /*should be the same height as the images*/
 margin-top: 50px;
}

.img-comp-img {
  position: absolute;
  width: 100%;
  height: auto;
  overflow:hidden;
}

.img-comp-img img {
  display:block;
  vertical-align:middle;
}

.img-comp-slider {
  position: absolute;
  z-index:9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #828985;
  opacity: 0.7;}
  /*border-radius: 50%;+/

/*----------------Responsive------------------------*/

@media (max-width: 900px) {
  .image img{
  width:auto;
  height:100%;
}}
@media (max-width: 600px){
		.hide-small { display: none;}
	} 

@media (max-width: 760px){
		.col-sm-12, .col-lg-9 { margin-top: 30px;}
	.projektbtn-container {
  margin-top: 30px;
  padding-left: 0px;
}
		.logo a {
	font-size: 25px;
}
.subline{
font-size: 15px;
   
}
	} 
	


@media only screen and (max-width: 1660px) {
  :root {
    /* Sizes */
    --heading: 3.2rem;
  }
}
@media only screen and (max-width: 1456px) {
  :root {
    /* Sizes */
    --heading: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    /* Sizes */
    --heading: 2.5rem;
  }
  h1 {
    font-size: calc(var(--heading) + 1.2rem);
  }
}
@media only screen and (max-width: 756px) {
  :root {
    /* Sizes */
    --heading: 2rem;
  }
  h1 {
    font-size: calc(var(--heading) + .8rem);
  }
  p {
    font-size: calc(var(--paragraph));
  }
.about {
  padding:  0;
}
.about .aboutimg h3 {
	font-size: 30px;}

	.title h2 {
		font-size: 35px;}
	.img_bg h3 {
		font-size: 15px;}
}
@media only screen and (max-width: 496px) {
  :root {
    /* Sizes */
    --heading: 1.5rem;
  }
  h1 {
    font-size: calc(var(--heading) + .4rem);
  }
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:0;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(fancybox_loading.gif) center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url(blank.gif);-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{overflow:hidden!important;width:auto}.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:400 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(fancybox_loading@2x.gif);background-size:24px 24px}}