.slide-container {
	margin:0;
	padding:0;
	font-size: 14px;
	position: relative;
	width: 100%; z-index:10;
}

.slide-container table {
	border-collapse:collapse;
	border-spacing:0;
}
.slide-container fieldset,img { 
	border:0;
}
.slide-container input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
.slide-container address, .slide-container caption,.slide-container cite, .slide-container code, .slide-container dfn, .slide-container th, .slide-container var {
	font-style:normal;
	font-weight:normal;
}
.slide-container ol, .slide-container ul {
	list-style:none;
}
.slide-container caption, .slide-container th {
	text-align:left;
}
.slide-container h1,.slide-container h2,.slide-container h3,.slide-container h4,.slide-container h5,.slide-container h6 {
	font-size:100%;
	font-weight:normal;
}
.slide-container q:before, .slide-container q:after {
	content:'';
}
.slide-container abbr, .slide-container acronym {
	border:0;
}
.slide-container a {
	color: #555;
	text-decoration: none;
}
.slide-container a:hover {
	color: #000;
}
.slide-container p {
	clear: both;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}
.slide-container h1 {
	font-size: 34px;
	position:relative;
	color: #000;
	font-weight: 400;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
  padding: 20px;
	z-index:1000;
	text-transform: uppercase;
	text-align: center;
}
.slide-container h1 span {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	text-transform: none;
	font-size: 20px;
}
.dxp-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 400px;
	margin: 0 auto;
}
.dxp-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.dxp-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.dxp-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.dxp-slider-large li img{
	width: 100%;
}
.dxp-title{
	position: absolute;
	right: 50%;
	margin-right: 13%;
	top: 30%;
}
.dxp-title h2 {
	font-size: 30px;
	text-align: right;
	line-height: 50px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
}
.dxp-title h2 a, .dxp-title h2 a:visited {
	color: #9c9c9c;
}
.dxp-title h2 a:hover, .dxp-title h2 a:active, .dxp-title h2 a:focus {
	color: #9c9c9c;
	text-decoration: underline;
}
.dxp-title .h2color a, .dxp-title .h2color a:visited {
	color: #FFF;
}
.dxp-title .h2color a:hover, .dxp-title .h2color a:active, focus {
	color: #FFF;
	text-decoration: underline;
}
.dxp-title h3 {
	font-size: 50px;
	text-align: right;
	line-height: 70px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}
.dxp-title h3 a, .dxp-title h3 a:visited {
	color: #000;
}
.dxp-title h3 a:hover, .dxp-title h3 a:active, .dxp-title h3 a:focus {
	color: #000;
	text-decoration: underline;
}
.dxp-title .h3color a, .dxp-title .h3color a:visited {
	color: #CCC;
}
.dxp-title .h3color a:hover, .dxp-title .h3color a:active, .dxp-title .h3color a:focus {
	color: #CCC;
	text-decoration: underline;
}
@media screen and (max-width: 1024px) {
	.dxp-title .h2color a, .dxp-title .h2color a:visited {
	color: #9c9c9c;
	}

.dxp-title .h2color a:hover, dxp-title .h2color a:active, dxp-title .h2color a:focus {
	color: #9c9c9c;
	text-decoration: underline;
}
.dxp-title .h3color a, .dxp-title .h3color a:visited {
	color: #000;
}
.dxp-title .h3color a:hover, .dxp-title .h3color a:active, .dxp-title .h3color a:focus {
	color: #000;
	text-decoration: underline;
}

}
.dxp-slider-thumbs{
	height: 20px;
	margin: 0 auto;
	position: relative; 
	width:800px;
}
.dxp-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;  
}


.dxp-slider-thumbs li.dxp-slider-element{
	color: #FFF;
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #333333;
	background: rgba(0,0,0,0.5); 
}
.dxp-slider-thumbs li a {
	display: block;
	color: #FFF;
	text-align: center;
	background: #666 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	line-height:20px;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;font-size:11px;
}
.dxp-slider-thumbs li a:hover{
	background-color: #f0f0f0;font-size:11px;
	color: #666;
}
.dxp-slider-thumbs li img{ display:none;
	position: absolute; left:0px;
	cursor: pointer;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.dxp-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 20px; display:block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* Tablet, Mobile */
@media screen and (max-width: 1024px) {
	.dxp-slider-large li img{
		top: -50px;
		position: relative;
		width: 100%;
	}
	.dxp-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 0;
		background: #fff;
		padding: 5px 0;
	}
	.dxp-title h2, .dxp-title h3{
		text-align: center;
	}
	.dxp-title h2{
		margin-bottom: 0;
		font-size: 18px;
		line-height: 15px;
	}
	.dxp-title h3{
		margin-bottom: 20px;
		font-size: 25px;
		line-height: 40px;
	}
}