@media screen and (max-width: 600px) {
    div#application_form_container .sdx-form div.input_row{
        flex-direction: column;
        margin-bottom: 10px;
    }
    div#application_form_container .sdx-form div.input_row .sdx-label{
        margin-bottom: 5px;
        height: auto;
    }

    #app_gallery_cont #app_gallery_list #add_item{
        width: 40%;
        height: 150px;
    }

    #app_gallery_cont #app_gallery_list .img-item{
        width: 40%;
        height: 150px;
    }
}

.clearer{
    clear: both;
}
.main_bg{
    background: url(bg.jpg) repeat-y;
}
.form_bg{
    background: url(../images/bg.jpg) repeat-y;
}
.red_txt{
    color:#FF0000;
}
.green_txt{
    color:#00FF00;
}
.red_bg{
    background-color:#FF0000;
}
.green_bg{
    background-color:#00FF00;
}
.yellow_bg{
    background-color:#faf848;
}
.ramedframe{
    padding:10px;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
    border-top: 5px solid #222;
    border-bottom: 1px solid #222;
    font-size:11px;
    color:#000000;
}
.ramed{
    border-left: 1px solid #9966ff;
    border-right: 1px solid #9966ff;
    border-top: 1px solid #9966ff;
    border-bottom: 1px solid #9966ff;
    padding:10px;
}
.msg_success{
    border-left: 1px solid #0000FF;
    border-right: 1px solid #0000FF;
    border-top: 1px solid #0000FF;
    border-bottom: 1px solid #0000FF;
    background: #c6e4ff;
    color:#000000;
    font-size:14px;
    font-weight:bold;
    padding:10px;
}

.msg_warning{
    border-left: 1px solid #FF0000;
    border-right: 1px solid #FF0000;
    border-top: 1px solid #FF0000;
    border-bottom: 1px solid #FF0000;
    background: #fbfd38;
    color:#000000;
    font-size:14px;
    font-weight:bold;
    padding:10px;
}
.msg_error{
    border-left: 1px solid #FF0000;
    border-right: 1px solid #FF0000;
    border-top: 1px solid #FF0000;
    border-bottom: 1px solid #FF0000;
    background: #ffa4a2;
    color:#000000;
    font-size:14px;
    font-weight:bold;
    padding:10px;
}
.header_info{
    color:#000000;
    font-size:14px;
}
.info{
    color:#000099;
    font-size:14px;
    font-weight:bold;
}

.gallery{
    text-align: center;
}

.dual_box{
    width:90%;
}

.artist-pic-container{
    background-size: 65px;
    background-repeat: no-repeat;
    width:65px;
    height: 98px;
    float:left;
    margin-left:3px;
    margin-bottom: 5px;
    cursor:pointer;
    border-radius: 3px;
    box-shadow: 0px 0px 2px #333;
}

.artist-pic-container:hover{
    box-shadow: 0px 0px 3px #00a8f3;
}

.artist-setcard{

}

.section-pic{
    display: inline-block;
    width: 90vw;
    max-width: 400px;
    vertical-align: top;
    overflow: hidden !important;
}

.artist-setcard-details{
    display:inline-block;
    right: 20px;
    max-width: 500px;
    width: 90vw;
    vertical-align: top;
}

.artist-setcard-details-row{
    width: 100%;
    max-width:490px;
    margin: 15px;
}

.artist-setcard-ownerMobil-row{
    width:490px;
    margin: 15px;
}

.artist-setcard-details-label{
    width:120px;
    display: block;
    float: left;
}

.artist-setcard-owner-phone-label{
    width:120px;
    display: block;
    float: left;
}

.artist-setcard-details-value{
    width: calc(100% - 130px);
    max-width: 350px;
    float: left;
}

.artist-page-blur{
    top:0px;
    left: 0px;
    position: fixed;
    width:100%;
    height: 100%;
    background-color: #000000;
    z-index: 1999;
    opacity: 0.2;
    display: none;
}

.artist-dialog{
    display: none;
    position: absolute;
    border-radius: 10px;
    overflow: auto;
    background-color: #c6e4ff;
    box-shadow: 1px 1px 2px #5555FF;
    z-index: 2000;
    margin:25px;
    opacity: 0.99;
}

.artist-loading{
    background: url(../images/loading.gif);
    width:208px;
    height: 13px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.artist-dialog-container{
    margin:25px;
    text-align: center;
}
.gallery_row{
    width: 100%;
    min-height: 150px;
}

.gallery_row_diviner{
    width: 100%;
    height: 1px;
}

.gallery_column_pic_container{
    border-radius: 4px;
}

.gallery_column_title{
    margin-top: 10px;
    height:40px;
    overflow: hidden;
}

.rounded_picture{
    border-radius: 4px;
}

.gallery_small_picture{
    border-radius: 4px;
    box-shadow: 0px 0px 2px #333;
}

.slow_transform{
    transition: all 0.5s;
}

.sdx_button{
    border: 1px solid #016794;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
    background-color: #00a8f3;
    background-image: -moz-linear-gradient(top, #00b0ff, #029be0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00b0ff), to(#029be0));
    background-image: -webkit-linear-gradient(top, #00b0ff 30%, #029be0);
    background-image: -o-linear-gradient(top, #00b0ff 30%, #029be0);
    background-image: linear-gradient(to bottom, #00b0ff 30%,#029be0);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00B0FF', endColorstr='#FF029BE0', GradientType=0);
    border-color: #029be0 #029be0 #016794;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),0 1px 2px rgba(0,0,0,0.05);
    height:30px;
    border-radius: 2px;
    margin:5px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:14px;
    cursor:pointer;
}

.sdx_button:hover{
    background: #00a8f3;
}

#application_form_table_container{
    width: 70%;
    margin-left: 12%;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 15px;
}

#application_form_container form.sdx-form {
    background-color: transparent !important;
}
#application_form_container form.sdx-form .radio-block{
    height: auto;
}

#application_form_container .sdx-form  .sdx-combined-check-list.input div.checked{
    color: #FFFFFF !important;
}

#application_form_container .sdx-form .radio-block input[type=radio]:checked + label{
    color: #FFFFFF !important;
}

#application_form_container .sdx-form .input{
    width: 250px;
    box-sizing: border-box;
    height: auto;
}

#application_form_container .sdx-form .input_row{
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
}

#application_form_container .sdx-form .input_row .sdx-label{
    width: 250px;
    flex-shrink: 0;
}

#application_form_container .sdx-form .input_row .input{
    width: 100%;
    flex-shrink: 1;
}

#application_form_container .sdx-form .input_row > *{
    float: none;
}

.artist-location-icon{
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-size: contain;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -2px;
    margin-left: -21px;
}

#artist-wish-list-container{
    position: fixed;
    bottom: 10px;
    right: 2px;
    z-index: 19998;
    box-sizing: border-box;
}

#artist-wishlist-toggle-button{
    width: 32px;
    height: 32px;
    float:right;
    border-radius: 3px;
    margin-right: 12px;
    margin-top: 5px;
    background-size: 100%;
    margin-bottom: 2px;
    background-color: transparent;
    cursor:pointer;
    background-image: url(../images/wishlist.png);
}

#artist-wishlist-toggle-button .artist-count{
    position: relative;
    float: right;
    margin-right: 3px;
    display: block;
    top: 3px;
    width: 14px;
    height: 14px;
    border-radius: 6px;
    padding:0px;
    margin:0px;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
    background-color: #62bb01;
}

#artist-wish-list-container .inner{
    width: 20vw;
    min-width: 200px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    background-color: white;
    max-height: 400px;
    overflow: auto;
    display: none;
}

#artist-wish-list-container .artist-wish-list-title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px 5px 10px;
    text-align: center;
    font-weight: bold;
    cursor:pointer;
    color:#555555;
}

#artist-wish-list-container .icn-remove{
    width: 16px;
    height: 16px;
    background-image: url(../images/small_delete.png);
    background-repeat: no-repeat;
}

#artist-wish-list-container ul.artist-wish-list{
    list-style: none;
    padding:0px;
    margin:2px;
}

#artist-wish-list-container ul.artist-wish-list li.wish-list-item{
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    margin-bottom: 2px;
    overflow: hidden;
}

li.wish-list-item .wish-list-item-part{
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    color: #555555;
}

li.wish-list-item .wish-list-item-part a{
    color: #555555;
    text-decoration: none;
    color: inherit;
}

#artist-wish-list-container ul.artist-wish-list li.wish-list-item:hover{
    background-color: #CCCCCC;
    cursor: pointer;
}

.add-to-wishlist-button{
    width: 465px !important;
    border: 1px solid #CCCCCC;
    height: 50px;
    background-color: #FFFFFF;
    margin: 5px;
    background-image: url(../images/wishlist_b.png);
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 10px;
    border-radius: 3px;
    color: #000000;
}

@media screen and (max-width: 500px) {
    .artist-setcard-owner-phone-value{
        font-size: 20px !important;
    }

}

.section-main-pic{
    vertical-align: middle;
    overflow: hidden !important;
    cursor: zoom-in;
}

.section-main-pic.scale-up{
    background-size: 110%;
    background-position-x: -20px;
    background-position-y: -30px;
}

#gallery_dialog{
    background-color: rgba(0,0,0, 0.97);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1999;
    display: none;
}

#gallery_dialog_close{
    width: 100%;
    height: 32px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
#gallery_dialog_close .close{
    margin-right: 20px;
    margin-top: 20px;
    background-image: url(../images/close.png);
    width: 32px;
    height: 32px;
    cursor: pointer;
}

#gallery_dialog_content{
    width: 100%;
    height: calc(100% - 170px);
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}

#gallery_dialog_pic_cont{
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#gallery_dialog_pic{
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.gallery-arrow{
    height: 100%;
    width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 30px;
    margin-right: 30px;
}

#gallery_dialog_content .round-pic{
    margin-top: 40%;
    background-color: rgba(0,0,0, 0.3);
    height: 50px;
    width: 50px;
    border-radius: 25px;
}

#gallery_dialog_content .prev, #gallery_dialog_content .next{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

#gallery_dialog_content .prev{
    background-image: url(../images/prev.png);
}

#gallery_dialog_content .next{
    background-image: url(../images/next.png);
}

#gallery_pic_list{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    width: 100%;
    height: 120px;
}

#artist-pic-container{
    margin-top: 10px;
    width: 100%;
    height: 100%;
}

.section-main-pic .artist-main-pic-nav{
    margin-top: 70%;
    width: 100%;
    height: 50px;
    padding: 0px 10px 0px 10px;
}

.artist-main-pic-nav .round-pic{
    background-color: rgba(0,0,0, 0.5);
    height: 50px;
    width: 50px;
    border-radius: 25px;
}

.artist-main-pic-nav .prev, .artist-main-pic-nav .next{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}



.artist-main-pic-nav .prev{
    background-image: url(../images/prev.png);
}

.artist-main-pic-nav .next{
    background-image: url(../images/next.png);
}

.gallery_main_pic{
    display: flex;
    align-content: flex-end;
}


.req{
    display: flex;
    flex-direction: column;
}

.req-h{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}

.req-h > .sdx-header.check{
    text-align: center;
    background-image: url('../images/check-circle.gif');
    background-position-x: 50%;
    background-position-y: 0%;
    padding-top: 75px;
    background-size: 75px 75px;
    background-repeat: no-repeat;
    font-family: 'Arial';
}

.req-m.info-cont{
    text-align: center;
    background-position-x: 5px;
    background-repeat: no-repeat;
    font-size: 16px;
}

#req_succ_cont{
    width: 600px;
}

@media (max-width: 768px) {
    #req_succ_cont{
        width: 100%;
    }
    .artist-setcard .artist-button{
        width: 90% !important;
    }
    .add-to-wishlist-button{
        width: 90% !important;
    }
}

#app_gallery_cont{
    margin-top: 10px;
    padding: 10px;
    border: 2px dashed #CCCCCC;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#app_gallery_cont #app_gallery_list{
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

#app_gallery_cont #app_gallery_list .img-item{
    width: 20%;
    height: 200px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 10px;
    background-color: #FFFFFF;
    cursor: move;
}

#app_gallery_cont #app_gallery_list .img-item .ln{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#app_gallery_cont #app_gallery_list .img-item .ln .do-main{
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/do_main_20.png);
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    border-radius: 3px;
    background-size: 90%;
}

#app_gallery_cont #app_gallery_list .img-item .ln .del{
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/remove_20.png);
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    border-radius: 3px;
    background-size: 90%;
}

#app_gallery_cont #app_gallery_list .img-item > .ln > .main{
    display: none;
}

#app_gallery_cont {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #000000;
}

#app_gallery_cont .upload-notes .arrows{
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-image: url(../images/arrows.png);
    padding: 5px 10px 5px 30px;
}

#app_gallery_cont .upload-notes .do-main{
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-image: url(../images/do_main_20.png);
    padding: 5px 10px 5px 30px;
}

#app_gallery_cont #app_gallery_list .img-item:first-child{
    border-color: #00a8f3;
    font-size: 12px;
    border-width: 3px;
}

#app_gallery_cont #app_gallery_list .img-item:first-child > .ln > .do-main{
    display: none;
}

#app_gallery_cont #app_gallery_list .img-item:first-child > .ln > .main{
    background-color: #00a8f3;
    color: #FFFFFF;
    display: flex;
    width: 100%;
    align-items: center;
    height: 20px;
}

#app_gallery_cont #app_gallery_list #add_item{
    width: 20%;
    height: 200px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    background-image: url(../images/add_photo_50.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 10px;
    border-radius: 3px;
}

#app_gallery_cont #add_img{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#app_gallery_cont #add_img + label {
    border-radius: 5px;
    padding: 10px 10px 10px 50px;
    background-image: url(../images/img_upload.png);
    background-repeat: no-repeat;
    background-position-x: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #00a8f3;
    display: inline-block;
    cursor: pointer;
}

#app_gallery_cont .button-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#app_gallery_cont .button-row > div{
    margin-right: 20px;
}

div.hidd{
    display: none;
}

div.error-row{
    display: none;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #ff8c8c;
    color: #FFFFFF;
    font-weight: bold;
}

.sdx-linear{
    display: flex;
    flex-direction: row;
}

.sdx-flex-left{
    justify-content: flex-start;
}

.sdx-flex-right{
    justify-content: flex-end;
}

.sdx-items-space-bw > *{
    margin-right: 10px;
}

.sdx-vertical{
    display: flex;
    flex-direction: column;
}

.sdx-form{

}

.sdx-form-container{
    display: flex;
    flex-direction: column;
}

.sdx-form-container .sdx-form-part{
    display: flex;
    flex-direction: column;
}

.sdx-form-container .sdx-form-buttons{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.sdx-form-container .sdx-form-title{
    margin: 15px 0px 10px 0px;
    text-align: center;
}

.sdx-form-container .sdx-form-part .sdx-form-cont{
    display: flex;
    flex-direction: column;
}

.sdx-form-container .sdx-input-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 7px 0px;
}

.sdx-form-container .sdx-input-row p{
    line-height: 18px;
}

.sdx-form-container .sdx-input-row p.sdx-info{
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-image: url(../images/info_24.png);
    min-height: 32px;
    padding-left: 30px;
    margin-bottom: 0px;
    font-size: 15px
}

.sdx-form-container .sdx-input-row .sdx-input{
    height: 38px;
    border-radius: 5px;
}

.sdx-form-container .sdx-input-row select.sdx-input{
    height:48px;
}

.sdx-form-container .sdx-input-row textarea.sdx-input{
    height:136px;
}

.sdx-form-container .sdx-input-row .sdx-input input[type='radio']{
    margin: 0px;
}

.sdx-form-container .sdx-input-row .sdx-input.german_date{
    padding-right: 32px;
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 50%;
    background-image: url(../images/calendar.png);
    background-size: 32px 32px;
    box-sizing: border-box;
    height: 48px;
}

.sdx-form-container .sdx-input-row .sdx-input.sdx-time{
    padding-right: 32px;
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 50%;
    background-image: url(../images/clock.png);
    background-size: 32px 32px;
    box-sizing: border-box;
    height: 48px;
}

.sdx-form-container .sdx-input-row .sdx-label{
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    flex-shrink: 0;
    font-weight: normal;
    float: none !important;
    font-size:15px;
    min-height: 28px;
    line-height: 22px;
}

#boocking_form_container .sdx-input-row .sdx-label{
    width: 280px;
}

.sdx-form-container .sdx-input-row > .sdx-input{
    width: 100%;
    flex-shrink: 1;
    align-items: center;
}

.sdx-form-container .sdx-input-row .sdx-input .sdx-label{
    display: flex;
    align-items: center;
    min-height: 28px;
    vertical-align: middle;
}

#application_form_container .sdx-form-cont.artist_other{
    justify-content: center;
    flex-direction: row;
}

#application_form_container .sdx-form-cont.artist_other > div:first-child{
    margin-right: 10px;
}

#application_form_container .sdx-form-cont.artist_other .sdx-combined-check-list{
    width: 100%;
}

#boocking_form_table_container{
    margin-left: 12%;
    width: 70%;
    background-color: #FFFFFF;
    padding: 20px;
}

.dialog-content #request_form_container{
    max-width: 650px;
}

.dialog-content #boocking_form_container{
    max-width: 650px;
}

.dialog-content #request_form_table_container{
    width: 100%;
    margin-left: 0px;
}

.dialog-content #boocking_form_table_container{
    width: 100%;
    margin-left: 0px;
}

@media (max-width: 768px) {
    .sdx-form-container .sdx-input-row > .sdx-label{
        display: none;
    }

    .sdx-form-container .sdx-input-row.resp-visible{
        display: flex;
        flex-direction: column;
    }

    .sdx-form-container .sdx-input-row.resp-visible.frow{
        flex-direction: row;
    }

    .sdx-form-container .sdx-input-row.resp-visible .sdx-input input[type='radio']{
        margin: -4px 0px 0px 0px;
    }

    .sdx-form-container .sdx-input-row.resp-visible.frow > .sdx-label{
        width: auto;
        margin-right: 30px;
        line-height: auto;
        min-height: auto;
        height: auto;
    }

    .sdx-form-container .sdx-input-row.resp-visible > .sdx-label{
        display: block;
        width: 100%;
    }

    .sdx-form-container .sdx-input-row .sdx-label.resp-hide{
        display: none;
    }

    div.sdx-form-container div.sdx-form-title{
        font-size: 15px;
    }

    div.sdx-form-container .sdx-form-buttons .sdx_button{
        width: 250px !important;
    }

    div.sdx-form-container{
        margin-left: auto !important;
        width: auto !important;
    }

    #application_form_container .sdx-form-cont.artist_other{
        flex-direction: column;
    }

    #application_form_container .sdx-form-cont.artist_other > div{
        margin-bottom: 20px;
    }

    #app_gallery_cont #app_gallery_list{
        justify-content: center;
        flex-direction: column;
    }

    #app_gallery_cont #app_gallery_list #add_item{
        width: 250px;
        height: 420px;
        margin: auto;
    }
    #app_gallery_cont #app_gallery_list .img-item{
        width: 250px;
        height: 420px;
        margin: auto;
        margin-bottom: 20px;
    }

    #application_form_container .sdx-form-cont.artist_other > div:first-child{
        margin-right: 0px;
    }

    .sdx-form-container .sdx-input-row.frow > .sdx-label.resp-width{
        width: 130px;
    }

    .sdx_rich_dialog{
        left: 0px !important;
    }
    #boocking_form_container .sdx-input-row .sdx-label{
        width: 100%;
    }

    #boocking_form_container .sdx-input-row .sdx-label.lbl-auto{
        width: auto;
    }
}

.contact_required{
    color: #FF0000;
}

input[type='button'].btn-is-sending{
    background-image: url(../images/ajax_loading.gif);
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) 3px;
}

.hp-trap{
    display: none !important;
}