/* 
Core V.1.5.0 
Designed by Live Design
https://livedesign.ro
*/

/*----------------------------- RESET & UTILITIES -----------------------------*/
html, body, div, span,iframe, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ul, li, fieldset, form, label, legend,table, caption, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, ins, kbd, q, s, samp, tbody, tfoot, thead, tr, th, 
td              {margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent;}
img             {margin:0; padding:0; border:0; outline:0; text-decoration:none; background:transparent;}
ul              {list-style: none;}
strong          {font-weight: bold;}
:focus          {outline: 0;}
* 			    {touch-action: manipulation; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.lvd-noclass    {}
.lvd-clear      {clear: both;}
.lvd-scrolloff  {overflow-y:hidden; position:fixed; top:0; left:0; right:0; bottom:0;}
.lvd-anchor     {position:absolute; z-index:-1; left:0; margin-top:-100px;}



/*----------------------------- TYPOGRAPHY -----------------------------*/
.lvd-text-bold 			{font-weight:700;}
.lvd-text-regular 	    {font-weight:400;}
.lvd-text-underline     {text-decoration: underline;}
.lvd-text-italic 		{font-style: italic;}

.lvd-text-left          {text-align:left;}
.lvd-text-center        {text-align:center;}
.lvd-text-right         {text-align:right;}



/*----------------------------- MEDIA -----------------------------*/
/* Image responsive */
.lvd-img-responsive     {max-width:100%; height:auto; vertical-align:bottom;}
.lvd-img-responsive img {max-width:100%; height:auto; vertical-align:bottom;}

/* Image cover */
.lvd-img-cover          {background-size:cover !important; background-position:center !important; background-repeat:no-repeat !important;}
.lvd-img-fit img        {object-fit: cover;}

/*Image blending*/
.lvd-image-blending     {mix-blend-mode: multiply; isolation: isolate;}

/* Video responsive */
.lvd-video              {position: relative; padding-bottom: 56.25%; margin: 0 auto; height: 0; overflow: hidden;}
.lvd-video iframe	    {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.lvd-video video	    {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}



/*----------------------------- LAYOUT -----------------------------*/
/* Container */
.lvd-width-full       {width:100%;}
.lvd-width-stopper    {max-width: var(--lvd-width-stopper); width:100%; margin:0 auto;}
.lvd-width-fullhd     {max-width: var(--lvd-width-fullhd); margin:0 auto;}
.lvd-width-widescreen {max-width: var(--lvd-width-widescreen); margin:0 auto;}
.lvd-width-desktop    {max-width: var(--lvd-width-desktop); margin:0 auto;}
.lvd-width-tablet     {max-width: var(--lvd-width-tablet); margin:0 auto;}

/* Display */
.lvd-none             {display: none;}
.lvd-block            {display: block;}
.lvd-inline           {display: inline;}
.lvd-inline-block     {display: inline-block;}
.lvd-flex             {display: flex;}
.lvd-inline-flex      {display: inline-flex;}
.lvd-grid             {display: grid;}

/* Overflow */
.lvd-overflow-hidden  {overflow:hidden;}

/* FLEX */
.lvd-flex-row         {flex-direction: row; flex-wrap: wrap;}
.lvd-flex-col         {flex-direction: column; flex-wrap: wrap;}

.lvd-flex-grow        {flex-grow: 1;}
.lvd-flex-grow0       {flex-grow: 0;}

.lvd-flex-shrink      {flex-shrink: 1;}
.lvd-flex-shrink0     {flex-shrink: 0;}

/* Flex Columns */
.lvd-c1               {max-width:100%; width:100%;}
.lvd-c2               {max-width:calc(50% - var(--lvd-gap)); width:100%;}
.lvd-c3               {max-width:calc(33.3333% - var(--lvd-gap)); width:100%;}
.lvd-c32              {max-width:calc(66% - var(--lvd-gap)); width:100%;}
.lvd-c31              {max-width:calc(34% - var(--lvd-gap)); width:100%;}
.lvd-c4               {max-width:calc(25% - var(--lvd-gap)); width:100%;}
.lvd-c5               {max-width:calc(20% - var(--lvd-gap)); width:100%;}
.lvd-c6               {max-width:calc(16.6666% - var(--lvd-gap)); width:100%;}
.lvd-c7               {max-width:calc(14.2857% - var(--lvd-gap)); width:100%;}
.lvd-c8               {max-width:calc(12.5% - var(--lvd-gap)); width:100%;}

/* fix lateral gap flex */
.lvd-margin-gap           {margin:calc(-1 * var(--lvd-gap) / 2);}
.lvd-margin-gap .lvd-c4   {margin:calc(var(--lvd-gap) / 2);}

/* Flex Columns 12 system */
.lvd-col-1            {max-width:calc(8.3333% - var(--lvd-gap)); width:100%;} /* 12 column*/
.lvd-col-2            {max-width:calc(16.6666% - var(--lvd-gap)); width:100%;} /* 6 column*/
.lvd-col-3            {max-width:calc(25% - var(--lvd-gap)); width:100%;} /* 4 column*/
.lvd-col-4            {max-width:calc(33.3333% - var(--lvd-gap)); width:100%;} /* 3 column*/
.lvd-col-5            {max-width:calc(41.6666% - var(--lvd-gap)); width:100%;}
.lvd-col-6            {max-width:calc(50% - var(--lvd-gap)); width:100%;} /* 2 column*/
.lvd-col-7            {max-width:calc(58.3333% - var(--lvd-gap)); width:100%;}
.lvd-col-8            {max-width:calc(66.6666% - var(--lvd-gap)); width:100%;}
.lvd-col-9            {max-width:calc(75% - var(--lvd-gap)); width:100%;}
.lvd-col-10           {max-width:calc(83.3333% - var(--lvd-gap)); width:100%;}
.lvd-col-11           {max-width:calc(91.6666% - var(--lvd-gap)); width:100%;}
.lvd-col-12           {max-width:100%; width:100%;} /* 1 column*/

/* GRID */
.lvd-grid-flow-row    {grid-auto-flow: row;}
.lvd-grid-flow-col    {grid-auto-flow: column;}

/* Grid columns */
.lvd-grid-cols1       {grid-template-columns: repeat(1, minmax(0, 1fr));}
.lvd-grid-cols2       {grid-template-columns: repeat(2, minmax(0, 1fr));}
.lvd-grid-cols3       {grid-template-columns: repeat(3, minmax(0, 1fr));}
.lvd-grid-cols4       {grid-template-columns: repeat(4, minmax(0, 1fr));}
.lvd-grid-cols5       {grid-template-columns: repeat(5, minmax(0, 1fr));}
.lvd-grid-cols6       {grid-template-columns: repeat(6, minmax(0, 1fr));}
.lvd-grid-cols7       {grid-template-columns: repeat(7, minmax(0, 1fr));}
.lvd-grid-cols8       {grid-template-columns: repeat(8, minmax(0, 1fr));}

/* Justify content */
.lvd-justify-start    {justify-content: flex-start;}
.lvd-justify-center   {justify-content: center;}
.lvd-justify-end      {justify-content: flex-end;}
.lvd-justify-between  {justify-content: space-between;}
.lvd-justify-around   {justify-content: space-around;}
.lvd-justify-evenly   {justify-content: space-evenly;}

/* Align items */
.lvd-items-start 	  {align-items: flex-start;} 
.lvd-items-end     	  {align-items: flex-end;}
.lvd-items-center 	  {align-items: center;}
.lvd-items-stretch 	  {align-items: stretch;}
.lvd-items-baseline   {align-items: baseline;}

/* Align self */
.lvd-self-start       {align-self: flex-start;}
.lvd-self-end 	      {align-self: flex-end;}
.lvd-self-center 	  {-ms-grid-row-align:center; align-self:center;} 

/* Order */
.lvd-order1           {order:1;}
.lvd-order2           {order:2;}
.lvd-order3           {order:3;}
.lvd-order4           {order:4;}
.lvd-order5           {order:5;}
.lvd-order6           {order:6;}
.lvd-order7           {order:7;}
.lvd-order8           {order:8;}

/* Position */
.lvd-inset-0          {top: 0px; right: 0px; bottom: 0px; left: 0px;}

/* Container center */
.lvd-align-center     {margin:0 auto;}

/* Place */
.lvd-place-lt { justify-content: flex-start; align-items: flex-start; } 
.lvd-place-lc { justify-content: flex-start; align-items: center; }    
.lvd-place-lb { justify-content: flex-start; align-items: flex-end; }  

.lvd-place-ct { justify-content: center; align-items: flex-start; }  
.lvd-place-cc { justify-content: center; align-items: center; }       
.lvd-place-cb { justify-content: center; align-items: flex-end; }    

.lvd-place-rt { justify-content: flex-end; align-items: flex-start; } 
.lvd-place-rc { justify-content: flex-end; align-items: center; }    
.lvd-place-rb { justify-content: flex-end; align-items: flex-end; }   


/*----------------------------- COPY BLOCK -----------------------------*/
.lvd-copy-block-container   {position:absolute; z-index: 10; top: 10px; right: 24px; display: flex; gap: 8px; align-items: end;}
.lvd-copy-block-footer      {position:absolute; z-index: 10; top: 33px; right: 24px; display: flex; gap: 8px; align-items: end;}
.lvd-copy-block-footer input {margin-right:3px !important;}
.lvd-copy-block-button      {background: #FFFFFF; color: #000000; border: 1px solid #000000; padding: 8px 12px; font-size: 12px; cursor: pointer; border-radius: 20px; font-weight: bold; opacity: 0.8; transition: all 0.2s ease;}


/*############################# MOBILE (bm-) #############################*/
@media (min-width:1px) and (max-width:767px)
{

/*----------------------------- LAYOUT -----------------------------*/
/* Display */
.bm-lvd-none             {display: none;}
.bm-lvd-block            {display: block;}
.bm-lvd-inline           {display: inline;}
.bm-lvd-inline-block     {display: inline-block;}
.bm-lvd-flex             {display: flex;}
.bm-lvd-inline-flex      {display: inline-flex;}
.bm-lvd-grid             {display: grid;}

/* Flex Columns */
.bm-lvd-c1               {width:100%; max-width:100%;}
.bm-lvd-c2               {max-width:calc(50% - var(--lvd-gap)); width:100%;}
.bm-lvd-c3               {max-width:calc(33.3333% - var(--lvd-gap)); width:100%;}

/* Flex Columns 12 system */
.bm-lvd-col-1            {max-width:calc(8.3333% - var(--lvd-gap)); width:100%;} /* 12 column*/
.bm-lvd-col-2            {max-width:calc(16.6666% - var(--lvd-gap)); width:100%;} /* 6 column*/
.bm-lvd-col-3            {max-width:calc(25% - var(--lvd-gap)); width:100%;} /* 4 column*/
.bm-lvd-col-4            {max-width:calc(33.3333% - var(--lvd-gap)); width:100%;} /* 3 column*/
.bm-lvd-col-5            {max-width:calc(41.6666% - var(--lvd-gap)); width:100%;}
.bm-lvd-col-6            {max-width:calc(50% - var(--lvd-gap)); width:100%;} /* 2 column*/
.bm-lvd-col-7            {max-width:calc(58.3333% - var(--lvd-gap)); width:100%;}
.bm-lvd-col-8            {max-width:calc(66.6666% - var(--lvd-gap)); width:100%;}
.bm-lvd-col-9            {max-width:calc(75% - var(--lvd-gap)); width:100%;}
.bm-lvd-col-10           {max-width:calc(83.3333% - var(--lvd-gap)); width:100%;}
.bm-lvd-col-11           {max-width:calc(91.6666% - var(--lvd-gap)); width:100%;}
.bm-lvd-col-12           {max-width:100%; width:100%;} /* 1 column*/

/* Grid columns */
.bm-lvd-grid-cols1      {grid-template-columns: repeat(1, minmax(0, 1fr));}
.bm-lvd-grid-cols2      {grid-template-columns: repeat(2, minmax(0, 1fr));}
.bm-lvd-grid-cols3      {grid-template-columns: repeat(3, minmax(0, 1fr));}

/* Order */
.bm-lvd-order1        {order:1;}
.bm-lvd-order2        {order:2;}
.bm-lvd-order3        {order:3;}

/* Place */
.bm-lvd-place-lt { justify-content: flex-start; align-items: flex-start; }
.bm-lvd-place-lc { justify-content: flex-start; align-items: center; }
.bm-lvd-place-lb { justify-content: flex-start; align-items: flex-end; }

.bm-lvd-place-ct { justify-content: center; align-items: flex-start; }
.bm-lvd-place-cc { justify-content: center; align-items: center; }
.bm-lvd-place-cb { justify-content: center; align-items: flex-end; }

.bm-lvd-place-rt { justify-content: flex-end; align-items: flex-start; }
.bm-lvd-place-rc { justify-content: flex-end; align-items: center; }
.bm-lvd-place-rb { justify-content: flex-end; align-items: flex-end; }

}
/*############################# END MOBILE (bm-) #############################*/




/*############################# TABLET (bt-) #############################*/
@media (min-width:768px) and (max-width:1024px)
{
/*----------------------------- LAYOUT -----------------------------*/
/* Flex Columns */
.bt-lvd-c1               {width:100%; max-width:100%;}
.bt-lvd-c2               {max-width:calc(50% - var(--lvd-gap)); width:100%;}
.bt-lvd-c3               {max-width:calc(33.3333% - var(--lvd-gap)); width:100%;}

/* Grid columns */
.bt-lvd-grid-cols1       {grid-template-columns: repeat(1, minmax(0, 1fr));}
.bt-lvd-grid-cols2       {grid-template-columns: repeat(2, minmax(0, 1fr));}
.bt-lvd-grid-cols3       {grid-template-columns: repeat(3, minmax(0, 1fr));}

/* Flex Columns 12 system */
.bt-lvd-col-1            {max-width:calc(8.3333% - var(--lvd-gap)); width:100%;} /* 12 column*/
.bt-lvd-col-2            {max-width:calc(16.6666% - var(--lvd-gap)); width:100%;} /* 6 column*/
.bt-lvd-col-3            {max-width:calc(25% - var(--lvd-gap)); width:100%;} /* 4 column*/
.bt-lvd-col-4            {max-width:calc(33.3333% - var(--lvd-gap)); width:100%;} /* 3 column*/
.bt-lvd-col-5            {max-width:calc(41.6666% - var(--lvd-gap)); width:100%;}
.bt-lvd-col-6            {max-width:calc(50% - var(--lvd-gap)); width:100%;} /* 2 column*/
.bt-lvd-col-7            {max-width:calc(58.3333% - var(--lvd-gap)); width:100%;}
.bt-lvd-col-8            {max-width:calc(66.6666% - var(--lvd-gap)); width:100%;}
.bt-lvd-col-9            {max-width:calc(75% - var(--lvd-gap)); width:100%;}
.bt-lvd-col-10           {max-width:calc(83.3333% - var(--lvd-gap)); width:100%;}
.bt-lvd-col-11           {max-width:calc(91.6666% - var(--lvd-gap)); width:100%;}
.bt-lvd-col-12           {max-width:100%; width:100%;} /* 1 column*/

}
/*############################# END TABLET (bt-) #############################*/




/*############################# LARGE SCREEN (bl-) #############################*/
@media (min-width:1680px) 
{


}
/*############################# END LARGE SCREEN (bl-) #############################*/