﻿/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	direction: ltr;
	clear: both;
	position: relative;
	margin: 0 auto;
	padding: 0;
	/*zoom: 1;*/
}

.bx-viewport p {
    padding: 6px 8px 3px;
    display: block;
    margin-bottom: 5px;
    /* height: 80px; */
    text-align: center;
    color: #FFF;
    /* clear: both; */
    font-family: parsdata-sans;
    background: url(../../images/service-bg.png);
}
.blockj .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;*/
	min-height:550px;
	/*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);
}
.blockj .bx-viewport p {
padding: 6px 3px 3px;
    display: block;
    margin-bottom: 5px;
    height: auto;
    text-align: right;
    font-family: parsdata-sans;
	background:none;
	color:#444;
}
.bx-wrapper ul{
	/*width: 100% !important;*/
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	margin: auto;
	width: 100%;
}

.cDivPicture  img.cImgPopup{
	margin: auto;
	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);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	/*position: absolute;
	bottom: -30px;*/
	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 {
    color: #666666;
    font-size: 12px;
    padding-top: 7px;
    text-align: center;
}

.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 {
	overflow: hidden;
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) 

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../../Images/controls.png) no-repeat 0 -41px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../../Images/controls.png) no-repeat -43px -44px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 2px;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
*/
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 46px;
	height: 42px;
	text-indent: -9999px;
	z-index: 9999;
	font-size:0;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto .bx-controls-auto-item a{
    display: block;
    padding-left: 13px;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-wrapper .bx-controls-auto .bx-start {
	outline: 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	outline: 0;
}

.bx-wrapper .bx-controls-auto a.active {
	display: none;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	padding: 10px;
	text-align: center;
}