/* Swiper 1.0.0 */

.lvd-swiper .lvd-section-title                         {color:var(--lvd-color-black); }

.lvd-swiper .swiper                                    {position:relative; height:100%; padding:0 40px;}
.lvd-swiper .swiper-wrapper                            {z-index:2; position:relative; margin:0 auto; align-items: stretch; padding-top:8px;}

.lvd-swiper .lvd-card                                   {height: auto; border-radius:var(--lvd-rounded); display:flex; flex-direction: column; flex-wrap: wrap; justify-content: start; transition: transform 1s; /* Animation */}
.lvd-swiper .lvd-card:hover                             {transform: scale(1.02);} 
.lvd-swiper .lvd-img                                   {flex-grow:0;}
.lvd-swiper .lvd-img.lvd-image-filter img              {filter: brightness(1.2) grayscale(100%); transition: all .3s;}
.lvd-swiper .lvd-img.lvd-image-filter img:hover        {filter: none;}
.lvd-swiper .lvd-img img                               {width:100%; height:auto; object-fit: cover; object-position: center; border-radius:var(--lvd-rounded);}

.lvd-swiper .lvd-content                               {display:flex; flex-direction:row; flex-wrap: wrap; flex-grow:1 !important; justify-content: space-between; padding:24px; }
.lvd-swiper .lvd-txt                                   {width:100%;}
.lvd-swiper .lvd-button                                {align-self: end;} 

.lvd-swiper .lvd-title                                 {align-self: start; font-weight: 700; margin-bottom:8px; color:var(--lvd-color-black); width:100%;}

.lvd-swiper .lvd-metadata                              {font-weight:700; color:var(--lvd-color-black);}

.lvd-swiper .swiper-button-next                        {z-index:4; position:absolute; right:10px !important; top: calc(50% - 80px); width: 50px !important; height: 50px !important; border-radius:25px; background: var(--lvd-color-white); color: var(--lvd-color-black) !important; text-align: center!important; vertical-align:middle; box-shadow: var(--lvd-shadow-100);}
.lvd-swiper .swiper-button-next:hover                  {background:var(--lvd-color-gray-200);}
.lvd-swiper .swiper-button-next:after                  {font-size:24px !important;  font-family: 'icomoon' !important; content: "\e94e"; line-height: 50px; margin-right:-4px;}
.lvd-swiper .swiper-button-prev                        {transform: rotate(180deg); z-index:4; position:absolute; left:10px !important; top: calc(50% - 80px); width: 50px !important; height: 50px !important; border-radius: 25px; background: var(--lvd-color-white); color: var(--lvd-color-black) !important;  text-align: center!important; vertical-align:middle; box-shadow: var(--lvd-shadow-100);}
.lvd-swiper .swiper-button-prev:hover                  {background:var(--lvd-color-gray-200);}
.lvd-swiper .swiper-button-prev:after                  {font-size:24px !important;  font-family: 'icomoon' !important; content: "\e94e"; line-height: 50px; margin-right:-4px; }
.lvd-swiper .swiper-button-disabled                    {display:none;}

.lvd-swiper .swiper-pagination                         {text-align:center; padding-top:24px;}
.lvd-swiper .swiper-pagination-bullet                  {width: 8px; height: 8px; margin: 0 4px 4px 4px; display: inline-block; border-radius:50%; background:var(--lvd-color-gray-300);}
.lvd-swiper .swiper-pagination-bullet-active           {background: var(--lvd-color-black) !important;}


/* Surface White */
.lvd-swiper.lvd-style-white                           {background:var(--lvd-color-white);}

/* Surface Light */
.lvd-swiper.lvd-style-light                           {background:var(--lvd-color-gray-200);}

/* Surface light - Transparent cards */
.lvd-swiper.lvd-style-light-no-cards                  {background:var(--lvd-color-gray-200);}
.lvd-swiper.lvd-style-light-no-cards .lvd-card        {box-shadow:unset; background:transparent; border:unset;}
.lvd-swiper.lvd-style-light-no-cards .lvd-img img     {border-radius: var(--lvd-rounded);}
.lvd-swiper.lvd-style-light-no-cards .lvd-content     {padding:24px 16px 0 16px;}

/* Surface transparent - Transparent cards */
.lvd-swiper.lvd-style-transparent-no-cards                  {background:transparent;}
.lvd-swiper.lvd-style-transparent-no-cards .lvd-card        {box-shadow:unset; background:transparent; border:unset !important;}
.lvd-swiper.lvd-style-transparent-no-cards .lvd-img img     {border-radius: var(--lvd-rounded);}
.lvd-swiper.lvd-style-transparent-no-cards .lvd-content     {padding:24px 16px 0 16px;}

.lvd-swiper.lvd-style-dark .lvd-section-title          {color:var(--lvd-color-white);}
.lvd-swiper.lvd-style-dark .swiper-pagination-bullet   {background:var(--lvd-color-gray-200);}
.lvd-swiper.lvd-style-dark .swiper-pagination-bullet-active   {background:var(--lvd-color-white);}


/* Bm */
@media (min-width:1px) and (max-width:767px)
{
.lvd-swiper .swiper                                    {padding:0 8px;}
.lvd-swiper .lvd-container                             {padding-left:0; padding-right:0; }
.lvd-swiper .lvd-img                                   {margin:0 auto 16px auto; text-align:center;}
.lvd-swiper .lvd-content                               {width:100%; padding:0 16px 16px 16px;}

.lvd-swiper .swiper-button-next                        {width: 40px !important; height: 40px !important; border-radius:20px;}
.lvd-swiper .swiper-button-next:after                  {font-size:20px !important; line-height: 40px; margin-right:-3px;}
.lvd-swiper .swiper-button-prev                        {width: 40px !important; height: 40px !important; border-radius:20px;}
.lvd-swiper .swiper-button-prev:after                  {font-size:20px !important; line-height: 40px; margin-right:-3px; }
}

/* Bt */
@media (min-width:768px) and (max-width:1023px)
{
.lvd-swiper .lvd-container                              {padding-left:0; padding-right:0; }
}