#onh-popup a, #onh-popup a div, #onh-popup a span, #onh-popup div:after, #onh-popup div:before, #onh-popup span {
    -webkit-transition: all ease-in .3s;
    transition-property: all ease-in .3s;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent
}

#onh-popup a, #onh-popup a:hover {
    text-decoration: none
}

#onh-popup *, #onh-popup :after, #onh-popup :before {
    box-sizing: border-box
}

#onh-popup p {
    margin: 0 0 10px
}

@media (max-width:768px) {
    #onh-popup .hide-mobile {
        display: none !important
    }

    #onh-popup .p-xs-12 {
        width: 100%
    }
}

@media (min-width:768px) {
    #onh-popup .p-sm-1 {
        width: 8.33333333%
    }

    #onh-popup .p-sm-2 {
        width: 16.66666667%
    }

    #onh-popup .p-sm-3 {
        width: 25%
    }

    #onh-popup .p-sm-4 {
        width: 33.33333333%
    }

    #onh-popup .p-sm-5 {
        width: 41.66666667%
    }

    #onh-popup .p-sm-6 {
        width: 50%
    }

    #onh-popup .p-sm-7 {
        width: 58.33333333%
    }

    #onh-popup .p-sm-8 {
        width: 66.66666667%
    }

    #onh-popup .p-sm-9 {
        width: 75%
    }

    #onh-popup .p-sm-10 {
        width: 83.33333333%
    }

    #onh-popup .p-sm-11 {
        width: 91.66666667%
    }

    #onh-popup .p-sm-12 {
        width: 100%
    }
}

#onh-popup .p-col {
    float: left;
    position: relative;
    min-height: 1px;
}

#onh-popup .responsive {
    display: block;
    max-width: 100%;
    height: auto
}

#onh-popup {
    box-sizing: border-box;
    font-family: 'Open Sans', Halvetica, sans-serif;
    text-rendering: optimizeLegibility;
    display: none;
    position: fixed;
    bottom: 115px;
    right: 25px;
    width: 300px;
    height: auto;
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, .2);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow: hidden;
    border-radius: 10px;

}

#onh-popup.onh-top {
    bottom: auto !important;
    top: 60px
}

@media (max-width:768px) {
    #onh-popup.onh-top {
        bottom: auto !important;
        top: 0 !important
    }

    #onh-popup.onh-top .onh-close {
        top: 0
    }
}

@media (max-width:768px) {
    #onh-popup .popup-xs {
        width: 100% !important;
        bottom: 0 !important;
        right: 0 !important;
        left: 0 !important
    }
}

@media (min-width:768px) {
    #onh-popup {
        bottom: 60px;
        right: 80px;
        width: 300px;
        bottom: 115px;
        right: 25px;

    }
}

#onh-popup .onh-img {
    display: none;
    height: 100%;
    width: 140px;
    margin: 0 auto;
    border-radius: 50%
}

#onh-popup .onh-img-cookie {
    display: none;
    height: 100%;
    width: 95px;
    margin: 0 auto
}

@media (min-width:768px) {
    #onh-popup .onh-img, #onh-popup .onh-img-cookie {
        display: block
    }
}

#onh-popup .onh-close {
	width: 34px;
	height: 34px;
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

@media (max-width:768px) {
    #onh-popup .onh-close {
        right: -14px
    }
}

#onh-popup .onh-container {
    position: relative;
    bottom: 20px
}

#onh-popup .onh-container-1 {
    position: relative;
    bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

#onh-popup .onh-container-2 {
    position: relative;
    line-height: 1;
    min-height: 302px;
}

#onh-popup .onh-container-3 {
    position: relative;
    bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px
}

#onh-popup .onh-head {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    word-break: break-word;
    color: #543189;
    margin-bottom: 12px
}

@media (min-width:768px) {
    #onh-popup .onh-head {
        text-align: left
    }
}

#onh-popup .head-center {
    text-align: center !important
}

#onh-popup .onh-text {
    font-size: 12px;
    line-height: 18px;
    word-break: break-word
}

#onh-popup .onh-btn, #onh-popup .onh-btn-close, #onh-popup .onh-btn-cookie {
    display: block;
    background: #543189;
    width: 100%;
    height: 39px;
    font-weight: 300;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    line-height: 37px;
    cursor: pointer
}

#onh-popup .cookie-more {
    color: #553189;
    font-weight: 700
}

.slide-left {
    position: relative;
    right: -400px;
    -webkit-animation: slideleft .8s forwards;
    -moz-animation: slideleft .8s forwards;
    animation: slideleft .8s forwards
}

.slide-left-rev {
    position: relative;
    right: -400px;
    -webkit-animation: slideleftrev .8s forwards;
    -moz-animation: slideleftrev .8s forwards;
    animation: slideleftrev .8s forwards
}

.slide-right {
    position: relative;
    left: -400px;
    -webkit-animation: slideright .8s forwards;
    -moz-animation: slideright .8s forwards;
    animation: slideright .8s forwards
}

.slide-right-rev {
    position: relative;
    left: -400px;
    -webkit-animation: sliderightrev .8s forwards;
    -moz-animation: sliderightrev .8s forwards;
    animation: sliderightrev .8s forwards
}

.slide-top {
    position: relative;
    bottom: -400px;
    -webkit-animation: slidetop .5s forwards;
    -moz-animation: slidetop .5s forwards;
    animation: slidetop .5s forwards
}

.slide-top-rev {
    position: relative;
    bottom: -400px;
    -webkit-animation: slidetoprev .5s forwards;
    -moz-animation: slidetoprev .5s forwards;
    animation: slidetoprev .5s forwards
}

.slide-bottom {
    position: relative;
    top: 60px;
    -webkit-animation: slidebottom .5s forwards;
    -moz-animation: slidebottom .5s forwards;
    animation: slidebottom .5s forwards
}

.slide-bottom-rev {
    position: relative;
    top: 60px;
    -webkit-animation: slidebottomrev .5s forwards;
    -moz-animation: slidebottomrev .5s forwards;
    animation: slidebottomrev .5s forwards
}

@-webkit-keyframes slideleft {
    0% {
        transform: translateX(300px)
    }

    100% {
        transform: translateX(0)
    }
}

@-moz-keyframes slideleft {
    0% {
        transform: translateX(300px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slideleft {
    0% {
        transform: translateX(300px)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes slideleftrev {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(700px)
    }
}

@-moz-keyframes slideleftrev {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(700px)
    }
}

@keyframes slideleftrev {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(700px)
    }
}

@-webkit-keyframes slideright {
    0% {
        transform: translateX(-300px)
    }

    100% {
        transform: translateX(0)
    }
}

@-moz-keyframes slideright {
    0% {
        transform: translateX(-300px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slideright {
    0% {
        transform: translateX(-300px)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes sliderightrev {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-700px)
    }
}

@-moz-keyframes sliderightrev {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-700px)
    }
}

@keyframes sliderightrev {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-700px)
    }
}

@-webkit-keyframes slidetop {
    0% {
        transform: translateY(50px)
    }

    100% {
        transform: translateY(0)
    }
}

@-moz-keyframes slidetop {
    0% {
        transform: translateY(50px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes slidetop {
    0% {
        transform: translateY(50px)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slidetoprev {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(100px);
        opacity: 0;
    }
}

@-moz-keyframes slidetoprev {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(100px);
        opacity: 0;
    }
}

@keyframes slidetoprev {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(100px);
        opacity: 0;
    }
}

@-webkit-keyframes slidebottom {
    0% {
        transform: translateY(-200px)
    }

    100% {
        transform: translateY(0)
    }
}

@-moz-keyframes slidebottom {
    0% {
        transform: translateY(-200px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes slidebottom {
    0% {
        transform: translateY(-200px)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slidebottomrev {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-300px)
    }
}

@-moz-keyframes slidebottomrev {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-300px)
    }
}

@keyframes slidebottomrev {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-300px)
    }
}

.onh-title {
	height: 50px;
	line-height: 1;
	font-size: 14px;
	background: #0289f5;
	color: #fff;
    display: table;
    width: 100%;
    padding: 0px 10px;
}

.onh-title-txt{
    display: table-cell;
    vertical-align: middle;
}

.onh-popup-line {
    overflow: hidden;
}

.onh-popup-line iframe {
    border: none;
    margin-left: -1px;
    border-radius: 0px 0px 15px 15px;
    overflow: hidden;
    height: 525px !important;
    width: 268px !important;
    margin-top: -150px;
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
