/* Minification failed. Returning unminified contents.
(8614,7): run-time error CSS1031: Expected selector, found '/'
(8614,7): run-time error CSS1025: Expected comma or open brace, found '/'
(9396,23): run-time error CSS1039: Token not allowed after unary operator: '-secondary-font'
(9507,17): run-time error CSS1039: Token not allowed after unary operator: '-secondary-brand-color'
(9748,17): run-time error CSS1039: Token not allowed after unary operator: '-secondary-brand-color'
(12625,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(12886,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(12901,17): run-time error CSS1038: Expected hex color, found '#ccc2'
 */

/*!
 * 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;
}


.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
{

}
.SandboxRoot.env-bp-430 .timeline-Tweet-text {
    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
}


/*________________________________INFORME PDF________________________________*/


.contentDetail {
    width: 96%;
    max-width: 1600px;
    display: block;
    text-align: center;
    margin: 80px auto;
}


.detalleFecha {
    font-size: 18px;
    font-weight: 600;
    display:none;
}

.detalleTitulo {
    color: #005a97;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 300;
}

    .detalleTitulo:after {
        content: "";
        height: 1px;
        width: 25%;
        max-width: 200px;
        display: table;
        margin: 15px auto;
        background: #005a97;
    }

.contentDetailVolver {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    padding: 10px 20px;
    border: 1px solid #40a5ea;
    background: #40a5ea;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: .5px;
    text-align: center;
    width: auto;
    display: table;
    margin: 30px auto;
}

.pdfDownload {
    display: none;
}

.pdfVisualizador {
    width: 100%;
    display: block;
    margin: 0 auto 40px;
    min-height: 600px;
    max-width: 1000px;
}

    .pdfVisualizador object {
        width: 100%;
        display: table;
        height: auto;
        min-height: 600px;
        margin: auto;
        overflow: auto;
    }

.redesSociales {
    display: none;
}

/*________________________________HOME HORIZONTAL________________________________*/

.home-horizontal {
    width: 100%;
    margin: 0 auto; 
    min-width: 980px;
    position: relative;
    float: left;
    min-height: 800px;
}


    .home-horizontal section > .sectorLista {
        width: 100%;
        float: left;
        overflow: hidden;
        position: relative;
        margin: 0 0 40px;
    }



        .home-horizontal section > .sectorLista .items-4 {
            width: 76%;
            margin: 50px auto;
            height: 100%;
            background: #f6f6f6;
            padding: 50px 2%;
            max-width: 1600px;
            display: table;
            border-radius: 10px;
        }

            .home-horizontal section > .sectorLista .items-4 .sectorImagen {
                width: 32.33%;
                float: left;
                margin: 0 .5%;
            }



                .home-horizontal section > .sectorLista .items-4 .sectorImagen img {
                    height: auto;
                    width: 100%;
                    max-width: 400px;
                    margin: 0 auto 40px;
                    display: table;
                }

                .home-horizontal section > .sectorLista .items-4 .sectorImagen:nth-of-type(1) img {
                    float: right;
                }

                .home-horizontal section > .sectorLista .items-4 .sectorImagen:nth-of-type(3) img {
                    float: left;
                }


            .home-horizontal section > .sectorLista .items-4 .sectorTexto {
                width: 85%;
                text-align: justify;
                margin: 40px auto 0;
                display: table;
                float: none;
            }

                .home-horizontal section > .sectorLista .items-4 .sectorTexto h2 {
                    margin: 0 0 20px;
                    font-weight: 100;
                    color: #40a5ea;
                    width: 100%;
                    font-size: 36px;
                    line-height: 36px;
                }


                .home-horizontal section > .sectorLista .items-4 .sectorTexto p {
                    margin: 0;
                    font-weight: 100;
                    width: 100%;
                    color: #333;
                    font-size: 18px;
                    line-height: 20px;
                }

                    .home-horizontal section > .sectorLista .items-4 .sectorTexto p b {
                        font-weight: normal;
                        color: #000;
                        font-size: 18px;
                    }

        .home-horizontal section > .sectorLista .items-2 {
            width: 100%;
            margin: 0;
            height: 100%;
            background: #000;
            float: left;
            height: 250px !important;
        }

            .home-horizontal section > .sectorLista .items-2 img {
                width: 100%;
                float: left;
                height: auto;
                opacity: .5;
            }


            .home-horizontal section > .sectorLista .items-2 .sectorTexto {
                position: absolute;
                right: auto;
                z-index: 100;
                width: 100%;
                color: #fff;
                padding: 0;
                text-align: center;
            }


        .home-horizontal section > .sectorLista .sectorTexto h1 {
            padding: 0;
            font-size: 48px;
            font-weight: 100;
            display: table;
            width: auto;
            margin: 90px auto 0;
            text-transform: uppercase;
            float: none;
        }


            .home-horizontal section > .sectorLista .sectorTexto h1:after {
                content: "";
                height: 1px;
                width: 50%;
                display: table;
                margin: 30px auto 0;
                background: #fff;
            }


    .home-horizontal .sectorTexto {
        width: 100%;
        float: left;
    }

        .home-horizontal .sectorTexto p {
            width: 96%;
            margin: 20px 2%;
            display: table;
            float: left;
            font-size: 16px;
            line-height: 20px;
        }

            .home-horizontal .sectorTexto p b {
                font-size: 16px;
            }

        .home-horizontal .sectorTexto h2 {
            width: 96%;
            margin: 50px 2% 0;
            display: table;
            float: left;
            font-size: 24px;
            font-weight: 400;
        }

        .home-horizontal .sectorTexto h1 {
            width: 96%;
            margin: 100px 2% 0;
            display: table;
            float: left;
            font-size: 24px;
            font-weight: 400;
        }

        .home-horizontal .sectorTexto blockquote {
            width: 98%;
            padding: 20px 1% 0;
            background-color: rgba(0,0,0,.2);
            height: 240px;
            font-size: 12px;
        }


            .home-horizontal .sectorTexto blockquote b {
                font-size: 16px;
                line-height: 28px;
                margin: 0 5px 0 0;
                clear: left;
                color: #fff;
            }


            .home-horizontal .sectorTexto blockquote h2 {
                width: 100%;
                margin: 0 0 10px 0;
                display: table;
                float: left;
                font-size: 24px;
                font-weight: 100;
                color: #fff;
            }

        .home-horizontal .sectorTexto a {
            font-weight: 600;
            color: #005a97;
            font-size: 16px;
        }




            .home-horizontal .sectorTexto a:hover {
                border-color: #666;
            }

/*________________________________FIN HOME HORIZONTAL________________________________*/



.seccion {
    width: 100%;
    margin: 0 auto;
    min-width: 980px;
    position: relative;
    float: left;
    /*min-height:10000px;*/
}


    .seccion section {
        display: block;
    }

    .seccion section {
        display: block;
    }

        .seccion section > .sectorTexto {
            width: 96%;
            margin: auto;
            display: block;
            text-align: center;
        }

            .seccion section > .sectorMenu li {
                margin: 20px 5px 0;
                display: table;
                float: left;
            }

                .seccion section > .sectorMenu li a {
                    color: #333;
                    font-size: 16px;
                    font-weight: 100;
                    padding: 15px 30px;
                    border: 1px solid #333;
                    border-radius: 5px;
                    /*text-transform: uppercase;*/
                }

                    .seccion section > .sectorMenu li a:hover {
                        color: #fff;
                        background: #333;
                    }



    .seccion .sectorGaleria {
        width: 100%;
        margin: 0 auto 80px;
        position: relative;
        float: left;
        overflow: hidden;
        background: #000;
        height: 800px;
    }

    .seccion .gallery {
        position: relative;
        float: left;
        width: 100%;
        min-width: 1800px;
        overflow: hidden;
        transition: all 0.8s ease;
        opacity: .6;
    }


    .seccion .sectorGaleria .textoFlotante:hover ~ .gallery {
        opacity: .3;
        transition: all 0.4s ease;
    }

@media only screen and (max-width: 1400px) {

    .navbar-right {
        display: none;
    }

    .sectoBuscadorEspecie {
        margin: -5px 5px 0 0;
    }

        .sectoBuscadorEspecie .buscadorEspecie {
            padding: 5px 10px;
        }

        .sectoBuscadorEspecie .submitBuscadorEspecie {
            background-size: 15px;
            padding: 5px 0 5px 0;
        }

    .headerWrapper section:nth-of-type(2) > .sectorMenu li a {
        padding: 5px 15px;
        margin: -5px 0 0 5px;
    }
}


.seccion .gallery .item img {
    width: 100%;
    min-width: 1800px;
    min-height: 800px;
}



.seccion .sectorGaleria .secondary-controls {
    display: none;
}


.seccion .sectorGaleria .gallery .control-operator {
    display: block;
}

.seccion .sectorGaleria .AgrupamientoDosElementos {
    width: 100%;
    height: auto;
    margin: 0;
}



    .seccion .sectorGaleria .AgrupamientoDosElementos > div:first-of-type {
        position: absolute;
        top: 5%;
        left: 5%;
        min-height: 60%;
    }

        .seccion .sectorGaleria .AgrupamientoDosElementos > div:first-of-type img {
            height: 100%;
            width: auto;
            position: absolute;
        }


    .seccion .sectorGaleria .AgrupamientoDosElementos > div:nth-of-type(2) {
        width: 100%;
        height: auto;
        margin: 0;
        float: left;
    }

.seccion .sectorGaleria .textoFlotante {
    position: absolute;
    top: 25%;
    left: 7%;
    right: auto;
    z-index: 100;
    width: 80%;
    color: #fff;
    padding: 50px 3%;
    /*background: rgba(0,0,0,.6);*/
    text-align: center;
}






    .seccion .sectorGaleria .textoFlotante .sectorTexto h3 {
        padding: 0;
        font-size: 30px;
        font-weight: 100;
        display: table;
        width: auto;
        margin: auto;
        text-transform: uppercase;
    }

        .seccion .sectorGaleria .textoFlotante .sectorTexto h3:after {
            content: "";
            height: 1px;
            width: 50%;
            display: table;
            margin: 40px auto;
            background: #fff;
        }

    .seccion .sectorGaleria .textoFlotante .sectorTexto p {
        font-size: 20px;
        text-transform: none;
        margin: 0;
        font-weight: 100;
    }



    .seccion .sectorGaleria .textoFlotante .sectorTexto a {
        color: #fff;
        font-size: 18px;
        font-weight: 100;
        padding: 10px 20px;
        border: 1px solid #fff;
        border-radius: 5px;
        cursor: pointer;
        letter-spacing: .5px;
        text-align: center;
        width: auto;
        display: table;
        margin: 40px auto 0;
    }


        .seccion .sectorGaleria .textoFlotante .sectorTexto a:hover {
            color: #000;
            background: #fff;
            text-shadow: none;
        }

.seccion section:nth-of-type(2) {
    width: 64%;
    margin: 80px 0 10px 2%;
    float: left;
}




    .seccion section:nth-of-type(2) .sectorLista {
        width: 100%;
        float: left;
        position: relative;
        overflow: hidden;
        height: 450px !important;
    }



        .seccion section:nth-of-type(2) .sectorLista .sectorImagen {
            width: 100%;
            height: 450px;
            float: left;
            background: #000;
        }

            .seccion section:nth-of-type(2) .sectorLista .sectorImagen img {
                width: 100%;
                min-height: 100%;
                height: auto;
                float: left;
                opacity: .4;
                transition: all 0.8s ease;
            }


/*.seccion section:nth-of-type(2) .sectorLista:hover .sectorImagen img {
            opacity: .3;
            width: 150%;
            margin: -25% 0 0 -25%;
            transition: all 0.4s ease;
        }*/




.seccion section:nth-of-type(3) {
    width: 32%;
    margin: 80px 2% 10px 0;
    float: right;
    height: 450px;
    background: #333;
}





/*----------------tabs--------------------*/



.sectorTab {
    width: 96%;
    float: left;
    height: 450px;
    padding: 0 3% 0 1%;
    background: #fff;
    margin: 0;
    position: relative;
}




    .sectorTab .ui-widget-content {
        border: 0;
        background: none;
    }



    .sectorTab .ui-tabs-nav {
        width: 104%;
        border-bottom: 2px solid #333;
        margin: -35px 0 0 -2%;
        border-radius: 0;
    }


        .sectorTab .ui-tabs-nav > li {
            float: left;
            background: none;
            border: 0;
            margin: 0 2px 0 0;
            width: auto;
        }


            .sectorTab .ui-tabs-nav > li:first-of-type {
                margin: 0 0 0 10px;
            }


            .sectorTab .ui-tabs-nav > li a {
                color: #fff;
                background: #333;
                border: 2px solid #333;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                padding: 8px 12px 7px;
                font-size: 14px;
                margin: 0 0 -2px 3px;
                float: left;
                letter-spacing: .5px;
                text-transform: uppercase;
            }



            .sectorTab .ui-tabs-nav > li.ui-tabs-active a {
                color: #333;
                background: #fff;
                border: 2px solid #333;
                border-bottom: 2px solid #fff;
                padding: 10px 14px 8px;
                margin-top: -3px;
            }





    .sectorTab > div {
        width: 100%;
        float: left;
        border: 0;
        padding: 0;
        margin: 0;
        padding: 0;
        height: 400px;
    }



        .sectorTab > div div.persiana_vertical,
        .sectorTab > div div.persiana_vertical li {
            background: none;
        }







/*________________________________COTIZACIONES________________________________*/


.SeccionesTabs {
    width: 100%;
    display: table;
    margin: auto;
    position: relative;
}


#CotizacionesUltimaOperacion .divFiltros {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 7px 0;
    position: sticky;
    background: #fff;
    top: 95px;
    z-index: 2;
}

.SeccionesTabs.cauciones #CotizacionesUltimaOperacion .divFiltros {
    justify-content: space-between;
}

    #CotizacionesUltimaOperacion .divVencimientos {
        margin: 0 20px 0 auto;
    }

#divContainerTabs .divUltimosOperados, #divContainerTabs .divHistoricos, .divWatchlist {
    display: flex;
    align-items: center;
    margin: 0 10px 0 0;
    font-size: 13px;
    gap: 10px;
}


    .menuMonedas input,
    .divVencimientos button {
        font-weight: 600;
        padding: 5px 10px;
        border-radius: 5px;
        cursor: pointer;
        background: #efefef;
        color: #666;
    }

    .menuMonedas input.btnSelected,
    .divVencimientos button.btnSelected {
        background: #005a97;
        color: #fff;
    }

.listatabs {
    width: 96%;
    background-color: rgba(0,90,151,.9);
    position: fixed;
    top: 93px;
    left: 0;
    padding: 8px 2%;
    z-index: 100;
    transition: all .3s ease;
    display: none;
}


.atTop .listatabs {
    top: 118px;
    transition: all .3s ease;
}

.listatabs li {
    float: left;
    margin: 0 5px 0 0;
}

    .listatabs li a {
        color: #fff;
        font-size: 14px;
        padding: 0 8px;
        margin: 0;
        text-transform: uppercase;
    }

        .listatabs li a:hover {
            color: #000;
        }

    .listatabs li:first-of-type a {
        padding: 0 8px 0 0;
    }

.SeccionesTabs .sectorMenu {
    width: 96%;
    padding: 0;
    display: block;
    margin:auto;
}

    .SeccionesTabs .sectorMenu > ul {
        width: 100%;
        margin: 0 auto;
        display: flex;
        border-bottom: 1px solid #ccc;
        gap: 40px;
    }


.SeccionesTabs .sectorMenu > ul > li {
    display: inline-block;

}

            .SeccionesTabs .sectorMenu > ul > li a {
                color: #005a97;
                font-size: 14px;
                padding: 20px 0 15px;
                margin: 0;
                font-weight: 500;
                letter-spacing: 1px;
                float: left;
            }

                .SeccionesTabs .sectorMenu > ul > li a.selected,
                #divEspeciesTiposTabs > ul > li.tabSelected a{
                    font-weight: 600;
                    color: #333;
                }

                .SeccionesTabs .sectorMenu > ul > li:hover a {
                    color: #211061;
                }


.SeccionesTabs .sector1 .sectorMenu ul li:nth-of-type(2) a {
    margin: 0 20px;
    padding: 20px 20px 15px;
    border-left: 1px solid #50c8f7;
    border-right: 1px solid #50c8f7;
}

.SeccionesTabs .sectorTexto {
    width: 100%;
    padding: 20px 0;
    float: left;
    text-align:center;
}

    .SeccionesTabs .sectorTexto > h1,
    .SeccionesTabs .sectorTexto > p {
        width: 96%;
        margin: 0 auto;
        max-width: 1600PX;
        display: block;
        font-size: 60px;
        color: #fff;
        line-height: 60px;
        font-weight: normal;
        letter-spacing: 1px;
    }

    .SeccionesTabs .sectorTexto > p {
        font-size: 12px;
        line-height: 20px;
        font-weight: bold;
    }

        .SeccionesTabs .sectorTexto > p a {
            color: #211061;
        }


.SeccionesTabs .sector3 .sectorMenu {
    background: #fff;
    margin: 0;
    border: 0;
    padding-bottom: 70px;
}


    .SeccionesTabs .sector3 .sectorMenu > ul {
        border-bottom: 1px solid #ccc;
        padding: 5px 0;
    }


        .SeccionesTabs .sector3 .sectorMenu > ul > li a {
            color: #666;
            font-size: 16px;
            padding: 10px 0;
            margin: 0 40px 0 0;
            font-weight: bold;
            letter-spacing: 1px;
        }

        .SeccionesTabs .sector3 .sectorMenu > ul > li:last-of-type a {
            color: #666;
        }



#divEspeciesTiposTabs {
    width: 96%;
    padding: 0;
    display: block;
    margin: auto;
}



    #divEspeciesTiposTabs > ul {
        width: 100%;
        border-bottom: 1px solid #ddd;
        display: flex;
        gap: 30px;
        padding: 11px 0;
    }


        #divEspeciesTiposTabs > ul > li {
            float: left;
        }

            #divEspeciesTiposTabs > ul > li a {
                color: #333;
                font-size: 13px;
                padding: 0px 0 15px;
                margin: 0;
                font-weight: 500;
                letter-spacing: 1px;
            }

                #divEspeciesTiposTabs > ul > li a:hover {
                    color: #333;
                }

.SeccionesTabs .graficoHeatMap,
.SeccionesTabs #divContainerTabs {
    width: 96%;
    margin: 0 auto 20px;
    display: table;
    float: none;
}

.SeccionesTabs #divContainerTabs {
    display: flex;
    float: none;
    flex-wrap: wrap;
    justify-content: center;
}


.SeccionesTabs .tab_content {
    width: 100%;
    display: block;
}

/*________________________________FIN COTIZACIONES________________________________*/

/*________________________________CALCULADORA________________________________*/

.sectorCalculadora {
    width: 96%;
    margin: 0 auto 20px;
    max-width: 1600PX;
    display: table;
    position: relative;
}

    .sectorCalculadora form > div {
        width: 51%;
        margin: 0;
        padding: 0;
        float: left;
    }



        .sectorCalculadora form > div > div {
            width: 100%;
            margin: 0;
            padding: 0;
            float: left;
        }




        .sectorCalculadora form > div span {
            font-size: 16px;
            margin: 5px;
            line-height: 30px;
        }


    .sectorCalculadora h1 {
        width: 100%;
        float: left;
        font-size: 18pt;
        margin: -30px 0 10px;
        font-weight: normal;
        color: #666;
    }


    .sectorCalculadora label {
        width: 100%;
        float: left;
        font-size: 16px;
        padding: 10px 0 1px;
        color: #000 !important;
    }


    .sectorCalculadora .impuestos,
    .sectorCalculadora .iva {
        border-bottom: 1px solid #eee;
        width: 90%;
    }

        .sectorCalculadora .impuestos label,
        .sectorCalculadora .iva label {
            width: auto;
            float: left;
            font-size: 16px;
            padding: 8px 0 2px;
            clear: left;
        }

        .sectorCalculadora .impuestos span,
        .sectorCalculadora .iva span {
            width: auto;
            font-size: 14px;
            padding: 10px 0 0;
            margin: 0;
            line-height: normal;
            float: right;
            clear: right;
            font-weight: bold;
            letter-spacing: 1px;
            color: #666;
        }


    .sectorCalculadora input, .sectorCalculadora select {
        background-color: #fff;
        border: solid 1px #ccc;
        width: 90%;
        float: left;
        padding: 3px 0;
        font-size: 14px;
        text-indent: 5px;
        letter-spacing: 1px;
        color: #333;
    }


        .sectorCalculadora input[type=submit] {
            width: auto;
            padding: 10px 20px;
            color: #fff;
            background: #005a97;
            margin: 20px 10px 0 0;
            text-transform: uppercase;
            font-weight: normal;
            letter-spacing: 1px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 14px;
            transition: all .6s ease;
            border: 0;
            clear: left;
            box-shadow: none;
        }

            .sectorCalculadora input[type=submit]:focus,
            .sectorCalculadora input[type=submit]:active {
                box-shadow: none;
            }





    .sectorCalculadora form#formCalculadoraOpcion > div.resultados,
    .sectorCalculadora form#formCalculadoraFuturo > div.resultados,
    .sectorCalculadora form#formCalculadoraLanzamientoCubierto > div.resultados {
        margin: 30px 0 10px;
        width: 43%;
        clear: left;
        padding: 20px 1.5%;
        background: #fcfcfc;
    }


        .sectorCalculadora form#formCalculadoraOpcion > div.resultados label,
        .sectorCalculadora form#formCalculadoraFuturo > div.resultados label,
        .sectorCalculadora form#formCalculadoraLanzamientoCubierto > div.resultados label {
            padding: 2px 0 1px;
            font-size: 16px;
        }



    .sectorCalculadora form > div.resultados > div {
        width: 100%;
        border-bottom: 1px dotted #ccc;
        float: left;
        padding: 5px 0;
    }

        .sectorCalculadora form > div.resultados > div:first-of-type {
            border-bottom: 1px solid #00416f;
            padding: 0 0 5px 0;
        }



    .sectorCalculadora form#formCalculadoraOpcion > div.resultados div:first-of-type label,
    .sectorCalculadora form#formCalculadoraFuturo > div.resultados div:first-of-type label,
    .sectorCalculadora form#formCalculadoraLanzamientoCubierto > div.resultados div:first-of-type label {
        color: #333 !important;
        font-size: 18px;
        padding: 0;
    }



    .sectorCalculadora form > div.resultados > div:last-of-type {
        border-bottom: 0;
        padding: 5px 0 0 0;
    }

    .sectorCalculadora form > div.resultados > div label {
        width: 50%;
        color: #666 !important;
        float: left;
    }

    .sectorCalculadora form > div.resultados > div div {
        width: 50%;
        float: right;
        font-size: 16px;
        padding: 2px 0 1px;
        font-weight: bold;
        text-align: right;
        letter-spacing: 1px;
    }



    .sectorCalculadora .ui-datepicker,
    .calculadoraBonos .ui-datepicker {
        position: absolute;
        top: 0;
        right: 20%;
        left: auto;
        width: auto;
        border: 0;
        padding: 0;
    }

.calculadoraBonos .ui-datepicker {
    position: initial;
    margin: 40px 30px 0 0;
}


    .sectorCalculadora .ui-datepicker td,
    .calculadoraBonos .ui-datepicker td {
        border: 0;
        padding: 1px;
        width: 35px;
    }

    .sectorCalculadora .ui-datepicker .ui-datepicker-title,
    .calculadoraBonos .ui-datepicker .ui-datepicker-title {
        background: none;
        color: #333;
    }

        .sectorCalculadora .ui-datepicker .ui-datepicker-title span,
        .calculadoraBonos .ui-datepicker .ui-datepicker-title span {
            font-size: 16px;
        }


    .sectorCalculadora .ui-datepicker .ui-state-default,
    .calculadoraBonos .ui-datepicker .ui-state-default {
        border: 3px solid #005a97;
        background: #005a97;
        color: #fff;
        text-align: center;
        font-size: 14px;
        padding: 10px;
    }


    .sectorCalculadora .ui-datepicker .ui-datepicker-week-end .ui-state-default,
    .calculadoraBonos .ui-datepicker .ui-datepicker-week-end .ui-state-default {
        border: 3px solid #222;
        background: #222;
    }


    .sectorCalculadora .ui-datepicker .ui-state-default.ui-state-active,
    .calculadoraBonos .ui-datepicker .ui-state-default.ui-state-active {
        border-color: #222;
        background: #fff;
        color: #222;
        font-weight: bold;
    }


    .sectorCalculadora .ui-datepicker .ui-state-default.ui-state-highlight,
    .calculadoraBonos .ui-datepicker .ui-state-default.ui-state-highlight {
        color: #211061;
        background: #fff;
        border: 0;
    }

.ui-datepicker .ui-datepicker-prev span, 
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 0;
    margin-left: 0;
    top: 0;
    margin-top: 0;
    background: url(/Content/Navarro/img/abrirFiltro.svg) 7px center no-repeat;
    background-size: 30px;
    rotate: 90deg;
    width: 100%;
    height: 100%;
}

.ui-datepicker .ui-datepicker-next span {
    rotate: -90deg;
}


    .sectorCalculadora .ui-datepicker .ui-datepicker-next,
    .calculadoraBonos .ui-datepicker .ui-datepicker-next {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-left: 15px solid #005a97;
        border-right: 0 !important;
        border-bottom: 10px solid transparent;
        top: 5px;
        background: none !important;
    }*/

    .sectorCalculadora .ui-datepicker .ui-datepicker-prev span:hover,
    .sectorCalculadora .ui-datepicker .ui-datepicker-next span:hover,
    .calculadoraBonos .ui-datepicker .ui-datepicker-prev span:hover,
    .calculadoraBonos .ui-datepicker .ui-datepicker-next span:hover {
        border: 0 !important;
        background: none !important;
    }


/*________________________________FIN CALCULADORA________________________________*/


/*________________________________CALCULADORA BONOS________________________________*/

.calculadoraBonos {
    width: 96%;
    margin: 80px auto 20px;
    min-width: 1200px;
    position: relative;
    float: left;
    min-height: 700px;
}

    .calculadoraBonos .sector1 .sectorMenu {
        width: 100%;
        padding: 0;
        background: #005a97;
        float: left;
        border-bottom: 1px solid #50c8f7;
    }


        .calculadoraBonos .sector1 .sectorMenu > ul {
            width: 96%;
            margin: 0 auto;
            max-width: 1600PX;
            display: table;
        }

            .calculadoraBonos .sector1 .sectorMenu > ul > li {
                float: left;
            }


                .calculadoraBonos .sector1 .sectorMenu > ul > li a {
                    color: #fff;
                    font-size: 16px;
                    padding: 20px 0 15px;
                    margin: 0;
                    font-weight: bold;
                    letter-spacing: 1px;
                    float: left;
                }

                .calculadoraBonos .sector1 .sectorMenu > ul > li:nth-of-type(2) a {
                    margin: 0 20px;
                    padding: 20px 20px 15px;
                    border-left: 1px solid #50c8f7;
                    border-right: 1px solid #50c8f7;
                }


                .calculadoraBonos .sector1 .sectorMenu > ul > li:hover a {
                    color: #211061;
                }

    .calculadoraBonos .sector2 .sectorTexto {
        width: 100%;
        padding: 30px 0 40px;
        background: #005a97;
        float: left;
        margin: 0;
        max-width: none;
    }


        .calculadoraBonos .sector2 .sectorTexto h1 {
            width: 96%;
            margin: 0 auto;
            max-width: 1600PX;
            display: block;
            font-size: 60px;
            color: #fff;
            line-height: 60px;
            font-weight: normal;
            letter-spacing: 1px;
            text-align: left;
        }


    .calculadoraBonos .sector3 .sectorMenu {
        background: #fff;
        margin: 0;
        border: 0;
        float: left;
        width: 100%;
    }

        .calculadoraBonos .sector3 .sectorMenu ul {
            width: 96%;
            margin: 0 auto;
            max-width: 1600PX;
            display: table;
            border-bottom: 1px solid #999;
            padding: 5px 0;
        }

            .calculadoraBonos .sector3 .sectorMenu ul li {
                float: left;
                max-width: 25%;
            }

                .calculadoraBonos .sector3 .sectorMenu ul li a {
                    color: #666;
                    font-size: 16px;
                    padding: 10px 0;
                    margin: 0 40px 0 0;
                    font-weight: normal;
                    letter-spacing: 1px;
                    float: left;
                }

                .calculadoraBonos .sector3 .sectorMenu ul li.Derecha a,
                .home-horizontal section:nth-of-type(3) .sectorMenu ul li.Derecha a {
                    color: #005a97;
                    font-weight: bold;
                }

                .calculadoraBonos .sector3 .sectorMenu ul li a:hover {
                    color: #333;
                }


    .calculadoraBonos .calculadoraCont {
        width: 96%;
        margin: 0 auto;
        max-width: 1600PX;
        display: table;
    }

        .calculadoraBonos .calculadoraCont > div {
            width: 51%;
            float: left;
        }

            .calculadoraBonos .calculadoraCont > div:nth-of-type(2) {
                width: auto;
                float: right;
            }

        .calculadoraBonos .calculadoraCont .fecha {
            width: 100%;
            margin: 10px 0;
            float: left;
            font-size: 14px;
            color: #666;
        }

        .calculadoraBonos .calculadoraCont h1 {
            width: 100%;
            margin: 10px 0;
            float: left;
            font-size: 18pt;
            font-weight: normal;
            color: #005a97;
            text-transform: uppercase;
        }


    .calculadoraBonos .selectorCodigo {
        width: 100%;
        margin: 10px 0;
        float: left;
    }

        .calculadoraBonos .selectorCodigo label {
            width: 100%;
            margin: 5px 0;
            float: left;
            font-size: 16px;
            color: #000;
        }

        .calculadoraBonos .selectorCodigo select {
            width: 51%;
            padding: 5px;
            float: left;
            font-size: 14px;
            border: 1px solid #ccc;
            border-radius: 5px;
            margin: 0px 0 20px 0;
        }

    .calculadoraBonos .btnCalculadora,
    .calculadoraBonos .leyendaCalculadoraCierre {
        width: 100%;
        margin: 20px 0 0;
        float: left;
    }


    .calculadoraBonos .leyendaCalculadoraCierre {
        margin: 20px 0 10px;
        font-style: italic;
    }

    .calculadoraBonos .leyendaCotizacion {
        font-weight: bold;
    }


    .calculadoraBonos .btnCalculadora input {
        width: auto;
        padding: 10px 20px;
        color: #005a97;
        border: 1px solid #005a97;
        background: #fff;
        margin: 10px 10px 0 0;
        text-transform: uppercase;
        font-weight: normal;
        letter-spacing: 1px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
        transition: all .6s ease;
        clear: left;
        box-shadow: none;
    }

        .calculadoraBonos .btnCalculadora input:hover {
            color: #fff;
            background: #005a97;
            border: 1px solid #005a97;
        }



    .calculadoraBonos .sector4 {
        width: 96%;
        margin: 0 auto;
        max-width: 1600PX;
        display: table;
    }


        .calculadoraBonos .sector4 .hasDatepicker {
            float: right;
        }


/*________________________________FIN CALCULADORA BONOS________________________________*/


/*________________________________HOME VERTICAL________________________________*/

.home-vertical {
    width: 100%;
    margin: 0 auto;
    min-width: 980px;
    position: relative;
    float: left;
    padding: 0;
}


    .home-vertical > .sectorLista {
        width: 100%;
        margin: 80px auto;
        min-width: 980px;
        position: relative;
        float: left;
        padding: 0;
        height: 400px !important;
        overflow: hidden;
    }


        .home-vertical > .sectorLista .sectorImagen {
            height: auto;
            width: 100%;
            float: left;
            background: #000;
            overflow: hidden;
        }

            .home-vertical > .sectorLista .sectorImagen img {
                width: 100%;
                height: auto;
                min-height: 400px;
                float: left;
                opacity: .6;
                margin: 0;
                transition: all 0.8s ease;
            }

            .home-vertical > .sectorLista .sectorImagen:hover img,
            .home-vertical > .sectorLista .sectorTexto:hover + .sectorImagen img,
            .home-vertical > .sectorLista .sectorTexto a:hover + .sectorImagen img {
                width: 150%;
                height: auto;
                margin: -5% 0 0 -15%;
                opacity: .3;
                transition: all 0.8s ease;
            }


        .home-vertical > .sectorLista .sectorTexto {
            width: 100%;
            position: absolute;
            text-align: center;
            top: 20%;
            z-index: 10;
        }


            .home-vertical > .sectorLista .sectorTexto h3 {
                color: #fff;
                font-size: 36px;
                text-transform: uppercase;
                font-weight: 100;
                letter-spacing: .5px;
                pointer-events: none;
            }

                .home-vertical > .sectorLista .sectorTexto h3:after {
                    content: "";
                    height: 1px;
                    width: 15%;
                    display: table;
                    margin: 30px auto;
                    background: #fff;
                }

            .home-vertical > .sectorLista .sectorTexto p {
                color: #fff;
                font-size: 24px;
                font-weight: 100;
                letter-spacing: .5px;
                pointer-events: none;
            }

            .home-vertical > .sectorLista .sectorTexto a {
                color: #fff;
                font-size: 18px;
                font-weight: 100;
                padding: 10px 20px;
                border: 1px solid #fff;
                border-radius: 5px;
                cursor: pointer;
                letter-spacing: .5px;
                text-align: center;
                width: auto;
                display: table;
                margin: 40px auto 0;
            }

                .home-vertical > .sectorLista .sectorTexto a:hover {
                    color: #000;
                    background: #fff;
                }


    .home-vertical .lists-bottom {
        width: 96%;
        margin: 80px 2%;
        display: table;
        float: left;
    }


        .home-vertical .lists-bottom > div {
            width: 28%;
            float: left;
        }


        .home-vertical .lists-bottom > .sectorLista {
            width: 32%;
            position: relative;
            float: left;
            padding: 0;
            height: 400px !important;
            overflow: hidden;
            margin: 0 2% 0 0;
        }



            .home-vertical .lists-bottom > .sectorLista .sectorImagen {
                width: 100%;
                float: left;
                background: #000;
                min-height: 400px;
                overflow: hidden;
            }

                .home-vertical .lists-bottom > .sectorLista .sectorImagen img {
                    width: 100%;
                    height: auto;
                    float: left;
                    opacity: .6;
                    transition: all .8s ease;
                    margin: 0;
                    min-height: 400px;
                }

                .home-vertical .lists-bottom > .sectorLista .sectorImagen:hover img,
                .home-vertical .lists-bottom > .sectorLista .sectorTexto:hover + .sectorImagen img,
                .home-vertical .lists-bottom > .sectorLista .sectorTexto a:hover + .sectorImagen img {
                    height: auto;
                    width: 150%;
                    float: left;
                    opacity: .3;
                    margin: -15% 0 0 -25%;
                    transition: all 0.4s ease;
                }


            .home-vertical .lists-bottom > .sectorLista .sectorTexto {
                width: 80%;
                left: 10%;
                position: absolute;
                text-align: center;
                top: 30%;
                z-index: 10;
            }

            .home-vertical .lists-bottom > .sectorLista:nth-of-type(3) {
                margin: 0;
                float: right;
            }

                .home-vertical .lists-bottom > .sectorLista:nth-of-type(3) .sectorTexto:nth-of-type(1) {
                    width: 94%;
                    padding: 10px 3%;
                    height: auto;
                    left: 0%;
                    top: auto;
                    bottom: 0;
                    text-align: left;
                    background-color: rgba(0,0,0,.65);
                }

                    .home-vertical .lists-bottom > .sectorLista:nth-of-type(3) .sectorTexto:nth-of-type(1) h3 {
                        font-size: 20px;
                    }

                        .home-vertical .lists-bottom > .sectorLista:nth-of-type(3) .sectorTexto:nth-of-type(1) h3:after {
                            content: "";
                            height: 1px;
                            width: 25%;
                            display: table;
                            margin: 5px 0 10px;
                            background: #fff;
                            clear: both;
                        }

                    .home-vertical .lists-bottom > .sectorLista:nth-of-type(3) .sectorTexto:nth-of-type(1) p {
                        width: auto;
                        float: left;
                        margin: 0 8px 0 0;
                    }

                    .home-vertical .lists-bottom > .sectorLista:nth-of-type(3) .sectorTexto:nth-of-type(1) a,
                    .home-vertical .lists-bottom > .sectorLista:nth-of-type(3) .sectorTexto:nth-of-type(1) a:hover {
                        color: #40a5ea;
                        font-size: 14px;
                        font-weight: 400;
                        padding: 0;
                        border: 0;
                        margin: 0;
                        float: left;
                        text-transform: uppercase;
                        background: none;
                    }

                        .home-vertical .lists-bottom > .sectorLista:nth-of-type(3) .sectorTexto:nth-of-type(1) a:hover {
                            text-decoration: underline;
                        }

                .home-vertical .lists-bottom > .sectorLista:nth-of-type(3) .sectorTexto:nth-of-type(2) {
                    width: 100%;
                    height: 100%;
                    left: 0%;
                    position: absolute;
                    text-align: center;
                    top: 0;
                    z-index: 9;
                    background: #000;
                }


            .home-vertical .lists-bottom > .sectorLista .sectorTexto:nth-of-type(2) iframe {
                width: 100% !important;
                height: 100% !important;
                opacity: .9;
            }


            .home-vertical .lists-bottom > .sectorLista .sectorTexto h3 {
                color: #fff;
                font-size: 24px;
                text-transform: uppercase;
                font-weight: 100;
                letter-spacing: .5px;
                pointer-events: none;
            }

                .home-vertical .lists-bottom > .sectorLista .sectorTexto h3:after {
                    content: "";
                    height: 1px;
                    width: 25%;
                    display: table;
                    margin: 15px auto;
                    background: #fff;
                }

            .home-vertical .lists-bottom > .sectorLista .sectorTexto p {
                color: #fff;
                font-size: 14px;
                font-weight: 100;
                letter-spacing: .5px;
                pointer-events: none;
                margin: 20px 0 0 0;
            }

            .home-vertical .lists-bottom > .sectorLista .sectorTexto a {
                color: #fff;
                font-size: 16px;
                font-weight: 100;
                padding: 10px 20px;
                border: 1px solid #fff;
                border-radius: 5px;
                cursor: pointer;
                letter-spacing: .5px;
                text-align: center;
                width: auto;
                display: table;
                margin: 30px auto 0;
            }

                .home-vertical .lists-bottom > .sectorLista .sectorTexto a:hover {
                    color: #000;
                    background: #fff;
                }


/*________________________________FIN HOME VERTICAL________________________________*/




/*________________________________STAFF________________________________*/

.staff {
    width: 100%;
    margin: 100px auto 0;
    min-width: 980px;
    position: relative;
    float: left;
    min-height: 800px;
}


    .staff .sectorTexto {
        width: 96%;
        background: #f9f9f9;
        max-width: 1200px;
        border-radius: 10px;
        display: table;
        margin: 0 auto 40px;
        padding: 20px 40px;
    }

        .staff .sectorTexto p {
            width: 100%;
            margin: 20px 0;
            display: table;
            float: left;
            font-size: 16px;
            line-height: 20px;
        }

            .staff .sectorTexto p b {
                font-size: 16px;
            }

        .staff .sectorTexto h1 {
            width: 100%;
            margin: 20px 0;
            display: table;
            float: left;
            font-size: 24px;
            font-weight: 400;
        }

        .staff .sectorTexto a {
            width: auto;
            margin: 50px 20px 0 0;
            background: url(/Content/Navarro/img/pdf.svg) left no-repeat #333;
            background-size: 30px;
            font-size: 16px;
            padding: 8px 10px 8px 35px;
            font-weight: 100;
            color: #fff;
            float: left;
            border: 5px solid #333;
            border-radius: 5px;
        }




            .staff .sectorTexto a:hover {
                background: url(/Content/Navarro/img/pdf.svg) left no-repeat #666;
                border-color: #666;
                background-size: 30px;
            }


/*________________________________SLIDER HORIZONTAL________________________________*/



/*.atTop .slider_horizontal {
    top: 690px;
    bottom: auto;
    transition: all .3s ease;
}*/


.slider_horizontal {
    width: 100%;
    height: 20px;
    padding: 2px 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .8);
    color: #333;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0;
    z-index: 1000;
}

    /*.atTop .slider_horizontal {
    position: fixed;
    top: 725px;
    transition: all .3s ease;
}*/



    .slider_horizontal #btnCerrar {
        display: none;
    }



    .slider_horizontal ul {
        width: auto;
        margin-top: 3px;
        margin-right: -200px;
        height: 35px;
        overflow: hidden;
    }





    .slider_horizontal ul {
        -webkit-animation: slider-animation 100s infinite linear;
        -moz-animation: slider-animation 100s infinite linear;
        -o-animation: slider-animation 100s infinite linear;
        -ms-animation: slider-animation 100s infinite linear;
        animation: slider-animation 100s infinite linear;
    }





@keyframes slider-animation {
    0% {
        margin-left: 100%;
    }

    100% {
        margin-left: -18500px;
    }
}



.slider_horizontal ul:hover {
    -webkit-animation-play-state: paused;
    cursor: pointer;
}


.slider_horizontal li,
.slider_horizontal a {
    float: left;
    margin: 0 15px 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
}

.slider_horizontal li {
    margin: 0 10px;
    padding: 0 0 5px 22px;
    position: relative;
    color: #fff;
}


.slider_horizontal a {
    color: #fff;
    font-weight: bold;
    margin: 0px 8px 0 0;
    letter-spacing: .5px;
}


.slider_horizontal li .positivo,
.slider_horizontal li .negativo,
.slider_horizontal li .neutro {
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    float: right;
    letter-spacing: 1px;
    padding-left: 18px;
    margin: 0 0 0 5px;
}



.slider_horizontal li .positivo {
    color: #4dc587;
    background: url(/Content/Navarro/img/upVerde.svg) left top no-repeat;
    background-size: 15px;
}



.slider_horizontal li .negativo {
    color: #ff575f;
    background: url(/Content/Navarro/img/downRojo.svg) left top no-repeat;
    background-size: 15px;
}


.slider_horizontal li .neutro {
    color: #999;
    background: url(/Content/Navarro/img/neutroGris.svg) left center no-repeat;
    background-size: 15px;
}




/*________________________________FIN SLIDER HORIZONTAL________________________________*/


/*________________________________DETALLE ESPECIE________________________________*/

.especieDetalle {
    position: relative;
    display: table;
    width: calc(100vw-10px);
    display: flex;
    /* text-align: center; */
    flex-direction: column;
    align-items: center;
    padding: 20px 0 1.25rem;
    font-family: var(--secondary-font);
}


.especieDetalle, .fondoDetalle {
    position: relative;
    display: block;
    width: 100%;
}

.tableFija {
    border-collapse: collapse;
    width: 100%;
}

.especieDetalle .especieContenido {
    width: 96%;
    max-width: 1600px;
    margin: 20px auto;
    display: block;
    background: #fff;
    padding: 20px 1% 0;
    position: relative;
}

.especieTitulo {
    width: 96%;
    margin: 0 auto;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
}



    .especieTitulo .especieTituloCotizaciones {
        display: grid;
        grid-template-columns: 50% 48%;
        position: relative;
        width: 100%;
        align-items: baseline;
        justify-content: space-between;
    }

.indiceDetalle .especieTitulo .especieTituloCotizaciones {
     grid-template-columns: 49% 49%;
}

        .especieTitulo .especieTituloCotizaciones .especieOferta tr th {
            border: initial;
        }

    .especieTitulo .detailDescripcion,
    .indiceDetalle  .especieTitulo ul {
        display: flex;
        flex-wrap: wrap;
        width: 98%;
        grid-row: 1 / 3;
        background: #f6f6f6;
        padding: 5px 10px;

    }




.especieTitulo ul li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #d3d3d3;
    padding: 7px 0;
    font-size: .95em;
}

.especieTitulo ul li:last-of-type {
    border-bottom: none;
}

.indiceDetalle .especieTitulo ul li {
    padding: 8px 0;
}

.especieTitulo ul li p {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #333;
}

.especieTitulo .ul li:last-of-type {
    border-bottom: none;
}

.especieTitulo ul li span:last-of-type,
.especieTitulo ul li span:last-of-type label {
    font-weight: 600;
    color: #005a97 !important;
    font-size: .95em;
    letter-spacing: .5px;
}

.indiceDetalle uñ .detailDescripcion li {
    width: 99%;
    padding: 9px .5%;
}

.especieTitulo .detailDescripcion li span:first-of-type {
    color: var(--secondary-brand-color);
    font-size: .9em;
}

.especieTitulo .perfomanceEspecie table {
    width: 100%;
    font-size: 12px;
    font-weight: normal;
}

    .especieTitulo .perfomanceEspecie table td {
        padding: 0 4px;
    }

        .especieTitulo .perfomanceEspecie table td:first-of-type {
            max-width: 10px;
            font-weight: 500;
            font-size: .9em;
        }

        .especieTitulo .perfomanceEspecie table td:nth-of-type(2) {
            min-width: 100px;
        }

            .especieTitulo .perfomanceEspecie table td:nth-of-type(2) > div {
                width: 100%;
                height: 20px;
                overflow: hidden;
                display: block;
                position: relative;
                border-bottom: 1px solid #e5e5e5;
            }

                .especieTitulo .perfomanceEspecie table td:nth-of-type(2) > div span {
                    position: absolute;
                    top: 5px;
                    left: 0;
                    text-align: right;
                    width: 48%;
                    font-weight: 500;
                    font-size: 12px; /*color: #5e9679;*/
                }

                .especieTitulo .perfomanceEspecie table td:nth-of-type(2) > div div.negativo + span {
                    position: absolute;
                    top: 5px;
                    left: auto;
                    right: 0;
                    text-align: left;
                    width: 48%;
                    font-weight: 500;
                }

                .especieTitulo .perfomanceEspecie table td:nth-of-type(2) > div div.positivo {
                    background: #57bd86;
                }

                .especieTitulo .perfomanceEspecie table td:nth-of-type(2) > div div {
                    float: left;
                    margin-left: 50%;
                    height: 18px;
                    min-width: 5px;
                    max-width: 50%;
                }

                    .especieTitulo .perfomanceEspecie table td:nth-of-type(2) > div div.negativo {
                        margin-left: 0;
                        margin-right: 50%;
                        background: #ff575f;
                        float: right;
                    }

                    .especieTitulo .perfomanceEspecie table td:nth-of-type(2) > div div.neutro {
                        margin-left: 0;
                        margin-right: 0;
                        float: right;
                        min-width: 100%;
                    }

        .especieTitulo .perfomanceEspecie table td:last-of-type {
            text-align: right;
            font-weight: 500;
            display: none;
        }

.especieTitulo .especieTituloDetalle {
    padding: 10px 1%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 0 0 1rem;
    width: 98%;
    background: #333;
    color: #fff;
}

    .especieTitulo .especieTituloDetalle .detailFecha {
        width: 100%;
        display: flex;
        margin: 0 0 2px;
    }

        .especieTitulo .especieTituloDetalle .detailFecha span {
            background: #ccc;
            color: #fff;
            font-size: 1.2em;
            padding: 5px 5px 3px;
            display: inline-block;
            font-family: sans-serif;
            line-height: 1;
            color: #111;
        }

    .especieTitulo .especieTituloDetalle h2 {
        font-size: 5em;
        line-height: 1;
        display: block;
        font-weight: 400;
    }

.indiceDetalle .especieTitulo .especieTituloDetalle h2 {
    font-size: 4em;
}



.especieTitulo .especieTituloDetalle .detailVencimientoNombre {
    color: #40a5ea;
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1;
    font-family: sans-serif;
    align-self: self-end;
    margin: 0 0 6px;
}

.especieTitulo .especieTituloDetalle .detailCotizacionVariacion  {
    display: flex;
    margin: 5px 0;
    margin: 0 0 0 auto;

}

    .especieTitulo .especieTituloDetalle .detailCotizacionVariacion span {
        font-size: 2.8rem !important;
    }

.tableFija tr:nth-child(even) {
    background-color: #fcfcfc;
}

    .especieTitulo .especieTituloDetalle .detailCotizacionVariacion .detailVariacion {
        margin-left: 5px;
        color: #999;
        background: url(/Content/Navarro/img/flechaNeutro.svg) left center no-repeat;
        background-size: 25px;
        padding-left: 25px;
    }

        .especieTitulo .especieTituloDetalle .detailCotizacionVariacion .detailVariacion.positivo {
            color: #57bd86;
            background: url(/Content/Navarro/img/flechaUp.svg) left no-repeat;
            background-size: 25px;
        }

        .especieTitulo .especieTituloDetalle .detailCotizacionVariacion .detailVariacion.negativo {
            color: #ff575f;
            background: url(/Content/Navarro/img/flechaDown.svg) left no-repeat;
            background-size: 25px;
        }

.especieTitulo .especieTituloDetalle .detailDescripcionNombre,
.especieTitulo .especieTituloDetalle .detailDescripcionEspecie {
    width: 100%;
    display: block;
    font-size: 1.2em;
}

.especieTitulo .especieTituloDetalle .detailDescripcionEspecie {
    font-size: .8em;
    color: #ccc;
}

.especieDetalle .menuComparar {
    width: 96%;
    display: table;
    padding: 40px 2%;
}

    .especieDetalle .menuComparar .menuSolapas {
        width: auto;
        margin: 30px auto 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 400px;
    }

        .especieDetalle .menuComparar .menuSolapas > input {
            font-weight: 700;
            display: block;
            padding: 20px 34px;
            background: #f9f9f9;
            margin: -15px 0 0;
            font-size: 18px;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.3s ease;
            border-radius: 10px;
            transition: 0.3s ease all;
        }

            .especieDetalle .menuComparar .menuSolapas > input:hover, .especieDetalle .menuComparar .menuSolapas > input.selectedSolapa {
                background: #005a97;
                color: #fff;

            }

.especieDetalle .tablaComparacion .tableFija td:nth-of-type(2) {
    text-align: left;
}

.especieOferta > span,
.perfomanceEspecie > span {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0 0 2px 0;
    color: #005a97;
    width: 100%;
}

.especieOferta {
    margin: 10px 0 0;
}

.indiceDetalle .especieOferta {
    margin: 0;
}

.especieOferta .tableFija th {
    color: var(--secondary-brand-color);
    text-align: right;
    padding: 10px 5px;
    font-size: 1rem;
    text-transform: none;
    font-weight: 500;
}

.indiceDetalle .especieOferta .tableFija th {
    padding: 12px 5px;
    font-size: 1.1rem;
}

    .especieOferta .tableFija th:first-of-type {
        text-align: left;
    }

.especieOferta .tableFija td {
    font-weight: 500;
    padding: 10px 5px;
    letter-spacing: .5px;
    text-align: right;
    font-size: 1rem;
}

.indiceDetalle .especieOferta .tableFija td {
    padding: 12px 5px;
    font-size: 1.1rem;
}

.especieOferta .tableFija tr {
    border-bottom: 1px solid #d3d3d3;
}

.especieOferta .tableFija tr:first-of-type {
    border-bottom: 1px solid #333;
}

    .especieOferta .tableFija tr:last-of-type {
        border-bottom:none;
    }


.tdDescripcionEspecie {
    width: 100%;
    float: left;
    margin: 0;
    letter-spacing: .5px;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 0 20px;
}

.tablaComparacion {
    float: left;
    width: 40%;
    padding: 0;
    margin: 25px 0 0;
}

    .tablaComparacion .tableFija select {
        width: 80%;
        padding: 8px 0;
        text-indent: 5px;
        border: 1px solid #ddd;
    }

    .tablaComparacion .tableFija tr:nth-of-type(2) td:nth-of-type(1) {
        font-size: 16px;
        font-weight: bold;
        text-indent: 5px;
    }

    .tablaComparacion .submitNewsletter {
        margin: 20px 0 0;
        padding: 10px 15px;
        font-size: 14px;
        background: #005a97;
        color: #fff;
        border-radius: 5px;
    }

.especieComparacion {
    float: right;
    width: 58%;
    padding: 0;
    margin: 0;
}

    .especieComparacion > p {
        display: none;
    }

    .especieComparacion .graficoHistoricoCotizaciones {
        width: 100%;
        float: right;
    }

.tableFija th {
    text-transform: uppercase;
    font-size: 12px;
    color: #005a97;
    font-weight: bold;
    padding: 5px 0;
    text-align: right;
    width: auto;
    border: 0;
}

.tableFija td {
    color: #424242;
    font-size: 12px;
    padding: 7px 5px;
    text-align: right;
    margin: 0;
    width: auto;
}

.tableFija tr:last-of-type td {
    border-bottom: 0;
}

.tableFija tr td:nth-of-type(1),
.tableFija tr th:nth-of-type(1) {
    text-align: left;
}

.tableFija th:last-of-type, 
.tableFija td:last-of-type {
    text-align: right;
}

#tablaCotizHistoricas tr:nth-child(even) {
    background-color: #fafbfb;
}

#tablaCotizHistoricas .tableFija tr:nth-child(even) {
    background-color: #fafbfb;
}

.tableFija tr.valorReal {
    background: #eee;
}

.submitNewsletter {
    padding: 10px;
    width: auto;
    background-color: #f9f9f9;
    color: #000;
    font-size: 12px;
    /* float: right; */
    text-transform: uppercase;
    margin: 0 0 0 5px;
    height: auto;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all .6s ease;
}

    .submitNewsletter#btnBuscar, .submitNewsletter#btnCalcularNominales {
        float: left !important;
    }

.especieComparacion .tablaComparacion .submitNewsletter {
    margin-top: 10px;
    font-size: 14px;
    padding: 10px 15px;
    font-weight: normal;
}

.submitNewsletter:hover {
    background: #005a97;
    color: #fff;
    transition: all .2s ease;
}

.especieCot {
    display: none;
}

.tipoGrafico {
    width: 100%;
    display: flex;
    margin: 20px auto;
    align-items: flex-start;
    justify-content: normal;
}

    .tipoGrafico button,
    .sectorArchivos a {
        font-size: 16px;
        width: auto;
        display: inline-block;
        margin: 0 20px 0 0;
        padding: 11px 15px 10px;
        cursor: pointer;
        color: #000;
        background: #f9f9f9;
        font-weight: 700;
        text-transform: uppercase;
        transition: all .3s ease;
        border-radius: 5px;
    }

        .tipoGrafico button.selected,
        .tipoGrafico button.selectedSolapa,
        .tipoGrafico button:hover{
            color: #fff;
            background: #005a97;
        }
.graficoIndice {
    width: 100%;
    height: 400px;
    margin-top: 20px;
}
.sectorArchivos a {
    padding-left: 35px;
    background: url(/Content/Navarro/img/pdf.svg) no-repeat left center #005a97;
    color: #fff;
    background-size: 30px;
}

    .especieContenido .solapas {
    width: 100%;
    display: flex;
    margin: 15px 0;
    border-bottom: 2px solid #005a97;
}

a.solapaVinculo {
    color: #fff;
    background: #005a97;
    padding: 10px 15px;
    font-size: 18px;
    margin: 10px 0 -2px 5px;
    display: inline-block;
    letter-spacing: .5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
    border: 2px solid #005a97;
    border-bottom: 0;
    font-weight: 700;
}

    a.solapaVinculo:hover, a.solapaVinculo.selected {
        color: #005a97;
        background: #fff;
    }

    a.solapaVinculo.selected {
        padding: 15px 20px;
        margin: 0 0 -2px 5px;
    }

#graficoVolumenPrecio {
    width: 100%;
    display: inline-block;
    height: 520px;
}

    #graficoVolumenPrecio .amcharts-stock-panel-div-stockPanel0 {
        height: 270px !important;
    }


.amChartsPanel {
    overflow: visible !important;
}



.amcharts-scrollbar-chart-div {
    height: 40px;
    overflow: hidden;
    text-align: left;
    margin: 30px 0 0;
}

.tableDetalle {
    width: 100%;
    margin: 40px 0;
    font-size: 14px;
    border-collapse: collapse;
}

    .tableDetalle .columnas4 td, .tableDetalle .columnas4 th {
        width: 25%;
        vertical-align: top;
    }

    .tableDetalle th {
        border-bottom: 1px solid #005a97;
        text-align: left;
        color: #005a97;
        padding: 6px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
    }

    .tableDetalle tr:nth-child(2n+2) {
        background-color: #fafbfb;
    }

    .tableDetalle.calculadora tr {
        margin: 0;
        width: 100%;
        float: left;
        text-indent: 5px;
    }

        .tableDetalle.calculadora tr:nth-child(even) {
            background: #f6f6f6;
        }

    .tableDetalle.calculadora td, .tableDetalle.calculadora th {
        vertical-align: top;
        padding: 10px 0;
        width: 65%;
        float: left;
        border: 0;
        font-size: 14px;
    }

        .tableDetalle.calculadora td:first-of-type, .tableDetalle.calculadora th:first-of-type {
            width: 35%;
            font-weight: bold;
        }

    .tableDetalle td {
        vertical-align: middle;
        padding: 10px 0;
        font-size: 12px;
    }

        .tableDetalle td:first-child {
            font-weight: bold;
        }


.sectorArchivos {
    width: 100%;
    display: block;
    margin: 0 auto 40px;
}

.tabsTablaDatosRelacionados .tableFija th:first-of-type, .tabsTablaDatosRelacionados .tableFija tr td:first-of-type {
    text-align: left;
}

#tabsTablaDatosRelacionados {
    width: 100%;
    float: left;
    padding: 0;
}

    #tabsTablaDatosRelacionados > div, #tabsTablaDatosRelacionados > ul {
        width: 100%;
        display: inline-block;
    }

    #tabsTablaDatosRelacionados ul {
        width: 100%;
        display: flex;
        margin-bottom: 15px;
        border-bottom: 2px solid #005a97;
    }

        #tabsTablaDatosRelacionados ul li {
            display: inline-block;
            background: none;
            border: none;
        }

            #tabsTablaDatosRelacionados ul li a {
                color: #000;
                background: #fff;
                padding: 8px 10px;
                font-size: 14px;
                margin: 0 0 -2px 5px;
                display: block;
                letter-spacing: .5px;
                text-transform: uppercase;
                cursor: pointer;
                transition: all .3s ease;
                border: 2px solid #005a97;
                border-bottom: 0;
                font-weight: 700;
            }

                #tabsTablaDatosRelacionados ul li a:hover, #tabsTablaDatosRelacionados ul li.tabSelected a {
                    color: #fff;
                    background: #005a97;
                    padding: 12px 10px;
                    margin: -8px 0 -2px 5px;
                }

.tabsTablaDatosRelacionados .tableFija th,
.tabsTablaDatosRelacionados .tableFija tr td {
    text-align: right;
}


#tabsTablaDatosRelacionados > div > div,
#tabsTablaDatosRelacionados form > div {
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

#tabsTablaDatosRelacionados .fechaPanelDetailCotizacion {
    display: flex;
    align-items: center;
}

#tabsTablaDatosRelacionados form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

#tabsTablaDatosRelacionados label {
    width: 80px;
    display: inline-block;
    padding-top: 1px;
    font-size: 16px;
    color: #666;
}

#tabsTablaDatosRelacionados .hasDatepicker, .panelFlujoFondos input[type='text'] {
    border: 1px solid #999;
    margin: 0 5px 0 0;
    outline: none;
    box-sizing: border-box;
    padding: 3px 5px;
    height: auto;
    display: inline-block;
    width: 120px;
    text-align: right;
}

.calculadoraBonos .panelFlujoFondos input[type='text'] {
    margin: 0 5px;
}

.panelFlujoFondos span {
    display: inline-block;
    font-size: 14px;
    margin: 0 5px 0 0;
}

.calculadoraBonos .panelFlujoFondos span {
    margin: 5px 2px 0;
}

#tabsTablaDatosRelacionados img {
    display: inline-block;
    margin: 0 10px 0;
}

#tabsTablaDatosRelacionados #tablaCotizHistoricas,
#tabsTablaDatosRelacionados #tablaFlujoFondos {
    margin: 20px 0;
    width: 100%;
    display: block;
}

.amcharts-stock-panel-div-stockPanel1 .amcharts-chart-div path {
    stroke: #005a97;
    fill: #005a97;
}

.amcharts-chart-div rect {
    stroke: #fff;
}
/*.graficoHistoricoCotizaciones {
  width: auto;
  float: right;
}*/

.especieDetalleFooter {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    display: table;
    font-size: 14px;
    text-align: center;
}

    .especieDetalleFooter p a {
        color: #005a97;
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
    }


#divContainerTabs {
    width: 100%;
    display: block;
    margin: 0;
    position: relative;
    padding: 0;
}

.SeccionesTabs.montosneg {
    max-width: 1000px;
}

.SeccionesTabs.opciones #divContainerTabs .descripcion {
    text-align: right;
}


    #divContainerTabs > div {
        margin: 10px 0 0 0;
        width: 100%;
    }





    #divContainerTabs table {
        width: 100%;
        margin: 1.42rem 0;
        border-collapse: collapse;
    }

        #divContainerTabs table tr {
            transition: opacity 2s, max-height 2s;
        }

#divContainerTabs .ocultarRow {
    opacity: 0;
    max-height: 0;
    transition: opacity 2s, max-height 2s;
    overflow: hidden;
}

    #divContainerTabs .ocultarRow td,
    #divContainerTabs .ocultarRow td.descripcion {
        display: none !important;
    }





#divContainerTabs > div table tbody tr:first-child {
    position: sticky;
    top: 130px;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 2px 0 0 #000;
}

.indices #divContainerTabs > div table tbody tr:first-child,
.montosneg #divContainerTabs > div table tbody tr:first-child {
    top: 98px;
}

        #divContainerTabs > div table tbody tr {
            width: 100%;
            cursor: pointer;
            border-bottom: 1px solid #eee;
            font-family: "Roboto", sans-serif;
            transition: 0.3s all ease;
        }


.SeccionesTabs #divContainerTabs > table {
    margin: 8.57rem 0 1.42rem;
    width: 100%;
}

#divContainerTabs table tr.historico {
    background-color: #f6f6f6 !important;
    position: relative;
}

#divContainerTabs table tr.trmobile,
#divContainerTabs table .MostarMas,
#divContainerTabs table .MostrarWatchlist,
#divContainerTabs table .historico,
#divContainerTabs table .trmobile.historico.esHistorico,
#divContainerTabs table .historico.MostrarWatchlist.esHistorico {
    display: none;
}

#divContainerTabs table .posterior {
    display: none !important;
}


    #divContainerTabs table .historico.esHistorico {
        display: table-row;
    }



    #divContainerTabs table tr:nth-of-type(3n-10) {
        background-color: #f9f9f9;
    }

    #divContainerTabs table tr.WatchlistFavorita {
        background-color: #ecf7fb;
        border-bottom: 1px solid #fff;
    }

    #divContainerTabs table tr:hover {
        background-color: #f0f0f0;
    }

    #divContainerTabs table tr:first-of-type {
        background-color: #fff;
    }

#divContainerTabs table th {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    padding: 0.35rem 0.21rem 0.57rem;
}


    #divContainerTabs table th.Watchlist,
    #divContainerTabs table td.Watchlist,
    #divContainerTabs .divWatchlist,
    #divContainerTabs .thWatchList {
        display: none;
    }

    #divContainerTabs table th.descripcion {
        text-align: left;
    }

#divContainerTabs .inpFiltro {
    border: 1px solid #005a97;
    text-indent: 2px;
    border-radius: 5px;
    padding: 3px 0px;
    width: calc(100% - 20px);
    font-size: 12px;
}

#divContainerTabs table th input[name="simbolo"] {
    max-width: 100px;
}

#divContainerTabs table td {
    border: 0;
    color: #333;
    padding: 0.57rem 0.21rem;
    text-align: right;
}

    #divContainerTabs table td.positivo, .sectorWacthList table td.positivo {
        color: #4dc587;
        background: url(/Content/Navarro/img/upVerde.svg) right center no-repeat;
        background-size: 1.07rem;
        padding-right: 1.14rem;
        font-weight: bold;
    }

    #divContainerTabs table td.negativo, .sectorWacthList table td.negativo {
        color: #ff575f;
        background: url(/Content/Navarro/img/downRojo.svg) right center no-repeat;
        background-size: 1.07rem;
        padding-right: 1.14rem;
        font-weight: bold;
    }

    #divContainerTabs table td a,
    #divContainerTabs table td.Simbolo,
    .montosneg #divContainerTabs table td:first-of-type {
        color: #005a97;
        font-weight: bold;
        letter-spacing: 1.5px;
    }



    #divContainerTabs table th:first-of-type,
    #divContainerTabs table td:first-of-type,
    .indices #divContainerTabs table th:nth-of-type(3),
    .indices #divContainerTabs table td:nth-of-type(3),
    #divContainerTabs table .MostarMas + th,
    #divContainerTabs table .MostarMas + td {
        text-align: left;
    }


#divContainerTabs table th.thWatchList {
    position: absolute;
    top: 4.28rem;
    right: 10.71rem;
    border: 0;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}

    #divContainerTabs table th.thWatchList input {
        height: 1.07rem;
        width: 1.07rem;
        margin: 1px 0 0 0.42rem;
        float: right;
    }


#divContainerTabs > div.abiertoCotizacion, #divContainerTabs > div.cerradoCotizacion, #divContainerTabs > div#fechaActual, div.abiertoCotizacion, div.cerradoCotizacion, div#fechaActual {
    float: left;
    padding: 0.64rem 0.71rem 0 1.5rem;
    position: relative;
    font-size: 0.85rem;
    margin: 0;
    overflow: visible;
    width:auto;
}

#divContainerTabs td.descripcion {
    text-align: left;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 29px;
    max-width:180px;
}

.abiertoCotizacion:after, .cerradoCotizacion:after {
    content: "";
    position: absolute;
    width: 1.07rem;
    height: 1.07rem;
    background: #eee;
    top: 0.57rem;
    left: 0;
    border-radius: 1.42rem;
}


.abiertoCotizacion.verdeCotizacionEstado:after {
    background: #389464;
}

.cerradoCotizacion.rojoCotizacionEstado:after {
    background: #ff575f;
}



#grafico_de_lineas,
#graficoVelasIndices {
    width: 100%;
    height: 42.85rem;
    float: left;
}


#divContainerTabs table th .positivoGris,
#divContainerTabs table th .negativoGris {
    content: "";
    width: 0;
    height: 0;
    display: inline;
    border-right: 5px solid transparent;
    border-top: 0 solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 8px solid #999;
    background: none;
    padding: 0;
    margin: 0 0 0 5px;
    cursor: pointer;
}

#divContainerTabs table th .negativoGris {
    border-right: 5px solid transparent;
    border-top: 8px solid #999;
    border-left: 5px solid transparent;
    border-bottom: 0 solid #999;
}

td .btnWatchlist {
    background: url(/Content/Navarro/img/ojoSi.svg) center no-repeat;
    cursor: pointer;
    width: 3.57rem;
    background-size: contain;
    height: 1.42rem;
    opacity: .5;
}

.WatchlistFavorita td .btnWatchlist {
    background: url(/Content/Navarro/img/ojoNo.svg) center no-repeat;
    background-size: contain;
}

td .btnWatchlist:hover {
    opacity: 1;
}


/*---------------FIN INDICE DETALLE--------------*/

/*---------------DIVISAS--------------*/




#CalculadoraDivisas {
    width: 100%;
    float: left;
}



    #CalculadoraDivisas select {
        width: 45%;
        padding: 8px 0;
        float: left;
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
    }


    #CalculadoraDivisas input {
        width: 80px;
        padding: 9px 0 8px;
        float: left;
        text-align: right;
        border-left: 0;
        border-right: 0;
    }



        #CalculadoraDivisas input[type=button] {
            width: 20%;
            padding: 10px 25px 9px 15px;
            float: left;
            background: #005a97;
            color: #fff;
            border-bottom-right-radius: 8px;
            border-top-right-radius: 8px;
            border: 0;
            width: auto;
            text-align: center;
            cursor: pointer;
            transition: all .3s ease;
        }


            #CalculadoraDivisas input[type=button]:hover {
                background: #ccc;
                color: #333;
                transition: all .3s ease;
            }


    #CalculadoraDivisas table {
        width: 100%;
        float: left;
        margin: 20px 0;
        font-size: 16px;
        border-collapse: collapse;
    }

    #CalculadoraDivisas table {
        width: 100%;
        float: left;
        margin: 20px 0;
        font-size: 16px;
        border-collapse: collapse;
    }

        #CalculadoraDivisas table th {
            text-align: left;
            font-size: 16px;
            padding: 0 0 5px;
            font-weight: normal;
        }

        #CalculadoraDivisas table tr td {
            padding-top: 8px;
            padding-bottom: 8px;
            font-size: 16px;
        }

        #CalculadoraDivisas table tr:nth-child(even) {
            background-color: #fafbfb;
        }


        #CalculadoraDivisas table tr:first-of-type td {
            border-top: 1px solid #00416f;
        }


.btnEliminarRowDivisa {
    float: right;
    color: transparent;
    padding-right: 10px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    background: url(/Content/Navarro/img/cruz.svg) center no-repeat;
    background-size: contain;
}


.sectorCalculadora input.positivoGris,
.sectorCalculadora input.negativoGris {
    width: 20px;
    border: 0;
    padding: 5px 0 0;
    text-indent: 0;
    float: right;
    margin: 3px 0 0 0;
}


#divContainerTabs table td a.ARS {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/ar.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}


#divContainerTabs table td a.AUD {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/au.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}

#divContainerTabs table td a.BRL {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/br.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}


#divContainerTabs table td a.CAD {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/ca.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}

#divContainerTabs table td a.CHF {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/ch.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}


#divContainerTabs table td a.CLP {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/cl.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}

#divContainerTabs table td a.CNY {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/cn.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}


#divContainerTabs table td a.COP {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/co.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}

#divContainerTabs table td a.DKK {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/dk.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}


#divContainerTabs table td a.EUR {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/eu.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}

#divContainerTabs table td a.GBP {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/gb.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}


#divContainerTabs table td a.HKD {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/hk.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}


#divContainerTabs table td a.IDR {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/id.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}


#divContainerTabs table td a.ILS {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/il.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}

#divContainerTabs table td a.INR {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/in.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}


#divContainerTabs table td a.JPY {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/jp.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}

#divContainerTabs table td a.KRW {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/kr.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}


#divContainerTabs table td a.MXN {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/mx.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}

#divContainerTabs table td a.MYR {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/my.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}


#divContainerTabs table td a.NOK {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/no.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}

#divContainerTabs table td a.NZD {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/nz.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}


#divContainerTabs table td a.PEN {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/pe.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}

#divContainerTabs table td a.PHP {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/ph.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}


#divContainerTabs table td a.RUB {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/ru.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}


#divContainerTabs table td a.SEK {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/se.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}


#divContainerTabs table td a.SGD {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/sg.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}

#divContainerTabs table td a.THB {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/th.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}


#divContainerTabs table td a.TRY {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/tr.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}

#divContainerTabs table td a.TWD {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/tw.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}


#divContainerTabs table td a.USD {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/us.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}

#divContainerTabs table td a.UYU {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/uy.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}


#divContainerTabs table td a.ZAR {
    padding-left: 35px;
    background: url(/Content/Navarro/img/flags/za.svg) left center no-repeat #005a97;
    background-size: 25px;
    background-position: 5px;
    pointer-events: none;
}


/*---------------FIN DIVISAS--------------*/




/*--------------- CONTACTOS--------------*/


.registracion {
    width: 600px;
    display: table;
    margin: 80px auto 50px;
    background: #f9f9f9;
    border-radius: 10px;
}


    .registracion h2.pageTitle {
        display: block;
        font-size: 30px;
        margin: 30px 0 0 0;
        font-weight: 100;
        text-transform: uppercase;
        text-align: center;
    }

    .registracion .sectorTexto p {
        margin: 10px 0;
        font-size: 14px;
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #ccc;
    }

    .registracion > div {
        width: 100%;
        float: left;
    }

        .registracion > div.sectorTexto {
            width: 46%;
            float: left;
            padding-left: 2%;
        }


        .registracion > div:first-of-type div.sectorFormulario,
        .registracion .formulario {
            width: 50%;
            float: none;
            border-radius: 10px;
            min-width: 500px;
            display: table;
            margin: 20px auto 30px;
        }

    .registracion .formulario {
        margin: 20px auto 5px;
    }


    .registracion > div:first-of-type .sectorFormulario .formulario > div {
        float: right;
    }

        .registracion > div:first-of-type .sectorFormulario .formulario > div:last-of-type {
            float: left;
        }




    .registracion > div:nth-of-type(2) {
        width: 100%;
        float: right;
    }

    .registracion > div .formulario > div {
        width: 100%;
        margin: 0 1% 15px 0;
        float: left;
    }

        .registracion > div .formulario > div:last-of-type {
            clear: left;
        }



    .registracion label {
        font-size: 14px;
        width: 100%;
        margin: 0 0 5px 0;
        float: left;
    }

    .registracion input,
    .registracion select,
    .registracion textarea {
        font-size: 14px;
        width: 100%;
        margin: 0;
        padding: 8px 0;
        float: left;
        border: 1px solid #ccc;
        border-radius: 5px;
        text-indent: 10px;
    }


        .registracion input[type=checkbox] {
            width: auto;
            margin: -20px 60% 0 0;
            float: right;
        }



    .registracion span {
        width: 100%;
        float: left;
        margin: 10px 0;
        font-size: 14px;
        font-weight: normal;
        display: none;
    }

        .registracion span[data-type="PASS"] {
            display: block;
        }

    .registracion textarea {
        min-height: 50px;
        max-width: none;
        width: 100%;
        margin: 0 0 20px;
    }


    .registracion > div .formulario > div:nth-of-type(12),
    .registracion > div .formulario > div:nth-of-type(11),
    .registracion > div .formulario > div:nth-of-type(10),
    .registracion > div .formulario > div:nth-of-type(9) {
        width: 100%;
        margin: 0 0;
        margin: 0 0 20px;
    }



        .registracion > div .formulario > div:nth-of-type(12) > label,
        .registracion > div .formulario > div:nth-of-type(11) > label,
        .registracion > div .formulario > div:nth-of-type(10) > label {
            font-weight: bold;
            margin: 0 0 10px 0;
        }




        .registracion > div .formulario > div:nth-of-type(12) div label,
        .registracion > div .formulario > div:nth-of-type(11) div label,
        .registracion > div .formulario > div:nth-of-type(10) div label,
        .registracion > div .formulario > div:nth-of-type(9) div label {
            width: 40%;
            float: left;
            margin: 0 0 5px 2%;
        }

        .registracion > div .formulario > div:nth-of-type(12) div input,
        .registracion > div .formulario > div:nth-of-type(11) div input,
        .registracion > div .formulario > div:nth-of-type(10) div input,
        .registracion > div .formulario > div:nth-of-type(9) div input {
            width: 20px;
            float: left;
            margin: 3px 5px 0 0;
            height: 15px;
        }


    .registracion #recaptcha_div {
        margin: 20px 0;
    }

    .registracion input[type=submit] {
        border: 0;
        color: #fff;
        font-weight: 100;
        background: #005a97;
        padding: 12px 0;
        text-indent: 0;
        cursor: pointer;
        clear: both;
        float: none;
        display: block;
        margin: 0 0 10px;
        text-transform: uppercase;
        letter-spacing: .5px;
        font-size: 16px;
    }

        .registracion input[type=submit]:hover {
            background: #40a5ea;
        }

    .registracion a {
        border: 0;
        color: #005a97;
        font-weight: 400;
        padding: 1px 0;
        text-indent: 0;
        cursor: pointer;
        clear: both;
        float: none;
        display: block;
        font-size: 14px;
        width: 50%;
        margin: 10px auto 0;
        min-width: 500px;
        text-transform: uppercase;
    }


    .registracion .newsletterSuscription a {
        display: none;
    }



.changePasswordForm p {
    font-size: 14px;
    padding: 1px 0;
}

.changePasswordForm input {
    font-size: 12px;
    width: 100%;
    margin: 0 0 10px;
    padding: 5px 0;
    float: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-indent: 5px;
}


.changePasswordForm .boton {
    border: 0;
    color: #fff;
    font-weight: bold;
    background: #005a97;
    padding: 10px 0;
    text-indent: 0;
    cursor: pointer;
}


/*---------------sectorWacthList--------------*/





.sectorWacthList {
    padding: 0;
    margin: 60px auto 20px;
    width: 96%;
    max-width: 1600PX;
    display: table;
}


    .sectorWacthList > div {
        margin: 10px auto;
        width: 100%;
        display: table;
    }


    .sectorWacthList span {
        border-bottom: 1px dotted #ccc;
        padding: 0 0 3px 0;
        width: 100%;
        color: #333;
        font-size: 18px;
        font-weight: 100;
        letter-spacing: 1px;
        float: left;
    }

        .sectorWacthList span.leyenda {
            border-bottom: 0;
            font-size: 14pt;
            font-weight: bold;
            text-align: center;
        }


    .sectorWacthList .tab_content > input {
        float: right;
        margin: 10px 0 0 0;
        padding: 5px 10px;
        color: #d83742;
        background: #fff;
        border-radius: 4px;
        cursor: pointer;
        border: 1px solid #d83742;
    }

    .sectorWacthList table {
        margin: 0;
    }




    .sectorWacthList table {
        width: 100%;
        float: left;
        margin: 20px 0;
        border-collapse: collapse;
    }

        .sectorWacthList table tr:nth-child(even) {
            background-color: #fcfcfc;
        }



        .sectorWacthList table th {
            border: 0;
            color: #211061;
            font-size: 14px;
            border-bottom: 2px solid #222;
            font-weight: normal;
            text-align: right;
            padding: 0 3px 5px;
        }

        .sectorWacthList table td {
            border: 0;
            color: #333;
            padding: 8px 3px;
            text-align: right;
        }

            .sectorWacthList table td a {
                color: #fff;
                font-weight: bold;
                letter-spacing: 1.5px;
                background: #005a97;
                padding: 5px;
                border-radius: 3px;
            }

                .sectorWacthList table td a:hover {
                    background: #40a5ea;
                }

            .sectorWacthList table th:first-of-type,
            .sectorWacthList table td:first-of-type {
                display: none;
            }


        .sectorWacthList table .MostarMas + th,
        .sectorWacthList table .MostarMas + td {
            text-align: left;
        }


        .sectorWacthList table th.thWatchList {
            position: absolute;
            top: -9px;
            right: 0;
            border: 0;
            font-weight: bold;
            color: #333;
            z-index: 10000;
        }






/*__________________________________Gainers Losers_________________________________*/



.contenedorGainersLosers {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    border-radius: 5px;
    margin: 0;
    float: left;
    font-family: 'Roboto Condensed',sans-serif;
    font-stretch: condensed;
    letter-spacing: .5px;
    position: relative;
}

    .contenedorGainersLosers:after {
        content: "MTO. NEGOC.";
        border-left: 20px solid #005a97;
        float: left;
        padding: 0 0 0 5px;
        text-transform: uppercase;
        font-size: 9px;
        height: 10px;
        margin-top: 6px;
        line-height: normal;
    }




    .contenedorGainersLosers .titulo {
        display: none;
    }


    .contenedorGainersLosers .fecha {
        position: absolute;
        bottom: -2px;
        font-size: 10px;
        font-weight: 100;
        left: 100px;
    }



    .contenedorGainersLosers table {
        width: 100%;
        border-collapse: collapse;
        font-family: 'Roboto Condensed', sans-serif;
    }

        .contenedorGainersLosers table tr {
            width: 100%;
            border-collapse: collapse;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: flex-start;
            font-size: 12px;
        }


            .contenedorGainersLosers table tr.losers {
                flex-direction: row-reverse;
            }

            .contenedorGainersLosers table tr:nth-child(even) {
                background: #f9f9f9;
            }

            .contenedorGainersLosers table tr td:first-of-type {
                font-weight: 600;
                font-size: 14px;
                margin: 0 5px
            }


           


            .contenedorGainersLosers table tr.losers td {
                text-align: left;
            }

            .contenedorGainersLosers table tr td:last-of-type {
                width: 50%;
                margin: 0 0 0 auto;
            }

            .contenedorGainersLosers table tr.losers td:last-of-type {
                margin: 0 auto 0 0;
            }




            .contenedorGainersLosers table tr td div:first-child {
                float: left;
                height: 22px;
                max-width:90%;
                padding: 0 5px;
                -moz-animation: anim 2s;
                -o-animation: anim 2s;
                -webkit-animation: anim 2s;
                animation: anim 2s;
            }

            .contenedorGainersLosers table tr td div:nth-child(2) {
                clear: both;
                float: left;
                height: 14px;
                overflow: hidden;
                text-align: right;
                cursor: pointer;
                -moz-animation: anim 4s;
                -o-animation: anim 4s;
                -webkit-animation: anim 4s;
                animation: anim 4s;
                overflow: visible;
                border-bottom: 2px solid #005a97;
            }

                .contenedorGainersLosers table tr td div:nth-child(2) span,
                .contenedorGainersLosers table tr.gainers td div:nth-child(2) span {
                    font-size: 9px;
                    color: #000;
                    text-shadow: none;
                    line-height: 16px;
                    font-weight: 600;
                    text-align: left;
                    letter-spacing: 1px;
                }

            .contenedorGainersLosers table tr.losers td div:nth-child(2) span {
                text-align: right;
                min-width: 50px;
            }

@keyframes anim {
    0% {
        width: 0;
    }

    10%, 100% {
    }
}

.contenedorGainersLosers table tr.losers td div {
    float: right;
}



.contenedorGainersLosers table tr.gainers td div span, table tr.losers td div span {
    float: left;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 22px;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}


.contenedorGainersLosers table tr.losers td div span {
    float: right;
}

.contenedorGainersLosers table tr.losers td div:nth-child(2) span {
    text-indent: -25px;
}


.contenedorGainersLosers table tr.gainers td div:first-child {
    background: rgba(35,122,77,1);
    background: -moz-linear-gradient(left, rgba(35,122,77,1) 0%, rgba(67,164,114,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(35,122,77,1)), color-stop(100%, rgba(67,164,114,1)));
    background: -webkit-linear-gradient(left, rgba(35,122,77,1) 0%, rgba(67,164,114,1) 100%);
    background: -o-linear-gradient(left, rgba(35,122,77,1) 0%, rgba(67,164,114,1) 100%);
    background: -ms-linear-gradient(left, rgba(35,122,77,1) 0%, rgba(67,164,114,1) 100%);
    background: linear-gradient(to right, rgba(35,122,77,1) 0%, rgba(67,164,114,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#237a4d', endColorstr='#43a472', GradientType=1 );
    text-align: right;
    min-width: 60px;
}

.contenedorGainersLosers table tr.losers td div:first-child {
    background: rgba(191,4,16,1);
    background: -moz-linear-gradient(left, rgba(191,4,16,1) 0%, rgba(144,23,23,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(191,4,16,1)), color-stop(100%, rgba(144,23,23,1)));
    background: -webkit-linear-gradient(left, rgba(191,4,16,1) 0%, rgba(144,23,23,1) 100%);
    background: -o-linear-gradient(left, rgba(191,4,16,1) 0%, rgba(144,23,23,1) 100%);
    background: -ms-linear-gradient(left, rgba(191,4,16,1) 0%, rgba(144,23,23,1) 100%);
    background: linear-gradient(to right, rgba(191,4,16,1) 0%, rgba(144,23,23,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0410', endColorstr='#901717', GradientType=1 );
    text-align: left;
    min-width: 60px;
}



/*----------------Indice Evolucion--------------------*/

.evolucion {
    width: 96%;
    height: 338px;
    padding: 15px 2%;
    margin: 0 auto;
    display: inherit;
    background: #333;
    position: relative;
}


    .evolucion .amcharts-stock-div:before {
        content: "índices";
        color: #fff;
        float: right;
        margin: 0;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 100;
    }


    .evolucion .amcharts-stock-div {
        height: 250px;
    }



    .evolucion .amcharts-chart-div > svg > g > path:nth-of-type(2) {
        fill: #333;
        fill-opacity: 1;
    }

    .evolucion .amcharts-chart-div > svg > g:nth-of-type(13) g text,
    .evolucion .amChartsLegend svg > g > g > g text,
    .evolucion .amChartsLegend svg > text {
        fill: #fff !important;
    }



    .evolucion .amcharts-chart-div > svg > g > path:nth-of-type(2) text {
        fill: #fff;
    }


    .evolucion .amcharts-scrollbar-chart-div {
        margin-top: 50px;
    }

.amChartsPeriodSelector {
    color: #ccc;
}

    .amChartsPeriodSelector > div {
        font-size: 0;
    }


/*.evolucion text,
.evolucion .amcharts-chart-div > svg > g:nth-of-type(13) > g:first-of-type text {
    fill: rgb(255, 255, 255) !important;
}*/



.evolucion .amcharts-chart-div > svg > g:nth-of-type(13) text {
    fill: rgb(0, 0, 0) !important;
}


.evolucion .amChartsButton,
.evolucion .amChartsInputField {
    color: #000;
    background: #ccc;
    opacity: 1;
    border: 0;
    -moz-border-radius: 2px;
    border-radius: 0;
    margin: 2px 2px 2px 0;
    outline: none;
    box-sizing: border-box;
    padding: 2px 5px;
    font-size: 10px;
}

.evolucion rect {
    stroke: #333 !important;
    cursor: pointer;
    fill: #444;
}

.evolucion .amcharts-chart-div svg g g g g path {
    stroke: #333 !important;
}

.evolucion .amcharts-chart-div svg g g path {
    stroke: #fff;
}

.evolucion .amcharts-chart-div svg g g:first-of-type g:last-of-type path {
    stroke: #1882c8;
}

.evolucion .amcharts-chart-div svg g g:last-of-type g:last-of-type path {
    stroke: #80ccff;
}

.evolucion .amChartsLegend svg g g g path {
    stroke: #1882c8;
    fill: #1882c8;
}

.evolucion .amChartsLegend svg g g g:last-of-type path {
    stroke: #80ccff;
    fill: #80ccff;
}

.evolucion .amChartsPeriodSelector .amChartsButtonSelected {
    display: inline !important;
    background: #fff;
    color: #000;
    border: 1px solid rgba(0,0,0,.3);
    padding: 1px 2px;
    border-radius: 0;
    font-size: 10px;
    opacity: 1;
    cursor: pointer;
    margin: 0 2px;
}


.evolucion .amChartsPeriodSelector .amChartsButtonSelected {
    background: #b20c14;
    border-color: #b20c14;
    color: #fff;
    font-size: 10px;
    padding: 1px 5px;
}


.evolucion text {
    fill: #fff !important;
}


@media only screen and (max-width: 1300px) {

    .seccion section:nth-of-type(2),
    .seccion section:nth-of-type(3) {
        width: 96%;
        margin: 0 0 10px 2%;
        float: left;
    }

        .seccion section:nth-of-type(2) .sectorLista {
            width: 100%;
            float: left;
            position: relative;
            overflow: hidden;
            height: 100px !important;
        }



            .seccion section:nth-of-type(2) .sectorLista .sectorImagen {
                width: 100%;
                height: 100px;
                float: left;
                background: #000;
            }


    .sectorTab {
        margin: 50px 0 0;
    }


        .sectorTab .ui-tabs-nav {
            border-radius: 0;
            position: absolute;
            right: 0;
            left: auto;
            top: 0px;
            width: 100%;
            min-width: 223px;
        }

    .seccion section:nth-of-type(2) .sectorLista .sectorTexto:nth-of-type(2) {
        top: 75%;
        text-align: right;
        right: 5px;
    }

    .sectorTab .ui-tabs-nav {
        border-radius: 0;
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        width: 100%;
        min-width: 223px;
    }

    .seccion section:nth-of-type(2) .sectorLista .sectorTexto {
        width: 100%;
        position: absolute;
        text-align: left;
        top: 20%;
    }

        .seccion section:nth-of-type(2) .sectorLista .sectorTexto h3:after {
            content: "";
            display: none;
        }




    .home-vertical > .sectorLista .sectorImagen:hover img,
    .home-vertical > .sectorLista .sectorTexto:hover + .sectorImagen img,
    .home-vertical > .sectorLista .sectorTexto a:hover + .sectorImagen img {
        width: 100%;
        height: auto;
        margin: 0;
        opacity: .3;
        transition: all 0.8s ease;
    }


    .home-vertical .lists-bottom > .sectorLista .sectorImagen:hover img,
    .home-vertical .lists-bottom > .sectorLista .sectorTexto:hover + .sectorImagen img,
    .home-vertical .lists-bottom > .sectorLista .sectorTexto a:hover + .sectorImagen img {
        height: auto;
        width: 100%;
        float: left;
        opacity: .3;
        margin: 0;
        transition: all 0.4s ease;
    }
}



/*---------------NOTICIAS--------------*/

.home-vertical .lists-bottom > div#sectorNoticias {
    width: 43%;
}

#noticiasYahooFija {
    overflow-x: auto;
    height: 360px;
    padding: 20px;
    background: #333;
    letter-spacing: .5px;
}

    #noticiasYahooFija:before {
        content: "Noticias";
        color: #fff;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 100;
        letter-spacing: .5px;
        pointer-events: none;
    }

    #noticiasYahooFija .fila {
        width: 98%;
        float: left;
        margin: 10px 0;
        color: #ccc;
        padding: 10px 0;
        border-bottom: 1px dotted #444;
    }



        #noticiasYahooFija .fila li a {
            font-size: 12px;
            color: #fff;
            padding: 3px 0;
            float: left;
            width: 100%;
        }


        #noticiasYahooFija .fila li:first-of-type {
            color: #40a5ea;
            padding: 0 0 5px 0;
        }


/*________________________________FONDOS________________________________*/

.clasificacionrendimientoanualizado,
.lists-bottom {
    width: 96%;
    margin: 60px auto;
    position: relative;
    height: 100%;
    display: block;
}


.lists-bottom {
    color: #fff;
    padding: 20px 0;
}

    .lists-bottom a {
        color: rgba(133,187,101,1);
    }



.clasificacionrendimientoanualizado .PerfilInversor {
    width: 96%;
    display: table;
    margin: 0 auto;
    padding: .5rem 1% 1.5rem;
    position:sticky;
    top: 96px;
    z-index: 100;
    background:#fff;
}

.atTop .clasificacionrendimientoanualizado .PerfilInversor {
    top: 120px;
}

.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;
        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 {
            width: 100%;
            padding: 10px 0;
            text-indent: 30px;
            font-size: 14px;
            background: url(/Content/Navarro/img/buscarFiltro.svg) center left no-repeat #f6f6f6;
        }

            .clasificacionrendimientoanualizado .filterMenu > div input::placeholder {
                color: #999;
            }

        .clasificacionrendimientoanualizado .filterMenu > div span {
            width: 100%;
            float: left;
            font-size: 14px;
            color: #111;
            cursor: pointer;
            background: url(/Content/Navarro/img/abrirFiltro.svg) center right no-repeat #f6f6f6;
            padding: 10px 0;
            text-indent: 5px;
        }

            .clasificacionrendimientoanualizado .filterMenu > div span.open {
                background: url(/Content/Navarro/img/cerrarFiltro.svg) center right no-repeat #f6f6f6;
            }


        .clasificacionrendimientoanualizado .filterMenu > div > ul {
            position: absolute;
            width: 100%;
            top: 100%;
            border: 0;
            left: -1px;
            background: #fff;
            z-index: 10;
        }




        .clasificacionrendimientoanualizado .filterMenu > div > .open ~ ul {
            background: #f6f6f6;
            width: 96%;
            padding: 0 2%;
        }


        .clasificacionrendimientoanualizado .filterMenu > div > ul li {
            display: none;
        }

        .clasificacionrendimientoanualizado .filterMenu > div > .open ~ ul li {
            display: block;
        }


        .clasificacionrendimientoanualizado .filterMenu > div > ul a {
            width: 100%;
            display: inline-block;
            font-size: 14px;
            color: #333;
            cursor: pointer;
            height: auto;
            padding: 5px 0;
            transition:none;
        }

            .clasificacionrendimientoanualizado .filterMenu > div > ul a:hover {
                font-weight: 600;
            }

        .clasificacionrendimientoanualizado .filterMenu > div > ul .selected a {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            height: 17px;
            padding: 0;
        }

        .clasificacionrendimientoanualizado .filterMenu > div > ul .selected {
            position: absolute;
            top: -36px;
            left: 0;
            width: 100%;
            z-index: 10;
            display: block;
            background: url(/Content/Navarro/img/cerrarFiltroB.svg) 100% center no-repeat #005a97;
            padding: 10px 0;
            text-indent: 5px;
        }

            .clasificacionrendimientoanualizado .filterMenu > div > ul .selected a {
                color: #fff;
                background: url(/Content/Navarro/img/cerrarFiltroB.svg) 100% center no-repeat #005a97;
            }



@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 #64a1aa;
    font-size: 16px;
    color: #666;
    margin: 20px 0 0;
    display: none !important;
}

.Fondotipo table {
    width: 100%;
    border-collapse:collapse;
    margin: 0 0 10px;
    background: #fff;
}

    .Fondotipo table thead {
        top: 160px;
        border-bottom: 2px solid #000;
        box-shadow: 0 2px 0 0px rgba(0,0,0,.8);
        transition: all .3s ease;
        position: sticky;
        background:#fff;
    }



.Fondotipo table thead tr,
.Fondotipo table thead {
    background: #fff !important;
}


.Fondotipo table.tablaFondoRendmiento,
.Fondotipo table.tablaFondoAnualizado {
    display: none;
}


.Fondotipo table tbody tr:hover {
    background: #ddd !important;
}

.Fondotipo table tr.ocultarRegistrosFondos {
    display: none;
}


.Fondotipo table p {
    display: none;
}



    .Fondotipo table th,
    .Fondotipo table td {
        text-align: right;
        padding: 5px;
        color: #666;
        font-size: 12px;
        border-bottom: 1px solid #eee;
        font-family: sans-serif;
    }

.Fondotipo table th {
    font-size: 12px;
    color: #000;
    margin: 0;
    font-weight: bold;
    border: 0;
}


    .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: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 {
    padding: 0 0 0 8px;
    display: table;
    margin: 0;
    color: #005a97;
    font-size: 16px;
}

    .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/Navarro/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: 96%;
    display: block;
    margin: 0 auto;
}


/*__________________________________Detalle de FONDO_________________________________*/



.fondoDetalle {
    display: inline-block;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
}

.sector6 {
    display: flex;
    width: auto;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
    text-align: center;
    justify-content: center;
}

.impresion .sector6 {
    color: #333;
}


.fondoDetalle .imprimirPagina {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto;
    height: 105px;
    background: url(/Content/Navarro/img/Navarro.svg) 1em 25px no-repeat;
    background-size: 180px;
}



.impresion {
    padding: 0;
    font-weight: 400;
    max-width: 900px;
    margin: -20px auto 0;
    background: none;
    display: block;
}


    .impresion .sectorImagen img {
        display: none;
    }


.fondoDetalle .btnVolveraFondos {
    color: #00a0f7;
    border: 1px solid #00a0f7;
    margin: 20px 0;
    display: inline-block;
    padding: 10px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s ease;
}

    .fondoDetalle .btnVolveraFondos:hover {
        background: #00a0f7;
        color: #fff;
    }

.fondoDetalle .sector3 {
    margin: 0;
    padding: 0;
}

.fondoDetalle .sector6 {
    font-size: .8em;
}


    .fondoDetalle .sector6 a {
        color: rgba(133,187,101,1);
    }

.fondoDetalle .sector4 {
    width: 96%;
    display: block;
    font-size: 1em;
    line-height: 1.4;
    max-width: 1400px;
    margin: auto;
}


.impresion .sector4 {
    width: 100%;
}



.sector4 > #fondoResumen {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin:40px 0 20px;
    position: relative;
    padding: 20px 0 0 20px;
    background: #fff;
}



.fondoIndice,
.tenencias {
    display: none !important;
}




.fondoDetalle .fondoContent .descripcionRight > div.riesgo,
.impresion .fondoContent .descripcionRight > div.riesgo {
    position: relative;
    padding-bottom: 40px;
}

.listadoFondos #tituloRiesgo {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    margin: 10px 0 2px;
}

.riesgo #graficoRiesgo > div {
    width: 50%;
    float: none;
    height: 100%;
    display: inline-block;
    background-color: #fff;
}

    .riesgo #graficoRiesgo > div.cuadradoPintado {
        background-color: #40a5ea !important;
    }



#graficoRiesgo {
    width: 100%;
    display: flex;
    height: 15px;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg,rgba(48, 52, 123, 1),#111);
    border-radius: 20px;
    overflow: hidden;
}


.riesgo .lblLow,
.riesgo .lblAvg,
.riesgo .lblHigh {
    display: block;
    position: absolute;
    text-align: left;
    font-size: .8em;
    text-transform: uppercase;
    bottom: 15px;
    left: 3%;
    font-weight: 500;
    width: 33.33%;
    overflow: hidden;
    transition: all .5s ease;
}


.riesgo .lblAvg {
    left: 33.33%;
    text-align: center;
}

.riesgo .lblHigh {
    left: 63.66%;
    text-align: right;
}



.fondoDetalle .fondoHeader,
.fondoDetalle .fondoContent {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    flex-wrap: wrap;
}


.fondoDetalle .fondoHeader {
    padding: 10px 0;
    width: 100%;
}


.impresion .fondoHeader {
    background: none;
    padding: 0;
}

.fondoDetalle .headerFondo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 98%;
    color: #ccc;
    background: #333;
    margin: 0;
    padding: 15px 1%;
}





.fondoDetalle .headerFondo .fondoTitle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.fondoDetalle .headerFondo h2 {
    width: auto;
    display: inline-block;
    color: #fff;
    font-weight: 800;
    font-size: 2.4em;
    line-height: 1;
}

    .fondoDetalle .headerFondo h2:last-of-type {
        color: #40a5ea;
    }

.impresion .headerFondo h2 {
    font-size: 1.6em;
}

.fondoDetalle .headerFondo .descripcionHeader  {
    width:100%;
    margin:5px 0 0;
}

.fondoDetalle .headerFondo .descripcionHeader span {
    font-size: 1.3em;
    font-weight: 400;
    align-items: center;
    line-height: .8;
    margin: 5px 5px 0 0;
    padding: 0 10px 0 0;
    display: inline-flex;
    border-right: 1px solid #999;
}

    .fondoDetalle .headerFondo .descripcionHeader span:last-of-type {
        border-right: none;
    }


.fondoDetalle .headerFondo .descripcionHeaderFecha {
    display: flex;
    text-align: center;
    font-size: 1.2em;
    width: auto;
    justify-content: flex-start;
    margin: -20px 0 0 auto;
}


    .fondoDetalle .headerFondo .descripcionHeaderFecha span {
        width: auto;
        color: #40a5ea;
        font-weight: 800;
        margin-left: 10px;
        letter-spacing: 1px;
        font-size: 1em;
    }




.fondoDetalle .fondoContent .descripcionLeft {
    width: 62%;
    display: inline-block;
}

.fondoDetalle .fondoContent .descripcionRight {
    width: 35%;
    min-height: 100%;
    display: inline-block;
    padding: 0;
    margin: 0 0 0 auto;
    font-size: .8em;
    background: #f6f6f6;
    color: #424242;
}




.fondoDetalle.impresion .fondoFooter {
    display: block;
    margin: 0;
    width: 96%;
    padding: 10px 2%;
}

.impresion .fondoContent .descripcionLeft {
    display: inline-block;
    margin: 0;
    width: 58%;
    padding: 10px 1%;
}

.impresion .fondoContent .descripcionRight {
    display: inline-block;
    margin: 0;
    width: 35%;
    padding: 5px 1%;
    position: relative;
    background: #eee;
    color: #333;
}

    .impresion .fondoContent .descripcionRight > div,
    .impresion .fondoContent .descripcionLeft > div,
    .impresion .fondoContent .descripcionRight table td,
    .impresion .fondoContent .descripcionRight table span {
        font-size: .8em;
    }

.fondoDetalle .fondoContent .descripcionRight > div {
    display: block;
    margin: 0;
    width: 94%;
    padding: 20px 3% 10px;
}

.impresion .fondoContent .descripcionRight > div {
    width: 100%;
    padding: 5px 0;
}

.tenencias {
    max-height: 300px;
    overflow-x: auto;
}





.impresion .fondoContent .descripcionRight:after {
    display: none;
}


.fondoDetalle .fondoContent h3,
#fondoComposicion h3,
.descripcionRight #tituloRiesgo,
.tituloComposicion h3 {
    width: 100%;
    display: inline-block;
    font-size: 1.2em;
    margin: 30px 0 10px;
    line-height: .8;
    font-weight: 800 !important;
    color: var(--primary-color);
    text-transform: uppercase;
}


.tituloComposicion h3 {
    margin: 50px 0 0
}



.impresion #fondoComposicion h3,
.impresion .descripcionRight #tituloRiesgo,
.impresion .tituloComposicion h3 {
    margin: 20px 0 0;
    font-size: 1em;
}

.impresion .fondoContent h3 {
    margin: 0;
}

.tituloComposicion {
    width: 100%;
    display: block;
}



.fondoDetalle .fondoContent .descripcionRight h3,
.descripcionRight #tituloRiesgo {
    margin: 0 0 10px;
    font-size: 1.1em;
    border-top: 1px solid #fff;
    padding: 20px 0 0;
}

.fondoDetalle .descripcionRight .informacionFondo h3 {
    border-top: none;
    padding: 10px 0 0;
}



.impresion .fondoContent .descripcionLeft span {
    font-size: .9em;
    line-height: 1.2;
}

.fondoDetalle .fondoContent .descripcionLeft span table {
    width: 100%;
    border-collapse: collapse;
    font-size: .75em;
}


.fondoResumen > div {
    display: block;
    width: 100%;
}


.selectIndiceEvolucion {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    border-bottom: 1px solid #d3d3d3;
    margin: 40px 0 5px;
}

.impresion .selectIndiceEvolucion {
    border-bottom: none;
}

.selectIndiceEvolucion input {
    display: inline-block;
    border: 1px solid #005a97;
    background: #005a97;
    padding: 7px 10px;
    color: #fff;
    margin: 0 0 -1px 5px;
    text-transform: uppercase;
    cursor: pointer;
}

    .selectIndiceEvolucion input.selected {
        background: #fff;
        color: #005a97;
        border-bottom-color: #fff;
    }

.impresion .selectIndiceEvolucion input {
    border: 0;
    color: #333;
    font-weight: 600;
    background: none;
    padding: 0;
    pointer-events: none;
}

    .impresion .selectIndiceEvolucion input#idSeleccionarRendimiento {
        display: none;
    }

.impresion .fondoRendimientoCotizaciones:before {
    content: "RENDIMIENTO";
    display: inline-block;
    width: 100%;
    margin: 20px 0 0;
    color: #333;
    font-weight: 600;
}


.fondoHistoricoCotizaciones,
.fondoRendimientoCotizaciones,
.fondoHistoricoCotizaciones > span,
.fondoRendimientoCotizaciones > span {
    display: none !important;
}

    .fondoHistoricoCotizaciones.selected,
    .fondoRendimientoCotizaciones.selected,
    .impresion .fondoHistoricoCotizaciones,
    .impresion .fondoRendimientoCotizaciones {
        display: block !important;
    }



.impresion .fondoContent .descripcionRight h3,
.impresion .fondoContent .descripcionRight table tr,
.impresion .descripcionRight #tituloRiesgo {
    border-color: #999;
}



.fondoDetalle .fondoContent > div > div > div > table,
.fondoDetalle .fondoContent .descripcionRight table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 1em;
}



.fondoDetalle .fondoContent .descripcionRight table {
    font-size: 1.2em;
}


    .fondoDetalle .fondoContent .descripcionRight table tr td:last-of-type,
    .fondoDetalle .fondoContent .descripcionRight table tr td:last-of-type span {
        text-align: right;
        font-weight: 600;
    }

.impresion .fondoContent .descripcionRight table tr td:last-of-type span {
    font-weight: 500 !important;
}

.fondoDetalle .fondoContent .descripcionRight table tr td:first-of-type {
    text-align: left;
}



.fondoDetalle .fondoContent .descripcionRight .tenencias table tr:last-of-type td {
    padding: 8px 5px;
}


.fondoDetalle .fondoContent .fondoRendimiento {
    width: 100%;
}

.fondoDetalle .fondoContent .fondoRendimientoTable {
    margin: 10px 0 0;
    width: 100%;
    text-align: right;
    font-size: 1.2em;
    border-collapse: collapse;
    background: #f6f6f6;
    border: 10px solid #f6f6f6;
}

    .fondoDetalle .fondoContent .fondoRendimientoTable tr th:first-of-type,
    .fondoDetalle .fondoContent .fondoRendimientoTable tr td:first-of-type {
        text-align: left;
    }


    .fondoDetalle .fondoContent .fondoRendimientoTable tr td:first-of-type {
        font-weight: 500;
        color: #005a97;
    }

    .fondoDetalle .fondoContent .fondoRendimientoTable tr th,
    .fondoDetalle .fondoContent .fondoRendimientoTable tr td {
        padding: 5px;
        border-bottom: 1px solid #eee;
    }


        .fondoDetalle .fondoContent .fondoRendimientoTable tr td p {
            display: none;
        }

.impresion .fondoContent .fondoRendimientoTable {
    background: none;
    border: 0;
    margin: 20px 0 0;
}

    .impresion .fondoContent .fondoRendimientoTable th,
    .impresion .fondoContent .fondoRendimientoTable td {
        padding: 5px;
        font-size: .8em;
    }



.fondoDetalle .fondoContent .descripcionRight table tr {
    border-bottom: 1px solid #d7d7d7;
}

    .fondoDetalle .fondoContent .descripcionRight table tr:last-of-type {
        border-bottom: none;
    }

    .fondoDetalle .fondoContent .descripcionRight table tr.tenenciaDiferenciada {
        background: #00a0f7;
        color: #fff;
    }

.fondoDetalle .fondoContent > div > div > div > table td {
    padding: 10px;
}


.fondoDetalle .fondoContent .descripcionRight table td {
    padding: 5px;
}


    .fondoDetalle .fondoContent > div > div > div > table td p,
    .fondoDetalle .fondoContent .descripcionRight table td p {
        font-size: .8em;
    }




.fondoDetalle .fondoContent > div > div > div > table tr td:first-of-type,
.fondoDetalle .fondoContent .descripcionRight table tr td:first-of-type {
    font-weight: 400;
}

.fondoDetalle .fondoContent > div > div > div > table tr td:first-of-type {
    color: var(--primary-color);
    font-weight: 800;
}

.fondoDetalle .fondoContent > div > div > div > table th,
.fondoDetalle .fondoContent .descripcionRight table th {
    padding: 10px;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #333;
}



.fondoDetalle .fondoContent > div > div > div > table tbody tr:nth-child(even) {
    background: #ccc2;
}


.fondoDetalle .fondoContent > div > div > div > table th,
.fondoDetalle .fondoContent > div > div > div > table td {
    text-align: right;
}

    .fondoDetalle .fondoContent > div > div > div > table th:first-of-type,
    .fondoDetalle .fondoContent > div > div > div > table td:first-of-type {
        text-align: left;
    }






#fondoComposicionChart,
#graficoHistoricoCotizacion,
#graficoIndiceEvolucionHistorico,
#graficoFondoRendimiento {
    width: 100%;
    display: inline-block;
    margin: 40px auto 0;
    max-height: 400px;
}

.impresion #fondoComposicionChart,
.impresion #graficoHistoricoCotizacion,
.impresion #graficoIndiceEvolucionHistorico,
.impresion #graficoFondoRendimiento,
.impresion #graficoFondoRendimiento .amcharts-panels-div {
    margin: 10px auto 0;
    max-height: 300px;
    min-height: 0;
}


#graficoFondoRendimiento .amcharts-panels-div {
    min-height: 400px;
}

#fondoComposicionChart,
#graficoFondoRendimiento {
    margin: 10px auto 0;
    padding: 10px 0;
    overflow: initial !important;
}

    #fondoComposicionChart tspan {
        font-size: 10px;
    }

.impresion #graficoHistoricoCotizacion,
.impresion #graficoFondoRendimiento {
    height: 200px !important;
}

#graficoHistoricoCotizacion tspan,
#graficoFondoRendimiento tspan {
    font-size: 12px;
}






.amcharts-main-div {
    overflow: visible;
    text-align: left;
    width: 100%;
}





.fondoDetalle .fondoContent .amcharts-main-div text {
    font-size: 10px !important;
    font-weight: 400 !important;
}



.fondoDetalle .fondoFooter {
    width: 62%;
    margin: 0;
    font-size: 1em;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}



#fondoComposicion {
    width: 100%;
    display: block;
    padding: 20px 0 0;
}



    #fondoComposicion #fondoComposicionTitulo {
        width: 100%;
        margin: 0 0 10px;
        font-size: 1em;
        display: block;
    }



#fondoComposicionChart svg g:nth-of-type(7) g g g path {
    fill: #40a5ea !important;
    stroke: #40a5ea !important;
}

#fondoComposicionChart svg g:nth-of-type(7) g g g:nth-child(odd) path {
    fill: #005a97 !important;
    stroke: #005a97 !important;
}



#fondoComposicion .amcharts-chart-div {
    height: 400px !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    overflow: visible !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto;
}

#fondoComposicion .amcharts-main-div {
    overflow: visible;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}



#fondoComposicion .amcharts-chart-div svg {
    top: 0 !important;
    left: 0 !important;
    overflow: visible !important;
    width: auto !important;
    position: relative;
}

#fondoComposicion .amChartsLegend {
    top: 0 !important;
    left: 0 !important;
    display: block !important;
    margin: auto;
}

.impresion #fondoComposicion .amChartsLegend {
    display: none !important;
}


#fondoComposicion .amChartsLegend svg {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: auto;
    display: block;
}

#fondoComposicionChartInversiones,
#fondoComposicionChartMonedaTasa {
    /*overflow: visible !important;*/
    /* min-height: 600px;*/
}

.amcharts-main-div text {
    font-size: 12px !important;
}



.fondoDetalle .fondoContent .descripcionRight > div.downloadsArchivos {
    background: none;
    padding: 0;
    margin: 0;
    width: 100%;
}


.fondoDetalle .downloads {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}




    .fondoDetalle .downloads a,
    .fondoDetalle .imprimir a,
    .fondoDetalle .imprimirPagina a {
        display: inline-block;
        padding: 8px 0;
        background-color: #40a5ea;
        color: #fff;
        margin: 10px auto 0;
        width: 94%;
        min-width: 200px;
        text-align: center;
        font-size: .8em;
        text-transform: uppercase;
        font-weight: 500;
        border-radius: 5px;
        transition: all .3s ease;
        cursor: pointer;
    }

        .fondoDetalle .downloads a.imprimir {
            background-color: #005a97;
            padding: 12px 0;
            margin: 20px auto 0;
            font-size: 1em;
        }

.impresion .imprimir a,
.impresion .imprimirPagina a {
    padding: 10px;
    width: auto;
    margin: 0 2% 0 auto;
}

.fondoDetalle .downloads a:hover,
.fondoDetalle .imprimir a:hover,
.fondoDetalle .imprimirPagina a:hover,
.fondoDetalle .downloads a.imprimir:hover {
    background: #eee;
    color: #40a5ea;
}


.fondoDetalle .imprimir {
    margin: 30px 0;
    display: block;
    width: 100%;
    text-align: right;
}






.impresion .downloads,
.impresion .imprimir,
.impresion .btnVolveraFondos {
    display: none;
}

.fondoDetalle .legalesParrafo {
    text-align: justify;
    font-size: 12px;
    margin: 2rem 0 0;
}










/*__________________________________Grafico Volumen_________________________________*/


.sectorTab > div .grafico_por_volumen {
    height: 380px;
    margin: 30px 0 0;
    width: 46%;
    float: right;
    position: relative;
}

    .sectorTab > div .grafico_por_volumen * {
        font-size: 5px;
    }


    .sectorTab > div .grafico_por_volumen > .graficoMosaico,
    .sectorTab > div .grafico_por_volumen > .graficoHeatMaps {
        width: 100%;
        margin: 4px 0 0;
    }

    .sectorTab > div .grafico_por_volumen div div {
        float: left;
    }

        .sectorTab > div .grafico_por_volumen div div input {
            font-size: 14px;
            padding: 3px 15px;
            margin: -50px 0 2px;
        }

    .sectorTab > div .grafico_por_volumen > svg {
        height: 380px !important;
    }




.sectorTab > div div.gainers_losers {
    width: 49%;
    padding: 0;
    float: left;
    margin: 30px 0;
}


.graficoMosaico,
.graficoHeatMaps {
    display: none;
}

    .graficoMosaico.verGrafico,
    .graficoHeatMaps.verGrafico {
        display: block;
    }



.layoutGral .pageSector .sectorTab .grafico_por_volumen,
.layoutGral .pageSector .staff > div:nth-of-type(2) section:nth-of-type(5) .sectorTab .grafico_por_volumen {
    float: right;
    width: 53%;
    height: 355px;
    clear: none;
    position: relative;
}





    .layoutGral .pageSector .sectorTab .grafico_por_volumen div a,
    .layoutGral .pageSector .staff > div:nth-of-type(2) section:nth-of-type(5) .sectorTab .grafico_por_volumen div a {
        color: #fff;
    }



/*grafico_por_volumen:nth-of-type(2) {
        width: 320px;
        margin: 15px 0 10px 0;
    }*/

.grafico_por_volumen .titulo {
    text-transform: uppercase;
    color: #35526B;
    font-weight: bold;
    float: left;
    padding: 5px 5px 5px 10px;
    /*width: 70%;*/
    margin-top: -25px;
}

.grafico_por_volumen .fecha {
    text-transform: uppercase;
    margin-top: -25px;
    font-weight: normal;
    float: right;
    padding: 5px 5px 5px 10px;
    text-align: right;
}

.sectorTab .grafico_por_volumen .varios {
    display: none;
}

.layoutGral .pageSector .sectorTab .grafico_por_volumen div.fecha {
    min-height: 10px;
    font-size: 1em;
    width: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    pointer-events: none;
}
/*.grafico_por_volumen .titulo {
    background-color: #fff;
    text-transform: uppercase;
    color: #185f99;
    font-weight: bold;
    padding: 5px 0 11px 0px;
    width: 100%;
    display: none;
}*/

#graficoIndiceHeatMap {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    /*background: #000;*/
    height: auto;
    margin: 0;
}

.sectorTab > div .grafico_por_volumen .verBoton.switch {
    width: 100%;
    float: left;
    border-bottom: 1px solid #333;
}

.sectorTab > div .grafico_por_volumen .switchMosaico,
.sectorTab > div .grafico_por_volumen .switchHeatMap {
    width: auto;
    height: auto;
    color: #333;
    background: #fff;
    float: right;
    font-size: 11px;
    display: none;
    text-transform: uppercase;
    font-family: sans-serif;
    padding: 5px 7px 1px;
    letter-spacing: .5px;
    margin: -20px 10px -1px;
    cursor: pointer;
    border-top-left-radius: 5px;
    border: 1px solid #333;
    border-bottom: 2px solid #fff;
    border-top-right-radius: 5px;
}



.sectorTab > div .grafico_por_volumen .verBoton .switchMosaico,
.sectorTab > div .grafico_por_volumen .verBoton .switchHeatMap {
    display: block;
}

.graficoHeatMaps text tspan,
.graficoHeatMaps text a,
.graficoMosaico text tspan,
.graficoMosaico text a {
    fill: #fff;
    cursor: pointer;
}




.graficoMosaico > svg,
.graficoHeatMaps > svg {
    width: 100%;
    height: 0;
    display: none;
}

    .graficoHeatMaps > svg *,
    .graficoMosaico > svg * {
        font-size: 5px;
    }





.graficoMosaico.verGrafico > svg,
.graficoHeatMaps.verGrafico > svg {
    width: 100%;
    height: 381px;
    display: block;
}

.graficoHeatMaps text {
    transform: translateY(-5px);
    top: 0;
}

.graficoHeatMaps .v1,
.graficoMosaico .v1 {
    fill: #49b97f;
}

.graficoHeatMaps .v2,
.graficoMosaico .v2 {
    fill: #40a671;
}

.graficoHeatMaps .v3,
.graficoMosaico .v3 {
    fill: #31855a;
}

.graficoHeatMaps .v0,
.graficoMosaico .v0 {
    fill: #333;
}

.graficoHeatMaps .v-1,
.graficoMosaico .v-1 {
    fill: #fb3a47;
}

.graficoHeatMaps .v-2,
.graficoMosaico .v-2 {
    fill: #d83742;
}

.graficoHeatMaps .v-3,
.graficoMosaico .v-3 {
    fill: #b5313a;
}

.graficoHeatMaps rect,
.graficoMosaico rect {
    cursor: pointer;
}




.grafico_por_volumen .tooltip {
    position: absolute;
    background-color: rgba(255,255,255,.9);
    box-shadow: 0 0 15px 1px rgba(0,0,0,.5);
    padding: 5px;
    border-radius: 5px;
    margin: -20px 0 0 -80px;
    width: auto;
    max-width: 180px;
    pointer-events: none;
    z-index: 1000;
    display: none;
}

.grafico_por_volumen .graficoMosaico:hover ~ .tooltip,
.grafico_por_volumen .graficoHeatMaps:hover ~ .tooltip {
    display: block;
    padding: 0 5px;
}



.grafico_por_volumen g:hover {
    opacity: 0.95;
}

.sectorTab > div .grafico_por_volumen .tooltip p {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
}

.sectorTab > div .grafico_por_volumen .tooltip span {
    font-weight: bold;
    margin-left: 5px;
    font-size: 12px;
    letter-spacing: 1px;
    width: auto;
    display: inline;
}

.tooltip p:last-of-type span {
    width: 100%;
    float: left;
}


.tooltip span.positivo {
    color: #4dc587;
}



.tooltip span.negativo {
    color: #fb3a47;
}



.tooltip p:first-of-type span {
    margin-left: 0;
    font-size: 12px;
}

rect {
    stroke: #fff !important;
    cursor: pointer;
}

g g g:hover rect {
    fill-opacity: .6;
}

title {
    fill: #000;
    font-weight: 900;
    stroke: #211061 !important;
}

#divContainerTabs {
    width: 100%;
    float: left;
    margin: 20px 0;
    position: relative;
    padding: 0 5px 0 0;
}

.sectoBuscadorContenido{
    padding: 5rem;
}




/*---------------PARA QUE SE VEA EL SITIO--------------*/

.layoutGral {
    padding-top: 0;
    background: none;
}

#page-body-container {
    display: block;
}

