
/* Reset */

@import url("normalize.css");

a {
	text-decoration: none;
}

#siteSections
{
    overflow-x:hidden;
    overflow-y: hidden;
}

body
{
    margin:0px;
}

body.no-fixed-background .Section div.sectionImgBG,
body.no-fixed-background .Element div.elementImgBG
{
    background-attachment:scroll !important;
}

.viewportInfo
{
    position:fixed;
    top:10px;
    left:10px;
    width:180px;
    height: 25px;
    background: white;
    border:whitesmoke;
    border:1px solid lightblue;
    color:lightslategray;
    z-index: 9999;
    text-align: center;
    line-height: 25px;
    vertical-align: middle;
}


.ViewportRealm
{
	display: none;
	width: 100%;
	height: 100%;
}

#viewportNotifier
{
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

#viewportNotifier.ribbon
{
    opacity: 0;
    visibility: hidden;
    z-index: 99;

    width: 210px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    transform: rotate(-45deg);
    background: cornflowerblue;
    border: 1px solid lightblue;
    text-align: center;
    font-size:13px;
    color: whitesmoke;
    top: 24px;
    left: -60px;
}

div.Section.PopupHolder
{
    z-index:1000 !important;
}

.ui-widget.ui-widget-content

{
	border:none !important;
}

/*#region /// FULL SECTION LOADING POSITIONING */
    div.Section .storeLoading
    {
        position:absolute; 
        top:0; 
        left:0; 
        width:100%; 
        height: 98%;
        border:none;
        z-index: 1000;        
    }

    div.Section .storeLoadingBack
    {
        width: 100%;
        height: 100%;
        background:rgb(255, 255, 255);
        opacity: .8;        
    }

    div.Section .storeLoadingSpinner
    {
        position:absolute;
        top:50%;
        left: 50%;
        transform: translate(-50%, -50%);    
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
/*#endregion*/

/*#region /// SECTION POSITIONING & DEFAULTS*/

    div.Section
    {
        position:relative;    
        border:none;
        width:100%;
        opacity:1;        
    }

    div.Section > .SEOElement
    {
        position:relative;
        display: block;
        width: 100%;
        height: 100%;
        font-size: inherit;
        margin: 0;
        padding:0;
        font-weight: inherit;
    }        

    div.Section > .SEOElement > div.sectionColorBG
    {
        width: 100%;
        height: 100%;
        position: absolute;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;        
        border-width:0px 0px 0px 0px;
        border-style:solid solid solid solid;
        border-radius:0px 0px 0px 0px;
        border-color:transparent;
        opacity:1;
    }    

    div.Section > .SEOElement > div.sectionImgBG
    { 
        width: 100%;
        height: 100%;
        position: absolute;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;      
        overflow: hidden;        
        border-width:0px 0px 0px 0px;
        border-style:solid solid solid solid;
        border-radius:0px 0px 0px 0px;
        border-color:transparent;
        background-size:cover;           
    }    

    div.Section > .SEOElement > div.sectionBody
    {
        width: 100%;
        height: 100%;
        position: relative;
    }

    div.Section > .SEOElement > div.sectionImgBG img.Parallax
    {
        position:absolute;
    }

    div.Section.HiddenContent
    {
        overflow: hidden;
    }

    div.Section.HeaderFixed {
        position:fixed;
        z-index: 999999;
        box-shadow: 0 3px 10px 0px rgba(102, 115, 136, 0.2);
    }

    div.Section.CopyrightSection
    {
        z-index: 999999;
    }

/*#endregion*/

/*#region /// BASE ELEMENT POSITIONING & DEFAULTS*/

    div.Element
    {
        position:absolute;
        cursor: default;
    }

    div.InnerElement,
    li.InnerElement
    {
        position: relative;
    }

    div.Element.RelPosition
    {
        position: relative;
    }

    div.Element p
    {
        margin:0px;
    }

    div.Element > .SEOElement,
    div.InnerElement > .SEOElement
    {
        position:relative;
        display: block;
        width: 100%;
        height: 100%;
        font-size: inherit;
        margin: 0;
        padding:0;
        font-weight: inherit;
    }    

    div.Element > .SEOElement > .contentContainer
    {
        position: relative;
        margin: 0;
        height: 100%;    
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        filter: inherit;
        overflow: visible;
    }    

    div.InnerElement > .contentContainer
    {
        width: 100%;
        height: 100%;
    }

    div.Element .absoluteFill
    {
        position: relative;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
    }    

    div.Element .absoluteFill > .elementColorBG,
    div.Element div.InnerElement .elementColorBG,
    div.Element li.InnerElement .elementColorBG
    {
        width: 100%;
        height: 100%;
        position: absolute;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;	

        border-width:0px 0px 0px 0px;
        border-style:solid solid solid solid;
        border-radius:0px 0px 0px 0px;
        border-color:transparent;
        opacity:1;    
    }

    div.Element .absoluteFill > .elementBorder,
    div.Element div.InnerElement .elementBorder,
    div.Element li.InnerElement .elementBorder
    {
        position: relative;
        margin: 0;
        height: 100%;    
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        filter: inherit;

        border-width:0px 0px 0px 0px;
        border-style:solid solid solid solid;
        border-radius:0px 0px 0px 0px;
        border-color:#000000 #000000 #000000 #000000;
    }

    div.Element .absoluteFill > .elementBorder > .elementContainer,
    div.Element div.InnerElement .elementBorder > .elementContainer,
    div.Element li.InnerElement .elementBorder > .elementContainer
    {
        height: 100%; 
        margin: 0; 
        position: relative; 
        background: none;     
        word-wrap: break-word;    
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;   

        padding: 0px  0px 0px 0px;
    }
        

    div.Element .absoluteFill > .elementImgBG
    {
        width: 100%;
        height: 100%;
        position: absolute;    
        background-size:cover;
        background-position: center center;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;	

        border-width:0px 0px 0px 0px;
        border-style:solid solid solid solid;
        border-radius:0px 0px 0px 0px;
        border-color:transparent;
    }   

    div.Element .absoluteFill > .elementBorder > .elementContainer > .DataView
    {
        width:100%;
        height: 100%;
        top:0;
        left:0;
        position:relative;
    }

    div.Element.HiddenContent .Size
    {
        overflow: hidden;
    }

    div.Element.NoFrame
    {
        border-top:none;
        border-bottom:none;
    }

	div.Element.ButtonPopup
	{
		cursor: pointer;
	}		
		
    div.Element.Button .elementContainer,
	div.Element.ButtonPopup .elementContainer,
    div.Element.ButtonIcon .elementContainer,
    div.Element.SubmitButton .elementContainer,
    div.Element.LanguageFlag .elementContainer,
    div.Element.NavButton .elementContainer,
    div.Element.NavMenu .elementContainer
    {
        text-align:center;
    }  

    div.Element .Svg,
    div.Element .FavSvg{
        position:relative;
        overflow:visible !important;
    }
/*#endregion*/

/*#region --- SITEMENU ELEMENT */

    div.Element.SiteMenu .elementContainer svg
    {
        font-family: 'ego-icon-font';
    }

    ul.SiteMenu 
    {
        text-align: left;
        display: inline;
        margin: 0px;
        padding: 0px;
        list-style: none;
        font-size: 0px;


        display:  flex;
        width:  100%;
        height:  auto;
    }

    ul.SiteMenu li.SitePage {
        display: inline-block;
        position: relative;
        cursor: pointer;
        transition: background-color .2s,color 0.2s;
        text-align: center;
    }

    ul.SiteMenu li.SitePage ul.SubMenu 
    {
        padding: 0;
        position: absolute;
        left: 0;
        display: block;
        opacity: 1;
        visibility: visible;    
    }

    ul.SiteMenu:before,
    ul.SiteMenu:after
    {
        margin: 0px;
    }

    ul.SiteMenu li.SitePage ul.SubMenu li.SitePage { 
    background: inherit;
    color: inherit; 

    display: block; 
    }

    div.SitePageLabel
    {
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);    
    }

    ul.SubMenu li.SitePage div.SitePageLabel
    {
        position:relative;
        transform: translate(-50%, 0);    
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }

    /* //// HORIZONTAL MENU*/
        ul.SiteMenu.Horizontal
        {
            display: inline-block;
            width: 100%;
            height: 100%;
            text-align: center;
            white-space: nowrap;

            display:  flex;
            justify-content:  space-between;
            flex-wrap: nowrap;
        }

        ul.SiteMenu.Horizontal li.SitePage
        {
            display: inline-block;
            flex-grow:  1;
        } 

        ul.SiteMenu.Horizontal li.SitePage ul.SubMenu
        {
            top:100%;
            min-width: 100%;
        }

        ul.SiteMenu.Horizontal div.SitePageLabel
        {
            max-height: 100%;
        }

        ul.SiteMenu .SubMenuPositioner
        {
            position: relative;
            top:-50%;
            opacity: 0;
            visibility: hidden;
            z-index:-1;
            transition: all 0.3s ease-in-out .2s, visibility 0s linear 0.5s, z-index 0s linear 0.03s;
        }

        ul.SiteMenu li.SitePage:hover .SubMenuPositioner
        {
            /*top:50%;*/
            top:0%;
            opacity: 1;
            visibility: visible;
            transition-delay: 0s, 0s, 0.3s;
            z-index:-1;
        }

    /* //// VERTICAL MENU*/

        ul.SiteMenu.Vertical
        {
            display: inline-block;
            width: 100%;
            height: 100%;
        }

        ul.SiteMenu.Vertical li.SitePage ul.SubMenu
        {
            left:100%;
            height: auto;
            width: 100%;
            top:0px;
        }

        ul.SiteMenu.Vertical .SubMenuPositioner
        {
            top:0%;
            left:50%;
        }

        /*ul.SiteMenu.Vertical .SubMenuPositioner.Locked*/
        ul.SiteMenu.Vertical li.SitePage:hover .SubMenuPositioner
        {
            top:0%;
            left:100%;
        }

        ul.SiteMenu.Vertical div.SitePageLabel
        {
            white-space: nowrap;
            position: relative;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);    
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);  
        }


        ul.SiteMenu li.SitePage.JSAnim .SubMenuPositioner
        {
            display: none;
            position: relative;
            top:-50%;
            /*top:-50%;*/
            opacity: 0;
            visibility: hidden;
            z-index:-1;
            transition: all 0.3s ease-in-out .2s, visibility 0s linear 0.5s, z-index 0s linear 0.03s;        
        }

        ul.SiteMenu li.SitePage.JSAnim .SubMenuPositioner.blind
        {
            top:0%;
            opacity: 1;
            visibility: visible;
            transition-delay: 0s, 0s, 0.3s;
            z-index:-1;        
        }

    /* //// MOBILE ENVIRONMENT*/
    .MobileMenu_Modal
    {
        position: absolute;
        top:0px;
        left:0px;
        width:100%;
        height: 100%;
        background: transparent;
        z-index:1000334;/*has to be hover the fixed shop header*/
        display: none;
    }

    .MobileMenu
    {
        /*position: absolute;*/
        position: fixed;
        /*opacity: 0;
        visibility: hidden;
        z-index:-1;*/
        display: none;
        width:75%;
        left:0px;
        z-index:1000335;/*has to be hover the fixed shop header*/
        height: 100%;
        box-shadow: 0 0px 10px 6px rgba(102, 115, 136, 0.3);
    }

    .MobileMenu ul
    {
        text-align: left;
        display: block;
        margin: 0px;
        padding: 0px;
        list-style: none;
        font-size: 0px;
        height: 100%; 
    }

    .MobileMenu .MenuExpand
    {
        position: absolute;
        font-family:'ego-icon-font';
        display: inline-block;
        width: 40px;
        font-size: 12px;
        left:0px;
        top:0px;
        text-align: center;
        cursor: pointer;
    }

    .MobileMenu .MenuExpand:after
    {
        content:'\e90e';
    }

    .MobileMenu .MenuPanelSwitch
    {
        position: absolute;
        font-family:'ego-icon-font';
        display: inline-block;
        width: 40px;
        font-size: 12px;
        right:0px;
        top:0px;
        text-align: center;
        cursor: pointer;
    }

    .MobileMenu .MenuPanelSwitch:after
    {
        content:'\e920';
    }    

    .MobileMenu .ChildSubMenu
    {
        display: none;
        height: auto;
    }

    .MobileMenu .MenuClose
    {
        position:relative;
        height: 28px;
        line-height: 28px;
        font-family:'ego-icon-font';
        font-size:16px;
        z-index: 1;
    }

    .MobileMenu .MenuClose:before
    {
        width:25px;
        text-align: center;
        right: 6px;
        top:2px;        
        position:absolute;
        content:'\e91d';
    }

    .MobileMenu .SitePageContainer
    {
        position:static;
        font-size: 0px;
    }

    .MobileMenu .SitePageContainer .positioner
    {
        position: relative;
    }

    .MobileMenu .SitePageContainer.Open .MenuExpand:after
    {
        content:'\e90f';
    }

    .MobileMenu .SitePageContainer.Open + .ChildSubMenu
    {
        display: block;
    }

    .MobileMenu .elementBorder
    {
        overflow: hidden;
    }

	div.Element.MobileMenuSkin {
		cursor: pointer;
	}
/*#endregion*/

/*#region --- INLINE TABLE */

    div.inlineRow
    {
        display: inline-block;
        width: 100%;
        height: 100%;
        font-size:0px;
        margin:0;
        padding:0;
        box-sizing: border-box;
        vertical-align: top;
        white-space: nowrap;
    }

    div.inlineColumn 
    {
        position:relative;
        display: inline-block;
        width: 50%;
        height: 100%;
        font-size:0px;
        margin:0;
        padding:0;
        box-sizing: border-box;
        vertical-align: top;
    }

    div.inlineSpacer
    {
        display: inline-block;  
        width: 100%;
        font-size:0px;
    }
/*#endregion*/

/*#region --- GALLERY */

    div.Element.Gallery .elementContainer
    {
        font-size:0;
    }

    div.Element.Gallery .InnerElement .BoxStyle
    {
        z-index: 1;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    div.Element.Gallery .InnerElement .BoxStyle
    {
        z-index: 1;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }    

    div.Element.Gallery .InnerElement .BoxStyle .elementContainer
    {
        width: 100%;
        height: 100%;
    }

    div.Element.Gallery .InnerElement .imgMask
    {
        z-index: -1;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
    }    

    /* --- PICTURE GALLERY */
        .GalleryFrame
        {
            width: 100%;
            height: 100%;
            border: none;
            padding: 0px;
            margin: 0px;
            overflow: hidden;
        }

        .GalleryFrame .GallerySlide:last-child
        {
            top:-100%;
        }

        .GalleryFrame .GallerySlide:first-child
        {
            top:0%;
        }
        
        .GallerySlide
        {
            width: 100%;
            height: 100%;
            border: none;
            padding: 0px;
            margin: 0px;
            position:relative;
        }

        .imageRow
        {
            display: inline-block;
            width: 100%;
            height: 50%;
            font-size:0;
            margin:0;
            padding:0;
            box-sizing: border-box;
        }

        .imageRow .imageCell
        {
            position:relative;
            display: inline-block;
            width: 50%;
            height: 100%;
            font-size:0px;
            margin:0;
            padding:0;
            box-sizing: border-box;
        }

        .imageRow .imageCell .imageCellBox
        {
            position: relative;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            overflow: hidden;
        }

        .imageRow .cellSpacer
        {
            display: inline-block;  
            width: 100%;
        }

        .imageRow .rowSpacer
        {
            display: inline-block;  
            width: 100%;
        }
/*#endregion*/

/*#region --- SLIDESHOW */

    div.Element.Slideshow .Slides
    {
        opacity: 0.99999;
    }    

    /* --- SLIDE */
    div.Element.Slideshow .Slide {
        position: absolute;
        cursor: default;      
        z-index: 8;
        display: none;
        width: 100%;
        height: 100%;
    }

    div.Element.Slideshow .Slide.active {
        z-index: 9;
        display: inline-block;
    }

    div.Element.Slideshow .Slide.animating {
        z-index: 10;
    }   

/*#endregion*/

/*#region --- PRODUCT RELATED LIST ELEMENT */
    div.Element.ProductRelatedList.wrap .sliderWrap
    {
        overflow: hidden;
    }
/*#endregion*/

/*#region --- PRODUCT BASIC PANEL ELEMENT */
    div.Element.ProductBasicPanel.wrap .sliderWrap
    {
        overflow: hidden;
    }
/*#endregion*/

/*#region --- PROPERTY BASIC PANEL ELEMENT */
    div.Element.PropertyBasicPanel.wrap .sliderWrap
    {
        overflow: hidden;
    }
/*#endregion*/

/*#region --- NEWS BASIC PANEL ELEMENT */
div.Element.NewsBasicPanel.wrap .sliderWrap {
	overflow: hidden;
}
/*#endregion*/

/*#region --- NEWS RELATED PANEL ELEMENT */
div.Element.NewsRelatedPanel.wrap .sliderWrap {
	overflow: hidden;
}
/*#endregion*/

/*#region --- DATALIST*/

.Datalist .DatalistFrame {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.Datalist .datalistItem {
    position: relative;
    margin: 10px;
    box-sizing: border-box;
    color: inherit;
    list-style-type: none;
}

.Datalist .datalistImg {
    position: relative;
    width: 100%;
}


.Datalist .datalistInfo {
    position: relative;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    z-index: 2;
    width: 100% !important;
}

.Datalist .datalistTitle {
    flex-basis: 100%;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
}

.Datalist .datalistDescription {
    flex-basis: 100%;
    margin-bottom: 10px;
    line-height: 1.4em;
}

/*#endregion*/

/*#region --- ACCORDION TEXT ELEMENT */
    .accordion .ui-accordion-content {
        width: 100%;
        background-color: white;
        color: #777;
        font-size: 10pt;
        line-height: 16pt;
        overflow: unset;
    }

    .accordion .ui-widget-content {
        border: 0px;
        background: transparent;
        color: #333333;
    }

    .accordion .ui-accordion-header a {
        background-color: white;
        margin: 0px;
        color: #777;
        font-size: 10pt;
        line-height: 16pt;
        overflow: unset;
    }

    .accordion .ui-accordion-header:focus {
        outline: none;
    }

    .accordion .ui-state-focus {
        border: 0px;
    }



    .accordion .ui-state-default {
        border: 0px;
        background: transparent;
    }

    .accordion .ui-state-active {
        box-shadow: unset;
        border: 0px;
        background: transparent;
        color: #454545;
    }

    .accordion .ui-state-focus {
        box-shadow: unset;
        border: 0px;
    }

    .AccordionTitleItem {
    padding: 0px !important;
        border: 0px;
    }

        .AccordionTitleItem h3 {
            margin-top: 0px;
            margin-bottom: 0px;
            font-weight: normal;
            font-size: inherit;
        }

        .AccordionTitleItem .egoiconfont-chevron-thin-up:before {
            content: "\e91f";
            float: left;
            padding-top: 5px;
            padding-left: 10px;
            position: absolute;
        }

        .AccordionTitleItem .egoiconfont-chevron-thin-down:before {
            content: "\e922";
            float: left;
            padding-top: 5px;
            padding-left: 10px;
            position: absolute;
        }

    .AccordionContentItem {
        padding: 0px !important;
    }

    .AccordionContentItem p {
        margin: 0px;
    }
/*#endregion*/

/*#region --- SOCIAL MENU*/

    .SocialMenu {
        display: inline-block;
        position: absolute;
    }

    .social-media-links .social-media-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
    }

    .social-media-links .social-media-content.vertical {
        flex-direction: column;
    }
/*#endregion*/

/*#region --- PROPERTY RELATED PANEL ELEMENT */
div.Element.PropertyRelatedPanel.wrap .sliderWrap
{
	overflow: hidden;
}
/*#endregion*/

/*#region --- BUTTON ELEMENT */
    div.Element.Button .absoluteFill > .elementBorder > .elementContainer,
	div.Element.ButtonPopup .absoluteFill > .elementBorder > .elementContainer{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);    
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);  
        height: auto;
    }  
/*#endregion*/

/*#region --- GENERIC INNER BUTTON */
    .formContactButton {
        width: 100%;
    }
/*#endregion*/

/*#region --- PROPERTY CONTACT FORM*/
.PropertyContactForm{
    display:none;
}
/*#endregion*/

/*#region --- SUBMIT BUTTON ELEMENT */
div.Element.SubmitButton .absoluteFill > .elementBorder > .elementContainer {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    height: auto;
}

    div.Element.SubmitButton:hover
    {
        cursor:pointer;
    }
/*#endregion*/

/*#region --- PERSONAL AREA*/
    .siteSectionShopHeader {
        height: 36px;
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.08) 0 1px 0;
    }
    .siteSectionShopHeader .siteSectionContent {
        position: absolute;
        height: 100%;
    }

    .shopHeaderButtons {
        float: right;
        font-size: 13px;
        font-family: "Cardo",serif;
        line-height: 36px;	
    }

    .shopHeaderButtons .anchor{
        padding: 0 0 0 10px;
        margin-left: 10px;
        height: 36px;	
        display: inline-block;	
        border-left: 1px dashed rgba(107, 83, 113, 0.2);
        color: black;
    }

    .shopHeaderButtons .anchor span.cartCount{
        display: inline-block;
        padding: 0 6px;
        height: 18px;
        color: white;
        line-height: 18px;
        background-color: black;
        vertical-align: middle;
        border-radius: 24px;
        font-size: 11px;
        margin-left: 5px;
        font-weight: 700;
    }

    .shopHeaderButtons .icon{
        height: 16px;
        margin: 4px 8px 0 8px;
        vertical-align: top;
        width: 16px;
    }

    .icon {
        display: inline-block;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        transition: all ease 0.2s;
    }

    .PersonalAreaCheckout .ContainerStyle  a
    {
        color: inherit;
    }  

    .CartResume
    {
        color: black;
    }

    .ShopHeaderGhost
    {
        position:relative;
    }

    .FixedPositioner
    {
        position:fixed;
        width: 100%;
        z-index: 1000000;    
        box-shadow: 0 3px 10px 0px rgba(102, 115, 136, 0.15);
    }
/*#endregion*/    

/*#region --- BASIC FORM ELEMENT */
    .BasicForm .formCellBox label
    {
        width:100%;
        height: 25px;
        overflow: hidden;
        display: block;
        line-height: 25px;
    }

    .BasicForm .formCellBox input
    {
        width:100%;
        display: block;
        padding: 0px;
        border:none;
        box-sizing: content-box;
    }

    .BasicForm .formCellBox textarea
    {
        width:100%;
        height: 90px;
        display: block;
        padding: 0px;
        border:none;
        box-sizing:content-box;
    }

    .BasicForm .formCellBox input::-webkit-input-placeholder,
    .WebForm .formCellBox input::-webkit-input-placeholder,
    .BasicForm .formCellBox textarea::-webkit-input-placeholder
    {
        opacity: 1;
    }

    .BasicForm .formCellBox input::-moz-placeholder,
    .WebForm .formCellBox input::-moz-placeholder,
    .BasicForm .formCellBox textarea::-moz-placeholder
    { /* Firefox 19+ */
        opacity: 1;
    }
    
    .BasicForm .formCellBox input:-ms-input-placeholder,
    .WebForm .formCellBox input:-ms-input-placeholder,
    .BasicForm .formCellBox textarea:-ms-input-placeholder { /* IE 10+ */
       opacity: 1;
    }

    .BasicForm .formCellBox input:-moz-placeholder, 
    .WebForm .formCellBox input:-moz-placeholder,
    .BasicForm .formCellBox textarea:-moz-placeholder
    { /* Firefox 18- */
    opacity: 1;
    }        


    .BasicForm form
    {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .BasicForm .fieldsContainer
    {
        position:relative;
        font-size:0px;
        top: 0;
        left: 0;
    }

    /* --- FORM COMBO INNER ELEMENT */
        .BasicForm .FormComboWrapper,
        .DataView .FormComboWrapper
        {
            position: relative;
            box-sizing: border-box;
        }

        .BasicForm .FormComboWrapper .ComboHandle,
        .DataView .FormComboWrapper .ComboHandle
        {
            position: absolute;
            left:calc(100%  - 35px);
            height: 100%;
            width: 35px;
            text-align: center;
            font-family: 'ego-icon-font' !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
			z-index: 0;
        }

        .BasicForm .FormComboWrapper .ComboHandle i,
        .DataView .FormComboWrapper .ComboHandle i
        {
            font-size: 0.85em;
            font-style: normal;
            position: absolute;
            top:50%;
            transform: translate(-50%, -50%);
            z-index:1;
        }

        .BasicForm .FormComboWrapper .ComboHandle i::before,
        .DataView .FormComboWrapper .ComboHandle i::before
        {
            content: "\e922";   
        }

        .BasicForm .FormComboWrapper select,
        .DataView .FormComboWrapper select
        {
            position: relative;
            width: 100%;
            height: 100%;
            cursor: pointer;
            color: inherit;        
            margin: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
            border: none;
            border-radius: 0;
            outline: none;
            box-sizing: content-box;
            background-color: transparent;
        }

        .BasicForm .FormComboWrapper select::-ms-expand,
        .DataView .FormComboWrapper select::-ms-expand {
            display: none;
        }

    /* --- FORM SLIDER INNER ELEMENT */

        .BasicForm .FormSliderWrapper,
        .DataView .FormSliderWrapper
        {
            position: relative;
            height: 100%;
        }

        .BasicForm .FormSliderWrapper .FormSliderBase,
        .DataView .FormSliderWrapper .FormSliderBase
        {
            position: relative;
            height: 5px;        
            top:25%;
            margin:0px 8px;
        }
        .BasicForm .FormSliderWrapper .FormSliderMin,
        .BasicForm .FormSliderWrapper .FormSliderMax,
        .DataView .FormSliderWrapper .FormSliderMin,
        .DataView .FormSliderWrapper .FormSliderMax
        {
            font-size: 1em;
            height: 16px;
            line-height: 25px;
            display: inline-block;
            margin-left:4px;
            margin-top:10px;
            color:inherit;
        }

        .BasicForm .FormSliderWrapper .FormSliderMax,
        .DataView .FormSliderWrapper .FormSliderMax
        {
            float: right;
        }

        .BasicForm .FormSliderWrapper .ui-slider-handle,
        .DataView .FormSliderWrapper .ui-slider-handle
        {
            margin-left:-.6em;
        }

        /*JQUERY UI OVERRIDES*/
        .FormSliderBase.ui-widget.ui-widget-content
        {
            border: none;
        }

        .FormSliderBase.ui-slider .ui-slider-range {
            background-color: rgba(27, 177, 231, 1);
            border-radius: 0;
        }
    
        .FormSliderBase.ui-slider-horizontal {
            height: 5px;
        }
    
        .FormSliderBase.ui-slider .ui-slider-handle {
            width: 14px;
            height: 14px;
            border-radius: 12px;
            top: -5px;
            cursor: pointer;
        }        

    /* --- FORM INPUT INTERVAL INNER ELEMENT */

        .BasicForm .InnerElement[data-type="FormInputInterval"],
        .WebForm .InnerElement[data-type="FormInputInterval"]
        {
            font-size: 0;
        }

        .BasicForm .InnerElement[data-type="FormInputInterval"] .col,
        .WebForm .InnerElement[data-type="FormInputInterval"] .col
        {
            display:inline-block;
            width: calc(50% - 5px) !important;
            position: relative;
            box-sizing: border-box;
            white-space: nowrap;
            margin: 0 5px;
        }

        .BasicForm .InnerElement[data-type="FormInputInterval"] input,
        .WebForm .InnerElement[data-type="FormInputInterval"] input
        {
            background: transparent;
            height: 100%;
            width: 100%;
            outline: none;
            color:inherit;
        }
    
        .BasicForm .InnerElement[data-type="FormInputInterval"] .inputWrapper.colFirst,
        .WebForm .InnerElement[data-type="FormInputInterval"] .inputWrapper.colFirst
        {
            margin-left: 0px;
        }
    
        .BasicForm .InnerElement[data-type="FormInputInterval"] .inputWrapper.colLast,
        .WebForm .InnerElement[data-type="FormInputInterval"] .inputWrapper.colLast
        {
            margin-right: 0px;
        }    
    
        .BasicForm .InnerElement[data-type="FormInputInterval"] .UnitHandle
        {
            position: absolute;
            /*left:calc(100%  - 35px);*/
            /*width: 35px;*/

            top:50%;
            transform: translateY(-50%);
        }

    /* --- FORM RGDP INNER ELEMENT */
        .BasicForm .InnerElement[data-type="FormRGPDInput"] input
        {
            width:auto;
            display: inline-block;
            padding: 0px;
            border:none;
            box-sizing: content-box;
            margin-right:5px;
        }

        .BasicForm .InnerElement[data-type="FormRGPDInput"] label
        {
            width: 100%;
            height: auto;
            white-space: normal;
            display: block;
            line-height: 16px;
        }

	/* -------- FORM CHECKBOX ------------ */
		.BasicForm .InnerElement[data-type="FormCheckboxInput"] input,
		.WebForm .InnerElement[data-type="FormCheckboxInput"] input {
			display: inline-block;
			padding: 0px;
			border: none;
			box-sizing: content-box;
			margin-right: 5px;
			width: auto;
		}

		.BasicForm .InnerElement[data-type="FormCheckboxInput"] label.checklabel,
		.WebForm .InnerElement[data-type="FormCheckboxInput"] label.checklabel {			
			height: auto;
			white-space: normal;			
			box-sizing: border-box;
			width: auto !important;
			display: inline-block;
			margin: 0 5px 0 0;
		}

			.BasicForm .InnerElement[data-type="FormCheckboxInput"] label.checklabel.vertical,
			.WebForm .InnerElement[data-type="FormCheckboxInput"] label.checklabel.vertical {
				display: block;
				margin: 0 0 5px 0;
				width: 100% !important;
			}

			.BasicForm .InnerElement[data-type="FormCheckboxInput"] label.checklabel:last-of-type,
			.WebForm .InnerElement[data-type="FormCheckboxInput"] label.checklabel:last-of-type {
				margin: 0 0 0 0;
			}

		.BasicForm .InnerElement[data-type="FormCheckboxInput"] .check-container,
		.WebForm .InnerElement[data-type="FormCheckboxInput"] .check-container {
			vertical-align: middle;
		}

	/* -------- FORM CHECKBOX ------------ */
		.BasicForm .InnerElement[data-type="FormRadioInput"] input,
		.WebForm .InnerElement[data-type="FormRadioInput"] input {
			display: inline-block;
			padding: 0px;
			border: none;
			box-sizing: content-box;
			margin-right: 5px;
			width: auto;
		}

.BasicForm .InnerElement[data-type="FormRadioInput"] label.checklabel,
.WebForm .InnerElement[data-type="FormRadioInput"] label.checklabel {
	width: auto !important;
	height: auto;
	white-space: normal;
	display: inline-block;
	margin: 0 5px 0 0;
	box-sizing: border-box;
}

			.BasicForm .InnerElement[data-type="FormRadioInput"] label.checklabel.vertical,
			.WebForm .InnerElement[data-type="FormRadioInput"] label.checklabel.vertical {
				width: 100% !important;
				display: block;
				margin: 0 0 5px 0;
			}

			.BasicForm .InnerElement[data-type="FormRadioInput"] label.checklabel:last-of-type,
			.WebForm .InnerElement[data-type="FormRadioInput"] label.checklabel:last-of-type {
				margin: 0 0 0 0;
			}

		.BasicForm .InnerElement[data-type="FormRadioInput"] .check-container,
		.WebForm .InnerElement[data-type="FormRadioInput"] .check-container {
			vertical-align: middle;
		}

/*#endregion*/

/*#region --- ICON BUTTON ELEMENT */
    div.Element.Icon svg 
    {
        font-family: 'ego-icon-font';
    }
/*#endregion*/

/*#region --- ICON BUTTON ELEMENT */
    div.Element.ButtonIcon svg 
    {
        font-family: 'ego-icon-font';
        top: 50%;
        transform: translate(0, -50%);    
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);

        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
/*#endregion*/    

/*#region --- ICON & TEXT BUTTON ELEMENT */
    div.Element.ButtonTextIcon svg 
    {
        font-family: 'ego-icon-font';
        top: 50%;
        transform: translate(0, -50%);    
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        display: inline-block;
        vertical-align: top;

        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;                
    }

    div.Element.ButtonTextIcon .RichTextEditor
    {
        width:auto;
        display: inline-block;
        top: 50%;
        transform: translate(0, -50%);    
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        position: relative;
        vertical-align: top;
    }
/*#endregion*/

/*#region --- USERS LISTS COUNTER */
    .UsersListsCounter,
    .Section .UsersListsCounter
    {
        position: absolute;
        cursor: default;
    }

        .UsersListsCounter.Focused.EditorEnabled .ui-resizable-handle
        {
            display: none;
            min-height: 5px;
        }

        .UsersListsCounter .elementTransform
        {
            display: block;
        }

        .UsersListsCounter .containerCounter
        {
            position: relative;
            display: inline-block;
        }

            .UsersListsCounter .containerCounter svg
            {
                display: inline-block;
                vertical-align: top;
            }

            .UsersListsCounter .containerCounter .userCounter
            {
                position: absolute;
                z-index: 1;
            }

        .UsersListsCounter .RichTextEditor
        {
            width: auto;
            display: inline-block;
            top: 50%;
            transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            position: relative;
            vertical-align: top;
        }

        .UsersListsCounter .containerCounter .userCounter
        {
            text-align: center;
            width: 20px;
            height: 20px;
        }

        .UsersListsCounter .containerCounter .userCounter .counterNumb
        {
            line-height: 20px;
        }

    .elementImgBG
    {
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        background-position: center center;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

/*#endregion*/

/*#region --- SECTIONMENU ELEMENT */

    .Element.SectionMenu
    {
        position:absolute;
    }

    ul.SectionMenu {
    text-align: left;
    display: inline;
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 0px;
    }
    ul.SectionMenu li.SiteSection {
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: background,color 0.2s;
    text-align: center;
    }

    ul.SectionMenu li.SiteSection ul.SubMenu {
    padding: 0;
    position: absolute;
    left: 0;
    display: block;
    opacity: 1;
    visibility: visible;    
    }

    ul.SectionMenu:before,
    ul.SectionMenu:after
    {
        margin: 0px;
    }

    ul.SectionMenu li.SiteSection ul.SubMenu li.SiteSection { 
    background: inherit;
    color: inherit;
    display: block; 
    }

    /*TODO*/
    div.SiteSectionLabel
    {
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);    
    }

    ul.SubMenu li.SiteSection div.SiteSectionLabel
    {
        position:relative;
        transform: translate(-50%, 0);    
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);          
    }

	.siteSectionMenu .ItemMenu > a{
		padding: 0 8px;
		border-left: 1px solid rgba(15, 150, 220, 1);
		color: rgba(102, 115, 136, 1);
		font-size: 13px;
		box-sizing: border-box;
		display: inline-block;
	}

	.siteSectionMenu .ItemMenu > a .icon {
		width: 18px;
		height: 18px;
	}

	.siteSectionMenu .ItemMenu > a:hover {
		color: rgba(27, 177, 231, 1);
		background-color: rgba(15, 150, 220, 1);
	}

    /* //// HORIZONTAL MENU*/

        ul.SectionMenu.Horizontal
        {
            display: inline-block;
            width: 100%;
            height: 100%;
            text-align: center;
            white-space: nowrap;
        }

        ul.SectionMenu.Horizontal li.SiteSection
        {
            display: inline-block;
        } 

        ul.SectionMenu.Horizontal li.SiteSection ul.SubMenu
        {
            top:100%;
            min-width: 100%;
        }

        ul.SectionMenu.Horizontal div.SiteSectionLabel
        {
            max-height: 100%;
        }

        ul.SectionMenu .SubMenuPositioner
        {
            position: relative;
            top:50%;
            /*top:-50%;*/
            opacity: 0;
            visibility: hidden;
            z-index:-1;
            transition: all 0.3s ease-in-out .2s, visibility 0s linear 0.5s, z-index 0s linear 0.03s;
            display: none;
        }

        /*ul.SectionMenu .SubMenuPositioner.Locked*/
        ul.SectionMenu li.SiteSection:hover .SubMenuPositioner
        {
            /*top:50%;*/
            top:100%;
            opacity: 1;
            visibility: visible;
            transition-delay: 0s, 0s, 0.3s;
            z-index:-1;
            display: block;
        }

    /* //// VERTICAL MENU*/

        ul.SectionMenu.Vertical
        {
            display: inline-block;
            width: 100%;
            height: 100%;
        }

        ul.SectionMenu.Vertical li.SiteSection ul.SubMenu
        {
            left:100%;
            height: auto;
            width: 100%;
            top:0px;
        }

        ul.SectionMenu.Vertical .SubMenuPositioner
        {
            top:0%;
            left:50%;
        }

        /*ul.SectionMenu.Vertical .SubMenuPositioner.Locked*/
        ul.SiteMenu.Vertical li.SiteSection:hover .SubMenuPositioner
        {
            top:0%;
            left:100%;
        }

        ul.SectionMenu.Vertical div.SiteSectionLabel
        {
            white-space: nowrap;
            position: relative;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);    
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);  
        }

        ul.SectionMenu li.SiteSection.JSAnim .SubMenuPositioner
        {
            display: none;
            position: relative;
            top:50%;
            /*top:-50%;*/
            opacity: 0;
            visibility: hidden;
            z-index:-1;
            transition: all 0.3s ease-in-out .2s, visibility 0s linear 0.5s, z-index 0s linear 0.03s;        
        }

        ul.SectionMenu li.SiteSection.JSAnim .SubMenuPositioner.blind
        {
            top:100%;
            opacity: 1;
            visibility: visible;
            transition-delay: 0s, 0s, 0.3s;
            z-index:-1;        
        }
/*#endregion*/

/*#region --- MAP */

    div.Element.Map .elementContainer
    {
        font-size:0;
    }

    div.Element.Map .mapViewbox
    {
        width: 100%;
        height: 100%;
    }    

    div.Element.Map .MapPreview
    {
        pointer-events:none;
    }

    /*INFO WINDOW*/

    .iw-content {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
        margin-right: 1px;
        padding: 8px 0 0 0;
        max-height: 140px;
        overflow-y: auto;
        overflow-x: hidden;
        display:flex;
    }

     .iw-image {
         display: inline-block;
         vertical-align: top;
         margin-right: 10px;
         width:86px;
         height:60px;
     }

    .iw-textContent {
        display: inline-block;
        vertical-align: top;
        width: 150px;
        min-height: 70px;
    }

    .iw-textContent .iw-seeMore:hover {
        text-decoration: underline;
    }

    .iw-seeMore {
        font-size: 10px;
    }

    .iw-textContent .iw-subTitle {
        font-size: 12px;
        font-weight: 700;
        padding: 0 0 5px 0;
        color: rgb(27, 25, 25);
    }

    #map-info-window .iw-seeMore {
        color: rgb(27, 25, 25);
    }

    #map-info-window .filterField {
        display: inline-block;
        width: calc(100%/3 - 15px);
        margin-right: 15px;
    }

    .plus {
        background-image: url(../Images/Icones/plus.svg);
    }

    .hide {
        display:none;
    }
   

/*#endregion*/

/*#region --- SHAPE ELEMENT */
    div.Element.Shape .ContainerStyle
    {
        overflow: hidden;
    }
/*#endregion*/

/*#region --- VIDEO */
    div.Element.Video .videoContainer
    {
        width:100%;
        height:100%;
    }

    div.Element.Video .videoContainer iframe
    {
        width:100%;
        height:100%;        
    }   
/*#endregion*/
    
/*#region --- FLAGS ELEMENT */
    div.Element.LanguageFlag .elementContainer 
    {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);    
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);  
        height:auto;
    }

    div.Element.LanguageFlag .lng-handle
    {
        cursor:pointer;
    }

    div.Element.LanguageFlag li.lang-item
    {
        list-style: none;
    }

    div.Element.LanguageFlag .lang-select.Default
    {
        white-space: nowrap;/*for compliance mode with old plugin version*/
    }

    div.Element.LanguageFlag ul
    {
        margin: 0px;
        padding: 0px;
    }

    div.Element.LanguageFlag .lang-select .lang-wrapper .lang-selected .drop-arrow {
        display: inline-block;
        margin-left: 10px;
        font-size: 7px;
        vertical-align: middle;
        box-sizing: border-box; 
        font-family: 'ego-icon-font';
        width: 10px; 
        height: 10px; 
        line-height: 10px;
    }

    /* 00 Defaul style (Flags only) */  

        div.Element.LanguageFlag .lang-select {
            position: relative;
            padding: 10px;
            box-sizing: border-box; }

        div.Element.LanguageFlag .lang-select .lang-wrapper {}

        div.Element.LanguageFlag .lang-select .lang-selected-render
        {
            display: flex;
        }

        div.Element.LanguageFlag .lang-select .lang-selected-render.invisible
        {
            visibility: hidden;
        }

        div.Element.LanguageFlag .lang-select .lang-wrapper .lang-selected {
            display: none; }

        div.Element.LanguageFlag .lang-select .lang-wrapper .lang-list {
            display: block; }

        div.Element.LanguageFlag .lang-select .lang-wrapper .lang-list .lang-item {
            display: inline-block;
            margin: 0 5px;
            cursor: pointer; }
            
        div.Element.LanguageFlag .lang-select .lang-wrapper .lang-list .lang-item:first-of-type {
            margin-left: 0; }

        div.Element.LanguageFlag .lang-select .lang-wrapper .lang-list .lang-item:last-of-type {
            margin-right: 0; }

        div.Element.LanguageFlag .lang-select .lang-wrapper .lang-list .lang-item .lang-flag {}

        div.Element.LanguageFlag .lang-select .lang-wrapper .lang-list .lang-item .lang-text {
            display: none; }

    /* end region - 00 Defaul style (Flags only) */

    /* 01 Style Short Text only (PT | EN | ES | FR) */

        div.Element.LanguageFlag .lang-select.style_01 .lang-wrapper {}

        div.Element.LanguageFlag .lang-select.style_01 .lang-wrapper .lang-selected {
            display: none; }

        div.Element.LanguageFlag .lang-select.style_01 .lang-wrapper .lang-list {
            display: flex;
            flex-wrap: nowrap;
            align-content: center; }

        div.Element.LanguageFlag .lang-select.style_01 .lang-wrapper .lang-list .lang-item {
            margin: 0;
            position: relative;
            cursor: pointer; 
            flex: 1 1 auto;
        }
            
        div.Element.LanguageFlag .lang-select.style_01 .lang-wrapper .lang-list .lang-item:first-of-type {
            margin: initial; }

        div.Element.LanguageFlag .lang-select.style_01 .lang-wrapper .lang-list .lang-item:last-of-type {
            margin: initial; }

        div.Element.LanguageFlag .lang-select.style_01 .lang-wrapper .lang-list .lang-item .lang-flag {
            display: none; }

        div.Element.LanguageFlag .lang-select.style_01 .lang-wrapper .lang-list .lang-item .lang-text {
            display: inline-block;
            margin: 0 8px;
            padding-bottom: 5px;
            border-bottom: 1px solid transparent; }

        div.Element.LanguageFlag .lang-select.style_01 .lang-wrapper .lang-list .lang-item .lang-text::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            display: block;
            width: 1px;
            height: calc(100% - 5px);
        }

        div.Element.LanguageFlag .lang-select.style_01 .lang-wrapper .lang-list .lang-item:last-child .lang-text::after
        {
            display: none;
        }

        div.Element.LanguageFlag .lang-select.style_01 .lang-wrapper .lang-list .lang-item .lang-text:hover {
            color: rgba(245,166,38,1);
            border-bottom: 1px solid rgba(245,166,38,1); }

        div.Element.LanguageFlag .lang-select.style_01 .lang-wrapper .lang-list .lang-item.current .lang-text {
            color: rgba(245,166,38,1);
            border-bottom: 1px solid rgba(245,166,38,1); }
        
    /* end region - 01 Style Short Text only (PT | EN | ES | FR) */

    /* 02 Style Flag only dropdown */

        div.Element.LanguageFlag .lang-select.style_02
        {
            height: 100%;
            display: flex;
            justify-content: center;
        }

        div.Element.LanguageFlag .lang-select.style_02  .lang-wrapper {
            display: flex;
            flex-wrap: nowrap;
            padding: 0px;
            box-sizing: border-box; 
            justify-content:center; 
        }

        div.Element.LanguageFlag .lang-select.style_02  .lang-wrapper .lang-selected {
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            /* width: 100%; */
            height: 100%;
            cursor: pointer;
            box-sizing: border-box; }

        div.Element.LanguageFlag .lang-select.style_02  .lang-wrapper .lang-selected .lang-text {
            display: none; } 
        
        div.Element.LanguageFlag .lang-select.style_02  .lang-wrapper .lang-list {
            position: absolute;  
            top: calc(100% + 10px);
            opacity: 0;
            display: none;
            flex-wrap: wrap;
            flex-direction: column;
            width: 100%;
            background-color: rgba(255, 255, 255, 1);
            box-shadow: 0px 0px 6px rgba(0,0,0,.2);
            box-sizing: border-box;
            z-index: 0;
            transition: opacity ease .2s .4s, top ease .4s 0s, z-index ease 0s .6s }

        div.Element.LanguageFlag .lang-select.style_02  .lang-wrapper .lang-list.open {
            display: flex;
            opacity: 1;
            transition: opacity ease .2s .1s, top ease .4s 0s, z-index ease 0s .0s; } 

        div.Element.LanguageFlag .lang-select.style_02  .lang-wrapper .lang-list .lang-item {
            margin: 0;
            display: flex;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            width: 100%;
            height: 40px;
            padding: 0 15px;
            cursor: pointer;
            box-sizing: border-box; }

        div.Element.LanguageFlag .lang-select.style_02  .lang-wrapper .lang-list .lang-item:hover,
        div.Element.LanguageFlag .lang-select.style_02  .lang-wrapper .lang-list .lang-item.current {
            background-color: rgba(52,64,84,.05) } 

        div.Element.LanguageFlag .lang-select.style_02  .lang-wrapper .lang-list .lang-item .lang-flag {
            align-self: center; } 

        div.Element.LanguageFlag .lang-select.style_02  .lang-wrapper .lang-list .lang-item .lang-text {
            display: none; }

    /* end region - 02 Style Flag only dropdown */ 

    /* 03 Style Short Text only dropdown */

        div.Element.LanguageFlag .lang-select.style_03 .lang-wrapper {
            display: flex;
            flex-wrap: nowrap;
            padding: 0px;
            box-sizing: border-box; 
            justify-content: center;
        }

        div.Element.LanguageFlag .lang-select.style_03 .lang-wrapper .lang-selected {
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            /* width: 100%; */
            height: 100%;
            cursor: pointer;
            box-sizing: border-box; }

        div.Element.LanguageFlag .lang-select.style_03 .lang-wrapper .lang-selected .lang-flag {
            display: none; } 
        
        div.Element.LanguageFlag .lang-select.style_03 .lang-wrapper .lang-list {
            position: absolute;  
            top: calc(100% + 10px);      
            /* right: 0; */
            opacity: 0;
            display: none;
            flex-wrap: wrap;
            flex-direction: column;
            width: 100%;
            background-color: rgba(255, 255, 255, 1);
            box-shadow: 0px 0px 6px rgba(0,0,0,.2);
            box-sizing: border-box;
            z-index: 0;
            transition: opacity ease .2s .4s, top ease .4s 0s, z-index ease 0s .6s }

        div.Element.LanguageFlag .lang-select.style_03 .lang-wrapper .lang-list.open {
            display: flex;
            opacity: 1;
            transition: opacity ease .2s .1s, top ease .4s 0s, z-index ease 0s .0s; } 

        div.Element.LanguageFlag .lang-select.style_03 .lang-wrapper .lang-list .lang-item {
            margin: 0;
            display: flex;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            width: 100%;
            height: 40px;
            padding: 0 15px;
            cursor: pointer;
            box-sizing: border-box; }

        div.Element.LanguageFlag .lang-select.style_03 .lang-wrapper .lang-list .lang-item:hover,
        div.Element.LanguageFlag .lang-select.style_03 .lang-wrapper .lang-list .lang-item.current {
            background-color: rgba(52,64,84,.05) } 

        div.Element.LanguageFlag .lang-select.style_03 .lang-wrapper .lang-list .lang-item .lang-flag {
            display: none; } 

        div.Element.LanguageFlag .lang-select.style_03 .lang-wrapper .lang-list .lang-item .lang-text {
            align-self: center;
            display: inline-block;
            font-family: 'Open-sans',sans-serif;
            font-size: 12px;
            font-weight: 300;
            color: rgba(52,64,84,1); 
        }
         
    /* end region - 03 Style Short Text only dropdown */ 

    /* 04 Style Flag and text dropdown */

        div.Element.LanguageFlag .lang-select.style_05 .lang-wrapper {
            justify-content: center;
            display: flex;
        }

        div.Element.LanguageFlag .lang-select.style_05 .lang-wrapper .lang-selected {
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            height: 100%;
            cursor: pointer;
            box-sizing: border-box; }

        div.Element.LanguageFlag .lang-select.style_05 .lang-wrapper .lang-selected .lang-flag {} 

        div.Element.LanguageFlag .lang-select.style_05 .lang-wrapper .lang-selected .lang-text {
            margin-left: 6px;} 
        
        div.Element.LanguageFlag .lang-select.style_05 .lang-wrapper .lang-list {
            position: absolute;  
            top: calc(100% + 10px);
            opacity: 0;
            display: none;
            flex-wrap: wrap;
            flex-direction: column;
            width: 100%;
            background-color: rgba(255, 255, 255, 1);
            box-shadow: 0px 0px 6px rgba(0,0,0,.2);
            box-sizing: border-box;
            z-index: 0;
            transition: opacity ease .2s .4s, top ease .4s 0s, z-index ease 0s .6s }

        div.Element.LanguageFlag .lang-select.style_05 .lang-wrapper .lang-list.open {
            display: flex;
            opacity: 1;
            transition: opacity ease .2s .1s, top ease .4s 0s, z-index ease 0s .0s; } 

        div.Element.LanguageFlag .lang-select.style_05 .lang-wrapper .lang-list .lang-item {
            margin: 0;
            display: flex;
            flex-wrap: nowrap;
            align-content: center;
            width: 100%;
            height: 40px;
            padding: 0 15px;
            cursor: pointer;
            box-sizing: border-box; }

        div.Element.LanguageFlag .lang-select.style_05 .lang-wrapper .lang-list .lang-item:hover,
        div.Element.LanguageFlag .lang-select.style_05 .lang-wrapper .lang-list .lang-item.current {
            background-color: rgba(52,64,84,.05) } 

        div.Element.LanguageFlag .lang-select.style_05 .lang-wrapper .lang-list .lang-item .lang-flag {
            align-self: center; } 

        div.Element.LanguageFlag .lang-select.style_05 .lang-wrapper .lang-list .lang-item .lang-text {
            align-self: center;
            display: inline-block;
            margin-left: 6px;
            font-family: 'Open-sans',sans-serif;
            font-size: 12px;
            font-weight: 300;
            color: rgba(52,64,84,1); }

    /* end region - 04 Style Flag and text dropdown */

    /* 05 Style Text dropdown */

        div.Element.LanguageFlag .lang-select.style_04 .lang-wrapper {
            display: flex;
            flex-wrap: nowrap;
            padding: 0px;
            box-sizing: border-box; 
            justify-content: center;
            }

        div.Element.LanguageFlag .lang-select.style_04 .lang-wrapper .lang-selected {
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            /* width: 100%; */
            height: 100%;
            cursor: pointer;
            box-sizing: border-box; }

        div.Element.LanguageFlag .lang-select.style_04 .lang-wrapper .lang-selected .lang-flag {
            display: none; } 

        div.Element.LanguageFlag .lang-select.style_04 .lang-wrapper .lang-selected .lang-text {
            margin-left: 0;} 
        
        div.Element.LanguageFlag .lang-select.style_04 .lang-wrapper .lang-list {
            position: absolute;  
            top: calc(100% + 10px);
            opacity: 0;
            display: none;
            flex-wrap: wrap;
            flex-direction: column;
            width: 100%;
            background-color: rgba(255, 255, 255, 1);
            box-shadow: 0px 0px 6px rgba(0,0,0,.2);
            box-sizing: border-box;
            z-index: 0;
            transition: opacity ease .2s .4s, top ease .4s 0s, z-index ease 0s .6s }

        div.Element.LanguageFlag .lang-select.style_04 .lang-wrapper .lang-list.open {
            display: flex;
            opacity: 1;
            transition: opacity ease .2s .1s, top ease .4s 0s, z-index ease 0s .0s; } 

        div.Element.LanguageFlag .lang-select.style_04 .lang-wrapper .lang-list .lang-item {
            margin: 0;
            display: flex;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            width: 100%;
            height: 40px;
            padding: 0 15px;
            cursor: pointer;
            box-sizing: border-box; }

        div.Element.LanguageFlag .lang-select.style_04 .lang-wrapper .lang-list .lang-item:hover,
        div.Element.LanguageFlag .lang-select.style_04 .lang-wrapper .lang-list .lang-item.current {
            background-color: rgba(52,64,84,.05) } 

        div.Element.LanguageFlag .lang-select.style_04 .lang-wrapper .lang-list .lang-item .lang-flag {
            display: none; } 

        div.Element.LanguageFlag .lang-select.style_04 .lang-wrapper .lang-list .lang-item .lang-text {
            align-self: center;
            display: inline-block;
            margin-left: 0px;
            font-family: 'Open-sans',sans-serif;
            font-size: 12px;
            font-weight: 300;
            color: rgba(52,64,84,1); }

    /* end region - 05 Text dropdown */ 

    /* 06 Style Round Flag */

        div.Element.LanguageFlag .lang-select.style_06
        {
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0;
        }

        div.Element.LanguageFlag .lang-select.style_06  .lang-wrapper {
            display: flex;
            flex-wrap: nowrap;
            padding: 0px;
            box-sizing: border-box; 
            justify-content:center; 
        }

        div.Element.LanguageFlag .lang-select.style_06  .lang-wrapper .lang-selected {
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            /* width: 100%; */
            height: 100%;
            cursor: pointer;
            box-sizing: border-box; 
            flex-direction: column;
        }

        div.Element.LanguageFlag .lang-select.style_06  .lang-wrapper .lang-selected .lang-text {
            display: none; } 
        
        div.Element.LanguageFlag .lang-select.style_06  .lang-wrapper .lang-list {
            position: absolute;  
            top: calc(100% + 10px);
            opacity: 0;
            display: none;
            flex-wrap: wrap;
            flex-direction: column;
            width: 100%;
            background-color: rgba(255, 255, 255, 1);
            box-shadow: 0px 0px 6px rgba(0,0,0,.2);
            box-sizing: border-box;
            z-index: 0;
            transition: opacity ease .2s .4s, top ease .4s 0s, z-index ease 0s .6s }

        div.Element.LanguageFlag .lang-select.style_06  .lang-wrapper .lang-list.open {
            display: flex;
            opacity: 1;
            transition: opacity ease .2s .1s, top ease .4s 0s, z-index ease 0s .0s; } 

        div.Element.LanguageFlag .lang-select.style_06  .lang-wrapper .lang-list .lang-item {
            margin: 0;
            display: flex;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            width: 100%;
            height: 40px;
            padding: 0 15px;
            cursor: pointer;
            box-sizing: border-box; }

        div.Element.LanguageFlag .lang-select.style_06  .lang-wrapper .lang-list .lang-item:hover,
        div.Element.LanguageFlag .lang-select.style_06  .lang-wrapper .lang-list .lang-item.current {
            background-color: rgba(52,64,84,.05) } 

        div.Element.LanguageFlag .lang-select.style_06  .lang-wrapper .lang-list .lang-item .lang-flag {
            align-self: center; } 

        div.Element.LanguageFlag .lang-select.style_06  .lang-wrapper .lang-list .lang-item .lang-text {
            display: none; }

        div.Element.LanguageFlag .lang-select.style_06 .lang-flag-img
        {
            width: 22px;
            height: 22px;
            border-radius: 22px;
            background-size: cover;
        }

        div.Element.LanguageFlag .lang-select.style_06 .lang-wrapper svg.Svg
        {
            margin: 5px 0px 0px 0px;
        }

    /* end region - 06 Style Round Flag */

/*#endregion*/

/*#region --- EMBEDDEDCONTENT ELEMENT */
    div.Element.EmbeddedContent iframe
    {
        position: absolute;
        z-index: 0;
        width:100%;
        height:100%;
    }
/*#endregion*/

/*#region --- ELEMENT SKIN */
    editorskin    
    {
        display: none;
    }
/*#endregion*/

/*#region --- FREE TEXT SEARCH ELEMENT */
    div.Element.FreeTextSearch .childContainer
    {
        font-size:0;
        height: 100%;
        white-space: nowrap;
    }

    div.Element.FreeTextSearch div.childContainer div.InnerElement.FreeSearchInput,
    div.Element.FreeTextSearch div.childContainer div.InnerElement.FreeSearchButton
    {
        display: inline-block;
        vertical-align: top;
        height: 100%;
    }


    /*FREE SEARCH INPUT ELEMENT */
    div.InnerElement.FreeSearchInput
    {
        position:relative;
        cursor: default;
    }

.WebFormInput input[data-type=number]::-webkit-inner-spin-button,
.WebFormInput input[data-type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.WebFormInput input[data-type=number] {
	-moz-appearance: textfield;
}


div.InnerElement.FreeSearchInput .WebFormInput {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: none;
	outline: none;
	background: transparent;
}

    /*FREE SEARCH BUTTON ELEMENT */    
    div.InnerElement.FreeSearchButton
    {
        position:relative;
        cursor: default;
    }

    div.InnerElement.FreeSearchButton svg
    {
        top: 50%;
        left:50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);

        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;        
    }
/*#endregion*/      

/*#region --- NAV BUTTON */
    div.Element.NavButton:hover
    {
        cursor:pointer;
		z-index: 1;
    }

    div.Element.NavButton svg {
        font-family: 'ego-icon-font';
        top: 50%;
        transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);

        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;        
    }
/*#endregion*/

/*#region --- NAV MENU */
    div.Element.NavMenu .elementContainer
    {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        height:auto;
		z-index: 1;
    }
/*#endregion*/

/*#region --- DEVELOPMENT BASIC PANEL ELEMENT */
div.Element.DevelopmentBasicPanel.wrap .sliderWrap
{
    overflow: hidden;
}
/*#endregion*/

/*#region --- TABBED PANEL */
    div.Element.TabbedPanel .TabbedPanelContent
    {        
        position: relative;
    }

    div.Element.TabbedPanel .TabsMenu ul{
        display: flex;
        height: 100%;
        justify-content: left;
        align-items: center;
        margin: 0;
        padding:0;
        list-style: none;
    }

    div.Element.TabbedPanel .TabsMenu ul li{
        flex: 1 0 auto;
        height: 100%;
    }

    div.Element.TabbedPanel .TabsMenu ul li.TabMenuItem:first-child {padding-left:0px}
    div.Element.TabbedPanel .TabsMenu ul li.TabMenuItem:last-child {padding-right:0px}

    div.Element.TabbedPanel .TabsMenu ul li div.InnerElement
    {
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    div.Element.TabbedPanel .TabsMenu ul li .elementContainer
    {
        display: flex;
        align-items: center;
    }

    div.Element.TabbedPanel .TabsMenu ul li svg.Svg{
        flex: 0 0 auto;
    }
    div.Element.TabbedPanel .TabsMenu ul li .TabItemLabel{
        flex: 0 0 auto;
        width: auto;
    }
    
/*#endregion*/

/*#region --- TABBED PANEL ITEM */
    div.Element.TabbedPanelItem
    {
        position: absolute;                    
        display: none;
        width:100%;
        height: 100%;
    }

    div.Element.TabbedPanel .TabbedPanelItem.active {
        z-index: 9;
        display: inline-block;
    }    

/*#endregion*/

/*#region //// EDITOR NOTIFICATION */

    #modalNotification {
        position: absolute;
        z-index: 200;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-family: Helvetica, sans-serif;
        font-size: 14px;
        color: #c2c7d1        
    }

    #modalNotificationBg {
        position: fixed;
        z-index: 201;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(16, 23, 39, 0.6)
    }

    #modalNotification .modalBox
    {
        height: auto;
        min-width: 320px;
        transform: translate(0, -50%);    
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        padding-bottom:0px;
        position: fixed;
        z-index: 202;
        background-color: #fffbfe;
        border-radius: 6px;
        left: 50%;
        top: 100px;
        box-shadow: rgba(16, 23, 39, 0.5) 0 0 40px;
        box-sizing: border-box;
        display: none;
    } 

    @media only screen and (min-width : 320px)
    {
        #modalNotification .modalBox
        {
            min-width: 300px;
        }
    }

    @media only screen and (min-width : 480px)
    {
        #modalNotification .modalBox
        {
            min-width: 460px;
        }
    } 
    
    @media only screen and (min-width : 620px)
    {
        #modalNotification .modalBox
        {
            min-width: 600px;
        }
    }     

    #modalNotification .modalContent
    {
        padding:20px 10px;
        text-align: center;
        min-height: 45px;
        font-size: 15px;
        color: rgba(102, 115, 136, 1);
        font-weight: 300;
        margin: 12px 0 20px 0;
        position: static;
    }

    #modalNotification .closeBtn {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        border-radius: 16px;
        background-image: url("../images/close.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 18px;
        text-align: center;
        transition: all 0.3s ease;}
    
   #modalNotification .closeBtn:hover {
        background-color: lightgray;
        border-radius: 50%;
        transition: all 0.3s ease;}
    
    #modalNotification .message{
        padding: 0 35px;
        text-align: left;}
    
    #modalNotification .title{
        margin: 0;
        font-size: 18px;
        padding-left: 5px;
        font-weight: 700;
        }
    
    #modalNotification .subtitle{
        margin: 0;
        font-size: 14px;
        line-height: 24px;
        padding-left: 5px;
    }
    #modalNotification .subtitle b
    {
        font-weight:700;
    }
    
    #modalNotification .line{
        display: block;
        width: 100%;
        height: 1px;
        background-color: #7a7d7d;;
        margin: 5px 0 20px 0;
        }

    #modalNotification.NoTitle .title
    {
        display:none;
    }

    #modalNotification.NoTitle .line
    {
        opacity: 0;
        margin:10px;
    }
/*#endregion*/    


/*#region //// TERMS NOTIFICATION */

    .SystemNotification {
        position: absolute;
        z-index: 200;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-family: Helvetica, sans-serif;
        font-size: 14px;
        color: #c2c7d1;
		width: calc(100% - 10px);
    }

    .SystemNotification .SystemNotificationBg {
        position: fixed;
        z-index: 201;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(16, 23, 39, 0.6)
    }

    .SystemNotification .modalBox
    {
        height: calc(100% - 10%);
        width: calc(100% - 20%);		
        transform: translate(0, -50%);    
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        padding-bottom:0px;
        position: fixed;
        z-index: 202;
        background-color: #fffbfe;
        border-radius: 6px;
        left: 50%;
        top: 100px;
        box-shadow: rgba(16, 23, 39, 0.5) 0 0 40px;
        box-sizing: border-box;
        display: none;
    } 	    

    .SystemNotification .modalContent
    {
        padding:20px 10px;
        text-align: center;
        min-height: 45px;
        font-size: 15px;
        color: rgba(102, 115, 136, 1);
        font-weight: 300;
        margin: 12px 0 20px 0;
        position: static;
		height: calc(100% - 55px);
    }

    .SystemNotification .closeBtn {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        border-radius: 16px;
        background-image: url("../images/close.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 18px;
        text-align: center;
        transition: all 0.3s ease;}
    
        .SystemNotification .closeBtn:hover {
        background-color: lightgray;
        border-radius: 50%;
        transition: all 0.3s ease;}
    
        .SystemNotification .message{
        padding: 0 35px;
        text-align: left;
		overflow-y: auto;
		height: calc(100% - 45px);
    }
    
    .SystemNotification .title{
        margin: 0;
        font-size: 18px;
        padding-left: 5px;
        font-weight: 700;
        }
    
        .SystemNotification .subtitle{
        margin: 0;
        font-size: 14px;
        line-height: 20px;
        padding-left: 5px;
    }
    .SystemNotification .subtitle b
    {
        font-weight:700;
    }
    
    .SystemNotification .line{
        display: block;
        width: 100%;
        height: 1px;
        background-color: #7a7d7d;;
        margin: 5px 0 20px 0;
        }

        .SystemNotification.NoTitle .title
    {
        display:none;
    }

    .SystemNotification.NoTitle .line
    {
        opacity: 0;
        margin:10px;
    }
/*#endregion*/    

/*#region //// CLIENT AREA FRAME */
    .ClientAreaFrame
    {
        position:relative;
        opacity:1;
    }
/*#endregion*/

/*#region //// FrameArea */
    .FrameArea
    {
        position:relative;
        opacity:1;
    }
/*#endregion*/

/*#region //// SLIDER  */
    .ui-slider .ui-slider-range { 
        background-color: rgba(27, 177, 231, 1);
        border-radius: 0;
    }

    .ui-slider-horizontal {
        height: 5px;
    }

    .ui-slider .ui-slider-handle {
        width: 14px;
        height: 14px;
        border-radius: 12px;
        top: -5px;
        cursor: pointer;    
    }

    .ui-slider .ui-slider-handle:hover {
        box-shadow: rgba(102, 115, 136, 0.6) 0 2px 4px;
        border: 1px solid rgba(102, 115, 136, 1);
        background-color: rgba(239, 241, 243, 1);
    }

    .ui-slider .ui-slider-handle:focus {
        outline: 0;
    }

    .ui-widget.ui-widget-content
    {
        border: none;
    }    
/*#endregion*/

/*#region //// CART FLOATING RESUME*/
    .CartResumeTemplate
    {
        display: none;
    }

    .CartResume
    {
        position: absolute;
        background-color: rgba(255, 255, 255, 1);
        border-radius: 6px;
        z-index: 10000000000;
        box-shadow: rgba(102, 115, 136, 0.3) 0 0 25px;
        padding:10px;
        width:380px;
        right: -6px;
        top:0px;
        opacity: 0;
    }

    .CartResume ul{
        text-align: left;
        display: inline;
        margin: 0px;
        padding: 0px;
        list-style: none;
        font-size: 0px;
    }
    .CartResume ul li
    {
        font-size:12px;
        border-bottom:1px solid whitesmoke;
        height: 60px;
        padding: 5px 0px;    
        color:inherit;
    }

    .CartResume ul li a
    {
        color:inherit;
        font-size:0;
        white-space: nowrap;
        overflow: hidden;
    }
        .CartResume ul li span {
            display: inline-block;
            vertical-align: top;
            max-width: 160px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .CartResume ul li .prd-name
    {
        font-size: 14px;
    }

    .CartResume ul li .prd-price
    {
        font-size: 13px;
        margin-left:10px;
        float: right;
        font-weight: bold;
    }

    .CartResume ul li.Empty
    {
        font-size:16px;
        text-align: center;
        border:none;
    }

    .CartResume img
    {
        width: 80px;
        height: 100%;
        margin-right: 5px;
    }

    .CartResume:before {
        position: absolute;
        content: "\A";
        border-style: solid;
        border-width: 0 5px 6px 5px;
        border-color: transparent transparent rgba(255, 255, 255, 1) transparent;
        top: -6px;
        right: 10px;
    }

    .CartResume .ResumeFooter
    {
        float: right;
        font-size: 12px;
    }

    @media only screen and (max-width : 480px) {
        .CartResume {
            width: 300px;
            right: 0px;
        }

        .CartResume:before {
            right: 5px;
        }

        .CartResume ul li span {
            max-width: 140px;
        }
    }
/*#endregion*/

/*#region /// PARALLAX */

    .Section.ParallaxBackground .sectionImgBG
    {
        background-image: none !important;
    }    
/*#endregion*/

/*#region /// LOGIN*/
    /* Style Pop-Up Account Login */
        .account-login {
            position: absolute;
            top: 35px;
            right: 0;
            background-color: rgb(255, 255, 255);
            box-shadow: 0px 0px 5px 0px rgba(102,102,102,0.53);
            border-radius: 6px;
            padding: 10px;
            width: 300px;
            z-index: 10000;
            text-align: left;
            font-family: 'Lato', 'Lato-Light', sans-serif;
        }

        @media only screen and (max-width : 479px) {
            .account-login {
                transform: translateX(23%);
            }
        }

        .login-form {
            margin: 0;
            padding: 10px;
        }

        .form-title {
            margin: 0 0 15px 0;
            line-height: 36px;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            text-align: center;
            border-bottom: 1px solid #e6e6e6;
        }

        .login-form input {
            background: rgba(192, 192, 192, 0.35);
            width: 100%;
            border: 0;
            margin: 0 0 15px;
            padding: 5px 10px;
            box-sizing: border-box;
            font-size: 13px;
            font-weight: 400;
        }

        .login-form input:nth-child(3) {
            margin-bottom: 0;
        }

        .login-form input.error
        {
            border: 1px solid #d50000;
        }

        .login-form button {
            background: rgba(192, 192, 192, 1);
            width: 100%;
            border: 0;
            padding: 5px 10px;
            color: #000;
            font-size: 14px;
            font-weight: 700;
            transition: all 0.3 ease;
            cursor: pointer;
            text-transform: uppercase;
        }

            .login-form button:hover {
                background: rgba(192, 192, 192, 0.6);
            }

        .forgot-pass {
            margin: 0;
            text-align: right;
            font-size: 11px;
            font-weight: 300;
            cursor: pointer;
            height: 35px;
        }

        .forgot-pass a {
            color: #ababab;
            transition: all 0.3 ease;
        }


        .forgot-pass a:hover {
            color: #000000;
        }

        .login-message {
            font-size: 13px;
            margin-bottom: 0;
            text-align: center;
            font-weight: 400;
        }

        .login-message a {
            color: rgba(192, 192, 192, 1);
        }

        .login-message a:hover {
            color: #000;
        }

    /* Style Pop-Up Account Recover Pass */

        .recover-form {
            margin: 0;
            padding: 10px;
        }



        .recover-form input {
            background: rgba(192, 192, 192, 0.35);
            width: 100%;
            border: 0;
            margin: 0 0 15px;
            padding: 5px 10px;
            box-sizing: border-box;
            font-size: 13px;
            font-weight: 400;
        }

        .recover-form button {
            background: rgba(192, 192, 192, 1);
            width: 100%;
            border: 0;
            padding: 5px 10px;
            color: #000;
            font-size: 14px;
            font-weight: 700;
            transition: all 0.3 ease;
            cursor: pointer;
            text-transform: uppercase;
        }

            .recover-form button:hover {
                background: rgba(192, 192, 192, 0.6);
            }

            /* Style Creat Account Modal */
            .modal {
                /*display: none;*/
                position: fixed;
                z-index: 10000;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                overflow: hidden;
                background-color: rgb(0, 0, 0);
                background-color: rgba(0, 0, 0, 0.5);
                font-family: 'Lato', 'Lato-Light', sans-serif;
            }

        @media only screen and (max-width : 480px) {
            .modal {
                overflow: auto;
            }
        }

        .modal-content {
            position: relative;
            background-color: #fff;
            margin: 15% auto;
            padding: 20px 30px 30px 30px;
            border-radius: 6px;
            width: 600px;
            box-shadow: 0px 0px 5px 0px rgba(102,102,102,0.53);
        }

        @media only screen and (max-width : 660px) {
            .modal-content {
                width: auto;
        }
}

        .close-modal {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 30px;
            height: 30px;
            border-radius: 16px;
            background-image: url("../images/close.svg");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: auto 18px;
            text-align: center;
            color: rgba(192, 192, 192, 1);
            transition: all 0.3s ease;
        }

            .close-modal:hover,
            .close-modal:focus {
                background-color: rgba(192, 192, 192, 0.6);
                border-radius: 50%;
                transition: all 0.3s ease;
                cursor: pointer;
            }

        .create-account-form {
            margin: 0;
            line-height: 36px!important;
            display: inline-block;
            font-size: 0;
        }

        .input-title {
            font-size: 13px;
            font-weight: bold;
            margin-bottom: 0;
        }

        .create-account-form input, .create-account-form select {
            background: rgba(192, 192, 192, 0.35);
            width: 100%;
            border: 0;
            margin: 0 0 15px;
            padding: 5px 10px;
            box-sizing: border-box;
            font-size: 13px;
            font-weight: 400;
        }

        .create-account-form input:nth-child(4) {
            width: calc(33.33% - 10px);
        }


        .create-account-form input:nth-child(5) {
            width: calc(33.33% - 10px);
            margin-left: 15px;
            margin-right: 15px;
        }

        .create-account-form input:nth-child(6) {
            width: calc(33.33% - 10px);
        }

        .create-account-form input:nth-child(9), input:nth-child(17) {
            width: calc(50% - 7.5px);
            margin-right: 7.5px;
        }

        .create-account-form #billCtr, .create-account-form #billTow {
            width: calc(50% - 7.5px);
            margin-right: 15px;
            height: 46px !important;
        }

        .create-account-form #billDst, .create-account-form #billNei {
            width: calc(50% - 7.5px);
            height: 46px !important;
        }

        .create-account-form input:nth-child(10), input:nth-child(18) {
            width: calc(50% - 7.5px);
            margin-left: 7.5px;
        }

        @media only screen and (max-width : 480px) {
            .create-account-form input:nth-child(4) {
                width: 100%;
            }

            .create-account-form input:nth-child(5) {
                width: calc(50% - 5px);
                margin-left: 0px;
                margin-right: 5px;
            }

            .create-account-form input:nth-child(6) {
                width: calc(50% - 5px);
                margin-left: 5px;
            }

            .create-account-form input:nth-child(9) {
                width: 100%;
                margin-right: 0px;
            }

            .create-account-form #billCtr, .create-account-form #billTow {
                width: 100%;
                margin-right: 0px;
            }

            .create-account-form #billDst, .create-account-form #billNei {
                width: 100%;
            }

            .create-account-form input:nth-child(17) {
                width: 100%;
                margin-right: 0px;
            }

            .create-account-form input:nth-child(18) {
                width: 100%;
                margin-left: 0px;
            }
        }

        .create-account-form button {
            background: rgba(192, 192, 192, 1);
            width: 100%;
            border: 0;
            padding: 5px 10px;
            color: #000;
            font-size: 14px;
            font-weight: 700;
            transition: all 0.3 ease;
            cursor: pointer;
            text-transform: uppercase;
            margin-top: 25px;
        }

        .create-account-form button:hover {
            background: rgba(192, 192, 192, 0.6);
        }

        .create-account-form input.error {
        border: 1px solid #d50000;
        }

		.create-account-form select.error {
			border: 1px solid #d50000;
		}

        .create-message {
			color: #d50000;
			font-size: 12px;
			display: none;
        }

		.client-areaRGPD {
			font-size: 12px;
			color: #000000;			
		}

		.client-areaRGPD a
		{
			font-size: 12px;
			color: #000000;
			text-decoration: underline;
		}

			.checkboxWrap.error {
				border: 1px solid #d50000;
			}

		.client-areaRGPD input
		{
			width: 20px;
		}
/*#endregion*/
/*#region /// RENDER BOX*/
.wb-renderBox-disabled {
	display: none !important;
}
/*#endregion*/

/*#region //// COOKIE DISCLAIMER*/
    .cookieDisclaimer
    {
		display:none;
        position: fixed;
		z-index: 9999999999;
		bottom: 0;
		left: 0;
		right: 0;
		height: 30px;
		background: #222;
		color: #eee;
		text-align: center;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 25px;
		min-height: 40px;
		font-size: 14px;
		height: auto;
		overflow: visible;
		border-top: 1px solid #dedede;
        transition: bottom ease .3s, opacity ease .2s .2s, visibility ease .1s .4s;
    }

    .cookieDisclaimer.isVisible
    {
        bottom:0px !important;
        opacity: 1 !important;
        visibility: visible !important;

        transition: bottom ease .4s, opacity ease .2s, visibility ease .1s;
    }

		.cookieDisclaimer p {
			text-align: center;
			margin-top: 20px;
			margin-bottom: 0px;
		}
		  
    .cookieDisclaimer .cookieOK
    {
        border: 1px solid #fff;
		padding: 10px 15px;
		display: inline-block;
		color: #fff;
		cursor: pointer;
		font-weight: bold;
		margin: 10px 20px;
    }

	.cookieDisclaimer .cookieOK:hover
	{
		background-color: #5a8fcb;
		transition: all .5s;
	}	

    @media only screen and (min-width : 620px)
    {
        .cookieDisclaimer .cookieOK
        {
            right: auto;			
        }
    }    

/*#endregion*/

/*#region //// MOBILE PRODUCT FILTER MENU*/
    div.InnerElement.MobileProductListMenu .elementColorBG
    {
        width: 100%;
        height: 100%;
        position: absolute;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;	

        border-width:0px 0px 0px 0px;
        border-style:solid solid solid solid;
        border-radius:0px 0px 0px 0px;
        border-color:transparent;
        opacity:1;    
    }

    div.InnerElement.MobileProductListMenu .elementBorder
    {
        position: relative;
        margin: 0;
        height: 100%;    
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        filter: inherit;

        border-width:0px 0px 0px 0px;
        border-style:solid solid solid solid;
        border-radius:0px 0px 0px 0px;
        border-color:#000000 #000000 #000000 #000000;
    }

    div.InnerElement.MobileProductListMenu .elementBorder > .elementContainer
    {
        height: 100%; 
        margin: 0; 
        position: relative; 
        background: none;     
        word-wrap: break-word;    
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;   

        padding: 0px  0px 0px 0px;
    }
/*#endregion*/

/*#region //#INLINED_MODE */
wb-inlined
{
    position:relative;
    cursor: default;
    display: inline-block;    
}

wb-inlined .richTextEditor p
{
    margin:0px;
    padding: 0px;
}

wb-inlined > a
{
    color:inherit;
}

/*#endregion*/


.modal-overlay {
	position: fixed;
	background-color: rgba(31, 31, 31, .4);
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
}

.siteChrome
{
	min-height:100vh;
}

/****  STICKERS  ****/

    .stickerBall, .stickerBar, .stickerDiagonal
    {
        position: absolute;
        visibility: hidden;	
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0px;
        margin: 0px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;	
        overflow:hidden;
    }

    .stickerBall
    {
        top: 30px;
        right: 30px;
    }

    .stickerBar 
    {
        bottom: 10px;
        left: 0px;
    }

    .stickerDiagonal
    {
        top: 0px;
    }

    .stickerBall .stickerText, .stickerBar .stickerText, .stickerDiagonal .stickerText
    {
        position: relative;
        white-space: normal;
        display: table-cell;
        font-family: Verdana;
        font-style: normal;
        vertical-align: middle;
        text-align: center;
        margin: 3px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.43);	
    }

    .stickerBar .stickerText
    {
        overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .stickerMarkerPoint
    {
        position: relative;
        width: 100%;
    }

/********************/


/**** DROPDOWN  ****/

.display-hiden {

	display:none !important;
}

.FreeSearch .line-item *{

	cursor:pointer;
}

.FreeSearch .line-item:hover {
	background-color: rgba(192, 192, 192, 0.4);
}

.FreeSearch .line-item:last-child {

	border:none !important;
}

.FreeSearch .dowp-search {

	max-height:217px;

	overflow-y:auto;
}

	.FreeSearch .dowp-search::-webkit-scrollbar {
		width: 5px;
	}

	.FreeSearch .dowp-search::-webkit-scrollbar-thumb {
		background: #777;
		border-radius: 2px;
	}

	.FreeSearch .dowp-search::-webkit-scrollbar-track {
		box-shadow: inset 0 0 5px rgba(102, 115, 136, 1);
		border-radius: 2px;
	}

.FreeSearch .dowp-search .count {

	color: #999 !important;
	background:none !important;
	font-weight: bold;

}

	.FreeSearch .loader {
		border: 4px solid rgba(204,204,204, .51);
		border-radius: 50%;
		border-top: 4px solid #868686;
		width: 12px;
		height: 12px;
		-webkit-animation: spin 2s linear infinite; /* Safari */
		animation: spin 2s linear infinite;
		position: absolute;
		top: 31%;
		right: 10px;
	}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

	.pushRight {
		margin: 0 16px auto !important;
	}

.dSelect {
	position: relative;
}

    .dSelectBtn span
    {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;    
        box-sizing: border-box;
        max-width: 100%;
        vertical-align: middle;
    }

    .dSelect.active > .dSelectDrop
    {
        display: block;
    }

    .dSelectDrop 
    {
        position:absolute;
        top: 0;
        left: 0;
        z-index: 10000000;
        border: solid 1px #7f9db9;
        display:none;
        box-sizing: border-box;
        background-color: white;
    }

    .dSelect .dSelectSearch input[type="text"] {
        height: 30px;
        padding: 0 10px;
        box-sizing: border-box;
        border-radius: 3px;
        border: 1px solid rgba(172, 175, 181, 0.5);
        width: 100%;
        background-color: white;
    }

    .dSelect .dSelectSearch
    {
        padding: 6px;
        position: relative;
    }

    .dSelect .dSelectDropList
    {
        max-height: 150px;
        overflow-y: auto;
        border-bottom: rgba(50, 58, 72, 0.1) 1px solid;
        padding: 6px;
    }

    .dSelect .dSelectDrop .blueLink
    {
        font-size: 14px;
        display: inline-block;
        line-height: 30px;
        padding: 0 10px;
        float: right;
        color: inherit;
    }

    .dSelect .input-value
    {
        position:absolute;
        line-height: 30px;    
        transform: translateX(-100%);
        color: #323a48;
        font-weight: 700;
        right: 0;
        top: 5px;
    }

    .dSelect .icon-pesquisa
    {    
        font-family: 'ego-icon-font' !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
    }

    .dSelect .input-value i:before
    {
        content: '\e914';
    }

    .dSelect .dSelectLine
    {
        padding: 5px 0;	
        vertical-align: top;
    }

    .dSelect .dSelectDropList input
    {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

    .dSelect .searchSelectDrop .dSelectDefault
    {
        display:none;
    }

    .dSelect .dSelectDropList .dLabel 
    {
        position: relative;
        display: inline-block;    
        margin-right: 10px;	
        width: auto;
        height: auto;
        line-height: 0;
        color: inherit;
        vertical-align: top;
    }

        .dSelect .dSelectDropList .dLabel .dLabelCheckedIcon {
            font-family: 'ego-icon-font' !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;		
            color: inherit;
            font-size: 12px;
            width: 18px;
            height: 18px;
            border: 1px solid rgba(172, 175, 181, 0.5);
            background-color: white;
            display: inline-block;
            box-sizing: content-box;	
            vertical-align:top;
            position: relative;
        }		

    .dSelect .dSelectDropList .dLabel input:checked~.dLabelCheckedIcon:before
    {	
        content: '\e907';
        position: absolute;
        top: 9px;
        left: 3px;
    }

    .dSelect .dSelectLine span
    {
        vertical-align: top;
    }

    /*#region DROPDOWN SKIN: SelectionPreviewDropdown*/
        .dSelect.SelectionPreviewDropdown .SelectionPanel .SelectionPanelHeader label::after
        {
            font-family: 'ego-icon-font';
            content: '\e9c7';
            margin-left: 5px;
        }

        .dSelect.SelectionPreviewDropdown .SelectionPanel.active .SelectionPanelHeader label::after
        {
            content: '\e9ca';
        }

        .dSelect.SelectionPreviewDropdown .SelectionPanel ul
        {
            display: none;
            list-style: none;
            padding: 0px 8px;
            overflow: auto;
            max-height: 50px;
        }

        .dSelect.SelectionPreviewDropdown .SelectionPanel.active ul
        {
            display: block;
        }

        .dSelect.SelectionPreviewDropdown .SelectionPanel ul:empty
        {
            display: none;
        }

        .dSelect.SelectionPreviewDropdown .SelectionPanel li
        {
            margin: 2px 0px;
        }

        .dSelect.SelectionPreviewDropdown .SelectionPanel li::before
        {
            font-family: ego-icon-font;
            content: '\e905';
            font-size: 12px;
            margin-right: 5px;
        }

        .dSelect.SelectionPreviewDropdown .SelectionCount
        {
            display: none;
            padding: 5px 2px;
            background: #4682b48c;
            border-radius: 15px;
            margin-right: 5px;
            width: 28px;
            text-align: center;
        }

        .dSelect.SelectionPreviewDropdown .SelectionCount .counterVal
        {
            display: inline;
        }

        .dSelect.SelectionPreviewDropdown .SelectionCount .counterIndi
        {
            display: none;
            vertical-align: super;
        }

        .dSelect.SelectionPreviewDropdown .SelectionCount.active
        {
            display: inline-block;
        }

        .dSelect.SelectionPreviewDropdown .SelectionCount.Highcount .counterIndi
        {
            display: inline;
            font-size: 9px;
        }

        .dSelect.SelectionPreviewDropdown .dSelectVal
        {
            display: inline-block;
        }
    /*#endregion*/


    /*#region DROPDOWN SKIN: MenorcaAreasDropdown*/
    .dSelect.MenorcaAreasDropdown .dSelectDropList .dLabel
    {
        display: none;
    }

    .dSelect.MenorcaAreasDropdown .dSelectDropList .dSelectHeader
    {
        font-weight: 600;
    }

    .dSelect.MenorcaAreasDropdown .dSelectSearch
    {
        clear: both;
    }        

    .dSelect.MenorcaAreasDropdown .SelectionPanel .SelectionPanelHeader label
    {
        float:left;
        width: auto;
    }
    
    .dSelect.MenorcaAreasDropdown .SelectionPanel .SelectionPanelHeader label::after
    {
        font-family: 'ego-icon-font';
        content: '\e9c7';
        margin-left: 5px;
    }

    .dSelect.MenorcaAreasDropdown .SelectionPanel.active .SelectionPanelHeader label::after
    {
        content: '\e9ca';
    }

    .dSelect.MenorcaAreasDropdown .SelectionPanel ul
    {
        display: none;
        list-style: none;
        padding: 0px 8px;
        overflow: auto;
        max-height: 50px;
    }

    .dSelect.MenorcaAreasDropdown .SelectionPanel.active ul
    {
        display: block;
        clear: both;
    }

    .dSelect.MenorcaAreasDropdown .SelectionPanel ul:empty
    {
        display: none;
    }

    .dSelect.MenorcaAreasDropdown .SelectionPanel li
    {
        margin: 2px 0px;
    }

    .dSelect.MenorcaAreasDropdown .SelectionPanel li::before
    {
        font-family: ego-icon-font;
        content: '\e905';
        font-size: 12px;
        margin-right: 5px;
    }

    .dSelect.MenorcaAreasDropdown .SelectionCount
    {
        display: none;
        padding: 5px 2px;
        background: #4682b48c;
        border-radius: 15px;
        margin-right: 5px;
        width: 28px;
        text-align: center;
    }

    .dSelect.MenorcaAreasDropdown .SelectionCount .counterVal
    {
        display: inline;
    }

    .dSelect.MenorcaAreasDropdown .SelectionCount .counterIndi
    {
        display: none;
        vertical-align: super;
    }

    .dSelect.MenorcaAreasDropdown .SelectionCount.active
    {
        display: inline-block;
    }

    .dSelect.MenorcaAreasDropdown .SelectionCount.Highcount .counterIndi
    {
        display: inline;
        font-size: 9px;
    }

    .dSelect.MenorcaAreasDropdown .dSelectVal
    {
        display: inline-block;
    }
/*#endregion*/
/********** DROPDOWN *********/

/******* PROPERTY COUNERS *******/

.PropertyBasicCounterDrag .menu-item:last-child, .PropertyBasicCounters .menu-item:last-child {
	margin-right: 0 !important;
}

.PropertyBasicCounterDrag .menu-item:first-child, .PropertyBasicCounters .menu-item:first-child {
	margin-top: 0 !important;
}

/******* PROPERTY COUNERS *******/

.InnerElement.pagespacer {
	pointer-events: none;
}