@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: sans-serif; 
font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans serif;
}

@media (min-width: 1200px) {
.container {
	width: 1186px !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;
}
}
.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;
}
.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;
	width: 248px;
	background: transparent url(../images/design/BSHLogo.png) no-repeat 0 0;
	height: 62px;
	z-index: 10000;
}
@media (max-width: 768px) {
.BSH_logo {
	background: transparent url(../images/design/BSHLogo2.png) no-repeat 0 0;
	background-size: 233px 55px;
}
}
.BSH_logo a {
	display: block;
	height: 69px;
}
.company_name {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
}
.background-holder {
	background: url(../images/design/body-background.png) no-repeat top center;
}
@media (max-width: 768px) {
.background-holder {
	background: url(../images/design/body-background-big2.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;
}
.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;
}
}
.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 {
	height: 50px;
	/*background: #f7931d;*/
	border-top: 2px solid #fff;
	color: #666666;
	font-size: 0.857em;
	text-align: center;
}
.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;
}
}