
.mgt0{margin-top:0px !important;}
.mgT15{margin-bottom:15px !important;}
.mgB15{margin-bottom:15px !important;}

.mgT50{margin-bottom:50px !important;}
.mgB50{margin-bottom:50px !important;}

.top-0{top:0px !important;}
.top-20{top:20px !important;}

.formValidationError{
    line-height: 14px;
    font-weight: 400;
    padding: 4px 4px 4px 4px;
    text-align:center;
    color:#c0392b;
    height:40px;
    margin-bottom:20px;
    display:none;
}

.formValidationError p{line-height:40px;}


/*menu*/
/*Menu General settings*/
/*---------------------*/
.popup-menu-scroll{
    padding-top:55px;
    position:absolute;
    left:0px;
    right:0px;
    bottom:0px;
    top:0px;
    overflow-y: scroll;
    overflow-x:hidden;
    -webkit-overflow-scrolling: touch;
}
.menu-scroll-no-top{padding-top:0px!important;}
.popup-menu-scroll .single-slider{margin-top:-10px;}
.popup-menu-scroll iframe{margin-top:-30px;}

.menu-hider{
    /*position:fixed;*/
    position:absolute;
    z-index:999;
    top:0px;
    left:0px;
    right:0px;
    height:100%;
    bottom:0px;
    background-color:rgba(0,0,0,0.6);
    opacity:0;
    pointer-events:none;
    transition:all 350ms ease;
}

.active-menu-hider{
    opacity:1!important;
    transition:all 350ms ease;
    pointer-events:all!important;
    display:block;
}

.header-zindex{z-index:99999!important;}
.menu{display:none; z-index:99999;}
.menu-full-bottom .popup-menu-scroll, .menu-full-top .popup-menu-scroll{padding-top:60px!important;}
.menu-box-modal .popup-menu-scroll{padding-top:10px!important;}

@media(min-width:300px) and (max-width:320px){.menu-box-bottom, .menu-box-modal{width:300px;}}
@media(min-width:320px) and (max-width:340px){.menu-box-bottom, .menu-box-modal{width:300px;}}
@media(min-width:340px) and (max-width:360px){.menu-box-bottom, .menu-box-modal{width:340px;}}
@media(min-width:360px) and (max-width:380px){.menu-box-bottom, .menu-box-modal{width:345px;}}
@media(min-width:380px) and (max-width:400px){.menu-box-bottom, .menu-box-modal{width:380px;}}
@media(min-width:400px){.menu-box-bottom, .menu-box-modal{width:360px;}}

/*Menu Modal Settings*/
/*-------------------*/
.menu-box-modal{
    position:fixed;
    top:0px;
    bottom:0px;
    top:50%;
    z-index:1000;
    border-radius:10px;
    pointer-events:none;
    overflow:hidden!important;
    opacity:0;
    left:50%;
    transform:translateX(-50%);
    transition:all 350ms ease;
}

.active-menu-box-modal{
    opacity:1!important;
    display:block;
    pointer-events: all;
    transition:all 350ms ease;
}

/*Menu Bottom Box Settings*/
/*------------------------*/
.menu-box-bottom{
    left:50%;
    position:fixed;
    z-index:1000;
    border-radius:20px;
    height:500px;
    pointer-events:none;
    bottom:-20px;
    transform:translateX(-50%);
    transition:all 350ms ease;
}

.active-menu-box-bottom{
    pointer-events: all!important;
    transform:translate(-50%, -45px)!important;
    transition:all 350ms ease;
}

/*Menu Top Box Settings*/
/*---------------------*/
.menu-box-top{
    position:fixed;
    z-index:1000;
    border-radius:15px;
    height:500px;
    pointer-events:none;
    top:-70px;
    left:15px;
    right:15px;
    transition:all 350ms ease;
}

.active-menu-box-top{
    pointer-events: all!important;
    transform:translate(0%, 80px)!important;
    transition:all 350ms ease;
}

/*Menu Full Top*/
/*-------------*/
.menu-full-top{
    position:fixed;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    z-index:1000;
    height:100%;
    transform:translateY(-150%);
    transition:all 550ms ease;
}
.active-menu-full-top{transform:translateY(0px)!important; transition:all 450ms ease;}

/*Menu Full Bottom*/
/*----------------*/
.menu-full-bottom{
    position:fixed;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    z-index:1000;
    height:100%;
    transform:translateY(150%);
    transition:all 550ms ease;
}
.active-menu-full-bottom{transform:translateY(0px)!important; transition:all 450ms ease;}


.shadow-small{	box-shadow: 0 0 25px 2px rgba(0,0,0,0.06);}
.shadow-large{	box-shadow: 0 0 25px 5px rgba(0,0,0,0.2);}


.menu .contact-form {
    margin-left: 20px;
    margin-right: 20px;
}

.contact-form {
    margin: 0px 10px 0px 10px;
    top: 50px;
}

.alertCloseButton {
    font-family: 'Roboto',sans-serif;
    display: block!important;
    width: 100%;
    font-weight: 700!important;
}


.button-rounded {border-radius: 40px!important;}

.button-sm { font-size: 12px;height: 45px!important; line-height: 41px!important;}

.icon-round{border-radius:3px;}
.icon-circle{border-radius:100%!important;}
.icon-center{margin:0 auto; display:block;}
.icon-shadow{box-shadow: 0 0 25px 2px rgba(0,0,0,0.06)!important;}


.button-red{ background-color:#d22f34; color:#FFFFFF; border-radius: 25px; font-size: 17px;}
.button-red:hover{ background-color:#d22f34;}

.button-controller-next{position:fixed;bottom:15px;left:0;right:0;z-index:100;display: flex;justify-content: center;align-items: center;}
.button-controller-next a{ font-size: 15px; color: #222222; line-height: 36px; width: 250px; background:#ffffff; height: 40px; border: 2px solid #1D1D1B; border-radius: 15px 15px 15px 15px; }
.button-controller-next button {font-size: 15px; color: #222222; line-height: 36px; width: 250px; background:#ffffff; height: 40px; border: 2px solid #1D1D1B; border-radius: 15px 15px 15px 15px; }
.button-controller-next a.active { color: #ffffff; background:#1D1D1B; }
.button-controller-next a.btn_pw_temp { padding-left: 8%; }
.button-controller-next span img { position: absolute; top: -8px; left: 61px; z-index: 1;}

.button-controller-next2{position:relative; z-index:100;display: flex;justify-content: center;align-items: center; margin-top: 10px;}
.button-controller-next2 a{ font-size: 15px; color: #222222; line-height: 40px; width: 250px; background:#ffffff; height: 40px; border: 2px solid #1D1D1B; border-radius: 15px 15px 15px 15px; }
.button-controller-next2 a.active {  color: #ffffff; background:#1D1D1B; }
.button-controller-next2 button {font-size: 15px; color: #222222; line-height: 36px; width: 250px; background:#ffffff; height: 40px; border: 2px solid #1D1D1B; border-radius: 15px 15px 15px 15px;}
.button-controller-next2 span img { position: absolute; top: -8px; left: 50px; z-index: 1;}

.button-controller-single{position:fixed;bottom:15px;left:0;right:0;z-index:100;display: flex;justify-content: center;align-items: center;}
.button-controller-single button{ font-size: 15px; color: #222222; line-height: 40px; width: 250px; background:#ffffff; height: 40px; border: 2px solid #1D1D1B; border-radius: 15px 15px 15px 15px; }
.button-controller-single button.active { color: #ffffff; background:#1D1D1B; }
.button-controller-single span img { position: absolute; top: -8px; left: 61px; z-index: 1;}

.button-controller-next-menu{position:fixed;bottom:63px;left:0;right:0;z-index:100;}
.button-controller-next-menu a{background:#9e0b1b;color:#ffffff;height:60px;border-radius:0;width:100%;padding:10px;}

.button-addr-next{position:fixed;bottom:100px;left:0;right:0;z-index:100;display: flex;justify-content: center;align-items: center;}
.button-addr-next a{background:#9e0b1b;color:#ffffff;height:60px;border-radius:0;width:100%;padding:10px;}