

/* Buttom Style */
.freshdesignweb-buttom{
	font-family: 'Open Sans Condensed','Arial Narrow', Arial, sans-serif;
	color:#009;
	line-height: 24px;
	font-size: 11px;
    background: rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	position: relative;
	box-shadow: 3px 0px 5px rgba(0,0,0,0.2);
}
.freshdesignweb-buttom a{
	padding: 0px 10px;
	letter-spacing: 1px;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
}
.freshdesignweb-buttom a:hover{
	background:#FFF;
}
.freshdesignweb-buttom span.right{
	float: right;
	font-weight:bold;
}
.freshdesignweb-buttom span.right a{
	display: block;
}
.freshdesignweb{ 
    margin:0 auto;
	width:50%;
	border: 1px solid #83665C; padding: 20px 50px 50px 50px;
}


.grid_3.carousel-article .caroufredsel_wrapper{
    width: 100% !important;
}

.carousel-article{
    width: 100%;
}

.grid_3.carousel-article .carousel-li > li{
    width: 300px;
    margin-right: 0;
}

.grid_3.carousel-article .carousel-li > li  p{
    height:auto;
	color:#96665B;
	line-height: 1.8;
	font-weight: bolder;
}

.carousel-pagination {
    text-align: center;
    float: left;
    margin-top: 10px;
}

.carousel-pagination a {
    background: url('./images/btn.png') no-repeat;
	background-size: 100% auto;
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
    display: inline-block;
}

.carousel-pagination a.selected {
    background: url('./images/btn-active.png') no-repeat;
	background-size: 100% auto;
    cursor: default;
}

.carousel-pagination a span {
    display: none;
}












/***************************

slideshow 1,2,3

*****************************/
/* (A) FORCE ALL SLIDES INTO SINGLE ROW */
.hmove { display: flex; }
.hslide { width: 100%; flex-shrink: 0; color: #E6D9D1; line-height: 1.8; }
.hwrap { overflow: hidden; }

/* (B) SHIFT SLIDES WITH CSS ANIMATION */
/* (B1) SLIDES POSITION */
.hmove { position: relative; top: 0; right: 0; }
@keyframes slideh {
  0% { right: 0; } 32.33% { right: 0; }
  33.33% { right: 100%; } 65.66% { right: 100%; }
  66.66% { right: 200%; } 99% { right: 200%; }
  100% { right: 0; }
}

/* (B2) MOVE SLIDES */
.hmove { animation: slideh 22s infinite; }
.hmove:hover { animation-play-state: paused; }

























@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	
	.freshdesignweb{ 
    margin:0 auto;
	width:80%;
	border: 1px solid #83665C; padding: 10px 25px 25px 25px;
	}
	
	.grid_3.carousel-article .carousel-li > li  p{
		width:100%;
		height:auto;
		color:#96665B;
		line-height: 1.8;
		font-weight: bolder;
	}

}