﻿@charset "utf-8";
/* CSS Document */

html, body, button, input, select, textarea, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Segoe UI,arial,san-serif;
}

body .container{
	font-family: "Segoe UI";
}
/* .x2-picture{
	display: none;
}
.normal-picture{
	display: block;
} */
@media (min-width: 1400px) {
	/* .x2-picture{
	display: block;
	}
	.normal-picture{
		display: none;
	}
	body .image-content img {
		max-width: 100%;
	} */
	body .background-holder {
		background: url(../images/design/body-bg-bigger.png) no-repeat center -150px;
	}
}
.navbar .navbar-collapse{
	padding-right: 5px;
}
@media (min-width: 1200px) {
.container {
	/* width: 1186px !important; */
	width: 100% !important;
}
}
@media (min-width: 991px) {
.card-item {
	padding: 2px;
	height: 98px;
}
}
@media (min-width: 768px) and (max-width: 990px) {
.card-item {
	height: 68px;
	padding: 2px;
}
}
@media (max-width: 768px) {
.card-item {
	height: 100px;
	padding: 2px;
}
body .download-zone {
    float: none !important;
}
.download-zone ul,
.download-zone h3 {
    width: 188px;
	margin: 0 auto;
}
}
.card-item img {
	border: 1px solid #ccc;
}
/*---------- Header -------------*/
.navbar-default .navbar-collapse, .navbar-default {
	background-color: #F7931D;
	border: none !important;
}
.navbar {
	margin-bottom: 0 !important;
	min-height: 34px;
	border-bottom: none !important;
}
.top_links {
	min-height: 34px;
	line-height: 34px;
	font-size: 0.929em;
	background: #F7931D;
	color: #fff;
	width: 100%;
}
.years-lnks a, .years-lnks span, .langs span, .langs a {
	padding: 0 10px 0 0;
}
.years-lnks span, .langs span {
	/* font-weight: bold; */
}
.years-lnks span.lbl {
	font-weight: normal;
}
.years-lnks a, .langs a {
	color: #fff;
	text-decoration: underline;
}
.years-lnks a:hover, .langs a:hover {
	text-decoration: none;
}
/* Phone Resolution Header*/
.navbar-toggle {
	padding: 6px 7px;
	border-radius: 3px;
	border-color: #fff !important;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #f05923;
}
.navbar-collapse.in {
	overflow-y: auto;
	z-index: 10000;
	border: none !important;
}
.navbar-collapse.in .top_links {
	height: auto !important;
}
.navbar-collapse.in .langs {
	text-align: left;
}
/*---------- Content Area ---------------*/
.BSH_logo {
	/* margin: -2px auto 0 auto; */
	margin: 10px auto 45px auto;
	width: 248px;
	/* background: transparent url(../images/design/BSHLogo.png) no-repeat 0 0; */
	background: transparent url(../images/design/logo-bsh.png) no-repeat 0 0;
	/* height: 62px; */
	height: 77px;
	z-index: 10000;
	position: relative;
    top: 20px;
}
@media (max-width: 768px) {
/* .BSH_logo {
	background: transparent url(../images/design/BSHLogo2.png) no-repeat 0 0;
	background-size: 233px 55px;
} */
body .background-holder {
    background: url(../images/design/body-bg-smaller.png) no-repeat top center;
}
}
.BSH_logo a {
	display: block;
	/* height: 69px; */
	height: 77px;
}
.company_name {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
}
.background-holder {
	background: url(../images/design/body-bg.png) no-repeat top center;
	padding-bottom: 50px;
}
@media (max-width: 768px) {
.background-holder {
	background: url(../images/design/body-bg.png) no-repeat top center;
	/* background-size: 1000px 959px; */
}
}
.top-shadow {
	background: url(../images/design/top-shadow.png) repeat-x top;
	/*border-top: 2px solid #fff;*/
	padding-top: 20px;
}
.bottom-shadow {
	background: url(../images/design/bottom-shadow.png) repeat-x bottom;
	padding: 0 0 70px 0;
}
.top-padding {
	padding-top: 30px;
}
.photo img  {
	border: 2px solid #ccc;
}
.photo-item {
	width: 100%;
	height: 100%;
}
@media(max-width: 990px){
	.photo-item {
	margin-bottom: 2px;
}
}
/*Choose btn*/
.choose {
	text-align: center;
	padding: 250px 0 0 0;
}
@media (min-width: 760px) and (max-width: 990px) {
.choose {
	padding: 250px 0 20px 0;
}
}
@media (max-width: 759px) {
.choose {
	padding: 20px 0 20px 0;
}
}
@media (min-width: 760px) and (max-width: 990px) {
.choose-btn {
	padding: 0 10px !important;
	-webkit-box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	font-size: 1.214em !important;
	z-index: 100000;
}
}
.top-content h1,
.top-content h2{
	text-align: center;
}
.top-content{
	padding-bottom: 20px;
}
.top-content h1{
	font-size: 33px;
	font-style: italic;
	font-weight: normal;
	color: #EC7B00;
}
.top-content h2{
	font-size: 19px;
	font-style: italic;
	font-weight: normal;
	color: #333;/*#666666;*/
}
.main-content{
	clear: both;
}
.intro{
	font-size: 16px;
	color: #333; /*#4D4D4D;*/
	text-align: center;
}
.image-content{
	/* float: left;
	width: 65%; */
	float: left !important;
}
.image-content img{
	max-width: 701px;
    width: 100%;
	margin: 0 auto;
	display: block;
}
.download-zone{
	/* float: left;
    margin-left: 5%;
    width: 30%; */
	float: right !important;
}
.download-zone h3{
	font-size: 17px;
	font-style: italic;
	color: #666666;
	margin-top: 50px;
	margin-bottom: 15px;
	max-width: 188px;
}
.download-zone ul{
	padding: 0;
	list-style: none;
}
.download-zone ul li{
	margin-bottom: 17px;
}
.choose-btn {
	height: 44px;
	line-height: 42px;
	padding: 0 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 8px #666;
	-moz-box-shadow: 0 0 8px #666;
	box-shadow: 0 0 8px #666;
	display: inline-block;
	font-size: 1.643em;
	color: #fff;
	background: #ccc;
	border: none;
	cursor: pointer !important;
}
.choose-btn:hover {
	color: #fff;
	text-decoration: none;
}
.chooseButtonDisabled {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#999));
	background: -webkit-linear-gradient(top, #ccc, #999);
	background: -moz-linear-gradient(top, #ccc, #999);
	background: -ms-linear-gradient(top, #ccc, #999);
	background: -o-linear-gradient(top, #ccc, #999);
	border: 1px solid #b3b3b3;
	cursor: default;
}
.chooseButtonActive {
	background: #f7931d;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7931d), to(#f15a24));
	background: -webkit-linear-gradient(top, #f7931d, #f15a24);
	background: -moz-linear-gradient(top, #f7931d, #f15a24);
	background: -ms-linear-gradient(top, #f7931d, #f15a24);
	background: -o-linear-gradient(top, #f7931d, #f15a24);
	border: 1px solid #f15a24;
}
.chooseButtonActive:hover {
	background: #f15a24;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f15a24), to(#f7931d));
	background: -webkit-linear-gradient(top, #f15a24, ##f7931d);
	background: -moz-linear-gradient(top, #f15a24, #f7931d);
	background: -ms-linear-gradient(top, #f15a24, #f7931d);
	background: -o-linear-gradient(top, #f15a24, #f7931d);
}
/*Footer*/
.footer {
	background: #f7931d;
	color: #666666;
	font-size: 0.857em;
	text-align: center;
	padding-top: 25px;
}

.footer *{
	color: #fff !important;
	font-size: 13px;
	font-weight: normal;
}

.footer-decoration {
	margin: -75px auto 0 auto;
	/* background: url(../images/design/footer-decoration.png) no-repeat; */
	width: 238px;
	height: 73px;
}
@media (max-width: 990px) {
.footer-decoration {
	margin: -75px auto 0 auto;
	/* background: url(../images/design/footer-decoration-big.png) no-repeat bottom; */
	background-size: 240px 105px;
	width: 238px;
	height: 73px;
}
}
footer .container section {
	padding: 15px 0 0 0;
}
address {
	font-style: normal;
	display: inline;
}
.contacts, .contacts dt, .contacts dd {
	display: inline;
	padding: 0;
	margin: 0;
}
.contacts dt {
	padding-left: 5px;
}
footer a:link, footer a:active, footer a:focus, footer a:visited {
	color: #ED7C00;
	text-decoration: underline;
}
/*--------- Func CSS -----------*/
.leftPictures, .rightPictures {
    cursor: pointer;
}
/*-- Modals --*/
@media (min-width: 990px) {
  .intro-modal, .win-modal {
	  width: 990px !important;
  }
}
.intro-modal {
}
.modal-header, .intro-modal .modal-footer {
	display: none;
}
.modal-body {
	overflow: visible !important;	
  }
.modal-footer {
padding: 19px 0 40px 0;
margin-top: 0 !important;
text-align: center !important;
border-top: none !important;
}
.intro-modal .modal-body {
	padding-bottom: 90px;	
}
.intro-topdecor {
	width: 119px;
	height: 248px;
	background: url(../images/design/intro-topdecor.png) no-repeat top;
	position: absolute;
	top: -33px;
	right: -25px;	
}
.intro-bottomdecor {
	width: 394px;
	height: 149px;
	background: url(../images/design/intro-bottomdecor.png) no-repeat top;
	position: absolute;
	bottom: -70px;
	left: -50px;	
}
.modal-body h1 {
	color: #ec7b00;
	font-size: 2.929em;
	font-style: italic;
	text-align: center;
}
.modal-body h2{
	color: #333;
	font-size: 1.786em;
	font-style: italic;
	text-align: center;
}
.modal-txt {
	color: #333;
	font-style: italic;
	text-align: center;
	font-size: 1.357em;
}
.intro-firsttxt {
	padding-top: 30px;
}
.intro-lang {
	font-style: italic;
	font-size: 1.071em;
	text-align: center;
}
.intro-lang a {
	text-decoration: underline;
}
.intro-lang a:hover { text-decoration: none !important;}
.intro-description {
	background: url(../images/design/intro-bg.png) no-repeat top left;
	padding: 20px 0 0 40px;
	margin: 0 0 0 10px;	
}
.intro-description p {
	color: #333;
	font-style: italic;
	font-size: 1.143em;
}
.num-one {
	width: 28px;
	height: 65px;
}
.num-two {
	width: 40px;
	height: 65px;
}
.num-three {
	width: 42px;
	height: 65px;
}
.step1 {
	background: url(../images/design/arrow1.png) no-repeat right center;
}
.step2 {
	background: url(../images/design/arrow2.png) no-repeat right center;
}
.step3 {
	background: url(../images/design/three-back.png) no-repeat center bottom;
	padding-bottom: 70px;
}
.photo-chuckl {
	background:url(../images/design/Chuck-back1.png) no-repeat top right;
	padding: 0 0 40px 20px;
}
.photo-chuck2 {
	background:url(../images/design/Chuck-back2.png) no-repeat bottom left;
	padding: 0 0 20px 20px;
}
.modal-btn {
	padding: 10px 0 0 0;
}
.lbl-small {
	display: none;
}
@media (max-width: 990px) {
.intro-topdecor {
	width: 119px;
	height: 248px;
	background: url(../images/design/intro-topdecor-big.png) no-repeat top;
	background-size: 119px 248px;
	position: absolute;
	top: -33px;
	right: -25px;	
}
.intro-bottomdecor {
	width: 394px;
	height: 149px;
	background: url(../images/design/intro-bottomdecor-big.png) no-repeat top;
	background-size: 394px 149px;
	position: absolute;
	bottom: -70px;
	left: -50px;	
}
.modal-body h1 {
	font-size: 1.643em !important;
}
.modal-body h2{
	font-size: 1.357em !important;
}
.intro-description {
	background: url(../images/design/intro-bg-big.png) no-repeat top left !important;
	background-size: 47px 72px !important;
}
.step1 {
	background:none !important;
}
.step2 {
	background:none !important;
}
.step3 {
	background: url(../images/design/three-back-big.png) no-repeat center bottom !important;
	background-size: 102px 61px !important;
}
.modal-txt {
	font-size: 1.143em !important;
}
.intro-firsttxt {
	padding-top: 0 !important;
}
.intro-description p {
	font-size: 1.071em !important;
}
.photo-chuckl, .photo-chuck2 {
	display: none;
}
.lbl-big {
	display: none;
}
.lbl-small {
	display: inline-block !important;
}
}
/*People's modals*/
.win-modal .modal-body  {
	background: url(../images/design/bottle.png) no-repeat top center;
}
.win-topdecor {
	width: 357px;
	height: 152px;
	background: url(../images/design/proverb-topdecor.png) no-repeat top;
	position: absolute;
	top: -40px;
	left: -35px;	
}
.win-bottomdecor {
	width: 87px;
	height: 94px;
	background: url(../images/design/ribbon.png) no-repeat;
	position: absolute;
	bottom: -40px;
	right: -20px;	
}
.proverbs {
    display:none;
	padding: 50px 30px 20px 30px;
}
.pro-lbl {
	font-size: 1.143em;
	color: #666;
	font-style: italic;
}
.pro-txt {
	font-size:1.214em;
	color: #333;
	font-style: italic;
}
.proverb-txt {
	padding: 25px 0 50px 0;
	background: url(../images/design/proverb-bg.png) no-repeat bottom center;
}
.modal-child-holder {
	background: url(../images/design/cookie.png) no-repeat top center;
}
.modal-grown-holder{
	background: url(../images/design/glass.png) no-repeat right bottom;
	padding-bottom: 10px;
}
.modal-grown-holder p img, .modal-child-holder p img {
	border: 2px solid #ccc;
}
.lost-modal {
	background: url(../images/design/snowman.png) no-repeat top center;
	padding-bottom: 65px;
}
.lost-txt {
	padding: 20px 0 0 0;
}
.lost-decor {
	width: 123px;
	height: 200px;
	background: url(../images/design/lost-decoration.png) no-repeat top;
	position: absolute;
	top: -20px;
	left: -20px;	
}
.citate {
	color: #808080;
}
@media (max-width: 990px) {
.win-modal .modal-body  {
	background: url(../images/design/bottle-big.png) no-repeat top center !important;
	background-size: 320px 120px !important;
}
.win-topdecor {
	display: none;
}
.win-bottomdecor {
	width: 87px;
	height: 94px;
	background: url(../images/design/ribbon-big.png) no-repeat;
	background-size: 87px 94px !important;
	position: absolute;
	bottom: -40px;
	right: -20px;	
}
.modal-child-holder {
	background: url(../images/design/cookie-big.png) no-repeat top center !important;
	background-size: 38px 42px !important;
}
.proverb-txt {
	padding: 25px 0 50px 0;
	background: url(../images/design/proverb-bg-big.png) no-repeat bottom center !important;
	background-size: 69px 48px !important;
}
.modal-grown-holder{
	background: url(../images/design/glass-big.png) no-repeat right bottom !important;
	padding-bottom: 10px;
	background-size: 75px 36px !important;
}
.lost-decor {
	width: 123px;
	height: 200px;
	background: url(../images/design/lost-decoration-big.png) no-repeat top;
	position: absolute;
	background-size: 123px 200px;
	top: -20px;
	left: -20px;	
}
.lost-modal {
	background: url(../images/design/snowman-big.png) no-repeat bottom center !important;
	background-size: 100px 195px !important;
}
}
/*Audio player*/
.player-holder {
	padding: 15px 0 5px 0;
}
.aplayer {
	width: 70% !important;
	margin: 0 0 0 15%;
}
@media (max-width: 990px) {
	.player-holder {
	margin: 0 25% 0 0 !important;
}
}
.container.top-padding {
    min-height: 530px;
}

/*----------privacy doc--------*/
.privacyContainer {
	background-color: #fff;
	padding: 0 40px;	
	background: #fff;
	font-size: 1.4em;
	line-height: 1.4em;	
/*	min-height: 710px;*/
	/*color: #ccc;*/
}

.pravacyHeader {
	text-align: left;
	font-size: 3em;
	line-height: 1em;
	margin-bottom: 40px;
	color: #000;
}

.privacyWrapper ul li {
	list-style: disc;
	margin: 10px 0 10px 30px
}

.privacy {
	display: block;
	margin-bottom: 5px;
}

.textSection {
	margin-bottom: 30px;
}

.spcialText {
	margin-bottom: 30px;
}
.copyright{
	margin-bottom: 50px;
}

