.flip-carousel_one{
	margin:0;
	display:block;
	overflow:hidden;
	position:relative;
	padding: 0px;
	height:350px;
	width:264px;
	text-align:left;
}

.flip-carousel_one > ul{
	margin:0;
	padding:0;
	float:left;
}

.flip-carousel_one > ul > li{
	width: 200px;
	margin: 0px;
	padding:0px;
	display: inline-block;
	list-style-type:none;
	position: absolute;
	-webkit-perspective: 1500;
	-moz-perspective: 1500;
	-ms-perspective: 1500;
	perspective: 1500;
	height: 330px;
}
.flip-carousel_one .cards {
	position:relative;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	/*-ms-transform: rotateY(90deg);
	transform: rotateY(90deg);*/
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0.5s;
	-moz-transform-style: preserve-3d;
	-moz-transition: 0.5s;
	-ms-transform-style: preserve-3d;
	-ms-transition: 0.5s;
	transform-style: preserve-3d;
	transition: 0.5s;
	height:auto;
	margin: 0px;
	padding: 0px;

}
.flip-carousel_one .faces {
	position: absolute;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	
}
.flip-carousel_one .front{ z-index:1; }
.flip-carousel_one .back{ z-index: 0; }

.flip-carousel_one .back{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	/*-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);*/
}

.ie .flip-carousel_one .faces .empty{
	width:100%;
	height:100%;
	background-color:#000;
	background-color:rgba(0,0,0,.8);
}
.flip-carousel_one .cntrlr {
	display: block;
	margin:0 auto;
	overflow:hidden;

	}
.flip-carousel_one .cntrlr img {
	padding: 0 0px 0 0;
}
.flip-carousel_one .cntrlr.dots {
	margin-top: 5px;
}
.flip-carousel_one .cntrlr li.dot {
	width: 0px;
	height: 0px;
	display: inline-block;
	margin: 0 5px 0 0;
	list-style-type: none;
	
}

.flip-carousel_one .cntrlr li.dot.selected{
	
}

.flip-carousel_one .cntrlr .arrow{
	opacity: .8;
	cursor: pointer;
	top:89%;
	position: absolute;
	width: 13px;
	height: 21px;
	z-index:5000;
	
	}
.flip-carousel_one .cntrlr .arrow:after{
	content: "";
	opacity: .8;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 12px;
	top: 17px;
	
}
.flip-carousel_one .cntrlr .arrow.right:after{
	border-bottom: none;
	border-left: none;

	left: auto;
	right: 12px;
}

.flip-carousel_one .cntrlr .arrow.left{
	left:auto;
	right:48px;
	background-image:url(../images/lft_arw.png);
	background-repeat:no-repeat;
	
}
.flip-carousel_one .cntrlr .arrow.right{
	right:24px;
	left:auto;
	background-image:url(../images/rght_arw.png);
	background-repeat:no-repeat;

}

.flip-carousel_one .hide {
	display:none;
}

@keyframes spinning{
	from   { transform: rotate(0deg) }
	to { transform: rotate(360deg) }
}

@-webkit-keyframes spinning{
	from   { -webkit-transform: rotate(0deg) }
	to { -webkit-transform: rotate(360deg) }
}




/* General and article-specific styles */

section {
	height: 350px;
	text-align:center;
	padding: 0px;
	color:#FFF;
	width:264px;
	position:absolute;
}
section img{
	width:264px;
	height: 350px;
	padding:0;
}
section img.err{ /* applied when image does not load */
	 width:100%;
	background-color:rgba(0,0,0,0.2);
 }

section span{
	display: block;
	letter-spacing: 0px;
	padding: 0px;
	margin-top: 0px;
}

section span + div{
	font-size: 100px;
	margin-top:0px;
	background: rgba(0, 0, 0, 0.3);
	display: inline-block;
	width: 113px;
	height: 113px;
}


@media (min-width: 800px) and (max-width:1024px)
{
/*________________________________________________ 001  ___________________________________________*/
.flip-carousel_one{
	margin:0;
	display:block;
	overflow:hidden;
	position:relative;
	padding: 0px;
	height:309px;		/* _________ editted _________  */ 
	width:247px;		/* _________ editted _________  */ 
	text-align:left;
}



.flip-carousel_one .cntrlr .arrow{
	opacity: .8;
	cursor: pointer;
	top:89%;
	position: absolute;
	width: 13px;
	height: 21px;
	}
.flip-carousel_one .cntrlr .arrow.right:after{
	border-bottom: none;
	border-left: none;
	left: auto;
	right: 12px;
}

.flip-carousel_one .cntrlr .arrow.left{
	left:auto;
	right:48px;
	background-image:url(../images/lft_arw.png);
	background-repeat:no-repeat;
}
.flip-carousel_one .cntrlr .arrow.right{
	right:24px;
	left:auto;
	background-image:url(../images/rght_arw.png);
	background-repeat:no-repeat;

}


section {
	height: 309px;  	/* _________ editted _________  */ 
	width:247px;		/* _________ editted _________  */ 
	text-align:center;
	padding: 0px;
	color:#FFF;
}
section img{
	height: 309px;  	/* _________ editted _________  */ 
	width:247px;		/* _________ editted _________  */ 
	padding:0;
}


.flip-carousel_one{
	margin:0;
	display:block;
	overflow:hidden;
	position:relative;
	padding: 0px;
	height:327px;		/* _________ editted _________  */ 
	width:247px;		/* _________ editted _________  */ 
	text-align:left;
}


.flip-carousel_one .cntrlr .arrow{
	opacity: .8;
	cursor: pointer;
	top:89%;
	position: absolute;
	width: 13px;
	height: 21px;
	}
.flip-carousel_one .cntrlr .arrow:after{
	content: "";
	opacity: .8;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 12px;
	top: 17px;
	
}
.flip-carousel_one .cntrlr .arrow.right:after{
	border-bottom: none;
	border-left: none;

	left: auto;
	right: 12px;
}

.flip-carousel_one .cntrlr .arrow.left{
	left:auto;
	right:48px;
	background-image:url(../images/lft_arw.png);
	background-repeat:no-repeat;
}
.flip-carousel_one .cntrlr .arrow.right{
	right:24px;
	left:auto;
	background-image:url(../images/rght_arw.png);
	background-repeat:no-repeat;


}

section {
	height: 327px;		/* _________ editted _________  */ 
	text-align:center;
	padding: 0px;
	color:#FFF;
	width:247px;		/* _________ editted _________  */ 

}
section img{
	max-width: 247px;	/* _________ editted _________  */ 
	max-height: 327px;	/* _________ editted _________  */ 
	padding:0;
}

}

@media (min-width: 664px) and (max-width:800px)
{

.flip-carouse{
	margin:0;
	display:block;
	overflow:hidden;
	position:relative;
	padding: 0px;
	width:189px;		/* _________ editted _________  */
	height:235px;		/* _________ editted _________  */
	text-align:left;
}



.flip-carouse .cntrlr .arrow{
	opacity: .8;
	cursor: pointer;
	top:89%;
	position: absolute;
	width: 13px;
	height: 21px;
	}
.flip-carouse .cntrlr .arrow.right:after{
	border-bottom: none;
	border-left: none;
	left: auto;
	right: 12px;
}

.flip-carouse .cntrlr .arrow.left{
	left:auto;
	right:48px;
	background-image:url(../images/lft_arw.png);
	background-repeat:no-repeat;
}
.flip-carouse .cntrlr .arrow.right{
	right:24px;
	left:auto;
	background-image:url(../images/rght_arw.png);
	background-repeat:no-repeat;

}


section {
	width:189px;		/* _________ editted _________  */
	height:249px;		/* _________ editted _________  */
	text-align:center;
	padding: 0px;
}
section img{
	width:189px;		/* _________ editted _________  */
	height:249px;		/* _________ editted _________  */
	padding:0;
}


.flip-carousel_one{
	margin:0;
	display:block;
	overflow:hidden;
	position:relative;
	padding: 0px;
	width:189px;		/* _________ editted _________  */
	height:250px;		/* _________ editted _________  */
	text-align:left;
}


.flip-carousel_one .cntrlr .arrow{
	opacity: .8;
	cursor: pointer;
	top:89%;
	position: absolute;
	width: 13px;
	height: 21px;
	}
.flip-carousel_one .cntrlr .arrow:after{
	content: "";
	opacity: .8;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 12px;
	top: 17px;
	
}
.flip-carousel_one .cntrlr .arrow.right:after{
	border-bottom: none;
	border-left: none;

	left: auto;
	right: 12px;
}

.flip-carousel_one .cntrlr .arrow.left{
	left:auto;
	right:48px;
	background-image:url(../images/lft_arw.png);
	background-repeat:no-repeat;
}
.flip-carousel_one .cntrlr .arrow.right{
	right:24px;
	left:auto;
	background-image:url(../images/rght_arw.png);
	background-repeat:no-repeat;

}

article2 {
	width:189px;		/* _________ editted _________  */
	height:236px;		/* _________ editted _________  */
	padding: 0px;
	color:#FFF;
	width:247px;		/* _________ editted _________  */ 
}
article2 img{
	width:189px;		/* _________ editted _________  */
	height:236px;		/* _________ editted _________  */
	padding:0;
}


}

@media (min-width: 504px) and (max-width:664px)
{

.flip-carouse{
	margin:0;
	display:block;
	overflow:hidden;
	position:relative;
	padding: 0px;
	width:189px;		/* _________ editted _________  */
	height:235px;		/* _________ editted _________  */
	text-align:left;
}



.flip-carouse .cntrlr .arrow{
	opacity: .8;
	cursor: pointer;
	top:89%;
	position: absolute;
	width: 13px;
	height: 21px;
	}
.flip-carouse .cntrlr .arrow.right:after{
	border-bottom: none;
	border-left: none;
	left: auto;
	right: 12px;
}

.flip-carouse .cntrlr .arrow.left{
	left:auto;
	right:48px;
	background-image:url(../images/lft_arw.png);
	background-repeat:no-repeat;
}
.flip-carouse .cntrlr .arrow.right{
	right:24px;
	left:auto;
	background-image:url(../images/rght_arw.png);
	background-repeat:no-repeat;
}


section {
	width:189px;		/* _________ editted _________  */
	height:235px;		/* _________ editted _________  */
	text-align:center;
	padding: 0px;
}
section img{
	width:189px;		/* _________ editted _________  */
	height:235px;		/* _________ editted _________  */
	padding:0;
}


.flip-carousel_one{
	margin:0;
	display:block;
	overflow:hidden;
	position:relative;
	padding: 0px;
	width:189px;		/* _________ editted _________  */
	height:250px;		/* _________ editted _________  */
	text-align:left;
}


.flip-carousel_one .cntrlr .arrow{
	opacity: .8;
	cursor: pointer;
	top:84%;
	position: absolute;
	width: 13px;
	height: 21px;
	}
.flip-carousel_one .cntrlr .arrow:after{
	content: "";
	opacity: .8;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 12px;
	top: 17px;
	
}
.flip-carousel_one .cntrlr .arrow.right:after{
	border-bottom: none;
	border-left: none;

	left: auto;
	right: 12px;
}

.flip-carousel_one .cntrlr .arrow.left{
	left:auto;
	right:48px;
	background-image:url(../images/lft_arw.png);
	background-repeat:no-repeat;
}
.flip-carousel_one .cntrlr .arrow.right{
	right:24px;
	left:auto;
	background-image:url(../images/rght_arw.png);
	background-repeat:no-repeat;

}

article2 {
	width:189px;		/* _________ editted _________  */
	height:236px;		/* _________ editted _________  */
	padding: 0px;
	color:#FFF;
	width:247px;		/* _________ editted _________  */ 
}
article2 img{
	width:189px;		/* _________ editted _________  */
	height:236px;		/* _________ editted _________  */
	padding:0;
}



}

@media (min-width: 344px) and (max-width:504px)
{

.flip-carouse{
	margin:0;
	display:block;
	overflow:hidden;
	position:relative;
	padding: 0px;
	width:158px;		/* _________ editted _________  */
	height:195px;		/* _________ editted _________  */
	text-align:left;
}



.flip-carouse .cntrlr .arrow{
	cursor: pointer;
	top:85%;
	position: absolute;
	width: 13px;
	height: 21px;
	}
.flip-carouse .cntrlr .arrow.right:after{
	border-bottom: none;
	border-left: none;
	left: auto;
	right: 12px;
}

.flip-carouse .cntrlr .arrow.left{
	left:auto;
	right:48px;
	background-image:url(../images/lft_arw.png);
	background-repeat:no-repeat;
}
.flip-carouse .cntrlr .arrow.right{
	right:24px;
	left:auto;
	background-image:url(../images/rght_arw.png);
	background-repeat:no-repeat;
}


section {
	width:158px;		/* _________ editted _________  */
	height:195px;		/* _________ editted _________  */
	text-align:center;
	padding: 0px;
}
section img{
	width:158px;		/* _________ editted _________  */
	height:195px;		/* _________ editted _________  */
	padding:0;
}


.flip-carousel_one{
	margin:0;
	display:block;
	overflow:hidden;
	position:relative;
	padding: 0px;
	width:158px;		/* _________ editted _________  */
	height:195px;		/* _________ editted _________  */
	text-align:left;
}


.flip-carousel_one .cntrlr .arrow{
	opacity: .8;
	cursor: pointer;
	top:86%;
	position: absolute;
	width: 13px;
	height: 21px;
	}
.flip-carousel_one .cntrlr .arrow:after{
	content: "";
	opacity: .8;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 12px;
	top: 17px;
	
}
.flip-carousel_one .cntrlr .arrow.right:after{
	border-bottom: none;
	border-left: none;

	left: auto;
	right: 12px;
}

.flip-carousel_one .cntrlr .arrow.left{
	left:auto;
	right:48px;
	background-image:url(../images/lft_arw.png);
	background-repeat:no-repeat;
}
.flip-carousel_one .cntrlr .arrow.right{
	right:24px;
	left:auto;
	background-image:url(../images/rght_arw.png);
	background-repeat:no-repeat;

}

article2 {
	width:158px;		/* _________ editted _________  */
	height:195px;		/* _________ editted _________  */
	padding: 0px;
	color:#FFF;
	width:247px;		/* _________ editted _________  */ 
}
article2 img{
	width:158px;		/* _________ editted _________  */
	height:195px;		/* _________ editted _________  */
	padding:0;
}




}

@media (min-width: 264px) and (max-width:344px)
{

.flip-carouse{
	margin:0;
	display:block;
	overflow:hidden;
	position:relative;
	padding: 0px;
	width:100%;		/* _________ editted _________  */
	height:95px;		/* _________ editted _________  */
	text-align:left;
}



.flip-carouse .cntrlr .arrow{
	cursor: pointer;
	top:50%;
	position: absolute;
	width: 13px;
	height: 21px;
	top:50px;
	}
.flip-carouse .cntrlr .arrow:after{
    position: absolute;
	background: none;
	left: 112px;
	right:auto;
	top: 50px;
}	
	
.flip-carouse .cntrlr .arrow.right:after{
	border-bottom: none;
	border-left: none;
	left: auto;
	right: 12px;
}

.flip-carouse .cntrlr .arrow.left{
	left:auto;
	right:48px;
	background-image:url(../images/lft_arw.png);
	background-repeat:no-repeat;
}
.flip-carouse .cntrlr .arrow.right{
	right:24px;
	left:auto;
	background-image:url(../images/rght_arw.png);
	background-repeat:no-repeat;
}


section {
	width:264px;		/* _________ editted _________  */
	height:95px;		/* _________ editted _________  */
	text-align:center;	/* _________ editted _________  */
	padding: 0px;
	margin:0px;
	}
  
section img{
	width:100%;		/* _________ editted _________  */
	height:564px;		/* _________ editted _________  */
	padding:0;
	bottom:0px;
	margin:0px;
}



.flip-carousel_one{
	margin:0;
	display:block;
	overflow:hidden;
	position:relative;
	padding: 0px;
	width:100%;		/* _________ editted _________  */
	height:95px;		/* _________ editted _________  */
	text-align:left;
}


.flip-carousel_one .cntrlr .arrow{
	opacity: .8;
	cursor: pointer;
	top:50%;
	position: absolute;
	width: 13px;
	height: 21px;
	}
.flip-carousel_one .cntrlr .arrow:after{
	content: "";
	opacity: .8;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 12px;
	top: 17px;
	
}
.flip-carousel_one .cntrlr .arrow.right:after{
	border-bottom: none;
	border-left: none;

	left: auto;
	right: 12px;
}

.flip-carousel_one .cntrlr .arrow.left{
	left:auto;
	right:48px;
	background-image:url(../images/lft_arw.png);
	background-repeat:no-repeat;
}
.flip-carousel_one .cntrlr .arrow.right{
	right:24px;
	left:auto;
	background-image:url(../images/rght_arw.png);
	background-repeat:no-repeat;

}

}
