@charset "UTF-8";
@import url("font.css");
@import url("search.css");
@import url("recovery.css");
@import url("new-password.css");
@import url("bbg.css");
@import url("b-reactions.css");
@import url("dialog.css");
@import url("bmenu.css");
@import url("error.css");
@import url("noresult.css");
@import url("avenir-font.css");
@import url("cookie.css");
@import url("anibox.css");
@import url("fjallone.css");
@import url("gotham.css");
@import url("tooltip.css");
@import url("boxcalltodownload.css");
@import url("prefix.css");
@import url("combo.css");
@import url("inputstyle.css");
@import url("dialogstories.css");
@import url("checkbox.css");
/* Scoped styles for social auth buttons used in login dialog and widgets */
@import url("social-dialog.css");
/* @import url("menuevidence.css");*/

.c-btnpill-bstg {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 13px 0;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    max-height: 90px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

.c-btnpill-bstg {justify-content: flex-start;}


.c-btnpill-bstg .btnpill-bstg {display: inline-block;
    vertical-align: middle;
    padding: 7px 13px;
    margin: 0 5px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 16px;
	text-transform: capitalize;
    font-weight:600;
}
.c-btnpill-bstg .active{    background-color: #5979ed !important;
    color: white;}

/* textarea */
 .fselected, .turnselected {background-color: #5878ec !important; color: #fff !important}
.contenitor-tool-list-general {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 13px 0;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    max-height: 90px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

.contenitor-tool-list-general.left {
    justify-content: flex-start;
}

.contenitor-tool-list-general > li {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 13px;
    margin: 0 5px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
    font-size: 14px;
}

 #btgeditor1-container {
            border: 1px solid #ccc;
            padding: 10px;
            max-width: 100%;
            background: #F7F7F7;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            border-radius: 7px;
            position: relative;
        }
        #btgeditor1-editor {
            padding: 10px;
            min-height: 150px;
            cursor: text;
            outline: none;
            border: none;
        }
        .btgeditor1-toolbar {
            margin-top: 10px;
            display: flex;
            gap: 5px;
        }
        .btgeditor1-toolbar button {
            background: none;
            border: none;
            cursor: pointer;
            padding: 0;
            margin: 0 5px;
        }
        .btgeditor1-toolbar img {
            width: 16px;
            height: 16px;
        }
        #btgeditor1-copyCheck {
            display: none;
            width: 16px;
            height: 16px;
        }
        #btgeditor1-charCount {
            position: absolute;
            bottom: 5px;
            right: 10px;
            font-size: 12px;
            color: #555;
        }
        /* Stile per il messaggio di conferma */
        .copy-confirmation {
            position: fixed;
            bottom: -100px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #4caf50;
            color: white;
            padding: 10px 20px;
            border-radius: 5px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            opacity: 0;
            transition: opacity 0.3s, bottom 0.3s;
            z-index: 1000;
        }
        /* Mostra il div quando è attivo */
        .copy-confirmation.show {
            opacity: 1;
            bottom: 40px;
        }

.btgeditor1-toolbar > div {margin: 0 5px;}

/* fine textarea */

#loadingSpinner {width: 100%; height: 100%; background-color: rgba(255,255,255,0.3);  display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; top: 0; left:  0; z-index: 999999; position: fixed;}
.container-spinner-loading {
    transform: scale(0.7);
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/* Sfere principali */
.circle-loading {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #314794;
  animation: merge-animation 2.5s infinite ease-in-out, color-shift 1.5s infinite ease-in-out;
}

/* Posizionamento iniziale delle sfere */
.circle-loading:nth-child(1) { --x: -1; --y: -1; animation-delay: 0s; }
.circle-loading:nth-child(2) { --x: 1; --y: -1; animation-delay: 0.1s; }
.circle-loading:nth-child(3) { --x: -1.2; --y: 0.5; animation-delay: 0.2s; }
.circle-loading:nth-child(4) { --x: 1.2; --y: 0.5; animation-delay: 0.3s; }
.circle-loading:nth-child(5) { --x: -0.5; --y: 1.2; animation-delay: 0.4s; }
.circle-loading:nth-child(6) { --x: 0.5; --y: 1.2; animation-delay: 0.5s; }
.circle-loading:nth-child(7) { --x: 0; --y: 1.5; animation-delay: 0.6s; }

/* Animazione: allontanamento, fusione, e scomposizione */
@keyframes merge-animation {
  0% {
    transform: translate(0, 0); /* Inizio al centro */
    opacity: 1;
  }
  25% {
    /* Le sfere si allontanano dal centro */
    transform: translate(calc(var(--x) * 60px), calc(var(--y) * 60px));
    opacity: 1;
  }
  50% {
    /* Le sfere si fondono al centro */
    transform: translate(0, 0);
    opacity: 1;
    width: 40px; /* Si allarga per dare l'effetto di unione */
    height: 40px;
  }
  75% {
    /* La sfera unica si scompone in più sfere */
    transform: translate(calc(var(--x) * 60px), calc(var(--y) * 60px));
    width: 20px; /* Torna alla dimensione normale */
    height: 20px;
    opacity: 1;
  }
  100% {
    /* Tornano al centro pronte per un nuovo ciclo */
    transform: translate(0, 0);
  }
}

/* Animazione del cambio colore */
@keyframes color-shift {
  0%, 100% {
    background-color: #314794;
  }
  25%, 75% {
    background-color: #5379ff;
  }
  50% {
    background-color: #5878ed;
  }
}


.bellnotif {display: none;}
.contanitor-barmobile{
       width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    flex-direction: row;
    justify-content: center;
    background-color: #fff;
    border-top: 1px solid rgb(235, 235, 235);
    z-index: 1;
    transition: 0.3s linear all;
    display: none;
}

.widget-reserv > .contprereservations > #contanitorbarmobile {height: 100px !important}

.widget-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.widget-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.barmobiled {bottom: -71px}
        
        .barmobilebtn > img {height: 24px; margin-bottom: 5px;}
        .barmobilebtn > label {font-size: 11px; color: #1d1d1d}
      
       .barmobilebtn  {
    display: flex;
    flex-direction: column;
    align-items: center;
               margin: 0 16px;
           margin-top: 16px;
           position: relative;
           z-index: 1;
}

.btndskn {width: 35px !important;
    top: 7px !important;
    float: left !important;}
    

.bellnotif{width: 35px; height: 35px; position: relative; background-repeat: no-repeat; background-size: 28px; background-position: center; background-image: url(../img/SVG/notification-bell.svg)}
.numbernot {    background-color: red;
    color: #fff;
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 9px;
    min-width: 9px;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border: 2px solid #fff;}

.buttonselected {background-color: #e8f0fe !important; color: #5878ed; border-color:  #e8f0fe !important;}
/* select */

.ctextermsandcond { height: 100%;overflow-x: scroll;    width: calc(100% - 30px);}
.cmenuwidget { height: 100%;overflow-x: scroll;    width: 100%;}

.box006s > .generalselectb {    width: 100%;
    margin-top: 6px;}
.box006s > .generalselectb > .btngeneralselectb {width: calc(100% - 20px - 34px);}


.search-input {
    background-image: url(../img/SVG/search-ui.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    padding-left: 30px !important;
    padding: 10px;
    background-position: center left;
    background-position-x: 7px;
    background-color: #faf8f8;
    width: calc(100% - 30px - 10px);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 16px;
border: 0;}

.generalselectb {
    position: relative;
    display: inline-block;
  }

  .subgeneralselectb {
    display: none;
    height: auto;
    padding: 10px;
    margin: 2px 0 0 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    list-style: none;
    transition: 1s all linear;
    position: absolute;
      width: 160px;
  }

  .subgeneralselectb li {
    padding: 8px 12px;
    cursor: pointer;
  }

  .subgeneralselectb li:hover {
            background-color: #f6f6f6;
  }

  .subgeneralselectb li a {
    text-decoration: none;
    color: #333;
  }

.btngeneralselectb {
    color: #000;
    padding: 10px 20px;
    padding-right: 34px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    position: relative;
    background-color: transparent;
    width: 100%;
    margin-top: 7px;
}

  .btngeneralselectb:hover {

  }

  .btngeneralselectb.active {
    background-color: #f0f0f0; /* Aggiungi il colore di sfondo attivo qui */
  }

  .btngeneralselectb::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    background-image: url('https://bestogoo.com/img/SVG/caret-down.svg'); /* Immagine freccia */
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
    transform: translateY(-50%) rotate(0deg); /* Rotazione iniziale */
  }

  .btngeneralselectb.active::after {
    transform: translateY(-50%) rotate(180deg); /* Rotazione quando attivo */
  }

  .generalselectb-select {
    display: none;
  }
       .close-list {
      display: none;
    }

  /* Stile per il pulsante di chiusura solo su schermi con larghezza massima di 890px */
  @media screen and (max-width: 890px) {
      .contenitor-button-menu > a > li,.contenitor-button-menu > li  {display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;-webkit-border-radius: 0px !important;
-moz-border-radius: 0px;
border-radius: 0px;}
      .active > .subgeneralselectb {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 25px;
    width: calc(100% - 50px);
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 0;}
    .close-list {
        position: fixed;
    bottom: 25px;
    background-color: #f6f6f6;
    padding: 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -15px;
    left: 50%;
        background-image: url(../img/SVG/cross-small.svg);
        background-repeat: no-repeat;
        background-position: center;
                background-size: 25px;
                z-index: 1000;
    }
      .subgeneralselectb li {font-size: 18px;}
  }
/* end select */

/* CSS Document */
.header-hide {position: absolute; overflow: hidden;     height: 0;
    width: 0;}

.blackinput::placeholder{
  color: #666666 !important;
}

.city-category-search {
    color: #717171;
    margin-top: 4px;
    float: left;
    font-size: 15px;
}

.box008 > .contenitor-reaction-search {display: none}

.btntool {width: calc(100% / 2 - 2px);
    display: flex;
    margin: 1.5%;
    text-align: center;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 7px 0;
    margin-top: 7px;
    border: 1px solid rgb(209 209 209 / 43%);
    font-weight: 600;
    background-color: #fff;
    color: #000;}

.arrowup,.arrowdown{
        position: absolute;
    background-size: contain;
    width: 20px;
    height: 20px;
    right: 13px;
    transition: all 0.3s linear;
}
.arrowup, .arrowdown{ background: url(https://www.bestogoo.com/img/SVG/arrow-up.svg);}
.arrowdown {transform: rotate(180deg);}

        .boxselect {    
                        width: calc(100% - 14px);
                        padding: 7px;
    float: left;
    border: 1px solid #ccc; -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;}
                  .selectstyle {
    display: inline-block;
    position: relative;
    padding: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    width: calc(100% - 16px);
}

:root {
  --bstgbgc: #5878ed;
  --bstgbgcdark:#314794;
}
.vrf0 {display: none}
.vrf1 {height: 20px;
    width: 20px;
    }
.link-back {
    background-color: #e6f4ff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 4px 10px;
    padding-left: 30px;
    background-image: url(../img/SVG/link.svg);
    background-size: contain;
    background-repeat: no-repeat;
    color: #5573e5 !important;
    line-height: 30px;
}
.blnss {
    background: linear-gradient(to bottom, #00000085 0%,#5878ec00 100%) !important;
    top: 0;
    padding-top: 30px !important;
}.box046{padding-top: 0px;}
.box046,.blnss{ transition: 1s linear all;}

.c-title-featured-item {
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 5px;
    font-size: 15px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
        display: flex;
    align-items: center;
	gap:10px;
}

.button-submit {
    width: 100%;
    font-size: 16px;
    float: left;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #333;
    padding: 19px 0;
    border: 0 !important;
    margin-top: 20px;
    margin: 20px 0;
}
/* menu mobile*/

 .contenitor-menu-user-admin {width: 200px; height: 100%; position: fixed; left: 0;   z-index: 100;}
.cmua{display: none !important}
          .contenitor-button-menu {list-style-type: none;margin-top: 170px;
              padding: 0; text-align: center;    width: 80%;
    margin-left: 10%; position: relative;}    
.contenitor-button-menu > a > li,.contenitor-button-menu > li {        
   padding: 13px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center left;
    background-position-x: 10px;
    color: #fff;
    position: relative;
    z-index: 1;
    display: flex
;
    flex-direction: row;
    justify-content: flex-start;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;} 

.banim {position: absolute !important;
    width: 100%;
    height: 46px;
    padding: 0 !important;
    z-index: 0 !important;
   
    transition: 0.1s linear all;
}
.banim, .ani1 {top: 0;}.ani2{top: 46px;}.ani3{top: 90px;}


.contenitor-button-menu > a > .selected,.contenitor-button-menu > .selected {background-color: var(--bstgbgcdark);} 

.usericon {background-image: url(../../img/SVG/user/user.svg);} .searchhicon {background-image: url(../../img/SVG/user/search.svg);}.reactionsicon {background-image: url(../../img/SVG/user/heart.svg);} .reservationsicon {background-image: url(../../img/SVG/user/book-open-reader.svg);} 
           .searchhearticon {background-image: url(../../img/SVG/user/search-heart.svg);}.exiticon {background-image: url(../../img/SVG/user/exit.svg);}.button-menu > a {color: #333 !important} .exitbutton {
    position: absolute;
    bottom: 30px;
}
          .contenitor-big{
    width: calc(90% - 200px);
    position: absolute;
    right: 5%;
}
.contenitor-menu-user-admin { background-color: var(--bstgbgc);}
.activity {background-color: #78c156; color: #fff !important; text-align: center;}
.disability { background-color:#A2A2A2}

.bg-black-wallpaper {display: none}
.filter {
    width: 80px;
    height: 18px;
    background-image: url(../img/SVG/filter.svg);
    background-repeat: no-repeat;
    text-align: center;
        position: relative;
    padding-left: 25px;
    margin-left: 13px;
}
.buttonloginfilter {display: none;}
.filter > label {
    color: #fff;
    font-size: 16px;
    width: 100%;
}
.contenitor-button-filter{
    width: 100%;
    height: 27px;
    float: left;
    text-align: center;
}
.switchoff {display: none;}
.prosearch {
               float: left;
    width: 100%;
    height: 50px;
    position: relative;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #5979ed;
    background-color: transparent !important;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);}	

@keyframes logomobile {
  0%   { background-position-x: 4px;
			}
              90% {
	background-position-x: 4px;}
			
			100% {
				background-position-x: -150px;;
			}
}
.buttondetail {padding: 13px 25px;} .buttonbrowsemenu{       padding: 5px 7px;
    bottom: 10px;
    font-weight: normal;}
.contenitor-buttonbrowsemenu {
    position: absolute;
    z-index: 100;
    left: 16px;
    top: 16px;
    height: 38px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
 .buttondetail,.buttonbrowsemenu, .showhatitoffers {
    border: 1px solid #dab811;
    -moz-transition: padding .1s, width .1s ease-in;
    -o-transition: padding .1s, width .1s ease-in;
    transition: padding .1s, width .1s ease-in;
    text-align: center;
    color: #222;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: center left;
    background-position-x: 13px;
    display: inline-block;
    background-color: #FFD81A;
    font-weight: bold;
    font-size: 16px;
}

 .buttondetail:hover, .buttonbrowsemenu:hover {
    background: #F7CA00;
    border-color: #F2C200;}

    .btndl2 { width: calc(50% - 10px); margin:5px; background-color: #fff !important; border: 1px solid #777 !important;}
    .btndl3 {width: 100% !important; margin:0px !important; display: none}
 .btndl4 {width: calc(50% - 10px); margin:5px; background-color: #fff !important; border: 1px solid #777 !important;}

.loader_pager,.loader_pager_on{    background-size: 50px;
    width: 100%;
    text-align: center;
    position: relative;
    background-image: url(../img/loading-search.gif);
    background-repeat: no-repeat;
    float: left;
    height: 80px;
    background-position: center !important;
} .loader_pager {display: none}  .loader_pager_on {display: block} 

html,body { 
	/* background-color: #f1f3f7; */
	padding: 0;
	margin: 0;
    margin-bottom: 70px;
	/*font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
 	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; 
	height: 100%;
	-webkit-text-size-adjust: 100%;
	font-size-adjust: 100%;
	display: block;
	direction: ltr;
	background-color:#506cd6;
	
}
.guide-manual { float: left;     background-color: #fffce2; padding: 37px;-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;}
.press {width: 100%;float: left;text-align: center;z-index: 1000;position: absolute; color: #000 !important; margin-top: 108px;}.press > label {font-size: 30px;
    font-weight: 700;
    color: #575757;}
.press-total {display: flex; width: 90%; margin-left:5%;justify-content: center;  flex-wrap: wrap; }
.press-total  > img {width: 213px; margin: 7px}
.tip{float: left;
    background-color: #fffae0;
    border: 1px solid #ffeb87;
    padding: 10px 2%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 600;
    background-image: url(https://www.bestogoo.com/img/SVG/tip.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center left;
    background-position-x: 7px;padding-left: 40px;    margin: 10px 0;margin-top: 0;}

.bsupport {
   width: 100%;float: left;padding: 6px 20px;text-align: center;
   /* -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 20%);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 20%);*/
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 16px;
}
.bsh3{
    font-size: 20px;
    margin: 13px;
    margin-left: 0;
}
.bbackk{
       width: 100%;
    float: left;
    margin: 3px 0;
    font-size: 13px;
}

.iconsupport { width: 100%; height: 70px; float: left;  -webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px; background-repeat: no-repeat; background-size: 50px; background-position: center}
.callbase {bottom: 16px;animation-name: calltocalls;animation-duration: 5s;z-index: 1;opacity: 0;top: -150px;}	

@keyframes calltocalls {
  0%   { opacity: 0; top: -150px;
			}
  10% {
	opacity: 1;    top: 30px;}
            
              90% {
	opacity: 1; top: 30px;}
			
			100% {
				opacity: 0; top: -150px;
			}
}

.whatsapp {background-image: url(../img/SVG/whatsapp.svg)}
.callme {background-image: url(../img/phone-call.png)}
.sendemail {background-image: url(../img/mail-box.png)}
.contenitorbuttonsupport {display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: row;
    justify-content: flex-start;}
		
	
.fullwidth {width: 100% !important;}
.createmenu {   width: 100%;
    position: absolute;
    bottom: 20%;
    text-align: center;
    transform: scale(0.9);
    float: left;
    margin-bottom: 16px;}

.bevidence {
    background-color: #f4cc3b;
    color: #222 !important;
    border-color: #a88734 #9c7e31 #846a29;
    padding: 11px 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}
.saved-b{display: block;
  padding: 10px 16px;
    padding-left: 46px;
    background-image: url(https://www.bestogoo.com/img/SVG/saved-w.svg);
    background-size: 40px;
    background-position-x: 3px !important;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: fixed;
    margin-top: -160px;
    animation-name: saved;
    animation-duration: 7s;
    z-index: 1;
    top: 34px;
    font-weight: bold;
    background-color: #64b742;
    color: #fff;	
}
		
		@keyframes saved {
  0%   { margin-top: -160px
			}
  10% {
	margin-top: 25px}
            
              70% {
	margin-top: 25px}
			
			100% {
				margin-top: -160px
			}
}
.detect,.detectplus {position: fixed; top: 0;}

.bgup {top: -50px !important; position: fixed;}

.no-photo {
	background-size: 100px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #212121 !important;}   

.regindex {
    width: 100px;
    font-size: 13px;
    float: left;
    padding: 9px 0;
    right: 0;
    top: 0;
    position: fixed;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    color: #fff;
    z-index: 1;
    margin: 63px 24px;
    transition: margin 1s;
    text-align: center;
}

.regindex:hover {
    opacity: 0.7;
}

input,input[type="file"],textare,textarea:focus, input:focus,input[type="file"]:focus{
    outline: none;

}



@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .bg-menu-blur {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); 
  }
}

.bregisterindex {
	background-color: #fff !important;
    width: 150px;
    left: calc(50% - 75px);
    text-align: center;
    height: auto;
    padding: 10px 0;
    transform: scale(0.9);
    color: #5878ec;
	float: left;
	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
	}

.in {display: none}
.out {display: block}

.bgwtotal {
    width: 100%;
    height: 100%;
	top: 0;
    left: 0;
	background-color: #fff;
    position: fixed;
	    z-index: 0;
}


.number_people_viewrs_no{display: none}
.number_people_viewrs {
    position: fixed;
    bottom: 20px;
    padding: 5px 10px;
	left: 16px;
    background-color: #ff0000b8;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 99;
    font-size: 12px;
	animation-delay: 10s;
	 animation: vp 7s linear 1;
    -moz-animation: vp 7s linear 1;
    -webkit-animation: vp 7s linear 1;
    -o-animation: vp 7s linear 1;
	opacity: 0;
	display: block !important;
	transform: scale(0);
	
}

@keyframes vp

{

0% { opacity: 0; transform: scale(0)}
	
2% {opacity: 1;transform: scale(1)}	
	
98% {opacity: 1;transform: scale(1)}	

100% {opacity: 0;transform: scale(0)}
}



.box032c > .container-boxform > .boxform > .box037 {
	margin-bottom: 16px;
}

.box032c > .container-boxform > .boxform > .error-b:nth-child(1) {
	margin-top: 16px;
}

.box032c > .box033 {margin-bottom: 0;}

.bg-menu-blur {

	
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    height: 47px;
    width: 100%;
    background-color: #01092557;
}

.box-container-add-business {
       margin: 16px 0;
    height: 41px;
    position: fixed;
    display: flex;
    flex-direction: column;
    right: 12px;
    bottom: 0;
    z-index: 1;
    width: auto;
}

.box-container-add-business > a {
    
    background-color: #5878ed;
    padding: 13px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 13px;
    background-image: url(../img/SVG/add-business.svg);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center left;
    background-position-x: 3px;
    position: relative;
    bottom: 16px;
    float: left;
    
    padding-right: 25px;
    padding-left: 44px;
}

.box-container-add-business >  a > label {margin-left: 23px;}


.box-container-add-business >  a:hover{ opacity: 0.5;}



.userprofileadmin > .box046 > .box048 > .box045-loged > .pro-file{ display: none}


.error-category-1,.error-place{
	border: 1px solid #ff0000 !important;
	}

.error-category-2{
	color: #ff0000;
	}
    
.boxselect-search {
	
    width: 647px;
    margin: 10px;
    position: absolute;
	-moz-transition:  width .1s ease-in;
    -o-transition:  width .1s ease-in;
    transition: width .1s ease-in;
	
}


.boxerror-index {
    width: 100%;
    height: 50px;
    position: relative;
    text-align: center;
    float: left;
    margin-top: 16px;
}

.boxerror-index > .errorindex {
    background-color: #ed5858;
    border: 1px solid #ff0000;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 3px 13px 3px 28px;
    font-size: 13px;
    background-image: url(../img/SVG/exclamation-mark.svg);
    background-repeat: no-repeat;
    background-position: 5px;
    background-size: 16px;
    margin: 0 auto;
    position: relative;
}

.boxselect-search > .styled-select-search {
  
   height: 29px;
   overflow: hidden;
   width: 100% !important;
	background-color: #fff;
	position: absolute;
	padding: 0px 16px;
	    padding-right: 0;
}
.boxselect-search > .styled-select-search > select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 29px;
    width: 108%;
    color: #666666;
	-webkit-appearance:none;
}	


.boxselect-search > .styled-select-search:after {
   
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #1b3d7a transparent transparent transparent;
			position: absolute;
}

.change-password{background-color: #5878ed !important; background-image: url("../img/change-password.jpg")!important; background-size: cover}

::selection {
    background-color: #5878ed;
	color: #fff;
}

.bgbig{ width:100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
/*background-color: rgba(0, 0, 0, 0.45); */}

#random {
    width: 100%;
    height: 450px;
    background-image: url(../img/photo/blur/1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    transition: all 0.5s linear;
    animation-name: example;
  animation-duration: 30s;
      animation-iteration-count: infinite;
}

@keyframes example {
  0%   {background-image: url(../img/photo/blur/1.jpg);}
  10%  {background-image: url(../img/photo/blur/2.jpg);}
  20%  {background-image: url(../img/photo/blur/3.jpg);}
  30% {background-image: url(../img/photo/blur/4.jpg);}
    40% {background-image: url(../img/photo/blur/2.jpg);}
    50% {background-image: url(../img/photo/blur/5.jpg);}
    60% {background-image: url(../img/photo/blur/3.jpg);}
    70% {background-image: url(../img/photo/blur/4.jpg);}
     80% {background-image: url(../img/photo/blur/2.jpg);}
     90% {background-image: url(../img/photo/blur/6.jpg);}
     100% {background-image: url(../img/photo/blur/1.jpg);}
   
}

a:link{ text-decoration: none;
  }


.box024 >::placeholder {
  	color: #ffffffd1;
	opacity: 0.7;
	font-weight: normal;
}

.box001 {
    width: 100%;
    height: 124px;
    background-color: #5878ed;
    float: left;
	padding-top: 50px;
}

.psearch > .box001 {
    width: 100%;
	height: auto;
    min-height: 124px;
    background-color: #5878ed;
    float: left;
	    position: relative;
}

.box001b{ width: 100%;

    position: absolute;
    top: 45%;
	float: left
	
}

/* IE6 hack */
* html .box001b {
    height: 100%;
}





.box003{ width: 54px;
	
		float: left;display: none;}


.box004 {
    width: 100%;
    color: #fff;
    text-align: center;
    float: left;
}


/*.box005 {
    width: 790px;
    height: 50px;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 11px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}*/

	.box005 {
    width: auto;
    height: 50px;
    margin-left: 5%;
    margin-bottom: 11px;
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
	margin: 0;
	margin-top: 0;
	right: 0;
	position: absolute
}



	.box006 {
    width: 86%;
-webkit-transition: width 1s; /* Safari */
  transition: width 1s;
    float: left;
}


.box006b {
    width: 1134px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    z-index: 0;
    flex-direction: row;
}

.manyrequest{
    width: 350px;
    margin-left: -150px;
    left: 50%;
    position: relative;
}

.box006b {position: relative}

	.box007 {
     width: calc(100% / 4 - 10px);
        margin: 5px;
        /*   height: 370px;
   padding: 10px 0;*/
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    margin-bottom: 16px;
    float: left;    background-color: #fff; position: relative;
    /*box-shadow: 0 0px 1px rgb(32 33 36 / 40%);*/
    
}

/*
.box007:nth-child(1){
		
		width: 100% !important;
    height: 280px !important;
		
	}


	.box007:nth-child(1) > .box008{
    width: 405px !important;
    margin-top: 51px !important;
}


.box007:nth-child(1) > .box009, .box007:nth-child(1) > .box009-no-photo{

    width: 90% !important;
    height: 280px !important;
}

.box007:nth-child(2) > .box009,.box007:nth-child(2) > .box009-no-photo,.box007:nth-child(3) > .box009,.box007:nth-child(3) > .box009-no-photo{
   width: 77% !important;
}
	
	.box007:nth-child(2),.box007:nth-child(3){
    width: 50% !important;
  
}

.box007:nth-child(n+100) > .box008 > .box010 {
	transform: scale(0.9);
	margin-left: -25px;
}*/

.next-more{    background-image: url(../img/SVG/next.svg);
    height: 100%;
    width: 40px;
    right: 0;
    top: 0;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7; z-index: 1}

.box008 {
    width: 100%;
    height: 88px;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    z-index: 2;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    border-radius: 52px;
    margin-bottom: 16px;
    margin-top: 13px;
    padding-bottom: 0;
    float: left;
}
/*.box009 {
 width: 50%;
        height: 230px;
    z-index: 1;
        background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* position: absolute; 
    margin-bottom: 100px;
      float: right;
	overflow: hidden;
	box-shadow: 0 0px 1px rgba(32, 33, 36, 0.4);
        position: absolute;
    top: 0;
    left: 0;}*/
.box009,.box009-no-photo {
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
    z-index: 1;
    background-color: #999;
    float: left;
    position: relative;
  -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
        background-size: cover;
}

.box009-no-photo {

    z-index: 1;
    background-repeat: no-repeat;
  
	    background-color: #e8f0fe !important;
   animation: no-photo 0.5s linear 1;
    -moz-animation: no-photo 0.5s linear 1;
    -webkit-animation: no-photo 0.5s linear 1;
    -o-animation: no-photo 0.5s linear 1;
        background-size: 70px;
	
}

.box009,.box009-no-photo { background-position: center}

@keyframes no-photo

{

0% {background-position: center;}
	
100% {background-position: right;}}

.box010 {
   min-width: 20px;
    font-size: 16px;
    /* margin-top: 71px; */
    z-index: 1;
    color: #fff;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    text-align: center;
    font-weight: bold;
    float: left;
    margin-right: 7px;
    display: none;
}
.box010,.box009{color: burlywood;}

.box010b,.box009b{color: #9fadbc;}
.box010c,.box009c{color: #cd7f32;}
.box010d,.box009d{color: #c7c7c7;}


.box011 {
    width: 100%;
    max-height: 77px;
    float: left;
     font-size: calc(18px + 6 * ((100vw - 320px) / 680));
    font-weight: bold;
    color: #5877ed;
      overflow: hidden;    line-height: 23px;

    /*
      word-wrap: break-word;   
white-space: nowrap;
    text-overflow: ellipsis;*/}    .contenitor-reaction-search > .buttonup > a, .contenitor-reaction-search > .buttondown > a  {    background-size: 35px !important;}

.box007 > .box008 > .contenitor-reaction-search > .buttonup,  .box007 > .box008 >  .contenitor-reaction-search > .buttondown,.box007 > .box008 > .contenitor-reaction-search > .buttonups,  .box007 > .box008 >  .contenitor-reaction-search > .buttondowns {position: relative;float: left;} .contenitor-reaction-search{width: 100%; float: left; margin-top: 5px; position: absolute; height: 56px; bottom: 0;}
.box007 > .box008 > .contenitor-reaction-search > .buttonup > a,  .box007 > .box008 >  .contenitor-reaction-search > .buttondown > a,.box007 > .box008 > .contenitor-reaction-search > .buttonups > a,  .box007 > .box008 >  .contenitor-reaction-search > .buttondowns > a {margin-top: 0;transform: scale(0.9);}
.box007 > .box008 > .contenitor-reaction-search > .buttonup > a,.box007 > .box008 > .contenitor-reaction-search > .buttonups > a {margin-left: 0px;box-shadow: none;padding: 10px; }
.box007 > .box008 >  .contenitor-reaction-search > .buttondown > a,.box007 > .box008 >  .contenitor-reaction-search > .buttondowns > a {padding: 10px;margin-left: 30px;box-shadow: none;}.box007 > .box008 > .contenitor-reaction-search > .buttonup > a > label,.box007 > .box008 >  .contenitor-reaction-search > .buttondown > a > label {width: 100%;text-align: center;font-size: 11px;margin-top: 27px;float: left;color: #a3b0bf; font-weight: 500;} .box007 > .box008 >  .contenitor-reaction-search > .buttondown > a > label{ margin-left: -2px;}.box007 > .box008 > .contenitor-reaction-search > .buttonups > a > label,.box007 > .box008 >  .contenitor-reaction-search > .buttondowns > a > label {display: none}


/*
.box007:nth-child(odd) > .box008,.box007:nth-child(even) > .box009 {
  float: right;
}
.box007:nth-child(odd) > .box009, .box007:nth-child(even) > .box008 {
  float: left;
}


.box012 {
    margin-left: 18%;
    margin-top: 3px;
    color: #999;
    float: left;
    font-size: 11px;
    overflow: hidden;
    padding: 3px 12px;
    background-color: #fff4d6;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}*/
.box012 {display: none}
.box012 {
   width: 100%;
    float: left;
    margin-top: 3px;
    color: #999;
    float: left;
    font-size: 11px;
    overflow: hidden;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    max-width: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.view-more {float: left;
    border: 1px solid #ccc;
    padding: 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    font-size: 14px;
    color: #383838;
    margin-top: 7px;}
/*.box012 {
    width: 72%;
    margin-left: 18%;
    margin-top: 7px;
	color: #999;
    float: left;
    font-size: 11px;
	overflow: hidden;
 
} */

.box013 {
    width: 72%;
    margin-left: 18%;
    margin-top: 7px;
	color: #666666;
    float: left;
    font-size: 13px;
	overflow: hidden;
 
}
.box014 { width: 72%;margin-top: 14px;color: #fff;float: left;font-size: 13px;overflow: hidden;}


.box015 {
    float: left;
    width: 100%;
    overflow: hidden;
    background-image: url(../img/SVG/phone.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center left;
    height: 30px;
}
.box015 > svg { fill: #75d572;}



.bcall-now{ 
	background-color: #77c156;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	}

.bcall-now > svg { fill:#fff !important}

.bcall-now > font { color:#fff}



.box016 {
    float: left;
	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;

	width: 16px;
	padding: 7px;
	display: none;
}

.box017 {
    float: left;
    margin: 7px;
    color: #666;
    margin-left: 25px;
}

.box018 {
    float: left;
	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
	width: 16px;
	padding: 7px;
}


.box019 {
        width: 100%;
    text-align: center;
    position: relative;
    display: flex;
}


.box020 {
    width: 100%;
    float: left;
    text-align: center;
   
}



.box022 {
        width: 40px;
    background-size: 25px;
    height: 40px;
    margin-top: 5px;
    margin-right: 5px;
    float: right;
    text-align: center;
    background-image: url(../img/SVG/search.svg);
    background-color: #5878ed;
    background-position: center;
    border: 0;
    background-repeat: no-repeat;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.box023 {
	width: 100%;
	height: 40px;
	float: left;
	
}

.box024 {
        width: 500px;
    z-index: 1;
    height: 50px;
    margin-bottom: 3%;
    margin: 0 auto;
	position: relative;
}

.box025 {
        width: 34px;
    height: 34px;
    position: absolute;
    z-index: 1;
    background-image: url(../img/ni/map-pin-silhouette.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
        margin: 8px;
}

.psearch > .box001 > .box023 > .box024 > .box025 {
	    width: 30px;
    height: 30px;
    margin: 6px 0;
}



.box026 {
     width: calc(100% - 160px - 8px);
    margin-top: 8px;
    margin-left: 8px;
    border: 0;
   padding: 7px 10px;
    padding-left: 46px;
    font-size: 16px;
    color: #666666;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
	font-weight: 700;
	position: absolute;
}
.search026 {margin-top: 0px !important;}
.sesrch025{margin-top: 0px !important;}

.box027 {
	width: 100%;
	float: left;
	    margin-top: 13px;
	margin-bottom: 13px;
}



.box028{
	padding: 15px 5px ;
	width: 21%;
	color: #fff;
	
	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
	float: left; 
	margin: 0 1%;
	text-align: center;
	
}

.box029 {
    width: 23px;
    height: 23px;
    margin-top: 60px;
    padding: 13px;
    font-size: 16px;
    z-index: 1;
    margin-left: -16px;
    color: #fff;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    text-align: center;
    font-weight: bold;
    background-color: #ffffff;
    background-image: url(../img/up-2.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    
}


.box029:hover{ background-image: url(../img/up.png);
    background-position: 12px 4px; opacity: 1}

.box029:active{ background-image: url(../img/up-3.png);
    background-position: 12px 4px; opacity: 1; background-color: #78c156}

.box029:focus{ background-image: url(../img/up-3.png);
    background-position: 12px 4px; opacity: 1; background-color: #78c156}


.box029 font{ opacity: 0;
	    float: left;
    width: 100%;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #9fadbc;
    margin-top: 11px;
}

.box029:hover font{ opacity: 1;}


.box029 > a:focus{opacity: 1;}

.box029 > font:fo{ opacity: 0;
	    float: left;
    width: 100%;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #9fadbc;
    margin-top: 11px;
}



.box029:active font{ opacity: 1; color: white}
.box029:focus font{ opacity: 1; color: white}


.box030 {
    width: 23px;
    height: 23px;
    margin-top: 115px;
    padding: 13px;
    font-size: 16px;
    z-index: 1;
    margin-left: -16px;
    color: #fff;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    text-align: center;
    font-weight: bold;
    background-color: #ffffff;
	  background-image: url(../img/down-2.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	
	
}


.box030:hover{ background-image: url(../img/down.png);
        background-position: 12px 22px;
}
.box030:active{ background-image: url(../img/down-3.png);
        background-position: 12px 22px;
	background-color: #e63023;
}



.box030 font {
    opacity: 0;
    float: left;
    width: 100%;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #9fadbc;
    margin-top: -7px;
    margin-left: -5px;
}

.box030:hover font{ opacity: 1;}

.box030:active font{ opacity: 1; color: white}



.box031,.box031bis {
	visibility:hidden;
	display: none;
	overflow: hidden;
	}


.box031visible,.box031bisvisible,.bg-black-wallpaper,.total-box-pp {
    background: rgba(30,30,30,0.9);
    left: 0;
    overflow: scroll;
    position: fixed;
 
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 9998;
    opacity: 1;
    -webkit-transition: 0.07s ease-in;
    transition: 0.07s ease-in;
    -webkit-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
	/*overflow: hidden;*/
	 -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
	

}

@keyframes bgblack {
  0%   {	opacity: 0;
		 }
100% {	opacity: 1;  }
}





/*.box031bisvisible {
    background: rgba(30,30,30,0.9);
    left: 0;
    overflow: scroll;
    position: fixed;
	display: block;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 9998;
    opacity: 1;
    -webkit-transition: 0.07s ease-in;
    transition: 0.07s ease-in;
    -webkit-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
	overflow: hidden;


}*/



.box032 {
    width: 520px;
    height: 610px; /* tuned to avoid clipping without extra blank space */
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -305px;
    background-color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    animation: box032 0.3s linear 1;
    -moz-animation: box032 0.3s linear 1;
    -webkit-animation: box032 0.3s linear 1;
    -o-animation: bbox032 0.3s linear 1;
}

.box032 > form > h1, .box032b > h1,.box032c > .container-boxform > .boxform > h1, .box032d > .boxformrecovery > h2 {display: none}

/* Extra bottom padding inside login form to avoid clipping social buttons */
.box032 > form { padding-bottom: 18px; }

@keyframes box032

{

0% { opacity: 0; margin-top: -405px;
}
	



100% {opacity: 1;margin-top: -305px;
}

}

.box032b {
    width: 520px;
    height: 640px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -320px;
    background-color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    animation: box032b 0.3s linear 1;
    -moz-animation: box032b 0.3s linear 1;
    -webkit-animation: box032b 0.3s linear 1;
    -o-animation: bbox032b 0.3s linear 1;
	transform: scale(1);
}

@keyframes box032b

{

0% { opacity: 0; transform: scale(0);
}
	



100% {opacity: 1;transform: scale(1);
	}

}

.box032c {
    width: 520px;
    height: 640px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -320px;
    background-color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
animation: box032c 0.3s linear 1;
    -moz-animation: box032c 0.3s linear 1;
    -webkit-animation: box032c 0.3s linear 1;
    -o-animation: bbox032c 0.3s linear 1;
	z-index: 3;
	
}

@keyframes box032c

{

0% { opacity: 0; margin-top: -290px;
}
	



100% {opacity: 1;margin-top: -370px;
	}

}
.box032c > .container-boxform {
    width: 100%;
	height: 375px;
    /*height: 562px;*/
    overflow: hidden;
    float: left;
}
/*.box032c > .container-boxform{ width: 100%; height: 360px; overflow: hidden; float: left;}*/

.box032c > .container-boxform > h1 {
	display: none;
}

.box032c > .container-boxform > .boxform{
	width: 100%;
	height: 100%;
	overflow: scroll;
	overflow-x: hidden;
	float: left;
}

.box032c > .container-boxform > .boxform > .error-b {
    width: 100%;
    float: left;
	height: auto;
	min-height: 90px;
    max-height: 108px;
}


.box032c > .container-boxform > .boxform > .error-b > .error {
    background-color: #ed5858;
    border: 1px solid #ff0000;
    margin-left: 7.5%;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 3px 13px 3px 28px;
    float: left;
    font-size: 13px;
    background-image: url(../img/SVG/exclamation-mark.svg);
    background-repeat: no-repeat;
    background-position: 5px;
    background-size: 16px;
    margin-bottom: 10px;
}

.box032c > .container-boxform > .boxform > .error-b > .custom-select {
    position: relative;
    float: left;
    font-family: Arial;
    margin: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    width: 85% !important;
    margin-left: 7.5%;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.43);
	background-color: #fff;
}



.box032d {
    width: 520px;
    height: 420px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -210px;
    background-color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
animation: box032d 0.3s linear 1;
    -moz-animation: box032d 0.3s linear 1;
    -webkit-animation: box032d 0.3s linear 1;
    -o-animation: bbox032d 0.3s linear 1;
	
}

@keyframes box032d

{

0% { opacity: 0; margin-top: -153px;
}
	



100% {opacity: 1;margin-top: -233px;
	}

}



.box033 {
    width: 100%;
    height: 190px;
    float: left;
    margin-bottom: 16px;
    -webkit-border-radius: 16px 0 0 0;
    -moz-border-radius: 16px 0 0 0;
    border-radius: 16px 0 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 90%;
    position: relative;
}



.box033b {
    width: 100%;
    height: 177px;
    float: left;
    margin-bottom: 16px;
    -webkit-border-radius: 16px 0 0 0;
    -moz-border-radius: 16px 0 0 0;
    border-radius: 16px 0 0 0;
        background-size: contain;
    background-repeat: no-repeat;
    background-position: 90%;
	background-color: #00213b;
}

.box033c {
    width: 100%;
    height: 190px;
    float: left;
    margin-bottom: 16px;
    -webkit-border-radius: 16px 0 0 0;
    -moz-border-radius: 16px 0 0 0;
    border-radius: 16px 0 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 105%;
    background-color: #ed5858;
    background-image: url(../img/gif/recovery-mail.gif);
}

.bglogin,.bgregister,.bgreporting{background-color: #5879ed;background-position: 100%;}

.bglogin{background-image:url('../img/gif/Login-bestogoo.gif');}

.bgregister{background-image: url('../img/gif/Register-bestogoo.gif');}

.bgreporting{background-image: url('../img/gif/5.png');}


.box034, .close-dialog {
    width: 24px;
    height: 24px;
    margin-top: 16px;
   position: absolute;
    right: 16px;
    z-index: 100;
}

.prefix-label > .box034 {    
    width: 24px;
    height: 24px;
        margin-top: 9px;
   position: absolute;
    right: 10px;
    z-index: 100;}

.box035::after{ width: 56px; height: 56px; border: 1px solid #dadde1;}

.box035 {
    width: 85%;
    margin-left: 7.5%;
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 12px;
    color: #333;
    border: none;
	background: #F7F7F7;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 0 1px  rgba(0,0,0,0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
	transition: all 0.3s ease-out;
	-webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;
}

.box035:hover{  box-shadow: 0 0 0 1px #5879ed;}

.box035:focus{   
	background-color: rgba(29,161,242,0.1);
    color: #5574e6;
    box-shadow: 0 2px 0 0 #5879ed;
}


.showp {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 52px;
    margin-right: 55px;
    text-transform: uppercase;
    font-size: 14px;
}



.userprofileadmin > .profile007 > .profile006 > .profile006-container > .error-b > .boxinputprofile > .showp, .userprofileadmin > .profile007 > .profile006 > .profile006-container > .contenitor-change-password > .error-b > .boxinputprofile > .showp {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 52px;
    margin-right: 25px;
    text-transform: uppercase;
    font-size: 14px;
}



.showp:hover{ 
	
	opacity: 0.7;}
.showp:active{ 

	opacity: 0.4;}



.box035b{padding: 9px !important;}

input.box035::placeholder{
  color: #a1a1a1;
	    font-size: 16px;
}

.box036{
	width: 85%;
    margin-left: 7.5%;
	font-size: 16px;
	padding: 0.5%;
	float: left;
	color: #666;
}


.box036 > font {
	font-size: 14px;
    float: left;
    margin-top: 5px;}

.box036 > b {color: #ee5857;}

.margintop36 {
	margin-top: 7px;
	
}



.box037{
	width: 85%;
    margin-left: 7.5%;
	font-size: 16px;
	
	float: left;
	
	background-color: #78c156;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: #fff;
	padding: 12px;
	border: 0 !important;
	    text-transform: capitalize;
	margin-top: 16px;
}


.box037:focus,.box037:hover{ background-color: #5ea73c;}




.box038 {
    width: 85%;
    margin-left: 6.5%;
    font-size: 14px;
    float: left;
    text-align: right;
    color: #3a8bbb;
    padding-bottom: 9px;
	margin-top: 5px;
}


.box038:focus,.box038:hover{ color: #2e6186}


.box039 {
    width: 100%;
    padding-top: 10px; /* reduce blank space below form */
    margin-top: 10px;
    float: left;
    /*border-top: 1px solid #ddd;*/
    text-align: center;
    color: #666;
}


.box040{ color: #3a8bbb; font-weight: bold }
.box040:focus,.box040:hover{ color: #2e6186}

.box041 {
    width: 130px;
    margin-left: 32px;
    margin-top: 32px;
    margin-bottom: 16px;
    float: left;
	display: none;
}


.box042 {
    width: 90%;
	min-height: 54px;
    margin-top: 15px;
    margin-left: 32px;
    font-size: 22px;
    font-weight: bold;
    color: #f1f3f7;
    float: left;
	display: none;
}

.box043, .box044 {
    float: left;
    padding: 10px 16px;
    /* background-color: #fff;*/
    color: #fff;
    margin-top: 68px;
    font-size: 30px;
    width: 231px;
    text-align: center;
    font-weight: bold;
	font-family: 'fjallaone',Arial,sans-serif;
    text-transform: uppercase;
}

.box043rp {
    float: left;
    padding: 10px 16px;
    /* background-color: #fff; */
    color: #fff;
    margin-top: 20px;
    font-size: 30px;
    width: 231px;
    text-align: center;
    font-weight: bold;
    font-family: 'fjallaone',Arial,sans-serif;
    text-transform: uppercase;
}




.box045 {
    font-size: 13px;
    float: left;
    padding: 9px 25px;
    background-color: #506cd6;
    right: 0;
    top: 0;
    position: fixed;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    color: #fff;
	
}

.contenitor-logged {
    position: fixed;
    right: 0;
    top: 0;
    width: 115px;
    text-align: center;
    height: 131px;
    margin-right: 25px;
}

.contenitor-logged > .regindex {
    width: 100%;
    font-size: 13px;
    float: left;
    padding: 9px 0;
    right: 0;
    top: 0;
    position: relative;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    color: #fff;
    z-index: 1;
    transition: margin 1s;
	text-align: center;
	margin: 0px !important;
}


.contenitor-logged > .box045 {
    font-size: 13px;
    float: left;
    padding: 9px 25px;
    background-color: #506cd6;
    right: 0;
    top: 0;
    position: relative;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    color: #fff;
    width: calc(100% - 50px);
}

.contenitor-logged > .top2 {margin: 26px 0px; margin-bottom: 0;}

.detail-store > .box048 > .box045 {position: relative;margin: 6px 13px !important;}


.box045-loged { /*width: 133px;*/ width: 70px; font-size: 13px;font-weight: 500;float: left;padding: 5px 0;right: 0;top: 0;position: absolute;-webkit-border-radius: 100px 34px 115px 100px;-moz-border-radius: 100px 34px 115px 100px;border-radius: 100px 34px 115px 100px;
	/*
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;*/
    color: #fff;
    /* height: 35px; */
    overflow: hidden;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 96% top;
	background-position-y: 6px;
	transition: all 0.1s linear;
	z-index: 1100 !important;
	 margin: 8.5px 13px;
	}
		
		.psearch > .box048 > .box045-loged {
    
			margin: 2px 13px;
            -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
	}
		
.box045-loged:focus, .box045-loged:focus{
	background-position: 110% top;
	background-position-y: 7px;
	animation: menu-bg 0.1s linear 1;
    -moz-animation: menu-bg 0.1s linear 1;
    -webkit-animation: menu-bg 0.1s linear 1;
    -o-animation: menu-bg 0.1s linear 1;

}

@keyframes menu-bg

{

0% { 	background-position: 96% top;background-position-y: 7px;}
100% {background-position: 110% top;background-position-y: 7px;}}



 .logged {
	width: 100%; float: left; color: #000;
	text-transform: capitalize;
	padding: 10px 0;
        display: flex;
    align-content: center;
    align-items: center;
    margin: 7px 0;
}

.box045-loged > .logged:nth-child(1) {margin: 0;}
.bmenu > .logged:nth-child(1) { margin: 7px 0;}

.box045-loged > .logged:nth-child(2),.box045-loged > .logged:nth-child(4),.box045-loged > .logged:nth-child(6)
{ /*background-color: #4e6fe8;*/}

.bmenu > .logged:nth-child(2):hover, .box045-loged > .logged:nth-child(3):hover,.box045-loged > .logged:nth-child(4):hover,.box045-loged > .logged:nth-child(5):hover,.box045-loged > .logged:nth-child(6):hover
{     background-color: #f4f4f4;}

.box045-loged > .logged:nth-child(2) > a > .image,.box045-loged > .logged:nth-child(3) > a > .image,.box045-loged > .logged:nth-child(4) > a > .image,.box045-loged > .logged:nth-child(6) > a > .image,.box045-loged > .logged:nth-child(6) > a > .image{
	
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	
}

.box045-loged > .logged:nth-child(3) {
 
}




/*.box045-loged > .logged > img  {
   
  
    width: 30px;
    margin-left: 13px;
	float: left;
	fill:#fff;
	margin-top: 2px;
}*/


.box045-loged > .logged > img {
    width: 30px;
    margin-left: 7px;
    float: left;
    fill: #fff;
    margin-top: 0px;
}
.bmenu > .logged > img {margin-left: 19px;}





.box045-loged > .logged > .image  {
  
    overflow: hidden;
	width: 20px;

    margin-left: 19px;
	float: left;
	fill:#fff;
	}

.box045-loged > .logged:nth-child(1) > img  {
	overflow: hidden;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
  
	}

.box045-loged > .logged:nth-child(3) > img,.box045-loged > .logged:nth-child(4) > img,.box045-loged > .logged:nth-child(5) > img,.box045-loged > .logged:nth-child(6) > img  {
	overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  
	}


	.box045-loged > .logged > .usrn {
		display:block;
		max-width: 55px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.box045-loged > .logged > font {float: left;margin-left: 8px;}.box045-loged > .logged > font > a { color: #fff}

.box045b {
    font-size: 13px;
    float: left;
    padding: 9px;
    margin: 10px;
    background-color: #5878ed;
    right: 0;
    top: 0;
    position: fixed;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 4px;
    color: #fff;
}

.box045b img {
    -webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
    width: 25px;
    float: left;
}

.box045b font {
    margin-left: 10px;
    margin-top: 5px;
    float: left;
}

.box046 {
    width: 100%;
    height: 47px;
   /* float: left;
    border-bottom: 1px solid #3f5bc1;
    background-color: #5878ed;*/
        background: linear-gradient(to bottom, #25AAE2 0%,#5878ec 100%);
	position: fixed;
    z-index: 101;
	 transition: top 0.3s;
}

.box046 > .box047 > a > .back{ 
		/*width: 32px;*/
    height: 32px;
    position: absolute;
    padding: 0;
    margin: 0px;
		margin-left: 0;
		display: block}
	
	.box046 > .box047 > a > .back:hover{opacity: 0.5;}
	
	.box046 > .box047 > a > .back:active{opacity: 0.7;background-color: #ffffff38;-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;}




 .gotosearch {
    width: 28px;
    height: 28px;
    position: absolute;
    background-position: center;
    background-size: contain;
    right: 0;
    margin: 10px;
}




.gotosearch{
	background-image: url(../img/SVG/gotosearch.svg);
	z-index: 1;    
	transform: scale(1);
	opacity: 1;
}

.detail-store > .box046 > .box047,.b-article > .box046 > .box047{ 
	/*margin: 0 !important;*/
	transition: all 0.5s lienar}

.box047 {
    display: block;
    margin: 0 auto;
    padding: 8px 16px 10px;
    position: absolute;
    left: 0;
    right: 0;
    width: 135px;
}




.box047b {
    display: block;
    margin: 0 auto;
    padding: 8px 16px 10px;
    position: absolute;
    left: 0;
    right: 0;
    width: 150px;
}


.box047c {
    display: block;
    margin: 0 auto;
    padding: 8px 16px 10px;
    position: absolute;
    left: 0;
    right: 0;
    width: 150px;
}

.top{ top:18px;
-webkit-transition: top 1s; /* Safari */
  transition: top 1s;}

.top2{ margin: 26px 28px;
-webkit-transition: margin 1s; /* Safari */
  transition: margin 1s;
	}

.bmenu{-webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;}


.box048 {
    height: auto;
    position: fixed;
    right: 0;
    z-index: 101;
	transition: top 0.3s;
}

/* .box049 {
    font-size: 16px;
    padding: 15px;
    float: left;
    border-left: 1px solid #3f5bc1;
    color: #314794;
} */

.box049 {
    font-size: 14px;
    padding: 7px 21px;
    float: right;
    color: #ffffff;
    background-color: #3f5bc1;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    margin: 9px 21px 9px 7px;
}

.box049:nth-child(2){
	  margin: 9px 0 9px 7px;
}

.bregstore{
    background: transparent !important;
    border: 1px solid #fff !important;
    padding: 6px 13px !important;
}

.mbdn{ display: block; margin-right: 5px;}

.box049:hover,.box022:hover, .box045:hover,.see:hover{ background-color: #314794; color: #c0cfff}
.box049:active,.box022:active, .box045:active,.see:active{ background-color: #17296b; color: #869eed}


.box050 {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    color: #fff;
    top: 38%;
	font: normal 25px/30px 'fjallaone',Arial,sans-serif;
    text-transform: uppercase;
}

.footer-x {
    width: 96%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 13px !important;
    padding: 2%;
    text-align: center;
    color: #fff;
	 text-transform: capitalize;
	margin-bottom: 25px;
}


.footer-x > a{ color: #fff; font-size: 13px !important; text-transform: capitalize;
}

.footer-x > a:hover{ opacity: 0.7
}

.footer-x > a:active{ opacity: 0.5
}

.footer-x > a:focus{ opacity: 0.5
}

.error {
	max-width: 77%;
    background-color: #ed5858;
    border: 1px solid #ff0000;
	margin-left: 7.5%;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 3px 13px 3px 28px;
    float: left;
    font-size: 13px;
    background-image: url(../img/SVG/exclamation-mark.svg);
    background-repeat: no-repeat;
    background-position: 5px;
    background-size: 16px;
}

/* Form registrazione/login: errori sotto ogni campo */
.box035 + .error,
.error-b .error {
    float: none;
    display: block;
    clear: both;
    margin: 8px 4% 8px 4%;
    max-width: 92%;
}

.userprofileadmin > .profile007 > .profile006 > .profile006-container > .error-b,.userprofileadmin > .profile007 > .profile006 > .profile006-container > .contenitor-change-password > .error-b {
	
	height: auto;
}

.userprofileadmin > .profile007 > .profile006 > .profile006-container > .error-b > .boxinputprofile > .error,
.userprofileadmin > .profile007 > .profile006 > .profile006-container > .contenitor-change-password >  .error-b > .boxinputprofile > .error {    margin-left: 15.5%; margin-bottom: 7px;}


.profileuserphp > .error {
    background-color: #ed5858;
    border: 1px solid #ff0000;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 7px 13px 7px 32px !important;
    margin-top: 3px;
    margin-bottom: 3px;
    float: left;
    font-size: 13px;
    background-image: url(../img/SVG/exclamation-mark.svg);
    background-repeat: no-repeat;
    background-position: 5px;
    background-size: 18px !important;
		margin-left: 0 !important;
}


.error-b,.contenitor-data-picker-inside {
    width: 100%;
    float: left;
	/*height: 108px;*/
	position: relative;
}

.profileuserphp > .error-b {
    width: 100%;
    float: left;
	height: auto !important;
}







.loadingbg {
    background: rgba(30,30,30,0.9);
    left: 0;
    overflow: scroll;
    position: fixed;
    padding: 32px;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 9998;
    opacity: 1;
    -webkit-transition: 0.07s ease-in;
    transition: 0.07s ease-in;
    -webkit-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
	margin-left: -10px;
}

.loading {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -54px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-image: url(../bestogoo/img/loading.gif);
    background-size: cover;
}

.languagepicker {
    display: inline-block;
    padding: 0;
    height: 30px;
    overflow: hidden;
    transition: all .3s ease;
    margin: 10px;
    vertical-align: top;
    float: left;
}

.languagepicker:hover {
	/* don't forget the 1px border */
	height: 81px;
}

.languagepicker a{
	color: #000;
	text-decoration: none;
}

.languagepicker li {
    display: block;
    padding: 0px 10px;
    margin-bottom: 10px;
    line-height: 60px;
}

.languagepicker li:hover{
	opacity: 0.7;
}

.languagepicker a:first-child li {
	border: none;
}

.languagepicker li img {
	margin-right: 5px;
}

.roundborders {
	border-radius: 5px;
}

.large:hover {
	/* 
	don't forget the 1px border!
	The first language is 40px heigh, 
	the others are 41px
	*/
	height: 120px;
}

.bcontsearch {
	/*
	    background-color: rgb(255 255 255 / 40%) !important;
    float: left;
    width: 100%;
    height: 40px;
    position: relative;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
	/*box-shadow: 0px 0px 0px 1px #fff;
	-webkit-box-shadow: 0px 0px 0px 1px #fff;
	-moz-box-shadow: 0px 0px 0px 1px #fff;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
	*/
    
    float: left;
    width: 100%;
    height: 50px;
    position: relative;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #5979ed;
    background-color: transparent !important;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}



.blackinput {
    background-color: transparent!important;
    /*border: 1px solid #fff;*/
	/*box-shadow: 0px 0px 0px 1px #fff;
	-webkit-box-shadow: 0px 0px 0px 1px #fff;
	
	-moz-box-shadow: 0px 0px 0px 1px #fff;*/
	    max-height: 32px !important;
	
}

.blackinput::placeholder{
	color: #ffffffde;
}


.floatleft{ float: left;}


.uprint { margin-left: 0 !important}

.see {
    width: 90px;
    height: 24px;
    float: left;
    margin: 1px 5px;

    margin-left: 16px;
    padding: 2px 1px 2px 2px;
    box-shadow: 0 0px 2px rgba(32, 33, 36, 0.28);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
	background-color: #5878ed;
}




.uprint, .downprint {
    min-width: 30px;
    height: 20px;
    float: left;
    margin: 1px 5px;
    padding: 2px 1px 2px 2px;
    box-shadow: 0 0px 2px rgba(32, 33, 36, 0.28) !important;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}


.uprint > .a, .downprint > .a { width: 20px; height: 20px;-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px; background-size: 60%; background-position: center; background-repeat: no-repeat; float: left}



 .see > .a {
    width: 27px;
    height: 27px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
float: left;background-image: url(../img/PNG/eye.png);background-size: 70% !important;}

.uprint > .a{    background-color: #78c156;
    background-image: url(../img/SVG/heart-up-s.svg);}

.downprint > .a{  background-color: #e63023;    background-image: url(../img/SVG/heart-down-s.svg);}

.uprint > font, .downprint > font {
    font-size: 11px;
    float: left;
    color: #8d949e;
    margin: 4px 7px;
}



.see > font {
    font-size: 14px;
    float: left;
    color: #fff;
    margin: 4px 12px;
}


.custom-select {
  width: 100% !important;
	-webkit-transition: width 1s; /* Safari */
  transition: width 1s;
}

.langul{
	
	background-color: rgb(255, 255, 255);
    border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	
}

#lang-menu {
  width:55px;
  height:60px;
  position:absolute;
  top:10px;
  left:10px;
  border:1px solid rgba(255,255,255,0);
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
	z-index: 2;
}
 .imglg{
	height: 30px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;}

.cls-border-lang {
  border:1px solid rgba(255,255,255,.1) !important;
}

#lang-menu div {
  height:25px;
  text-align:center;
  padding:10px;
  border-bottom:1px solid rgba(255,255,255,0);
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -o-transition:all .2s ease;
  
}
.cls-borderbottom-lang {
  background-color: rgb(255, 255, 255);
    border-radius:4px 4px 0px 0px;
	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
  opacity:0.5;
}
#lang-menu ul {
  list-style:none;
  margin:0px;
 	padding: 7px 0 5px 0;
  display:none; 
  text-align:center;
}
#lang-menu ul li {
  padding:6px 0px;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
}
#lang-menu ul li:hover {  
  cursor:pointer;
  color:#fff;
  background:rgba(255,255,255,.1);
}


/*the container must be positioned relative:*/
.custom-select {
	width: auto !important;
  position: relative;
  font-family: Arial;
	margin: 10px;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}




.psearch > #suggest_div > .box031visible > .box032c > .container-boxform > .boxform > .error-b > .custom-select > select {
    display: block;
    width: 100%;
    padding: 7px;
	border: 0;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.select-selected {
  background-color: #fff;
	opacity: 1
}


.select-selected:hover {
	opacity: 0.7;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #1b3d7a transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #1b3d7a transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
color: #666666;
    background-color: rgba(255, 255, 255, 0);
  padding: 7px 16px;
  border: 0px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
	font-size: 18px;
	position: relative;}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #fff;
    margin-top: 4px;
    top: 100%;
    left: 12px;
    right: 0;
    z-index: 99;
    overflow: scroll;
    height: 222px;
    box-shadow: inset 0 2px 13px 0 rgba(32, 33, 36, 0.10);
	-webkit-box-shadow: inset 0 2px 13px 0 rgba(32, 33, 36, 0.10);
-moz-box-shadow: inset 0 2px 13px 0 rgba(32, 33, 36, 0.10);
-o-box-shadow: inset 0 2px 13px 0 rgba(32, 33, 36, 0.10);
    -webkit-border-radius: 100px 10px 100px 50px;
    -moz-border-radius: 100px 10px 100px 50px;
    -webkit-border-radius: 0 0 25px 25px;
    -moz-border-radius: 0 0 25px 25px;
    border-radius: 0 0 25px 25px;
	    overflow-x: hidden;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
	background-color: #f8fbfd;
    color: #5878ec;
  /* background-color: rgba(0, 0, 0, 0.1); */
}

.share-button {
    float: right !important;
    border: 0;
    background-color: transparent !important;
    margin-right: 16px !important;
display: none}

.l-phone, .l-share,.share-button, .l-back,.gotoback,.gotobackinside {
    width: 32px;
    height: 32px;
    float: left;
    background-image: url(../img/SVG/phone.svg);
    background-size: 62%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-top: 7.5px;
    overflow: hidden;
    margin-left: 10px;
}
	.l-phone { background-image: url(../img/SVG/phone-w.svg); background-color: #ffffff2e;}
	.l-share, .share-button {background-image: url(../img/SVG/share.svg); background-color: #ffffff2e;}
	.l-back,.gotoback {background-image: url(../img/SVG/backward-arrow.svg);}.gotobackinside {background-image: url(../img/SVG/search/backward-arrow.svg); background-position-x: 150px;}
.aniback {
    transition: 1s all linear;
    background-position-x: 0px !important;}	


.sub-bar-top > .l-share {background-color: #ffffff2e !important;}

.sub-bar-top{
    position: relative;
    float: right;
    text-align: center;
		height: 47px;
}


	.checkprivacy {
    float: left;
    width: 85%;
    margin-left: 7.5%;
    color: #000;
		margin-top: 7px;
		    margin-bottom: 8px;
}

.checkprivacy > label > a {color: #5879ed;}

.checkprivacy > label > a:hover{ color: #314794}

.boxformregbest {
    float: left;
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.boxformregbest-sub,.boxformlogbest-sub, .boxformregbest-sub, .form-guests {
    width: 100%;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
    float: left;
}
.form-guests { width: calc(100% - 2px) !important; padding: 2px;}

.boxformlogbest {
	
	float: left;
    width: 100%;
	overflow: hidden;
	height: 280px;
	
}

.checkprivacy > input {float: left;}

.checkprivacy > label {
    font-size: 13px;
    float: left;
    margin: 2px 7px;
	
}

@media screen and (max-width: 1280px) {
    .btndskn {display: none}
    .contanitor-barmobile {display: flex}
        .box007 {    width: calc(100% / 3 - 10px);}
	.box006b {
    width: 760px;
    margin: 0 auto;
}
	
	
	
	



}

@media screen and (max-width: 320px) {

.box050 {
    white-space: nowrap;
    font-size: 7vw !important;
	}
.box022 {
    width: 50px;
    background-image: url(../img/SVG/search.svg);
    background-size: 25px;
    position: absolute;
    right: 6%;
}
	
	select-items div, .select-selected {
    font-size: 13px !important;
}
	.box006 {
		width: 70% !important;}
	
	.select-items {
		    margin-top: 11px !important;
		
	}

}


@media screen and (max-width: 640px) {
	
	.c-btnpill-bstg {justify-content: flex-start;}
    .btndl3 {display: block}
        .box007 {    width: calc(100% - 10px) !important;}
    /*.box009, .box009-no-photo {height: 280px}*/
    
	.box008{display: flex;
    flex-direction: column;
    gap: 5px;}
	
   .saved-b {    width: calc(100% - 46px - 16px - 4%);
    margin-left: 0;
    left: 2%;}
    .box049 {display: none}
    .buttonloginfilter {display: unset;}
    .logobigd {display: none}
    .cmua{display: block !important}
    .banim{width: 25%;}
    .ani1,.ani2,.ani3 {top: 0;}.ani1 {left: 0;}.ani2{left: 25%;}.ani3{left: 50%;}
    
    .contenitor-button-menu > .selected {background-color: transparent}
    
    .contenitor-button-menu > a > .selected {
  
    background-position-y: 16px;

    background-position: center;
    background-size: 25px;
 }
   .contenitor-button-menu > a > .selected > label {font-weight: 600;font-size: 12px;top: 40px; display: none}
    .contenitor-button-menu > a > .selected > label > svg {}
    .contenitor-menu-user-admin{
    bottom: 0;
    width: 100%;
    z-index: 1000;
    height: 70px;
    top: auto;
    left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-bottom: 16px;box-shadow: 0px 3px 8px 0px #0000007a;
        transition: all 0.3s linear;
}
    .menumobile-down {bottom: -120px;}
    .press { margin-top: 30px;}
    .psearch > .box001  {
    padding-top: 30px;
}
    .detectplus {top: 35px;width: 95% !important;
    margin-left: 2.5%;
    border-radius: 100px;position: fixed; border-bottom: 0px;}
    .detect {background: none !important; position:absolute; right: -38px;
    top: -3px;}  .search046{maring-top: -135px; position: fixed}
    
   .l-phone, .l-share  {-webkit-backdrop-filter: blur(5px);backdrop-filter: blur(5px);}
	
.mbdn{ display: none}.bmenu > .logged:nth-child(1) {margin-top: 60px;}.bmenu {    background-position-y: 35px !important;}.box045-loged > .logged > .image {margin-left: 31px;}

}

/*

@media screen and (max-width: 481px) {
	.box012, .box014 {display: none;}
	
	.box007 {position: relative;}	
	
	
	.box019 > .box020 {display: none}
	
	.box019 {
    position: absolute;
    width: auto;
    height: auto;
    margin-left: 0;
    background-color: transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 0 20px 20px 0;
    margin-top: 45px;
    left: 0;
    right: 0;
}
	
	

}
*/
@media screen and (max-width: 890px) {
    
    .btndl4 {width: calc(100% - 60px);}
    .box007 {    width: calc(100% / 2 - 10px);}
    /*.box009, .box009-no-photo {height: 243px}*/
    .bglogin {}
    .box011 {line-height: 19px;}
/*.box019 {
    transform: scale(1.1);
    position: relative;
    left: 10px;
    top: 8px;
    float: left;
}*/
     /*  .box008 {transform: scale(1.0); margin-top: 5px; width: calc(50% - 20px - 4%)}*/
    
    /*.box007{height: 170px} */.phonesearch {display: none}
    .share-button {display: block}
	.prefixc{height: 50px;}
	
	.prefix-button {margin: 8px 7px;}

	.regindex{
		    transition: margin 1s;
	}
	
	.box036 > b {color: #fff;}
	
	.out {display: none}
 .in {display: block}
	
	.showp{
    margin-top: 57px;
    margin-right: 11%;
   
}
	.select-items {
		    margin-top: 8px;
		
	}
	
	.select-items div, .select-selected {
    font-size: 16px;
 
}
	
	.boxformlogbest {
    height: 400px;
}
	
	
	.boxformregbest, .contenitor-form-guests {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
	
	.checkprivacy {
    color: #fff;
}
	
	.checkprivacy > label > a {
    font-weight: bolder;
}
	
	.number_people_viewrs {
 
	left: calc(50% - 100px);

	
}
	
	.psearch > .box048 > .box045-loged {
    margin: 10px 20px;
}
	
	.box032c > .container-boxform > .boxform{
		height: 80%;
	}
	
	.box031visible, .box031bisvisible, .bg-black-wallpaper {
		background-color:transparent;
	}
	
	.detail-store > .box046 > .box047, .b-article > .box046 > .box047 {display: block; padding: 10px 16px 7px 7px;position: relative;left: 0;right: 0;width: 120px; float: left;transition: all 0.3s;}

.detail-store > .box046 > .box047 > a, .detail-store > .box046 > .box047 > a > img, .b-article > .box046 > .box047 > a > img {
    float: left;
    width: 100%;
}

.detail-store > .box046 > .box047 > a > img, .b-article > .box046 > .box047 > a > img {
	position: relative;
	    width: 100%;
	height: auto;
	
}
	
	
	
.boxformreg	> .error-b, form > .error-b  {
    height: 120px !important;
}
	

	
	.box005 {
    width: 160px;
    height: 50px;
    margin-left: 5%;
    margin-bottom: 11px;
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
	margin: 0;
	margin-top: 0;
	right: 0;
	position: absolute
}
    
   
	
	.box006 {
    width: 62%;
		-webkit-transition: width 1s; /* Safari */
  transition: width 1s;
    float: left;
}
	
	.boxselect-search {
	
    width: 50%;
  
	
}
	
	.box006b {
    width: 92%;
    margin: 4%;
    float: left;
		position: relative;
}

	
	

	
/* .box007:nth-child(1){
		
		width: 100% !important;
    height: 260px !important;
		
	}
	
	.box007:nth-child(2){
		
		width: 100% !important;
    height: 240px !important;
		
	}
	
	.box007:nth-child(3){
		
		width: 100% !important;
    height: 220px !important;
		
	}
	
	


	.box007:nth-child(1) > .box008{
    width: 50% !important;
    margin-top: 41px !important;
}

	
	.box007:nth-child(2) > .box008{
    width: 50% !important;
    margin-top: 31px !important;
}
	
	.box007:nth-child(3) > .box008{
    width: 50% !important;
    margin-top: 21px !important;
}


.box007:nth-child(1) > .box009, .box007:nth-child(1) > .box009-no-photo{

    width: 85% !important;
    height: 260px !important;
}

.box007:nth-child(2) > .box009, .box007:nth-child(2) > .box009-no-photo{
   width: 80% !important;
	height: 240px !important;
}
	
	.box007:nth-child(3) > .box009,.box007:nth-child(3) > .box009-no-photo{
   width: 75% !important;
	height: 220px !important;
}
	

.box009 {
    width: 50%;
    height: 100%;
    z-index: 1;
    background-color: #999;
    float: left;
    position: relative;
}*/
	

	
	
	
	.box024 {
    width: calc(100% - 100px - 10px);
    height: 50px;
        margin-left: 10px;
    margin-bottom: 3%;
	
}

	
.box031visible {
	display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 9998;
    opacity: 1;
    -webkit-transition: 0.07s ease-in;
    transition: 0.07s ease-in;
    -webkit-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
	padding: 0;
	margin: 0;
}
	
	
/*.box032 {
    width: 90%;
    height: 560px;
    position: relative;
    left: 0%;
    top: 50%;
    margin-left: 0;
    margin-top: -315px;
    background-color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    animation: box032 0.3s linear 1;
    -moz-animation: box032 0.3s linear 1;
    -webkit-animation: box032 0.3s linear 1;
    -o-animation: box032 0.3s linear 1;
} */
.box032,.box032d,.box032c {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 !important;
    /*background-color: #5878ed;*/
	background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    animation: box032 0.3s linear 1;
    -moz-animation: box032 0.3s linear 1;
    -webkit-animation: box032 0.3s linear 1;
    -o-animation: box032 0.3s linear 1;
    /*background-image: url(../img/joinb.png);*/
    background-size: contain;
}

@keyframes box032

{

0% { opacity: 0; margin-top: -180px;
}
	



100% {opacity: 1;margin-top: -315px;
	}

}
	.box032 > form,.box032b > .boxformreg{    margin-top: 16px;}
	
	
.box032 > form {
    width: 100%;
    height: 414px;
    position: absolute;
    float: none;
    margin-top: -207px;
    top: 50%;
}
.box032d > .boxformrecovery {
    width: 100%;
    height: auto;
    position: absolute;
    float: none;
    margin-top: -115.5px;
    top: 50%;
}

    .box032b > h1 {margin-top: 70px !important;}
	
	.box032 > form > h1,.box032b > h1, .box032c > .container-boxform > .boxform > h1,.box032d > .boxformrecovery > h2  {
    color: #000;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 28px;
    margin-left: 7.5%;
    margin-top: 0px;
    display: block;
    text-transform: capitalize;
}
	
	.box032b > .boxformreg {
    width: 100%;
    float: none;
    position: absolute;
}
	
	
	.box032, .box032b, .box032d{animation: none;}
	
.box032b {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0%;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /*background-image: url(../img/joinb.png);*/
    background-size: contain;
	overflow: scroll;
}
    #privacy_div > label {color: #000}
	
	/* .box032c {
    width: 90%;
    height: 740px;
    position: relative;
     left: 0%;
    top: 50%;
    margin-left: 0;
    margin-top: -370px;
    background-color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}*/
	
	
/*.box032d {
    width: 90%;
    height: 400px;
    position: relative;
    left: 0%;
    top: 50%;
    margin-left: 0;
    margin-top: -240px;
    background-color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}*/	
	
	.box032c > .container-boxform > h1 {
    float: left;
    /* padding: 10px 16px; */
    /* background-color: #fff; */
    color: #fff;
    /*margin-top: 68px;*/
    font-size: 30px;
    width: 231px;

    font-weight: bold;
    font-family: 'fjallaone',Arial,sans-serif;
    text-transform: uppercase;
    display: block;
    margin-left: 7.5%;
		width: 75%;
}
	
	.box033 {
    width: 100%;
    height: 0;
    float: left;
    margin-bottom: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 90%;
	position: relative;
		background-image: none !important;
}
	
	.box032c > .box033{
		
		height: 0px !important;
	}
	
	.box032c > .container-boxform {

    height: 89%;
   
}
	
	
.bglogin,.box033c {
    background-color: transparent;
    background-image: none;
    background-position: center top !important;
    background-size: cover !important;
    border-radius: 0;
    height: 230px;
    position: relative;
    z-index: 3;
}
	
	.bgregister {
    background-color: #241840 !important;
    background-image: url(../img/gif/Register-2-bestogoo.gif) !important;
    background-position: center top !important;
    background-size: 100% !important;
}
	
	/*.box033c {
    width: 100%;
    height: 190px;
    float: left;
    margin-bottom: 16px;
    -webkit-border-radius: 16px 0 0 0;
    -moz-border-radius: 16px 0 0 0;
    border-radius: 16px 0 0 0;
    background-size: 39%;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #ed5858;
    background-image: url(../img/gif/recovery-mail.gif);
}*/

	/* .box034 {
  
    margin-left: 97%;

} */
	.box034 {
    width: 24px;
    height: 24px;
    margin-left: 500px;
    margin-top: 43px;
    position: absolute;
    right: 25px;
}
	
	

		.box032d > .box033c > .box042 {
    width: 100%;
    margin-left: 0;
    min-height: auto;
    font-weight: normal;
    text-align: center;
    padding: 5px 0;
    padding-top: 0;
    margin-top: 15px;
    font-size: 17px;
    color: #f1f3f7;
    position: absolute;
    left: 0;
    top: 130px;
    background-color: #ed5857;
}
	.box035 {
    padding: 16px;
}
	
	.box035:hover{  box-shadow: 0 0 0 1px #465bb7;}

.box035:focus{   background: #F2F2F2; box-shadow: 0 2px 0 0 #465bb7;}
	
	
	
	.showp {
}
    .box043, .box044 {color: #000}
	.box036 {
    /*color: #fff;*/
}
	
.box037 {
    width: 85%;
    margin-left: 7.5%;
    font-size: 18px;
    background-color: #78c156;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 7px;
    color: #fff;
    padding: 13px;
    border: 0 !important;
    float: left;
    bottom: 50px;
    left: 0;
}
	
	.box038 {
  
   color: #000;

}
	.box038:hover {
  
		opacity: 0.7;

}
	
		.box038:active {
  
   color: #f7f7f7;
		opacity: 0.4;

}
	
.box031visible > .box032c > .box039 {
    width: 100%;
    padding-top: 0;
    margin-top: 0;
    float: left;
    border-top: 0px solid #ddd;
    text-align: center;
    color: #fff;
    bottom: 13px;
	position: relative;
}
	
	.box039 {
    width: 100%;
    padding-top: 0;
    margin-top: 30px;
    float: left;
    border-top: 0px solid #ddd;
    text-align: center;
    /*color: #fff;*/
        color: #000;
    bottom: 13px;
    position: relative;
}
	
	.box040 {
    color: #000;
 
}
	
	.box040:hover {
	opacity: 0.7;
 
}
		
	.box040:active {
		color: #ffffff;
	opacity: 0.4;
 
}
	
.box041 {
    width: 100%;
    display: block;
    float: left;
    margin-top: 16px;
    margin: 0;
}
	
	.box041 > img { width: 52px}
	
	.boxformreg > .box041 {
    width: 70px;
    margin-bottom: 16px;
    position: relative;
    display: block;
}
	
	
.box042 {
    width: 100%;
    margin-left: 0;
    min-height: auto;
    font-weight: normal;
    text-align: center;
    padding: 5px 0;
    margin-top: 15px;
    font-size: 20px;
    color: #f1f3f7;
    position: absolute;
    left: 0;
    bottom: -34px;
    background-color: #5879ed;
}
	
	

.box043rp, .box043, .box044  {
	display: none;
}
	
	.box045-loged {
    
    /*background-size: 36%;*/
		
}
	
	.box045-loged {
    position: relative;padding: 0 !important; background-position-y: 4px;width: 61px;background-size: 36%;float: right;
    /*-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;*/
	
		/*background-color: rgba(88, 120, 237, 0.78);
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding-bottom: 5px;*/
}
	
	

	.box045-loged > .logged > font {float: left;margin-left: 0;width: 100%; text-align: center;}
	.box045-loged > .logged > .usrn {
		display: none;
		max-width:100%;
    /*text-overflow: inherit;
    overflow:visible;*/
		/*margin-top: 16px !important;*/
}
	
	
	

	.box045-loged > .logged > .image {
    overflow: hidden;
    width: 20px;
    float: left;
    fill: #fff;
}
	
	
	.box046 {
    width: 100%;
    /*border-bottom: 1px solid #3f5bc1;*/
        background-color: #5878edc7;
	/*-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);*/
}
	
	
	
	
	
	
		.box047b {
			width: 180px;
}
	
			
	 /*.box049{         
	font-size: 12px;
    padding: 16px;} */
	
	
	
	
	.top{ top:25% !important; 
		-webkit-transition: top 1s; /* Safari */
  transition: top 1s; }
	
	.top2{        margin: 46px 13px;
-webkit-transition: margin 1s; /* Safari */
  transition: margin 1s;}
	

.custom-select {
  width: 100% !important;
	-webkit-transition: width 1s; /* Safari */
  transition: width 1s;
}
#lang-menu {
  width:55px;
  position:absolute;
  top:10px;
  left:10px;
  border:1px solid rgba(255,255,255,0);
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
	z-index: 2;
        margin-top: 25px;
}
    .contenitor-logged {
    margin-top: 16px;
}
.cls-border-lang {
  border:1px solid rgba(255,255,255,.1) !important;
	background-color: rgba(255,255,255,0.13) !important
}
	
#lang-menu div {
  height:25px;
  text-align:center;
  padding:10px;
  border-bottom:1px solid rgba(255,255,255,0);
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -o-transition:all .2s ease;
  
}
.cls-borderbottom-lang {
  border-bottom:1px solid rgba(255,255,255,.1) !important;
  opacity:.2;
}
#lang-menu ul {
  list-style:none;


  display:none; 
  text-align:center;
}
#lang-menu ul li {
  padding:6px 0px;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
}
#lang-menu ul li:hover {  
  cursor:pointer;
  color:#fff;
  background:rgba(255,255,255,.1);
}
.error {
  text-align:center;
  margin-left: 7.5%;
	font-size: 12px;
	       padding: 3px 13px 3px 28px;
}
 
label.error {
  display: inline;
}
	
	
	
