/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	direction: ltr;
}

.bx-wrapper img { 
	/*max-width: 100%;*/
	display: block;
}  
  
/** THEME   
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bxsliderproductplace .bx-wrapper .bx-viewport {padding: 5px; border: 1px solid #ccc; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}

.bx-has-controls-direction,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	color: #666;

	width:100%;
	margin:0px auto;
}

.hp .bx-wrapper .bx-pager, .slideplace .bx-wrapper .bx-pager {
	text-align: left;
}

.hp .bx-wrapper .bx-pager {
	width:980px;position: relative;
  top: -35px;z-index:1111;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #999;
	text-indent: 9999px;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	outline: 0;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0px;
	background: url(../images/sprite.png) 7px -38px no-repeat;
	z-index:1;
}

.bx-wrapper .bx-next {
	left: 31px;
	background: url(../images/sprite.png) -19px -38px no-repeat;
	z-index:1;
}

.bx-wrapper .bx-prev:hover {
	z-index:2;
	background: url(../images/sprite.png) -91px -38px no-repeat;
}

.bx-wrapper .bx-next:hover {
	z-index:2;
	background: url(../images/sprite.png) -123px -38px no-repeat;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	border:1px solid #cccccc;
	outline: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	/*z-index: 9999;*/
}
.bx-wrapper .bx-controls-direction a:hover {border:1px solid #000;}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 98%;
	padding:1%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/*-----------------------------------*/
.bxsliderhome {margin:10px 0px;}
.bxsliderhome .bxslider div {height:430px;overflow:hidden;}
.bxsliderhome .bxslider .bx-caption {height:auto;}
.bxsliderhome .bx-caption {color:#fff;}
.bxsliderhome .bx-caption h2 {color:#fff;margin:0px;}

.otherproductsplace {margin:20px 0px 70px 0px;clear: both;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:5px 0px;}
.otherproductsplace .bx-has-controls-direction, .otherproductsplace .bx-wrapper .bx-controls-auto {bottom:auto;top:-55px;}
.otherproductsplace h2 {color:#000;}
.otherproductsplace .slide {/*border: 1px solid #eee;*/ padding: 0 10px;}

.otherproducts img {filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");filter: gray;-webkit-filter: grayscale(100%);-webkit-transition: all .5s ease-in-out;}
.otherproducts img:hover  {filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");filter: grayscale(0%); -webkit-filter: grayscale(0%);}

.leftcolumn .otherproductsplace {margin:0px 0px 40px 0px;clear: both;border:none;padding:0px 0px;}
.leftcolumn .otherproductsplace h2 {color:#fff;background:#000;padding:10px;margin:0px 0px 5px 0px;}
.leftcolumn .otherproductsplace .bx-viewport {border:1px solid #ccc;padding: 20px 0px 47px 0px;}
.leftcolumn .otherproductsplace .bx-has-controls-direction, .leftcolumn .otherproductsplace .bx-wrapper .bx-controls-auto {bottom:auto;top: 137px;left: 80px;}
.leftcolumn .otherproductsplace .slide {width:205px !important;text-align:center;}
.leftcolumn .slide .imgplace {width: 195px;}

.innerslider  {padding:20px 20px 0px 20px;clear: both;background:#000;}
.innerslider h2 {color:#000;background:#fff;padding:7px 20px;margin:0px 0px 0px 0px;font-weight:300 !important;font-size:25px;display:inline-block;}
.clientsliderinnerplace .bx-viewport {margin:30px 0px 0px 0px;border-bottom:1px solid #ccc;padding: 0px 0px 40px 0px;}
.clientsliderinnerplace .bx-has-controls-direction, .leftcolumn .otherproductsplace .bx-wrapper .bx-controls-auto {bottom:auto;top: -60px;left: 10px;}
.clientsliderinnerplace .slide {text-align:center;}
.clientsliderinnerplace .slide .imgplace {border:1px solid #ccc;height:130px;}
.clientsliderinnerplace .slide:hover  {color:#000;}
.clientsliderinnerplace h2 {text-align:center;color:#333;font-size:16px;}
.clientsliderinnerplace .bx-wrapper .bx-prev {
	background: url(../images/sprite2.png) 0px 0px no-repeat;
}

.clientsliderinnerplace .bx-wrapper .bx-next {
	left: 31px;
	background: url(../images/sprite2.png) -31px 0px no-repeat;
	z-index:1;
}

.clientsliderinnerplace .bx-wrapper .bx-prev:hover {
	background: url(../images/sprite2.png) 0px -31px no-repeat;
}

.clientsliderinnerplace .bx-wrapper .bx-next:hover {
	background: url(../images/sprite2.png) -31px -31px no-repeat;
}

.clientsliderinnerplace .bx-wrapper .bx-controls-direction a {
	border:none;
}
.clientsliderinnerplace .bx-wrapper .bx-controls-direction a:hover {border:none;}

.clientsliderinnerplace img {filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");filter: gray;-webkit-filter: grayscale(100%);-webkit-transition: all .5s ease-in-out;}
.clientsliderinnerplace img:hover  {filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");filter: grayscale(0%); -webkit-filter: grayscale(0%);}




.bxsliderproductplace {position:relative;height:530px;margin:0px 0px 100px 0px;}
.bxsliderproductplace.project img {max-height: none;}
.bxsliderproductplace .bx-has-controls-direction, .bx-wrapper .bx-controls-auto {bottom: -10px;}
.bxsliderproductplace img {max-width:100%;/*max-height:420px;*/margin:0px auto;}
.bxsliderproductplace .bx-wrapper {margin: 0;}
.bxsliderproductplace .bx-wrapper .bxsliderproduct div {text-align:center;height:420px;overflow:hidden;}
.bxsliderproductplace .bx-wrapper .bxsliderproduct .curtain {height:auto;}

.bxcarousel {text-align: center;position:absolute;bottom:0px;left:0px;direction:ltr;padding:0px;z-index:111;}
.bxsliderproductplace .bxcarousel {bottom: -20px;}

#bx-pager {margin:0px;padding:0px;height:auto;}
#bx-pager a {/*position:relative;display:inline-block;width:150px;height:100px;margin:0px;padding:0px;color:#000;cursor:pointer;*/text-align:center;}
#bx-pager a.active div {display:block;font-size:12px;}
#bx-pager a img {width:135px;height:100px;}


.hpgallerysplace {margin:0px 0px 0px 0px;float:left;background:#ececec;padding: 5px 10px 10px 10px;}
.hpgallerysplace .bx-wrapper .bx-controls-direction .bx-prev {background-image: url(../images/leftwhitearrow.png) ;}
.hpgallerysplace .bx-wrapper .bx-controls-direction .bx-next {background-image: url(../images/rightwhitearrow.png) ;}
.hpgallerysplace .bx-wrapper .bx-controls-direction a {	margin-top: -20px;width: 35px;height: 35px;}
.hpgallery .imgplace {width:250px;height:200px;vertical-align:middle;text-align:center;display:table-cell;}
.hpgallery .imgplace img {max-width:250px;max-height:200px;margin:auto;}

.slideplace {padding: 7px;width:45%;overflow:hidden;margin:0px 20px 0px 0px;float:left;position:relative;text-align:center;}
.slideplace .bx-viewport {/*padding-bottom:30px;*/}
.slider div {text-align:center;width:100%;}
.slideplace .slider div {text-align:left;}
.slider div img {max-height:300px;max-width:100%;display:inline-block;}
.slide h2, .slide h2 a, .slide h3 {margin:10px 0px 5px 0px;}
.slide .more {color:#666;margin-top:5px;}
.slide .more:hover {color:#000;}
.slide .imgplace {height:100px;width:150px;}
.slide img {width:100px;display:inline-block;}


.newstickersliderplace {padding:0px 0px 50px 0px;clear: both;line-height:19px;}
.slide .date {color:#73a5c8;font-size:25px;margin-bottom:15px;display:block;font-weight:300;}
.slide .date:hover {color: #fff;}
.slide .newscontent, .newscontent a {color:#fff;}
.newscontent a:hover {color:#c3e1f0;}
.newstickersliderplace .slide:hover .newscontent {color:#fff;}


.newstickersliderplace .bx-has-controls-direction, .bx-wrapper .bx-controls-auto {bottom: -20px;}
.newstickersliderplace .bx-wrapper .bx-prev {
	background: url(../images/sprite2.png) 0px 0px no-repeat;
}

.newstickersliderplace .bx-wrapper .bx-next {
	left: 31px;
	background: url(../images/sprite2.png) -31px 0px no-repeat;
	z-index:1;
}

.newstickersliderplace .bx-wrapper .bx-prev:hover {
	background: url(../images/sprite2.png) 0px -31px no-repeat;
}

.newstickersliderplace .bx-wrapper .bx-next:hover {
	background: url(../images/sprite2.png) -31px -31px no-repeat;
}

.newstickersliderplace .bx-wrapper .bx-controls-direction a {
	border:none;
}
.newstickersliderplace .bx-wrapper .bx-controls-direction a:hover {border:none;}