#pluginAppObj_14_04 {
	max-width: 100%;
	display: inline-block;
}
#pluginAppObj_14_04 .border{
	box-sizing: border-box;
	border: 0px solid rgba(194, 123, 160, 1);
	border-radius: 50%;
	width: 800px;
	max-width: 100%;
}
#pluginAppObj_14_04 .fc-slideshow {
	position: relative;
	height: 0;
	padding-top: 100%;
	margin: 0;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
}

.fc-slideshow nav {
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10000;
}

.fc-slideshow nav > div {
	position: absolute;
	height: 100%;
	top: 0;
	width: 50%;
}

.fc-slideshow nav .fc-left {
	left: 0;
}

.fc-slideshow nav .fc-right {
	right: 0;
}

.fc-slideshow nav > div span {
	height: 33%;
	width: 100%;
	position: absolute;
	left: 0;
	cursor: pointer;

    /*IEFIX: mousehover on transparent element doesn't work*/
    background: #FFFFFF; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.fc-slideshow nav > div span:first-child {
	top: 0;
}

.fc-slideshow nav > div span:nth-child(2) {
	top: 33%;
}

.fc-slideshow nav > div span:nth-child(3) {
	top: 66%;
}

.fc-slideshow nav i,
.no-csstransforms3d .fc-slideshow nav > div span {
	position: absolute;
	width: 100%;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	pointer-events: none;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.2s ease;
	-moz-backface-visibility: hidden;
	-moz-transition: all 0.2s ease;
	backface-visibility: hidden;
	transition: all 0.2s ease;
}

/* Some fallbacks */
.no-csstransforms3d .fc-slideshow nav > div span {
	z-index: 1000;
	width: 40px;
	background: rgba(0,0,0,0);
}

.no-csstransforms3d .fc-slideshow nav .fc-left span {
	left: -50px;
}

.no-csstransforms3d .fc-slideshow nav .fc-right span {
	right: -50px;
	left: auto;
}

.no-csstransforms3d .fc-slideshow nav i {
	width: 40px;
	cursor: pointer;
}

.fc-slideshow nav .fc-left i {
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	text-align: left;
}

.fc-slideshow nav .fc-right i {
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	text-align: right;
}

.fc-slideshow nav i.icon-arrow-left {
	left: 0;
}

.no-csstransforms3d .fc-slideshow nav i.icon-arrow-left {
	left: -70px;
}

.fc-slideshow nav i.icon-arrow-right {
	right: 0;
}

.no-csstransforms3d .fc-slideshow nav i.icon-arrow-right {
	right: -30px;
}

#pluginAppObj_14_04 .icon-arrow-left:before, 
#pluginAppObj_14_04 .icon-arrow-right:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
    font-family: 'Times New Roman';
	background: rgba(194, 123, 160, 1);
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin: 0 20px;
	border-radius: 30% 8%;
	-webkit-font-smoothing: antialiased;
}

.icon-arrow-left:before {
	content: '\25C4';
}

.icon-arrow-right:before {
	content: '\25BA';
}

.csstransforms3d .fc-slideshow nav > div span:hover ~ i,
.no-csstransforms3d .fc-slideshow nav i,
.no-csstransforms3d .fc-slideshow nav > div span {
	opacity: 1;
}

.csstransforms3d .fc-slideshow nav > div span:nth-child(2):hover ~ i{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}

.csstransforms3d .fc-slideshow nav > .fc-left span:first-child:hover ~ i,
.csstransforms3d .fc-slideshow nav > .fc-right span:nth-child(3):hover ~ i {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.csstransforms3d .fc-slideshow nav > .fc-right span:first-child:hover ~ i,
.csstransforms3d .fc-slideshow nav > .fc-left span:nth-child(3):hover ~ i {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

ul.fc-slides {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.fc-slides li {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
	overflow: hidden;
	background-color: #FFFFFF;
}

.no-js ul.fc-slides li {
	display: block;
}

.fc-flip {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.fc-flip div {
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fc-flip div div {
	overflow: hidden;
	background-color: #FFFFFF;
}

.fc-flip .fc-back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.fc-slideshow #img_pluginAppObj_14_04_0 {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: -18.258859784283512%;
	bottom: -18.258859784283512%;
}
.fc-slideshow #img_pluginAppObj_14_04_1 {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: -16.795069337442218%;
	bottom: -16.795069337442218%;
}
.fc-slideshow #img_pluginAppObj_14_04_2 {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: -24.65331278890601%;
	bottom: -24.65331278890601%;
}
.fc-slideshow #img_pluginAppObj_14_04_3 {
	position: absolute;
	height: 100%;
	left: -23.651771956856702%;
	right: -23.651771956856702%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_14_04_4 {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: -16.795069337442218%;
	bottom: -16.795069337442218%;
}
.fc-slideshow #img_pluginAppObj_14_04_5 {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: -12.403697996918336%;
	bottom: -12.403697996918336%;
}
.fc-slideshow #img_pluginAppObj_14_04_6 {
	position: absolute;
	height: 100%;
	left: -27.73497688751926%;
	right: -27.73497688751926%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_14_04_7 {
	position: absolute;
	height: 100%;
	left: -29.352850539291218%;
	right: -29.352850539291218%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_14_04_8 {
	position: absolute;
	height: 100%;
	left: -18.7211093990755%;
	right: -18.7211093990755%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_14_04_9 {
	position: absolute;
	width: 81.125%;
	height: 99.125%;
	left: 9.4375%;
	right: 9.4375%;
	top: 0.4375%;
	bottom: 0.4375%;
}
.fc-slideshow #img_pluginAppObj_14_04_10 {
	position: absolute;
	height: 100%;
	left: -19.953775038520803%;
	right: -19.953775038520803%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_14_04_11 {
	position: absolute;
	width: 81.125%;
	height: 90.875%;
	left: 9.4375%;
	right: 9.4375%;
	top: 4.5625%;
	bottom: 4.5625%;
}
.fc-slideshow #img_pluginAppObj_14_04_12 {
	position: absolute;
	height: 100%;
	left: -18.952234206471495%;
	right: -18.952234206471495%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_14_04_13 {
	position: absolute;
	width: 98.125%;
	height: 81.125%;
	left: 0.9375%;
	right: 0.9375%;
	top: 9.4375%;
	bottom: 9.4375%;
}
.fc-slideshow #img_pluginAppObj_14_04_14 {
	position: absolute;
	height: 100%;
	left: -22.033898305084747%;
	right: -22.033898305084747%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_14_04_15 {
	position: absolute;
	height: 100%;
	left: -20.03081664098613%;
	right: -20.03081664098613%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_14_04_16 {
	position: absolute;
	height: 100%;
	left: -26.887519260400616%;
	right: -26.887519260400616%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_14_04_17 {
	position: absolute;
	height: 100%;
	left: -19.337442218798152%;
	right: -19.337442218798152%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_14_04_18 {
	position: absolute;
	width: 81.125%;
	height: 97.375%;
	left: 9.4375%;
	right: 9.4375%;
	top: 1.3125%;
	bottom: 1.3125%;
}
.fc-slideshow #img_pluginAppObj_14_04_19 {
	position: absolute;
	width: 94.5%;
	height: 81.125%;
	left: 2.75%;
	right: 2.75%;
	top: 9.4375%;
	bottom: 9.4375%;
}
.fc-slideshow #img_pluginAppObj_14_04_20 {
	position: absolute;
	height: 100%;
	left: -40.292758089368256%;
	right: -40.292758089368256%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_14_04_21 {
	position: absolute;
	height: 100%;
	left: -12.942989214175656%;
	right: -12.942989214175656%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_14_04_22 {
	position: absolute;
	height: 100%;
	left: -20.724191063174114%;
	right: -20.724191063174114%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_14_04_23 {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: -16.486902927580893%;
	bottom: -16.486902927580893%;
}
.fc-slideshow #img_pluginAppObj_14_04_24 {
	position: absolute;
	height: 100%;
	left: -19.41448382126348%;
	right: -19.41448382126348%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_14_04_25 {
	position: absolute;
	width: 82.75%;
	height: 81.125%;
	left: 8.625%;
	right: 8.625%;
	top: 9.4375%;
	bottom: 9.4375%;
}


.fc-slideshow h3 {
	position: absolute;
	color: #fff;
	top: 50%;
	margin-top: 30px;
	line-height: 50px;
	height: 50px;
	left: 80px;
	right: 80px;
	background: #ff514c;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	border-radius: 20% 10% 50% 5% / 25% 10% 30% 75%;
}

.fc-overlay-light,
.fc-overlay-dark {
	opacity: 0;
}

.fc-overlay-light {
	background: rgba(255,255,255,1);
}

.fc-overlay-dark {
	background: rgba(0,0,0,1);
}

/* No JS fallback */

.no-js .fc-slideshow {
	height: auto;
	box-shadow: none;
}

.no-js .fc-slideshow h3 {
	position: relative;
	width: auto;
	height: auto;
	left: auto;
	right: auto;
	top: auto;
	margin: 5px;
}

