/* Minification failed. Returning unminified contents.
(10343,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(10567,30): run-time error CSS1038: Expected hex color, found '#fff4'
(10603,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(10618,17): run-time error CSS1038: Expected hex color, found '#ccc2'
 */
.ui-button-text-only .ui-button-text {
	padding: 0;
}



.ui-corner-all.ui-dialog {
    z-index: 10002 !important;
    overflow: visible;
}



    .ui-corner-all.ui-dialog .ui-state-default {
        top: -20px;
        right: -16px;
        border-radius: 50%;
        padding: 0;
        width: auto;
        height: auto;
        margin: 0;
        border: 0;
        background: #555;
        cursor: pointer;
    }

        .ui-corner-all.ui-dialog .ui-state-default .ui-icon {
            background-image: url(../Content/Cohen/img/close.svg) !important;
            background-position: center !important;
            background-size: 25px;
        }

.ui-dialog-titlebar-close .ui-button-text{
    display:none;
}
.ui-dialog-titlebar-close {
    display:block;
}

.ui-dialog .ui-dialog-buttonpane button {
	background-color:black;
    background-image:none;
	border:0px; 
	/*box-shadow: 1px 1px 0px #ccc;*/
	color:#FFF;
	padding:8px 10px 8px 10px;
	text-transform:uppercase;
	float:right;
	margin-right:30px;}


    .ui-dialog .ui-dialog-buttonpane button:hover {
        background-color: black;
        background-image: none;
        border: 0px;
        /*box-shadow: 1px 1px 0px #ccc;*/
        color: #FFF;
        padding: 8px 10px 8px 10px;
        text-transform: uppercase;
        float: right;
        margin: .5em .4em .5em 0
    }

.ui-state-default .ui-icon,
.ui-state-default .ui-icon:hover{
    background-image:url(../Content/Cohen/img/close.png) !important;/*{iconsDefault}*/
    background-position: -2px -2px !important;
}

body .ui-widget-overlay {
    z-index: 10000 !important;
    background: none;
    background-color: rgba(0,0,0,.5);
    opacity: 1;
}

.ui-corner-all, 
.ui-corner-bottom,
.ui-corner-right, 
.ui-corner-br{
    z-index:1 !important;
}

.ui-icon{
    width:30px !important;
    height:30px !important;
}

/* AUTOCOMPLETE */

.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}


.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/* MENU */
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 3px 0;
        width: 100%;
        font-size: 14px;
        /* support: IE10, see #8844 */
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    }



    .ui-menu .ui-menu-item:hover {
        border:0;
    }


.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

.ui-front {
	z-index: 100;
}



/**** DIALOGO BOXES EN PAGINA DETALLE *****/
.dialogBox .ui-dialog-titlebar .ui-icon 
{    background-image:none;
}
.ui-widget-content.dialogLoader {
    background-color:transparent;
    border:none;
}

.dialogLoader .ui-dialog-titlebar {
    display:none;
}
/*!
 * jQuery UI CSS Framework 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

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

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


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


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

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


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

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


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

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

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

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

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

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


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

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

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

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

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

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

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

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.gallery {
    position: relative;
    float: left;
    width: 100%;
}



    .gallery .control-button {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }

        .gallery .control-button:hover {
            color: white;
            color: rgba(255, 255, 255, 0.8);
        }

/*
	Theme controls how everything looks in Gallery CSS.
*/
.gallery {
    position: relative;
    float: left;
    width: 100%;
}


    .gallery .item img {
        width: 100%;
    }

    .gallery .controls {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
    }

    .gallery .control-button {
        display: inline-block;
        margin: 0 .02em;
        font-size: 4em;
        text-align: center;
        text-decoration: none;
        transition: color .1s;
    }

figure {
    margin: 0;
}

.gallery .control-operator:nth-of-type(1):target ~ .secondary-controls[data-gallery-arrows="1"],
.gallery .control-operator:nth-of-type(2):target ~ .secondary-controls[data-gallery-arrows="2"],
.gallery .control-operator:nth-of-type(3):target ~ .secondary-controls[data-gallery-arrows="3"],
.gallery .control-operator:nth-of-type(4):target ~ .secondary-controls[data-gallery-arrows="4"],
.gallery .control-operator:nth-of-type(5):target ~ .secondary-controls[data-gallery-arrows="5"],
.gallery .control-operator:nth-of-type(6):target ~ .secondary-controls[data-gallery-arrows="6"],
.gallery .control-operator:nth-of-type(7):target ~ .secondary-controls[data-gallery-arrows="7"],
.gallery .control-operator:nth-of-type(8):target ~ .secondary-controls[data-gallery-arrows="8"],
.gallery .control-operator:nth-of-type(9):target ~ .secondary-controls[data-gallery-arrows="9"],
.gallery .control-operator:nth-of-type(10):target ~ .secondary-controls[data-gallery-arrows="10"],
.gallery .control-operator:nth-of-type(11):target ~ .secondary-controls[data-gallery-arrows="11"],
.gallery .control-operator:nth-of-type(12):target ~ .secondary-controls[data-gallery-arrows="12"],
.gallery .control-operator:nth-of-type(13):target ~ .secondary-controls[data-gallery-arrows="13"],
.gallery .control-operator:nth-of-type(14):target ~ .secondary-controls[data-gallery-arrows="14"],
.gallery .control-operator:nth-of-type(15):target ~ .secondary-controls[data-gallery-arrows="15"],
.gallery .control-operator:nth-of-type(16):target ~ .secondary-controls[data-gallery-arrows="16"],
.gallery .control-operator:nth-of-type(17):target ~ .secondary-controls[data-gallery-arrows="17"],
.gallery .control-operator:nth-of-type(18):target ~ .secondary-controls[data-gallery-arrows="18"],
.gallery .control-operator:nth-of-type(19):target ~ .secondary-controls[data-gallery-arrows="19"],
.gallery .control-operator:nth-of-type(20):target ~ .secondary-controls[data-gallery-arrows="20"],
.gallery .control-operator:nth-of-type(21):target ~ .secondary-controls[data-gallery-arrows="21"],
.gallery .control-operator:nth-of-type(22):target ~ .secondary-controls[data-gallery-arrows="22"],
.gallery .control-operator:nth-of-type(23):target ~ .secondary-controls[data-gallery-arrows="23"],
.gallery .control-operator:nth-of-type(24):target ~ .secondary-controls[data-gallery-arrows="24"],
.gallery .control-operator:nth-of-type(25):target ~ .secondary-controls[data-gallery-arrows="25"],
.gallery .control-operator:nth-of-type(26):target ~ .secondary-controls[data-gallery-arrows="26"],
.gallery .control-operator:nth-of-type(27):target ~ .secondary-controls[data-gallery-arrows="27"],
.gallery .control-operator:nth-of-type(28):target ~ .secondary-controls[data-gallery-arrows="28"],
.gallery .control-operator:nth-of-type(29):target ~ .secondary-controls[data-gallery-arrows="29"] {
    pointer-events: auto;
    z-index: 100;
    opacity: 1;
}





.gallery .secondary-controls {
    position: absolute;
    pointer-events: none;
    top: 45%;
    width: 100%;
    pointer-events: all;
    z-index: 0;
}



    .gallery .secondary-controls[data-gallery-arrows="1"] {
        z-index: 50;
        opacity: 0.5;
    }




.gallery .control-operator .secondary-controls {
    display: block;
}



.gallery .control-operator:target ~ .controls .control-button {
    opacity: 0.5;
}

.gallery .control-button:first-of-type,
.gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1),
.gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2),
.gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3),
.gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4),
.gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5),
.gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6),
.gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7),
.gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8),
.gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9),
.gallery .control-operator:nth-of-type(10):target ~ .controls .control-button:nth-of-type(10) {
    opacity: 1;
}

.gallery .item:first-of-type {
    position: relative;
    opacity: 1;
    left: 0;
}



.gallery .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    overflow: hidden;
    text-align: center;
    z-index: 0;
    overflow: hidden;
    text-align: center;
}

.gallery .control-operator {
    display: none;
}

    .gallery .control-operator:target ~ .item {
        pointer-events: none;
        opacity: 0;
        -webkit-animation: none;
        -o-animation: none;
        animation: none;
    }





    .gallery .control-operator:target ~ .controls .control-button {
        -webkit-animation: none;
        -o-animation: none;
        animation: none;
    }









@-webkit-keyframes arrowAnimation-2 {
  0% {
    z-index:0
  }

  14.3%, 50% {
    z-index:100
  }

  64.3%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-2 {
  0% {
    z-index:0
  }

  14.3%, 50% {
    z-index:100
  }

  64.3%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-2 {
  0% {
    z-index:0
  }

  14.3%, 50% {
    z-index:100
  }

  64.3%, 100% {
   z-index:0
  }
}


.items-2.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-2 14s infinite;
  -o-animation: arrowAnimation-2 14s infinite;
  animation: arrowAnimation-2 14s infinite;
}

.items-2 .secondary-controls[data-gallery-arrows="1"] ,
.items-2 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-2 .secondary-controls[data-gallery-arrows="2"] ,
.items-2 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}








@-webkit-keyframes controlAnimation-2 {
    0% {
        opacity: 0.5;
    }

    14.3%, 50% {
        opacity: 1;
        color: #fff;
    }

    64.3%, 100% {
        opacity: 0.5;
    }
}

@-o-keyframes controlAnimation-2 {
    0% {
        opacity: 0.5;
    }

    14.3%, 50% {
        opacity: 1;
        color: #fff;
    }

    64.3%, 100% {
        opacity: 0.5;
    }
}

@keyframes controlAnimation-2 {
    0% {
        opacity: 1;
        color: #ccc;
    }

    14.3%, 50% {
        opacity: 1;
        color: #fff;
    }

    64.3%, 100% {
        opacity: 1;
        color: #ccc;
    }
}

@-webkit-keyframes galleryAnimation-2 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    14.3%, 50% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    64.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}



@-o-keyframes galleryAnimation-2 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    14.3%, 50% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    64.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@keyframes galleryAnimation-2 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    14.3%, 50% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    64.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.items-2.autoplay .control-button {
    -webkit-animation: controlAnimation-2 14s infinite;
    -o-animation: controlAnimation-2 14s infinite;
    animation: controlAnimation-2 14s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-2.autoplay .item {
    -webkit-animation: galleryAnimation-2 14s infinite;
    -o-animation: galleryAnimation-2 14s infinite;
    animation: galleryAnimation-2 14s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-2 .control-button:nth-of-type(1),
.items-2 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-2 .control-button:nth-of-type(2),
.items-2 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}















@-webkit-keyframes arrowAnimation-3 {
  0% {
    z-index:0
  }

  9.5%, 33.3% {
    z-index:100
  }

  42.9%, 100% {
    z-index:0
 }
}

@-o-keyframes arrowAnimation-3 {
  0% {
    z-index:0
  }

  9.5%, 33.3% {
    z-index:100
 }

  42.9%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-3 {
  0% {
    z-index:0
  }

  9.5%, 33.3% {
    z-index:100
  }

  42.9%, 100% {
    z-index:0
  }
}


.items-3.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-3 21s infinite;
  -o-animation: arrowAnimation-3 21s infinite;
  animation: arrowAnimation-3 21s infinite;
}


.items-3 .secondary-controls[data-gallery-arrows="1"],
.items-3 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-3 .secondary-controls[data-gallery-arrows="2"] ,
.items-3 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-3 .secondary-controls[data-gallery-arrows="3"] ,
.items-3 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


@-webkit-keyframes controlAnimation-3 {
    0% {
        opacity: 0.5;
    }

    9.5%, 33.3% {
        opacity: 1;
    }

    42.9%, 100% {
        opacity: 0.5;
    }
}

@-o-keyframes controlAnimation-3 {
    0% {
        opacity: 0.5;
    }

    9.5%, 33.3% {
        opacity: 1;
    }

    42.9%, 100% {
        opacity: 0.5;
    }
}

@keyframes controlAnimation-3 {
    0% {
        opacity: 0.5;
    }

    9.5%, 33.3% {
        opacity: 1;
    }

    42.9%, 100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes galleryAnimation-3 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    9.5%, 33.3% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    42.9%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}




@keyframes galleryAnimation-3 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    9.5%, 33.3% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    42.9%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.items-3.autoplay .control-button {
    -webkit-animation: controlAnimation-3 21s infinite;
    -o-animation: controlAnimation-3 21s infinite;
    animation: controlAnimation-3 21s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-3.autoplay .item {
    -webkit-animation: galleryAnimation-3 21s infinite;
    -o-animation: galleryAnimation-3 21s infinite;
    animation: galleryAnimation-3 21s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-3 .control-button:nth-of-type(1),
.items-3 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-3 .control-button:nth-of-type(2),
.items-3 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-3 .control-button:nth-of-type(3),
.items-3 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}




















@-webkit-keyframes arrowAnimation-4 {
  0% {
    z-index:0
  }

  7.1%, 25% {
    z-index:100
  }

  32.1%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-4 {
  0% {
    z-index:0
  }

  7.1%, 25% {
    z-index:100
  }

  32.1%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-4 {
  0% {
    z-index:0
  }

  7.1%, 25% {
    z-index:100
  }

  32.1%, 100% {
    z-index:0
  }
}


.items-4.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-4 28s infinite;
  -o-animation: arrowAnimation-4 28s infinite;
  animation: arrowAnimation-4 28s infinite;
}


.items-4 .secondary-controls[data-gallery-arrows="1"],
.items-4 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-4 .secondary-controls[data-gallery-arrows="2"] ,
.items-4 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-4 .secondary-controls[data-gallery-arrows="3"] ,
.items-4 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


.items-4 .secondary-controls[data-gallery-arrows="4"] ,
.items-4 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}



@-webkit-keyframes controlAnimation-4 {
    0% {
        opacity: 0.5;
    }

    7.1%, 25% {
        opacity: 1;
        color: #fff;
    }

    32.1%, 100% {
        opacity: 0.5;
    }
}

@-o-keyframes controlAnimation-4 {
    0% {
        opacity: 0.5;
    }

    7.1%, 25% {
        opacity: 1;
        color: #fff;
    }

    32.1%, 100% {
        opacity: 0.5;
    }
}

@keyframes controlAnimation-4 {
    0% {
        opacity: 0.5;
    }

    7.1%, 25% {
        opacity: 1;
        color: #fff;
    }

    32.1%, 100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes galleryAnimation-4 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    7.1%, 25% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    32.1%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}



@-o-keyframes galleryAnimation-4 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    7.1%, 25% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    32.1%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@keyframes galleryAnimation-4 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    7.1%, 25% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    32.1%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
    pointer-events: auto;
    opacity: 1;
}

.items-4.autoplay .control-button {
    -webkit-animation: controlAnimation-4 28s infinite;
    -o-animation: controlAnimation-4 28s infinite;
    animation: controlAnimation-4 28s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-4.autoplay .item {
    -webkit-animation: galleryAnimation-4 28s infinite;
    -o-animation: galleryAnimation-4 28s infinite;
    animation: galleryAnimation-4 28s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-4 .control-button:nth-of-type(1),
.items-4 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-4 .control-button:nth-of-type(2),
.items-4 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-4 .control-button:nth-of-type(3),
.items-4 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

.items-4 .control-button:nth-of-type(4),
.items-4 .item:nth-of-type(4) {
    -webkit-animation-delay: 19s;
    -o-animation-delay: 19s;
    animation-delay: 19s;
}














@-webkit-keyframes arrowAnimation-5 {
  0% {
    z-index:0
  }

  5.7%, 20% {
   z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-5 {
  0% {
    z-index:0
  }

  5.7%, 20% {
   z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-5 {
  0% {
    z-index:0
  }

  5.7%, 20% {
   z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}


.items-5.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-5 35s infinite;
  -o-animation: arrowAnimation-5 35s infinite;
  animation: arrowAnimation-5 35s infinite;
}


.items-5 .secondary-controls[data-gallery-arrows="1"],
.items-5 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-5 .secondary-controls[data-gallery-arrows="2"] ,
.items-5 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-5 .secondary-controls[data-gallery-arrows="3"] ,
.items-5 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


.items-5 .secondary-controls[data-gallery-arrows="4"] ,
.items-5 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}


.items-5 .secondary-controls[data-gallery-arrows="5"] ,
.items-5 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}





@-webkit-keyframes controlAnimation-5 {
    0% {
        opacity: 0.5;
    }

    5.7%, 20% {
        opacity: 1;
        color: #fff;
    }

    25.7%, 100% {
        opacity: 0.5;
    }
}

@-o-keyframes controlAnimation-5 {
    0% {
        opacity: 0.5;
    }

    5.7%, 20% {
        opacity: 1;
        color: #fff;
    }

    25.7%, 100% {
        opacity: 0.5;
    }
}

@keyframes controlAnimation-5 {
    0% {
        opacity: 0.5;
    }

    5.7%, 20% {
        opacity: 1;
        color: #fff;
    }

    25.7%, 100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes galleryAnimation-5 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    5.7%, 20% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    25.7%, 100% {
        opacity: 0;
        pointer-events: 0;
        z-index: 0;
    }
}

@-o-keyframes galleryAnimation-5 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    5.7%, 20% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    25.7%, 100% {
        opacity: 0;
        pointer-events: 0;
        z-index: 0;
    }
}

@keyframes galleryAnimation-5 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    5.7%, 20% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    25.7%, 100% {
        opacity: 0;
        pointer-events: 0;
        z-index: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
    pointer-events: auto;
    opacity: 1;
}

.items-5.autoplay .control-button {
    -webkit-animation: controlAnimation-5 35s infinite;
    -o-animation: controlAnimation-5 35s infinite;
    animation: controlAnimation-5 35s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-5.autoplay .item {
    -webkit-animation: galleryAnimation-5 35s infinite;
    -o-animation: galleryAnimation-5 35s infinite;
    animation: galleryAnimation-5 35s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-5 .control-button:nth-of-type(1),
.items-5 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-5 .control-button:nth-of-type(2),
.items-5 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-5 .control-button:nth-of-type(3),
.items-5 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

.items-5 .control-button:nth-of-type(4),
.items-5 .item:nth-of-type(4) {
    -webkit-animation-delay: 19s;
    -o-animation-delay: 19s;
    animation-delay: 19s;
}

.items-5 .control-button:nth-of-type(5),
.items-5 .item:nth-of-type(5) {
    -webkit-animation-delay: 26s;
    -o-animation-delay: 26s;
    animation-delay: 26s;
}





@-webkit-keyframes arrowAnimation-6 {
  0% {
    z-index:0
  }

  5.7%, 16.6% {
    z-index:100
  }

  22.3%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-6 {
  0% {
    z-index:0
  }

  5.7%, 16.6% {
    z-index:100
  }

  22.3%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-6 {
  0% {
    z-index:0
  }

  5.7%, 16.6% {
    z-index:100
  }

  22.3%, 100% {
    z-index:0
  }
}



.items-6.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-6 42s infinite;
  -o-animation: arrowAnimation-6 42s infinite;
  animation: arrowAnimation-6 42s infinite;
}


.items-6 .secondary-controls[data-gallery-arrows="1"],
.items-6 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-6 .secondary-controls[data-gallery-arrows="2"] ,
.items-6 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-6 .secondary-controls[data-gallery-arrows="3"] ,
.items-6 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


.items-6 .secondary-controls[data-gallery-arrows="4"] ,
.items-6 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}


.items-6 .secondary-controls[data-gallery-arrows="5"] ,
.items-6 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}



.items-6 .secondary-controls[data-gallery-arrows="6"] ,
.items-6 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}



@-webkit-keyframes controlAnimation-6 {
    0% {
        opacity: 0.5;
    }

    4.2%, 16.6% {
        opacity: 1;
        color: #fff;
    }

    22.3%, 100% {
        opacity: 0.5;
    }
}

@-o-keyframes controlAnimation-6 {
    0% {
        opacity: 0.5;
    }

    4.2%, 16.6% {
        opacity: 1;
        color: #fff;
    }

    22.3%, 100% {
        opacity: 0.5;
    }
}

@keyframes controlAnimation-6 {
    0% {
        opacity: 0.5;
    }

    4.2%, 16.6% {
        opacity: 1;
        color: #fff;
    }

    22.3%, 100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes galleryAnimation-6 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.2%, 16.6% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    22.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}


@-o-keyframes galleryAnimation-6 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.2%, 16.6% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    22.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@keyframes galleryAnimation-6 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.2%, 16.6% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    22.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
    pointer-events: auto;
    opacity: 1;
}

.items-6.autoplay .control-button {
    -webkit-animation: controlAnimation-6 42s infinite;
    -o-animation: controlAnimation-6 42s infinite;
    animation: controlAnimation-6 42s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-6.autoplay .item {
    -webkit-animation: galleryAnimation-6 42s infinite;
    -o-animation: galleryAnimation-6 42s infinite;
    animation: galleryAnimation-6 42s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-6 .control-button:nth-of-type(1),
.items-6 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-6 .control-button:nth-of-type(2),
.items-6 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-6 .control-button:nth-of-type(3),
.items-6 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

.items-6 .control-button:nth-of-type(4),
.items-6 .item:nth-of-type(4) {
    -webkit-animation-delay: 19s;
    -o-animation-delay: 19s;
    animation-delay: 19s;
}

.items-6 .control-button:nth-of-type(5),
.items-6 .item:nth-of-type(5) {
    -webkit-animation-delay: 26s;
    -o-animation-delay: 26s;
    animation-delay: 26s;
}

.items-6 .control-button:nth-of-type(6),
.items-6 .item:nth-of-type(6) {
    -webkit-animation-delay: 33s;
    -o-animation-delay: 33s;
    animation-delay: 33s;
}







@-webkit-keyframes arrowAnimation-7 {
  0% {
    z-index:0
  }

  5%, 14.3% {
    z-index:100
  }

  19.3%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-7 {
  0% {
    z-index:0
  }

  5%, 14.3% {
    z-index:100
  }

  19.3%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-7 {
  0% {
    z-index:0
  }

  5%, 14.3% {
    z-index:100
  }

  19.3%, 100% {
    z-index:0
  }
}



.items-7.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-7 49s infinite;
  -o-animation: arrowAnimation-4 49s infinite;
  animation: arrowAnimation-4 49s infinite;
}


.items-7 .secondary-controls[data-gallery-arrows="1"],
.items-7 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-7 .secondary-controls[data-gallery-arrows="2"] ,
.items-7 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-7 .secondary-controls[data-gallery-arrows="3"] ,
.items-7 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


.items-7 .secondary-controls[data-gallery-arrows="4"] ,
.items-7 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}


.items-7 .secondary-controls[data-gallery-arrows="5"] ,
.items-7 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}



.items-7 .secondary-controls[data-gallery-arrows="6"] ,
.items-7 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}



.items-7 .secondary-controls[data-gallery-arrows="7"] ,
.items-7 .item:nth-of-type(7) {
  -webkit-animation-delay: 40s;
  -o-animation-delay: 40s;
  animation-delay: 40s;
}




@-webkit-keyframes controlAnimation-7 {
    0% {
        opacity: 0.5;
    }

    5%, 14.3% {
        opacity: 1;
        color: #fff;
    }

    19.3%, 100% {
        opacity: 0.5;
    }
}

@-o-keyframes controlAnimation-7 {
    0% {
        opacity: 0.5;
    }

    5%, 14.3% {
        opacity: 1;
        color: #fff;
    }

    19.3%, 100% {
        opacity: 0.5;
    }
}

@keyframes controlAnimation-7 {
    0% {
        opacity: 0.5;
    }

    5%, 14.3% {
        opacity: 1;
        color: #fff;
    }

    19.3%, 100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes galleryAnimation-7 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    5%, 14.3% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    19.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@-o-keyframes galleryAnimation-7 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    5%, 14.3% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    19.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@keyframes galleryAnimation-7 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    5%, 14.3% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    19.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7) {
    pointer-events: auto;
    opacity: 1;
}

.items-7.autoplay .control-button {
    -webkit-animation: controlAnimation-7 49s infinite;
    -o-animation: controlAnimation-7 49s infinite;
    animation: controlAnimation-7 49s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-7.autoplay .item {
    -webkit-animation: galleryAnimation-7 49s infinite;
    -o-animation: galleryAnimation-7 49s infinite;
    animation: galleryAnimation-7 49s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-7 .control-button:nth-of-type(1),
.items-7 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-7 .control-button:nth-of-type(2),
.items-7 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-7 .control-button:nth-of-type(3),
.items-7 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

.items-7 .control-button:nth-of-type(4),
.items-7 .item:nth-of-type(4) {
    -webkit-animation-delay: 19s;
    -o-animation-delay: 19s;
    animation-delay: 19s;
}

.items-7 .control-button:nth-of-type(5),
.items-7 .item:nth-of-type(5) {
    -webkit-animation-delay: 26s;
    -o-animation-delay: 26s;
    animation-delay: 26s;
}

.items-7 .control-button:nth-of-type(6),
.items-7 .item:nth-of-type(6) {
    -webkit-animation-delay: 33s;
    -o-animation-delay: 33s;
    animation-delay: 33s;
}

.items-7 .control-button:nth-of-type(7),
.items-7 .item:nth-of-type(7) {
    -webkit-animation-delay: 40s;
    -o-animation-delay: 40s;
    animation-delay: 40s;
}











@-webkit-keyframes arrowAnimation-8 {
  0% {
    z-index:0
  }

  4.7%, 12.5% {
    z-index:100
  }

  17.2%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-8 {
  0% {
    z-index:0
  }

  4.7%, 12.5% {
    z-index:100
  }

  17.2%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-8 {
  0% {
    z-index:0
  }

  4.7%, 12.5% {
    z-index:100
  }

  17.2%, 100% {
    z-index:0
  }
}



.items-8.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-8 56s infinite;
  -o-animation: arrowAnimation-8 56s infinite;
  animation: arrowAnimation-8 56s infinite;
}


.items-8 .secondary-controls[data-gallery-arrows="1"],
.items-8 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-8 .secondary-controls[data-gallery-arrows="2"] ,
.items-8 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-8 .secondary-controls[data-gallery-arrows="3"] ,
.items-8 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


.items-8 .secondary-controls[data-gallery-arrows="4"] ,
.items-8 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}


.items-8 .secondary-controls[data-gallery-arrows="5"] ,
.items-8 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}



.items-8 .secondary-controls[data-gallery-arrows="6"] ,
.items-8 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}



.items-8 .secondary-controls[data-gallery-arrows="7"] ,
.items-8 .item:nth-of-type(7) {
  -webkit-animation-delay: 40s;
  -o-animation-delay: 40s;
  animation-delay: 40s;
}


.items-8 .secondary-controls[data-gallery-arrows="8"] ,
.items-8 .item:nth-of-type(8) {
  -webkit-animation-delay: 47s;
  -o-animation-delay: 47s;
  animation-delay: 47s;
}


@-webkit-keyframes controlAnimation-8 {
    0% {
        opacity: 0.5;
    }

    4.7%, 12.5% {
        opacity: 1;
        color: #fff;
    }

    17.2%, 100% {
        opacity: 0.5;
    }
}



@-o-keyframes controlAnimation-8 {
    0% {
        opacity: 0.5;
    }

    4.7%, 12.5% {
        opacity: 1;
        color: #fff;
    }

    17.2%, 100% {
        opacity: 0.5;
    }
}

@keyframes controlAnimation-8 {
    0% {
        opacity: 0.5;
    }

    4.7%, 12.5% {
        opacity: 1;
        color: #fff;
    }

    17.2%, 100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes galleryAnimation-8 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.7%, 12.5% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    17.2%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@-o-keyframes galleryAnimation-8 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.7%, 12.5% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    17.2%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@keyframes galleryAnimation-8 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.7%, 12.5% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    17.2%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8) {
    pointer-events: auto;
    opacity: 1;
}


.items-8.autoplay .control-button {
    -webkit-animation: controlAnimation-8 56s infinite;
    -o-animation: controlAnimation-8 56s infinite;
    animation: controlAnimation-8 56s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-8.autoplay .item {
    -webkit-animation: galleryAnimation-8 56s infinite;
    -o-animation: galleryAnimation-8 56s infinite;
    animation: galleryAnimation-8 56s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-8 .control-button:nth-of-type(1),
.items-8 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-8 .control-button:nth-of-type(2),
.items-8 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-8 .control-button:nth-of-type(3),
.items-8 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

.items-8 .control-button:nth-of-type(4),
.items-8 .item:nth-of-type(4) {
    -webkit-animation-delay: 19s;
    -o-animation-delay: 19s;
    animation-delay: 19s;
}

.items-8 .control-button:nth-of-type(5),
.items-8 .item:nth-of-type(5) {
    -webkit-animation-delay: 26s;
    -o-animation-delay: 26s;
    animation-delay: 26s;
}

.items-8 .control-button:nth-of-type(6),
.items-8 .item:nth-of-type(6) {
    -webkit-animation-delay: 33s;
    -o-animation-delay: 33s;
    animation-delay: 33s;
}

.items-8 .control-button:nth-of-type(7),
.items-8 .item:nth-of-type(7) {
    -webkit-animation-delay: 40s;
    -o-animation-delay: 40s;
    animation-delay: 40s;
}

.items-8 .control-button:nth-of-type(8),
.items-8 .item:nth-of-type(8) {
    -webkit-animation-delay: 47s;
    -o-animation-delay: 47s;
    animation-delay: 47s;
}





@-webkit-keyframes arrowAnimation-9 {
  0% {
    z-index:0
  }

  4.5%, 11% {
    z-index:100
  }

  15.5%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-9 {
  0% {
    z-index:0
  }

  4.5%, 11% {
    z-index:100
  }

  15.5%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-9 {
  0% {
    z-index:0
  }

  4.5%, 11% {
    z-index:100
  }

  15.5%, 100% {
    z-index:0
  }
}



.items-9.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-9 63s infinite;
  -o-animation: arrowAnimation-9 63s infinite;
  animation: arrowAnimation-9 63s infinite;
}


.items-9 .secondary-controls[data-gallery-arrows="1"],
.items-9 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-9 .secondary-controls[data-gallery-arrows="2"] ,
.items-9 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-9 .secondary-controls[data-gallery-arrows="3"] ,
.items-9 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


.items-9 .secondary-controls[data-gallery-arrows="4"] ,
.items-9 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}


.items-9 .secondary-controls[data-gallery-arrows="5"] ,
.items-9 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}



.items-9 .secondary-controls[data-gallery-arrows="6"] ,
.items-9 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}



.items-9 .secondary-controls[data-gallery-arrows="7"] ,
.items-9 .item:nth-of-type(7) {
  -webkit-animation-delay: 40s;
  -o-animation-delay: 40s;
  animation-delay: 40s;
}


.items-9 .secondary-controls[data-gallery-arrows="8"] ,
.items-9 .item:nth-of-type(8) {
  -webkit-animation-delay: 47s;
  -o-animation-delay: 47s;
  animation-delay: 47s;
}

.items-9 .secondary-controls[data-gallery-arrows="9"] ,
.items-9 .item:nth-of-type(9) {
  -webkit-animation-delay: 54s;
  -o-animation-delay: 54s;
  animation-delay: 54s;
}


@-webkit-keyframes controlAnimation-9 {
    0% {
        opacity: 0.5;
    }

    4.5%, 11% {
        opacity: 1;
        color: #fff;
    }

    15.5%, 100% {
        opacity: 0.5;
    }
}



@-o-keyframes controlAnimation-9 {
    0% {
        opacity: 0.5;
    }

    4.5%, 11% {
        opacity: 1;
        color: #fff;
    }

    15.5%, 100% {
        opacity: 0.5;
    }
}

@keyframes controlAnimation-9 {
    0% {
        opacity: 0.5;
    }

    4.5%, 11% {
        opacity: 1;
        color: #fff;
    }

    15.5%, 100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes galleryAnimation-9 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.5%, 11% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    15.5%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@-o-keyframes galleryAnimation-9 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.5%, 11% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    15.5%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@keyframes galleryAnimation-9 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.5%, 11% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

    15.5%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9) {
    pointer-events: auto;
    opacity: 1;
}


.items-9.autoplay .control-button {
    -webkit-animation: controlAnimation-9 63s infinite;
    -o-animation: controlAnimation-9 63s infinite;
    animation: controlAnimation-9 63s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-9.autoplay .item {
    -webkit-animation: galleryAnimation-9 63s infinite;
    -o-animation: galleryAnimation-9 63s infinite;
    animation: galleryAnimation-9 63s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-9 .control-button:nth-of-type(1),
.items-9 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-9 .control-button:nth-of-type(2),
.items-9 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-9 .control-button:nth-of-type(3),
.items-9 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

.items-9 .control-button:nth-of-type(4),
.items-9 .item:nth-of-type(4) {
    -webkit-animation-delay: 19s;
    -o-animation-delay: 19s;
    animation-delay: 19s;
}

.items-9 .control-button:nth-of-type(5),
.items-9 .item:nth-of-type(5) {
    -webkit-animation-delay: 26s;
    -o-animation-delay: 26s;
    animation-delay: 26s;
}

.items-9 .control-button:nth-of-type(6),
.items-9 .item:nth-of-type(6) {
    -webkit-animation-delay: 33s;
    -o-animation-delay: 33s;
    animation-delay: 33s;
}

.items-9 .control-button:nth-of-type(7),
.items-9 .item:nth-of-type(7) {
    -webkit-animation-delay: 40s;
    -o-animation-delay: 40s;
    animation-delay: 40s;
}

.items-9 .control-button:nth-of-type(8),
.items-9 .item:nth-of-type(8) {
    -webkit-animation-delay: 47s;
    -o-animation-delay: 47s;
    animation-delay: 47s;
}

.items-9 .control-button:nth-of-type(9),
.items-9 .item:nth-of-type(9) {
    -webkit-animation-delay: 54s;
    -o-animation-delay: 54s;
    animation-delay: 54s;
}





@-webkit-keyframes arrowAnimation-10 {
  0% {
    z-index:0
  }

  4.3%, 10% {
    z-index:100
  }

  14.3%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-10 {
  0% {
    z-index:0
  }

  4.3%, 10% {
    z-index:100
  }

  14.3%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-10 {
  0% {
    z-index:0
  }

  4.3%, 10% {
    z-index:100
  }

  14.3%, 100% {
    z-index:0
  }
}



.items-10.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-10 70s infinite;
  -o-animation: arrowAnimation-10 70s infinite;
  animation: arrowAnimation-10 70s infinite;
}


.items-10 .secondary-controls[data-gallery-arrows="1"],
.items-10 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-10 .secondary-controls[data-gallery-arrows="2"] ,
.items-10 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-10 .secondary-controls[data-gallery-arrows="3"] ,
.items-10 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


.items-10 .secondary-controls[data-gallery-arrows="4"] ,
.items-10 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}


.items-10 .secondary-controls[data-gallery-arrows="5"] ,
.items-10 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}



.items-10 .secondary-controls[data-gallery-arrows="6"] ,
.items-10 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}



.items-10 .secondary-controls[data-gallery-arrows="7"] ,
.items-10 .item:nth-of-type(7) {
  -webkit-animation-delay: 40s;
  -o-animation-delay: 40s;
  animation-delay: 40s;
}


.items-10 .secondary-controls[data-gallery-arrows="8"] ,
.items-10 .item:nth-of-type(8) {
  -webkit-animation-delay: 47s;
  -o-animation-delay: 47s;
  animation-delay: 47s;
}

.items-10 .secondary-controls[data-gallery-arrows="9"] ,
.items-10 .item:nth-of-type(9) {
  -webkit-animation-delay: 54s;
  -o-animation-delay: 54s;
  animation-delay: 54s;
}


.items-10 .secondary-controls[data-gallery-arrows="10"] ,
.items-10 .item:nth-of-type(10) {
  -webkit-animation-delay: 61s;
  -o-animation-delay: 61s;
  animation-delay: 61s;
}


@-webkit-keyframes controlAnimation-10 {
    0% {
        opacity: 0.5;
    }

    4.3%, 10% {
        opacity: 1;
        color: #fff;
    }

    14.3%, 100% {
        opacity: 0.5;
    }
}



@-o-keyframes controlAnimation-10 {
    0% {
        opacity: 0.5;
    }

    4.3%, 10% {
        opacity: 1;
        color: #fff;
    }

    14.3%, 100% {
        opacity: 0.5;
    }
}

@keyframes controlAnimation-10 {
    0% {
        opacity: 0.5;
    }

    4.3%, 10% {
        opacity: 1;
        color: #fff;
    }

    14.3%, 100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes galleryAnimation-10 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.3%, 10% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

   14.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@-o-keyframes galleryAnimation-10 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.3%, 10% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

   14.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@keyframes galleryAnimation-10 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.3%, 10% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

   14.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10) {
    pointer-events: auto;
    opacity: 1;
}


.items-10.autoplay .control-button {
    -webkit-animation: controlAnimation-10 70s infinite;
    -o-animation: controlAnimation-10 70s infinite;
    animation: controlAnimation-10 70s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-10.autoplay .item {
    -webkit-animation: galleryAnimation-10 70s infinite;
    -o-animation: galleryAnimation-10 70s infinite;
    animation: galleryAnimation-10 70s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-10 .control-button:nth-of-type(1),
.items-10 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-10 .control-button:nth-of-type(2),
.items-10 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-10 .control-button:nth-of-type(3),
.items-10 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

.items-10 .control-button:nth-of-type(4),
.items-10 .item:nth-of-type(4) {
    -webkit-animation-delay: 19s;
    -o-animation-delay: 19s;
    animation-delay: 19s;
}

.items-10 .control-button:nth-of-type(5),
.items-10 .item:nth-of-type(5) {
    -webkit-animation-delay: 26s;
    -o-animation-delay: 26s;
    animation-delay: 26s;
}

.items-10 .control-button:nth-of-type(6),
.items-10 .item:nth-of-type(6) {
    -webkit-animation-delay: 33s;
    -o-animation-delay: 33s;
    animation-delay: 33s;
}

.items-10 .control-button:nth-of-type(7),
.items-10 .item:nth-of-type(7) {
    -webkit-animation-delay: 40s;
    -o-animation-delay: 40s;
    animation-delay: 40s;
}

.items-10 .control-button:nth-of-type(8),
.items-10 .item:nth-of-type(8) {
    -webkit-animation-delay: 47s;
    -o-animation-delay: 47s;
    animation-delay: 47s;
}

.items-10 .control-button:nth-of-type(9),
.items-10 .item:nth-of-type(9) {
    -webkit-animation-delay: 54s;
    -o-animation-delay: 54s;
    animation-delay: 54s;
}


.items-10 .control-button:nth-of-type(10),
.items-10 .item:nth-of-type(10) {
    -webkit-animation-delay: 63s;
    -o-animation-delay: 63s;
    animation-delay: 63s;
}






/*-----------------------------------------------------------------------------------*/




@-webkit-keyframes arrowAnimation-13 {
  0% {
    z-index:0
  }

  4.3%, 10% {
    z-index:100
  }

  14.3%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-13 {
  0% {
    z-index:0
  }

  4.3%, 10% {
    z-index:100
  }

  14.3%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-13 {
  0% {
    z-index:0
  }

  4.3%, 10% {
    z-index:100
  }

  14.3%, 100% {
    z-index:0
  }
}



.items-13.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-13 91s infinite;
  -o-animation: arrowAnimation-13 91s infinite;
  animation: arrowAnimation-13 91s infinite;
}


.items-13 .secondary-controls[data-gallery-arrows="1"],
.items-13 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-13 .secondary-controls[data-gallery-arrows="2"] ,
.items-13 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-13 .secondary-controls[data-gallery-arrows="3"] ,
.items-13 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


.items-13 .secondary-controls[data-gallery-arrows="4"] ,
.items-13 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}


.items-13 .secondary-controls[data-gallery-arrows="5"] ,
.items-13 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}



.items-13 .secondary-controls[data-gallery-arrows="6"] ,
.items-13 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}



.items-13 .secondary-controls[data-gallery-arrows="7"] ,
.items-13 .item:nth-of-type(7) {
  -webkit-animation-delay: 40s;
  -o-animation-delay: 40s;
  animation-delay: 40s;
}


.items-13 .secondary-controls[data-gallery-arrows="8"] ,
.items-13 .item:nth-of-type(8) {
  -webkit-animation-delay: 47s;
  -o-animation-delay: 47s;
  animation-delay: 47s;
}

.items-13 .secondary-controls[data-gallery-arrows="9"] ,
.items-13 .item:nth-of-type(9) {
  -webkit-animation-delay: 54s;
  -o-animation-delay: 54s;
  animation-delay: 54s;
}


.items-13 .secondary-controls[data-gallery-arrows="10"] ,
.items-13 .item:nth-of-type(10) {
  -webkit-animation-delay: 61s;
  -o-animation-delay: 61s;
  animation-delay: 61s;
}


.items-13 .secondary-controls[data-gallery-arrows="11"] ,
.items-13 .item:nth-of-type(11) {
  -webkit-animation-delay: 68s;
  -o-animation-delay: 68s;
  animation-delay: 68s;
}


.items-13 .secondary-controls[data-gallery-arrows="12"] ,
.items-13 .item:nth-of-type(12) {
  -webkit-animation-delay: 75s;
  -o-animation-delay: 75s;
  animation-delay: 75s;
}


.items-13 .secondary-controls[data-gallery-arrows="13"] ,
.items-13 .item:nth-of-type(13) {
  -webkit-animation-delay: 82s;
  -o-animation-delay: 82s;
  animation-delay: 82s;
}


@-webkit-keyframes controlAnimation-13 {
    0% {
        opacity: 0.5;
    }

    4.3%, 10% {
        opacity: 1;
        color: #fff;
    }

    14.3%, 100% {
        opacity: 0.5;
    }
}



@-o-keyframes controlAnimation-13 {
    0% {
        opacity: 0.5;
    }

    4.3%, 10% {
        opacity: 1;
        color: #fff;
    }

    14.3%, 100% {
        opacity: 0.5;
    }
}

@keyframes controlAnimation-13 {
    0% {
        opacity: 0.5;
    }

    4.3%, 10% {
        opacity: 1;
        color: #fff;
    }

    14.3%, 100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes galleryAnimation-13 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.3%, 10% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

   14.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@-o-keyframes galleryAnimation-13 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.3%, 10% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

   14.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

@keyframes galleryAnimation-13 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
    }

    4.3%, 10% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
    }

   14.3%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10) {
    pointer-events: auto;
    opacity: 1;
}


.gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12) {
    pointer-events: auto;
    opacity: 1;
}


.gallery .control-operator:nth-of-type(13):target ~ .item:nth-of-type(13) {
    pointer-events: auto;
    opacity: 1;
}

.items-13.autoplay .control-button {
    -webkit-animation: controlAnimation-13 91s infinite;
    -o-animation: controlAnimation-13 91s infinite;
    animation: controlAnimation-13 91s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-13.autoplay .item {
    -webkit-animation: galleryAnimation-13 91s infinite;
    -o-animation: galleryAnimation-13 91s infinite;
    animation: galleryAnimation-13 91s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-13 .control-button:nth-of-type(1),
.items-13 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-13 .control-button:nth-of-type(2),
.items-13 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-13 .control-button:nth-of-type(3),
.items-13 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

.items-13 .control-button:nth-of-type(4),
.items-13 .item:nth-of-type(4) {
    -webkit-animation-delay: 19s;
    -o-animation-delay: 19s;
    animation-delay: 19s;
}

.items-13 .control-button:nth-of-type(5),
.items-13 .item:nth-of-type(5) {
    -webkit-animation-delay: 26s;
    -o-animation-delay: 26s;
    animation-delay: 26s;
}

.items-13 .control-button:nth-of-type(6),
.items-13 .item:nth-of-type(6) {
    -webkit-animation-delay: 33s;
    -o-animation-delay: 33s;
    animation-delay: 33s;
}

.items-13 .control-button:nth-of-type(7),
.items-13 .item:nth-of-type(7) {
    -webkit-animation-delay: 40s;
    -o-animation-delay: 40s;
    animation-delay: 40s;
}

.items-13 .control-button:nth-of-type(8),
.items-13 .item:nth-of-type(8) {
    -webkit-animation-delay: 47s;
    -o-animation-delay: 47s;
    animation-delay: 47s;
}

.items-13 .control-button:nth-of-type(9),
.items-13 .item:nth-of-type(9) {
    -webkit-animation-delay: 54s;
    -o-animation-delay: 54s;
    animation-delay: 54s;
}


.items-13 .control-button:nth-of-type(10),
.items-13 .item:nth-of-type(10) {
    -webkit-animation-delay: 63s;
    -o-animation-delay: 63s;
    animation-delay: 63s;
}


.items-13 .control-button:nth-of-type(11),
.items-13 .item:nth-of-type(11) {
    -webkit-animation-delay: 70s;
    -o-animation-delay: 70s;
    animation-delay: 70s;
}



.items-13 .control-button:nth-of-type(12),
.items-13 .item:nth-of-type(12) {
    -webkit-animation-delay: 77s;
    -o-animation-delay: 77s;
    animation-delay: 77s;
}


.items-13 .control-button:nth-of-type(13),
.items-13 .item:nth-of-type(13) {
    -webkit-animation-delay: 84s;
    -o-animation-delay: 84s;
    animation-delay: 84s;
}














/*-----------------------------------------------------------------------------------*/



@-webkit-keyframes arrowAnimation-18 {
  0% {
    z-index:0
  }

  5.7%, 20% {
    z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-18 {
  0% {
    z-index:0
  }

  5.7%, 20% {
    z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-18 {
  0% {
    z-index:0
  }

  5.7%, 20% {
    z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}




/*-----------------------------------------------------------------------------------*/




/*-----------------------------------------------------------------------------------*/




.items-18.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-18 124s infinite;
  -o-animation: arrowAnimation-18 124s infinite;
  animation: arrowAnimation-18 124s infinite;
}


.items-18 .secondary-controls[data-gallery-arrows="1"],
.items-18 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-18 .secondary-controls[data-gallery-arrows="2"] ,
.items-18 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-18 .secondary-controls[data-gallery-arrows="3"] ,
.items-18 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


.items-18 .secondary-controls[data-gallery-arrows="4"] ,
.items-18 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}


.items-18 .secondary-controls[data-gallery-arrows="5"] ,
.items-18 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}



.items-18 .secondary-controls[data-gallery-arrows="6"] ,
.items-18 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}



.items-18 .secondary-controls[data-gallery-arrows="7"] ,
.items-18 .item:nth-of-type(7) {
  -webkit-animation-delay: 40s;
  -o-animation-delay: 40s;
  animation-delay: 40s;
}


.items-18 .secondary-controls[data-gallery-arrows="8"] ,
.items-18 .item:nth-of-type(8) {
  -webkit-animation-delay: 47s;
  -o-animation-delay: 47s;
  animation-delay: 47s;
}


.items-18 .secondary-controls[data-gallery-arrows="9"] ,
.items-18 .item:nth-of-type(9) {
  -webkit-animation-delay: 54s;
  -o-animation-delay: 54s;
  animation-delay: 54s;
}



.items-18 .secondary-controls[data-gallery-arrows="10"] ,
.items-18 .item:nth-of-type(10) {
  -webkit-animation-delay: 61s;
  -o-animation-delay: 61s;
  animation-delay: 61s;
}



.items-18 .secondary-controls[data-gallery-arrows="11"] ,
.items-18 .item:nth-of-type(11) {
  -webkit-animation-delay: 68s;
  -o-animation-delay: 68s;
  animation-delay: 68s;
}



.items-18 .secondary-controls[data-gallery-arrows="12"] ,
.items-18 .item:nth-of-type(11) {
  -webkit-animation-delay: 75s;
  -o-animation-delay: 75s;
  animation-delay: 75s;
}




.items-18 .secondary-controls[data-gallery-arrows="13"] ,
.items-18 .item:nth-of-type(13) {
  -webkit-animation-delay: 82s;
  -o-animation-delay: 82s;
  animation-delay: 82s;
}


.items-18 .secondary-controls[data-gallery-arrows="14"] ,
.items-18 .item:nth-of-type(14) {
  -webkit-animation-delay: 89s;
  -o-animation-delay: 89s;
  animation-delay: 89s;
}



.items-18 .secondary-controls[data-gallery-arrows="15"] ,
.items-18 .item:nth-of-type(15) {
  -webkit-animation-delay: 96s;
  -o-animation-delay: 96s;
  animation-delay: 96s;
}


.items-18 .secondary-controls[data-gallery-arrows="16"] ,
.items-18 .item:nth-of-type(16) {
  -webkit-animation-delay: 103s;
  -o-animation-delay: 103s;
  animation-delay: 103s;
}


.items-18 .secondary-controls[data-gallery-arrows="17"] ,
.items-18 .item:nth-of-type(17) {
  -webkit-animation-delay: 110s;
  -o-animation-delay: 110s;
  animation-delay: 110s;
}



.items-18 .secondary-controls[data-gallery-arrows="18"] ,
.items-18 .item:nth-of-type(18) {
  -webkit-animation-delay: 117s;
  -o-animation-delay: 117s;
  animation-delay: 117s;
}







/*----------------------------------------------------------------------------*/






@-webkit-keyframes controlAnimation-18 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-o-keyframes controlAnimation-18 {
  0% {
    color: #000;
    color: rgba(255, 203, 8, 0.4);
  }

  5.7%, 20% {
    color: #000;
    color: rgba(255, 203, 8, 0.8);
  }

  25.7%, 100% {
    color: #000;
    color: rgba(255, 203, 8, 0.4);
  }
}

@keyframes controlAnimation-18 {
    0% {
    color: #000;
    color: rgba(255, 203, 8, 0.8);
  }

  5.7%, 20% {
    color: #000;
    color: rgba(255, 203, 8, 0.2);
  }

  25.7%, 100% {
    color: #000;
    color: rgba(255, 203, 8, 0.8);
  }
}

@-webkit-keyframes galleryAnimation-18 {
  0% {
    opacity: 0;
  }

  0.5%, 3% {
    opacity: 1;
  }

  3.5%, 100% {
    opacity: 0;
  }
}

@-o-keyframes galleryAnimation-18 {
  0% {
    opacity: 0;
  }

  0.5%, 3% {
    opacity: 1;
  }

  3.5%, 100% {
    opacity: 0;
  }
}

@keyframes galleryAnimation-18 {
  0% {
    opacity: 0;
  }

  0.5%, 3% {
    opacity: 1;
  }

  3.5%, 100% {
    opacity: 0;
  }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8) {
  pointer-events: auto;
  opacity: 1;
}



.gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(13):target ~ .item:nth-of-type(13) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(14):target ~ .item:nth-of-type(14) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(15):target ~ .item:nth-of-type(15) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(16):target ~ .item:nth-of-type(16) {
  pointer-events: auto;
  opacity: 1;
}




.gallery .control-operator:nth-of-type(17):target ~ .item:nth-of-type(17) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(18):target ~ .item:nth-of-type(18) {
  pointer-events: auto;
  opacity: 1;
}



.items-18.autoplay .control-button {
    -webkit-animation: controlAnimation-18 134s infinite;
    -o-animation: controlAnimation-18 134s infinite;
    animation: controlAnimation-18 134s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-18.autoplay .item {
    -webkit-animation: galleryAnimation-18 134s infinite;
    -o-animation: galleryAnimation-18 70s infinite;
    animation: galleryAnimation-18 70s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}



.items-18 .control-button:nth-of-type(1),
.items-18 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-18 .control-button:nth-of-type(2),
.items-18 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-18 .control-button:nth-of-type(3),
.items-18 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

.items-18 .control-button:nth-of-type(4),
.items-18 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}

.items-18 .control-button:nth-of-type(5),
.items-18 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}

.items-18 .control-button:nth-of-type(6),
.items-18 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}

.items-18 .control-button:nth-of-type(7),
.items-18 .item:nth-of-type(7) {
  -webkit-animation-delay: 40s;
  -o-animation-delay: 40s;
  animation-delay: 40s;
}

.items-18 .control-button:nth-of-type(8),
.items-18 .item:nth-of-type(8) {
  -webkit-animation-delay: 47s;
  -o-animation-delay: 47s;
  animation-delay: 47s;
}


.items-18 .control-button:nth-of-type(9),
.items-18 .item:nth-of-type(9) {
  -webkit-animation-delay: 54s;
  -o-animation-delay: 54s;
  animation-delay: 54s;
}


.items-18 .control-button:nth-of-type(10),
.items-18 .item:nth-of-type(10) {
  -webkit-animation-delay: 61s;
  -o-animation-delay: 61s;
  animation-delay: 61s;
}


.items-18 .control-button:nth-of-type(11),
.items-18 .item:nth-of-type(11) {
  -webkit-animation-delay: 68s;
  -o-animation-delay: 68s;
  animation-delay: 68s;
}



.items-18 .control-button:nth-of-type(12),
.items-18 .item:nth-of-type(12) {
  -webkit-animation-delay: 75s;
  -o-animation-delay: 75s;
  animation-delay: 75s;
}


.items-18 .control-button:nth-of-type(13),
.items-18 .item:nth-of-type(13) {
  -webkit-animation-delay: 82s;
  -o-animation-delay: 82s;
  animation-delay: 82s;
}


.items-18 .control-button:nth-of-type(14),
.items-18 .item:nth-of-type(14) {
  -webkit-animation-delay: 89s;
  -o-animation-delay: 89s;
  animation-delay: 89s;
}


.items-18 .control-button:nth-of-type(15),
.items-18 .item:nth-of-type(15) {
  -webkit-animation-delay: 96s;
  -o-animation-delay: 96s;
  animation-delay: 96s;
}



.items-18 .control-button:nth-of-type(16),
.items-18 .item:nth-of-type(16) {
  -webkit-animation-delay: 103s;
  -o-animation-delay: 103s;
  animation-delay: 103s;
}


.items-18 .control-button:nth-of-type(17),
.items-18 .item:nth-of-type(17) {
  -webkit-animation-delay: 110s;
  -o-animation-delay: 110s;
  animation-delay: 110s;
}



.items-18 .control-button:nth-of-type(18),
.items-18 .item:nth-of-type(18) {
  -webkit-animation-delay: 117s;
  -o-animation-delay: 117s;
  animation-delay: 117s;
}






/*---------------------------------------------------------------------------------------------------------------------------------------------*/







/*-----------------------------------------------------------------------------------*/



@-webkit-keyframes arrowAnimation-19 {
  0% {
    z-index:0
  }

  5.7%, 20% {
    z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-19 {
  0% {
    z-index:0
  }

  5.7%, 20% {
    z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-19 {
  0% {
    z-index:0
  }

  5.7%, 20% {
    z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}




/*-----------------------------------------------------------------------------------*/




/*-----------------------------------------------------------------------------------*/




.items-19.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-19 131s infinite;
  -o-animation: arrowAnimation-19 131s infinite;
  animation: arrowAnimation-19 131s infinite;
}


.items-19 .secondary-controls[data-gallery-arrows="1"],
.items-19 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-19 .secondary-controls[data-gallery-arrows="2"] ,
.items-19 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-19 .secondary-controls[data-gallery-arrows="3"] ,
.items-19 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


.items-19 .secondary-controls[data-gallery-arrows="4"] ,
.items-19 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}


.items-19 .secondary-controls[data-gallery-arrows="5"] ,
.items-19 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}



.items-19 .secondary-controls[data-gallery-arrows="6"] ,
.items-19 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}



.items-19 .secondary-controls[data-gallery-arrows="7"] ,
.items-19 .item:nth-of-type(7) {
  -webkit-animation-delay: 40s;
  -o-animation-delay: 40s;
  animation-delay: 40s;
}


.items-19 .secondary-controls[data-gallery-arrows="8"] ,
.items-19 .item:nth-of-type(8) {
  -webkit-animation-delay: 47s;
  -o-animation-delay: 47s;
  animation-delay: 47s;
}


.items-19 .secondary-controls[data-gallery-arrows="9"] ,
.items-19 .item:nth-of-type(9) {
  -webkit-animation-delay: 54s;
  -o-animation-delay: 54s;
  animation-delay: 54s;
}



.items-19 .secondary-controls[data-gallery-arrows="10"] ,
.items-19 .item:nth-of-type(10) {
  -webkit-animation-delay: 61s;
  -o-animation-delay: 61s;
  animation-delay: 61s;
}



.items-19 .secondary-controls[data-gallery-arrows="11"] ,
.items-19 .item:nth-of-type(11) {
  -webkit-animation-delay: 68s;
  -o-animation-delay: 68s;
  animation-delay: 68s;
}



.items-19 .secondary-controls[data-gallery-arrows="12"] ,
.items-19 .item:nth-of-type(11) {
  -webkit-animation-delay: 75s;
  -o-animation-delay: 75s;
  animation-delay: 75s;
}




.items-19 .secondary-controls[data-gallery-arrows="13"] ,
.items-19 .item:nth-of-type(13) {
  -webkit-animation-delay: 82s;
  -o-animation-delay: 82s;
  animation-delay: 82s;
}


.items-19 .secondary-controls[data-gallery-arrows="14"] ,
.items-19 .item:nth-of-type(14) {
  -webkit-animation-delay: 89s;
  -o-animation-delay: 89s;
  animation-delay: 89s;
}



.items-19 .secondary-controls[data-gallery-arrows="15"] ,
.items-19 .item:nth-of-type(15) {
  -webkit-animation-delay: 96s;
  -o-animation-delay: 96s;
  animation-delay: 96s;
}


.items-19 .secondary-controls[data-gallery-arrows="16"] ,
.items-19 .item:nth-of-type(16) {
  -webkit-animation-delay: 103s;
  -o-animation-delay: 103s;
  animation-delay: 103s;
}


.items-19 .secondary-controls[data-gallery-arrows="17"] ,
.items-19 .item:nth-of-type(17) {
  -webkit-animation-delay: 110s;
  -o-animation-delay: 110s;
  animation-delay: 110s;
}



.items-19 .secondary-controls[data-gallery-arrows="18"] ,
.items-19 .item:nth-of-type(18) {
  -webkit-animation-delay: 117s;
  -o-animation-delay: 117s;
  animation-delay: 117s;
}



.items-19 .secondary-controls[data-gallery-arrows="19"] ,
.items-19 .item:nth-of-type(18) {
  -webkit-animation-delay: 124s;
  -o-animation-delay: 124s;
  animation-delay: 124s;
}



/*----------------------------------------------------------------------------*/






@-webkit-keyframes controlAnimation-19 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-o-keyframes controlAnimation-19 {
  0% {
    color: #000;
    color: rgba(255, 203, 8, 0.4);
  }

  5.7%, 20% {
    color: #000;
    color: rgba(255, 203, 8, 0.8);
  }

  25.7%, 100% {
    color: #000;
    color: rgba(255, 203, 8, 0.4);
  }
}

@keyframes controlAnimation-19 {
    0% {
    color: #000;
    color: rgba(255, 203, 8, 0.8);
  }

  5.7%, 20% {
    color: #000;
    color: rgba(255, 203, 8, 0.2);
  }

  25.7%, 100% {
    color: #000;
    color: rgba(255, 203, 8, 0.8);
  }
}

@-webkit-keyframes galleryAnimation-19 {
  0% {
    opacity: 0;
  }

  0.5%, 3% {
    opacity: 1;
  }

  3.5%, 100% {
    opacity: 0;
  }
}

@-o-keyframes galleryAnimation-19 {
  0% {
    opacity: 0;
  }

  0.5%, 3% {
    opacity: 1;
  }

  3.5%, 100% {
    opacity: 0;
  }
}

@keyframes galleryAnimation-19 {
  0% {
    opacity: 0;
  }

  0.5%, 3% {
    opacity: 1;
  }

  3.5%, 100% {
    opacity: 0;
  }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8) {
  pointer-events: auto;
  opacity: 1;
}



.gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(13):target ~ .item:nth-of-type(13) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(14):target ~ .item:nth-of-type(14) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(15):target ~ .item:nth-of-type(15) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(16):target ~ .item:nth-of-type(16) {
  pointer-events: auto;
  opacity: 1;
}




.gallery .control-operator:nth-of-type(17):target ~ .item:nth-of-type(17) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(18):target ~ .item:nth-of-type(18) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(19):target ~ .item:nth-of-type(19) {
  pointer-events: auto;
  opacity: 1;
}



.items-19.autoplay .control-button {
    -webkit-animation: controlAnimation-19 141s infinite;
    -o-animation: controlAnimation-19 141s infinite;
    animation: controlAnimation-19 141s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-19.autoplay .item {
    -webkit-animation: galleryAnimation-19 141s infinite;
    -o-animation: galleryAnimation-19 141s infinite;
    animation: galleryAnimation-19 141s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}



.items-19 .control-button:nth-of-type(1),
.items-19 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-19 .control-button:nth-of-type(2),
.items-19 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-19 .control-button:nth-of-type(3),
.items-19 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

.items-19 .control-button:nth-of-type(4),
.items-19 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}

.items-19 .control-button:nth-of-type(5),
.items-19 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}

.items-19 .control-button:nth-of-type(6),
.items-19 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}

.items-19 .control-button:nth-of-type(7),
.items-19 .item:nth-of-type(7) {
  -webkit-animation-delay: 40s;
  -o-animation-delay: 40s;
  animation-delay: 40s;
}

.items-19 .control-button:nth-of-type(8),
.items-19 .item:nth-of-type(8) {
  -webkit-animation-delay: 47s;
  -o-animation-delay: 47s;
  animation-delay: 47s;
}


.items-19 .control-button:nth-of-type(9),
.items-19 .item:nth-of-type(9) {
  -webkit-animation-delay: 54s;
  -o-animation-delay: 54s;
  animation-delay: 54s;
}


.items-19 .control-button:nth-of-type(10),
.items-19 .item:nth-of-type(10) {
  -webkit-animation-delay: 61s;
  -o-animation-delay: 61s;
  animation-delay: 61s;
}


.items-19 .control-button:nth-of-type(11),
.items-19 .item:nth-of-type(11) {
  -webkit-animation-delay: 68s;
  -o-animation-delay: 68s;
  animation-delay: 68s;
}



.items-19 .control-button:nth-of-type(12),
.items-19 .item:nth-of-type(12) {
  -webkit-animation-delay: 75s;
  -o-animation-delay: 75s;
  animation-delay: 75s;
}


.items-19 .control-button:nth-of-type(13),
.items-19 .item:nth-of-type(13) {
  -webkit-animation-delay: 82s;
  -o-animation-delay: 82s;
  animation-delay: 82s;
}


.items-19 .control-button:nth-of-type(14),
.items-19 .item:nth-of-type(14) {
  -webkit-animation-delay: 89s;
  -o-animation-delay: 89s;
  animation-delay: 89s;
}


.items-19 .control-button:nth-of-type(15),
.items-19 .item:nth-of-type(15) {
  -webkit-animation-delay: 96s;
  -o-animation-delay: 96s;
  animation-delay: 96s;
}



.items-19 .control-button:nth-of-type(16),
.items-19 .item:nth-of-type(16) {
  -webkit-animation-delay: 103s;
  -o-animation-delay: 103s;
  animation-delay: 103s;
}


.items-19 .control-button:nth-of-type(17),
.items-19 .item:nth-of-type(17) {
  -webkit-animation-delay: 110s;
  -o-animation-delay: 110s;
  animation-delay: 110s;
}



.items-19 .control-button:nth-of-type(18),
.items-19 .item:nth-of-type(18) {
  -webkit-animation-delay: 117s;
  -o-animation-delay: 117s;
  animation-delay: 117s;
}



.items-19 .control-button:nth-of-type(19),
.items-19 .item:nth-of-type(19) {
  -webkit-animation-delay: 124s;
  -o-animation-delay: 124s;
  animation-delay: 124s;
}












.gallery .controls .control-button {
    opacity: 0.5;
    color: #fff;
}

.gallery .control-button:hover {
    opacity: 1;
}



.gallery .control-button:first-of-type, .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5), .gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6), .gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7), .gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8) {
    color: #fff;
}

/*
	Theme controls how everything looks in Gallery CSS.
*/

.gallery {
    position: relative;
}

    .gallery .item {
        overflow: hidden;
        text-align: center;
    }

    .gallery .controls {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        z-index: 100;
    }

    .gallery .control-button {
        display: inline-block;
        margin: 0 .02em;
        font-size: 3em;
        text-align: center;
        text-decoration: none;
        -webkit-transition: color .1s;
        -o-transition: color .1s;
        transition: color .1s;
    }







/*----------------------------------------------------------------------------------------------------------------------------*/







/*-----------------------------------------------------------------------------------*/



@-webkit-keyframes arrowAnimation-20 {
  0% {
    z-index:0
  }

  5.7%, 20% {
    z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}

@-o-keyframes arrowAnimation-20 {
  0% {
    z-index:0
  }

  5.7%, 20% {
    z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}

@keyframes arrowAnimation-20 {
  0% {
    z-index:0
  }

  5.7%, 20% {
    z-index:100
  }

  25.7%, 100% {
    z-index:0
  }
}




/*-----------------------------------------------------------------------------------*/




/*-----------------------------------------------------------------------------------*/




.items-20.autoplay .secondary-controls {
  -webkit-animation: arrowAnimation-20 138s infinite;
  -o-animation: arrowAnimation-20 138s infinite;
  animation: arrowAnimation-20 138s infinite;
}


.items-20 .secondary-controls[data-gallery-arrows="1"],
.items-20 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-20 .secondary-controls[data-gallery-arrows="2"] ,
.items-20 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-20 .secondary-controls[data-gallery-arrows="3"] ,
.items-20 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}


.items-20 .secondary-controls[data-gallery-arrows="4"] ,
.items-20 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}


.items-20 .secondary-controls[data-gallery-arrows="5"] ,
.items-20 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}



.items-20 .secondary-controls[data-gallery-arrows="6"] ,
.items-20 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}



.items-20 .secondary-controls[data-gallery-arrows="7"] ,
.items-20 .item:nth-of-type(7) {
  -webkit-animation-delay: 40s;
  -o-animation-delay: 40s;
  animation-delay: 40s;
}


.items-20 .secondary-controls[data-gallery-arrows="8"] ,
.items-20 .item:nth-of-type(8) {
  -webkit-animation-delay: 47s;
  -o-animation-delay: 47s;
  animation-delay: 47s;
}


.items-20 .secondary-controls[data-gallery-arrows="9"] ,
.items-20 .item:nth-of-type(9) {
  -webkit-animation-delay: 54s;
  -o-animation-delay: 54s;
  animation-delay: 54s;
}



.items-20 .secondary-controls[data-gallery-arrows="10"] ,
.items-20 .item:nth-of-type(10) {
  -webkit-animation-delay: 61s;
  -o-animation-delay: 61s;
  animation-delay: 61s;
}



.items-20 .secondary-controls[data-gallery-arrows="11"] ,
.items-20 .item:nth-of-type(11) {
  -webkit-animation-delay: 68s;
  -o-animation-delay: 68s;
  animation-delay: 68s;
}



.items-20 .secondary-controls[data-gallery-arrows="12"] ,
.items-20 .item:nth-of-type(11) {
  -webkit-animation-delay: 75s;
  -o-animation-delay: 75s;
  animation-delay: 75s;
}




.items-20 .secondary-controls[data-gallery-arrows="13"] ,
.items-20 .item:nth-of-type(13) {
  -webkit-animation-delay: 82s;
  -o-animation-delay: 82s;
  animation-delay: 82s;
}


.items-20 .secondary-controls[data-gallery-arrows="14"] ,
.items-20 .item:nth-of-type(14) {
  -webkit-animation-delay: 89s;
  -o-animation-delay: 89s;
  animation-delay: 89s;
}



.items-20 .secondary-controls[data-gallery-arrows="15"] ,
.items-20 .item:nth-of-type(15) {
  -webkit-animation-delay: 96s;
  -o-animation-delay: 96s;
  animation-delay: 96s;
}


.items-20 .secondary-controls[data-gallery-arrows="16"] ,
.items-20 .item:nth-of-type(16) {
  -webkit-animation-delay: 103s;
  -o-animation-delay: 103s;
  animation-delay: 103s;
}


.items-20 .secondary-controls[data-gallery-arrows="17"] ,
.items-20 .item:nth-of-type(17) {
  -webkit-animation-delay: 110s;
  -o-animation-delay: 110s;
  animation-delay: 110s;
}



.items-20 .secondary-controls[data-gallery-arrows="18"] ,
.items-20 .item:nth-of-type(18) {
  -webkit-animation-delay: 117s;
  -o-animation-delay: 117s;
  animation-delay: 117s;
}



.items-20 .secondary-controls[data-gallery-arrows="19"] ,
.items-20 .item:nth-of-type(18) {
  -webkit-animation-delay: 124s;
  -o-animation-delay: 124s;
  animation-delay: 124s;
}


.items-20 .secondary-controls[data-gallery-arrows="20"] ,
.items-20 .item:nth-of-type(18) {
  -webkit-animation-delay: 131s;
  -o-animation-delay: 131s;
  animation-delay: 131s;
}

/*----------------------------------------------------------------------------*/






@-webkit-keyframes controlAnimation-20 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-o-keyframes controlAnimation-20 {
  0% {
    color: #000;
    color: rgba(255, 203, 8, 0.4);
  }

  5.7%, 20% {
    color: #000;
    color: rgba(255, 203, 8, 0.8);
  }

  25.7%, 100% {
    color: #000;
    color: rgba(255, 203, 8, 0.4);
  }
}

@keyframes controlAnimation-20 {
    0% {
    color: #000;
    color: rgba(255, 203, 8, 0.8);
  }

  5.7%, 20% {
    color: #000;
    color: rgba(255, 203, 8, 0.2);
  }

  25.7%, 100% {
    color: #000;
    color: rgba(255, 203, 8, 0.8);
  }
}

@-webkit-keyframes galleryAnimation-20 {
  0% {
    opacity: 0;
  }

  0.5%, 3% {
    opacity: 1;
  }

  3.5%, 100% {
    opacity: 0;
  }
}

@-o-keyframes galleryAnimation-20 {
  0% {
    opacity: 0;
  }

  0.5%, 3% {
    opacity: 1;
  }

  3.5%, 100% {
    opacity: 0;
  }
}

@keyframes galleryAnimation-20 {
  0% {
    opacity: 0;
  }

  0.5%, 3% {
    opacity: 1;
  }

  3.5%, 100% {
    opacity: 0;
  }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8) {
  pointer-events: auto;
  opacity: 1;
}



.gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(13):target ~ .item:nth-of-type(13) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(14):target ~ .item:nth-of-type(14) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(15):target ~ .item:nth-of-type(15) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(16):target ~ .item:nth-of-type(16) {
  pointer-events: auto;
  opacity: 1;
}




.gallery .control-operator:nth-of-type(17):target ~ .item:nth-of-type(17) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(18):target ~ .item:nth-of-type(18) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(19):target ~ .item:nth-of-type(19) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(19):target ~ .item:nth-of-type(20) {
  pointer-events: auto;
  opacity: 1;
}

.items-20.autoplay .control-button {
    -webkit-animation: controlAnimation-20 148s infinite;
    -o-animation: controlAnimation-20 148s infinite;
    animation: controlAnimation-20 148s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.items-20.autoplay .item {
    -webkit-animation: galleryAnimation-20 148s infinite;
    -o-animation: galleryAnimation-20 148s infinite;
    animation: galleryAnimation-20 148s infinite;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}



.items-20 .control-button:nth-of-type(1),
.items-20 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-20 .control-button:nth-of-type(2),
.items-20 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-20 .control-button:nth-of-type(3),
.items-20 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

.items-20 .control-button:nth-of-type(4),
.items-20 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}

.items-20 .control-button:nth-of-type(5),
.items-20 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}

.items-20 .control-button:nth-of-type(6),
.items-20 .item:nth-of-type(6) {
  -webkit-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}

.items-20 .control-button:nth-of-type(7),
.items-20 .item:nth-of-type(7) {
  -webkit-animation-delay: 40s;
  -o-animation-delay: 40s;
  animation-delay: 40s;
}

.items-20 .control-button:nth-of-type(8),
.items-20 .item:nth-of-type(8) {
  -webkit-animation-delay: 47s;
  -o-animation-delay: 47s;
  animation-delay: 47s;
}


.items-20 .control-button:nth-of-type(9),
.items-20 .item:nth-of-type(9) {
  -webkit-animation-delay: 54s;
  -o-animation-delay: 54s;
  animation-delay: 54s;
}


.items-20 .control-button:nth-of-type(10),
.items-20 .item:nth-of-type(10) {
  -webkit-animation-delay: 61s;
  -o-animation-delay: 61s;
  animation-delay: 61s;
}


.items-20 .control-button:nth-of-type(11),
.items-20 .item:nth-of-type(11) {
  -webkit-animation-delay: 68s;
  -o-animation-delay: 68s;
  animation-delay: 68s;
}



.items-20 .control-button:nth-of-type(12),
.items-20 .item:nth-of-type(12) {
  -webkit-animation-delay: 75s;
  -o-animation-delay: 75s;
  animation-delay: 75s;
}


.items-20 .control-button:nth-of-type(13),
.items-20 .item:nth-of-type(13) {
  -webkit-animation-delay: 82s;
  -o-animation-delay: 82s;
  animation-delay: 82s;
}


.items-20 .control-button:nth-of-type(14),
.items-20 .item:nth-of-type(14) {
  -webkit-animation-delay: 89s;
  -o-animation-delay: 89s;
  animation-delay: 89s;
}


.items-20 .control-button:nth-of-type(15),
.items-20 .item:nth-of-type(15) {
  -webkit-animation-delay: 96s;
  -o-animation-delay: 96s;
  animation-delay: 96s;
}



.items-20 .control-button:nth-of-type(16),
.items-20 .item:nth-of-type(16) {
  -webkit-animation-delay: 103s;
  -o-animation-delay: 103s;
  animation-delay: 103s;
}


.items-20 .control-button:nth-of-type(17),
.items-20 .item:nth-of-type(17) {
  -webkit-animation-delay: 110s;
  -o-animation-delay: 110s;
  animation-delay: 110s;
}



.items-20 .control-button:nth-of-type(18),
.items-20 .item:nth-of-type(18) {
  -webkit-animation-delay: 117s;
  -o-animation-delay: 117s;
  animation-delay: 117s;
}



.items-20 .control-button:nth-of-type(19),
.items-20 .item:nth-of-type(19) {
  -webkit-animation-delay: 124s;
  -o-animation-delay: 124s;
  animation-delay: 124s;
}

.items-20 .control-button:nth-of-type(20),
.items-20 .item:nth-of-type(20) {
  -webkit-animation-delay: 131s;
  -o-animation-delay: 131s;
  animation-delay: 131s;
}


.sectorGaleria {
  width: 100%;
  height: auto;
  display: inline-block;
}



.sectorGaleria .gallery figure {
  left: 100%;
}


.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1),
.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2),
.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3),
.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4),
.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5),
.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6),
.gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7),
.gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8),
.gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9),
.gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10) {
  left: 0;
}



.gallery .controls {
    position: absolute;
    bottom: 10%;
    width: 20%;
    text-align: center;
    z-index: 100;
    right: 0;
}

.home-horizontal .gallery .control-operator:target ~ .controls .control-button,
.gallery .controls .control-button {
    font-size: 0;
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 0 5px;
    background: none;
    opacity: 1 !important;
    border: 7px solid #fff;
}

.sectorGaleria .gallery .control-button:first-of-type, 
.sectorGaleria .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1),
.sectorGaleria .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2),
.sectorGaleria .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), 
.sectorGaleria .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), 
.sectorGaleria .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5) {
    background: #fff;
    border: 6px solid #2478e8;
}


.gallery .secondary-controls nav {
    display: none !important;
}




.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%
  }

  15%, 50% {
    opacity: 1; 
    pointer-events: auto;
    z-index:10;
    left:0
  }

  65%, 100% {
    opacity: 0;
    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%
  }

  
}




@keyframes galleryAnimation-4 {
  0% {
   opacity: 0;
     pointer-events: auto;
    z-index:10;
	left:99%
  }

  7%, 25% {
    opacity: 1;
     pointer-events: auto;
    z-index:10;
	left:0
  }

  30%, 100% {
    opacity: 0;
     pointer-events: none;
    z-index:0;
	left:-100%
  }
}



@keyframes galleryAnimation-5 {
    0% {
        opacity: 0;
        pointer-events: auto;
        z-index: 10;
        left: 99%
    }

    6%, 20% {
        opacity: 1;
        pointer-events: auto;
        z-index: 10;
        left: 0
    }

    25%, 100% {
        opacity: 0;
        pointer-events: none;
        z-index: 0;
        left: -100%
    }
}






@keyframes controlAnimation-2 {
    0% {
        background: none;
        opacity: 1 !important;
        border: 8px solid #fff;
    }

    14.3%, 50% {
        background: #fff;
        opacity: 1 !important;
        border: 6px solid #2478e8;
    }

    64.3%, 100% {
        background: none;
        opacity: 1 !important;
        border: 8px solid #fff;
    }
}

@keyframes controlAnimation-3 {
    0% {
        background: none;
        opacity: 1 !important;
        border: 8px solid #fff;
    }

    9.5%, 33.3% {
        background: #fff;
        opacity: 1 !important;
        border: 6px solid #2478e8;
    }

    42.9%, 100% {
        background: none;
        opacity: 1 !important;
        border: 8px solid #fff;
    }
}

@keyframes controlAnimation-4 {
    0% {
        background: none;
        opacity: 1 !important;
        border: 8px solid #fff;
    }

    7.1%, 25% {
        background: #fff;
        opacity: 1 !important;
        border: 6px solid #2478e8;
        
    }

    32.1%, 100% {
        background: none;
        opacity: 1 !important;
        border: 8px solid #fff;
    }
}


@keyframes controlAnimation-5 {
    0% {
        background: none;
        opacity: 1 !important;
        border: 8px solid #fff;
    }

    5.7%, 20% {
        background: #fff;
        opacity: 1 !important;
        border: 6px solid #2478e8;
    }

    25.7%, 100% {
        background: none;
        opacity: 1 !important;
        border: 8px solid #fff;
    }
}















    .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
{

}
*:focus, *:hover {
    outline: none !important;
}

.display-field, .display-label {
    display: none !important;
}

.ui-corner-all.ui-dialog .ui-dialog-buttonset .ui-state-default, .ui-corner-all.ui-dialog .ui-dialog-buttonset .ui-state-default:hover {
    border-radius: 0;
    padding: 10px;
    margin: 5px 0 0;
    background: #85bb65;
}

    .ui-corner-all.ui-dialog .ui-dialog-buttonset .ui-state-default:hover {
        background: #555;
    }

.ui-dialog .ui-dialog-content {
    background: #f3f3f3;
    width: auto !important;
    max-width:90%;
    font-weight: 600;
    font-size: 1em;
    margin: 0 auto 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes animationTransicion {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}


.sectoBuscadorContenido {
    margin: 0;
    background: #fff;
    width: auto;
    text-align: center;
    display: flex;
    padding: 200px 20px;
    justify-content: center;
}



/*---------------HOME HORIZONTAL--------------*/

.home-horizontal,
.home-horizontal section {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.home-horizontal {
    background: #1f2c31;
    background: linear-gradient(297deg,rgba(31,44,49,1) 25%,rgba(25,34,37,1) 100%);
    color: #eee;
}

    .home-horizontal section:last-of-type .Texto {
        opacity: 0;
        transform: translateY(-100px);
        transition: ease-out 1s;
    }

.atBottom .home-horizontal section:last-of-type .sectorTexto {
    animation: animationTransicion 1s ease forwards;
    animation-delay: .5s;
}


.home-horizontal .sectorLista.Horizontal {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 200px;
    position: relative;
    overflow: hidden;
    margin: 0;
    transition: ease-out 0.3s;
    background: url(/Content/Parakeet/img/back-lineasdenegocio.jpg) center no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-horizontal section:nth-of-type(3) .sectorLista.Horizontal {
    background: url(/Content/Parakeet/img/back-financiamiento.jpg) center no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-horizontal section:last-of-type .sectorLista.Horizontal {
    background: url(/Content/Parakeet/img/back-equipo.jpg) center no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-horizontal .sectorLista.Horizontal:after {
    content: "";
    transition: ease-out .3s;
    background: rgb(21,27,26);
    background: linear-gradient(293deg,rgba(21,27,26,1) 0%,rgba(40,85,90,1) 35%,rgba(10,10,25,1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
}

.home-horizontal section:first-of-type .sectorLista.Horizontal {
    margin: 0;
}


.atTop .home-horizontal .sectorLista.Horizontal {
    min-height: 600px;
}

.home-horizontal .sectorLista.Horizontal > div {
    width: 90%;
    max-width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 100px 0;
    margin: 0 auto;
    position: initial;
    z-index: 10;
}




.home-horizontal .sectorLista.Horizontal .sectorTexto {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    display: block;
    text-align: center;
    opacity: 0;
    transform: translateY(-100px);
    transition: ease-out 1s;
    animation: animationTransicion 1s ease forwards;
    animation-delay: .5s;
}

    .home-horizontal .sectorLista.Horizontal .sectorTexto p {
        width: 100%;
        max-width: none;
        margin: auto;
        color: #fff;
        font-size: 1.3em;
        line-height: 1.6;
        text-shadow: 0 0 10px rgba(0,0,0,.5);
        text-align: left;
        transition: ease-out 0.3s;
    }

.home-horizontal section:last-of-type .sectorLista.Horizontal .sectorTexto p {
    font-size: 1.4em;
    line-height: 1.8;
}

.home-horizontal .sectorLista.Horizontal .sectorTexto h4 {
    font-size: 1.5em;
    color: #fff;
    margin: 20px 0;
    font-weight: 400;
    text-align: left;
    width: 100%;
}

.home-horizontal .sectorLista.Horizontal .sectorTexto h5 {
    width: 100%;
    display: block;
    text-align: center;
    margin: 50px 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: 700;
    letter-spacing: 1px;
}


.home-horizontal section:first-of-type .sectorLista.Horizontal > div .sectorTexto p {
    font-size: 1.6em;
}





@media (max-width: 1400px) {
    .home-horizontal section:first-of-type .sectorLista.Horizontal > div .sectorTexto p {
        font-size: 1.4em;
    }
}


.home-horizontal section:first-of-type .sectorLista.Horizontal > div .sectorTexto h4 {
    color: #fff;
    font-size: 1.4em;
    letter-spacing: 4px;
    width: auto;
    display: table;
    margin: 20px auto 0;
    text-shadow: none;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: 600;
    background: linear-gradient(45deg,rgba(100,171,170,1),rgba(133,187,101,1));
}




.home-horizontal .sectorLista.Horizontal .sectorTexto b {
    color: #fff;
    font-size: 3.2em;
    font-weight: 400;
    letter-spacing: .5px;
}

.home-horizontal .sectorLista.Horizontal .sectorTexto p b {
    color: #85bb65;
    font-size: 1em;
    border-right: 2px solid #85bb65;
    padding: 0 10px 0 0;
    margin: 0 5px 0 0;
    font-weight: 600;
}

.home-horizontal .sectorLista.Horizontal .sectorTexto a {
    margin: 20px auto 0;
    font-size: 1.4em;
    padding: 12px 20px;
}



.home-horizontal .sectorLista.Horizontal > div .sectorBannerConBoton {
    width: 30%;
    padding: 20px 2%;
    max-width: 200px;
    display: inline-block;
    margin: 40px 2%;
}



    .home-horizontal .sectorLista.Horizontal > div .sectorBannerConBoton .sectorBanner,
    .home-horizontal .sectorLista.Horizontal > div .sectorBannerConBoton .sectorBanner img {
        width: 100%;
        display: inline-block;
    }


    .home-horizontal .sectorLista.Horizontal > div .sectorBannerConBoton .textoBannerConBoton {
        width: 100%;
        display: block;
    }


        .home-horizontal .sectorLista.Horizontal > div .sectorBannerConBoton .textoBannerConBoton span {
            width: 100%;
            min-height: 60px;
            display: flex;
            text-align: center;
            font-size: 1.2em;
            color: #85bb65;
            text-transform: uppercase;
            justify-content: center;
            align-items: center;
        }




.home-horizontal section > .sectorTexto {
    width: 90%;
    margin: 100px auto 0;
}

    .home-horizontal section > .sectorTexto > div {
        background: linear-gradient(45deg,rgba(252,252,252,1),rgba(200,200,200,1));
        width: 100%;
        margin: 0 0 0 -5%;
        padding: 80px 5% 60px;
    }

.home-horizontal .sectorTexto a {
    color: #fff;
    background: #85bb65;
    margin: 20px 0 20px auto;
    padding: 8px 12px;
    cursor: pointer;
    transition: ease-out .3s;
    display: table;
    font-size: 1em;
    text-transform: uppercase;
}

.home-horizontal .sectorTexto div a {
    background: #666;
}

.home-horizontal .sectorTexto a:hover {
    color: #85bb65;
    background: #fff;
}

.home-horizontal section > .sectorTexto h4 {
    color: #85bb65;
    font-size: 2em;
    font-weight: 400;
}

.home-horizontal section > .sectorTexto h5 {
    color: #666;
    font-size: 2em;
    font-weight: 400;
}

.home-horizontal section > .sectorTexto div h4 {
    color: #333;
}

.home-horizontal .sectorTexto p,
.home-horizontal .sectorTexto h4 {
    font-size: 1.3em;
    line-height: 1.6;
    width: 90%;
    margin: 80px auto;
    max-width: 1400px;
}

.home-horizontal section > .sectorTexto p {
    width: 100%;
    margin: 20px auto;
    font-size: 1.5em;
}

.home-horizontal .sectorTexto p b {
    font-size: 1em;
    color: #fff;
}


.home-horizontal .sectorTexto h4 {
    font-size: 2em;
    margin: 60px auto 0;
    font-weight: 400;
}



.home-horizontal .sectorLista.Informe {
    width: 100%;
    display: inline-block;
    margin: 140px 0 0;
    background: rgb(31,41,40);
    background: linear-gradient(236deg, rgba(31,41,40,1) 0%, rgba(19,54,55,1) 35%, rgba(37,39,50,1) 100%);
}


    .home-horizontal .sectorLista.Informe > div {
        width: 93%;
        max-width: 1400px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 80px auto;
    }

    .home-horizontal .sectorLista.Informe .sectorTexto:first-of-type {
        width: 100%;
        display: inline-block;
        padding: 0 0 50px;
        color: #fff;
    }




    .home-horizontal .sectorLista.Informe .sectorTexto h3 {
        font-size: 3em;
        font-weight: 300;
        text-align: center;
        letter-spacing: 1px;
        color: #fff;
    }

    .home-horizontal .sectorLista.Informe .sectorTexto h4 {
        text-align: center;
        font-size: 2em;
        font-weight: 400;
        margin: 20px auto 80px;
    }


    .home-horizontal .sectorLista.Informe .sectorTexto h5 {
        color: #85bb65;
        font-size: 1.6em;
        margin: 100px 0 20px;
    }



    .home-horizontal .sectorLista.Informe .sectorTexto p {
        width: 100%;
        margin: 0;
        font-size: 1.4em;
    }

        .home-horizontal .sectorLista.Informe .sectorTexto p b {
            font-size: 1em;
            color: #85bb65;
            border-right: 2px solid #85bb65;
            padding: 0 10px 0 0;
            margin: 0 5px 0 0;
        }


    .home-horizontal .sectorLista.Informe .sectorTexto:nth-last-of-type(1),
    .home-horizontal .sectorLista.Informe .sectorTexto:nth-last-of-type(2),
    .home-horizontal .sectorLista.Default > div > div {
        width: 46%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        background-color: rgba(0,0,0,.15);
        padding: 40px 2% 50px;
        margin: 40px 0;
    }

.home-horizontal .sectorLista.Default > div > div {
    width: 80%;
    margin: 40px auto;
}

.home-horizontal .sectorLista.Informe .sectorTexto:nth-last-of-type(2) {
    background-color: rgba(0,0,0,.2);
}

    .home-horizontal .sectorLista.Informe .sectorTexto:nth-last-of-type(1) h5,
    .home-horizontal .sectorLista.Informe .sectorTexto:nth-last-of-type(2) h5 {
        color: #fff;
        font-size: 1.2em;
        margin: 0 0 10px;
    }

    .home-horizontal .sectorLista.Informe .sectorTexto:nth-last-of-type(1) p,
    .home-horizontal .sectorLista.Informe .sectorTexto:nth-last-of-type(2) p {
        font-size: 1em;
    }

    .home-horizontal .sectorLista.Informe .sectorTexto:nth-last-of-type(1) img,
    .home-horizontal .sectorLista.Informe .sectorTexto:nth-last-of-type(2) img {
        width: 22%;
    }

    .home-horizontal .sectorLista.Informe .sectorTexto:nth-last-of-type(1) div,
    .home-horizontal .sectorLista.Informe .sectorTexto:nth-last-of-type(2) div {
        width: 70%;
    }




.home-horizontal .sectorLista.Default {
    width: 100%;
    display: block;
}

    .home-horizontal .sectorLista.Default > div {
        width: 90%;
        max-width: 1400px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }



    .home-horizontal .sectorLista.Default .sectorTexto p {
        font-size: 1.2em;
        margin: 0;
        width: 100%;
    }

        .home-horizontal .sectorLista.Default .sectorTexto p b {
            font-size: .9em;
        }

    .home-horizontal .sectorLista.Default .sectorTexto h5 {
        color: #fff;
        font-size: 1.8em;
        font-weight: 400;
        margin: 0 0 10px;
    }



    .home-horizontal .sectorLista.Default .sectorTexto div {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

        .home-horizontal .sectorLista.Default .sectorTexto div span {
            width: auto;
            max-width: 20%;
            background: #fff;
            margin: 20px 2% 0;
            padding: 10px 2%;
        }

            .home-horizontal .sectorLista.Default .sectorTexto div span p {
                font-size: .8em;
                line-height: 1.1;
                color: #666;
            }

                .home-horizontal .sectorLista.Default .sectorTexto div span p b {
                    color: #333;
                }

            .home-horizontal .sectorLista.Default .sectorTexto div span img {
                width: 80%;
                max-width: 120px;
                display: block;
                margin: auto;
            }


    .home-horizontal .sectorLista.Default .sectorTexto a,
    .home-horizontal .sectorTexto p a {
        margin: 0;
        font-size: 1em;
        background: none;
        padding: 0;
        text-transform: none;
        box-shadow: none;
        color: #85bb65;
        display: inline-block;
        text-decoration: underline;
        cursor: pointer;
    }

        .home-horizontal .sectorLista.Default .sectorTexto a:hover,
        .home-horizontal .sectorTexto p a:hover {
            color: #333;
        }

.home-horizontal section > .sectorBannerConBoton,
.home-vertical > .sectorBannerConBoton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    margin: 0;
    z-index: 1;
    transition: ease-out 0.3s;
}




    .home-horizontal section > .sectorBannerConBoton .sectorBanner,
    .home-vertical > .sectorBannerConBoton .sectorBanner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #151b1a;
        background: linear-gradient(293deg,rgba(21,27,26,1) 0%,rgba(40,85,90,1) 35%,rgba(10,10,25,1) 100%);
        z-index: -1;
    }

        .home-horizontal section > .sectorBannerConBoton .sectorBanner img,
        .home-vertical > .sectorBannerConBoton .sectorBanner img {
            width: auto;
            min-width: 100%;
            height: auto;
            min-height: 100%;
            opacity: .1;
            transition: ease-out .3s;
        }



    .home-horizontal section > .sectorBannerConBoton .textoBannerConBoton,
    .home-vertical > .sectorBannerConBoton .textoBannerConBoton {
        width: 80%;
        max-width: 800px;
        margin: 100px auto 0;
        opacity: 0;
        transform: translateY(-100px);
        transition: ease-out 1s;
        animation: animationTransicion 1s ease forwards;
        animation-delay: .5s;
    }


        .home-horizontal section > .sectorBannerConBoton .textoBannerConBoton span,
        .home-vertical > .sectorBannerConBoton .textoBannerConBoton span {
            width: 100%;
            display: block;
            text-align: center;
            color: #fff;
            font-size: 1.4em;
            margin: 10px 0 0;
            font-weight: 400;
            line-height: 1.6;
        }


            .home-horizontal section > .sectorBannerConBoton .textoBannerConBoton span#b1,
            .home-vertical > .sectorBannerConBoton .textoBannerConBoton span#b1 {
                color: #fff;
                font-size: 3em;
                letter-spacing: 1.5px;
                width: auto;
                display: block;
                margin: 0 auto;
                text-shadow: none;
                text-transform: uppercase;
                font-weight: 400;
            }





.home-horizontal .sectorLista.Vertical {
    width: 90%;
    max-width: 1400px;
    display: block;
    margin: 0 auto;
}


    .home-horizontal .sectorLista.Vertical > div {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: auto;
    }

        .home-horizontal .sectorLista.Vertical > div .sectorTexto {
            width: 70%;
            margin: 0 auto 80px 0;
        }

            .home-horizontal .sectorLista.Vertical > div .sectorTexto:nth-child(even) {
                margin: 0 0 80px auto;
            }

            .home-horizontal .sectorLista.Vertical > div .sectorTexto p {
                margin: 0;
                width: 100%;
            }

                .home-horizontal .sectorLista.Vertical > div .sectorTexto p b {
                    font-size: 1em;
                    color: #85bb65;
                    border-right: 2px solid #85bb65;
                    padding: 0 10px 0 0;
                    margin: 0 5px 0 0;
                }




.home-horizontal .sectorLista.Simple > div {
    width: 90%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px auto;
}


.home-horizontal .sectorLista.Simple .sectorTexto {
    width: 48%;
    display: block;
    margin: 30px 0;
}



    .home-horizontal .sectorLista.Simple .sectorTexto p {
        font-size: 1.1em;
        line-height: 1.5;
        width: 100%;
        max-width: none;
        margin: 10px 0 0;
    }



    .home-horizontal .sectorLista.Simple .sectorTexto b {
        font-size: 1.2em;
        margin: 0 0 10px;
        display: block;
    }



        .home-horizontal .sectorLista.Simple .sectorTexto b span {
            font-size: 1em;
            color: #85bb65;
            border-right: 2px solid #85bb65;
            padding: 0 10px 0 0;
            margin: 0 5px 0 0;
        }


.home-horizontal .sectorGaleria {
    width: 100%;
    display: block;
    overflow: hidden;
}


    .home-horizontal .sectorGaleria > div {
        width: 94%;
        max-width: 1200px;
        margin: 80px auto;
        display: table;
        position: relative;
        padding: 0;
    }

.home-horizontal .gallery .secondary-controls nav,
.home-horizontal .gallery .controls {
    display: none !important;
}

.home-horizontal .sectorGaleria .sectorTexto p {
    margin: 20px auto;
    width: auto;
    font-size: 1.6em;
    border-left: 3px solid #85bb65;
    line-height: 1;
    text-indent: 10px;
    display: table;
}





.home-horizontal .sectorLista.TextoDesplegable {
    background: #1f2928;
    background: linear-gradient(236deg,rgba(31,41,40,1) 0%,rgba(19,54,55,1) 35%,rgba(37,39,50,1) 100%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}



    .home-horizontal .sectorLista.TextoDesplegable .items-2 {
        width: 90%;
        max-width: 1200px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 100px auto
    }

        .home-horizontal .sectorLista.TextoDesplegable .items-2 > div {
            width: 48%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .home-horizontal .sectorLista.TextoDesplegable .items-2 p {
            margin: 0;
            color: #fff;
            font-size: 3em;
            line-height: 1.4;
            width: 100%;
            font-weight: 200;
        }

            .home-horizontal .sectorLista.TextoDesplegable .items-2 p b {
                color: #85bb65;
                font-weight: 400;
            }


        .home-horizontal .sectorLista.TextoDesplegable .items-2 .sectorTexto a {
            margin: 10px;
            padding: 12px 15px;
            display: table;
            font-size: 1.2em;
        }

            .home-horizontal .sectorLista.TextoDesplegable .items-2 .sectorTexto a:first-of-type {
                border: 1px solid #fff;
                background: none;
            }


.home-horizontal .sectorLista.ConPDF {
    width: 100%;
    display: block;
    padding: 40px 0;
    height: auto;
}

    .home-horizontal .sectorLista.ConPDF > div {
        width: 94%;
        max-width: 1400px;
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        padding: 30px 2%;
        margin: 0 auto;
        background: #1f2928;
        background: linear-gradient(236deg,rgba(31,41,40,1) 0%,rgba(19,54,55,1) 35%,rgba(37,39,50,1) 100%);
    }


        .home-horizontal .sectorLista.ConPDF > div .contenidoListado {
            width: 21%;
            background: #fff;
            padding: 10px 1%;
            margin: 5px 1%;
            color: #333;
            box-shadow: 1px 1px 25px 0px rgba(0,0,0,1);
            cursor: pointer;
        }

            .home-horizontal .sectorLista.ConPDF > div .contenidoListado a:last-of-type {
                display: inline-block;
                width: 100%;
            }

                .home-horizontal .sectorLista.ConPDF > div .contenidoListado a:last-of-type:after {
                    content: "VER MAS";
                    color: #fff;
                    background: #85bb65;
                    margin: 10px 0 0;
                    padding: 8px 12px;
                    font-size: 12PX;
                    float: right;
                    pointer-events: none;
                    transition: ease-out .3s;
                }

            .home-horizontal .sectorLista.ConPDF > div .contenidoListado a:hover:after {
                color: #85bb65;
                background: #eee;
            }

    .home-horizontal .sectorLista.ConPDF .contenidoListado .copete,
    .home-horizontal .sectorLista.ConPDF .contenidoListado .titulo {
        height: 65px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        color: #1f2928;
        font-weight: 400;
        font-size: 14px;
        margin: 10px 0 5px;
        text-align: left;
        transition: ease-out .3s;
    }

    .home-horizontal .sectorLista.ConPDF > div .contenidoListado:hover .copete,
    .home-horizontal .sectorLista.ConPDF .contenidoListado:hover .titulo {
        color: #85bb65;
    }


    .home-horizontal .sectorLista.ConPDF .contenidoListado .titulo {
        font-weight: 700;
        font-size: 18px;
        -webkit-line-clamp: 2;
        height: 45px;
    }


    .home-horizontal .sectorLista.ConPDF .contenidoListado .fechaDestacado {
        width: auto;
        display: inline-block;
        color: #85bb65;
        font-weight: 600;
    }


    .home-horizontal .sectorLista.ConPDF > div .modal.modalPdfMarcaDeAgua,
    .home-horizontal .sectorLista.ConPDF .contenidoListado .descripcionCorta,
    .home-horizontal .sectorLista.ConPDF .contenidoListado .img {
        display: none;
    }



/*---------------Detalle informe--------------*/

.contentDetail.ConPDF {
    background: #1f2c31;
    background: linear-gradient(297deg,rgba(31,44,49,1) 25%,rgba(25,34,37,1) 100%);
    width: 100%;
    display: block;
    padding: 150px 0 40px;
}


    .contentDetail.ConPDF .redesSociales,
    .contentDetail.ConPDF .detalleFoto,
    .contentDetail.ConPDF .detalleAutor,
    .contentDetail.ConPDF .detalleTexto .detalleFecha:last-of-type,
    .contentDetail.ConPDF .detalleDescripcion,
    .contentDetail.ConPDF .contentDetailVolver {
        display: none;
    }

    .contentDetail.ConPDF .detalleTexto {
        width: 96%;
        background: #fff;
        margin: 40px auto 0;
        max-width: 1400px;
    }

        .contentDetail.ConPDF .detalleTexto .detalleFecha,
        .contentDetail.ConPDF .detalleTexto .detalleTitulo,
        .contentDetail.ConPDF .detalleTexto .detalleCopete {
            width: 96%;
            margin: 0 auto;
            display: block;
        }

        .contentDetail.ConPDF .detalleTexto .detalleFecha {
            color: #85bb65;
            font-weight: 600;
            font-size: 1.4em;
            padding: 20px 0 0;
        }

        .contentDetail.ConPDF .detalleTexto .detalleTitulo {
            font-size: 2.2em;
            padding: 10px 0 5px;
            font-weight: 600;
        }

        .contentDetail.ConPDF .detalleTexto .detalleCopete {
            font-size: 1.5em;
            font-weight: 400;
            padding: 10px 0 30px;
        }


    .contentDetail.ConPDF .pdfVisualizador {
        width: 96%;
        background: #fff;
        margin: 0 auto;
        max-width: 1400px;
        padding: 30px 0;
        text-align: center;
    }

        .contentDetail.ConPDF .pdfVisualizador object {
            width: 96%;
            min-height: 700px;
        }

/*---------------HOME VERTICAL--------------*/

.home-vertical {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #1f2c31;
    background: linear-gradient(297deg,rgba(31,44,49,1) 25%,rgba(25,34,37,1) 100%);
    min-height: 1000px;
}

    .home-vertical > .sectorTexto {
        width: 100%;
        padding: 10px 0;
        display: flex;
        text-align: center;
        opacity: 0;
        transform: translateY(-100px);
        transition: ease-out 1s;
        animation: animationTransicion 1s ease forwards;
        animation-delay: .5s;
    }

        .home-vertical > .sectorTexto p {
            color: #fff;
            font-size: 1.3em;
            line-height: 1.5;
            width: 98%;
            max-width: 1400px;
            text-align: left;
            margin: 40px auto 0;
        }

        .home-vertical > .sectorTexto h2,
        .calculadoraBonos h2 {
            color: #fff;
            font-size: 3em;
            letter-spacing: 2px;
            width: auto;
            display: table;
            margin: 160px auto 20px;
            text-shadow: none;
            padding: 15px 25px;
            text-transform: uppercase;
            font-weight: 400;
        }

    .home-vertical .lists-bottom {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }


    .home-vertical .sectorFormulario {
        width: 98%;
        max-width: 1400px;
        display: block;
        margin: 60px auto;
        background: #fff;
        padding: 40px 0;
        opacity: 0;
        transform: translateY(-100px);
        transition: ease-out 1s;
        animation: animationTransicion 1s ease forwards;
        animation-delay: 1s;
    }

    .home-vertical .formulario {
        width: 90%;
        display: flex;
        margin: auto;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .home-vertical .formulario > div {
            width: 48%;
            display: inline-block;
            margin: 15px 0;
        }

            .home-vertical .formulario > div:last-of-type {
                margin: 0 0 0 auto;
                width: auto;
                vertical-align: bottom;
                display: flex;
                align-items: flex-end;
                justify-content: flex-end;
            }


            .home-vertical .formulario > div:nth-last-of-type(2) {
                width: 100%;
            }


        .home-vertical .formulario label {
            width: 100%;
            display: none;
            font-size: 1.1em;
            margin: 0 0 10px;
            color: #333;
        }

        .home-vertical .formulario select,
        .home-vertical .formulario input,
        .home-vertical .formulario textarea {
            width: 100%;
            font-size: 1.1em;
            text-indent: 10px;
            padding: 8px 0;
            border: 0;
            background: #eee;
        }

            .home-vertical .formulario input[type="file"] {
                font-size: .9em;
                color: #333;
            }

            .home-vertical .formulario input[type="submit"] {
                max-width: 300px;
                margin: 20px 0 2px 20px;
                padding: 15px 0;
                background: #85bb65;
                color: #fff;
                text-transform: uppercase;
                cursor: pointer;
                transition: ease-out 0.3s;
            }

                .home-vertical .formulario input[type="submit"]:hover {
                    background: #eee;
                    color: #85bb65;
                }





/*________________________________COTIZACIONES________________________________*/


.SeccionesTabs {
    position: relative;
    display: table;
    width: 96%;
    padding: 150px 2% 20px;
    margin: 0 auto;
    background: #1f2c31;
    background: linear-gradient(297deg,rgba(31,44,49,1) 25%,rgba(25,34,37,1) 100%);
}

#divContainerTabs .menuMonedas {
    font-size: 14px;
    margin: 0 0 0 4rem;
}

.menuMonedas input {
    background-color: #fff;
    color: #333;
    padding: 5px 10px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1em;
    cursor: pointer;
    transition: all .3s ease;
}


#divContainerTabs td.descripcion {
    max-width: 180px;
    text-align: left;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 22px;
    padding: 8px 5px 4px;
}

.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: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    opacity: 0;
    transform: translateY(-100px);
    transition: ease-out 1s;
    animation: animationTransicion 1s ease forwards;
    animation-delay: .5s;
}

    .SeccionesTabs .sectorMenu > ul {
        width: 100%;
        margin: 0 auto;
        max-width: 1600PX;
        display: flex;
        align-items: normal;
        justify-content: center;
    }

        .SeccionesTabs .sectorMenu > ul > li {
            display: inline-block;
            margin: 5px 1%;
        }

            .SeccionesTabs .sectorMenu > ul > li a {
                color: #fff;
                font-size: 1em;
                padding: 5px 10px;
                margin: 0;
                display: inline-block;
                position: relative;
                transition: all .3s ease;
                text-transform: uppercase;
            }

                .SeccionesTabs .sectorMenu > ul > li a:hover {
                    color: #85bb65;
                }


                .SeccionesTabs .sectorMenu > ul > li a.selected {
                    background: #85bb65;
                    color: #fff;
                    pointer-events: none;
                }



.SeccionesTabs .sectorTexto {
    width: 100%;
    padding: 10px 0;
    display: flex;
    text-align: center;
    opacity: 0;
    transform: translateY(-100px);
    transition: ease-out 1s;
    animation: animationTransicion 1s ease forwards;
    animation-delay: .5s;
}

    .SeccionesTabs .sectorTexto h2 {
        color: #fff;
        font-size: 3em;
        letter-spacing: 2px;
        width: auto;
        display: table;
        margin: 0 auto 20px;
        text-shadow: none;
        padding: 15px 25px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .SeccionesTabs .sectorTexto > a {
        color: #4986f5;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .SeccionesTabs .sectorTexto > p {
        font-size: 14px;
        line-height: 20px;
        margin: auto;
    }

        .SeccionesTabs .sectorTexto > p a {
            color: #85bb65;
            font-size: 14px;
            line-height: 20px;
            font-weight: bold;
        }

.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%;
    display: flex;
    margin: 20px 0 -16px;
    background: #fff;
    padding: 20px 2% 0;
}

    #divEspeciesTiposTabs > ul {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

        #divEspeciesTiposTabs > ul > li {
            display: inline-block;
        }

            #divEspeciesTiposTabs > ul > li a {
                color: #333;
                display: block;
                padding: 5px 10px;
                margin: 2px;
                font-size: .9em;
                transition: ease-out .3s;
            }

                #divEspeciesTiposTabs > ul > li a:hover {
                    color: #85bb65;
                }

            #divEspeciesTiposTabs > ul > li.tabSelected a {
                background: #85bb65;
                color: #fff;
            }

.SeccionesTabs .graficoHeatMap,
.SeccionesTabs #divContainerTabs {
    width: 96%;
    margin: 0 auto;
    display: table;
    max-width: 1600px;
    float: none;
    padding: 20px 2% 20px;
    background: #FFFFFF;
    position: relative;
}

.SeccionesTabs #divContainerTabs {
    display: flex;
    float: none;
    flex-wrap: wrap;
    justify-content: center;
}



.SeccionesTabs #divEspeciesTiposTabs,
.SeccionesTabs #divContainerTabs {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}


.SeccionesTabs.montosneg #divEspeciesTiposTabs,
.SeccionesTabs.montosneg #divContainerTabs {
    max-width: 1000px;
}


.SeccionesTabs .tab_content {
    width: 100%;
    display: block;
}


#CotizacionesUltimaOperacion .divFiltros {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 7px 0;
    position: sticky;
    background: #fff;
    top: 95px;
    z-index: 2;
}

    #CotizacionesUltimaOperacion .divFiltros .divUltimosOperados {
        display: flex;
        align-items: center;
        gap: 10px;
    }

#CotizacionesUltimaOperacion .divVencimientos {
    margin: 0 0 0 auto;
}

    #CotizacionesUltimaOperacion .divVencimientos button,
    .menuMonedas input {
        text-transform: uppercase;
        padding: 5px;
        font-size: 14px;
        background: #f9f9f9;
        cursor: pointer;
    }

        #CotizacionesUltimaOperacion .divVencimientos button.btnSelected,
        .menuMonedas input.btnSelected {
            background: #85bb65;
            color: #fff;
        }

#CotizacionesUltimaOperacion .divHistoricos {
    margin: 0 15px 0 0;
}

#CotizacionesUltimaOperacion .divHistoricos,
#CotizacionesUltimaOperacion .divUltimosOperados {
    display: flex;
    align-items: center;
    gap: 10px;
}

    #CotizacionesUltimaOperacion .divHistoricos span,
    #CotizacionesUltimaOperacion .divUltimosOperados span {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
    }


.rentafija #CotizacionesUltimaOperacion .divFiltros {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}




#CotizacionesUltimaOperacion.todos table tbody tr.peso,
#CotizacionesUltimaOperacion.todos table tbody tr.dolar {
    display: table;
}

#CotizacionesUltimaOperacion.peso table tbody tr.peso,
#CotizacionesUltimaOperacion.dolar table tbody tr.dolar {
    display: table;
}

#CotizacionesUltimaOperacion.peso table tbody tr.dolar,
#CotizacionesUltimaOperacion.dolar table tbody tr.peso {
    display: none;
}

#divContainerTabs table th:first-of-type, #divContainerTabs table td:first-of-type, #divContainerTabs table .MostarMas + th, #divContainerTabs table .MostarMas + td {
    text-align: left;
}

#divContainerTabs table tr.trmobile,
#divContainerTabs table .MostarMas,
#divContainerTabs table .posterior {
    display: none !important
}

#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;
}

#divContainerTabs > div table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

    #divContainerTabs > div table tbody {
        width: 100%;
    }

        #divContainerTabs > div table tbody tr {
            width: 100%;
            table-layout: fixed;
            border-bottom: 1px solid #eee;
        }

            #divContainerTabs > div table tbody tr.ocultarRow {
                display: none;
            }

            #divContainerTabs > div table tbody tr:first-child {
                position: sticky;
                top: 135px;
                background-color: white;
                z-index: 2;
                box-shadow: 0 1px 0 #000 !important;
            }

.indice #divContainerTabs > div table tbody tr:first-child,
.montosneg #divContainerTabs > div table tbody tr:first-child {
    top: 95px;
}


#divContainerTabs table th .positivoGris[data-grupo="MONTOSNEG"] {
    display: none;
}


#divContainerTabs > div table {
    margin: 0;
}

    #divContainerTabs > div table tr.irSimbolo,
    .indice #divContainerTabs > div table tr td {
        cursor: pointer;
    }



#divContainerTabs .thHistorico {
    position: absolute;
    top: 15px;
    right: 2%;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    #divContainerTabs .thHistorico input {
        height: 15px;
        width: 15px;
        margin: 0 0 0 10px;
    }

#divContainerTabs table {
    width: 100%;
    float: left;
    margin: 20px 0;
    border-collapse: collapse;
}

#divContainerTabs > table {
    margin: 120px 2% 20px;
    width: 96%;
}

.SeccionesTabs #divContainerTabs > table {
    margin: 120px 0 20px;
    width: 100%;
}

.todos tr.peso, .todos tr.dolar {
    display: table-row;
}

tr.dolar {
    display: none;
}

.dolar tr.dolar {
    display: table-row;
}

tr.peso {
    display: none;
}

.peso tr.peso {
    display: table-row;
}

#divContainerTabs table tr.historico {
    background-color: #f6f6f6 !important;
    display: none;
}

    #divContainerTabs table tr.historico.esHistorico {
        display: table-row;
        background: #f6f6f6;
    }

#divContainerTabs table tr.WatchlistFavorita {
    background-color: #ecf7fb;
    border-bottom: 1px solid #fff;
}

#divContainerTabs table tr:hover {
    background-color: #f3f3f3;
}

#divContainerTabs table th {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    padding: 8px 3px;
    background: #fff;
}

    #divContainerTabs table th.descripcion {
        text-align: left;
    }

    #divContainerTabs table th input {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 5px 0;
        text-indent: 5px;
        font-size: 1em;
        width: calc(100% - 20px);
    }

        #divContainerTabs table th input[name="simbolo"] {
            max-width: 100px;
        }

#divContainerTabs table td {
    border: 0;
    color: #666;
    padding: 7px 5px;
    text-align: right;
    font-size: 12px;
    line-height: 1;
    font-family: sans-serif;
}


    #divContainerTabs table td.Simbolo,
    #divContainerTabs table td a,
    .montosneg #divContainerTabs table td:first-of-type {
        font-weight: bold;
        color: #85bb65;
        font-size: 14px;
        letter-spacing: .5px;
    }

#divContainerTabs table tr td a:hover {
    text-decoration: underline;
}

#divContainerTabs table td.positivo, .sectorWacthList table td.positivo, #divContainerTabs table td.negativo, .sectorWacthList table td.negativo {
    color: #4dc587;
    background: url(/Content/Parakeet/img/flechaUp.svg) no-repeat;
    background-size: 17px;
    padding-right: 20px;
    font-weight: bold;
    background-position: 100% 49%;
    letter-spacing: 1px;
}

#divContainerTabs table td.negativo, .sectorWacthList table td.negativo {
    color: #ff575f;
    background: url(/Content/Parakeet/img/flechaDown.svg) no-repeat;
    background-size: 17px;
    background-position: 100% 49%;
}

#divContainerTabs table td.neutro {
    font-weight: bold;
    padding-right: 20px;
}



#divContainerTabs table th:first-of-type, #divContainerTabs table td:first-of-type {
    text-align: left;
}

#divContainerTabs table th.thWatchList, #divContainerTabs table .Watchlist {
    display: none;
}

    #divContainerTabs table th.thWatchList input {
        height: 15px;
        width: 15px;
        margin: 1px 0 0 6px;
        float: right;
    }

#divContainerTabs > div.abiertoCotizacion, #divContainerTabs > div.cerradoCotizacion, #divContainerTabs > div#fechaActual, div.abiertoCotizacion, div.cerradoCotizacion, div#fechaActual {
    float: left;
    padding: 7px 10px 0 21px;
    position: relative;
    font-size: 12px;
    margin: 0;
    overflow: visible;
}

.abiertoCotizacion:after, .cerradoCotizacion:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #eee;
    top: 8px;
    left: 0;
}

.abiertoCotizacion.verdeCotizacionEstado:after {
    background: #389464;
}

.cerradoCotizacion.rojoCotizacionEstado:after {
    background: #ff575f;
}
/*________________________________FIN COTIZACIONES________________________________*/



/*________________________________DETALLE ESPECIE________________________________*/


.especieDetalle, .fondoDetalle {
    position: relative;
    display: block;
    width: 100%;
    background: #1f2c31;
    background: linear-gradient(297deg,rgba(31,44,49,1) 25%,rgba(25,34,37,1) 100%);
    padding: 150px 0 20px;
}

.tableFija {
    border-collapse: collapse;
    width: 100%;
}

.especieDetalle .especieContenido {
    width: 90%;
    max-width: 1600px;
    margin: 40px auto;
    display: block;
    background: #fff;
    padding: 40px 1% 0;
    position: relative;
}



.especieDetalle .especieTitulo {
    width: 94%;
    margin: 0 auto;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}


    .especieDetalle .especieTitulo .detailespecieadicional {
        display: none;
        width: 100%;
    }

.atTop .especieDetalle .especieTitulo .detailespecieadicional {
    display: block;
}


.especieDetalle .especieTitulo .detailespecieadicional .btnEspecieAdicional {
    cursor: pointer;
    font-weight: 700;
    display: block;
    padding: 8px 15px;
    margin: 10px 0 0;
    background: #f9f9f9;
}

    .especieDetalle .especieTitulo .detailespecieadicional .btnEspecieAdicional:hover,
    .especieDetalle .especieTitulo .detailespecieadicional .btnEspecieAdicional.selected {
        color: #fff;
        background: rgba(133,187,101,1);
    }

.especieDetalle .especieTitulo .detailespecieadicional ul {
    width: 96%;
    padding: 10px 2%;
    border: 1px solid #85bb65;
    max-height: 200px;
    overflow: auto;
    display: none;
}

.especieDetalle .especieTitulo .detailespecieadicional .infoEspecieAdicional.open ul {
    display: block;
}

.especieDetalle .especieTitulo .detailespecieadicional ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0 3px;
    margin: 0 0 3px;
    border-bottom: 1px solid #f3f3f3;
}

    .especieDetalle .especieTitulo .detailespecieadicional ul li span {
        font-size: .9em;
    }

        .especieDetalle .especieTitulo .detailespecieadicional ul li span:last-of-type {
            font-weight: 600;
        }


.especieDetalle .especieTitulo .especieTituloCotizaciones {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  /*  align-items: center;*/
    margin: 0 0 0 auto;
    transition: ease-out .3s;
}

    .especieDetalle .especieTitulo .especieTituloCotizaciones * {
        font-family: sans-serif;
    }

.atTop .especieDetalle .especieTitulo .especieTituloCotizaciones {
    width: 58%;
}


.especieDetalle .especieTitulo .detailDescripcion {
    columns: 2;
    width: 98%;
    padding: 5px 1%;
    margin: 0 0 10px;
    background: #f9f9f9;
}

.indiceDetalle.especieDetalle .especieTitulo .detailDescripcion {
    columns: 1;
}


.especieDetalle .especieTitulo .detailDescripcion li {
    display: flex;
    justify-content: space-between;
    width: 99%;
    color: #85bb65;
    font-weight: 600;
    padding: 4px .5%;
}

.indiceDetalle.especieTitulo .detailDescripcion li {
    width: 99%;
    padding: 7px .5%;
}

.especieDetalle .especieTitulo .detailDescripcion li span {
    font-size: .9em;
}

    .especieDetalle .especieTitulo .detailDescripcion li span:first-of-type {
        color: #333;
    }


.especieDetalle .especieTitulo .perfomanceEspecie {
    width: 48%;
}

    .especieDetalle .especieTitulo .perfomanceEspecie > span {
        display: none;
    }

    .especieDetalle .especieTitulo .perfomanceEspecie table {
        width: 100%;
        font-size: 12px;
        font-weight: normal;
    }


        .especieDetalle .especieTitulo .perfomanceEspecie table td {
            padding: 3px 4px;
            text-align: right;
        }

            .especieDetalle .especieTitulo .perfomanceEspecie table td:first-of-type {
                width: 70px;
                font-weight: 600;
                font-size: .9em;
            }

            .especieDetalle .especieTitulo .perfomanceEspecie table td:nth-of-type(2) {
                min-width: 70px;
            }

                .especieDetalle .especieTitulo .perfomanceEspecie table td:nth-of-type(2) > div {
                    width: 100%;
                    height: 20px;
                    overflow: hidden;
                    display: block;
                    position: relative;
                    background: #f6f6f6;
                }

                    .especieDetalle .especieTitulo .perfomanceEspecie table td:nth-of-type(2) > div span,
                    .especieDetalle .especieTitulo .perfomanceEspecie table td:nth-of-type(2) > div div.negativo + span {
                        position: absolute;
                        top: 4px;
                        left: 0;
                        text-align: right;
                        width: 48%;
                        font-weight: 500;
                        font-size: 12px;
                    }

                    .especieDetalle .especieTitulo .perfomanceEspecie table td:nth-of-type(2) > div div.negativo + span {
                        left: auto;
                        right: 0;
                        text-align: left;
                    }

                    .especieDetalle .especieTitulo .perfomanceEspecie table td:nth-of-type(2) > div div.neutro + span {
                        display: none;
                    }

                    .especieDetalle .especieTitulo .perfomanceEspecie table td:nth-of-type(2) > div div {
                        background: #70c598;
                        float: left;
                        margin-left: 50%;
                        height: 21px;
                        min-width: 5px;
                        max-width: 50%;
                    }

                        .especieDetalle .especieTitulo .perfomanceEspecie table td:nth-of-type(2) > div div.negativo {
                            margin-left: 0;
                            margin-right: 50%;
                            background: #ff575f;
                            float: right;
                        }

                        .especieDetalle .especieTitulo .perfomanceEspecie table td:nth-of-type(2) > div div.neutro {
                            margin-left: 0;
                            margin-right: 0;
                            background: #f3f3f3;
                            float: right;
                            min-width: 100%;
                        }



            .especieDetalle .especieTitulo .perfomanceEspecie table td:last-of-type {
                display: none;
            }



.especieDetalle .especieTitulo .especieOferta {
    width: 47.5%;
    background: #444;
    padding: 10px 1%;
}


.indiceDetalle.especieDetalle .especieTitulo .especieOferta {
    width: 98%;
    padding: 20px 1%;
}



.atTop .especieDetalle .especieTitulo .especieTituloDetalle {
    width: 38%;
    min-height: 240px;
    padding: 15px 1%;
    position: relative;
    top: 0;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
}



.especieDetalle .especieTitulo .especieTituloDetalle {
    width: 96%;
    padding: 10px 2% 5px;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
    align-content: center;
    position: fixed;
    z-index: 1;
    background: #1f2d2d;
    color: #fff;
    top: 90px;
    left: 0;
    transition: ease-out .3s;
}



    .especieDetalle .especieTitulo .especieTituloDetalle .detailFecha {
        width: 100%;
        display: flex;
        margin: 0;
    }

.atTop .especieDetalle .especieTitulo .especieTituloDetalle .detailFecha {
    margin: 0 0 10px;
}


.especieDetalle .especieTitulo .especieTituloDetalle .detailFecha span {
    background: #85bb65;
    color: #fff;
    font-size: 1em;
    padding: 4px 5px 2px;
    display: inline-block;
    font-family: sans-serif;
    line-height: 1;
}

.atTop .especieDetalle .especieTitulo .especieTituloDetalle .detailFecha span {
    font-size: 1.2em;
    padding: 6px 8px 3px;
}



.especieDetalle .especieTitulo .especieTituloDetalle h2 {
    font-size: 3em;
    line-height: 1;
    display: block;
    margin-right: 5px;
}

.especieDetalle .especieTitulo .especieTituloDetalle h2 {
    width: 100%;
    display: block;
}

.atTop .especieDetalle .especieTitulo .detailSimbolo {
    font-size: 1em;
}

.indiceDetalle .especieTitulo .especieTituloDetalle h2 {
    font-size: 4em;
}

.especieDetalle .especieTitulo .especieTituloDetalle .detailVencimientoNombre {
    color: #85bb65;
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1;
    font-family: sans-serif;
}

.especieDetalle .especieTitulo .especieTituloDetalle .detailCotizacionVariacion {
    width: auto;
    margin: 0 0 0 auto;
    display: flex;
}

.atTop .especieDetalle .especieTitulo .especieTituloDetalle .detailCotizacionVariacion {
    width: 100%;
    margin: 5px 0;
}

.especieDetalle .especieTitulo .especieTituloDetalle .detailCotizacionVariacion > span {
    font-size: 3em;
    line-height: 1;
    font-family: sans-serif;
}

.atTop .especieDetalle .especieTitulo .especieTituloDetalle .detailCotizacionVariacion > span {
    font-size: 2.4em;
}

.indiceDetalle .especieTitulo .especieTituloDetalle .detailCotizacionVariacion > span {
    font-size: 1.8em;
}

.especieTitulo .especieTituloDetalle .detailCotizacionVariacion > span span {
    font-size: .8em;
}

.especieDetalle .especieTitulo .especieTituloDetalle .detailCotizacionVariacion .detailVariacion {
    margin-left: 5px;
    color: #999;
    background: url(/Content/Parakeet/img/flechaNeutro.svg) left center no-repeat;
    background-size: 25px;
    padding-left: 25px;
}

    .especieDetalle .especieTitulo .especieTituloDetalle .detailCotizacionVariacion .detailVariacion.positivo {
        color: #57bd86;
        background: url(/Content/Parakeet/img/flechaUp.svg) left no-repeat;
        background-size: 25px;
    }

    .especieDetalle .especieTitulo .especieTituloDetalle .detailCotizacionVariacion .detailVariacion.negativo {
        color: #ff575f;
        background: url(/Content/Parakeet/img/flechaDown.svg) left no-repeat;
        background-size: 25px;
    }

.especieDetalle .especieTitulo .especieTituloDetalle .detailDescripcionNombre,
.especieDetalle .especieTitulo .especieTituloDetalle .detailDescripcionEspecie {
    width: 100%;
    display: none;
    font-size: 1.2em;
    margin: 5px 0 0;
    font-weight: 600;
    line-height: 1;
}

.atTop .especieDetalle .especieTitulo .especieTituloDetalle .detailDescripcionNombre,
.atTop .especieDetalle .especieTitulo .especieTituloDetalle .detailDescripcionEspecie {
    display: block;
}

.especieDetalle .especieTitulo .especieTituloDetalle .detailDescripcionEspecie {
    font-size: .9em;
    font-weight: 400;
}

.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;
        }

            .especieDetalle .menuComparar .menuSolapas > input:hover, .especieDetalle .menuComparar .menuSolapas > input.selectedSolapa {
                background: #85bb65;
                color: #fff;
            }

.especieDetalle .tablaComparacion .tableFija td:nth-of-type(2) {
    text-align: left;
}

.especieOferta > span {
    display: inline-block;
    font-size: 1em;
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    background: #85bb65;
    padding: 5px 1%;
}

.especieOferta .tableFija {
    font-weight: 400;
    font-size: 12px;
}

    .especieOferta .tableFija th {
        color: #fff;
        text-align: right;
        padding: 5px;
        font-size: .9em;
        text-transform: none;
        font-weight: 600;
        border-bottom: 1px solid #85bb65;
        letter-spacing: .5px;
    }

    .especieOferta .tableFija td {
        font-weight: bold;
        padding: 5px;
        color: #fff;
        letter-spacing: .5px;
        text-align: right;
        font-size: 1em;
    }

        .especieOferta .tableFija td span {
            font-size: .9em;
        }

    .especieOferta .tableFija tr:nth-child(even) {
        background-color: transparent;
        border-bottom: 1px solid #85bb65;
    }



.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;
    }

.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: #85bb65;
    font-weight: bold;
    padding: 5px 0;
    text-align: left;
    width: auto;
    border-bottom: 1px solid #85bb65;
    text-align: right;
}


.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;
}

.tableFija tr:nth-child(even) {
    background-color: #fafbfb;
}

.especieComparacion .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: #85bb65;
    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 {
        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;
    }

        .tipoGrafico button.selected, .tipoGrafico button:hover {
            color: #fff;
            background: #85bb65;
        }

.graficoIndice {
    width: 100%;
    height: 400px;
    margin-top: 20px;
}

.especieContenido .solapas {
    width: 100%;
    display: flex;
    margin: 15px 0;
    border-bottom: 2px solid #85bb65;
}

a.solapaVinculo {
    color: #fff;
    background: #85bb65;
    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 #85bb65;
    border-bottom: 0;
    font-weight: 700;
}

    a.solapaVinculo:hover, a.solapaVinculo.selected {
        color: #85bb65;
        background: #fff;
    }

    a.solapaVinculo.selected {
        padding: 15px 20px;
        margin: 0 0 -2px 5px;
    }


.graficoIndice {
    width: 100%;
    height: 400px;
    margin-top: 20px;
}


#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 #85bb65;
        text-align: left;
        color: #85bb65;
        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;
        }

.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 #85bb65;
    }

        #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 #85bb65;
                border-bottom: 0;
                font-weight: 700;
            }

                #tabsTablaDatosRelacionados ul li a:hover, #tabsTablaDatosRelacionados ul li.tabSelected a {
                    color: #fff;
                    background: #85bb65;
                    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: #85bb65;
    fill: #85bb65;
}

.amcharts-chart-div rect {
    stroke: #fff;
}
/*.graficoHistoricoCotizaciones {
  width: auto;
  float: right;
}*/

.especieDetalleFooter {
    width: 90%;
    color: #fff;
    margin: auto;
    padding: 0 0 20px;
    display: table;
    font-size: 14px;
    text-align: center;
}

    .especieDetalleFooter p a {
        color: #85bb65;
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
    }






/*__________________________________Pantalla FONDOS_________________________________*/



.clasificacionrendimientoanualizado,
.lists-bottom {
    width: 96%;
    margin: 0 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: 94%;
    display: table;
    margin: 0 auto;
    padding: 8px 1% 10px;
    position: sticky;
    top: 97px;
    z-index: 100;
    background: #85bb65;
}

.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/Parakeet/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/Parakeet/img/abrirFiltro.svg) center right no-repeat #f6f6f6;
            padding: 10px 0;
            text-indent: 5px;
            transition: all .3s ease;
        }

            .clasificacionrendimientoanualizado .filterMenu > div span.open {
                background: url(/Content/Parakeet/img/cerrarFiltro.svg) center right no-repeat #f6f6f6;
            }


        .clasificacionrendimientoanualizado .filterMenu > div > ul {
            position: absolute;
            width: 100%;
            top: 100%;
            border: 0;
            left: 0;
            background: #fff;
            z-index: 10;
            transition: all .3s ease;
        }




        .clasificacionrendimientoanualizado .filterMenu > div > .open ~ ul {
            background: #f6f6f6;
            width: 96%;
            padding: 0 2%;
            box-shadow: 0 5px 10px -5px rgba(0,0,0,.8);
        }


        .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: 12px;
            letter-spacing: .2px;
            color: #333;
            cursor: pointer;
            height: auto;
            padding: 6px 0;
            font-weight: 600;
            border-bottom: 1px solid #ddd;
        }

            .clasificacionrendimientoanualizado .filterMenu > div > ul a:hover {
                color: #85bb65;
            }

        .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;
            border: none;
            line-height: 1.5;
        }

        .clasificacionrendimientoanualizado .filterMenu > div > ul .selected {
            position: absolute;
            top: -36px;
            left: 0;
            width: 101%;
            z-index: 10;
            display: block;
            background: #133333;
            padding: 10px 0;
            text-indent: 5px;
        }

            .clasificacionrendimientoanualizado .filterMenu > div > ul .selected a {
                color: #fff;
                background: url(/Content/Parakeet/img/cerrarFiltroB.svg) 100% center no-repeat #133333;
            }



@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%;
    position: relative;
    border-collapse: collapse;
    margin: 0 0 10px;
    background: #fff;
}

    .Fondotipo table thead {
        position: sticky;
        top: 152px;
        border-bottom: 2px solid #000;
        box-shadow: 0 10px 10px -15px rgba(0,0,0,.8);
        transition: all .3s ease;
    }

.atTop .Fondotipo table thead {
    box-shadow: none;
}

.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: 10px;
    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;
    padding: 5px;
    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:first-of-type th:nth-of-type(8) {
    text-align: center;
}

.Fondotipo table .header:last-of-type th:nth-last-of-type(3),
.Fondotipo table .header:last-of-type th:nth-last-of-type(2),
.Fondotipo table .header:last-of-type th:nth-last-of-type(1) {
    max-width: 50px;
    text-align: center;
}

.Fondotipo table .header:last-of-type th:nth-last-of-type(4) {
    max-width: 70px;
    text-align: center;
}

.Fondotipo table .fondoVerDetalle {
    display: none;
}

.Fondotipo table td a {
    font-weight: bold;
    display: inline-block;
    width: 100%;
    color: #85bb65;
    font-size: 14px;
    letter-spacing: .5px;
    cursor: pointer;
    text-align: left;
}

    .Fondotipo table td a:hover {
        text-decoration: underline;
    }











.clasificacionrendimientoanualizado .menuDolar {
    float: right;
    margin: 36px 20px 0 0;
    position: relative;
}

    .clasificacionrendimientoanualizado .menuDolar input {
        background: none;
        font-size: 24px;
        font-weight: bold;
        cursor: pointer;
        padding: .5px 37px 0 0;
        transition: none;
        color: #999;
    }

        .clasificacionrendimientoanualizado .menuDolar input:hover {
            color: #666;
        }

        .clasificacionrendimientoanualizado .menuDolar input.selected {
            background: url(/Content/Parakeet/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: table;
    margin: 0 auto;
}





/*__________________________________Detalle de FONDO_________________________________*/



.fondoDetalle {
    display: inline-block;
    flex-wrap: wrap;
    width: 100%;
    margin: 200px auto 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.sector6 {
    display: flex;
    width: auto;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    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/ParakeetFondos/img/ParakeetFondos.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;
}

.fondoDetalle .sector5 {
    background: #f6f6f6;
    width: 96%;
    max-width: 1400px;
    margin: -20px auto 0;
    padding: 10px 0;
    text-align: center;
}

    .fondoDetalle .sector5 a {
        color: #3d6b70;
        font-weight: 600;
    }


.impresion .sector4 {
    width: 100%;
}



.sector4 > #fondoResumen {
    width: calc(100% - 20px);
    min-height: 1000px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 145px 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: #3d6b70 !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: 0;
}


.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 {
    width: 62%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    color: #333;
    margin: 0;
}


.impresion .headerFondo {
    width: 98%;
    color: #333;
    margin: 5px 1% 10px;
    border-bottom: 1px solid #333;
    padding: 0 0 10px;
}



.fondoDetalle .headerFondo .fondoTitle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.fondoDetalle .headerFondo h2 {
    width: auto;
    display: inline-block;
    color: #85bb65;
    font-weight: 800;
    font-size: 2.2em;
    line-height: 1;
}

.impresion .headerFondo h2 {
    font-size: 1.4em;
    color: #666;
}

.fondoDetalle .headerFondo .descripcionHeader {
    width: 100%;
    display: block;
    margin: 5px 0 0;
}

    .fondoDetalle .headerFondo .descripcionHeader span {
        font-size: 1.3em;
        font-weight: 400;
        align-items: center;
        line-height: 1;
        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;
}


    .fondoDetalle .headerFondo .descripcionHeaderFecha span {
        width: auto;
        color: #111;
        font-weight: 800;
        margin-left: 10px;
        letter-spacing: 1px;
        font-size: 1em;
    }




.fondoDetalle .fondoContent .descripcionLeft {
    width: 62%;
    display: inline-block;
}

.fondoDetalle .fondoContent .descripcionRight {
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    min-height: 100%;
    display: inline-block;
    padding: 0;
    font-size: .8em;
    background: #85bb65;
    color: #fff;
}




.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 #85bb65;
    margin: 40px 0 5px;
}

.impresion .selectIndiceEvolucion {
    border-bottom: none;
}

.selectIndiceEvolucion input {
    display: inline-block;
    border: 1px solid #85bb65;
    background: #85bb65;
    padding: 7px 10px;
    color: #fff;
    margin: 0 0 -1px 5px;
    text-transform: uppercase;
    cursor: pointer;
}

    .selectIndiceEvolucion input.selected {
        background: #fff;
        color: #85bb65;
        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 td p {
        display: none;
    }

    .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: 600;
        color: #85bb65;
    }

    .fondoDetalle .fondoContent .fondoRendimientoTable tr th,
    .fondoDetalle .fondoContent .fondoRendimientoTable tr td {
        padding: 5px;
        border-bottom: 1px solid #85bb65;
    }

.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 #fff4;
}

    .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;
}

    #graficoFondoRendimiento .amcharts-panels-div {
        min-height: 400px;
    }


.impresion #graficoHistoricoCotizacion,
.impresion #graficoIndiceEvolucionHistorico,
.impresion #graficoFondoRendimiento,
.impresion #graficoFondoRendimiento .amcharts-panels-div {
    margin: 10px auto 0;
    max-height: 300px;
    min-height: 0;
}

#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: #85bb65 !important;
    stroke: #85bb65 !important;
}

#fondoComposicionChart svg g:nth-of-type(7) g g g:nth-child(odd) path {
    fill: #3d6b70 !important;
    stroke: #3d6b70 !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,
    .fondoDetalle .exportar {
        display: inline-block;
        padding: 8px 0;
        background-color: #3d6b70;
        color: #fff;
        margin: 10px auto 0;
        width: 94%;
        min-width: 200px;
        text-align: center;
        font-size: .8em;
        text-transform: uppercase;
        font-weight: 500;
        transition: all .3s ease;
        cursor: pointer;
    }

        .fondoDetalle .downloads a.imprimir {
            background-color: #274548;
            padding: 12px 0;
            margin: 20px auto 0;
            font-size: 1em;
        }

.fondoDetalle .exportar {
    margin: 0 0 20px;
    width: auto;
}

.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,
.fondoDetalle .exportar:hover {
    background: #eee;
    color: #3d6b70;
}


.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;
}




/*----------------persiana vertical--------------------*/


.persiana_vertical {
    display: flex;
    background: #fff;
    position: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 80px;
    overflow: hidden;
    bottom: 0;
    left: 0;
    justify-content: center;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.25);
    z-index: 10;
}



    .persiana_vertical .fecha {
        position: absolute;
        bottom: 0;
        right: 2%;
        font-size: 10px;
        width: 100%;
        z-index: 100;
        text-align: right;
        color: #333;
    }



    .persiana_vertical ul {
        width: 96%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        position: absolute;
        top: 5px;
        left: 2%;
    }





        .persiana_vertical ul li {
            width: auto;
            max-width: 160px;
            display: inline-block;
            margin: 0;
            list-style: none;
            background: #fff;
            opacity: 0;
            border: 0;
            padding: 0;
            position: relative;
        }



            .persiana_vertical ul li:last-of-type {
                border: 0;
            }



            .persiana_vertical ul li span {
                width: 100%;
                height: 10px;
                display: inline-block;
                ;
                color: #333;
                font-size: 14px;
                padding: 0;
                line-height: normal;
            }



                .persiana_vertical ul li span a {
                    color: #333;
                    cursor: pointer;
                    font-size: 14px;
                    width: auto;
                    display: inline-block;
                    padding: 0 0 0 19px;
                    font-weight: 600;
                    background: url(/Content/Parakeet/img/flechaNeutro.svg) left top no-repeat;
                    background-size: 17px;
                }


            .persiana_vertical ul li.down a {
                background: url(/Content/Parakeet/img/flechaDown.svg) left top no-repeat;
                background-size: 17px;
            }

            .persiana_vertical ul li.up a {
                background: url(/Content/Parakeet/img/flechaUp.svg) left top no-repeat;
                background-size: 17px;
            }

            .persiana_vertical ul li span:nth-of-type(2) {
                color: #333;
                font-size: 24px;
                line-height: normal;
                font-weight: 400;
                padding: 0;
                letter-spacing: .5px;
            }

                .persiana_vertical ul li span:nth-of-type(2) p {
                    font-size: 18px;
                    display: inline;
                }




            .persiana_vertical ul li.down span:nth-of-type(2),
            .persiana_vertical ul li.down span p {
                color: #ff575f;
            }



            .persiana_vertical ul li.up span:nth-of-type(2),
            .persiana_vertical ul li.up span p {
                color: #70c598;
            }


/* ------------CALCULADORA FUTUROS------------ */

body .ui-datepicker {
    border-radius: 0;
    border: 0;
    color: #fff;
    background: #1f2928;
    padding: 10px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    color: #fff;
}

body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    border: 0 !important;
    background: none !important;
    cursor: pointer;
}

    body .ui-datepicker .ui-datepicker-prev:after,
    body .ui-datepicker .ui-datepicker-next:after {
        content: "V";
        color: #389464;
        font-size: 20px;
        font-weight: 600;
        display: block;
        width: 100%;
        text-align: center;
        transform: rotate(-90deg);
    }

    body .ui-datepicker .ui-datepicker-prev:after {
        transform: rotate(90deg);
    }

    body .ui-datepicker .ui-datepicker-prev span,
    body .ui-datepicker .ui-datepicker-next span {
        display: none;
    }

body .ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background: #85bb65;
    color: #fff;
    border: 0;
}

body .ui-state-default, .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default {
    border: none;
}


#formCalculadoraFuturo h1 {
    display: none;
}

.sectorCalculadora,
.calculadoraBonos .calculadoraCont {
    width: 90%;
    display: block;
    margin: 30px auto 40px;
    background: #fff;
    max-width: 1200px;
    padding: 40px 4% 50px;
    opacity: 0;
    transform: translateY(-100px);
    transition: ease-out 1s;
    animation: animationTransicion 1s ease forwards;
    animation-delay: 1s;
}

    .sectorCalculadora form > div {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

        .sectorCalculadora form > div > div:first-of-type {
            display: none;
        }

    .sectorCalculadora form .resultados > div:first-of-type {
        display: block;
        width: 100%;
        border: 0;
    }

    .sectorCalculadora form > div > div {
        width: 48%;
        display: flex;
        margin: 0 0 25px;
        position: relative;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }


    .sectorCalculadora form label {
        width: 100%;
        display: inline-block;
        color: #333;
        font-size: 1.2em;
        margin: 0 0 10px;
    }

    .sectorCalculadora form .resultados label {
        width: 50%;
    }

    .sectorCalculadora form .resultados div div {
        color: #85bb65;
        font-size: 1em;
        font-weight: 600;
        display: inline-block;
        margin: 0 0 0 auto;
    }

    .sectorCalculadora form .resultados > div {
        border-bottom: 1px solid #666;
        padding: 0 0 10px;
        margin: 0 0 10px;
    }

    .sectorCalculadora form input,
    .sectorCalculadora form select {
        width: 100%;
        display: inline-block;
        padding: 0;
        text-indent: 10px;
        font-size: 1.1em;
        height: 33px;
        background: #eee;
    }

        .sectorCalculadora form input.hasDatepicker {
            width: 85%;
        }

    .sectorCalculadora form .ui-datepicker-trigger {
        width: auto;
        max-width: 10%;
        display: inline-block;
        margin: 0;
        background: #fff;
        padding: 5px;
        cursor: pointer;
    }

    .sectorCalculadora form > div > div > span {
        position: absolute;
        right: 10px;
        bottom: 0;
        color: #85bb65;
        font-size: 1.8em;
        font-weight: 600;
    }


    .sectorCalculadora .impuestos,
    .sectorCalculadora .iva {
        margin: 0 0 0 auto;
        font-size: .9em;
        border-bottom: 1px solid #666;
        transform: translateY(-30px);
        padding: 0 0 3px;
    }

    .sectorCalculadora .iva {
        transform: translateY(-50px);
    }



        .sectorCalculadora .impuestos label,
        .sectorCalculadora .iva label {
            width: auto;
            display: inline-block;
            margin: 0;
        }

        .sectorCalculadora .impuestos span,
        .sectorCalculadora .iva span {
            position: relative;
            right: 0;
            bottom: 0;
            font-size: 1.2em;
        }

    .sectorCalculadora form > div:first-of-type > div:last-of-type {
        width: 100%;
    }

    .sectorCalculadora input[type="submit"] {
        height: auto;
        max-width: 300px;
        margin: 0 0 0 auto;
        padding: 15px 0;
        background: #85bb65;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
        transition: ease-out .3s;
    }

        .sectorCalculadora input[type="submit"]:hover {
            background: #eee;
            color: #85bb65;
        }

/*________________________________CALCULADORA BONOS________________________________*/



.calculadoraBonos {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #1f2c31;
    background: linear-gradient(297deg,rgba(31,44,49,1) 25%,rgba(25,34,37,1) 100%);
    min-height: 1000px;
}




    .calculadoraBonos .sector4 {
        width: 90%;
        margin: 20px auto;
        max-width: 1200px;
        display: flex;
        flex-wrap: wrap;
        padding: 0 4%;
        background: #fff;
    }

        .calculadoraBonos .sector4.calculadoraCont {
            padding: 40px 4%;
            margin: 40px auto 0;
            background: #fff;
        }



        .calculadoraBonos .sector4 section {
            width: 100%;
        }

    .calculadoraBonos .sector3 h3 {
        font-size: 3.5em;
        color: #004059;
        font-weight: 600;
    }







    .calculadoraBonos .calculadoraCont > div {
        width: 51%;
        display: inline-block;
    }



        .calculadoraBonos .calculadoraCont > div:nth-of-type(2) {
            margin: 0 0 0 auto;
            width: 40%;
        }

    .calculadoraBonos .calculadoraCont .fecha,
    .calculadoraBonos .leyendaCalculadora {
        width: 100%;
        margin: 0 0 10px;
        display: inline-block;
        font-size: 1.2em;
        color: #85bb65;
    }

    .calculadoraBonos .leyendaCalculadora {
        margin: 0;
    }

    .calculadoraBonos .calculadoraCont h1 {
        display: none;
    }

    .calculadoraBonos .selectorCodigo {
        width: 100%;
        margin: 10px 0;
        float: left;
    }

        .calculadoraBonos .selectorCodigo label {
            width: 100%;
            margin: 15px 0 10px;
            display: inline-block;
            font-size: 1.2em !important;
        }





        .calculadoraBonos .selectorCodigo select {
            width: 100%;
            padding: 5px 0;
            display: inline-block;
            font-size: .9em;
            margin: 0 0 10px;
            text-indent: 10px;
            background: #eee;
            max-width: 500px;
        }

    .calculadoraBonos .leyendaCalculadora {
        width: 100%;
        display: inline-block;
    }

    .calculadoraBonos .btnCalculadora,
    .calculadoraBonos .leyendaCalculadoraCierre,
    .calculadoraBonos .leyendaCotizacion {
        width: 100%;
        display: inline-block;
        margin: 10px 0;
        font-weight: 400;
    }

    .calculadoraBonos .btnCalculadora {
        margin: 30px 0;
    }

    .calculadoraBonos .leyendaCalculadoraCierre label {
        font-size: .8em;
        font-style: italic;
        color: #333;
    }


    .calculadoraBonos .leyendaCotizacion {
        color: #85bb65;
    }



    .calculadoraBonos .btnCalculadora input {
        width: auto;
        padding: 10px 60px;
        color: #fff;
        background: #85bb65;
        margin: 0 20px 0 0;
        letter-spacing: 1px;
        font-size: 1em;
        transition: ease-out .3s;
        text-transform: uppercase;
    }


        .calculadoraBonos .btnCalculadora input:hover {
            color: #85bb65;
            background: #eee;
        }





/*________________________________FIN CALCULADORA BONOS________________________________*/ /*__________________________________Slider Horizontal_________________________________*/

.slider_horizontal {
    height: 19px;
    overflow: hidden;
    color: #fff;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #1c2425;
    padding: 7px 0 8px;
    z-index: 1000;
    transition: ease-out 0.3s;
}

.atTop .slider_horizontal {
    top: 129px;
}


.slider_horizontal #btnCerrar {
    display: none;
}

.slider_horizontal ul {
    width: auto;
    margin-top: 2px;
    height: 18px;
    overflow: hidden;
    -webkit-animation: slider-animation 120s infinite linear;
    -moz-animation: slider-animation 120s infinite linear;
    -o-animation: slider-animation 120s infinite linear;
    -ms-animation: slider-animation 120s infinite linear;
    animation: slider-animation 120s infinite linear;
    animation-duration: 180s !important;
    -moz-animation-duration: 180s !important;
    -o-animation-duration: 180s !important;
    -webkit-animation-duration: 180s !important;
    transform: translateX(-100px);
}

@keyframes slider-animation {
    0% {
        margin-left: 100%;
    }

    100% {
        margin-left: -10000px;
    }
}

.slider_horizontal ul:hover {
    -webkit-animation-play-state: paused;
    cursor: pointer;
}

.slider_horizontal li {
    float: left;
    margin: 0 9px;
    padding: 0;
    font-size: 15px;
    line-height: 18px;
    text-indent: 5px;
    font-family: sans-serif;
}

    .slider_horizontal li a {
        float: left;
        margin: 0 4px 0 0;
        text-indent: 0;
        font-size: 15px;
        line-height: 18px;
        color: #fff;
        font-weight: 600;
    }

        .slider_horizontal li a:hover {
            text-decoration: underline;
        }

    .slider_horizontal li span {
        font-weight: 600;
        margin: 0 4px 0 0;
        font-family: sans-serif;
    }

    .slider_horizontal li .neutro {
        color: #ccc !important;
        float: left;
        margin: 0;
        text-indent: 0;
    }

    .slider_horizontal li .positivo {
        color: #61ddad !important;
        float: left;
        margin: 0;
        text-indent: 0;
    }

    .slider_horizontal li .negativo {
        color: #e32f32 !important;
        float: left;
        margin: 0;
        text-indent: 0;
    }

    .slider_horizontal li .vencimiento {
        font-size: 14px;
        color: #eee;
        font-weight: 400;
    }

/*---------------PARA QUE SE VEA EL SITIO--------------*/


.layoutGral {
    padding-top: 0;
    background: none;
}

#page-body-container, .layoutGral {
    display: block;
}

