#pluginAppObj_300_08 {
	max-width: 100%;
	display: inline-block;
}
#pluginAppObj_300_08 .border{
	box-sizing: border-box;
	border: 3px solid rgba(0, 64, 255, 1);
	border-radius: 50%;
	width: 600px;
	max-width: 100%;
}
#pluginAppObj_300_08 .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_300_08 .icon-arrow-left:before, 
#pluginAppObj_300_08 .icon-arrow-right:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
    font-family: 'Times New Roman';
	background: rgba(0, 64, 255, 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_300_08_0 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_1 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_2 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_3 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_4 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_5 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_6 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_7 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_8 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_9 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_10 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_11 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_12 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_13 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_14 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_15 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_16 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_17 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_18 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_19 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_20 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_21 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_22 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_23 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_24 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_25 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_26 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_27 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_28 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_29 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_30 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_31 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_32 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_33 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_34 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_35 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_36 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_37 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_38 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_39 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_40 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_41 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_42 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_43 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_44 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_45 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_46 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_47 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_48 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_49 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_50 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_51 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_52 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_53 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_54 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_55 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_56 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_57 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_58 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_59 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_60 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_61 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_62 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_63 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_64 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_65 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_66 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_67 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_68 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_69 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_70 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_71 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_72 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_73 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_74 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_75 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_76 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_77 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_78 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_79 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_80 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_81 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_82 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_83 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_84 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_85 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_86 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_87 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}
.fc-slideshow #img_pluginAppObj_300_08_88 {
	position: absolute;
	height: 100%;
	left: -25%;
	right: -25%;
	top: 0;
	bottom: 0;
}


.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;
}

