.comsec,
.section_div {
    overflow: hidden
}

.section_div,
.trigger,
.trigger span {
    text-align: center
}

.owl-carousel .owl-item p {
    color: #333
}

.trigger span:hover {
    background: url(../images/slidericon_h-new.png) no-repeat;
    color: #fff
}

.trigger span {
    color: #333;
    background: url(../images/slidericonbg.png) no-repeat;
    width: 93px;
    font-size: 18px;
    height: 36px;
    position: absolute;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 9px;
    margin-top: -19px;
    transition: all linear .3s;
    cursor: pointer
}

.comsec,
.comsec.close,
.trigger {
    position: relative
}



.comsec {
    width: 100vw;
    height: 182px;
    bottom: 0;
    background-color: #353230;
    color: #FFF;
    transition: all 1s;
    z-index: 999999
}

.comsec.close {
    bottom: 0;
    height: 0
}

.panzoom-parent {
    border: 2px solid #333;
    text-align: right!important
}

.panzoom-parent .panzoom {
    border: 2px dashed #666
}

.buttons {
    margin: 40px 0 0
}

.position_del {
    position: absolute;
    width: 180px;
    border: 1px dashed #949494;
    border-radius: 50%;
    float: none;
    margin: 0 auto;
    height: 180px;
    text-align: center;
    max-width: 180px;
    min-width: 80px;
    max-height: 180px;
    min-height: 80px; display:flex;    align-items: center;
    justify-content: center;
}

.position_del>img {
    height: 20%;
    margin: 40% auto;
    width: 20%
}

.position_del_og {
    position: absolute;
    width: 80px;
    float: none;
    margin: 0 auto;
    height: 80px;
    TEXT-ALIGN: CENTER;
    PADDING-TOP: 20PX;
    cursor: pointer
}

.position_del .del_span {
    background: #fff;
    border: 1px solid #ff0202;
    border-radius: 50%;
    bottom: 5%;
    cursor: pointer;
    margin: 0;
    padding: 3px;
    position: absolute;
    right: 75%;
    width: 30px
}

.position_del .rot_span,
.position_del .rot_span_r {
    cursor: pointer;
    position: absolute;
    width: 30px;
    background: #FFF;
    z-index: 999;
    display: none!important;
    margin: 0;
    padding: 3px;
    top: 0
}

.position_del .rot_span {
    right: 100px;
    border-radius: 50%;
    border: 1px solid
}

.position_del .rot_span_r {
    right: 0;
    border-radius: 50%;
    border: 1px solid
}

.ui-resizable-e,
.ui-resizable-s {
    display: none!important
}

.ui-resizable-se {
    background-color: #fff;
    background-image: url(../images/scale.svg)!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: 100% auto;
    border: 1px solid #ff0202;
    border-radius: 15px;
    bottom: 5%!important;
    cursor: pointer!important;
    height: 30px!important;
    position: absolute!important;
    right: 5%!important;
    width: 30px!important;
    z-index: 999!important;
    display: none
}

.save_span,
.ui-rotatable-handle {
    position: absolute;
    width: 30px;
    cursor: pointer
}

.ui-resizable-se:hover {
    /*background-color:#CCC!important*/
}

.ui-rotatable-handle {
    background-color: #fff;
    background-image: url(../images/rr.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: 1px solid #e20707;
    border-radius: 15px;
    bottom: 84%;
    height: 30px;
    left: 0% !important;
    z-index: 999;
    display: block
}

.save_span {
    background: #fff;
    border:1px solid #b0abab !important;
    border-radius: 50%;
    bottom: 80%!important;
    right: 5%;
    margin: 0;
    padding: 3px
}

.position_del div:hover,
.position_del span:hover {
    /*background:#ccc;*/
   
    cursor: pointer
}

.position_del_text {
    position: relative;
    width: 150px;
    border: 1px dashed #22B2A5;
    border-radius: 20%;
    float: none;
    margin: 0 auto;
    height: 50px;
    TEXT-ALIGN: CENTER;
    PADDING-TOP: 14PX
}

.position_del .position_del_text .del_span,
.position_del_text .save_span {
    position: absolute;
    width: 30px;
    margin: 0;
    padding: 3px;
    background: #FFF;
    right: 0
}

.position_del .position_del_text .del_span {
    bottom: 0;
    border-radius: 50%;
    border: 1px solid
}

.position_del_text .save_span {
    bottom: 30px;
    border-radius: 50%;
    border: 1px solid;
    cursor: pointer
}

.position_del_text div:hover,
.position_del_text span:hover {
    background: #ccc;
    border: 1px solid #22B2A5;
    cursor: pointer
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, .81);
    text-align: center;
    z-index: 99999;
    min-height: 300px;
    min-width: 300px
}

.lightbox p {
    text-align: right;
    color: #fff;
    margin-right: 20px;
    font-size: 12px
}

.lightbox input[type=button],
.lightbox input[type=email],
.lightbox input[type=text] {
    background: #fff;
    display: block;
    width: 60%;
    padding: 9px;
    border-radius: 4px;
    border: 1px solid #22b2a5;
    text-align: left;
    margin: 10px auto
}

.light_close {
    width: 25px;
    position: absolute;
    margin: -42px 6px;
    cursor: pointer
}

.lightbox #content {
    box-shadow: 0 0 25px #111;
    -webkit-box-shadow: 0 0 25px #111;
    -moz-box-shadow: 0 0 25px #111;
    max-width: 600px;
    margin: 5% auto 0;
    padding: 30px 0
}

.submit_btn {
    background: 0 0;
    padding: 6px 15px;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 300;
    font-size: 14px;
    border-radius: 2px;
    transition: all linear .5s;
    text-align: center!important;
    color: #585a5a;
    border: 1px solid #22b2a5
}

.submit_btn:hover {
   
    transition: all linear .5s;
    color: #fff
}

.customNavigation {
    background: #2a2e30;
    margin: 5px 0;
    padding: 0
}

#ball-bnce,
#shadow-bnce {
    left: 50%;
    margin-left: -50px;
    width: 100px;
    border-radius: 50%;
    position: absolute
}

#ground-bnce {
    position: absolute;
    background: #d3d1cd;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

#shadow-bnce {
    bottom: 8%;
    height: 33.33px;
    background: #056a62;
    -webkit-animation: pulse .6s cubic-bezier(.63, .09, .75, .46) infinite alternate;
    -moz-animation: pulse .6s cubic-bezier(.63, .09, .75, .46) infinite alternate;
    -o-animation: pulse .6s cubic-bezier(.63, .09, .75, .46) infinite alternate;
    animation: pulse .6s cubic-bezier(.63, .09, .75, .46) infinite alternate
}

#ball-bnce {
    margin-top: 33%;
    height: 100px;
    background: #00BAA8;
    z-index: 2;
    cursor: pointer;
    -webkit-animation: bounce .6s cubic-bezier(.63, .09, .75, .46) infinite alternate;
    -moz-animation: bounce .6s cubic-bezier(.63, .09, .75, .46) infinite alternate;
    -o-animation: bounce .6s cubic-bezier(.63, .09, .75, .46) infinite alternate;
    animation: bounce .6s cubic-bezier(.63, .09, .75, .46) infinite alternate;
    box-shadow: 1px 0 10px 10px rgba(15, 122, 255, .3)
}

#ball-bnce span {
    font-size: 22px;
    line-height: 100px;
    text-align: center;
    width: 100%;
    display: inline-block;
    color: #fff
}

#content-bnce {
    bottom: 15%;
    position: absolute;
    width: 100%;
    text-align: center
}

@-webkit-keyframes pulse {
    0% {
        width: 90px;
        height: 25px;
        margin-left: -45px;
        margin-top: -3px
    }
    100% {
        width: 100px;
        height: 30px
    }
}

@-moz-keyframes pulse {
    0% {
        width: 90px;
        height: 25px;
        margin-left: -45px;
        margin-top: -3px
    }
    100% {
        width: 100px;
        height: 30px
    }
}

@-o-keyframes pulse {
    0% {
        width: 90px;
        height: 25px;
        margin-left: -45px;
        margin-top: -3px
    }
    100% {
        width: 100px;
        height: 30px
    }
}

@keyframes pulse {
    0% {
        width: 90px;
        height: 25px;
        margin-left: -45px;
        margin-top: -3px
    }
    100% {
        width: 100px;
        height: 30px
    }
}

lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes bounce {
    0% {
        top: 10%;
        height: 100px;
        width: 100px
    }
    100% {
        top: 25%;
        height: 100px;
        width: 100px
    }
}

@-moz-keyframes bounce {
    0% {
        top: 10%;
        height: 100px;
        width: 100px
    }
    100% {
        top: 25%;
        height: 100px;
        width: 100px
    }
}

@-o-keyframes bounce {
    0% {
        top: 10%;
        height: 100px;
        width: 100px
    }
    100% {
        top: 25%;
        height: 100px;
        width: 100px
    }
}

@keyframes bounce {
    0% {
        top: 10%;
        height: 100px;
        width: 100px
    }
    100% {
        top: 25%;
        height: 100px;
        width: 100px
    }
}

[not-existing] {
    zoom: 1
}


/**b-custom css**/

ul.option-set li.active { 
    border-bottom: 1px solid #525252 !important;	
	background:#333 url(../images/check-mark.png) no-repeat !important;
	background-position:top right;
	background-position: 91% 50% !important;
}

.tab-content > .tab-pane{
    position:relative;
}













