/* DCE 2x2 */

.dce2x2 {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	width:700px;
	margin:0 auto;
	line-height: 1;
}

	.dce2x2_item {
		width:350px;
		height: 350px;
	}

@media screen and (max-width: 1280px) {
	.dce2x2 {
		width:500px;
	}
	
	.dce2x2_item {
		width:250px;
		height: 250px;
	}
}

@media screen and (max-width: 767px) {
	
	.dce2x2 {
		width:100%;
	}
	
	.dce2x2_item {
		width:50%;
		height: auto;
		margin-bottom:10px;
	}
	
		.dce2x2_item img {
			width:calc(80% - 5px);
			height: auto;
		}
	
}

/* Clubdce */

.dce_club_wrap {

 background: rgb(2,0,36);
background: -moz-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(61,58,63,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(61,58,63,1) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(61,58,63,1) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#000000",GradientType=1);
color:#fff;
}

.dce_club {
	background:url(../img/dce_club_bg.jpg) top center no-repeat;
	background-size:100% auto;
}

.dce_club_inner {
	width:30vw;
	margin:0 auto;	
	padding:20vh 0;	
}

.dce_club_preh1 {
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	line-height: 45px;
	font-style: italic;
	background:url("https://www.hilighthotel.com/fileadmin/layout/img/club_preh1_bg.png") no-repeat;
	height:240px;
	padding-left: 277px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom:30px;
	/*13042021*/
	background-size:180px auto;
	padding-left: 200px;
	height: 200px;
}

.dce_club h1 {
    font-size: 26px;
    color: #e3c958;
    font-weight: normal;
	background:none;
	margin-bottom:30px;
	margin-left:80px;
	display: block;
	
	/*13042021*/
	margin-left: 0;
	padding-top:1em;
}

.dce_club h4 {
	font-weight: normal;
	font-size: 20px;
	margin-bottom:1em;
}

.dce_club_text {
	margin-left:80px;
}

	main .dce_club_text li:last-child {
		background:none;	
	}
	
@media screen and (max-width: 1680px) {
	.dce_club_inner {
    	width: 34vw;
	}
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1599px) {
.dce_club_inner {
    	width: 40vw;
		padding:23vh 0;	
	}
.dce_club {
	background-size:120% auto;
}

}

@media screen and (max-width: 1439px) {
.dce_club_inner {
	width: 50vw;
	padding:30vh 0;	
}

.dce_club {
	background-size:150% auto;
}
}

@media screen and (max-width: 1279px) {
	.dce_club_preh1 {
		background-size:180px auto;
		padding-left:200px;
		height:180px;
	}
	
	.dce_club {
	background-size:165% auto;
}

.dce_club_inner {
	width: 60vw;
	padding:25vh 0;	
}
}

@media screen and (max-width: 1023px) {

.dce_club {
	background:none;	
}
	
.dce_club_preh1_wrap {
	background:url(../img/dce_club_bg_mobile.jpg) top center no-repeat;
	background-size:100% auto;
	padding:8vh 0;
	margin-bottom:50px;
	min-height:50vh;
}

	.dce_club_preh1 {
		padding:0 20vw;
		padding-top:200px;
		display:block;
		text-align:center;
	}

.dce_club_inner {
	width:100%;
	padding:0;
}

.dce_club_preh1 {
	background-position:top center;	
}


.dce_club_text {
	margin-left:0;
	width:96%;
	margin:0 auto;
}

.dce_club h1 {
	margin-left:2%;
	width:96%;
}

.dce_club_text {
	padding-bottom:50px;
}

}

@media screen and (max-width: 767px) {
	
	.dce_club_preh1_wrap {
		padding: 4vh 0;
		min-height:inherit;
		margin-bottom:0;
	}
	.dce_club_preh1 {
		padding: 0 50px;
		padding-top: 62px;
		font-size: 24px;
		line-height: 32px;
		background-size: 54px auto;
	}
}



/* DCE 45 / 55 */

.dce_img5545,
.dce_img4555 {
	margin-bottom:12px;
	line-height:0;
}

    .dce_img333333 img,
	.dce_img401545 img,
    .dce_img5545 img,
	.dce_img4555 img {
		width:100%;
		height:auto;	
	}
	.dce_img401545 img {
		height: 100%;
		object-fit: cover;
	}

	 .dce_img333333,
	.dce_img401545,
    .dce_img5545,
	.dce_img4555 {
		height:320px;	
	}

	.img_45 {
		float:left;
		width:calc(45% - 6px);
	}
	
	.img_55 {
		float:right;
		width:calc(55% - 6px);	
	}

    .dce_img5545 .img_45 {
        float:right;
    } 

    .dce_img5545 .img_55 {
        float:left;
    } 
	
/* DCE 40 / 15 / 45 */
.dce_img401545 {
	margin-bottom:12px;
	line-height:0;
}

	.img2_40,
	.img2_15,
	.img2_45 {
		float:left;	
		height: 100%;
	}
	
	.img2_40 {
		width:calc(40% - 8px);	
		margin-right:8px;
	}
	
	.img2_15 {
		width:calc(20% - 8px);	
		margin:0 4px 0 4px;
	}
	
	.img2_45 {
		margin-left:8px;
		width:calc(40% - 8px);			
	}

/* DCE 33 / 33 / 33 */
.dce_img333333 {
	margin-bottom:12px;
	line-height:0;
}

    .img2_33_1,
	.img2_33_2,
	.img2_33_3 {
		float:left;	
        width:calc(33.33% - 8px);
	}

    .img2_33_2 {
        margin:0 12px 0 12px;
    }

/* DCE 100% Bild mit Scroll */
.dce_100img_wrap {
	margin-bottom:30px;
}

	.dce_100img_img {
		background-attachment: fixed;
		background-position: 50% 0;
		background-repeat: no-repeat;
		height: 700px;
		position: relative;
		overflow: hidden;
	}
	
	.dce_100img_cont {
		position:absolute;
		top:50px;
		left:50%;
		margin-left:-500px;
		width:1000px;
		height:600px;
	}
	
	/* the slides */
	.dce_100img_cont .slick-slide {
		margin: 0 15px;
	}
	/* the parent */
	.dce_100img_cont .slick-list {
		margin: 0 -15px;
	}
	
	
	.dce_100img_cont .slick-prev::before, 
	.dce_100img_cont .slick-next::before {
		display:none;
	}
	
	.dce_100img_cont .slick-prev,
	.dce_100img_cont .slick-next {
		width:60px;
		height:118px;
		margin-top:-59px;
	}
	
	.dce_100img_cont .slick-prev {
		left:-100px;
	}
	
	.dce_100img_cont .slick-next {
		right:-100px;
	}
	
	.dce_100img_cont .slick-prev,
	.dce_100img_cont .slick-prev:hover {
		background:url("https://www.hilighthotel.com/fileadmin/layout/img/dce_100_slick.png") left center no-repeat;	
	}
	
	.dce_100img_cont .slick-next,
	.dce_100img_cont .slick-next:hover {
		background:url("https://www.hilighthotel.com/fileadmin/layout/img/dce_100_slick.png") right center no-repeat;	
	}



/* DCE 4fach */

.dce_4fach {
	
}

	.dce_4fach.invert .dce_4f_col{
		float:right;
	}

	.dce_4f_col {
		float:left;
		width:calc(33.33% - 6px);
		position:relative;	
		min-height:600px;
	}
	
		.dce_4f_col:hover {
			cursor:pointer;	
		}
	
		.dce_4f_h {
			color:#d0bb5b;
			font-size:26px;
		}
		
		.dce_4f_sh {
			text-transform:uppercase;
  			letter-spacing:0.02em;
  			font-weight:500;
		}
		
			.dce_4f_col1 .dce_4f_sh,
			.dce_4f_col32 .dce_4f_sh {
				
			}
		
		.dce_4f_txt {
			
		}
		
		.dce_4f_link {
			position:absolute;
			width:calc(100% - 50px);
			text-align:center;
			bottom:30px;	
		}
		
			#main .dce_4f_link a,
			#main .dce_4f_link a:link,
			#main .dce_4f_link a:active,
			#main .dce_4f_link a:visited,
			#main .dce_4f_link a:hover {
				background:#3c3a3e;
				color:#fff;
				height:38px;
				line-height:38px;
				padding:0 16px;
				display:inline-block;
			}
	
			.dce_4f_col1 {
				
			}
			
				.img1 {
					height:230px;	
				}
				
					.dce_4f_zoom  {
						background-position: center;
  						background-size: 100%;
					}
				
					.dce_4f_col1:hover .dce_4f_zoom,
					.dce_4f_col2:hover .dce_4f_zoom,
					.dce_4f_col31:hover .dce_4f_zoom,
					.pw_teaser_item:hover .dce_4f_zoom  {
						background-size:110%;
					}
			
				.border_out {
					border:1px solid #cecece;
					border-top:none;
					padding: 25px;
					height:370px;
					
				}
			
			.dce_4f_col2,
            .dce_4f_col22 {
				margin: 0 9px;
			}
			
				.img2 {
					height:600px;	
				}
				
				.dce_4f_col1::before,
				.dce_4f_col2::before,
				.dce_4f_col31::before,
                .dce_4f_col22 .dce_4f_col31::before,
				.pw_teaser_item_6::before,
				.pw_teaser_item_7::before {
					position:absolute;
					top:0;
					left:0;
					width:100%;
					height:100%;
					content:"";
					background:rgba(0,0,0,0.3);
				}
				
				.pw_teaser_item_6 .dce_4f_frame,
				.pw_teaser_item_7 .dce_4f_frame,
				.dce_4f_col31 .dce_4f_frame,
				.dce_4f_col2 .dce_4f_frame,
				.dce_4f_col1 .dce_4f_frame {
					position:absolute;
					top:0;
					left:0;
					height:calc(100% - 40px);
					width:calc(100% - 40px);	
					margin:20px;
					border:1px solid #fff;
				}
				
				.pw_teaser_item_6 .dce_4f_frame .dce_4f_linkwrap,
				.pw_teaser_item_7 .dce_4f_frame .dce_4f_linkwrap,
				.dce_4f_col31 .dce_4f_frame .dce_4f_linkwrap,                
				.dce_4f_col2 .dce_4f_frame .dce_4f_linkwrap,
				.dce_4f_col1 .dce_4f_frame .dce_4f_linkwrap {
					position:absolute;
					top:300px;
					left:-21px;	
					background:#3c3a3e;
					padding:10px 25px;
					color:#fff;
					display:inline;
				}

                .dce_4f_col22 .dce_4f_col31 .dce_4f_frame .dce_4f_linkwrap {
                    background:#3c3a3e;
                }
				
					.pw_teaser_item_6 .dce_4f_frame .dce_4f_linkwrap .dce_4f_h,
					.pw_teaser_item_6 .dce_4f_frame .dce_4f_linkwrap .dce_4f_sh,
					.pw_teaser_item_7 .dce_4f_frame .dce_4f_linkwrap .dce_4f_h,
					.pw_teaser_item_7 .dce_4f_frame .dce_4f_linkwrap .dce_4f_sh,
					.dce_4f_col .dce_4f_frame .dce_4f_linkwrap .dce_4f_h,
					.dce_4f_col .dce_4f_frame .dce_4f_linkwrap .dce_4f_sh {
						color:#fff;	
					}
					
					
			
			
			.dce_4f_col3 {
				
			}

				.dce_4f_col31::before,		
				.pw_teaser_item_6::before {
					background:rgba(208,187,91,0.5);
				}
			
				.dce_4f_col31 {
					margin-bottom:10px;
					position:relative;
				}
				
					.img3 {
						height: 295px;	
					}
					
					.dce_4f_col31 .dce_4f_frame {
						height:260px;
					}
					
					.pw_teaser_item_6 .dce_4f_frame .dce_4f_linkwrap,
					.dce_4f_col31 .dce_4f_frame .dce_4f_linkwrap {
						background:#d0bb5b;
						top:100px;
					}
					
					.pw_teaser_item_6 .dce_4f_frame .dce_4f_linkwrap {
						top:300px;	
					}
				
				.dce_4f_col32 {
					/*border:1px solid #cecece;					
					padding:25px;
					height: 291px;	*/
					margin-bottom:0;
					
				}


@media screen and (max-width: 767px) {
	.dce_4f_h {
		font-size:22px;
	}
	.img2 {
		height: 295px;
	}
	
	 .dce_4f_col2 .dce_4f_frame .dce_4f_linkwrap,
	 .dce_4f_col1 .dce_4f_frame .dce_4f_linkwrap{
		top: 100px;
	 }
}

/* DCE H1 */

.dce_h1 {
	margin:20px 0 40px 0;	
}

	.dce_h1_left {
    	font-family: 'Playfair Display', serif;
		float:left;
		width:calc(25% + 68px);
		min-height:200px;
		background:url("https://www.hilighthotel.com/fileadmin/layout/img/h1_left_bg.png") left center no-repeat;
		background-size: auto 200px;
		display:flex;
		align-items: center;
		font-size:40px;
		line-height:45px;
		margin-left:-68px;
		padding-left:68px;
		font-style: italic;
	}
	
		.dce_h1_left div p {
			margin-bottom:0;	
		}
	
	.dce_h1_right {
		float:left;
		width:75%;
		padding-top:62px;
	}
	
	
	.dce_h1_right li {
		width:50%;
		float:left;	
	}

/* DCE Stärkenbox */

.dce_sb {
	background:#3c3a3e url(../img/dce_sb_bg.png);
	padding:50px 0;
}

	.dce_sb h3 {
		color:#fff;	
	}
	
	.dce_sb_list {
		text-align:center;	
	}
	
	.dce_sb_list ul {
		list-style:none;
		margin-bottom:0;	
	}
	
	.dce_sb_list li {
		display:inline-block;
		width:450px;
		margin-right:100px;	
		text-transform:uppercase;
		text-align:center;
		background:url("https://www.hilighthotel.com/fileadmin/layout/img/balken_gelb.png") center center no-repeat;
		background-size:395px auto;
		height:60px;
		line-height:60px;
		padding-left:0;
		font-weight:500;
	}

	.dce_sb_list li:hover {
		background-size:100% auto;
	}
	
	.dce_sb_list li:nth-child(even) {
		margin-right:0;	
	}

	#main .dce_sb_list li a {
		display: block;
	}


/* Bildergalerie quadratisch */
.gallerysquare {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
}
	.gallerysquare div {
		width:24%;
		margin-bottom:10px;
	}
	.gallerysquare div img {
		width:100%;
		height:auto;
	}
	

/* Text mit Bild */

.dce_tb_wrap {
	
}

.dce_tb_img,
.dce_tb_text {
	float:left;	
}

.dce_tb_img {
	width:100px;	
}

.dce_tb_text {
	padding-left:20px;	
	width:calc(100% - 100px);
}


.dce_tb_wrapv2 .dce_tb_img {
	border-radius: 50%;
	line-height: 0;
}


/* Zimmer CTA */

.dce_cta {
	margin:50px 0;	
	text-align:center;
}

#main .dce_cta a,
#main .dce_cta a:link,
#main .dce_cta a:active,
#main .dce_cta a:visited,
#main .dce_cta a:hover {
	background: #dfca6a;
	color:#fff;
	height:88px;
	line-height:88px;
	width:33%;
	display:inline-block;	
	text-transform:uppercase;
	border:1px solid #dfca6a;
}

#main .dce_cta a:hover {
}	


#main .dce_cta a:nth-child(2) {
	margin:0 0.5%;
}

#main .dce_cta.nobooking a {
	width:49%;
}

#main .dce_cta.nobooking a:nth-child(2) {
	margin: 0 0 0 2%;	
}

#main .dce_cta a.dce_cta_btn2:hover,
#main .dce_cta a.dce_cta_btn1 {
	background:#ffed00;
	border:1px solid #ffed00;
	color:#000;
}

#main .dce_cta a.dce_cta_btn3 {
	background:none;
	color:#000;
	border:1px solid #d3d3d3;
}


#main .dce_cta a.dce_cta_btn1:hover,
#main .dce_cta a.dce_cta_btn3:hover {
	background: #dfca6a;
	border:1px solid #dfca6a;
	color:#fff;
}


/* Preistabelle 1. Spalte fix */

.dce_pricecolfix {
	float:left;
	width:calc(25% - 1px);
	font-weight:400;
}

.dce_pricecolfix .dce_pc_date {
	text-align:left;
	border-bottom:none;
	border-color:#dddddc;
}

/* Preistabelle Slider */

.dce_pricetable {
	float:right;
	width:75%;
	font-weight:400;
}

.dce_pricecol {
	text-align:center;
	margin:0 2px;
}

	.dce_pc_date {
		background:#dddddc;
		padding:10px;
		border:1px solid #dddddc;
		min-height:4em;
		line-height:4em;
		text-align:center;
	}
	
	.dce_pc_date span {
		display:block;
		text-transform:uppercase;	
	}
	
	.dce_pc_price {
		padding:20px 10px;
		border:1px solid #dddddc;
		border-bottom:none;
	}
	
	.dce_pc_price:last-child {
		border-bottom:1px solid #dddddc;
	}	
	
	.slick-current .dce_pc_date {
		background:#a7173a;
		border-color:#a7173a;
		color:#fff;
	}
	
	.slick-current .dce_pc_price {
		background:#f1f1f1;
	}
	
	.dce_pricetable .slick-prev,
	.dce_pricetable .slick-next {
		height:24px;
		z-index:10;
	}
	.dce_pricetable .slick-prev::before {
		content:"\f137";	
	}
	
	.dce_pricetable .slick-next::before {
		content:"\f138";	
	}	
	
	.dce_pricetable .slick-prev::before,
	.dce_pricetable .slick-next::before {
		font-size:24px !important;
		color:#7a7b7f !important;
	}
	
	.dce_pricetable .slick-prev {
		left:1px !important;
		top:120px !important;
	}	
	 
	.dce_pricetable .slick-next {
		top:120px !important;	
		right:1px !important;
	}
	
/* DCE Zimmerdetails DCE */

.dce_roomdetail {
	margin-bottom:30px;
	position:relative;
}

	.dce_rd_left {
		float:left;
		width:49%;	
		border:1px solid #dadada;	
	}
	
		.dce_rd_left .slick-dots {
			width:100%;
			text-align:center;	
			bottom:0;
		}
		
		.dce_rd_left  .slick-dots li {
			display:inline-block;	
			margin:0 5px;
		}
	
	.dce_rd_right {
		position:absolute;
		height:100%;
		right:0;
		top:0;
		padding:30px;
		width:49%;
		display: flex;
	    align-items: center;
	}
	
		.head {
			display:block;
			font-weight:500;
			font-size:20px;	
			margin-bottom:1em;
		}	


.zoomin div{
	overflow: hidden;
	position: relative;
}

	.zoomin div img {
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.zoomin div:hover img {
		transform: scale(1.15);
	}

/* *****************************************************************************************
   RESPONSIVE SECTION
*******************************************************************************************/


@media screen and (max-width: 1600px) {
.dce_h1_left {
	font-size:36px;	
}
}

@media screen and (max-width: 1480px) {

.dce_sb_list li {
	margin-right:10%;	
}

	.dce_sb_list li:nth-child(even) {
		margin-right:0;	
	}
	
	.dce_h1_left {
		font-size:32px;	
	}

}

@media screen and (max-width: 1440px) {
.dce_img401545 img, .dce_img4555 img {
	
}
	
		 .dce_img333333,
	.dce_img401545,
    .dce_img5545,
	.dce_img4555 {
		height:240px;	
	}

	
}

@media screen and (max-width: 1366px) {
	
	.dce_img333333,
	.dce_img401545,
    .dce_img5545,
	.dce_img4555 {
		height:230px;	
	}
}

@media screen and (max-width: 1280px) {
	.dce_h1_left {
		font-size:30px;	
	}
	
	.dce_img333333,
	.dce_img401545,
    .dce_img5545,
	.dce_img4555 {
		height:220px;	
	}
}

@media screen and (max-width: 1200px) {
.dce_sb_list li {
	margin-right:3%;	
}
}

@media screen and (max-width: 1100px) {
	.dce_h1_left {
		font-size:26px;	
	}
}

/* portrait */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: portrait) {

.dce_rd_left,
.dce_rd_right {
	float:none;
	width:100%;
	margin-bottom:10px;	
	position:relative;
	height:auto;
	display:block;
	padding:0;
}

/* stellar not working */
.dce_100img_img {
	background-position:center center !important;	
	background-attachment:inherit;
}
	
	

}


/* landscape */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: landscape) {
	
	/* stellar not working */
	.dce_100img_img {
		background-position:center center !important;	
		background-attachment:inherit;
	}
	
}


@media screen and (max-width: 1024px) {
	
	.dce_pc_date {
		padding:7px;	
	}
	
	.dce_pricetable {
		border-right: 1px solid #fff;
	}
	
	.dce_100img_cont {
		width:800px;
		margin-left:-400px;
	}
	
	.dce_100img_cont .pw_teaser_head {
		min-height:5em;
	}
	
}

@media screen and (max-width: 768px) {	
	
	
	.dce_img333333,
	.dce_img401545,
    .dce_img5545,
	.dce_img4555 {
		height:200px;	
	}
	
	.dce_tb_wrapv2 .dce_tb_img {
		border-radius: 0;
	}
	
		.dce_tb_wrapv2 .dce_tb_img img {
		border-radius: 50%;
	}
	
	.dce_h1 {
		margin:30px 0;	
	}
	
	.dce_sb_list {
		text-align:center;	
	}
	
	.dce_sb_list li {
		float:none;
		display:inline-block;	
	}
	
	.dce_h1_left {
		font-size:24px;	
		line-height:24px;
		background-position: 54px center;
		background-size: 150px auto;
		width: calc(30% + 68px);
	}
	
	.dce_h1_right {
		width:70%;	
	}
		
	#main .dce_cta.nobooking a,
	#main .dce_cta.nobooking a:nth-child(2) {
		width:100%;
		margin:0 0 10px 0;	
	}
	
	.dce_rd_left,
	.dce_rd_right {
		float:none;
		width:100%;
		margin-bottom:10px;	
		position:relative;
		height:auto;
		display:block;
		padding:0;
	}	
	
	.gallerysquare div {
			width:49%;	
	}
	
	.dce_pricecolfix,
	.dce_pricetable {
		width:50%;	
	}	
	
	.dce_100img_cont {
		width:300px;
		position:relative;
		left:0;
		margin-left:0;	
		margin: 0 auto;
	}
	
	.dce_h1_right li {
		width:100%;
		float:none;	
	}
	
	.dce_img4555 img {
		height: auto;
	}
}

@media screen and (max-width: 430px) {	

.dce_club h1 {
	font-size:12px;
}
	
.dce_sb_list li {
	margin-right:0;
	width:100%;
	background-size:100% auto;
}

.dce_h1_left,
.dce_h1_right,
#main .dce_cta a, #main .dce_cta a:link, #main .dce_cta a:active, #main .dce_cta a:visited, #main .dce_cta a:hover {
	width:100%;
	float:none;	
	
}

#main .dce_cta a.dce_cta_btn2:hover, #main .dce_cta a.dce_cta_btn1 {
	margin:0;	
}

.dce_h1_left {
	display:none;	
}

.dce_h1_right {
	padding-top:0px;	
}

.dce_4f_col,
.dce_4f_col2 {
	float:none;
	width:100%;
	min-height:inherit;	
	margin:0 0 10px 0;
}

.img_45,
.img_55,
.img2_40,
.img2_15,
.img2_45,
.img2_33_1,
.img2_33_2,
.img2_33_3 {
	float:none;
	width:100%;	
	margin:0 0 10px 0;
}

.img2_33_1 img,
.img2_33_2 img,
.img2_33_3 img,
.img_45 img,
.img_55 img,
.img2_40 img,
.img2_15 img,
.img2_45 img,
    {
	height:auto;	
}

.dce_img333333,
.dce_img4555,
.dce_img5545{
	margin-bottom:0;
}

.dce_100img_cont {
	height:auto;	
	top:0;
	
}

.dce_100img_img {
	height:auto;
	background-position:top center;
	padding-top: 50px;
	padding-bottom:30px;
	
	background-position:center center !important;	
	background-attachment:inherit;
}

.dce_tb_img,
.dce_tb_text {
	width:100% !important;
	float:none;	
	padding:0 !important;
}

.dce_tb_img {
	padding-bottom:20px !important;	
	text-align:center;
}

}