/* Minification failed. Returning unminified contents.
(9095,38): run-time error CSS1046: Expect comma, found '0'
(9095,42): run-time error CSS1046: Expect comma, found '/'
 */
.ui-button-text-only .ui-button-text {
	padding: 0;
}
.ui-dialog-titlebar-close .ui-button-text{
    display:none;
}
.ui-dialog-titlebar-close {
    display:block;
}

.ui-dialog .ui-dialog-buttonpane button {
	background-color:black;
    background-image:none;
	border:0px; 
	/*box-shadow: 1px 1px 0px #ccc;*/
	color:#FFF;
	padding:8px 10px 8px 10px;
	text-transform:uppercase;
	float:right;
	margin-right:30px;}


.ui-dialog .ui-dialog-buttonpane button:hover {
	background-color:black;
	background-image:none;
	border:0px; 
	/*box-shadow: 1px 1px 0px #ccc;*/
	color:#FFF;
	padding:8px 10px 8px 10px;
	text-transform:uppercase;
	float:right;
	margin-right:30px;}

.ui-state-default .ui-icon,
.ui-state-default .ui-icon:hover{
    background-image:url(../Content/Cohen/img/close.png) !important;/*{iconsDefault}*/
    background-position: -2px -2px !important;
}

.ui-widget-overlay{
    z-index:1000 !important; 
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
    z-index:2000 !important;
}

/*.ui-icon{
    width:30px !important;
    height:30px !important;
}*/

/* AUTOCOMPLETE */

.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}


.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/* MENU */
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

.ui-front {
	z-index: 100;
}



/**** DIALOGO BOXES EN PAGINA DETALLE *****/
.dialogBox .ui-dialog-titlebar .ui-icon 
{    background-image:none;
    display:none;
}
.ui-widget-content.dialogLoader {
    background-color:transparent;
    border:none;
}

.dialogLoader .ui-dialog-titlebar {
    display:none;
}
/*!
 * jQuery UI CSS Framework 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Dialog 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/*!
 * jQuery UI CSS Framework 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent} url(images/ui-bg_flat_75_ffffff_40x100.png)*//*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6/*{bgColorDefault}*/ /*url(images/ui-bg_glass_75_e6e6e6_1x400.png){bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/ /*url(images/ui-bg_glass_75_dadada_1x400.png){bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/ /*url(images/ui-bg_glass_65_ffffff_1x400.png){bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1/*{borderColorHighlight}*/;
	background: #fbf9ee/*{bgColorHighlight}*/ url(/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
	color: #363636/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a/*{borderColorError}*/;
	background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	/*background-image: url(images/ui-icons_222222_256x240.png);/*{iconsContent}*/
}
.ui-widget-header .ui-icon {
	/*background-image: url(images/ui-icons_222222_256x240.png);/*{iconsHeader}*/
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*url(images/ui-bg_flat_0_aaaaaa_40x100.png){bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ /*url(images/ui-bg_flat_0_aaaaaa_40x100.png){bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
	border-radius: 8px/*{cornerRadiusShadow}*/;
}

/*!
 * jQuery UI Datepicker 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/*!
 * jQuery UI Slider 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.gallery {
    position: relative;
    float: left;
    width: 100%;
}



    .gallery .control-button {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }

        .gallery .control-button:hover {
            color: white;
            color: rgba(255, 255, 255, 0.8);
        }

/*
	Theme controls how everything looks in Gallery CSS.
*/
.gallery {
    position: relative;
    float: left;
    width: 100%;
}


    .gallery .item img {
        width: 100%;
    }

    .gallery .controls {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
    }

    .gallery .control-button {
        display: inline-block;
        margin: 0 .02em;
        font-size: 4em;
        text-align: center;
        text-decoration: none;
        transition: color .1s;
    }

figure {
    margin: 0;
}

.gallery .control-operator:nth-of-type(1):target ~ .secondary-controls[data-gallery-arrows="1"],
.gallery .control-operator:nth-of-type(2):target ~ .secondary-controls[data-gallery-arrows="2"],
.gallery .control-operator:nth-of-type(3):target ~ .secondary-controls[data-gallery-arrows="3"],
.gallery .control-operator:nth-of-type(4):target ~ .secondary-controls[data-gallery-arrows="4"],
.gallery .control-operator:nth-of-type(5):target ~ .secondary-controls[data-gallery-arrows="5"],
.gallery .control-operator:nth-of-type(6):target ~ .secondary-controls[data-gallery-arrows="6"],
.gallery .control-operator:nth-of-type(7):target ~ .secondary-controls[data-gallery-arrows="7"],
.gallery .control-operator:nth-of-type(8):target ~ .secondary-controls[data-gallery-arrows="8"],
.gallery .control-operator:nth-of-type(9):target ~ .secondary-controls[data-gallery-arrows="9"],
.gallery .control-operator:nth-of-type(10):target ~ .secondary-controls[data-gallery-arrows="10"],
.gallery .control-operator:nth-of-type(11):target ~ .secondary-controls[data-gallery-arrows="11"],
.gallery .control-operator:nth-of-type(12):target ~ .secondary-controls[data-gallery-arrows="12"],
.gallery .control-operator:nth-of-type(13):target ~ .secondary-controls[data-gallery-arrows="13"],
.gallery .control-operator:nth-of-type(14):target ~ .secondary-controls[data-gallery-arrows="14"],
.gallery .control-operator:nth-of-type(15):target ~ .secondary-controls[data-gallery-arrows="15"],
.gallery .control-operator:nth-of-type(16):target ~ .secondary-controls[data-gallery-arrows="16"],
.gallery .control-operator:nth-of-type(17):target ~ .secondary-controls[data-gallery-arrows="17"],
.gallery .control-operator:nth-of-type(18):target ~ .secondary-controls[data-gallery-arrows="18"],
.gallery .control-operator:nth-of-type(19):target ~ .secondary-controls[data-gallery-arrows="19"],
.gallery .control-operator:nth-of-type(20):target ~ .secondary-controls[data-gallery-arrows="20"],
.gallery .control-operator:nth-of-type(21):target ~ .secondary-controls[data-gallery-arrows="21"],
.gallery .control-operator:nth-of-type(22):target ~ .secondary-controls[data-gallery-arrows="22"],
.gallery .control-operator:nth-of-type(23):target ~ .secondary-controls[data-gallery-arrows="23"],
.gallery .control-operator:nth-of-type(24):target ~ .secondary-controls[data-gallery-arrows="24"],
.gallery .control-operator:nth-of-type(25):target ~ .secondary-controls[data-gallery-arrows="25"],
.gallery .control-operator:nth-of-type(26):target ~ .secondary-controls[data-gallery-arrows="26"],
.gallery .control-operator:nth-of-type(27):target ~ .secondary-controls[data-gallery-arrows="27"],
.gallery .control-operator:nth-of-type(28):target ~ .secondary-controls[data-gallery-arrows="28"],
.gallery .control-operator:nth-of-type(29):target ~ .secondary-controls[data-gallery-arrows="29"] {
    pointer-events: auto;
    z-index: 100;
    opacity: 1;
}





.gallery .secondary-controls {
    position: absolute;
    pointer-events: none;
    top: 45%;
    width: 100%;
    pointer-events: all;
    z-index: 0;
}



    .gallery .secondary-controls[data-gallery-arrows="1"] {
        z-index: 50;
        opacity: 0.5;
    }




.gallery .control-operator .secondary-controls {
    display: block;
}



.gallery .control-operator:target ~ .controls .control-button {
    opacity: 0.5;
}

.gallery .control-button:first-of-type,
.gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1),
.gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2),
.gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3),
.gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4),
.gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5),
.gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6),
.gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7),
.gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8),
.gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9),
.gallery .control-operator:nth-of-type(10):target ~ .controls .control-button:nth-of-type(10) {
    opacity: 1;
}

.gallery .item:first-of-type {
    position: relative;
    opacity: 1;
    left: 0;
}



.gallery .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    overflow: hidden;
    text-align: center;
    z-index: 0;
    overflow: hidden;
    text-align: center;
}

.gallery .control-operator {
    display: none;
}

    .gallery .control-operator:target ~ .item {
        pointer-events: none;
        opacity: 0;
        -webkit-animation: none;
        -o-animation: none;
        animation: none;
    }





    .gallery .control-operator:target ~ .controls .control-button {
        -webkit-animation: none;
        -o-animation: none;
        animation: none;
    }









@-webkit-keyframes arrowAnimation-2 {
  0% {
    z-index:0
  }

  14.3%, 50% {
    z-index:100
  }

  64.3%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-2 {
  0% {
    z-index:0
  }

  14.3%, 50% {
    z-index:100
  }

  64.3%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-2 {
  0% {
    z-index:0
  }

  14.3%, 50% {
    z-index:100
  }

  64.3%, 100% {
   z-index:0
  }
}


.items-2.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-2 14s infinite;
  -o-animation: arrowAnimation-2 14s infinite;
  animation: arrowAnimation-2 14s infinite;
}

.items-2 .secondary-controls[data-gallery-arrows="1"] ,
.items-2 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-2 .secondary-controls[data-gallery-arrows="2"] ,
.items-2 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}








@-webkit-keyframes controlAnimation-2 {
    0% {
        opacity: 0.5;
    }

    14.3%, 50% {
        opacity: 1;
        color: #fff;
    }

    64.3%, 100% {
        opacity: 0.5;
    }
}

@-o-keyframes controlAnimation-2 {
    0% {
        opacity: 0.5;
    }

    14.3%, 50% {
        opacity: 1;
        color: #fff;
    }

    64.3%, 100% {
        opacity: 0.5;
    }
}

@keyframes controlAnimation-2 {
    0% {
        opacity: 1;
        color: #ccc;
    }

    14.3%, 50% {
        opacity: 1;
        color: #fff;
    }

    64.3%, 100% {
        opacity: 1;
        color: #ccc;
    }
}

@-webkit-keyframes galleryAnimation-2 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    14.3%, 50% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    64.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}



@-o-keyframes galleryAnimation-2 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    14.3%, 50% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    64.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@keyframes galleryAnimation-2 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    14.3%, 50% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    64.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.items-2.autoplay .control-button {
    -webkit-animation: controlAnimation-2 14s infinite;
    -o-animation: controlAnimation-2 14s infinite;
    animation: controlAnimation-2 14s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-2.autoplay .item {
    -webkit-animation: galleryAnimation-2 14s infinite;
    -o-animation: galleryAnimation-2 14s infinite;
    animation: galleryAnimation-2 14s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-2 .control-button:nth-of-type(1),
.items-2 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-2 .control-button:nth-of-type(2),
.items-2 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}















@-webkit-keyframes arrowAnimation-3 {
  0% {
    z-index:0
  }

  9.5%, 33.3% {
    z-index:100
  }

  42.9%, 100% {
    z-index:0
 }
}

@-o-keyframes arrowAnimation-3 {
  0% {
    z-index:0
  }

  9.5%, 33.3% {
    z-index:100
 }

  42.9%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-3 {
  0% {
    z-index:0
  }

  9.5%, 33.3% {
    z-index:100
  }

  42.9%, 100% {
    z-index:0
  }
}


.items-3.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-3 21s infinite;
  -o-animation: arrowAnimation-3 21s infinite;
  animation: arrowAnimation-3 21s infinite;
}


.items-3 .secondary-controls[data-gallery-arrows="1"],
.items-3 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-3 .secondary-controls[data-gallery-arrows="2"] ,
.items-3 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-3 .secondary-controls[data-gallery-arrows="3"] ,
.items-3 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


@-webkit-keyframes controlAnimation-3 {
    0% {
        opacity: 0.5;
    }

    9.5%, 33.3% {
        opacity: 1;
    }

    42.9%, 100% {
        opacity: 0.5;
    }
}

@-o-keyframes controlAnimation-3 {
    0% {
        opacity: 0.5;
    }

    9.5%, 33.3% {
        opacity: 1;
    }

    42.9%, 100% {
        opacity: 0.5;
    }
}

@keyframes controlAnimation-3 {
    0% {
        opacity: 0.5;
    }

    9.5%, 33.3% {
        opacity: 1;
    }

    42.9%, 100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes galleryAnimation-3 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    9.5%, 33.3% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    42.9%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}




@keyframes galleryAnimation-3 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    9.5%, 33.3% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    42.9%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.items-3.autoplay .control-button {
    -webkit-animation: controlAnimation-3 21s infinite;
    -o-animation: controlAnimation-3 21s infinite;
    animation: controlAnimation-3 21s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-3.autoplay .item {
    -webkit-animation: galleryAnimation-3 21s infinite;
    -o-animation: galleryAnimation-3 21s infinite;
    animation: galleryAnimation-3 21s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-3 .control-button:nth-of-type(1),
.items-3 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-3 .control-button:nth-of-type(2),
.items-3 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-3 .control-button:nth-of-type(3),
.items-3 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}




















@-webkit-keyframes arrowAnimation-4 {
  0% {
    z-index:0
  }

  7.1%, 25% {
    z-index:100
  }

  32.1%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-4 {
  0% {
    z-index:0
  }

  7.1%, 25% {
    z-index:100
  }

  32.1%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-4 {
  0% {
    z-index:0
  }

  7.1%, 25% {
    z-index:100
  }

  32.1%, 100% {
    z-index:0
  }
}


.items-4.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-4 28s infinite;
  -o-animation: arrowAnimation-4 28s infinite;
  animation: arrowAnimation-4 28s infinite;
}


.items-4 .secondary-controls[data-gallery-arrows="1"],
.items-4 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-4 .secondary-controls[data-gallery-arrows="2"] ,
.items-4 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-4 .secondary-controls[data-gallery-arrows="3"] ,
.items-4 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


.items-4 .secondary-controls[data-gallery-arrows="4"] ,
.items-4 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}



@-webkit-keyframes controlAnimation-4 {
    0% {
        opacity: 0.5;
    }

    7.1%, 25% {
        opacity: 1;
        color: #fff;
    }

    32.1%, 100% {
        opacity: 0.5;
    }
}

@-o-keyframes controlAnimation-4 {
    0% {
        opacity: 0.5;
    }

    7.1%, 25% {
        opacity: 1;
        color: #fff;
    }

    32.1%, 100% {
        opacity: 0.5;
    }
}

@keyframes controlAnimation-4 {
    0% {
        opacity: 0.5;
    }

    7.1%, 25% {
        opacity: 1;
        color: #fff;
    }

    32.1%, 100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes galleryAnimation-4 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    7.1%, 25% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    32.1%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}



@-o-keyframes galleryAnimation-4 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    7.1%, 25% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    32.1%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@keyframes galleryAnimation-4 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    7.1%, 25% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    32.1%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
    pointer-events: auto;
    opacity: 1;
}

.items-4.autoplay .control-button {
    -webkit-animation: controlAnimation-4 28s infinite;
    -o-animation: controlAnimation-4 28s infinite;
    animation: controlAnimation-4 28s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-4.autoplay .item {
    -webkit-animation: galleryAnimation-4 28s infinite;
    -o-animation: galleryAnimation-4 28s infinite;
    animation: galleryAnimation-4 28s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-4 .control-button:nth-of-type(1),
.items-4 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-4 .control-button:nth-of-type(2),
.items-4 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-4 .control-button:nth-of-type(3),
.items-4 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

.items-4 .control-button:nth-of-type(4),
.items-4 .item:nth-of-type(4) {
    -webkit-animation-delay: 19s;
    -o-animation-delay: 19s;
    animation-delay: 19s;
}














@-webkit-keyframes arrowAnimation-5 {
  0% {
    z-index:0
  }

  5.7%, 20% {
   z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-5 {
  0% {
    z-index:0
  }

  5.7%, 20% {
   z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-5 {
  0% {
    z-index:0
  }

  5.7%, 20% {
   z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}


.items-5.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-5 35s infinite;
  -o-animation: arrowAnimation-5 35s infinite;
  animation: arrowAnimation-5 35s infinite;
}


.items-5 .secondary-controls[data-gallery-arrows="1"],
.items-5 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-5 .secondary-controls[data-gallery-arrows="2"] ,
.items-5 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-5 .secondary-controls[data-gallery-arrows="3"] ,
.items-5 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


.items-5 .secondary-controls[data-gallery-arrows="4"] ,
.items-5 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}


.items-5 .secondary-controls[data-gallery-arrows="5"] ,
.items-5 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}





@-webkit-keyframes controlAnimation-5 {
    0% {
        opacity: 0.5;
    }

    5.7%, 20% {
        opacity: 1;
        color: #fff;
    }

    25.7%, 100% {
        opacity: 0.5;
    }
}

@-o-keyframes controlAnimation-5 {
    0% {
        opacity: 0.5;
    }

    5.7%, 20% {
        opacity: 1;
        color: #fff;
    }

    25.7%, 100% {
        opacity: 0.5;
    }
}

@keyframes controlAnimation-5 {
    0% {
        opacity: 0.5;
    }

    5.7%, 20% {
        opacity: 1;
        color: #fff;
    }

    25.7%, 100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes galleryAnimation-5 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    5.7%, 20% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    25.7%, 100% {
        opacity: 0;
        pointer-events: 0;
        z-index: 0;
    }
}

@-o-keyframes galleryAnimation-5 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    5.7%, 20% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    25.7%, 100% {
        opacity: 0;
        pointer-events: 0;
        z-index: 0;
    }
}

@keyframes galleryAnimation-5 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    5.7%, 20% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    25.7%, 100% {
        opacity: 0;
        pointer-events: 0;
        z-index: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
    pointer-events: auto;
    opacity: 1;
}

.items-5.autoplay .control-button {
    -webkit-animation: controlAnimation-5 35s infinite;
    -o-animation: controlAnimation-5 35s infinite;
    animation: controlAnimation-5 35s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-5.autoplay .item {
    -webkit-animation: galleryAnimation-5 35s infinite;
    -o-animation: galleryAnimation-5 35s infinite;
    animation: galleryAnimation-5 35s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-5 .control-button:nth-of-type(1),
.items-5 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-5 .control-button:nth-of-type(2),
.items-5 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-5 .control-button:nth-of-type(3),
.items-5 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

.items-5 .control-button:nth-of-type(4),
.items-5 .item:nth-of-type(4) {
    -webkit-animation-delay: 19s;
    -o-animation-delay: 19s;
    animation-delay: 19s;
}

.items-5 .control-button:nth-of-type(5),
.items-5 .item:nth-of-type(5) {
    -webkit-animation-delay: 26s;
    -o-animation-delay: 26s;
    animation-delay: 26s;
}





@-webkit-keyframes arrowAnimation-6 {
  0% {
    z-index:0
  }

  5.7%, 16.6% {
    z-index:100
  }

  22.3%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-6 {
  0% {
    z-index:0
  }

  5.7%, 16.6% {
    z-index:100
  }

  22.3%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-6 {
  0% {
    z-index:0
  }

  5.7%, 16.6% {
    z-index:100
  }

  22.3%, 100% {
    z-index:0
  }
}



.items-6.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-6 42s infinite;
  -o-animation: arrowAnimation-6 42s infinite;
  animation: arrowAnimation-6 42s infinite;
}


.items-6 .secondary-controls[data-gallery-arrows="1"],
.items-6 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-6 .secondary-controls[data-gallery-arrows="2"] ,
.items-6 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-6 .secondary-controls[data-gallery-arrows="3"] ,
.items-6 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


.items-6 .secondary-controls[data-gallery-arrows="4"] ,
.items-6 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}


.items-6 .secondary-controls[data-gallery-arrows="5"] ,
.items-6 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}



.items-6 .secondary-controls[data-gallery-arrows="6"] ,
.items-6 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}



@-webkit-keyframes controlAnimation-6 {
    0% {
        opacity: 0.5;
    }

    4.2%, 16.6% {
        opacity: 1;
        color: #fff;
    }

    22.3%, 100% {
        opacity: 0.5;
    }
}

@-o-keyframes controlAnimation-6 {
    0% {
        opacity: 0.5;
    }

    4.2%, 16.6% {
        opacity: 1;
        color: #fff;
    }

    22.3%, 100% {
        opacity: 0.5;
    }
}

@keyframes controlAnimation-6 {
    0% {
        opacity: 0.5;
    }

    4.2%, 16.6% {
        opacity: 1;
        color: #fff;
    }

    22.3%, 100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes galleryAnimation-6 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.2%, 16.6% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    22.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}


@-o-keyframes galleryAnimation-6 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.2%, 16.6% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    22.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@keyframes galleryAnimation-6 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.2%, 16.6% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    22.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
    pointer-events: auto;
    opacity: 1;
}

.items-6.autoplay .control-button {
    -webkit-animation: controlAnimation-6 42s infinite;
    -o-animation: controlAnimation-6 42s infinite;
    animation: controlAnimation-6 42s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-6.autoplay .item {
    -webkit-animation: galleryAnimation-6 42s infinite;
    -o-animation: galleryAnimation-6 42s infinite;
    animation: galleryAnimation-6 42s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-6 .control-button:nth-of-type(1),
.items-6 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-6 .control-button:nth-of-type(2),
.items-6 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-6 .control-button:nth-of-type(3),
.items-6 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

.items-6 .control-button:nth-of-type(4),
.items-6 .item:nth-of-type(4) {
    -webkit-animation-delay: 19s;
    -o-animation-delay: 19s;
    animation-delay: 19s;
}

.items-6 .control-button:nth-of-type(5),
.items-6 .item:nth-of-type(5) {
    -webkit-animation-delay: 26s;
    -o-animation-delay: 26s;
    animation-delay: 26s;
}

.items-6 .control-button:nth-of-type(6),
.items-6 .item:nth-of-type(6) {
    -webkit-animation-delay: 33s;
    -o-animation-delay: 33s;
    animation-delay: 33s;
}







@-webkit-keyframes arrowAnimation-7 {
  0% {
    z-index:0
  }

  5%, 14.3% {
    z-index:100
  }

  19.3%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-7 {
  0% {
    z-index:0
  }

  5%, 14.3% {
    z-index:100
  }

  19.3%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-7 {
  0% {
    z-index:0
  }

  5%, 14.3% {
    z-index:100
  }

  19.3%, 100% {
    z-index:0
  }
}



.items-7.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-7 49s infinite;
  -o-animation: arrowAnimation-4 49s infinite;
  animation: arrowAnimation-4 49s infinite;
}


.items-7 .secondary-controls[data-gallery-arrows="1"],
.items-7 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-7 .secondary-controls[data-gallery-arrows="2"] ,
.items-7 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-7 .secondary-controls[data-gallery-arrows="3"] ,
.items-7 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


.items-7 .secondary-controls[data-gallery-arrows="4"] ,
.items-7 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}


.items-7 .secondary-controls[data-gallery-arrows="5"] ,
.items-7 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}



.items-7 .secondary-controls[data-gallery-arrows="6"] ,
.items-7 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}



.items-7 .secondary-controls[data-gallery-arrows="7"] ,
.items-7 .item:nth-of-type(7) {
  -webkit-animation-delay: 40s;
  -o-animation-delay: 40s;
  animation-delay: 40s;
}




@-webkit-keyframes controlAnimation-7 {
    0% {
        opacity: 0.5;
    }

    5%, 14.3% {
        opacity: 1;
        color: #fff;
    }

    19.3%, 100% {
        opacity: 0.5;
    }
}

@-o-keyframes controlAnimation-7 {
    0% {
        opacity: 0.5;
    }

    5%, 14.3% {
        opacity: 1;
        color: #fff;
    }

    19.3%, 100% {
        opacity: 0.5;
    }
}

@keyframes controlAnimation-7 {
    0% {
        opacity: 0.5;
    }

    5%, 14.3% {
        opacity: 1;
        color: #fff;
    }

    19.3%, 100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes galleryAnimation-7 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    5%, 14.3% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    19.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@-o-keyframes galleryAnimation-7 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    5%, 14.3% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    19.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@keyframes galleryAnimation-7 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    5%, 14.3% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    19.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7) {
    pointer-events: auto;
    opacity: 1;
}

.items-7.autoplay .control-button {
    -webkit-animation: controlAnimation-7 49s infinite;
    -o-animation: controlAnimation-7 49s infinite;
    animation: controlAnimation-7 49s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-7.autoplay .item {
    -webkit-animation: galleryAnimation-7 49s infinite;
    -o-animation: galleryAnimation-7 49s infinite;
    animation: galleryAnimation-7 49s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-7 .control-button:nth-of-type(1),
.items-7 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-7 .control-button:nth-of-type(2),
.items-7 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-7 .control-button:nth-of-type(3),
.items-7 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

.items-7 .control-button:nth-of-type(4),
.items-7 .item:nth-of-type(4) {
    -webkit-animation-delay: 19s;
    -o-animation-delay: 19s;
    animation-delay: 19s;
}

.items-7 .control-button:nth-of-type(5),
.items-7 .item:nth-of-type(5) {
    -webkit-animation-delay: 26s;
    -o-animation-delay: 26s;
    animation-delay: 26s;
}

.items-7 .control-button:nth-of-type(6),
.items-7 .item:nth-of-type(6) {
    -webkit-animation-delay: 33s;
    -o-animation-delay: 33s;
    animation-delay: 33s;
}

.items-7 .control-button:nth-of-type(7),
.items-7 .item:nth-of-type(7) {
    -webkit-animation-delay: 40s;
    -o-animation-delay: 40s;
    animation-delay: 40s;
}











@-webkit-keyframes arrowAnimation-8 {
  0% {
    z-index:0
  }

  4.7%, 12.5% {
    z-index:100
  }

  17.2%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-8 {
  0% {
    z-index:0
  }

  4.7%, 12.5% {
    z-index:100
  }

  17.2%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-8 {
  0% {
    z-index:0
  }

  4.7%, 12.5% {
    z-index:100
  }

  17.2%, 100% {
    z-index:0
  }
}



.items-8.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-8 56s infinite;
  -o-animation: arrowAnimation-8 56s infinite;
  animation: arrowAnimation-8 56s infinite;
}


.items-8 .secondary-controls[data-gallery-arrows="1"],
.items-8 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-8 .secondary-controls[data-gallery-arrows="2"] ,
.items-8 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-8 .secondary-controls[data-gallery-arrows="3"] ,
.items-8 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


.items-8 .secondary-controls[data-gallery-arrows="4"] ,
.items-8 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}


.items-8 .secondary-controls[data-gallery-arrows="5"] ,
.items-8 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}



.items-8 .secondary-controls[data-gallery-arrows="6"] ,
.items-8 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}



.items-8 .secondary-controls[data-gallery-arrows="7"] ,
.items-8 .item:nth-of-type(7) {
  -webkit-animation-delay: 40s;
  -o-animation-delay: 40s;
  animation-delay: 40s;
}


.items-8 .secondary-controls[data-gallery-arrows="8"] ,
.items-8 .item:nth-of-type(8) {
  -webkit-animation-delay: 47s;
  -o-animation-delay: 47s;
  animation-delay: 47s;
}


@-webkit-keyframes controlAnimation-8 {
    0% {
        opacity: 0.5;
    }

    4.7%, 12.5% {
        opacity: 1;
        color: #fff;
    }

    17.2%, 100% {
        opacity: 0.5;
    }
}



@-o-keyframes controlAnimation-8 {
    0% {
        opacity: 0.5;
    }

    4.7%, 12.5% {
        opacity: 1;
        color: #fff;
    }

    17.2%, 100% {
        opacity: 0.5;
    }
}

@keyframes controlAnimation-8 {
    0% {
        opacity: 0.5;
    }

    4.7%, 12.5% {
        opacity: 1;
        color: #fff;
    }

    17.2%, 100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes galleryAnimation-8 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.7%, 12.5% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    17.2%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@-o-keyframes galleryAnimation-8 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.7%, 12.5% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    17.2%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@keyframes galleryAnimation-8 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.7%, 12.5% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    17.2%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8) {
    pointer-events: auto;
    opacity: 1;
}


.items-8.autoplay .control-button {
    -webkit-animation: controlAnimation-8 56s infinite;
    -o-animation: controlAnimation-8 56s infinite;
    animation: controlAnimation-8 56s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-8.autoplay .item {
    -webkit-animation: galleryAnimation-8 56s infinite;
    -o-animation: galleryAnimation-8 56s infinite;
    animation: galleryAnimation-8 56s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-8 .control-button:nth-of-type(1),
.items-8 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-8 .control-button:nth-of-type(2),
.items-8 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-8 .control-button:nth-of-type(3),
.items-8 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

.items-8 .control-button:nth-of-type(4),
.items-8 .item:nth-of-type(4) {
    -webkit-animation-delay: 19s;
    -o-animation-delay: 19s;
    animation-delay: 19s;
}

.items-8 .control-button:nth-of-type(5),
.items-8 .item:nth-of-type(5) {
    -webkit-animation-delay: 26s;
    -o-animation-delay: 26s;
    animation-delay: 26s;
}

.items-8 .control-button:nth-of-type(6),
.items-8 .item:nth-of-type(6) {
    -webkit-animation-delay: 33s;
    -o-animation-delay: 33s;
    animation-delay: 33s;
}

.items-8 .control-button:nth-of-type(7),
.items-8 .item:nth-of-type(7) {
    -webkit-animation-delay: 40s;
    -o-animation-delay: 40s;
    animation-delay: 40s;
}

.items-8 .control-button:nth-of-type(8),
.items-8 .item:nth-of-type(8) {
    -webkit-animation-delay: 47s;
    -o-animation-delay: 47s;
    animation-delay: 47s;
}





@-webkit-keyframes arrowAnimation-9 {
  0% {
    z-index:0
  }

  4.5%, 11% {
    z-index:100
  }

  15.5%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-9 {
  0% {
    z-index:0
  }

  4.5%, 11% {
    z-index:100
  }

  15.5%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-9 {
  0% {
    z-index:0
  }

  4.5%, 11% {
    z-index:100
  }

  15.5%, 100% {
    z-index:0
  }
}



.items-9.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-9 63s infinite;
  -o-animation: arrowAnimation-9 63s infinite;
  animation: arrowAnimation-9 63s infinite;
}


.items-9 .secondary-controls[data-gallery-arrows="1"],
.items-9 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-9 .secondary-controls[data-gallery-arrows="2"] ,
.items-9 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-9 .secondary-controls[data-gallery-arrows="3"] ,
.items-9 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


.items-9 .secondary-controls[data-gallery-arrows="4"] ,
.items-9 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}


.items-9 .secondary-controls[data-gallery-arrows="5"] ,
.items-9 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}



.items-9 .secondary-controls[data-gallery-arrows="6"] ,
.items-9 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}



.items-9 .secondary-controls[data-gallery-arrows="7"] ,
.items-9 .item:nth-of-type(7) {
  -webkit-animation-delay: 40s;
  -o-animation-delay: 40s;
  animation-delay: 40s;
}


.items-9 .secondary-controls[data-gallery-arrows="8"] ,
.items-9 .item:nth-of-type(8) {
  -webkit-animation-delay: 47s;
  -o-animation-delay: 47s;
  animation-delay: 47s;
}

.items-9 .secondary-controls[data-gallery-arrows="9"] ,
.items-9 .item:nth-of-type(9) {
  -webkit-animation-delay: 54s;
  -o-animation-delay: 54s;
  animation-delay: 54s;
}


@-webkit-keyframes controlAnimation-9 {
    0% {
        opacity: 0.5;
    }

    4.5%, 11% {
        opacity: 1;
        color: #fff;
    }

    15.5%, 100% {
        opacity: 0.5;
    }
}



@-o-keyframes controlAnimation-9 {
    0% {
        opacity: 0.5;
    }

    4.5%, 11% {
        opacity: 1;
        color: #fff;
    }

    15.5%, 100% {
        opacity: 0.5;
    }
}

@keyframes controlAnimation-9 {
    0% {
        opacity: 0.5;
    }

    4.5%, 11% {
        opacity: 1;
        color: #fff;
    }

    15.5%, 100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes galleryAnimation-9 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.5%, 11% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    15.5%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@-o-keyframes galleryAnimation-9 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.5%, 11% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    15.5%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@keyframes galleryAnimation-9 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.5%, 11% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    15.5%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9) {
    pointer-events: auto;
    opacity: 1;
}


.items-9.autoplay .control-button {
    -webkit-animation: controlAnimation-9 63s infinite;
    -o-animation: controlAnimation-9 63s infinite;
    animation: controlAnimation-9 63s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-9.autoplay .item {
    -webkit-animation: galleryAnimation-9 63s infinite;
    -o-animation: galleryAnimation-9 63s infinite;
    animation: galleryAnimation-9 63s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-9 .control-button:nth-of-type(1),
.items-9 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-9 .control-button:nth-of-type(2),
.items-9 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-9 .control-button:nth-of-type(3),
.items-9 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

.items-9 .control-button:nth-of-type(4),
.items-9 .item:nth-of-type(4) {
    -webkit-animation-delay: 19s;
    -o-animation-delay: 19s;
    animation-delay: 19s;
}

.items-9 .control-button:nth-of-type(5),
.items-9 .item:nth-of-type(5) {
    -webkit-animation-delay: 26s;
    -o-animation-delay: 26s;
    animation-delay: 26s;
}

.items-9 .control-button:nth-of-type(6),
.items-9 .item:nth-of-type(6) {
    -webkit-animation-delay: 33s;
    -o-animation-delay: 33s;
    animation-delay: 33s;
}

.items-9 .control-button:nth-of-type(7),
.items-9 .item:nth-of-type(7) {
    -webkit-animation-delay: 40s;
    -o-animation-delay: 40s;
    animation-delay: 40s;
}

.items-9 .control-button:nth-of-type(8),
.items-9 .item:nth-of-type(8) {
    -webkit-animation-delay: 47s;
    -o-animation-delay: 47s;
    animation-delay: 47s;
}

.items-9 .control-button:nth-of-type(9),
.items-9 .item:nth-of-type(9) {
    -webkit-animation-delay: 54s;
    -o-animation-delay: 54s;
    animation-delay: 54s;
}





@-webkit-keyframes arrowAnimation-10 {
  0% {
    z-index:0
  }

  4.3%, 10% {
    z-index:100
  }

  14.3%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-10 {
  0% {
    z-index:0
  }

  4.3%, 10% {
    z-index:100
  }

  14.3%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-10 {
  0% {
    z-index:0
  }

  4.3%, 10% {
    z-index:100
  }

  14.3%, 100% {
    z-index:0
  }
}



.items-10.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-10 70s infinite;
  -o-animation: arrowAnimation-10 70s infinite;
  animation: arrowAnimation-10 70s infinite;
}


.items-10 .secondary-controls[data-gallery-arrows="1"],
.items-10 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-10 .secondary-controls[data-gallery-arrows="2"] ,
.items-10 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-10 .secondary-controls[data-gallery-arrows="3"] ,
.items-10 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


.items-10 .secondary-controls[data-gallery-arrows="4"] ,
.items-10 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}


.items-10 .secondary-controls[data-gallery-arrows="5"] ,
.items-10 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}



.items-10 .secondary-controls[data-gallery-arrows="6"] ,
.items-10 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}



.items-10 .secondary-controls[data-gallery-arrows="7"] ,
.items-10 .item:nth-of-type(7) {
  -webkit-animation-delay: 40s;
  -o-animation-delay: 40s;
  animation-delay: 40s;
}


.items-10 .secondary-controls[data-gallery-arrows="8"] ,
.items-10 .item:nth-of-type(8) {
  -webkit-animation-delay: 47s;
  -o-animation-delay: 47s;
  animation-delay: 47s;
}

.items-10 .secondary-controls[data-gallery-arrows="9"] ,
.items-10 .item:nth-of-type(9) {
  -webkit-animation-delay: 54s;
  -o-animation-delay: 54s;
  animation-delay: 54s;
}


.items-10 .secondary-controls[data-gallery-arrows="10"] ,
.items-10 .item:nth-of-type(10) {
  -webkit-animation-delay: 61s;
  -o-animation-delay: 61s;
  animation-delay: 61s;
}


@-webkit-keyframes controlAnimation-10 {
    0% {
        opacity: 0.5;
    }

    4.3%, 10% {
        opacity: 1;
        color: #fff;
    }

    14.3%, 100% {
        opacity: 0.5;
    }
}



@-o-keyframes controlAnimation-10 {
    0% {
        opacity: 0.5;
    }

    4.3%, 10% {
        opacity: 1;
        color: #fff;
    }

    14.3%, 100% {
        opacity: 0.5;
    }
}

@keyframes controlAnimation-10 {
    0% {
        opacity: 0.5;
    }

    4.3%, 10% {
        opacity: 1;
        color: #fff;
    }

    14.3%, 100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes galleryAnimation-10 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.3%, 10% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

   14.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@-o-keyframes galleryAnimation-10 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.3%, 10% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

   14.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@keyframes galleryAnimation-10 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.3%, 10% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

   14.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10) {
    pointer-events: auto;
    opacity: 1;
}


.items-10.autoplay .control-button {
    -webkit-animation: controlAnimation-10 70s infinite;
    -o-animation: controlAnimation-10 70s infinite;
    animation: controlAnimation-10 70s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-10.autoplay .item {
    -webkit-animation: galleryAnimation-10 70s infinite;
    -o-animation: galleryAnimation-10 70s infinite;
    animation: galleryAnimation-10 70s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-10 .control-button:nth-of-type(1),
.items-10 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-10 .control-button:nth-of-type(2),
.items-10 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-10 .control-button:nth-of-type(3),
.items-10 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

.items-10 .control-button:nth-of-type(4),
.items-10 .item:nth-of-type(4) {
    -webkit-animation-delay: 19s;
    -o-animation-delay: 19s;
    animation-delay: 19s;
}

.items-10 .control-button:nth-of-type(5),
.items-10 .item:nth-of-type(5) {
    -webkit-animation-delay: 26s;
    -o-animation-delay: 26s;
    animation-delay: 26s;
}

.items-10 .control-button:nth-of-type(6),
.items-10 .item:nth-of-type(6) {
    -webkit-animation-delay: 33s;
    -o-animation-delay: 33s;
    animation-delay: 33s;
}

.items-10 .control-button:nth-of-type(7),
.items-10 .item:nth-of-type(7) {
    -webkit-animation-delay: 40s;
    -o-animation-delay: 40s;
    animation-delay: 40s;
}

.items-10 .control-button:nth-of-type(8),
.items-10 .item:nth-of-type(8) {
    -webkit-animation-delay: 47s;
    -o-animation-delay: 47s;
    animation-delay: 47s;
}

.items-10 .control-button:nth-of-type(9),
.items-10 .item:nth-of-type(9) {
    -webkit-animation-delay: 54s;
    -o-animation-delay: 54s;
    animation-delay: 54s;
}


.items-10 .control-button:nth-of-type(10),
.items-10 .item:nth-of-type(10) {
    -webkit-animation-delay: 63s;
    -o-animation-delay: 63s;
    animation-delay: 63s;
}






/*-----------------------------------------------------------------------------------*/




@-webkit-keyframes arrowAnimation-13 {
  0% {
    z-index:0
  }

  4.3%, 10% {
    z-index:100
  }

  14.3%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-13 {
  0% {
    z-index:0
  }

  4.3%, 10% {
    z-index:100
  }

  14.3%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-13 {
  0% {
    z-index:0
  }

  4.3%, 10% {
    z-index:100
  }

  14.3%, 100% {
    z-index:0
  }
}



.items-13.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-13 91s infinite;
  -o-animation: arrowAnimation-13 91s infinite;
  animation: arrowAnimation-13 91s infinite;
}


.items-13 .secondary-controls[data-gallery-arrows="1"],
.items-13 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-13 .secondary-controls[data-gallery-arrows="2"] ,
.items-13 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-13 .secondary-controls[data-gallery-arrows="3"] ,
.items-13 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


.items-13 .secondary-controls[data-gallery-arrows="4"] ,
.items-13 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}


.items-13 .secondary-controls[data-gallery-arrows="5"] ,
.items-13 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}



.items-13 .secondary-controls[data-gallery-arrows="6"] ,
.items-13 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}



.items-13 .secondary-controls[data-gallery-arrows="7"] ,
.items-13 .item:nth-of-type(7) {
  -webkit-animation-delay: 40s;
  -o-animation-delay: 40s;
  animation-delay: 40s;
}


.items-13 .secondary-controls[data-gallery-arrows="8"] ,
.items-13 .item:nth-of-type(8) {
  -webkit-animation-delay: 47s;
  -o-animation-delay: 47s;
  animation-delay: 47s;
}

.items-13 .secondary-controls[data-gallery-arrows="9"] ,
.items-13 .item:nth-of-type(9) {
  -webkit-animation-delay: 54s;
  -o-animation-delay: 54s;
  animation-delay: 54s;
}


.items-13 .secondary-controls[data-gallery-arrows="10"] ,
.items-13 .item:nth-of-type(10) {
  -webkit-animation-delay: 61s;
  -o-animation-delay: 61s;
  animation-delay: 61s;
}


.items-13 .secondary-controls[data-gallery-arrows="11"] ,
.items-13 .item:nth-of-type(11) {
  -webkit-animation-delay: 68s;
  -o-animation-delay: 68s;
  animation-delay: 68s;
}


.items-13 .secondary-controls[data-gallery-arrows="12"] ,
.items-13 .item:nth-of-type(12) {
  -webkit-animation-delay: 75s;
  -o-animation-delay: 75s;
  animation-delay: 75s;
}


.items-13 .secondary-controls[data-gallery-arrows="13"] ,
.items-13 .item:nth-of-type(13) {
  -webkit-animation-delay: 82s;
  -o-animation-delay: 82s;
  animation-delay: 82s;
}


@-webkit-keyframes controlAnimation-13 {
    0% {
        opacity: 0.5;
    }

    4.3%, 10% {
        opacity: 1;
        color: #fff;
    }

    14.3%, 100% {
        opacity: 0.5;
    }
}



@-o-keyframes controlAnimation-13 {
    0% {
        opacity: 0.5;
    }

    4.3%, 10% {
        opacity: 1;
        color: #fff;
    }

    14.3%, 100% {
        opacity: 0.5;
    }
}

@keyframes controlAnimation-13 {
    0% {
        opacity: 0.5;
    }

    4.3%, 10% {
        opacity: 1;
        color: #fff;
    }

    14.3%, 100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes galleryAnimation-13 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.3%, 10% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

   14.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@-o-keyframes galleryAnimation-13 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.3%, 10% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

   14.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@keyframes galleryAnimation-13 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.3%, 10% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

   14.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10) {
    pointer-events: auto;
    opacity: 1;
}


.gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12) {
    pointer-events: auto;
    opacity: 1;
}


.gallery .control-operator:nth-of-type(13):target ~ .item:nth-of-type(13) {
    pointer-events: auto;
    opacity: 1;
}

.items-13.autoplay .control-button {
    -webkit-animation: controlAnimation-13 91s infinite;
    -o-animation: controlAnimation-13 91s infinite;
    animation: controlAnimation-13 91s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-13.autoplay .item {
    -webkit-animation: galleryAnimation-13 91s infinite;
    -o-animation: galleryAnimation-13 91s infinite;
    animation: galleryAnimation-13 91s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-13 .control-button:nth-of-type(1),
.items-13 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-13 .control-button:nth-of-type(2),
.items-13 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-13 .control-button:nth-of-type(3),
.items-13 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

.items-13 .control-button:nth-of-type(4),
.items-13 .item:nth-of-type(4) {
    -webkit-animation-delay: 19s;
    -o-animation-delay: 19s;
    animation-delay: 19s;
}

.items-13 .control-button:nth-of-type(5),
.items-13 .item:nth-of-type(5) {
    -webkit-animation-delay: 26s;
    -o-animation-delay: 26s;
    animation-delay: 26s;
}

.items-13 .control-button:nth-of-type(6),
.items-13 .item:nth-of-type(6) {
    -webkit-animation-delay: 33s;
    -o-animation-delay: 33s;
    animation-delay: 33s;
}

.items-13 .control-button:nth-of-type(7),
.items-13 .item:nth-of-type(7) {
    -webkit-animation-delay: 40s;
    -o-animation-delay: 40s;
    animation-delay: 40s;
}

.items-13 .control-button:nth-of-type(8),
.items-13 .item:nth-of-type(8) {
    -webkit-animation-delay: 47s;
    -o-animation-delay: 47s;
    animation-delay: 47s;
}

.items-13 .control-button:nth-of-type(9),
.items-13 .item:nth-of-type(9) {
    -webkit-animation-delay: 54s;
    -o-animation-delay: 54s;
    animation-delay: 54s;
}


.items-13 .control-button:nth-of-type(10),
.items-13 .item:nth-of-type(10) {
    -webkit-animation-delay: 63s;
    -o-animation-delay: 63s;
    animation-delay: 63s;
}


.items-13 .control-button:nth-of-type(11),
.items-13 .item:nth-of-type(11) {
    -webkit-animation-delay: 70s;
    -o-animation-delay: 70s;
    animation-delay: 70s;
}



.items-13 .control-button:nth-of-type(12),
.items-13 .item:nth-of-type(12) {
    -webkit-animation-delay: 77s;
    -o-animation-delay: 77s;
    animation-delay: 77s;
}


.items-13 .control-button:nth-of-type(13),
.items-13 .item:nth-of-type(13) {
    -webkit-animation-delay: 84s;
    -o-animation-delay: 84s;
    animation-delay: 84s;
}














/*-----------------------------------------------------------------------------------*/



@-webkit-keyframes arrowAnimation-18 {
  0% {
    z-index:0
  }

  5.7%, 20% {
    z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-18 {
  0% {
    z-index:0
  }

  5.7%, 20% {
    z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-18 {
  0% {
    z-index:0
  }

  5.7%, 20% {
    z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}




/*-----------------------------------------------------------------------------------*/




/*-----------------------------------------------------------------------------------*/




.items-18.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-18 124s infinite;
  -o-animation: arrowAnimation-18 124s infinite;
  animation: arrowAnimation-18 124s infinite;
}


.items-18 .secondary-controls[data-gallery-arrows="1"],
.items-18 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-18 .secondary-controls[data-gallery-arrows="2"] ,
.items-18 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-18 .secondary-controls[data-gallery-arrows="3"] ,
.items-18 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


.items-18 .secondary-controls[data-gallery-arrows="4"] ,
.items-18 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}


.items-18 .secondary-controls[data-gallery-arrows="5"] ,
.items-18 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}



.items-18 .secondary-controls[data-gallery-arrows="6"] ,
.items-18 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}



.items-18 .secondary-controls[data-gallery-arrows="7"] ,
.items-18 .item:nth-of-type(7) {
  -webkit-animation-delay: 40s;
  -o-animation-delay: 40s;
  animation-delay: 40s;
}


.items-18 .secondary-controls[data-gallery-arrows="8"] ,
.items-18 .item:nth-of-type(8) {
  -webkit-animation-delay: 47s;
  -o-animation-delay: 47s;
  animation-delay: 47s;
}


.items-18 .secondary-controls[data-gallery-arrows="9"] ,
.items-18 .item:nth-of-type(9) {
  -webkit-animation-delay: 54s;
  -o-animation-delay: 54s;
  animation-delay: 54s;
}



.items-18 .secondary-controls[data-gallery-arrows="10"] ,
.items-18 .item:nth-of-type(10) {
  -webkit-animation-delay: 61s;
  -o-animation-delay: 61s;
  animation-delay: 61s;
}



.items-18 .secondary-controls[data-gallery-arrows="11"] ,
.items-18 .item:nth-of-type(11) {
  -webkit-animation-delay: 68s;
  -o-animation-delay: 68s;
  animation-delay: 68s;
}



.items-18 .secondary-controls[data-gallery-arrows="12"] ,
.items-18 .item:nth-of-type(11) {
  -webkit-animation-delay: 75s;
  -o-animation-delay: 75s;
  animation-delay: 75s;
}




.items-18 .secondary-controls[data-gallery-arrows="13"] ,
.items-18 .item:nth-of-type(13) {
  -webkit-animation-delay: 82s;
  -o-animation-delay: 82s;
  animation-delay: 82s;
}


.items-18 .secondary-controls[data-gallery-arrows="14"] ,
.items-18 .item:nth-of-type(14) {
  -webkit-animation-delay: 89s;
  -o-animation-delay: 89s;
  animation-delay: 89s;
}



.items-18 .secondary-controls[data-gallery-arrows="15"] ,
.items-18 .item:nth-of-type(15) {
  -webkit-animation-delay: 96s;
  -o-animation-delay: 96s;
  animation-delay: 96s;
}


.items-18 .secondary-controls[data-gallery-arrows="16"] ,
.items-18 .item:nth-of-type(16) {
  -webkit-animation-delay: 103s;
  -o-animation-delay: 103s;
  animation-delay: 103s;
}


.items-18 .secondary-controls[data-gallery-arrows="17"] ,
.items-18 .item:nth-of-type(17) {
  -webkit-animation-delay: 110s;
  -o-animation-delay: 110s;
  animation-delay: 110s;
}



.items-18 .secondary-controls[data-gallery-arrows="18"] ,
.items-18 .item:nth-of-type(18) {
  -webkit-animation-delay: 117s;
  -o-animation-delay: 117s;
  animation-delay: 117s;
}







/*----------------------------------------------------------------------------*/






@-webkit-keyframes controlAnimation-18 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-o-keyframes controlAnimation-18 {
  0% {
    color: #000;
    color: rgba(255, 203, 8, 0.4);
  }

  5.7%, 20% {
    color: #000;
    color: rgba(255, 203, 8, 0.8);
  }

  25.7%, 100% {
    color: #000;
    color: rgba(255, 203, 8, 0.4);
  }
}

@keyframes controlAnimation-18 {
    0% {
    color: #000;
    color: rgba(255, 203, 8, 0.8);
  }

  5.7%, 20% {
    color: #000;
    color: rgba(255, 203, 8, 0.2);
  }

  25.7%, 100% {
    color: #000;
    color: rgba(255, 203, 8, 0.8);
  }
}

@-webkit-keyframes galleryAnimation-18 {
  0% {
    opacity: 0;
  }

  0.5%, 3% {
    opacity: 1;
  }

  3.5%, 100% {
    opacity: 0;
  }
}

@-o-keyframes galleryAnimation-18 {
  0% {
    opacity: 0;
  }

  0.5%, 3% {
    opacity: 1;
  }

  3.5%, 100% {
    opacity: 0;
  }
}

@keyframes galleryAnimation-18 {
  0% {
    opacity: 0;
  }

  0.5%, 3% {
    opacity: 1;
  }

  3.5%, 100% {
    opacity: 0;
  }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8) {
  pointer-events: auto;
  opacity: 1;
}



.gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(13):target ~ .item:nth-of-type(13) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(14):target ~ .item:nth-of-type(14) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(15):target ~ .item:nth-of-type(15) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(16):target ~ .item:nth-of-type(16) {
  pointer-events: auto;
  opacity: 1;
}




.gallery .control-operator:nth-of-type(17):target ~ .item:nth-of-type(17) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(18):target ~ .item:nth-of-type(18) {
  pointer-events: auto;
  opacity: 1;
}



.items-18.autoplay .control-button {
    -webkit-animation: controlAnimation-18 134s infinite;
    -o-animation: controlAnimation-18 134s infinite;
    animation: controlAnimation-18 134s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-18.autoplay .item {
    -webkit-animation: galleryAnimation-18 134s infinite;
    -o-animation: galleryAnimation-18 70s infinite;
    animation: galleryAnimation-18 70s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}



.items-18 .control-button:nth-of-type(1),
.items-18 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-18 .control-button:nth-of-type(2),
.items-18 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-18 .control-button:nth-of-type(3),
.items-18 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

.items-18 .control-button:nth-of-type(4),
.items-18 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}

.items-18 .control-button:nth-of-type(5),
.items-18 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}

.items-18 .control-button:nth-of-type(6),
.items-18 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}

.items-18 .control-button:nth-of-type(7),
.items-18 .item:nth-of-type(7) {
  -webkit-animation-delay: 40s;
  -o-animation-delay: 40s;
  animation-delay: 40s;
}

.items-18 .control-button:nth-of-type(8),
.items-18 .item:nth-of-type(8) {
  -webkit-animation-delay: 47s;
  -o-animation-delay: 47s;
  animation-delay: 47s;
}


.items-18 .control-button:nth-of-type(9),
.items-18 .item:nth-of-type(9) {
  -webkit-animation-delay: 54s;
  -o-animation-delay: 54s;
  animation-delay: 54s;
}


.items-18 .control-button:nth-of-type(10),
.items-18 .item:nth-of-type(10) {
  -webkit-animation-delay: 61s;
  -o-animation-delay: 61s;
  animation-delay: 61s;
}


.items-18 .control-button:nth-of-type(11),
.items-18 .item:nth-of-type(11) {
  -webkit-animation-delay: 68s;
  -o-animation-delay: 68s;
  animation-delay: 68s;
}



.items-18 .control-button:nth-of-type(12),
.items-18 .item:nth-of-type(12) {
  -webkit-animation-delay: 75s;
  -o-animation-delay: 75s;
  animation-delay: 75s;
}


.items-18 .control-button:nth-of-type(13),
.items-18 .item:nth-of-type(13) {
  -webkit-animation-delay: 82s;
  -o-animation-delay: 82s;
  animation-delay: 82s;
}


.items-18 .control-button:nth-of-type(14),
.items-18 .item:nth-of-type(14) {
  -webkit-animation-delay: 89s;
  -o-animation-delay: 89s;
  animation-delay: 89s;
}


.items-18 .control-button:nth-of-type(15),
.items-18 .item:nth-of-type(15) {
  -webkit-animation-delay: 96s;
  -o-animation-delay: 96s;
  animation-delay: 96s;
}



.items-18 .control-button:nth-of-type(16),
.items-18 .item:nth-of-type(16) {
  -webkit-animation-delay: 103s;
  -o-animation-delay: 103s;
  animation-delay: 103s;
}


.items-18 .control-button:nth-of-type(17),
.items-18 .item:nth-of-type(17) {
  -webkit-animation-delay: 110s;
  -o-animation-delay: 110s;
  animation-delay: 110s;
}



.items-18 .control-button:nth-of-type(18),
.items-18 .item:nth-of-type(18) {
  -webkit-animation-delay: 117s;
  -o-animation-delay: 117s;
  animation-delay: 117s;
}






/*---------------------------------------------------------------------------------------------------------------------------------------------*/







/*-----------------------------------------------------------------------------------*/



@-webkit-keyframes arrowAnimation-19 {
  0% {
    z-index:0
  }

  5.7%, 20% {
    z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-19 {
  0% {
    z-index:0
  }

  5.7%, 20% {
    z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-19 {
  0% {
    z-index:0
  }

  5.7%, 20% {
    z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}




/*-----------------------------------------------------------------------------------*/




/*-----------------------------------------------------------------------------------*/




.items-19.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-19 131s infinite;
  -o-animation: arrowAnimation-19 131s infinite;
  animation: arrowAnimation-19 131s infinite;
}


.items-19 .secondary-controls[data-gallery-arrows="1"],
.items-19 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-19 .secondary-controls[data-gallery-arrows="2"] ,
.items-19 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-19 .secondary-controls[data-gallery-arrows="3"] ,
.items-19 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


.items-19 .secondary-controls[data-gallery-arrows="4"] ,
.items-19 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}


.items-19 .secondary-controls[data-gallery-arrows="5"] ,
.items-19 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}



.items-19 .secondary-controls[data-gallery-arrows="6"] ,
.items-19 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}



.items-19 .secondary-controls[data-gallery-arrows="7"] ,
.items-19 .item:nth-of-type(7) {
  -webkit-animation-delay: 40s;
  -o-animation-delay: 40s;
  animation-delay: 40s;
}


.items-19 .secondary-controls[data-gallery-arrows="8"] ,
.items-19 .item:nth-of-type(8) {
  -webkit-animation-delay: 47s;
  -o-animation-delay: 47s;
  animation-delay: 47s;
}


.items-19 .secondary-controls[data-gallery-arrows="9"] ,
.items-19 .item:nth-of-type(9) {
  -webkit-animation-delay: 54s;
  -o-animation-delay: 54s;
  animation-delay: 54s;
}



.items-19 .secondary-controls[data-gallery-arrows="10"] ,
.items-19 .item:nth-of-type(10) {
  -webkit-animation-delay: 61s;
  -o-animation-delay: 61s;
  animation-delay: 61s;
}



.items-19 .secondary-controls[data-gallery-arrows="11"] ,
.items-19 .item:nth-of-type(11) {
  -webkit-animation-delay: 68s;
  -o-animation-delay: 68s;
  animation-delay: 68s;
}



.items-19 .secondary-controls[data-gallery-arrows="12"] ,
.items-19 .item:nth-of-type(11) {
  -webkit-animation-delay: 75s;
  -o-animation-delay: 75s;
  animation-delay: 75s;
}




.items-19 .secondary-controls[data-gallery-arrows="13"] ,
.items-19 .item:nth-of-type(13) {
  -webkit-animation-delay: 82s;
  -o-animation-delay: 82s;
  animation-delay: 82s;
}


.items-19 .secondary-controls[data-gallery-arrows="14"] ,
.items-19 .item:nth-of-type(14) {
  -webkit-animation-delay: 89s;
  -o-animation-delay: 89s;
  animation-delay: 89s;
}



.items-19 .secondary-controls[data-gallery-arrows="15"] ,
.items-19 .item:nth-of-type(15) {
  -webkit-animation-delay: 96s;
  -o-animation-delay: 96s;
  animation-delay: 96s;
}


.items-19 .secondary-controls[data-gallery-arrows="16"] ,
.items-19 .item:nth-of-type(16) {
  -webkit-animation-delay: 103s;
  -o-animation-delay: 103s;
  animation-delay: 103s;
}


.items-19 .secondary-controls[data-gallery-arrows="17"] ,
.items-19 .item:nth-of-type(17) {
  -webkit-animation-delay: 110s;
  -o-animation-delay: 110s;
  animation-delay: 110s;
}



.items-19 .secondary-controls[data-gallery-arrows="18"] ,
.items-19 .item:nth-of-type(18) {
  -webkit-animation-delay: 117s;
  -o-animation-delay: 117s;
  animation-delay: 117s;
}



.items-19 .secondary-controls[data-gallery-arrows="19"] ,
.items-19 .item:nth-of-type(18) {
  -webkit-animation-delay: 124s;
  -o-animation-delay: 124s;
  animation-delay: 124s;
}



/*----------------------------------------------------------------------------*/






@-webkit-keyframes controlAnimation-19 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-o-keyframes controlAnimation-19 {
  0% {
    color: #000;
    color: rgba(255, 203, 8, 0.4);
  }

  5.7%, 20% {
    color: #000;
    color: rgba(255, 203, 8, 0.8);
  }

  25.7%, 100% {
    color: #000;
    color: rgba(255, 203, 8, 0.4);
  }
}

@keyframes controlAnimation-19 {
    0% {
    color: #000;
    color: rgba(255, 203, 8, 0.8);
  }

  5.7%, 20% {
    color: #000;
    color: rgba(255, 203, 8, 0.2);
  }

  25.7%, 100% {
    color: #000;
    color: rgba(255, 203, 8, 0.8);
  }
}

@-webkit-keyframes galleryAnimation-19 {
  0% {
    opacity: 0;
  }

  0.5%, 3% {
    opacity: 1;
  }

  3.5%, 100% {
    opacity: 0;
  }
}

@-o-keyframes galleryAnimation-19 {
  0% {
    opacity: 0;
  }

  0.5%, 3% {
    opacity: 1;
  }

  3.5%, 100% {
    opacity: 0;
  }
}

@keyframes galleryAnimation-19 {
  0% {
    opacity: 0;
  }

  0.5%, 3% {
    opacity: 1;
  }

  3.5%, 100% {
    opacity: 0;
  }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8) {
  pointer-events: auto;
  opacity: 1;
}



.gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(13):target ~ .item:nth-of-type(13) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(14):target ~ .item:nth-of-type(14) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(15):target ~ .item:nth-of-type(15) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(16):target ~ .item:nth-of-type(16) {
  pointer-events: auto;
  opacity: 1;
}




.gallery .control-operator:nth-of-type(17):target ~ .item:nth-of-type(17) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(18):target ~ .item:nth-of-type(18) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(19):target ~ .item:nth-of-type(19) {
  pointer-events: auto;
  opacity: 1;
}



.items-19.autoplay .control-button {
    -webkit-animation: controlAnimation-19 141s infinite;
    -o-animation: controlAnimation-19 141s infinite;
    animation: controlAnimation-19 141s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-19.autoplay .item {
    -webkit-animation: galleryAnimation-19 141s infinite;
    -o-animation: galleryAnimation-19 141s infinite;
    animation: galleryAnimation-19 141s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}



.items-19 .control-button:nth-of-type(1),
.items-19 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-19 .control-button:nth-of-type(2),
.items-19 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-19 .control-button:nth-of-type(3),
.items-19 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

.items-19 .control-button:nth-of-type(4),
.items-19 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}

.items-19 .control-button:nth-of-type(5),
.items-19 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}

.items-19 .control-button:nth-of-type(6),
.items-19 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}

.items-19 .control-button:nth-of-type(7),
.items-19 .item:nth-of-type(7) {
  -webkit-animation-delay: 40s;
  -o-animation-delay: 40s;
  animation-delay: 40s;
}

.items-19 .control-button:nth-of-type(8),
.items-19 .item:nth-of-type(8) {
  -webkit-animation-delay: 47s;
  -o-animation-delay: 47s;
  animation-delay: 47s;
}


.items-19 .control-button:nth-of-type(9),
.items-19 .item:nth-of-type(9) {
  -webkit-animation-delay: 54s;
  -o-animation-delay: 54s;
  animation-delay: 54s;
}


.items-19 .control-button:nth-of-type(10),
.items-19 .item:nth-of-type(10) {
  -webkit-animation-delay: 61s;
  -o-animation-delay: 61s;
  animation-delay: 61s;
}


.items-19 .control-button:nth-of-type(11),
.items-19 .item:nth-of-type(11) {
  -webkit-animation-delay: 68s;
  -o-animation-delay: 68s;
  animation-delay: 68s;
}



.items-19 .control-button:nth-of-type(12),
.items-19 .item:nth-of-type(12) {
  -webkit-animation-delay: 75s;
  -o-animation-delay: 75s;
  animation-delay: 75s;
}


.items-19 .control-button:nth-of-type(13),
.items-19 .item:nth-of-type(13) {
  -webkit-animation-delay: 82s;
  -o-animation-delay: 82s;
  animation-delay: 82s;
}


.items-19 .control-button:nth-of-type(14),
.items-19 .item:nth-of-type(14) {
  -webkit-animation-delay: 89s;
  -o-animation-delay: 89s;
  animation-delay: 89s;
}


.items-19 .control-button:nth-of-type(15),
.items-19 .item:nth-of-type(15) {
  -webkit-animation-delay: 96s;
  -o-animation-delay: 96s;
  animation-delay: 96s;
}



.items-19 .control-button:nth-of-type(16),
.items-19 .item:nth-of-type(16) {
  -webkit-animation-delay: 103s;
  -o-animation-delay: 103s;
  animation-delay: 103s;
}


.items-19 .control-button:nth-of-type(17),
.items-19 .item:nth-of-type(17) {
  -webkit-animation-delay: 110s;
  -o-animation-delay: 110s;
  animation-delay: 110s;
}



.items-19 .control-button:nth-of-type(18),
.items-19 .item:nth-of-type(18) {
  -webkit-animation-delay: 117s;
  -o-animation-delay: 117s;
  animation-delay: 117s;
}



.items-19 .control-button:nth-of-type(19),
.items-19 .item:nth-of-type(19) {
  -webkit-animation-delay: 124s;
  -o-animation-delay: 124s;
  animation-delay: 124s;
}












.gallery .controls .control-button {
    opacity: 0.5;
    color: #fff;
}

.gallery .control-button:hover {
    opacity: 1;
}



.gallery .control-button:first-of-type, .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5), .gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6), .gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7), .gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8) {
    color: #fff;
}

/*
	Theme controls how everything looks in Gallery CSS.
*/

.gallery {
    position: relative;
}

    .gallery .item {
        overflow: hidden;
        text-align: center;
    }

    .gallery .controls {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        z-index: 100;
    }

    .gallery .control-button {
        display: inline-block;
        margin: 0 .02em;
        font-size: 3em;
        text-align: center;
        text-decoration: none;
        -webkit-transition: color .1s;
        -o-transition: color .1s;
        transition: color .1s;
    }







/*----------------------------------------------------------------------------------------------------------------------------*/







/*-----------------------------------------------------------------------------------*/



@-webkit-keyframes arrowAnimation-20 {
  0% {
    z-index:0
  }

  5.7%, 20% {
    z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-20 {
  0% {
    z-index:0
  }

  5.7%, 20% {
    z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-20 {
  0% {
    z-index:0
  }

  5.7%, 20% {
    z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}




/*-----------------------------------------------------------------------------------*/




/*-----------------------------------------------------------------------------------*/




.items-20.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-20 138s infinite;
  -o-animation: arrowAnimation-20 138s infinite;
  animation: arrowAnimation-20 138s infinite;
}


.items-20 .secondary-controls[data-gallery-arrows="1"],
.items-20 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-20 .secondary-controls[data-gallery-arrows="2"] ,
.items-20 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-20 .secondary-controls[data-gallery-arrows="3"] ,
.items-20 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


.items-20 .secondary-controls[data-gallery-arrows="4"] ,
.items-20 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}


.items-20 .secondary-controls[data-gallery-arrows="5"] ,
.items-20 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}



.items-20 .secondary-controls[data-gallery-arrows="6"] ,
.items-20 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}



.items-20 .secondary-controls[data-gallery-arrows="7"] ,
.items-20 .item:nth-of-type(7) {
  -webkit-animation-delay: 40s;
  -o-animation-delay: 40s;
  animation-delay: 40s;
}


.items-20 .secondary-controls[data-gallery-arrows="8"] ,
.items-20 .item:nth-of-type(8) {
  -webkit-animation-delay: 47s;
  -o-animation-delay: 47s;
  animation-delay: 47s;
}


.items-20 .secondary-controls[data-gallery-arrows="9"] ,
.items-20 .item:nth-of-type(9) {
  -webkit-animation-delay: 54s;
  -o-animation-delay: 54s;
  animation-delay: 54s;
}



.items-20 .secondary-controls[data-gallery-arrows="10"] ,
.items-20 .item:nth-of-type(10) {
  -webkit-animation-delay: 61s;
  -o-animation-delay: 61s;
  animation-delay: 61s;
}



.items-20 .secondary-controls[data-gallery-arrows="11"] ,
.items-20 .item:nth-of-type(11) {
  -webkit-animation-delay: 68s;
  -o-animation-delay: 68s;
  animation-delay: 68s;
}



.items-20 .secondary-controls[data-gallery-arrows="12"] ,
.items-20 .item:nth-of-type(11) {
  -webkit-animation-delay: 75s;
  -o-animation-delay: 75s;
  animation-delay: 75s;
}




.items-20 .secondary-controls[data-gallery-arrows="13"] ,
.items-20 .item:nth-of-type(13) {
  -webkit-animation-delay: 82s;
  -o-animation-delay: 82s;
  animation-delay: 82s;
}


.items-20 .secondary-controls[data-gallery-arrows="14"] ,
.items-20 .item:nth-of-type(14) {
  -webkit-animation-delay: 89s;
  -o-animation-delay: 89s;
  animation-delay: 89s;
}



.items-20 .secondary-controls[data-gallery-arrows="15"] ,
.items-20 .item:nth-of-type(15) {
  -webkit-animation-delay: 96s;
  -o-animation-delay: 96s;
  animation-delay: 96s;
}


.items-20 .secondary-controls[data-gallery-arrows="16"] ,
.items-20 .item:nth-of-type(16) {
  -webkit-animation-delay: 103s;
  -o-animation-delay: 103s;
  animation-delay: 103s;
}


.items-20 .secondary-controls[data-gallery-arrows="17"] ,
.items-20 .item:nth-of-type(17) {
  -webkit-animation-delay: 110s;
  -o-animation-delay: 110s;
  animation-delay: 110s;
}



.items-20 .secondary-controls[data-gallery-arrows="18"] ,
.items-20 .item:nth-of-type(18) {
  -webkit-animation-delay: 117s;
  -o-animation-delay: 117s;
  animation-delay: 117s;
}



.items-20 .secondary-controls[data-gallery-arrows="19"] ,
.items-20 .item:nth-of-type(18) {
  -webkit-animation-delay: 124s;
  -o-animation-delay: 124s;
  animation-delay: 124s;
}


.items-20 .secondary-controls[data-gallery-arrows="20"] ,
.items-20 .item:nth-of-type(18) {
  -webkit-animation-delay: 131s;
  -o-animation-delay: 131s;
  animation-delay: 131s;
}

/*----------------------------------------------------------------------------*/






@-webkit-keyframes controlAnimation-20 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-o-keyframes controlAnimation-20 {
  0% {
    color: #000;
    color: rgba(255, 203, 8, 0.4);
  }

  5.7%, 20% {
    color: #000;
    color: rgba(255, 203, 8, 0.8);
  }

  25.7%, 100% {
    color: #000;
    color: rgba(255, 203, 8, 0.4);
  }
}

@keyframes controlAnimation-20 {
    0% {
    color: #000;
    color: rgba(255, 203, 8, 0.8);
  }

  5.7%, 20% {
    color: #000;
    color: rgba(255, 203, 8, 0.2);
  }

  25.7%, 100% {
    color: #000;
    color: rgba(255, 203, 8, 0.8);
  }
}

@-webkit-keyframes galleryAnimation-20 {
  0% {
    opacity: 0;
  }

  0.5%, 3% {
    opacity: 1;
  }

  3.5%, 100% {
    opacity: 0;
  }
}

@-o-keyframes galleryAnimation-20 {
  0% {
    opacity: 0;
  }

  0.5%, 3% {
    opacity: 1;
  }

  3.5%, 100% {
    opacity: 0;
  }
}

@keyframes galleryAnimation-20 {
  0% {
    opacity: 0;
  }

  0.5%, 3% {
    opacity: 1;
  }

  3.5%, 100% {
    opacity: 0;
  }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8) {
  pointer-events: auto;
  opacity: 1;
}



.gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(13):target ~ .item:nth-of-type(13) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(14):target ~ .item:nth-of-type(14) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(15):target ~ .item:nth-of-type(15) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(16):target ~ .item:nth-of-type(16) {
  pointer-events: auto;
  opacity: 1;
}




.gallery .control-operator:nth-of-type(17):target ~ .item:nth-of-type(17) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(18):target ~ .item:nth-of-type(18) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(19):target ~ .item:nth-of-type(19) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(19):target ~ .item:nth-of-type(20) {
  pointer-events: auto;
  opacity: 1;
}

.items-20.autoplay .control-button {
    -webkit-animation: controlAnimation-20 148s infinite;
    -o-animation: controlAnimation-20 148s infinite;
    animation: controlAnimation-20 148s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-20.autoplay .item {
    -webkit-animation: galleryAnimation-20 148s infinite;
    -o-animation: galleryAnimation-20 148s infinite;
    animation: galleryAnimation-20 148s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}



.items-20 .control-button:nth-of-type(1),
.items-20 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-20 .control-button:nth-of-type(2),
.items-20 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-20 .control-button:nth-of-type(3),
.items-20 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

.items-20 .control-button:nth-of-type(4),
.items-20 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}

.items-20 .control-button:nth-of-type(5),
.items-20 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}

.items-20 .control-button:nth-of-type(6),
.items-20 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}

.items-20 .control-button:nth-of-type(7),
.items-20 .item:nth-of-type(7) {
  -webkit-animation-delay: 40s;
  -o-animation-delay: 40s;
  animation-delay: 40s;
}

.items-20 .control-button:nth-of-type(8),
.items-20 .item:nth-of-type(8) {
  -webkit-animation-delay: 47s;
  -o-animation-delay: 47s;
  animation-delay: 47s;
}


.items-20 .control-button:nth-of-type(9),
.items-20 .item:nth-of-type(9) {
  -webkit-animation-delay: 54s;
  -o-animation-delay: 54s;
  animation-delay: 54s;
}


.items-20 .control-button:nth-of-type(10),
.items-20 .item:nth-of-type(10) {
  -webkit-animation-delay: 61s;
  -o-animation-delay: 61s;
  animation-delay: 61s;
}


.items-20 .control-button:nth-of-type(11),
.items-20 .item:nth-of-type(11) {
  -webkit-animation-delay: 68s;
  -o-animation-delay: 68s;
  animation-delay: 68s;
}



.items-20 .control-button:nth-of-type(12),
.items-20 .item:nth-of-type(12) {
  -webkit-animation-delay: 75s;
  -o-animation-delay: 75s;
  animation-delay: 75s;
}


.items-20 .control-button:nth-of-type(13),
.items-20 .item:nth-of-type(13) {
  -webkit-animation-delay: 82s;
  -o-animation-delay: 82s;
  animation-delay: 82s;
}


.items-20 .control-button:nth-of-type(14),
.items-20 .item:nth-of-type(14) {
  -webkit-animation-delay: 89s;
  -o-animation-delay: 89s;
  animation-delay: 89s;
}


.items-20 .control-button:nth-of-type(15),
.items-20 .item:nth-of-type(15) {
  -webkit-animation-delay: 96s;
  -o-animation-delay: 96s;
  animation-delay: 96s;
}



.items-20 .control-button:nth-of-type(16),
.items-20 .item:nth-of-type(16) {
  -webkit-animation-delay: 103s;
  -o-animation-delay: 103s;
  animation-delay: 103s;
}


.items-20 .control-button:nth-of-type(17),
.items-20 .item:nth-of-type(17) {
  -webkit-animation-delay: 110s;
  -o-animation-delay: 110s;
  animation-delay: 110s;
}



.items-20 .control-button:nth-of-type(18),
.items-20 .item:nth-of-type(18) {
  -webkit-animation-delay: 117s;
  -o-animation-delay: 117s;
  animation-delay: 117s;
}



.items-20 .control-button:nth-of-type(19),
.items-20 .item:nth-of-type(19) {
  -webkit-animation-delay: 124s;
  -o-animation-delay: 124s;
  animation-delay: 124s;
}

.items-20 .control-button:nth-of-type(20),
.items-20 .item:nth-of-type(20) {
  -webkit-animation-delay: 131s;
  -o-animation-delay: 131s;
  animation-delay: 131s;
}

@keyframes controlAnimation-2 {
    0% {
        opacity: 0.5;
        color: #bfc3c0;
    }

    14.3%, 50% {
        opacity: 1;
        color: #bfc3c0;
    }

    64.3%, 100% {
        opacity: 0.5;
        color: #bfc3c0;
    }
}



@keyframes controlAnimation-3 {
    0% {
        opacity: 0.5;
        color: #bfc3c0;
    }

    9.5%, 33.3% {
        opacity: 1;
        color: #bfc3c0;
    }

    42.9%, 100% {
        opacity: 0.5;
        color: #bfc3c0;
    }
}

@keyframes controlAnimation-4 {
    0% {
        opacity: 0.5;
        color: #bfc3c0;
    }

    7.1%, 25% {
        opacity: 1;
        color: #bfc3c0;
    }

    32.1%, 100% {
        opacity: 0.5;
        color: #bfc3c0;
    }
}

@keyframes controlAnimation-5 {
    0% {
        opacity: 0.5;
        color: #bfc3c0;
    }

    5.7%, 20% {
        opacity: 1;
        color: #bfc3c0;
    }

    25.7%, 100% {
        opacity: 0.5;
        color: #bfc3c0;
    }
}



.gallery .secondary-controls nav {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    float: left;
    display: none;
}

.gallery .secondary-controls a {
    pointer-events: auto;
    height: 45px;
    width: 45px;
    border-radius: 52px;
    color: rgba(255, 255, 255, 1);
    font-size: 3em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    transition: all .25s;
    position: relative;
}

    .gallery .secondary-controls a img,
    .gallery .controls {
        display: none;
    }

    .gallery .secondary-controls a:after {
        content: ">";
        color: #333;
        font-size: 50px;
        font-weight: 100;
        font-family: monospace;
    }

    .gallery .secondary-controls a:nth-child(odd):after {
        content: "<";
    }


.gallery .secondary-controls nav {
    display: none;
}

.gallery .secondary-controls[data-gallery-arrows="1"],
.gallery .secondary-controls[data-gallery-arrows="2"] {
    opacity: 1;
}


/*.page.seccion .gallery figure {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
}*/





.gallery .control-operator:target ~ .secondary-controls {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}



.gallery .secondary-controls a:nth-child(1) img {
    left: 3px;
}

.gallery .secondary-controls a:nth-child(1) {
    float: left;
}



.gallery .secondary-controls a:nth-child(2) {
    float: right;
    right: 2px;
}





.gallery .item:first-of-type {
    left: 0
}



.gallery .item {
    left: 0;
}










@keyframes galleryAnimation-2 {
    0% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 99%
    }

    14.3%, 50% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 0
    }

    64.3%, 100% {
        opacity: 1;
        pointer-events: none;
        z-index: 0;
        left: -100%
    }
}


@-webkit-keyframes galleryAnimation-2 {
    0% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 99%
    }

    14.3%, 50% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 0
    }

    64.3%, 100% {
        opacity: 1;
        pointer-events: none;
        z-index: 0;
        left: -100%
    }
}


@-o-keyframes galleryAnimation-2 {
    0% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 99%
    }

    14.3%, 50% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 0
    }

    64.3%, 100% {
        opacity: 1;
        pointer-events: none;
        z-index: 0;
        left: -100%
    }
}


@-moz-keyframes galleryAnimation-2 {
    0% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 99%
    }

    14.3%, 50% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 0
    }

    64.3%, 100% {
        opacity: 1;
        pointer-events: none;
        z-index: 0;
        left: -100%
    }
}




@keyframes galleryAnimation-3 {
    0% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 99%
    }

    9.5%, 33.3% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 0
    }

    42.9%, 100% {
        opacity: 1;
        pointer-events: none;
        z-index: 0;
        left: -100%
    }
}

@-moz-keyframes galleryAnimation-3 {
    0% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 99%
    }

    9.5%, 33.3% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 0
    }

    42.9%, 100% {
        opacity: 1;
        pointer-events: none;
        z-index: 0;
        left: -100%
    }
}


@-o-keyframes galleryAnimation-3 {
    0% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 99%
    }

    9.5%, 33.3% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 0
    }

    42.9%, 100% {
        opacity: 1;
        pointer-events: none;
        z-index: 0;
        left: -100%
    }
}


@-webkit-keyframes galleryAnimation-3 {
    0% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 99%
    }

    9.5%, 33.3% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 0
    }

    42.9%, 100% {
        opacity: 1;
        pointer-events: none;
        z-index: 0;
        left: -100%
    }
}




@keyframes galleryAnimation-4 {
    0% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 99%
    }

    7.1%, 25% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 0
    }

    32.1%, 100% {
        opacity: 1;
        pointer-events: none;
        z-index: 0;
        left: -100%
    }
}

@-moz-keyframes galleryAnimation-4 {
    0% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 99%
    }

    7.1%, 25% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 0
    }

    32.1%, 100% {
        opacity: 1;
        pointer-events: none;
        z-index: 0;
        left: -100%
    }
}

@-o-keyframes galleryAnimation-4 {
    0% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 99%
    }

    7.1%, 25% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 0
    }

    32.1%, 100% {
        opacity: 1;
        pointer-events: none;
        z-index: 0;
        left: -100%
    }
}

@-webkit-keyframes galleryAnimation-4 {
    0% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 99%
    }

    7.1%, 25% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 0
    }

    32.1%, 100% {
        opacity: 1;
        pointer-events: none;
        z-index: 0;
        left: -100%
    }
}




@keyframes galleryAnimation-5 {
    0% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 99%
    }

    5.7%, 20% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 0
    }

    25.7%, 100% {
        opacity: 1;
        pointer-events: 0;
        z-index: 0;
        left: -100%
    }
}


@-moz-keyframes galleryAnimation-5 {
    0% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 99%
    }

    5.7%, 20% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 0
    }

    25.7%, 100% {
        opacity: 1;
        pointer-events: 0;
        z-index: 0;
        left: -100%
    }
}


@-o-keyframes galleryAnimation-5 {
    0% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 99%
    }

    5.7%, 20% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 0
    }

    25.7%, 100% {
        opacity: 1;
        pointer-events: 0;
        z-index: 0;
        left: -100%
    }
}


@-webkit-keyframes galleryAnimation-5 {
    0% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 99%
    }

    5.7%, 20% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 0
    }

    25.7%, 100% {
        opacity: 1;
        pointer-events: 0;
        z-index: 0;
        left: -100%
    }
}




@keyframes galleryAnimation-6 {
    0% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 99%
    }

    5.7%, 16.6% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 0
    }

    22.3%, 100% {
        opacity: 1;
        pointer-events: none;
        z-index: 0;
        left: -100%
    }
}

@-moz-keyframes galleryAnimation-6 {
    0% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 99%
    }

    5.7%, 16.6% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 0
    }

    22.3%, 100% {
        opacity: 1;
        pointer-events: none;
        z-index: 0;
        left: -100%
    }
}

@-o-keyframes galleryAnimation-6 {
    0% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 99%
    }

    5.7%, 16.6% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 0
    }

    22.3%, 100% {
        opacity: 1;
        pointer-events: none;
        z-index: 0;
        left: -100%
    }
}

@-webkit-keyframes galleryAnimation-6 {
    0% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 99%
    }

    5.7%, 16.6% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 0
    }

    22.3%, 100% {
        opacity: 1;
        pointer-events: none;
        z-index: 0;
        left: -100%
    }
}









/*__________________ Velocidad Items _____________________*/


.items-2.autoplay .item {
    -webkit-animation: galleryAnimation-2 10s infinite;
    -o-animation: galleryAnimation-2 10s infinite;
    animation: galleryAnimation-2 10s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-2 .control-button:nth-of-type(1),
.items-2 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-2 .control-button:nth-of-type(2),
.items-2 .item:nth-of-type(2) {
    -webkit-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}





.items-3.autoplay .item {
    -webkit-animation: galleryAnimation-3 15s infinite;
    -o-animation: galleryAnimation-3 15s infinite;
    animation: galleryAnimation-3 15s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-3 .control-button:nth-of-type(1),
.items-3 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-3 .control-button:nth-of-type(2),
.items-3 .item:nth-of-type(2) {
    -webkit-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}

.items-3 .control-button:nth-of-type(3),
.items-3 .item:nth-of-type(3) {
    -webkit-animation-delay: 8s;
    -o-animation-delay: 8s;
    animation-delay: 8s;
}






.items-4.autoplay .item {
    -webkit-animation: galleryAnimation-4 20s infinite;
    -o-animation: galleryAnimation-4 20s infinite;
    animation: galleryAnimation-4 20s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-4 .control-button:nth-of-type(1),
.items-4 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-4 .control-button:nth-of-type(2),
.items-4 .item:nth-of-type(2) {
    -webkit-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}

.items-4 .control-button:nth-of-type(3),
.items-4 .item:nth-of-type(3) {
    -webkit-animation-delay: 8s;
    -o-animation-delay: 8s;
    animation-delay: 8s;
}

.items-4 .control-button:nth-of-type(4),
.items-4 .item:nth-of-type(4) {
    -webkit-animation-delay: 13s;
    -o-animation-delay: 13s;
    animation-delay: 13s;
}






.items-5.autoplay .item {
    -webkit-animation: galleryAnimation-5 25s infinite;
    -o-animation: galleryAnimation-5 25s infinite;
    animation: galleryAnimation-5 25s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-5 .control-button:nth-of-type(1),
.items-5 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-5 .control-button:nth-of-type(2),
.items-5 .item:nth-of-type(2) {
    -webkit-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}

.items-5 .control-button:nth-of-type(3),
.items-5 .item:nth-of-type(3) {
    -webkit-animation-delay: 8s;
    -o-animation-delay: 8s;
    animation-delay: 8s;
}

.items-5 .control-button:nth-of-type(4),
.items-5 .item:nth-of-type(4) {
    -webkit-animation-delay: 13s;
    -o-animation-delay: 13s;
    animation-delay: 13s;
}

.items-5 .control-button:nth-of-type(5),
.items-5 .item:nth-of-type(5) {
    -webkit-animation-delay: 18s;
    -o-animation-delay: 18s;
    animation-delay: 18s;
}






.items-6.autoplay .item {
    -webkit-animation: galleryAnimation-6 30s infinite;
    -o-animation: galleryAnimation-6 30s infinite;
    animation: galleryAnimation-6 30s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-6 .control-button:nth-of-type(1),
.items-6 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-6 .control-button:nth-of-type(2),
.items-6 .item:nth-of-type(2) {
    -webkit-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}

.items-6 .control-button:nth-of-type(3),
.items-6 .item:nth-of-type(3) {
    -webkit-animation-delay: 8s;
    -o-animation-delay: 8s;
    animation-delay: 8s;
}

.items-6 .control-button:nth-of-type(4),
.items-6 .item:nth-of-type(4) {
    -webkit-animation-delay: 13s;
    -o-animation-delay: 13s;
    animation-delay: 13s;
}

.items-6 .control-button:nth-of-type(5),
.items-6 .item:nth-of-type(5) {
    -webkit-animation-delay: 18s;
    -o-animation-delay: 18s;
    animation-delay: 18s;
}

.items-6 .control-button:nth-of-type(6),
.items-6 .item:nth-of-type(6) {
    -webkit-animation-delay: 23s;
    -o-animation-delay: 23s;
    animation-delay: 23s;
}









.items-7.autoplay .item {
    -webkit-animation: galleryAnimation-7 35s infinite;
    -o-animation: galleryAnimation-7 35s infinite;
    animation: galleryAnimation-7 35s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-7 .control-button:nth-of-type(1),
.items-7 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-7 .control-button:nth-of-type(2),
.items-7 .item:nth-of-type(2) {
    -webkit-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}

.items-7 .control-button:nth-of-type(3),
.items-7 .item:nth-of-type(3) {
    -webkit-animation-delay: 8s;
    -o-animation-delay: 8s;
    animation-delay: 8s;
}

.items-7 .control-button:nth-of-type(4),
.items-7 .item:nth-of-type(4) {
    -webkit-animation-delay: 13s;
    -o-animation-delay: 13s;
    animation-delay: 13s;
}

.items-7 .control-button:nth-of-type(5),
.items-7 .item:nth-of-type(5) {
    -webkit-animation-delay: 18s;
    -o-animation-delay: 18s;
    animation-delay: 18s;
}

.items-7 .control-button:nth-of-type(6),
.items-7 .item:nth-of-type(6) {
    -webkit-animation-delay: 23s;
    -o-animation-delay: 23s;
    animation-delay: 23s;
}

.items-7 .control-button:nth-of-type(7),
.items-7 .item:nth-of-type(7) {
    -webkit-animation-delay: 28s;
    -o-animation-delay: 28s;
    animation-delay: 28s;
}








.items-8.autoplay .item {
    -webkit-animation: galleryAnimation-8 40s infinite;
    -o-animation: galleryAnimation-8 40s infinite;
    animation: galleryAnimation-8 40s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-8 .control-button:nth-of-type(1),
.items-8 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-8 .control-button:nth-of-type(2),
.items-8 .item:nth-of-type(2) {
    -webkit-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}

.items-8 .control-button:nth-of-type(3),
.items-8 .item:nth-of-type(3) {
    -webkit-animation-delay: 8s;
    -o-animation-delay: 8s;
    animation-delay: 8s;
}

.items-8 .control-button:nth-of-type(4),
.items-8 .item:nth-of-type(4) {
    -webkit-animation-delay: 13s;
    -o-animation-delay: 13s;
    animation-delay: 13s;
}

.items-8 .control-button:nth-of-type(5),
.items-8 .item:nth-of-type(5) {
    -webkit-animation-delay: 18s;
    -o-animation-delay: 18s;
    animation-delay: 18s;
}

.items-8 .control-button:nth-of-type(6),
.items-8 .item:nth-of-type(6) {
    -webkit-animation-delay: 23s;
    -o-animation-delay: 23s;
    animation-delay: 23s;
}

.items-8 .control-button:nth-of-type(7),
.items-8 .item:nth-of-type(7) {
    -webkit-animation-delay: 28s;
    -o-animation-delay: 28s;
    animation-delay: 28s;
}

.items-8 .control-button:nth-of-type(8),
.items-8 .item:nth-of-type(8) {
    -webkit-animation-delay: 33s;
    -o-animation-delay: 33s;
    animation-delay: 33s;
}







.items-9.autoplay .item {
    -webkit-animation: galleryAnimation-9 45s infinite;
    -o-animation: galleryAnimation-9 45s infinite;
    animation: galleryAnimation-9 45s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-9 .control-button:nth-of-type(1),
.items-9 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-9 .control-button:nth-of-type(2),
.items-9 .item:nth-of-type(2) {
    -webkit-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}

.items-9 .control-button:nth-of-type(3),
.items-9 .item:nth-of-type(3) {
    -webkit-animation-delay: 8s;
    -o-animation-delay: 8s;
    animation-delay: 8s;
}

.items-9 .control-button:nth-of-type(4),
.items-9 .item:nth-of-type(4) {
    -webkit-animation-delay: 13s;
    -o-animation-delay: 13s;
    animation-delay: 13s;
}

.items-9 .control-button:nth-of-type(5),
.items-9 .item:nth-of-type(5) {
    -webkit-animation-delay: 18s;
    -o-animation-delay: 18s;
    animation-delay: 18s;
}

.items-9 .control-button:nth-of-type(6),
.items-9 .item:nth-of-type(6) {
    -webkit-animation-delay: 23s;
    -o-animation-delay: 23s;
    animation-delay: 23s;
}

.items-9 .control-button:nth-of-type(7),
.items-9 .item:nth-of-type(7) {
    -webkit-animation-delay: 28s;
    -o-animation-delay: 28s;
    animation-delay: 28s;
}

.items-9 .control-button:nth-of-type(8),
.items-9 .item:nth-of-type(8) {
    -webkit-animation-delay: 33s;
    -o-animation-delay: 33s;
    animation-delay: 33s;
}

.items-9 .control-button:nth-of-type(9),
.items-9 .item:nth-of-type(9) {
    -webkit-animation-delay: 38s;
    -o-animation-delay: 38s;
    animation-delay: 38s;
}







.items-10.autoplay .item {
    -webkit-animation: galleryAnimation-10 50s infinite;
    -o-animation: galleryAnimation-10 50s infinite;
    animation: galleryAnimation-10 50s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-10 .control-button:nth-of-type(1),
.items-10 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-10 .control-button:nth-of-type(2),
.items-10 .item:nth-of-type(2) {
    -webkit-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}

.items-10 .control-button:nth-of-type(3),
.items-10 .item:nth-of-type(3) {
    -webkit-animation-delay: 8s;
    -o-animation-delay: 8s;
    animation-delay: 8s;
}

.items-10 .control-button:nth-of-type(4),
.items-10 .item:nth-of-type(4) {
    -webkit-animation-delay: 13s;
    -o-animation-delay: 13s;
    animation-delay: 13s;
}

.items-10 .control-button:nth-of-type(5),
.items-10 .item:nth-of-type(5) {
    -webkit-animation-delay: 18s;
    -o-animation-delay: 18s;
    animation-delay: 18s;
}

.items-10 .control-button:nth-of-type(6),
.items-10 .item:nth-of-type(6) {
    -webkit-animation-delay: 23s;
    -o-animation-delay: 23s;
    animation-delay: 23s;
}

.items-10 .control-button:nth-of-type(7),
.items-10 .item:nth-of-type(7) {
    -webkit-animation-delay: 28s;
    -o-animation-delay: 28s;
    animation-delay: 28s;
}

.items-10 .control-button:nth-of-type(8),
.items-10 .item:nth-of-type(8) {
    -webkit-animation-delay: 33s;
    -o-animation-delay: 33s;
    animation-delay: 33s;
}

.items-10 .control-button:nth-of-type(9),
.items-10 .item:nth-of-type(9) {
    -webkit-animation-delay: 38s;
    -o-animation-delay: 38s;
    animation-delay: 38s;
}


.items-10 .control-button:nth-of-type(10),
.items-10 .item:nth-of-type(10) {
    -webkit-animation-delay: 43s;
    -o-animation-delay: 43s;
    animation-delay: 43s;
}



    .grafico_por_volumen div {
        float: left;
        margin: 0px;
        padding: 0px;
        border: 0px none;
    }


    .grafico_por_volumen .fecha{
    font-size: 10px;
    color: #666;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    padding: 0 0 5px 0;
    width: 100%;
    text-indent: 3px;
}


        .grafico_por_volumen div:nth-child(1) {
            
        }

        /*.grafico_por_volumen.rows-3 div:nth-child(2), .grafico_por_volumen.rows-3 div:nth-child(3), .grafico_por_volumen.rows-3 div:nth-child(4) {
            height: 50%;
        }

        .grafico_por_volumen.rows-3 div:nth-child(5), .grafico_por_volumen.rows-3 div:nth-child(6), .grafico_por_volumen.rows-3 div:nth-child(7), .grafico_por_volumen.rows-3 div:nth-child(8) {
            height: 30%;
        }

        .grafico_por_volumen.rows-3 div:nth-child(9), .grafico_por_volumen.rows-3 div:nth-child(10), .grafico_por_volumen.rows-3 div:nth-child(11) {
            height: 20%;
        }



        .grafico_por_volumen.rows-2 div:nth-child(2), .grafico_por_volumen.rows-2 div:nth-child(3), .grafico_por_volumen.rows-2 div:nth-child(4) {
            height: 65%;
        }

        .grafico_por_volumen.rows-2 div:nth-child(5), .grafico_por_volumen.rows-2 div:nth-child(6), .grafico_por_volumen.rows-2 div:nth-child(7), .grafico_por_volumen.rows-2 div:nth-child(8) {
            height: 35%;
        }



         .grafico_por_volumen.rows-1 div:nth-child(2), .grafico_por_volumen.rows-1 div:nth-child(3), .grafico_por_volumen.rows-1 div:nth-child(4),  .grafico_por_volumen.rows-1 div:nth-child(5) {
            height: 100%;
        }*/


    .grafico_por_volumen .v--4 {
        background-color: #c00;
        background: -webkit-linear-gradient(#c00, #901e1a);
        background: -o-linear-gradient(#c00, #901e1a);
        background: -moz-linear-gradient(#c00, #901e1a);
        background: linear-gradient(#c00, #901e1a);
    }

    .grafico_por_volumen .v--3 {
        background-color: #a00;
        background: -webkit-linear-gradient(#a00, #7a1819);
        background: -o-linear-gradient(#a00, #7a1819);
        background: -moz-linear-gradient(#a00, #7a1819);
        background: linear-gradient(#a00, #7a1819);
    }

    .grafico_por_volumen .v--2 {
        background-color: #800;
        background: -webkit-linear-gradient(#800, #611515);
        background: -o-linear-gradient(#800, #611515);
        background: -moz-linear-gradient(#800, #611515);
        background: linear-gradient(#800, #611515);
    }

    .grafico_por_volumen .v--1 {
        background-color: #500;
        background: -webkit-linear-gradient(#500, #350000);
        background: -o-linear-gradient(#500, #350000);
        background: -moz-linear-gradient(#500, #350000);
        background: linear-gradient(#500, #350000);
    }

    .grafico_por_volumen .v0 {
        background-color: #000;
    }

    .grafico_por_volumen .v-0 {
        background-color: #050;
        background: -webkit-linear-gradient(#050, #00411e);
        background: -o-linear-gradient(#050, #00411e);
        background: -moz-linear-gradient(#050, #00411e);
        background: linear-gradient(#050, #00411e);
    }

    .grafico_por_volumen .v-1 {
        background-color: #080;
        background: -webkit-linear-gradient(#080, #1a7137);
        background: -o-linear-gradient(#080, #1a7137);
        background: -moz-linear-gradient(#080, #1a7137);
        background: linear-gradient(#080, #1a7137);
    }

    .grafico_por_volumen .v-2 {
        background-color: #0a0;
        background: -webkit-linear-gradient(#0a0, #28853c);
        background: -o-linear-gradient(#0a0, #28853c);
        background: -moz-linear-gradient(#0a0, #28853c);
        background: linear-gradient(#0a0, #28853c);
    }

    .grafico_por_volumen .v-3 {
        background-color: #0b0;
        background: -webkit-linear-gradient(#0b0, #35a246);
        background: -o-linear-gradient(#0b0, #35a246);
        background: -moz-linear-gradient(#0b0, #35a246);
        background: linear-gradient(#0b0, #35a246);
    }

    .grafico_por_volumen div a {
        margin: auto;
        text-align: center;
        color: #eee;
        width: 100%;
        height: 100%;
        border: 1px solid #eee;
        display: table;
    }

        .grafico_por_volumen div a:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }

        .grafico_por_volumen div a span {
            display: table-cell;
            vertical-align: middle;
        }

.amChartsDataSetSelector
{
    font-size:12px;
    font-family:verdana,helvetica,arial,sans-serif;
}

.amChartsPeriodSelector
{
    font-size:12px;
    font-family:verdana,helvetica,arial,sans-serif;
}

.amChartsButtonSelected
{
   background-color:#CC0000;
    border: 1px solid #CC0000;
   color:#FFFFFF;
   opacity: 0.7;
  -moz-border-radius: 2px;
   border-radius: 2px;
   margin: 2px 1px 2px 0;
   outline: none;
   box-sizing: border-box;
   padding:2px 1px;
   font-size:12px
  }

.amChartsButton
{
    color: #000000;
    background: transparent;
    opacity: 0.7;
    border: 1px solid rgba(0, 0, 0, .3);
   -moz-border-radius: 2px;
   border-radius: 2px;
   margin: 2px 2px 2px 0;
   outline: none;
   box-sizing: border-box;
   padding:2px 1px;
   font-size:12px
}

.amChartsCompareList
{
   border-style:solid;
   border-color:#CCCCCC;
   border-width:1px;
}

.amChartsCompareList div
{
   -webkit-box-sizing: initial;
   box-sizing: initial;
}

.amChartsInputField
{
    border: 1px solid rgba(0, 0, 0, .3);
   -moz-border-radius: 5px;
   border-radius: 5px;
   padding:2px 0;
}

.amChartsLegend
{

}

.amChartsPanel
{

}




/*________________________________HOME-HORIZONTAL________________________________*/






.home-horizontal {
    width: 100%;
    display: table !important;
    margin: 0 auto;
}


    .home-horizontal .sectorGaleria {
        width: 100%;
        height: auto;
        max-height: 450px;
        display: block;
        overflow: hidden;
        max-width: none;
        background: #F3F2F0;
    }



        .home-horizontal .sectorGaleria .sectorBannerConBoton {
            display: table;
            width: 96%;
            max-width: 1000px;
            height: auto;
            position: relative;
            margin: auto;
        }


            .home-horizontal .sectorGaleria .sectorBannerConBoton .sectorBanner,
            .home-horizontal .sectorGaleria .sectorBannerConBoton .textoBannerConBoton {
                float: right;
                width: 46%;
                max-width: 520px;
                margin: 0 2%;
            }

                .home-horizontal .sectorGaleria .sectorBannerConBoton .sectorBanner img {
                    width: auto;
                    height: 450px;
                    float: right;
                }
                


                .home-horizontal .sectorGaleria .sectorBannerConBoton .textoBannerConBoton span {
                    float: left;
                    width: 100%;
                    margin: 25px 0 0;
                    color: #636569;
                    text-align:left;
                }

                    .home-horizontal .sectorGaleria .sectorBannerConBoton .textoBannerConBoton span#b1 {
                        font-size: 14px;
                        font-weight: bold;
                        letter-spacing: 2px;
                    }


                    .home-horizontal .sectorGaleria .sectorBannerConBoton .textoBannerConBoton span#b2 {
                        color: #849289;
                        font-size: 44px;
                        line-height: 44px;
                        font-family: 'EB Garamond', serif;
                        margin: 15px 0 0;
                        font-weight: bold;
                    }


                    .home-horizontal .sectorGaleria .sectorBannerConBoton .textoBannerConBoton span#b3 {
                        font-size: 24px;
                        margin: 15px 0 0;
                    }

                .home-horizontal .sectorGaleria .sectorBannerConBoton .textoBannerConBoton a span {
                    font-size: 13px;
                    padding: 17px 40px;
                    color: #fff;
                    background: #BA2F5E;
                    border: 1px solid #BA2F5E;
                    width: auto;
                    font-weight: bold;
                    display: block;
                    letter-spacing: .5px;
                    transition: all .3s ease;
                }

                .home-horizontal .sectorGaleria .sectorBannerConBoton .textoBannerConBoton a:hover span {
                    color: #BA2F5E;
                    background: none;
                }


    



    .home-horizontal .gallery .secondary-controls a img,
    .home-horizontal .gallery .controls {
        display: table;
    }





    .home-horizontal .gallery .control-button:first-of-type,
    .home-horizontal .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1),
    .home-horizontal .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2),
    .home-horizontal .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3),
    .home-horizontal .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4),
    .home-horizontal .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5),
    .home-horizontal .gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6),
    .home-horizontal .gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7),
    .home-horizontal .gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8) {
        color: #bfc3c0;
    }





    .home-horizontal .gallery .control-operator:target ~ .controls .control-button,
    .home-horizontal .gallery .controls .control-button {
        color: #c9c9c3;
        width: 20px;
        font-size: 80px;
        line-height: 40px;
        height: 40px;
    }



    .home-horizontal section > .sectorTexto {
        display: table;
        width: 90%;
        max-width: 1400px;
        height: auto;
        position: relative;
        margin: 40px auto;
    }


        .home-horizontal section > .sectorTexto p {
            display: table;
            width: 100%;
            text-align: right;
            font-size: 14px !important;
            margin-top: -25px;
            color: #666;
        }


        .home-horizontal section > .sectorTexto h3,
        .home-horizontal section > .sectorTexto h1 {
            color: #849289;
            font-size: 36px;
            line-height: 40px;
            font-family: 'EB Garamond', serif;
            float: left;
        }

        .home-horizontal section > .sectorTexto a {
            color: #fff;
            background: #922249;
			border:1px solid  #922249;
            font-weight: 500;
            font-size: 13px;
            padding: 15px;
            float:right;
        }

.home-horizontal section > .sectorTexto a:hover {
            color: #922249;
            background: #fff;
        }

    .home-horizontal .sectorLista .sectorTexto {
        width: 100%;
        max-width: none;
        height: auto;
        position: relative;
        margin: 0 auto 20px;
        text-align:center;
    }

    .home-horizontal .sectorLista .sectorTexto iframe {
        filter: grayscale(80%);
    }


        .home-horizontal .sectorLista .sectorTexto h4 {
            color: #849289;
            font-size: 44px;
            margin:20px 0;
            font-family: 'EB Garamond', serif;
        }

        .home-horizontal .sectorLista .sectorTexto p {
            color: #333;
            font-size: 16px;
            line-height: 24px;
        }


    .home-horizontal .sectorFormulario {
        width: 90%;
        max-width: 600px;
        display: table;
        margin: 20px auto;
    }

        .home-horizontal .sectorFormulario .formulario > div{
            width: 100%;
        }

        .home-horizontal .sectorFormulario .formulario > div {
            width: 100%;
        }

        .home-horizontal .sectorFormulario .formulario > div label{
            color: #BA2F5E;
            font-size: 16px;
            width: 100%;
            display: block;
            margin: 5px 0;
        }


            .home-horizontal .sectorFormulario .formulario > div label[data-type="ESCLI"] {
                width: auto;
                display: inline-block;
                margin: 20px 0;
                color: #333333;
            }

            .home-horizontal .sectorFormulario .formulario > div input,
            .home-horizontal .sectorFormulario .formulario > div select,
            .home-horizontal .sectorFormulario .formulario > div textarea {
                border: 1px solid #636569;
                width: 100%;
                margin: 0 0 20px;
                font-size: 16px;
                padding: 10px 0;
                text-indent: 10px;
            }


                .home-horizontal .sectorFormulario .formulario > div input[type="checkbox"] {
                    float: left;
                    margin: 22px 5px 0 0;
                    width: 15px;
                    height: 15px;
                }

                .home-horizontal .sectorFormulario .formulario > div input[type="checkbox"] ~ span {
                    display:none;
                }

                .home-horizontal .sectorFormulario .formulario  input#formSubmit {
                    background: #922249;
                    color: #fff;
                    font-size: 13px;
                    text-transform: uppercase;
                    padding: 15px 30px;
                    margin: 10px 0;
                    cursor:pointer;
                }

                    .home-horizontal .sectorFormulario .formulario input#formSubmit:hover {
                        background: #849289;
                    }

/*__________________________________Pantalla FONDOS_________________________________*/



.clasificacionrendimientoanualizado {
    width: 100%;
    float: left;
    margin: 0 auto 20px;
    position: relative;
}



    .clasificacionrendimientoanualizado .PerfilInversor {
        width: 90%;
        display: table;
        max-width: 1400px;
        margin: 0 auto;
        padding:5px 5% 20px;
        position: sticky;
        top: 140px;
        z-index: 100;
        background: #fff;
    }

    .clasificacionrendimientoanualizado .PerfilInversor {
        width: 90%;
        display: table;
        max-width: 1400px;
        margin: 0 auto;
        padding:5px 5% 20px;
        position: sticky;
        top: 140px;
        z-index: 100;
        background: #fff;
    }

    .clasificacionrendimientoanualizado .menuPerfilInversor,
    .clasificacionrendimientoanualizado .menuMonedasFondos,
    .clasificacionrendimientoanualizado .filterMenu > div.fondoPropio,
    .clasificacionrendimientoanualizado  .botonMenuFiltros {
        display: none;
    }

    .clasificacionrendimientoanualizado .filterMenu {
        width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    }


        .clasificacionrendimientoanualizado .filterMenu > div {
            width: auto;
            display: inline-block;
    border: 1px solid #636569;
    margin: 0;
    position: relative;
            
        }

            .clasificacionrendimientoanualizado .filterMenu > div.busquedaFondo {
                width: 19%;  /*19*/
            }

            .clasificacionrendimientoanualizado .filterMenu > div.sociedadGerente {
                min-width: 20%;  /*25*/
            }

            .clasificacionrendimientoanualizado .filterMenu > div.plazoLiquidacion {
                min-width: 15%;
            }

            .clasificacionrendimientoanualizado .filterMenu > div.moneda {
                min-width: 13%;
            }

            .clasificacionrendimientoanualizado .filterMenu > div.tipoDeFondo {
                min-width: 22%;
            }

            .clasificacionrendimientoanualizado .filterMenu > div.clase {
                min-width: 8%;
            }



            .clasificacionrendimientoanualizado .filterMenu > div input {
                font-size: 16px;
                width: 100%;
                padding: 10px 0;
                text-indent: 30px;
                background: url(/Content/CohenFondos/img/buscarFiltro.svg) center left no-repeat #fff;
            }
			
			.clasificacionrendimientoanualizado .filterMenu > div input::placeholder {
  color: #999;
}

            .clasificacionrendimientoanualizado .filterMenu > div span {
                width: 100%;
                float: left;
                font-size: 16px;
                color: #636569;
                cursor: pointer;
                background: url(/Content/CohenFondos/img/abrirFiltro.svg) center right no-repeat #fff;
                padding: 10px 0;
                text-indent: 5px;
                transition: all .3s ease;
            }

                .clasificacionrendimientoanualizado .filterMenu > div span.open {
                    background: url(/Content/CohenFondos/img/cerrarFiltro.svg) center right no-repeat #fff;
                }


            .clasificacionrendimientoanualizado .filterMenu > div > ul {
                position: absolute;
                width: 100%;
                top: 100%;
                border: 0;
                left: -1px;
                background: #fff;
                z-index: 10;
                transition: all .3s ease;
            }


            

            .clasificacionrendimientoanualizado .filterMenu > div > .open ~ ul {
                border: 1px solid #636569;
            }


            .clasificacionrendimientoanualizado .filterMenu > div > ul li {
                display: none;
            }

            .clasificacionrendimientoanualizado .filterMenu > div > .open ~ ul li{
                display: block;
            }


            .clasificacionrendimientoanualizado .filterMenu > div > ul a {
                width: auto;
    min-width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #636569;
    cursor: pointer;
    padding: 10px 0;
    text-indent: 5px;
            }

            .clasificacionrendimientoanualizado .filterMenu > div > ul .selected {
                position: absolute;
                top: -40px;
                left: 0;
                width: 100%;
                z-index: 10;
                display: block;
                border: 1px solid #636569;
            }

            .clasificacionrendimientoanualizado .filterMenu > div > ul .selected a {
                color: #fff;
                background: url(/Content/CohenFondos/img/cerrarFiltroB.svg) 102% center no-repeat #636569;
            }

            

@media (max-width: 1200px) {


    .clasificacionrendimientoanualizado .filterMenu > div.tipoDeFondo {
        min-width: 24%;
    }

    .clasificacionrendimientoanualizado .filterMenu > div span {
        font-size: 12px;
    }

    .clasificacionrendimientoanualizado .filterMenu > div input {
        font-size: 12px;
        text-indent: 30px;
    }

    .clasificacionrendimientoanualizado .filterMenu > div > ul .selected {
        top: -36px;
    }

    .clasificacionrendimientoanualizado .filterMenu > div > ul a {
        font-size: 14px;
        padding: 8px 0;
    }
}

    .Fondotipo > p {
        width: 100%;
        text-transform: uppercase;
        border-bottom: 1px solid #e91954;
        font-size: 16px;
        color: #666;
        margin: 20px 0 0;
        display: none !important;
    }

    .Fondotipo table {
        width: 100%;
        position: relative;
        border-collapse: collapse;
        margin: 0 0 10px;
    }

        .Fondotipo table thead {
            position: sticky;
            top: 203px;
        }


        .Fondotipo table.tablaFondoRendmiento,
        .Fondotipo table.tablaFondoAnualizado {
            display: none;
        }


        .Fondotipo table tr:hover {
            background: #eee !important;
        }

        .Fondotipo table tr.ocultarRegistrosFondos {
            display: none;
        }


        .Fondotipo table p {
            display: none;
        }

        .Fondotipo table tr:nth-child(even) {
            background: #F9F9F8;
        }

        .Fondotipo table th,
        .Fondotipo table td {
            text-align: right;
            padding: 20px 10px;
            color: #666;
            font-size: 14px;
        }

        .Fondotipo table th {
            border: 0;
            font-size: 14px;
            color: #fff;
            margin: 0;
            background: #849289;
            font-weight: 400;
            padding: 5px 10px;
        }


            .Fondotipo table th[colspan="5"] {
                text-align:center;
            }


        .Fondotipo table .header:first-of-type th:nth-of-type(2),
        .Fondotipo table .header:first-of-type th:nth-of-type(3),
        .Fondotipo table .header:first-of-type th:nth-of-type(4),
        .Fondotipo table .header:first-of-type th:nth-of-type(5),
        .Fondotipo table .header:first-of-type th:nth-of-type(6),
        .Fondotipo table .header:first-of-type th:nth-of-type(7),
        .Fondotipo table td:nth-of-type(2),
        .Fondotipo table td:nth-of-type(3),
        .Fondotipo table td:nth-of-type(4),
        .Fondotipo table td:nth-of-type(5),
        .Fondotipo table td:nth-of-type(6),
        .Fondotipo table td:nth-of-type(7) {
            text-align: left;
        }

         .Fondotipo table .header:first-of-type th:nth-of-type(8) {
            text-align: center;
        }

        .Fondotipo table .header:last-of-type th:nth-last-of-type(3),
        .Fondotipo table .header:last-of-type th:nth-last-of-type(2),
        .Fondotipo table .header:last-of-type th:nth-last-of-type(1) {
            max-width: 50px;
            text-align: center;
        }

        .Fondotipo table .header:last-of-type th:nth-last-of-type(4) {
            max-width: 70px;
            text-align: center;
        }

        .Fondotipo table .fondoVerDetalle {
            display: none;
        }

        .Fondotipo table td a {
            font-weight: bold;
            float: left;
            width: 100%;
            color: #849289;
            font-size: 14px;
            letter-spacing: .5px;
            cursor: pointer;
            text-align: left;
        }

            .Fondotipo table td a:hover {
                text-decoration: underline;
            }











    .clasificacionrendimientoanualizado .menuDolar {
        float: right;
        margin: 36px 20px 0 0;
        position: relative;
    }

        .clasificacionrendimientoanualizado .menuDolar input {
            background: none;
            font-size: 24px;
            font-weight: bold;
            cursor: pointer;
            padding: .5px 37px 0 0;
            transition: none;
            color: #999;
        }

            .clasificacionrendimientoanualizado .menuDolar input:hover {
                color: #666;
            }

            .clasificacionrendimientoanualizado .menuDolar input.selected {
                background: url(/Content/CohenFondos/img/punto.svg) no-repeat 100% center;
                background-size: 14px;
                transition: none;
                color: #666;
            }

        .clasificacionrendimientoanualizado .menuDolar:after {
            content: "";
            position: absolute;
            top: 2.3px;
            right: -8px;
            height: 30px;
            width: 30px;
            float: right;
            border-radius: 50px;
            background: #fff;
            box-shadow: 0 0 15px 1px rgba(0,0,0,.2) inset;
            z-index: -1;
        }





    .clasificacionrendimientoanualizado .Fondotipo {
        width: 90%;
        max-width: 1400px;
        display: table;
        margin: 0 auto;
    }


    /*__________________________________Detalle de FONDO_________________________________*/


.fondoDetalle {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    display: table;
    padding: 0;
}

        .fondoDetalle .sector1 {
            width: 100%;
            padding: 0;
            background: #e91954;
            float: left;
        }



        .fondoDetalle .sector2 {
            width: 100%;
            padding: 0;
            background: #e91954;
            float: left;
            margin: 0;
            max-width: none;
        }


            .fondoDetalle .sector2 .sectorTexto {
                width: 100%;
                display: table;
            }

            .fondoDetalle .sector2 h1 {
                width: 96%;
                margin: 0 auto;
                max-width: 1400px;
                display: block;
                font-size: 60px;
                color: #fff;
                line-height: 60px;
                font-weight: normal;
                letter-spacing: 1px;
                text-align: left;
                display: none;
            }

        .fondoDetalle .sector3 .sectorMenu ul li a {
            color: #666;
            font-size: 16px;
            padding: 10px 0;
            margin: 0 30px 0 0;
            font-weight: normal;
            letter-spacing: 1px;
            float: left;
        }

        .fondoDetalle .sector4 {
            width: 100%;
            margin: 0 auto;
            padding: 0;
            float: left;
        }

    #fondoComposicion #fondoComposicionChart {
        height: 720px !important;
        margin: 0 auto !important;
        max-width: 1400px;
    }

    #fondoComposicionTitulo {
        color: #666;
        font-size: 16px;
        margin: 10px auto;
        clear: both;
        width: 98%;
        font-weight: 600;
        text-align: left;
        display: table;
        max-width: 1400px;
    }


.agruparComposicion {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 1.4em;
    justify-content: flex-start;
}

    .agruparComposicion .verAgrupacionComposicion {
        background: #ccc;
        border-radius: 50px;
        width: 50px;
        height: 25px;
        display: inline-block;
        text-align: left;
        font-size: 0;
        font-weight: 700;
        padding: 0 10px;
        cursor: pointer;
        position: relative;
        transition: all 0.3s ease;
        margin: 0 5px;
    }

        .agruparComposicion .verAgrupacionComposicion:after {
            content: "";
            position: absolute;
            top: 3px;
            right: auto;
            left: 5px;
            height: 19px;
            width: 19px;
            background: #666;
            border-radius: 50%;
            transition: all 0.3s ease;
        }

        .agruparComposicion .verAgrupacionComposicion.selected:after {
            right: 5px;
            left: auto;
            background: #BA2F5E;
            border-radius: 50%;
        }





.fondoDetalle .fondoHeader > ul {
    display: none;
    height: 0;
    opacity: 0;
}

.fondoDetalle .nombreFondo {
    position: relative;
    padding: 50px 4%;
    display: inline-block;
    width: 92%;
    /* min-height: 450px; */
    background: url(/Content/CohenFondos/img/back-Fondos.jpg) no-repeat right #fff !important;
    background-size: 50% 100% !important;
}

    .fondoDetalle .nombreFondo .fondoTitle {
        width: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: stretch;
    }


    .fondoDetalle .nombreFondo .descripcionCompleta {
        width: 54%;
        display: inline-block;
    }


            .fondoDetalle .nombreFondo .fondoTitle h2 {
                color: #849289;
                font-size: 44px;
                width: 100%;
                float: left;
                padding: 0;
                font-weight: bold;
                font-family: 'EB Garamond', serif;
                text-transform:uppercase;
            }



            .fondoDetalle .nombreFondo .fondoTitle > div:last-of-type {
                display: none;
            }





        /*.fondoDetalle .nombreFondo > div div:last-of-type > span:first-of-type {
        display: none;
    }*/



    .fondoDetalle .nombreFondo a,
    .fondoDetalle .exportar {
        float: left;
        margin: 40px 0 0;
        background: #BA2F5E;
        border: 1px solid #BA2F5E;
        color: #fff;
        padding: 15px 60px;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: .5px;
        cursor:pointer;

    }

.fondoDetalle .exportar {
    float: right;
    margin: 10px 0;
    padding: 10px 30px;
}

        .fondoDetalle .nombreFondo a:hover,
        .fondoDetalle .exportar:hover {
            background: #fff;
            color: #BA2F5E;
        }

    .fondoDetalle .menuComparar {
        width: 96%;
        padding: 30px 2%;
        float: none;
        margin: 0 auto 40px;
        display: table;
        background: #f9f8f7;
    }

        .fondoDetalle .menuComparar input,
        .fondoDetalle .menuComparar a {
            width: auto;
            padding: 5px;
            color: #B8AEAB;
            margin: 0 20px 0 0;
            letter-spacing: 1px;
            cursor: pointer;
            font-size: 16px;
            transition: all .6s ease;
            background: none;
            text-transform: uppercase;
        }



        .fondoDetalle .menuComparar a {
            padding-left: 35px;
            background: url(/Content/CohenFondos/img/descargar-Fondos.svg) no-repeat left !important;
            background-size: contain !important;
        }


        .fondoDetalle .menuComparar input#btnCompararPerformance {
            display: none;
        }



        .fondoDetalle .menuComparar input.selectedSolapa,
        .fondoDetalle .menuComparar input.selectedSolapa:hover {
            color: #849289;
            border-bottom: 1px solid #922249;
        }

        .fondoDetalle .menuComparar input:hover,
        .fondoDetalle .menuComparar a:hover {
            color: #849289;
        }

    .fondoDetalle #fondoResumenFilter {
        margin: 0;
        width: 63%;
        padding: 0;
        float: left;
    }

        .fondoDetalle #fondoResumenFilter > span {
            margin: 0 0 20px;
            font-weight: bold;
            float: left;
            width: 100%;
            color: #849289;
            font-size: 36px;
            font-family: 'EB Garamond', serif;
        }

        .fondoDetalle #fondoResumenFilter .submitNewsletter {
            float: right;
            height: 45px;
            width: 45px;
            font-size: 0;
            background: url(/Content/CohenFondos/img/calendarioMes.svg) top no-repeat #fff;
            background-size: cover;
            border-radius: 100px;
            border: 5px solid #e91954;
            margin: -38px 2% 0 0;
            cursor: pointer;
            display: none;
        }

            .fondoDetalle #fondoResumenFilter .submitNewsletter:nth-of-type(2) {
                background: url(/Content/quicktrade/img/calendarioAno.svg) top no-repeat #e91954;
                background-size: cover;
                margin-right: 5px;
            }

            .fondoDetalle #fondoResumenFilter .submitNewsletter:hover {
                background-color: #999;
                border-color: #999;
            }

        .fondoDetalle #fondoResumenFilter form {
            width: auto;
            display: block;
            margin: 0;
        }

            .fondoDetalle #fondoResumenFilter form input[type=button] {
                margin: 32px 0 0;
                background: #849289;
				border:1px solid #849289;
                color: #fff;
                text-transform: uppercase;
                padding: 20px 40px 19px;
                width: auto;
                max-width: 30%;
                font-size: 14px;
                cursor: pointer;
                float: left;
                height: auto;
                display: block;
                border-radius: 0;
            }

                .fondoDetalle #fondoResumenFilter form input[type=button]:hover {
                    background: #fff;
				color: #849289;
                }

            .fondoDetalle #fondoResumenFilter form .buscadorFondos {
                padding: 0;
                width: 100%;
                display: inline-block;
                margin: 0;
            }

                .fondoDetalle #fondoResumenFilter form .buscadorFondos > div {
                    width: 30%;
                    max-width: 155px;
                    float: left;
                    margin: 0 1% 0 0;
                }

                    .fondoDetalle #fondoResumenFilter form .buscadorFondos > div .fechaDesde,
                    .fondoDetalle #fondoResumenFilter form .buscadorFondos > div .fechaHasta {
                        width: 90%;
                        margin: 5px 0;
                        float: left;
                        border: 1px solid #636569;
                        padding: 15px 5%;
                    }

            .fondoDetalle #fondoResumenFilter form label {
                width: 100%;
                font-size: 16px;
                float: left;
                margin: 8px 0 0 0;
                color: #333;
            }

            .fondoDetalle #fondoResumenFilter form input {
                background: #fff;
                padding: 4px 0;
                float: left;
                height: auto;
                color: #666;
                font-size: 16px;
                border: 0;
                width: 70%;
            }

            .fondoDetalle #fondoResumenFilter form img {
                float: right;
                cursor: pointer;
                width: 28%;
                max-width: 25px;
                position: relative;
            }

                .fondoDetalle #fondoResumenFilter form img:after {
                    content: "";
                    width: 30px;
                    height: 30px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    background: url(/Content/CohenFondos/img/calendar.svg) no-repeat #fff;
                }

    .fondoDetalle .fondoHistoricoCotizaciones,
    .fondoDetalle .fondoRendimiento {
        width: 100%;
        float: left;
        max-width:1400px;
    }

        .fondoDetalle .fondoHistoricoCotizaciones span,
        .fondoDetalle .fondoRendimiento span {
            text-transform: uppercase;
            font-size: 16px;
            font-weight: bold;
            width: 100%;
            display: block;
            margin: 20px 0;
        }

        .fondoDetalle .fondoHistoricoCotizaciones circle,
        .fondoDetalle .fondoRendimiento circle,
        .fondoDetalle .fondoHistoricoCotizaciones .amChartsLegend path,
        .fondoDetalle .fondoRendimiento .amChartsLegend path {
            fill: #922249;
            stroke: #922249;
            r: 6;
        }

        .fondoDetalle .fondoHistoricoCotizaciones  path,
        .fondoDetalle .fondoRendimiento  path {
            stroke: #922249;
        }

    .fondoDetalle .fondoResumen {
        width: 100%;
    }

        .fondoDetalle .fondoResumen .tablaOperar {
            width: 35%;
            max-width: 450px;
            min-height: 350px;
            float: right;
            padding: 5px 0 0;
            border: 1px solid #922249;
            margin: -160px 0 0;
        }

            .fondoDetalle .fondoResumen .tablaOperar a {
                display: none;
            }

            .fondoDetalle .fondoResumen .tablaOperar > div {
                width: 100%;
                float: left;
            }

                .fondoDetalle .fondoResumen .tablaOperar > div span {
                    width: 100%;
                    float: left;
                    color: #922249;
                    font-size: 24px;
                    font-family: 'EB Garamond',serif;
                    text-align: center;
                    margin: 10px 0 5px;
                }

                    .fondoDetalle .fondoResumen .tablaOperar > div span:last-of-type {
                        font-size: 44px;
                        line-height: 50px;
                        font-family: 'Montserrat',sans-serif;
                        margin: 0 0 10px;
                        letter-spacing: -1px;
                    }


        .fondoDetalle .fondoResumen > .tableFija,
        .fondoResumen .tableFija {
            display: none !important;
        }

    div #fondoResumenTable {
        float: left;
        border-collapse: collapse;
        margin: 0;
        width: 63%;
        padding: 20px 0;
    }

        div #fondoResumenTable table {
            width: 100%;
            margin: 20px auto 0;
            border-collapse: collapse;
        }

    #fondoResumenTable tr th {
        text-align: left;
    }


    div #fondoResumenTable table tr th {
        text-align: left;
        font-family: 'EB Garamond', serif;
        font-size: 24px;
        padding: 0 0 5px 0;
        font-weight: 100;
    }

    #fondoResumenTable td {
        text-align: right;
        background: #F3F2F0;
        padding: 13px 2% 13px 0;
        font-size: 24px;
        border: 5px solid #fff;
    }



    #fondoResumenTable tr:nth-of-type(2) td:last-of-type {
        font-size: 44px;
    }





    @media (max-width: 1200px) {

        .fondoDetalle .nombreFondo .fondoTitle h2 {
            font-size: 40px;
        }

        .fondoDetalle .fondoResumen .tablaOperar {
            min-height: 330px;
        }

            .fondoDetalle .fondoResumen .tablaOperar > div span:last-of-type {
                font-size: 36px;
            }



        div #fondoResumenTable table tr th {
            font-size: 20px;
        }

        #fondoResumenTable td {
            font-size: 20px;
            padding: 12px 2% 12px 0;
        }
    }




    /*__________________________________Fin Detalle de FONDO_________________________________*/


    .reumenRiesgo {
        width: 100%;
        float: left;
        clear: left;
        margin: 15px 0 0;
        min-height: 80px;
    }



div.retorno, div.horizonte, div.riesgo {
    width: 100%;
    margin: 10px auto 0;
    display: table;
    position: relative;
}

    .horizonte {
        display: none;
    }

    .riesgo {
        margin: 0 auto;
    }

        .retorno > div:first-of-type, .horizonte > span:first-of-type, .riesgo > div:first-of-type {
            font-size: 16px;
            font-weight: 600;
            width: 28%;
            float: left;
            margin: 15px 0 0 0;
            text-align: right;
        }

        .retorno > div:nth-of-type(3), .horizonte > div:nth-of-type(2), .riesgo > div:nth-of-type(3) {
            width: 70%;
            float: right;
            border-radius: 50px;
            overflow: hidden;
            margin: 10px 0 0 0;
            /* background: #fff; */
            background: rgba(238,238,238,1);
            background: -moz-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(238,238,238,1)), color-stop(100%, rgba(204,204,204,1)));
            background: -webkit-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
            background: -o-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
            background: -ms-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
            background: linear-gradient(to right, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=1 );
            box-shadow: 0 3px 20px 5px rgba(0,0,0,.1) inset;
        }



    .cuadrado {
        float: left;
        background: none;
        width: 33.33%;
        margin: 0;
        height: 30px;
        position: relative;
    }

    .riesgo .cuadrado:before {
        display: none;
    }



    .retorno .cuadrado.cuadradoPintado {
        background: rgba(238,66,115,1);
        background: -moz-linear-gradient(left, rgba(238,66,115,1) 0%, rgba(217,42,91,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(238,66,115,1)), color-stop(100%, rgba(217,42,91,1)));
        background: -webkit-linear-gradient(left, rgba(238,66,115,1) 0%, rgba(217,42,91,1) 100%);
        background: -o-linear-gradient(left, rgba(238,66,115,1) 0%, rgba(217,42,91,1) 100%);
        background: -ms-linear-gradient(left, rgba(238,66,115,1) 0%, rgba(217,42,91,1) 100%);
        background: linear-gradient(to right, rgba(238,66,115,1) 0%, rgba(217,42,91,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee4273', endColorstr='#d92a5b', GradientType=1 );
    }

    .retorno .cuadrado:nth-of-type(2).cuadradoPintado {
        background: rgba(217,42,91,1);
        background: -moz-linear-gradient(left, rgba(217,42,91,1) 0%, rgba(191,23,71,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(217,42,91,1)), color-stop(100%, rgba(191,23,71,1)));
        background: -webkit-linear-gradient(left, rgba(217,42,91,1) 0%, rgba(191,23,71,1) 100%);
        background: -o-linear-gradient(left, rgba(217,42,91,1) 0%, rgba(191,23,71,1) 100%);
        background: -ms-linear-gradient(left, rgba(217,42,91,1) 0%, rgba(191,23,71,1) 100%);
        background: linear-gradient(to right, rgba(217,42,91,1) 0%, rgba(191,23,71,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d92a5b', endColorstr='#bf1747', GradientType=1 );
    }

    .retorno .cuadrado:nth-of-type(3).cuadradoPintado {
        background: rgba(191,23,71,1);
        background: -moz-linear-gradient(left, rgba(191,23,71,1) 0%, rgba(175,22,65,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(191,23,71,1)), color-stop(100%, rgba(175,22,65,1)));
        background: -webkit-linear-gradient(left, rgba(191,23,71,1) 0%, rgba(175,22,65,1) 100%);
        background: -o-linear-gradient(left, rgba(191,23,71,1) 0%, rgba(175,22,65,1) 100%);
        background: -ms-linear-gradient(left, rgba(191,23,71,1) 0%, rgba(175,22,65,1) 100%);
        background: linear-gradient(to right, rgba(191,23,71,1) 0%, rgba(175,22,65,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf1747', endColorstr='#af1641', GradientType=1 );
    }




    .riesgo .cuadrado {
        width: 14.285714285714%;
    }

    .lblLow, .lblAvg, .lblHigh {
        display: none;
    }

    .riesgo .lblLow, .riesgo .lblAvg, .riesgo .lblHigh {
        display: block;
        position: absolute;
        color: #666;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        top: 45px;
        left: 30%;
        letter-spacing: .5px;
    }

    .riesgo .lblAvg {
        left: 63%;
    }

    .riesgo .lblHigh {
        left: 95%;
    }

    .riesgo .cuadrado:nth-of-type(1).cuadradoPintado {
        background: rgba(237,56,107,1);
        background: -moz-linear-gradient(left, rgba(237,56,107,1) 0%, rgba(231,51,102,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,56,107,1)), color-stop(100%, rgba(231,51,102,1)));
        background: -webkit-linear-gradient(left, rgba(237,56,107,1) 0%, rgba(231,51,102,1) 100%);
        background: -o-linear-gradient(left, rgba(237,56,107,1) 0%, rgba(231,51,102,1) 100%);
        background: -ms-linear-gradient(left, rgba(237,56,107,1) 0%, rgba(231,51,102,1) 100%);
        background: linear-gradient(to right, rgba(237,56,107,1) 0%, rgba(231,51,102,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed386b', endColorstr='#e73366', GradientType=1 );
    }


    .riesgo .cuadrado:nth-of-type(2).cuadradoPintado {
        background: rgba(231,51,102,1);
        background: -moz-linear-gradient(left, rgba(231,51,102,1) 0%, rgba(221,44,94,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(231,51,102,1)), color-stop(100%, rgba(221,44,94,1)));
        background: -webkit-linear-gradient(left, rgba(231,51,102,1) 0%, rgba(221,44,94,1) 100%);
        background: -o-linear-gradient(left, rgba(231,51,102,1) 0%, rgba(221,44,94,1) 100%);
        background: -ms-linear-gradient(left, rgba(231,51,102,1) 0%, rgba(221,44,94,1) 100%);
        background: linear-gradient(to right, rgba(231,51,102,1) 0%, rgba(221,44,94,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73366', endColorstr='#dd2c5e', GradientType=1 );
    }

    .riesgo .cuadrado:nth-of-type(3).cuadradoPintado {
        background: rgba(221,44,94,1);
        background: -moz-linear-gradient(left, rgba(221,44,94,1) 0%, rgba(209,36,85,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(221,44,94,1)), color-stop(100%, rgba(209,36,85,1)));
        background: -webkit-linear-gradient(left, rgba(221,44,94,1) 0%, rgba(209,36,85,1) 100%);
        background: -o-linear-gradient(left, rgba(221,44,94,1) 0%, rgba(209,36,85,1) 100%);
        background: -ms-linear-gradient(left, rgba(221,44,94,1) 0%, rgba(209,36,85,1) 100%);
        background: linear-gradient(to right, rgba(221,44,94,1) 0%, rgba(209,36,85,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c5e', endColorstr='#d12455', GradientType=1 );
    }

    .riesgo .cuadrado:nth-of-type(4).cuadradoPintado {
        background: rgba(209,36,85,1);
        background: -moz-linear-gradient(left, rgba(209,36,85,1) 0%, rgba(198,29,77,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(209,36,85,1)), color-stop(100%, rgba(198,29,77,1)));
        background: -webkit-linear-gradient(left, rgba(209,36,85,1) 0%, rgba(198,29,77,1) 100%);
        background: -o-linear-gradient(left, rgba(209,36,85,1) 0%, rgba(198,29,77,1) 100%);
        background: -ms-linear-gradient(left, rgba(209,36,85,1) 0%, rgba(198,29,77,1) 100%);
        background: linear-gradient(to right, rgba(209,36,85,1) 0%, rgba(198,29,77,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d12455', endColorstr='#c61d4d', GradientType=1 );
    }

    .riesgo .cuadrado:nth-of-type(5).cuadradoPintado {
        background: rgba(198,29,77,1);
        background: -moz-linear-gradient(left, rgba(198,29,77,1) 0%, rgba(187,21,68,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(198,29,77,1)), color-stop(100%, rgba(187,21,68,1)));
        background: -webkit-linear-gradient(left, rgba(198,29,77,1) 0%, rgba(187,21,68,1) 100%);
        background: -o-linear-gradient(left, rgba(198,29,77,1) 0%, rgba(187,21,68,1) 100%);
        background: -ms-linear-gradient(left, rgba(198,29,77,1) 0%, rgba(187,21,68,1) 100%);
        background: linear-gradient(to right, rgba(198,29,77,1) 0%, rgba(187,21,68,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c61d4d', endColorstr='#bb1544', GradientType=1 );
    }

    .riesgo .cuadrado:nth-of-type(6).cuadradoPintado {
        background: rgba(187,21,68,1);
        background: -moz-linear-gradient(left, rgba(187,21,68,1) 0%, rgba(177,14,60,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(187,21,68,1)), color-stop(100%, rgba(177,14,60,1)));
        background: -webkit-linear-gradient(left, rgba(187,21,68,1) 0%, rgba(177,14,60,1) 100%);
        background: -o-linear-gradient(left, rgba(187,21,68,1) 0%, rgba(177,14,60,1) 100%);
        background: -ms-linear-gradient(left, rgba(187,21,68,1) 0%, rgba(177,14,60,1) 100%);
        background: linear-gradient(to right, rgba(187,21,68,1) 0%, rgba(177,14,60,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb1544', endColorstr='#b10e3c', GradientType=1 );
    }

    .riesgo .cuadrado:nth-of-type(7).cuadradoPintado {
        background: rgba(177,14,60,1);
        background: -moz-linear-gradient(left, rgba(177,14,60,1) 0%, rgba(171,9,55,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(177,14,60,1)), color-stop(100%, rgba(171,9,55,1)));
        background: -webkit-linear-gradient(left, rgba(177,14,60,1) 0%, rgba(171,9,55,1) 100%);
        background: -o-linear-gradient(left, rgba(177,14,60,1) 0%, rgba(171,9,55,1) 100%);
        background: -ms-linear-gradient(left, rgba(177,14,60,1) 0%, rgba(171,9,55,1) 100%);
        background: linear-gradient(to right, rgba(177,14,60,1) 0%, rgba(171,9,55,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b10e3c', endColorstr='#ab0937', GradientType=1 );
    }

    .cuadradoPintado:after {
        content: "";
        width: 1px;
        height: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        opacity: .5;
    }

    .cuadradoPintado:first-of-type:after {
        display: none;
    }

    .cuadradoPintado:last-of-type {
        float: right;
    }

    #axisHistoricoCotizaciones, #axisFondoRendimiento {
        width: 100%;
        float: left;
    }


        #axisHistoricoCotizaciones > span, #axisFondoRendimiento > span {
            color: #666;
            font-size: 18px;
            float: left;
            margin: 40px 0 30px;
            width: 100%;
            padding: 0;
            font-weight: bold;
        }

.fondoDetalle .descripcion {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
    padding: 0;
}

        .fondoDetalle .descripcion > span:first-of-type {
            display: none;
        }

        .fondoDetalle .descripcion span {
            font-size: 16px !important;
            line-height: 24px !important;
            float: left;
            color: #636569 !important;
            text-align: left !important;
            width: 95%;
            font-family: 'Montserrat', sans-serif;
        }

            .fondoDetalle .descripcion span p,
            .fondoDetalle .descripcion span p b,
            .fondoDetalle .descripcion span b {
                font-size: 18px !important;
                line-height: 24px !important;
                letter-spacing: .5px !important;
            }



.fondoDetalle .caracteristicasFondo {
    width: 30%;
    display: inline-block;
    margin: 0 0 0 10%;
    padding: 2%;
    min-width: 350px;
    background: #fff;
    box-shadow: 0 5px 15px 1px rgb(0 0 0 / 20%);
}



        .fondoDetalle .caracteristicasFondo h3 {
            display: none;
        }

    .fondoDetalle .caracteristicasFondo li {
        width: 48%;
        float: left;
        margin: 0 1%;
        font-size: 22px;
        line-height: 22px;
        color: #849289;
        font-family: 'EB Garamond',serif;
        min-height: 70px;
    }

            .fondoDetalle .caracteristicasFondo li:nth-of-type(1),
            .fondoDetalle .caracteristicasFondo li:nth-of-type(2) {
                min-height: 90px;
            }


            .fondoDetalle .caracteristicasFondo li p {
                font-size: 16px;
                color: #B8AEAB;
            }

    .ResumenFondoCohenFondos .descripcion,
    .ResumenFondoCohenFondos .caracteristicasFondo {
        display: none;
    }

    .fondoDetalle .honorariosFondo {
        width: 96%;
        float: right;
        padding: 20px 2%;
        background: #F6F6F6;
        clear: right;
        color: #333;
        margin: 40px 0 10px;
    }


        .fondoDetalle .honorariosFondo h3 {
            float: left;
            margin: 0 0 20px 0;
            width: 100%;
            padding: 0;
            color: #849289;
            font-size: 36px;
            font-family: 'EB Garamond', serif;
        }


        .fondoDetalle .honorariosFondo li {
            width: 25%;
            float: left;
        }

            .fondoDetalle .honorariosFondo li p {
                font-size: 16px;
                color: #333;
                text-transform: uppercase;
            }

                .fondoDetalle .honorariosFondo li p:last-of-type {
                    font-size: 28px;
                }



        .fondoDetalle .honorariosFondo table {
            width: 50%;
            float: right;
        }

            .fondoDetalle .honorariosFondo table thead {
                display: none;
            }


            .fondoDetalle .honorariosFondo table tr {
                width: 50%;
                float: left;
            }

            .fondoDetalle .honorariosFondo table td {
                width: 100%;
                float: left;
                font-size: 16px;
                color: #333;
                text-transform: uppercase;
            }

                .fondoDetalle .honorariosFondo table td:last-of-type {
                    font-size: 28px;
                }


        .fondoDetalle .honorariosFondo .leyendaHonorarios {
            font-size: 14px;
            width: 100%;
            float: left;
            margin: 20px 0 0;
        }





    .fondoDetalle .performanceFondo {
        width: 100%;
        display: table;
        margin: 20px auto;
    }


        .fondoDetalle .performanceFondo table {
            width: 100%;
            text-align: center;
            border-collapse: collapse;
        }


            .fondoDetalle .performanceFondo table tr:nth-child(odd) {
                background: #F9F9F8;
            }


            .fondoDetalle .performanceFondo table th {
                font-weight: bold;
                padding: 30px 0;
                font-size: 14px;
                background: #849289;
                color: #fff;
            }

            .fondoDetalle .performanceFondo table td {
                padding: 15px 0;
                font-size: 14px;
            }






        .fondoDetalle .performanceFondo div.tablePerformance {
            width: 100%;
        }



        .fondoDetalle .performanceFondo div.tableRetorno,
        .fondoDetalle .performanceFondo div.tableRiesgo {
            width: 47%;
            float: left;
            margin: 20px 0 0;
        }

            .fondoDetalle .performanceFondo div.tableRetorno td,
            .fondoDetalle .performanceFondo div.tableRiesgo td {
                text-align: left;
            }

                .fondoDetalle .performanceFondo div.tableRetorno td:last-of-type,
                .fondoDetalle .performanceFondo div.tableRiesgo td:last-of-type {
                    text-align: right;
                }

            .fondoDetalle .performanceFondo div.tableRetorno table td:last-of-type,
            .fondoDetalle .performanceFondo div.tableRiesgo table td:last-of-type {
                font-weight: bold;
            }

        .fondoDetalle .performanceFondo div.tableRiesgo {
            float: right;
        }



            .fondoDetalle .performanceFondo div.tablePerformance > span,
            .fondoDetalle .performanceFondo div.tableRetorno > span,
            .fondoDetalle .performanceFondo div.tableRiesgo > span {
                color: #666;
                font-size: 18px;
                float: left;
                margin: 20px 0 15px;
                width: 100%;
                padding: 0;
                font-weight: bold;
                text-transform:uppercase;
            }


    .fondoFooter {
        width: 100%;
        margin: auto;
        min-width: 980px;
        display: table;
        padding: 0;
    }

        .fondoFooter > div {
            width: 49%;
            float: left;
            padding: 0;
            margin: 15px 0 0 0;
        }

            .fondoFooter > div:nth-of-type(2) {
                float: right;
                background: #e91954;
                width: 45%;
                padding: 20px 2%;
                margin: 0;
                min-height: 380px;
            }

            /*.fondoFooter > div:last-of-type {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }


            .fondoFooter > div:last-of-type .archivos,
            .fondoFooter > div:last-of-type .downloads {
                width: 100%;
                display:table;
                max-width:1170px;
                margin: auto;
            }*/
    .fondoFooter > div:last-of-type, .fondoFooter > div:last-of-type .archivos, .fondoFooter > div:last-of-type .downloads {
                width: 100%;
                float: none;
                margin: auto;
                max-width: 1400px;
            }

            .fondoFooter > div h4, .fondoFooter > div h3 {
                color: #666;
                font-size: 18px;
                float: left;
                margin: 0 0 20px 0;
                width: 100%;
                padding: 0;
                display: none;
            }

            .fondoFooter > div .comportamiento h4 {
                color: #fff;
                border-bottom: 0;
                margin: 0 0 11px 0;
            }

            .fondoFooter > div li, .fondoFooter > div li p {
                font-size: 18px;
                width: 45%;
                float: left;
                margin: 0;
                color: #e91954;
                padding: 5px 0;
                font-weight: 300;
            }

            .fondoFooter > div .comportamiento li p {
                color: #fff;
            }

            .fondoFooter > div li p {
                padding: 0;
            }

                .fondoFooter > div li p:first-of-type {
                    float: left;
                    margin-right: 3px;
                    color: #666;
                    font-weight: 300;
                    width: 100%;
                    padding: 0;
                    font-size: 14px;
                }

            .fondoFooter > div .comportamiento li p:first-of-type {
                color: #f6f6f6;
            }

            .fondoFooter > div li p {
                padding: 0;
            }

    .rendimiento span {
        float: left;
        margin-right: 3px;
        color: #f6f6f6;
        font-weight: 300;
        width: 100%;
        padding: 0;
        font-size: 14px;
    }

        .rendimiento span:nth-child(even) {
            font-size: 18px;
            width: 45%;
            float: left;
            margin: 0;
            color: #fff;
            padding: 0;
            font-weight: 300;
        }

    .archivos a {
        width: auto;
        padding: 12px 20px;
        color: #fff;
        background: #666;
        border-radius: 4px;
        letter-spacing: 1px;
        cursor: pointer;
        font-size: 16px;
        transition: all .6s ease;
    }

    .archivos .downloads a:nth-of-type(1),
    .archivos .downloads a:nth-of-type(2) {
        display: none;
    }



    .archivos a:hover {
        background: #e91954;
    }





    #graficoFondoRendimiento, #fondoComposicionChart {
        width: 100% !important;
        height: 500px !important;
        float: none;
        margin: 0 auto !important;
        display: table;
    }

    #graficoFondoRendimiento {
        display: inherit;
    }

    #fondoComposicionChart {
        height: 720px !important;
        margin: 0 auto !important;
        max-width: 1400px;
    }

    #quicktradeFondoRendimiento {
        width: 100%;
        float: left;
    }

        #quicktradeHistoricoCotizaciones span, #quicktradeFondoRendimiento span {
            color: #666;
            font-size: 16px;
            /* float: left; */
            margin: 0 2% 5px;
            clear: both;
            text-transform: uppercase;
            width: auto;
            display: inline-block;
            font-weight: 300;
        }

        #quicktradeFondoRendimiento span {
            margin: 15px 2%;
        }




    .contentDetail {
        margin: 0 auto;
        width: 100%;
        max-width: 1400px;
        padding: 70px 0 0;
        position: relative;
        display: table;
    }


        .contentDetail .redesSociales {
            display: none;
        }

        .contentDetail .detalleFoto {
            width: 96%;
            max-width: 1400px;
            display: table;
            margin: 0 auto 20px;
            padding: 0;
        }

            .contentDetail .detalleFoto img {
                width: 100%;
            }


        .contentDetail .detalleTexto {
            width: 100%;
            float: right;
            margin: 0 auto 100px;
            padding: 0;
        }

        .contentDetail .detalleFecha {
            color: #999;
            font-weight: 300;
            font-style: italic;
            font-size: 16px;
            margin: 30px 0;
        }


        .contentDetail .gallery {
            display: none;
        }

        .contentDetail .detalleTitulo {
            padding: 10px 0;
            font-weight: bold;
            float: right;
            width: 100%;
            font-size: 36px;
            letter-spacing: .5px;
            font-family: 'Merriweather', serif;
            text-transform: uppercase;
            color: #e91954;
        }





        .contentDetail .detalleCopete {
            padding: 10px 0;
            font-weight: bold;
            float: right;
            width: 100%;
            font-size: 18px;
            letter-spacing: .5px;
            color: #666;
            border-bottom: 1px solid #666;
            margin: 0 0 20px;
        }


        .contentDetail .detalleAutor {
            width: 15%;
            float: left;
        }



            .contentDetail .detalleAutor .detalleAutorImagen {
                width: 100%;
                max-width: 100px;
                height: auto;
                max-height: 100px;
                overflow: hidden;
                border-radius: 50%;
                display: block;
                margin: 0 auto;
            }

                .contentDetail .detalleAutor .detalleAutorImagen img {
                    width: 100%;
                    height: auto;
                }


            .contentDetail .detalleAutor .detalleAutorNombre {
                width: 100%;
                height: auto;
                display: block;
                margin: 10px auto;
                color: #666;
                text-align: center;
            }

                .contentDetail .detalleAutor .detalleAutorNombre span:first-of-type:before {
                    content: "por ";
                    font-size: 12px;
                }

                .contentDetail .detalleAutor .detalleAutorNombre span {
                    width: auto;
                    height: auto;
                    text-align: center;
                    font-size: 14px;
                    margin: 0 1px;
                }




            .contentDetail .detalleAutor .detalleAutorRedes > a {
                height: 60px;
                width: 60px;
                display: block;
                background: url(../../Content/CohenFondos/img/redes.svg) no-repeat;
                background-position: 0;
                margin: 5px auto 0;
                cursor: pointer;
            }

            .contentDetail .detalleAutor .detalleAutorRedes > .detalleAutorTwitter {
                background: url(../../Content/CohenFondos/img/redes.svg) no-repeat;
                background-position: 0 0;
            }

            .contentDetail .detalleAutor .detalleAutorRedes > .detalleAutorLinkedin {
                background: url(../../Content/CohenFondos/img/redes.svg) no-repeat;
                background-position: -60px -60px;
            }




        .contentDetail .detalleDescripcion {
            width: 80%;
            float: right;
            margin: auto;
            color: #666;
            font-size: 14px;
            font-weight: 400;
            text-align: justify;
            line-height: 16px;
        }


        .contentDetail .detalleAutor.sinDatos ~ .detalleDescripcion {
            width: 100%;
        }


        .contentDetail .detalleDescripcion img {
            width: auto !important;
            max-width: 100% !important;
            display: table;
            margin: 0 auto 40px;
        }

        .contentDetail .detalleDescripcion p,
        .contentDetail .detalleDescripcion span,
        .contentDetail .detalleDescripcion b {
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
            width: 100%;
        }

        .contentDetail .detalleDescripcion p {
            margin: 10px 0;
        }

        .contentDetail .detalleDescripcion b {
            font-weight: bold;
        }

        .contentDetail .detalleDescripcion:after {
            content: "";
            height: 1px;
            width: 100px;
            background: #6a5376;
            display: table;
            margin: 20px 0;
        }


    .detalleRelacionados {
        width: 100%;
        display: table;
        margin: 20px auto;
        padding: 0;
    }

        .detalleRelacionados:before {
            content: "";
            width: 100%;
            float: left;
            margin: 0 auto;
            padding: 20px 0;
            min-height: 60px;
            border-top: 1px solid #ccc;
            text-transform: uppercase;
            background: url(/Content/CohenFondos/img/interesar.svg) no-repeat left;
        }

        .detalleRelacionados > div {
            width: 31.33%;
            margin: 0 3% 0 0;
            padding: 0;
            float: left;
            min-height: 320px;
        }

            .detalleRelacionados > div:nth-of-type(3) {
                margin: 0;
                float: right;
            }

            .detalleRelacionados > div a,
            .detalleRelacionados > div a img {
                width: 100%;
                display: block;
            }

                .detalleRelacionados > div a span {
                    float: left;
                    width: 100%;
                    font-size: 18px;
                    letter-spacing: .5px;
                    font-family: 'Merriweather', serif;
                    color: #666;
                    margin: 10px 0;
                }

                    .detalleRelacionados > div a span:last-of-type {
                        font-family: inherit;
                        color: #999;
                        font-weight: 300;
                        font-style: italic;
                        font-size: 12px;
                        margin: 0 0 20px;
                        border: 0;
                        padding: 0;
                    }

    .contentDetailVolver {
        display: none;
    }








    .contentDetail ~ .staff {
        width: 100%;
        display: table !important;
        max-width: 1400px;
        position: absolute;
        top: 100px;
        height: 10px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

        .contentDetail ~ .staff .sectorLista {
            width: 20%;
            display: block !important;
            position: absolute;
            top: 0;
            left: 0;
            max-width: 96px;
        }

            .contentDetail ~ .staff .sectorLista .sectorBannerConBoton,
            .contentDetail ~ .staff .sectorLista .sectorBanner,
            .contentDetail ~ .staff .sectorLista .sectorBannerConBoton img,
            .contentDetail ~ .staff .sectorLista .sectorBanner img {
                width: 100%;
                height: auto;
                float: left;
            }

                .contentDetail ~ .staff .sectorLista .sectorBannerConBoton .textoBannerConBoton {
                    width: 120%;
                    float: left;
                    margin: 5px 0;
                }

            .contentDetail ~ .staff .sectorLista > div > .sectorBanner {
                max-width: 50%;
                margin: 15px 25% 0;
            }









.fondoDetalle .sectorTexto p {
    width: 100%;
    display: table;
    margin: 0 auto 40px;
    font-size:14px;
}



.fondoDetalle .fondoResumen:after,
.fondoDetalle .performanceFondo:after {
	content: "Los rendimientos históricos no garantizan rendimientos futuros.";
    width: 100%;
    display: table;
    margin: 20px auto;
    text-align: right;
    font-size: 14px;
    color: #666;
    }




    /*---------------COMPARADOR FONDOS--------------*/

    .sectorComparadorFondo {
        width: 90%;
        max-width: 1400px;
        display: table;
        margin: 40px auto;
    }

        .sectorComparadorFondo .amcharts-center-div {
            padding-left: 25% !important;
            width: 75% !important;
        }

        .sectorComparadorFondo .amcharts-left-div {
            float: left !important;
            width: 23% !important;
            position: absolute !important;
        }


            .sectorComparadorFondo .amcharts-left-div select,
            .sectorComparadorFondo .amcharts-left-div input,
            .sectorComparadorFondo .amcharts-left-div .amChartsCompareList,
            .sectorComparadorFondo .amcharts-left-div > div {
                width: 90% !important;
                padding: 5px 5% !important;
                border: 1px solid #849289 !important;
                margin: 2px 0 !important;
                max-height: 370px !important;
                border-radius: 0 !important;
            }



            .sectorComparadorFondo .amcharts-left-div select,
            .sectorComparadorFondo .amcharts-left-div input[type="button"] {
                width: 100% !important;
            }


            .sectorComparadorFondo .amcharts-left-div > div {
                border: 0 !important;
                font-size: 16px;
                color: #333;
                max-height: none !important;
            }

            .sectorComparadorFondo .amcharts-left-div fieldset > div {
                font-size: 16px;
                color: #333;
            }
                
                
                .sectorComparadorFondo .amcharts-left-div .amcharts-compare-item-div {
                    padding: 5px 2px !important;
                    margin: 1px 0 !important;
                    font-size: 14px !important;
                    letter-spacing: -.5px !important;
                }

            /*---------------FIN COMPARADOR FONDOS--------------*/
            /*Login*/
#loginDialog {
    display: none !important;
}
            /*Fin Login*/
            /*---------------PARA QUE SE VEA EL SITIO--------------*/

            .layoutGral {
                padding-top: 0;
                background: none;
            }

    #page-body-container, #page-body-container > div:first-of-type > .sectorMenu {
        display: block;
    }


    .transitionLoader {
        display: none;
    }



/*Los filtros en el Comparativo fondos*/

.filterMenu > div.fondoPropio,
.botonMenuFiltros {
    display: none;
}

.filterMenu {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;

   
}


    .filterMenu > div {
        width: auto;
        display: inline-block;
        border: 1px solid #636569;
        margin: 0;
        position: relative;
    }

        .filterMenu > div.busquedaFondo {
            width: 19%; /*19*/
        }

        .filterMenu > div.sociedadGerente {
            min-width: 20%; /*25*/
        }

        .filterMenu > div.plazoLiquidacion {
            min-width: 15%;
        }

        .filterMenu > div.moneda {
            min-width: 13%;
        }

        .filterMenu > div.tipoDeFondo {
            min-width: 22%;
        }

        .filterMenu > div.clase {
            min-width: 8%;
        }



        .filterMenu > div input {
            font-size: 16px;
            width: 100%;
            padding: 10px 0;
            text-indent: 30px;
            background: url(/Content/CohenFondos/img/buscarFiltro.svg) center left no-repeat #fff;
        }

            .filterMenu > div input::placeholder {
                color: #999;
            }

        .filterMenu > div span {
            width: 100%;
            float: left;
            font-size: 16px;
            color: #636569;
            cursor: pointer;
            background: url(/Content/CohenFondos/img/abrirFiltro.svg) center right no-repeat #fff;
            padding: 10px 0;
            text-indent: 5px;
            transition: all .3s ease;
        }

            .filterMenu > div span.open {
                background: url(/Content/CohenFondos/img/cerrarFiltro.svg) center right no-repeat #fff;
            }


        .filterMenu > div > ul {
            position: absolute;
            width: 100%;
            top: 100%;
            border: 0;
            left: -1px;
            background: #fff;
            z-index: 10;
            transition: all .3s ease;
        }




        .filterMenu > div > .open ~ ul {
            border: 1px solid #636569;
        }


        .filterMenu > div > ul li {
            display: none;
        }

        .filterMenu > div > .open ~ ul li {
            display: block;
        }


        .filterMenu > div > ul a {
            width: auto;
            min-width: 100%;
            display: inline-block;
            font-size: 14px;
            color: #636569;
            cursor: pointer;
            padding: 10px 0;
            text-indent: 5px;
        }

        .filterMenu > div > ul .selected {
            position: absolute;
            top: -40px;
            left: 0;
            width: 100%;
            z-index: 10;
            display: block;
            border: 1px solid #636569;
        }

            .filterMenu > div > ul .selected a {
                color: #fff;
                background: url(/Content/CohenFondos/img/cerrarFiltroB.svg) 102% center no-repeat #636569;
            }



@media (max-width: 1200px) {


    .filterMenu > div.tipoDeFondo {
        min-width: 24%;
    }

    .filterMenu > div span {
        font-size: 12px;
    }

    .filterMenu > div input {
        font-size: 12px;
        text-indent: 30px;
    }

    .filterMenu > div > ul .selected {
        top: -36px;
    }

    .filterMenu > div > ul a {
        font-size: 14px;
        padding: 8px 0;
    }
}
