/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Oct 10, 2018, 3:04:13 PM
    Author     : User
*/
/*Default  styles*/
.wobd-text{
    display: block;
    line-height: 1;
    text-align: center;
    font-family: 'Lato', sans-serif;
    display: block;
    line-height: 1;
    text-align: center;
}
.wobd-icon{
    text-align: center;
}
.wobd-icon.wobd-text i{
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.wobd-badges-wrapper{
    display: block;
    position: relative;
    white-space: normal;
}
.wobd-time{
    white-space: normal;
    font-family: 'Lato', sans-serif !important;
}
.wobd-badges{
    z-index: 9;
    white-space: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*Position*/
.wobd-badges.wobd-position-right_center{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    -moz-transform: translateY(-50%) translateZ(0);
    -ms-transform: translateY(-50%) translateZ(0);
    -o-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    right: 0;
}
.wobd-badges.wobd-position-right_top{
    position: absolute;
    top: 0;
    right: 0;
}
.wobd-badges.wobd-position-right_bottom{
    position: absolute;
    bottom: 0;
    right: 0;
}
.wobd-badges.wobd-position-left_center{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    -moz-transform: translateY(-50%) translateZ(0);
    -ms-transform: translateY(-50%) translateZ(0);
    -o-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    left: 0;
}
.wobd-badges.wobd-position-left_top{
    position: absolute;
    top: 0;
    left: 0;
}
.wobd-badges.wobd-position-left_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
}

/*Template 1*/
/*Position Adjustments*/
.wobd-text-template-1.wobd-position-left_top{
    margin-top: 15px;
    margin-left: 0;
}
.wobd-text-template-1.wobd-position-right_top{
    margin-top: 15px;
    margin-right: 0;
}
.wobd-text-template-1.wobd-position-left_bottom{
    margin-bottom: 15px;
    margin-left: 0;
}
.wobd-text-template-1.wobd-position-right_bottom{
    margin-bottom: 15px;
    margin-right: 0;
}
.wobd-text-template-1.wobd-position-left_center{
    margin-top: 0;
    margin-left: 0;
}
.wobd-text-template-1.wobd-position-right_center{
    margin-top: 0;
    margin-right: 0;
}
/*Template Styles*/
.wobd-text-template-1{
    background: #9DBE19;
    color: #FFF;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    padding: 7px 15px;
}


/*Template 2*/
/*Position Adjustments*/
.wobd-text-template-2.wobd-position-left_top{
    margin-top: 20px;
    margin-left: -12px;
}
.wobd-text-template-2.wobd-position-right_top{
    margin-top: 20px;
    margin-right: -12px;
}
.wobd-text-template-2.wobd-position-left_bottom{
    margin-bottom: 20px;
    margin-left: -12px;
}
.wobd-text-template-2.wobd-position-right_bottom{
    margin-bottom: 20px;
    margin-right: -12px;
}
.wobd-text-template-2.wobd-position-left_center{
    margin-top: 0;
    margin-left: -12px;
}
.wobd-text-template-2.wobd-position-right_center{
    margin-top: 0;
    margin-right: -12px;
}
/*Template Styles*/
.wobd-text-template-2{
    background: #e91d64;
    color: #FFF;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    padding: 7px 15px;
    position: relative;
}
.wobd-text-template-2:after{
    position: absolute;
    content: "";
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}
.wobd-text-template-2.wobd-position-left_center:after,
.wobd-text-template-2.wobd-position-left_top:after,
.wobd-text-template-2.wobd-position-left_bottom:after{
    left: 0;
    border-width: 0 0 6px 12px;
    border-color: transparent transparent #93173f transparent;
}
.wobd-text-template-2.wobd-position-right_center:after,
.wobd-text-template-2.wobd-position-right_top:after,
.wobd-text-template-2.wobd-position-right_bottom:after{
    right: 0;
    border-width: 6px 0 0 12px;
    border-color: transparent transparent transparent #93173f;
}



/*Template 3*/
/*Position Adjustments*/
.wobd-text-template-3.wobd-position-left_top{
    margin-top: 15px;
    margin-left: 20px;
}
.wobd-text-template-3.wobd-position-right_top{
    margin-top: 15px;
    margin-right: 20px;
}
.wobd-text-template-3.wobd-position-left_bottom{
    margin-bottom: 15px;
    margin-left: 20px;
}
.wobd-text-template-3.wobd-position-right_bottom{
    margin-bottom: 15px;
    margin-right: 20px;
}
.wobd-text-template-3.wobd-position-left_center{
    margin-top: 0;
    margin-left: 20px;
}
.wobd-text-template-3.wobd-position-right_center{
    margin-top: 0;
    margin-right: 20px;
}
/*Template Styles*/
.wobd-text-template-3{
    background: #ff002c;
    color: #FFF;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    padding: 6px 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}



/*Template 4*/
/*Position Adjustments*/
.wobd-text-template-4.wobd-position-left_top{
    margin-top: 15px;
    margin-left: 10px;
}
.wobd-text-template-4.wobd-position-right_top{
    margin-top: 15px;
    margin-right: 10px;
}
.wobd-text-template-4.wobd-position-left_bottom{
    margin-bottom: 15px;
    margin-left: 10px;
}
.wobd-text-template-4.wobd-position-right_bottom{
    margin-bottom: 15px;
    margin-right: 10px;
}
.wobd-text-template-4.wobd-position-left_center{
    margin-top: 0;
    margin-left: 10px;
}
.wobd-text-template-4.wobd-position-right_center{
    margin-top: 0;
    margin-right: 10px;
}
/*Template Styles*/
.wobd-text-template-4{
    background: #f43d3f;
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    padding: 7px 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: relative;
}




/*Template 5*/
/*Position Adjustments*/
.wobd-text-template-5.wobd-position-left_top{
    margin-top: 12px;
    margin-left: 8px;
}
.wobd-text-template-5.wobd-position-right_top{
    margin-top: 12px;
    margin-right: 8px;
}
.wobd-text-template-5.wobd-position-left_bottom{
    margin-bottom: 12px;
    margin-left: 5px;
}
.wobd-text-template-5.wobd-position-right_bottom{
    margin-bottom: 12px;
    margin-right: 8px;
}
.wobd-text-template-5.wobd-position-left_center{
    margin-top: 0;
    margin-left: 8px;
}
.wobd-text-template-5.wobd-position-right_center{
    margin-top: 0;
    margin-right: 8px;
}
/*Template Styles*/
.wobd-text-template-5{
    background: #ff9d1e;
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    padding: 10px 11px;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
}
.wobd-text-template-5 .wobd-text{
    line-height: 1.15;
}




/*Template 6*/
/*Position Adjustments*/
.wobd-text-template-6.wobd-position-left_top{
    margin-top: 12px;
    margin-left: 12px;
}
.wobd-text-template-6.wobd-position-right_top{
    margin-top: 12px;
    margin-right: 12px;
}
.wobd-text-template-6.wobd-position-left_bottom{
    margin-bottom: 12px;
    margin-left: 12px;
}
.wobd-text-template-6.wobd-position-right_bottom{
    margin-bottom: 12px;
    margin-right: 12px;
}
.wobd-text-template-6.wobd-position-left_center{
    margin-top: 0;
    margin-left: 12px;
}
.wobd-text-template-6.wobd-position-right_center{
    margin-top: 0;
    margin-right: 12px;
}
/*Template Styles*/
.wobd-text-template-6{
    background: #5bcaf8;
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.wobd-text-template-6 .wobd-text{
    line-height: 1.15;
}



/*Template 7*/
/*Position Adjustments*/
.wobd-text-template-7.wobd-position-left_top{
    margin-top: 15px;
    margin-left: 15px;
}
.wobd-text-template-7.wobd-position-right_top{
    margin-top: 15px;
    margin-right: 15px;
}
.wobd-text-template-7.wobd-position-left_bottom{
    margin-bottom: 15px;
    margin-left: 15px;
}
.wobd-text-template-7.wobd-position-right_bottom{
    margin-bottom: 15px;
    margin-right: 15px;
}
.wobd-text-template-7.wobd-position-left_center{
    margin-top: 0;
    margin-left: 15px;
}
.wobd-text-template-7.wobd-position-right_center{
    margin-top: 0;
    margin-right: 15px;
}
/*Template Styles*/
.wobd-text-template-7{
    background: #f14807;
    color: #FFF;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    padding: 5px 10px;
}




/*Template 8*/
/*Position Adjustments*/
.wobd-text-template-8.wobd-position-left_top{
    margin-top: 0;
    margin-left: 0;
}
.wobd-text-template-8.wobd-position-right_top{
    margin-top: 0;
    margin-right: 0;
}
.wobd-text-template-8.wobd-position-left_bottom{
    margin-bottom: 0;
    margin-left: 0;
}
.wobd-text-template-8.wobd-position-right_bottom{
    margin-bottom: 0;
    margin-right: 0;
}
.wobd-text-template-8.wobd-position-left_center{
    margin-top: 0;
    margin-left: 0;
}
.wobd-text-template-8.wobd-position-right_center{
    margin-top: 0;
    margin-right: 0;
}
/*Template Styles*/
.wobd-text-template-8{
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    padding: 18px 8px;
    position: relative;
}
.wobd-text-template-8:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 0;
}
.wobd-text-template-8 .wobd-text{
    position: relative;
    z-index: 1;
}
.wobd-text-template-8.wobd-position-left_top:after{
    left: 0;
    top: 0;
    border-width: 70px 70px 0 0;
    border-color: #e91d64 transparent transparent transparent;
}
.wobd-text-template-8.wobd-position-left_bottom:after{
    left: 0;
    bottom: 0;
    border-width: 70px 0 0 70px;
    border-color: transparent transparent transparent #e91d64;
}
.wobd-text-template-8.wobd-position-right_top:after{
    right: 0;
    top: 0;
    border-width: 0 70px 70px 0;
    border-color: transparent #e91d64 transparent transparent;
}
.wobd-text-template-8.wobd-position-right_bottom:after{
    right: 0;
    bottom: 0;
    border-width: 0 0 70px 70px;
    border-color: transparent transparent #e91d64 transparent;
}





/*Template 9*/
/*Position Adjustments*/
.wobd-text-template-9.wobd-position-left_top{
    margin-top: 12px;
    margin-left: 12px;
}
.wobd-text-template-9.wobd-position-right_top{
    margin-top: 12px;
    margin-right: 12px;
}
.wobd-text-template-9.wobd-position-left_bottom{
    margin-bottom: 12px;
    margin-left: 12px;
}
.wobd-text-template-9.wobd-position-right_bottom{
    margin-bottom: 12px;
    margin-right: 12px;
}
.wobd-text-template-9.wobd-position-left_center{
    margin-top: 0;
    margin-left: 12px;
}
.wobd-text-template-9.wobd-position-right_center{
    margin-top: 0;
    margin-right: 12px;
}
/*Template Styles*/
.wobd-text-template-9{
    background: #0b68f4;
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    height: 70px;
    width: 70px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.wobd-text-template-9:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 71px;
    height: 71px;
    content: "";
    border: 5px solid rgba(255,255,255,0.7);
    z-index: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wobd-text-template-9 .wobd-text{
    line-height: 1.15;
}




/*Template 10*/
/*Position Adjustments*/
.wobd-text-template-10.wobd-position-left_top{
    margin-top: 0;
    margin-left: 15px;
}
.wobd-text-template-10.wobd-position-right_top{
    margin-top: 0;
    margin-right: 15px;
}
.wobd-text-template-10.wobd-position-left_bottom{
    margin-bottom: 0;
    margin-left: 15px;
}
.wobd-text-template-10.wobd-position-right_bottom{
    margin-bottom: 0;
    margin-right: 15px;
}
.wobd-text-template-10.wobd-position-left_center{
    margin-top: 0;
    margin-left: 15px;
}
.wobd-text-template-10.wobd-position-right_center{
    margin-top: 0;
    margin-right: 15px;
}
/*Template Styles*/
.wobd-text-template-10{
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    padding: 18px 8px;
    position: relative;
    background: #02AAB0;
    width: 60px;
}
.wobd-text-template-10:before,
.wobd-text-template-10:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 0;
}
.wobd-text-template-10 .wobd-text{
    position: relative;
    z-index: 1;
}
.wobd-text-template-10.wobd-position-right_top:after,
.wobd-text-template-10.wobd-position-left_top:after{
    left: 0;
    top: 100%;
    border-width: 25px 30px 0 0;
    border-color: #02aab0 transparent transparent transparent;
}
.wobd-text-template-10.wobd-position-right_top:before,
.wobd-text-template-10.wobd-position-left_top:before{
    right: 0;
    top: 100%;
    border-width: 0 30px 25px 0;
    border-color: transparent #02aab0 transparent transparent;
}
.wobd-text-template-10.wobd-position-right_bottom:after,
.wobd-text-template-10.wobd-position-left_bottom:after{
    left: 0;
    bottom: 100%;
    border-width: 25px 0 0 30px;
    border-color: transparent transparent transparent #02aab0;
}
.wobd-text-template-10.wobd-position-right_bottom:before,
.wobd-text-template-10.wobd-position-left_bottom:before{
    right: 0;
    bottom: 100%;
    border-width: 0 0 25px 30px;
    border-color: transparent transparent #02aab0 transparent;
}





/*Template 11*/
/*Position Adjustments*/
.wobd-text-template-11.wobd-position-left_top{
    margin-top: 15px;
    margin-left: 8px;
}
.wobd-text-template-11.wobd-position-right_top{
    margin-top: 15px;
    margin-right: 8px;
}
.wobd-text-template-11.wobd-position-left_bottom{
    margin-bottom: 15px;
    margin-left: 8px;
}
.wobd-text-template-11.wobd-position-right_bottom{
    margin-bottom: 15px;
    margin-right: 8px;
}
.wobd-text-template-11.wobd-position-left_center{
    margin-top: 0;
    margin-left: 8px;
}
.wobd-text-template-11.wobd-position-right_center{
    margin-top: 0;
    margin-right: 8px;
}
/*Template Styles*/
.wobd-text-template-11{
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    padding: 5px 10px;
    position: relative;
    background: #f14807;
}
.wobd-text-template-11:before,
.wobd-text-template-11:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 0;
}
.wobd-text-template-11 .wobd-text{
    position: relative;
    z-index: 1;
}
.wobd-text-template-11.wobd-position-left_top:after,
.wobd-text-template-11.wobd-position-left_center:after,
.wobd-text-template-11.wobd-position-left_bottom:after{
    left: 100%;
    top: 0;
    border-width: 12px 12px 0 0;
    border-color: #f14807 transparent transparent transparent;
}
.wobd-text-template-11.wobd-position-left_top:before,
.wobd-text-template-11.wobd-position-left_center:before,
.wobd-text-template-11.wobd-position-left_bottom:before{
    left: 100%;
    bottom: 0;
    border-width: 12px 0 0 12px;
    border-color: transparent transparent transparent #f14907;
}
.wobd-text-template-11.wobd-position-right_top:after,
.wobd-text-template-11.wobd-position-right_center:after,
.wobd-text-template-11.wobd-position-right_bottom:after{
    right: 100%;
    top: 0;
    border-width: 0 12px 12px 0;
    border-color: transparent #f14907 transparent transparent;
}
.wobd-text-template-11.wobd-position-right_top:before,
.wobd-text-template-11.wobd-position-right_center:before,
.wobd-text-template-11.wobd-position-right_bottom:before{
    right: 100%;
    bottom: 0;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #f14907 transparent;
}




/*Template 12*/
/*Position Adjustments*/
.wobd-text-template-12.wobd-position-left_top{
    margin-top: 15px;
    margin-left: 10px;
}
.wobd-text-template-12.wobd-position-right_top{
    margin-top: 15px;
    margin-right: 10px;
}
.wobd-text-template-12.wobd-position-left_bottom{
    margin-bottom: 15px;
    margin-left: 10px;
}
.wobd-text-template-12.wobd-position-right_bottom{
    margin-bottom: 15px;
    margin-right: 10px;
}
.wobd-text-template-12.wobd-position-left_center{
    margin-top: 0;
    margin-left: 10px;
}
.wobd-text-template-12.wobd-position-right_center{
    margin-top: 0;
    margin-right: 10px;
}
/*Template Styles*/
.wobd-text-template-12{
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    padding: 0 10px;
    height: 27px;
    line-height: 27px;
    position: relative;
    background: #df7247;
}
.wobd-text-template-12:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 0;
}
.wobd-text-template-12 .wobd-text{
    position: relative;
    z-index: 1;
    display: block;
    line-height: 27px;
    height: 27px;
}
.wobd-text-template-12.wobd-position-left_top:before,
.wobd-text-template-12.wobd-position-left_center:before,
.wobd-text-template-12.wobd-position-left_bottom:before{
    left: 100%;
    bottom: 0;
    border-width: 13.5px 0 13.5px 14px;
    border-color: transparent transparent transparent #df7247;
}
.wobd-text-template-12.wobd-position-right_top:before,
.wobd-text-template-12.wobd-position-right_center:before,
.wobd-text-template-12.wobd-position-right_bottom:before{
    right: 100%;
    bottom: 0;
    border-width: 13.5px 14px 13.5px 0;
    border-color: transparent #df7247 transparent transparent;
}







/*Template 13*/
/*Position Adjustments*/
.wobd-text-template-13.wobd-position-left_top{
    margin-top: -10px;
    margin-left: 15px;
}
.wobd-text-template-13.wobd-position-right_top{
    margin-top: -10px;
    margin-right: 15px;
}
.wobd-text-template-13.wobd-position-left_bottom{
    margin-bottom: -10px;
    margin-left: 15px;
}
.wobd-text-template-13.wobd-position-right_bottom{
    margin-bottom: -10px;
    margin-right: 15px;
}
.wobd-text-template-13.wobd-position-left_center{
    margin-top: 0;
    margin-left: 15px;
}
.wobd-text-template-13.wobd-position-right_center{
    margin-top: 0;
    margin-right: 15px;
}
/*Template Styles*/
.wobd-text-template-13{
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    padding: 12px 8px;
    position: relative;
    background: #02AAB0;
    width: 60px;
}
.wobd-text-template-13:before,
.wobd-text-template-13:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 0;
}
.wobd-text-template-13 .wobd-text{
    position: relative;
    z-index: 1;
    line-height: 1.15;
}
.wobd-text-template-13.wobd-position-right_top .wobd-text:after,
.wobd-text-template-13.wobd-position-left_top .wobd-text:after,
.wobd-text-template-13.wobd-position-right_bottom .wobd-text:after,
.wobd-text-template-13.wobd-position-left_bottom .wobd-text:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}
.wobd-text-template-13.wobd-position-left_top .wobd-text:after{
    left: 100%;
    top: 0;
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent #009395;
    margin-top: -12px;
    margin-left: 8px;
}
.wobd-text-template-13.wobd-position-right_top .wobd-text:after{
    right: 100%;
    top: 0;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #009395 transparent;
    margin-top: -12px;
    margin-right: 8px;
}
.wobd-text-template-13.wobd-position-right_bottom .wobd-text:after{
    right: 100%;
    bottom: 0;
    border-width: 0 10px 10px 0;
    border-color: transparent #009395 transparent transparent;
    margin-bottom: -12px;
    margin-right: 8px;
}
.wobd-text-template-13.wobd-position-left_bottom .wobd-text:after{
    left: 100%;
    bottom: 0;
    border-width: 10px 10px 0 0;
    border-color: #009395 transparent transparent transparent;
    margin-bottom: -12px;
    margin-left: 8px;
}
.wobd-text-template-13.wobd-position-right_top:after,
.wobd-text-template-13.wobd-position-left_top:after{
    left: 0;
    top: 100%;
    border-width: 25px 30px 0 0;
    border-color: #02aab0 transparent transparent transparent;
}
.wobd-text-template-13.wobd-position-right_top:before,
.wobd-text-template-13.wobd-position-left_top:before{
    right: 0;
    top: 100%;
    border-width: 0 30px 25px 0;
    border-color: transparent #02aab0 transparent transparent;
}
.wobd-text-template-13.wobd-position-right_bottom:after,
.wobd-text-template-13.wobd-position-left_bottom:after{
    left: 0;
    bottom: 100%;
    border-width: 25px 0 0 30px;
    border-color: transparent transparent transparent #02aab0;
}
.wobd-text-template-13.wobd-position-right_bottom:before,
.wobd-text-template-13.wobd-position-left_bottom:before{
    right: 0;
    bottom: 100%;
    border-width: 0 0 25px 30px;
    border-color: transparent transparent #02aab0 transparent;
}





/*Template 14*/
/*Position Adjustments*/
.wobd-text-template-14.wobd-position-left_top{
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 15px;
}
.wobd-text-template-14.wobd-position-right_top{
    margin-top: 10px;
    margin-right: 10px;
    padding-top: 15px;
}
.wobd-text-template-14.wobd-position-left_bottom{
    margin-bottom: 10px;
    margin-left: 10px;
    padding-bottom: 15px;
}
.wobd-text-template-14.wobd-position-right_bottom{
    margin-bottom: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
}
.wobd-text-template-14.wobd-position-left_center{
    margin-top: 0;
    margin-left: 10px;
}
.wobd-text-template-14.wobd-position-right_center{
    margin-top: 0;
    margin-right: 10px;
}
/*Template Styles*/
.wobd-text-template-14{
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    padding: 10px 10px 5px;
    width: 60px;
    text-align: center;
    position: relative;
    background: #df7247;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wobd-text-template-14:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 0;
}
.wobd-text-template-14 .wobd-text{
    position: relative;
    z-index: 1;
    display: block;
}
.wobd-text-template-14.wobd-position-left_top:before,
.wobd-text-template-14.wobd-position-right_top:before{
    left: 0;
    top: calc(100% - 1px);
    top: -webkit-calc(100% - 1px);
    top: -moz-calc(100% - 1px);
    border-width: 17px 30px 0 30px;
    border-color: #df7247 transparent transparent transparent;
}
.wobd-text-template-14.wobd-position-right_bottom:before,
.wobd-text-template-14.wobd-position-left_bottom:before{
    right: 0;
    bottom: calc(100% - 1px);
    bottom: -webkit-calc(100% - 1px);
    bottom: -moz-calc(100% - 1px);
    border-width: 0 30px 17px 30px;
    border-color: transparent transparent #df7247 transparent;
}





/*Template 15*/
/*Position Adjustments*/
.wobd-text-template-15.wobd-position-left_top{
    margin-top: 15px;
    margin-left: 10px;
}
.wobd-text-template-15.wobd-position-right_top{
    margin-top: 15px;
    margin-right: 10px;
}
.wobd-text-template-15.wobd-position-left_bottom{
    margin-bottom: 15px;
    margin-left: 10px;
}
.wobd-text-template-15.wobd-position-right_bottom{
    margin-bottom: 15px;
    margin-right: 10px;
}
.wobd-text-template-15.wobd-position-left_center{
    margin-top: 0;
    margin-left: 10px;
}
.wobd-text-template-15.wobd-position-right_center{
    margin-top: 0;
    margin-right: 10px;
}
/*Template Styles*/
.wobd-text-template-15{
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    background: #4189f7;
}
.wobd-text-template-15:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 0;
}
.wobd-text-template-15 .wobd-text{
    position: relative;
    z-index: 1;
    display: block;
    line-height: 40px;
    height: 40px;
}
.wobd-text-template-15.wobd-position-left_top:before,
.wobd-text-template-15.wobd-position-left_center:before,
.wobd-text-template-15.wobd-position-left_bottom:before{
    left: 100%;
    bottom: 0;
    border-width: 20px 0 20px 12px;
    border-color: transparent transparent transparent #4189f7;
}
.wobd-text-template-15.wobd-position-right_top:before,
.wobd-text-template-15.wobd-position-right_center:before,
.wobd-text-template-15.wobd-position-right_bottom:before{
    right: 100%;
    bottom: 0;
    border-width: 20px 12px 20px 0;
    border-color: transparent #4189f7 transparent transparent;
}






/*Template 16*/
/*Position Adjustments*/
.wobd-text-template-16.wobd-position-left_top{
    margin-top: 15px;
    margin-left: 0;
}
.wobd-text-template-16.wobd-position-right_top{
    margin-top: 15px;
    margin-right: 0;
}
.wobd-text-template-16.wobd-position-left_bottom{
    margin-bottom: 15px;
    margin-left: 0;
}
.wobd-text-template-16.wobd-position-right_bottom{
    margin-bottom: 15px;
    margin-right: 0;
}
.wobd-text-template-16.wobd-position-left_center{
    margin-top: 0;
    margin-left: 0;
}
.wobd-text-template-16.wobd-position-right_center{
    margin-top: 0;
    margin-right: 0;
}
/*Template Styles*/
.wobd-text-template-16{
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    height: 40px;
    line-height: 40px;
    position: relative;
    background: #000000;
}
.wobd-text-template-16 .wobd-text{
    position: relative;
    z-index: 1;
    display: block;
    line-height: 40px;
    height: 40px;
}
.wobd-text-template-16.wobd-position-left_top,
.wobd-text-template-16.wobd-position-left_center,
.wobd-text-template-16.wobd-position-left_bottom{
    padding: 0 18px 0 12px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
}
.wobd-text-template-16.wobd-position-right_top,
.wobd-text-template-16.wobd-position-right_center,
.wobd-text-template-16.wobd-position-right_bottom{
    padding: 0 12px 0 18px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
}







/*Template 17*/
/*Position Adjustments*/
.wobd-text-template-17.wobd-position-left_top{
    margin-top: 0;
    margin-left: 10px;
}
.wobd-text-template-17.wobd-position-right_top{
    margin-top: 0;
    margin-right: 10px;
}
.wobd-text-template-17.wobd-position-left_bottom{
    margin-bottom: 0;
    margin-left: 10px;
}
.wobd-text-template-17.wobd-position-right_bottom{
    margin-bottom: 0;
    margin-right: 10px;
}
.wobd-text-template-17.wobd-position-left_center{
    margin-top: 0;
    margin-left: 10px;
}
.wobd-text-template-17.wobd-position-right_center{
    margin-top: 0;
    margin-right: 10px;
}
/*Template Styles*/
.wobd-text-template-17{
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    padding: 25px 10px;
    min-width: 65px;
    text-align: center;
    position: relative;
    background: #000000;
}
.wobd-text-template-17 .wobd-text{
    position: relative;
    z-index: 1;
    display: block;
    line-height: 1.15;
}
.wobd-text-template-17.wobd-position-left_top,
.wobd-text-template-17.wobd-position-right_top{
    -webkit-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.wobd-text-template-17.wobd-position-left_bottom,
.wobd-text-template-17.wobd-position-right_bottom{
    -webkit-border-top-left-radius: 25px;
    border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
}






/*Template 18*/
/*Position Adjustments*/
.wobd-text-template-18.wobd-position-left_top{
    margin-top: 12px;
    margin-left: 12px;
}
.wobd-text-template-18.wobd-position-right_top{
    margin-top: 12px;
    margin-right: 12px;
}
.wobd-text-template-18.wobd-position-left_bottom{
    margin-bottom: 12px;
    margin-left: 12px;
}
.wobd-text-template-18.wobd-position-right_bottom{
    margin-bottom: 12px;
    margin-right: 12px;
}
.wobd-text-template-18.wobd-position-left_center{
    margin-top: 0;
    margin-left: 12px;
}
.wobd-text-template-18.wobd-position-right_center{
    margin-top: 0;
    margin-right: 12px;
}
/*Template Styles*/
.wobd-text-template-18{
    background: #47476d;
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    height: 72px;
    width: 72px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.wobd-text-template-18:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    content: "";
    border: 2px solid #FFF;
    z-index: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wobd-text-template-18 .wobd-text{
    line-height: 1.15;
}








/*Template 19*/
/*Position Adjustments*/
.wobd-text-template-19.wobd-position-left_top{
    margin-top: 15px;
    margin-left: 15px;
}
.wobd-text-template-19.wobd-position-right_top{
    margin-top: 15px;
    margin-right: 15px;
}
.wobd-text-template-19.wobd-position-left_bottom{
    margin-bottom: 15px;
    margin-left: 15px;
}
.wobd-text-template-19.wobd-position-right_bottom{
    margin-bottom: 15px;
    margin-right: 15px;
}
.wobd-text-template-19.wobd-position-left_center{
    margin-top: 0;
    margin-left: 15px;
}
.wobd-text-template-19.wobd-position-right_center{
    margin-top: 0;
    margin-right: 15px;
}
/*Template Styles*/
.wobd-text-template-19{
    /*background: #a87ee4;*/
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    height: 62px;
    width: 62px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.wobd-text-template-19:after{
    position: absolute;
    top: 4px;
    left: 4px;
    width: 100%;
    height: 100%;
    content: "";
    background: #D0D0D0;
    z-index: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wobd-text-template-19 .wobd-icon,
.wobd-text-template-19 .wobd-text{
    line-height: 1.15;
    height: 62px;
    width: 62px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1 ;
    background: #a87ee4;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.wobd-text-template-19 .wobd-icon{
    font-size: 22px;
}
/*.wobd-text-template-19 .wobd-icon:after,
.wobd-text-template-19 .wobd-text:after{
        position: absolute;
        top: 8px;
    left: 8px;
    width: 100%;
    height: 100%;
        content: "";
        background: #D0D0D0;
        z-index: 0;
        -webkit-border-radius: 50%;
                border-radius: 50%;
}*/








/*Template 20*/
/*Position Adjustments*/
.wobd-text-template-20.wobd-position-left_top{
    margin-top: 20px;
    margin-left: -20px;
    -webkit-transform: rotate(-45deg) translateZ(0);
    -moz-transform: rotate(-45deg) translateZ(0);
    -ms-transform: rotate(-45deg) translateZ(0);
    -o-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.wobd-text-template-20.wobd-position-right_top{
    margin-top: 20px;
    margin-right: -20px;
    -webkit-transform: rotate(45deg) translateZ(0);
    -moz-transform: rotate(45deg) translateZ(0);
    -ms-transform: rotate(45deg) translateZ(0);
    -o-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.wobd-text-template-20.wobd-position-left_bottom{
    margin-bottom: 20px;
    margin-left: -20px;
    -webkit-transform: rotate(45deg) translateZ(0);
    -moz-transform: rotate(45deg) translateZ(0);
    -ms-transform: rotate(45deg) translateZ(0);
    -o-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.wobd-text-template-20.wobd-position-right_bottom{
    margin-bottom: 20px;
    margin-right: -20px;
    -webkit-transform: rotate(-45deg) translateZ(0);
    -moz-transform: rotate(-45deg) translateZ(0);
    -ms-transform: rotate(-45deg) translateZ(0);
    -o-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
/*Template Styles*/
.wobd-text-template-20{
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    position: relative;
    background: #f43d40;
    width: 108px;
    height: 30px;
    line-height: 30px;
}
.wobd-text-template-20:before,
.wobd-text-template-20:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 0;
}
.wobd-text-template-20.wobd-position-left_bottom:before,
.wobd-text-template-20.wobd-position-right_bottom:before,
.wobd-text-template-20.wobd-position-left_top:before,
.wobd-text-template-20.wobd-position-right_top:before{
    top: 0;
    margin-right: 0;
    right: 100%;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #f43d40 transparent;
}
.wobd-text-template-20.wobd-position-right_bottom:before{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.wobd-text-template-20.wobd-position-left_bottom:before{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.wobd-text-template-20.wobd-position-left_bottom:after,
.wobd-text-template-20.wobd-position-right_bottom:after,
.wobd-text-template-20.wobd-position-left_top:after,
.wobd-text-template-20.wobd-position-right_top:after{
    top: 0;
    margin-left: 0;
    left: 100%;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent #f43d40;
}
.wobd-text-template-20.wobd-position-right_bottom:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.wobd-text-template-20.wobd-position-left_bottom:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.wobd-text-template-20 .wobd-text{
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
    line-height: 1.15;
    height: 30px;
    line-height: 30px;
}
.wobd-text-template-20.wobd-position-left_top .wobd-text:before,
.wobd-text-template-20.wobd-position-right_top .wobd-text:before,
.wobd-text-template-20.wobd-position-left_bottom .wobd-text:before,
.wobd-text-template-20.wobd-position-right_bottom .wobd-text:before,
.wobd-text-template-20.wobd-position-right_top .wobd-text:after,
.wobd-text-template-20.wobd-position-left_top .wobd-text:after,
.wobd-text-template-20.wobd-position-right_bottom .wobd-text:after,
.wobd-text-template-20.wobd-position-left_bottom .wobd-text:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}
.wobd-text-template-20.wobd-position-left_bottom .wobd-text:after,
.wobd-text-template-20.wobd-position-right_bottom .wobd-text:after{
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #8a1618 transparent;
    left: 100%;
    top: 0;
    -webkit-transform: rotate(-135deg) translateZ(0);
    -moz-transform: rotate(-135deg) translateZ(0);
    -ms-transform: rotate(-135deg) translateZ(0);
    -o-transform: rotate(-135deg) translateZ(0);
    transform: rotate(-135deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-left: 12px;
    margin-top: -7px;
}
.wobd-text-template-20.wobd-position-left_top .wobd-text:after,
.wobd-text-template-20.wobd-position-right_top .wobd-text:after{
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #8a1618 transparent;
    left: 100%;
    top: 100%;
    -webkit-transform: rotate(45deg) translateZ(0);
    -moz-transform: rotate(45deg) translateZ(0);
    -ms-transform: rotate(45deg) translateZ(0);
    -o-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-left: 12px;
    margin-top: -8px;
}
.wobd-text-template-20.wobd-position-right_bottom .wobd-text:before,
.wobd-text-template-20.wobd-position-left_bottom .wobd-text:before{
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent #8a1618;
    right: 100%;
    top: 0;
    -webkit-transform: rotate(135deg) translateZ(0);
    -moz-transform: rotate(135deg) translateZ(0);
    -ms-transform: rotate(135deg) translateZ(0);
    -o-transform: rotate(135deg) translateZ(0);
    transform: rotate(135deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-right: 12px;
    margin-top: -7px;
}
.wobd-text-template-20.wobd-position-right_top .wobd-text:before,
.wobd-text-template-20.wobd-position-left_top .wobd-text:before{
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent #8a1618;
    right: 100%;
    top: 100%;
    -webkit-transform: rotate(-45deg) translateZ(0);
    -moz-transform: rotate(-45deg) translateZ(0);
    -ms-transform: rotate(-45deg) translateZ(0);
    -o-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-right: 12px;
    margin-top: -8px;
}







/*Template 21*/
/*Position Adjustments*/
.wobd-text-template-21.wobd-position-left_top{
    margin-top: 28px;
    margin-left: 0;
    -webkit-transform: rotate(-45deg) translateZ(0);
    -moz-transform: rotate(-45deg) translateZ(0);
    -ms-transform: rotate(-45deg) translateZ(0);
    -o-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.wobd-text-template-21.wobd-position-right_top{
    margin-top: 28px;
    margin-right: 0;
    -webkit-transform: rotate(45deg) translateZ(0);
    -moz-transform: rotate(45deg) translateZ(0);
    -ms-transform: rotate(45deg) translateZ(0);
    -o-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.wobd-text-template-21.wobd-position-left_bottom{
    margin-bottom: 28px;
    margin-left: 0;
    -webkit-transform: rotate(45deg) translateZ(0);
    -moz-transform: rotate(45deg) translateZ(0);
    -ms-transform: rotate(45deg) translateZ(0);
    -o-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.wobd-text-template-21.wobd-position-right_bottom{
    margin-bottom: 28px;
    margin-right: 0;
    -webkit-transform: rotate(-45deg) translateZ(0);
    -moz-transform: rotate(-45deg) translateZ(0);
    -ms-transform: rotate(-45deg) translateZ(0);
    -o-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
/*Template Styles*/
.wobd-text-template-21{
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    position: relative;
    background: #f43d3f;
    width: 90px;
    height: 30px;
    line-height: 30px;
}
.wobd-text-template-21:before,
.wobd-text-template-21:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 0;
}
.wobd-text-template-21.wobd-position-left_bottom:before,
.wobd-text-template-21.wobd-position-right_bottom:before,
.wobd-text-template-21.wobd-position-left_top:before,
.wobd-text-template-21.wobd-position-right_top:before{
    top: 0;
    margin-right: 0;
    right: 100%;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #f43d3f transparent;
}
.wobd-text-template-21.wobd-position-right_bottom:before{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.wobd-text-template-21.wobd-position-left_bottom:before{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.wobd-text-template-21.wobd-position-left_bottom:after,
.wobd-text-template-21.wobd-position-right_bottom:after,
.wobd-text-template-21.wobd-position-left_top:after,
.wobd-text-template-21.wobd-position-right_top:after{
    top: 0;
    margin-left: 0;
    left: 100%;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent #f43d3f;
}
.wobd-text-template-21.wobd-position-right_bottom:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.wobd-text-template-21.wobd-position-left_bottom:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.wobd-text-template-21 .wobd-text{
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
    line-height: 1.15;
    height: 30px;
    line-height: 30px;
}










/*Template 22*/
/*Position Adjustments*/
.wobd-text-template-22.wobd-position-left_top{
    margin-top: 20px;
    margin-left: -20px;
    -webkit-transform: rotate(-45deg) translateZ(0);
    -moz-transform: rotate(-45deg) translateZ(0);
    -ms-transform: rotate(-45deg) translateZ(0);
    -o-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.wobd-text-template-22.wobd-position-right_top{
    margin-top: 20px;
    margin-right: -20px;
    -webkit-transform: rotate(45deg) translateZ(0);
    -moz-transform: rotate(45deg) translateZ(0);
    -ms-transform: rotate(45deg) translateZ(0);
    -o-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.wobd-text-template-22.wobd-position-left_bottom{
    margin-bottom: 20px;
    margin-left: -20px;
    -webkit-transform: rotate(-135deg) translateZ(0);
    -moz-transform: rotate(-135deg) translateZ(0);
    -ms-transform: rotate(-135deg) translateZ(0);
    -o-transform: rotate(-135deg) translateZ(0);
    transform: rotate(-135deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.wobd-text-template-22.wobd-position-right_bottom{
    margin-bottom: 20px;
    margin-right: -20px;
    -webkit-transform: rotate(135deg) translateZ(0);
    -moz-transform: rotate(135deg) translateZ(0);
    -ms-transform: rotate(135deg) translateZ(0);
    -o-transform: rotate(135deg) translateZ(0);
    transform: rotate(135deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
/*Template Styles*/
.wobd-text-template-22{
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    position: relative;
    width: 108px;
    height: 30px;
    line-height: 30px;
}
.wobd-text-template-22:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 0;
}
.wobd-text-template-22.wobd-position-left_bottom:before,
.wobd-text-template-22.wobd-position-right_bottom:before,
.wobd-text-template-22.wobd-position-left_top:before,
.wobd-text-template-22.wobd-position-right_top:before{
    top: -30px;
    left: 2px;
    border-width: 104px 105px 0 0;
    border-color: #0b68f4 transparent transparent transparent;
    -webkit-transform: rotate(45deg) translateZ(0);
    -moz-transform: rotate(45deg) translateZ(0);
    -ms-transform: rotate(45deg) translateZ(0);
    -o-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.wobd-text-template-22 .wobd-text{
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
    line-height: 1.15;
    height: 30px;
    line-height: 30px;
    margin-top: -16px;
}
.wobd-text-template-22.wobd-position-right_bottom .wobd-text{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -20px;
}
.wobd-text-template-22.wobd-position-left_bottom .wobd-text{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -20px;
}
.wobd-text-template-22.wobd-position-left_top .wobd-text:before,
.wobd-text-template-22.wobd-position-right_top .wobd-text:before,
.wobd-text-template-22.wobd-position-left_bottom .wobd-text:before,
.wobd-text-template-22.wobd-position-right_bottom .wobd-text:before,
.wobd-text-template-22.wobd-position-right_top .wobd-text:after,
.wobd-text-template-22.wobd-position-left_top .wobd-text:after,
.wobd-text-template-22.wobd-position-right_bottom .wobd-text:after,
.wobd-text-template-22.wobd-position-left_bottom .wobd-text:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}
.wobd-text-template-22.wobd-position-left_bottom .wobd-text:after,
.wobd-text-template-22.wobd-position-right_bottom .wobd-text:after,
.wobd-text-template-22.wobd-position-left_top .wobd-text:after,
.wobd-text-template-22.wobd-position-right_top .wobd-text:after{
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #05429d transparent;
    left: 100%;
    top: 100%;
    -webkit-transform: rotate(45deg) translateZ(0);
    -moz-transform: rotate(45deg) translateZ(0);
    -ms-transform: rotate(45deg) translateZ(0);
    -o-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-left: 3px;
    margin-top: 0;
}
.wobd-text-template-22.wobd-position-right_bottom .wobd-text:before,
.wobd-text-template-22.wobd-position-left_bottom .wobd-text:before,
.wobd-text-template-22.wobd-position-right_top .wobd-text:before,
.wobd-text-template-22.wobd-position-left_top .wobd-text:before{
    border-width: 14px 0 0 14px;
    border-color: transparent transparent transparent #05429d;
    right: 100%;
    top: 100%;
    -webkit-transform: rotate(-45deg) translateZ(0);
    -moz-transform: rotate(-45deg) translateZ(0);
    -ms-transform: rotate(-45deg) translateZ(0);
    -o-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-right: 2px;
    margin-top: 0;
}
.wobd-text-template-22.wobd-position-right_bottom .wobd-text:before{
    top: 0;
    margin-top: -19px;
    margin-right: 4px;
    -webkit-transform: rotate(135deg) translateZ(0);
    -moz-transform: rotate(135deg) translateZ(0);
    -ms-transform: rotate(135deg) translateZ(0);
    -o-transform: rotate(135deg) translateZ(0);
    transform: rotate(135deg) translateZ(0);
}
.wobd-text-template-22.wobd-position-right_bottom .wobd-text:after{
    top: 0;
    margin-top: -19px;
    margin-left: 2px;
    -webkit-transform: rotate(-135deg) translateZ(0);
    -moz-transform: rotate(-135deg) translateZ(0);
    -ms-transform: rotate(-135deg) translateZ(0);
    -o-transform: rotate(-135deg) translateZ(0);
    transform: rotate(-135deg) translateZ(0);
}

.wobd-text-template-22.wobd-position-left_bottom .wobd-text:before{
    top: 0;
    margin-top: -19px;
    margin-right: 4px;
    -webkit-transform: rotate(135deg) translateZ(0);
    -moz-transform: rotate(135deg) translateZ(0);
    -ms-transform: rotate(135deg) translateZ(0);
    -o-transform: rotate(135deg) translateZ(0);
    transform: rotate(135deg) translateZ(0);
}
.wobd-text-template-22.wobd-position-left_bottom .wobd-text:after{
    top: 0;
    margin-top: -19px;
    margin-left: 1px;
    -webkit-transform: rotate(-135deg) translateZ(0);
    -moz-transform: rotate(-135deg) translateZ(0);
    -ms-transform: rotate(-135deg) translateZ(0);
    -o-transform: rotate(-135deg) translateZ(0);
    transform: rotate(-135deg) translateZ(0);
}




/*Template 23*/
/*Position Adjustments*/
.wobd-text-template-23.wobd-position-left_top{
    margin-top: 12px;
    margin-left: 12px;
}
.wobd-text-template-23.wobd-position-right_top{
    margin-top: 12px;
    margin-right: 12px;
}
.wobd-text-template-23.wobd-position-left_bottom{
    margin-bottom: 12px;
    margin-left: 12px;
}
.wobd-text-template-23.wobd-position-right_bottom{
    margin-bottom: 12px;
    margin-right: 12px;
}
.wobd-text-template-23.wobd-position-left_center{
    margin-top: 0;
    margin-left: 12px;
}
.wobd-text-template-23.wobd-position-right_center{
    margin-top: 0;
    margin-right: 12px;
}
/*Template Styles*/
.wobd-text-template-23{
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
}
.wobd-text-template-23:after{
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background: #f36525;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wobd-text-template-23 .wobd-icon,
.wobd-text-template-23 .wobd-text{
    height: 50px;
    width: 50px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 22px;
}






/*Template 24*/
/*Position Adjustments*/
.wobd-text-template-24.wobd-position-left_top{
    margin-top: 12px;
    margin-left: 12px;
}
.wobd-text-template-24.wobd-position-right_top{
    margin-top: 12px;
    margin-right: 12px;
}
.wobd-text-template-24.wobd-position-left_bottom{
    margin-bottom: 12px;
    margin-left: 12px;
}
.wobd-text-template-24.wobd-position-right_bottom{
    margin-bottom: 12px;
    margin-right: 12px;
}
.wobd-text-template-24.wobd-position-left_center{
    margin-top: 0;
    margin-left: 12px;
}
.wobd-text-template-24.wobd-position-right_center{
    margin-top: 0;
    margin-right: 12px;
}
/*Template Styles*/
.wobd-text-template-24,
.wobd-text-template-24 .wobd-text-main-wrap,
.wobd-text-template-24 .wobd-text-inner-wrap{
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    background: #be1d2c;
    height: 50px;
    width: 50px;
}
.wobd-text-template-24 .wobd-text-inner-wrap{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wobd-text-template-24:before,
.wobd-text-template-24:after,
.wobd-text-template-24 .wobd-text-main-wrap:before,
.wobd-text-template-24 .wobd-text-main-wrap:after,
.wobd-text-template-24 .wobd-text-inner-wrap:before,
.wobd-text-template-24 .wobd-text-inner-wrap:after{
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background: #be1d2c;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.wobd-text-template-24:before{
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}
.wobd-text-template-24:after{
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}
.wobd-text-template-24 .wobd-text-main-wrap:before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wobd-text-template-24 .wobd-text-main-wrap:after{
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}
.wobd-text-template-24 .wobd-text-inner-wrap:before{
    -webkit-transform: rotate(75deg);
    -moz-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    -o-transform: rotate(75deg);
    transform: rotate(75deg);
}
.wobd-text-template-24 .wobd-text-inner-wrap:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.wobd-text-template-24 .wobd-text{
    display: block;
    position: relative;
    z-index: 1;
    line-height: 1.15;
}
.wobd-text-template-24 .wobd-text .wobd-second-text{
    display: block;
}





/*Template 25*/
/*Position Adjustments*/
.wobd-text-template-25.wobd-position-left_top{
    margin-top: 15px;
    margin-left: 15px;
}
.wobd-text-template-25.wobd-position-right_top{
    margin-top: 15px;
    margin-right: 15px;
}
.wobd-text-template-25.wobd-position-left_bottom{
    margin-bottom: 15px;
    margin-left: 15px;
}
.wobd-text-template-25.wobd-position-right_bottom{
    margin-bottom: 15px;
    margin-right: 15px;
}
.wobd-text-template-25.wobd-position-left_center{
    margin-top: 0;
    margin-left: 15px;
}
.wobd-text-template-25.wobd-position-right_center{
    margin-top: 0;
    margin-right: 15px;
}
/*Template Styles*/
.wobd-text-template-25{
    background: #ffdebd;
    color: #333;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    padding: 7px 15px;
    position: relative;
    border: solid 1px #666;
    -webkit-box-shadow: 3px 3px 1px 2px rgba(0,0,0,0.1);
    box-shadow: 3px 3px 1px 2px rgba(0,0,0,0.1);
}







/*Template 26*/
/*Position Adjustments*/
.wobd-text-template-26.wobd-position-left_top{
    margin-top: 12px;
    margin-left: 12px;
}
.wobd-text-template-26.wobd-position-right_top{
    margin-top: 12px;
    margin-right: 12px;
}
.wobd-text-template-26.wobd-position-left_bottom{
    margin-bottom: 12px;
    margin-left: 12px;
}
.wobd-text-template-26.wobd-position-right_bottom{
    margin-bottom: 12px;
    margin-right: 12px;
}
.wobd-text-template-26.wobd-position-left_center{
    margin-top: 0;
    margin-left: 12px;
}
.wobd-text-template-26.wobd-position-right_center{
    margin-top: 0;
    margin-right: 12px;
}
/*Template Styles*/
.wobd-text-template-26{
    background: #f36523;
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border: 3px solid #FFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.wobd-text-template-26 .wobd-text{
    line-height: 1.15;
}






/*Template 27*/
/*Position Adjustments*/
.wobd-text-template-27.wobd-position-left_top{
    margin-top: 0;
    margin-left: 15px;
}
.wobd-text-template-27.wobd-position-right_top{
    margin-top: 0;
    margin-right: 15px;
}
.wobd-text-template-27.wobd-position-left_bottom{
    margin-bottom: 0;
    margin-left: 15px;
}
.wobd-text-template-27.wobd-position-right_bottom{
    margin-bottom: 0;
    margin-right: 15px;
}
.wobd-text-template-27.wobd-position-left_center{
    margin-top: 0;
    margin-left: 15px;
}
.wobd-text-template-27.wobd-position-right_center{
    margin-top: 0;
    margin-right: 15px;
}
/*Template Styles*/
.wobd-text-template-27{
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    position: relative;
    background: #f04706;
    width: 30px;
    min-height: 90px;
}
.wobd-text-template-27:before,
.wobd-text-template-27:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 0;
}
.wobd-text-template-27 .wobd-text{
    position: absolute;
    z-index: 1;
    width: 90px;
    -webkit-transform: rotate(-90deg) translateZ(0);
    -moz-transform: rotate(-90deg) translateZ(0);
    -ms-transform: rotate(-90deg) translateZ(0);
    -o-transform: rotate(-90deg) translateZ(0);
    transform: rotate(-90deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    transform-origin: top left;
    left: 0;
    bottom: 0;
    text-align: center;
    margin-bottom: -12px;
    margin-left: 10px;
}
.wobd-text-template-27.wobd-position-right_top:after,
.wobd-text-template-27.wobd-position-left_top:after{
    left: 0;
    top: 100%;
    border-width: 12px 15px 0 0;
    border-color: #f04706 transparent transparent transparent;
}
.wobd-text-template-27.wobd-position-right_top:before,
.wobd-text-template-27.wobd-position-left_top:before{
    right: 0;
    top: 100%;
    border-width: 0 15px 12px 0;
    border-color: transparent #f04706 transparent transparent;
}
.wobd-text-template-27.wobd-position-right_bottom:after,
.wobd-text-template-27.wobd-position-left_bottom:after{
    left: 0;
    bottom: 100%;
    border-width: 12px 0 0 15px;
    border-color: transparent transparent transparent #f04706;
}
.wobd-text-template-27.wobd-position-right_bottom:before,
.wobd-text-template-27.wobd-position-left_bottom:before{
    right: 0;
    bottom: 100%;
    border-width: 0 0 12px 15px;
    border-color: transparent transparent #f04706 transparent;
}






/*Template 28*/
/*Position Adjustments*/
.wobd-text-template-28.wobd-position-left_top{
    margin-top: 20px;
    margin-left: 35px;
}
.wobd-text-template-28.wobd-position-right_top{
    margin-top: 20px;
    margin-right: 35px;
}
.wobd-text-template-28.wobd-position-left_bottom{
    margin-bottom: 20px;
    margin-left: 35px;
}
.wobd-text-template-28.wobd-position-right_bottom{
    margin-bottom: 20px;
    margin-right: 35px;
}
.wobd-text-template-28.wobd-position-left_center{
    margin-top: 0;
    margin-left: 35px;
}
.wobd-text-template-28.wobd-position-right_center{
    margin-top: 0;
    margin-right: 35px;
}
/*Template Styles*/
.wobd-text-template-28{
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    position: relative;
    background: #b27e35;
}
.wobd-text-template-28:before,
.wobd-text-template-28:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 0;
}
.wobd-text-template-28 .wobd-text{
    position: relative;
    z-index: 1;
    display: block;
    height: 32px;
    line-height: 32px;
}
.wobd-text-template-28:after{
    right: 100%;
    top: 0;
    border-width: 0 0 32px 16px;
    border-color: transparent transparent #b27e35 transparent;
}
.wobd-text-template-28:before{
    left: 100%;
    top: 0;
    border-width: 32px 16px 0 0;
    border-color: #b27e35 transparent transparent transparent;
}





/*Template 29*/
/*Position Adjustments*/
.wobd-text-template-29.wobd-position-left_top{
    margin-top: 15px;
    margin-left: 20px;
}
.wobd-text-template-29.wobd-position-right_top{
    margin-top: 15px;
    margin-right: 20px;
}
.wobd-text-template-29.wobd-position-left_bottom{
    margin-bottom: 15px;
    margin-left: 20px;
}
.wobd-text-template-29.wobd-position-right_bottom{
    margin-bottom: 15px;
    margin-right: 20px;
}
.wobd-text-template-29.wobd-position-left_center{
    margin-top: 0;
    margin-left: 20px;
}
.wobd-text-template-29.wobd-position-right_center{
    margin-top: 0;
    margin-right: 20px;
}
/*Template Styles*/
.wobd-text-template-29{
    background: #4189f7;
    color: #FFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    padding: 8px 15px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}
.wobd-text-template-29.wobd-position-left_top:after,
.wobd-text-template-29.wobd-position-right_top:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #418af7 transparent transparent transparent;
}
.wobd-text-template-29.wobd-position-left_top:after{
    left: 15px;
    top: 100%;
}
.wobd-text-template-29.wobd-position-right_top:after{
    right: 15px;
    top: 100%;
}
.wobd-text-template-29.wobd-position-left_bottom:after,
.wobd-text-template-29.wobd-position-right_bottom:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #418af7 transparent;
}
.wobd-text-template-29.wobd-position-left_bottom:after{
    left: 15px;
    bottom: 100%;
}
.wobd-text-template-29.wobd-position-right_bottom:after{
    right: 15px;
    bottom: 100%;
}





/*Template 30*/
/*Position Adjustments*/
.wobd-text-template-30.wobd-position-left_top{
    margin-top: 20px;
    margin-left: 15px;
}
.wobd-text-template-30.wobd-position-right_top{
    margin-top: 20px;
    margin-right: 15px;
}
.wobd-text-template-30.wobd-position-left_bottom{
    margin-bottom: 20px;
    margin-left: 15px;
}
.wobd-text-template-30.wobd-position-right_bottom{
    margin-bottom: 20px;
    margin-right: 15px;
}
/*Template Styles*/
.wobd-text-template-30{
    background: #ffbe00;
    color: #333;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.wobd-text-template-30 .wobd-text{
    line-height: 1.15;
}
.wobd-text-template-30:after{
    position: absolute;
    content: "";
    top: 100%;
    left: 16px;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #ffbe00 transparent transparent transparent;
}




/*CountDown Template Styles*/
/*General Styles*/
.wobd-timer-inner-wrap{
    position: absolute;
    z-index: 9;
    font-family: 'Lato', sans-serif;
    text-align: center;
}
.wobd-timer-position-bottom{
    bottom: 0;
    left: 0;
    right: 0;
}
.wobd-timer-position-top{
    top: 0;
    left: 0;
    right: 0;
}
.wobd-timer-position-left{
    left: 0;
    top: 0;
}
.wobd-timer-position-right{
    right: 0;
    top: 0;
}
#wobd_count_down{
    display: block;
}

/*Template wise styles*/

/*Template 1*/
.wobd-timer-template-1.wobd-timer-position-bottom{
    margin-bottom: 56px;
}
.wobd-timer-template-1.wobd-timer-position-top{
    margin-top: 15px;
}


.wobd-timer-template-1 .wobd-timer-text{
    display: inline-block;
    padding: 5px 10px;
    width: 72px;
    text-align: center;
    background: #4d4d4d;
    color: #FFF;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.wobd-timer-template-1 .wobd-time{
    display: block;
    text-align: center;
}
.wobd-timer-template-1 .wobd-count-wrapper{
    display: inline-block;
    padding: 8px 10px;
    background: #4d4d4d;
    color: #FFF;
    margin: 0 2px;
    text-align: center;
    width: 72px;
}
.wobd-timer-template-1 .wobd-count-wrapper:first-of-type{
    background: #79d40b;
}
.wobd-timer-template-1 .wobd-count{
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}
.wobd-timer-template-1 .wobd-date-text{
    display: block;
    font-size: 12px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 3px;
}


.wobd-timer-template-1.wobd-timer-position-left,
.wobd-timer-template-1.wobd-timer-position-right{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    top: 0;
    bottom: 0;
}
.wobd-timer-template-1.wobd-timer-position-left .wobd-count-wrapper,
.wobd-timer-template-1.wobd-timer-position-right .wobd-count-wrapper{
    display: block;
    margin: 2px 0;
}
.wobd-timer-template-1.wobd-timer-position-left .wobd-timer-text,
.wobd-timer-template-1.wobd-timer-position-right .wobd-timer-text{
    margin-bottom: 1px;
}

.wobd-small-wrap .wobd-timer-template-1 .wobd-count-wrapper{
    width: 52px;
    padding: 5px;
}
.wobd-small-wrap .wobd-timer-template-1 .wobd-count{
    font-size: 16px;
}
.wobd-small-wrap .wobd-timer-template-1 .wobd-date-text{
    font-size: 10px;
}

.wobd-smaller-wrap .wobd-timer-template-1 .wobd-count-wrapper{
    width: 42px;
    padding: 5px 0;
}
.wobd-smaller-wrap .wobd-timer-template-1 .wobd-count{
    font-size: 14px;
}
.wobd-smaller-wrap .wobd-timer-template-1 .wobd-date-text{
    font-size: 10px;
}


/*Template 2*/

.wobd-timer-template-2{
    text-align: center;
}
.wobd-timer-template-2.wobd-timer-position-bottom{
    margin-bottom: 15px;
}
.wobd-timer-template-2.wobd-timer-position-top{
    margin-top: 15px;
}


.wobd-timer-template-2 .wobd-timer-text{
    display: inline-block;
    padding: 5px;
    width: 60px;
    text-align: center;
    background: transparent;
    color: #000;
    border: 2px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.wobd-timer-template-2 .wobd-time{
    display: block;
    text-align: center;
}
.wobd-timer-template-2 .wobd-count-wrapper{
    display: inline-block;

}
.wobd-timer-template-2 .wobd-count{
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 5px;
    background: transparent;
    border: 2px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    margin: 0 5px;
    text-align: center;
    width: 60px;
}
.wobd-timer-template-2 .wobd-date-text{
    display: block;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 3px;
    color: #999;
}


.wobd-timer-template-2.wobd-timer-position-left,
.wobd-timer-template-2.wobd-timer-position-right{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    top: 0;
    bottom: 0;
}
.wobd-timer-template-2.wobd-timer-position-left .wobd-count-wrapper,
.wobd-timer-template-2.wobd-timer-position-right .wobd-count-wrapper{
    display: block;
}
.wobd-timer-template-2.wobd-timer-position-left .wobd-timer-text,
.wobd-timer-template-2.wobd-timer-position-right .wobd-timer-text{
    margin-bottom: 5px;
}

.wobd-small-wrap .wobd-timer-template-2 .wobd-count{
    font-size: 16px;
    padding: 13px 0;
    margin: 0 3px;
    width: 50px;
}
.wobd-small-wrap .wobd-timer-template-2 .wobd-date-text{
    font-size: 11px;
}

.wobd-smaller-wrap .wobd-timer-template-2 .wobd-count{
    font-size: 14px;
    padding: 10px 0;
    margin: 0 2px;
    width: 40px;
}
.wobd-smaller-wrap .wobd-timer-template-2 .wobd-date-text{
    font-size: 10px;
}


/*Template 3*/
.wobd-timer-template-3.wobd-timer-position-bottom{
    margin-bottom: 15px;
}
.wobd-timer-template-3.wobd-timer-position-top{
    margin-top: 15px;
}
.wobd-timer-template-3.wobd-timer-position-left{
    margin-left: 15px;
}
.wobd-timer-template-3.wobd-timer-position-right{
    margin-right: 15px;
}


.wobd-timer-template-3 .wobd-timer-text{
    display: inline-block;
    padding: 5px;
    width: 50px;
    text-align: center;
    background: #89bf11;
    color: #FFF;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.wobd-timer-template-3 .wobd-time{
    display: inline-block;
    text-align: center;
    background: #89bf11;
    padding: 10px 10px;
}
.wobd-timer-template-3 .wobd-count-wrapper{
    display: inline-block;
    position: relative;
}
.wobd-timer-template-3.wobd-timer-position-top .wobd-count-wrapper:after,
.wobd-timer-template-3.wobd-timer-position-bottom .wobd-count-wrapper:after{
    position: absolute;
    content: "";
    top: 10px;
    left: 100%;
    height: 25px;
    width: 1px;
    background: #FFF;
}
.wobd-timer-template-3.wobd-timer-position-left .wobd-count-wrapper:after,
.wobd-timer-template-3.wobd-timer-position-right .wobd-count-wrapper:after{
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    right: 0;
    height: 1px;
    width: 25px;
    margin: 0 auto;
    background: #FFF;
}
.wobd-timer-template-3 .wobd-count-wrapper:last-of-type:after,
.wobd-timer-template-3 .wobd-count-wrapper:last-of-type:after{
    display: none;
}
.wobd-timer-template-3 .wobd-count{
    font-size: 16px !important;
    font-weight: 600;
    line-height: 1;
    padding: 0 5px;
    color: #FFF;
    margin: 0 10px;
    text-align: center;
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    padding: 0 5px;
    background: transparent;
    color: #FFF;
    margin: 0 15px;
    text-align: center;
}
.wobd-timer-template-3 .wobd-date-text{
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 3px;
    color: #FFF;
}


.wobd-timer-template-3.wobd-timer-position-left,
.wobd-timer-template-3.wobd-timer-position-right{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    top: 0;
    bottom: 0;
}
.wobd-timer-template-3.wobd-timer-position-left .wobd-count-wrapper,
.wobd-timer-template-3.wobd-timer-position-right .wobd-count-wrapper{
    display: block;
    margin: 10px 0 5px;
    padding: 0 0 5px;
    width: 50px;
    text-align: center;
}
.wobd-timer-template-3.wobd-timer-position-left .wobd-timer-text,
.wobd-timer-template-3.wobd-timer-position-right .wobd-timer-text{
    margin-bottom: 0px;
    padding: 5px 0;
    border-bottom: 1px solid #FFF;
}
.wobd-timer-template-3.wobd-timer-position-left .wobd-count,
.wobd-timer-template-3.wobd-timer-position-right .wobd-count{
    padding: 0;
}
.wobd-timer-template-3.wobd-timer-position-left .wobd-time,
.wobd-timer-template-3.wobd-timer-position-right .wobd-time{
    padding: 0;
    width: 50px;
    text-align: center;
}
.wobd-timer-template-3.wobd-timer-position-left .wobd-count-wrapper:last-of-type,
.wobd-timer-template-3.wobd-timer-position-right .wobd-count-wrapper:last-of-type{
    margin-bottom: 0;
    padding-bottom: 15px;
}
.wobd-smaller-wrap .wobd-timer-template-3.wobd-timer-position-left .wobd-count-wrapper,
.wobd-smaller-wrap .wobd-timer-template-3.wobd-timer-position-right .wobd-count-wrapper{
    width: auto !important;
}
.wobd-timer-template-3.wobd-timer-position-left .wobd-count-wrapper:first-of-type,
.wobd-timer-template-3.wobd-timer-position-right .wobd-count-wrapper:first-of-type{
    padding-top: 15px;
}
.wobd-badges-wrapper *,
.wobd-count-wrapper,
.wobd-count,
.wobd-time{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wobd-small-wrap .wobd-timer-template-3 .wobd-time,
.wobd-smaller-wrap .wobd-timer-template-3 .wobd-time{
    padding: 8px 4px;
}
.wobd-small-wrap .wobd-timer-template-3 .wobd-count-wrapper{
    width: 50px;
    text-align: center;
}
.wobd-small-wrap .wobd-timer-template-3 .wobd-count-wrapper .wobd-count{
    font-size: 16px;
}
.wobd-smaller-wrap .wobd-timer-template-3 .wobd-count-wrapper .wobd-count{
    font-size: 12px;
    margin: 0 5px;
}
.wobd-smaller-wrap .wobd-timer-template-3 .wobd-date-text{
    font-size: 11px;
    margin-top: 0;
}
.wobd-smaller-wrap .wobd-timer-template-3 .wobd-count-wrapper{
    width: 40px;
    text-align: center;
    line-height: 1;
}
.wobd-small-wrap  .wobd-timer-template-3 .wobd-timer-text
.wobd-smaller-wrap  .wobd-timer-template-3 .wobd-timer-text{
    font-size: 8px;
    width: 40px;
    padding: 5px 5px;
}
.wobd-small-wrap .wobd-timer-template-3 .wobd-count,
.wobd-smaller-wrap .wobd-timer-template-3 .wobd-count{
    padding: 0;
}



/*Template 4*/
.wobd-timer-template-4.wobd-timer-position-bottom{
    margin-bottom: 15px;
}
.wobd-timer-template-4.wobd-timer-position-top{
    margin-top: 15px;
}
.wobd-timer-template-4.wobd-timer-position-left{
    margin-left: 15px;
}
.wobd-timer-template-4.wobd-timer-position-right{
    margin-right: 15px;
}


.wobd-timer-template-4 .wobd-timer-text{
    display: inline-block;
    padding: 5px;
    width: 60px;
    text-align: center;
    background: #f17134;
    color: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.wobd-timer-template-4 .wobd-time{
    display: block;
    text-align: center;
}
.wobd-timer-template-4 .wobd-count-wrapper{
    display: inline-block;
    position: relative;
    height: 65px;
    width: 65px;
    text-align: center;
}
.wobd-timer-template-4 .wobd-count{
    display: block;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    background: transparent;
    color: #000;
    margin: 0;
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 65px;
}
.wobd-timer-template-4 .wobd-count:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    background-color: transparent;
    border-top: 3px solid transparent;
    border-left: 3px solid #f17134;
    border-right: 3px solid #f17134;
    border-bottom: 3px solid #f17134;
    -webkit-transform: rotate(90deg) translateZ(0);
    -moz-transform: rotate(90deg) translateZ(0);
    -ms-transform: rotate(90deg) translateZ(0);
    -o-transform: rotate(90deg) translateZ(0);
    transform: rotate(90deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.wobd-timer-template-4 .wobd-date-text{
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    position: absolute;
    left: 100%;
    top: 22px;
    margin-left: -8px;
    text-transform: lowercase;
}


.wobd-timer-template-4.wobd-timer-position-left,
.wobd-timer-template-4.wobd-timer-position-right{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    top: 0;
    bottom: 0;
}
.wobd-timer-template-4.wobd-timer-position-left .wobd-count-wrapper,
.wobd-timer-template-4.wobd-timer-position-right .wobd-count-wrapper{
    display: block;
    margin: 10px 0;
}
.wobd-timer-template-4.wobd-timer-position-left .wobd-timer-text,
.wobd-timer-template-4.wobd-timer-position-right .wobd-timer-text{
    margin-bottom: 5px;
}
.wobd-timer-template-4.wobd-timer-position-top .wobd-count-wrapper,
.wobd-timer-template-4.wobd-timer-position-bottom .wobd-count-wrapper{
    margin: 0 7px;
}

.wobd-small-wrap .wobd-timer-template-4 .wobd-count{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.wobd-small-wrap .wobd-timer-template-4 .wobd-count-wrapper{
    width: 50px;
    height: 50px;
}
.wobd-small-wrap .wobd-timer-template-4 .wobd-count:before{
    width: 50px;
    height: 50px;
}
.wobd-small-wrap .wobd-timer-template-4 .wobd-date-text{
    font-size: 15px;
    margin-left: -8px;
    top: 17px;
}

.wobd-smaller-wrap .wobd-timer-template-4 .wobd-count{
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}
.wobd-smaller-wrap .wobd-timer-template-4 .wobd-count-wrapper{
    width: 45px;
    height: 45px;
}
.wobd-smaller-wrap .wobd-timer-template-4 .wobd-count:before{
    width: 45px;
    height: 45px;
}
.wobd-smaller-wrap .wobd-timer-template-4 .wobd-date-text{
    font-size: 13px;
    margin-left: -8px;
    top: 17px;
}
.wobd-smaller-wrap .wobd-timer-template-4.wobd-timer-position-top .wobd-count-wrapper,
.wobd-smaller-wrap .wobd-timer-template-4.wobd-timer-position-bottom .wobd-count-wrapper{
    margin: 0 10px;
}

/*Template 5*/
.wobd-timer-template-5.wobd-timer-position-bottom{
    margin-bottom: 15px;
}
.wobd-timer-template-5.wobd-timer-position-top{
    margin-top: 15px;
}
.wobd-timer-template-5.wobd-timer-position-left{
    margin-left: 15px;
}
.wobd-timer-template-5.wobd-timer-position-right{
    margin-right: 15px;
}


.wobd-timer-template-5 .wobd-timer-text{
    display: inline-block;
    padding: 5px;
    width: 60px;
    text-align: center;
    background: #4762d5;
    color: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.wobd-timer-template-5 .wobd-time{
    display: block;
    text-align: center;
}
.wobd-timer-template-5 .wobd-count-wrapper{
    display: inline-block;
    position: relative;
    height: 60px;
    width: 60px;
    text-align: center;
}
.wobd-timer-template-5 .wobd-count{
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    background: #4762d5;
    color: #FFF;
    margin: 0;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wobd-timer-template-5 .wobd-date-text{
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    position: absolute;
    left: 100%;
    top: 5px;
    margin-left: 3px;
    text-transform: lowercase;
}


.wobd-timer-template-5.wobd-timer-position-left,
.wobd-timer-template-5.wobd-timer-position-right{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    top: 0;
    bottom: 0;
}
.wobd-timer-template-5.wobd-timer-position-left .wobd-count-wrapper,
.wobd-timer-template-5.wobd-timer-position-right .wobd-count-wrapper{
    display: block;
    margin: 10px 0;
}
.wobd-timer-template-5.wobd-timer-position-left .wobd-timer-text,
.wobd-timer-template-5.wobd-timer-position-right .wobd-timer-text{
    margin-bottom: 5px;
}
.wobd-timer-template-5.wobd-timer-position-top .wobd-count-wrapper,
.wobd-timer-template-5.wobd-timer-position-bottom .wobd-count-wrapper{
    margin: 0 12px;
}

.wobd-small-wrap .wobd-timer-template-5 .wobd-count-wrapper{
    height: 50px;
    width: 50px;
}
.wobd-small-wrap .wobd-timer-template-5 .wobd-count{
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 16px;
}
.wobd-small-wrap .wobd-timer-template-5 .wobd-date-text{
    font-size: 14px;
    top: 5px;
    margin-left: 0;
}
.wobd-small-wrap .wobd-timer-template-5.wobd-timer-position-top .wobd-count-wrapper,
.wobd-small-wrap .wobd-timer-template-5.wobd-timer-position-bottom .wobd-count-wrapper{
    margin: 0 5px;
}
.wobd-smaller-wrap .wobd-timer-template-5 .wobd-count-wrapper{
    height: 45px;
    width: 45px;
}
.wobd-smaller-wrap .wobd-timer-template-5 .wobd-count{
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 15px;
}
.wobd-smaller-wrap .wobd-timer-template-5 .wobd-date-text{
    font-size: 11px;
    top: 3px;
    margin-left: -2px;
}
.wobd-smaller-wrap .wobd-timer-template-5.wobd-timer-position-top .wobd-count-wrapper,
.wobd-smaller-wrap .wobd-timer-template-5.wobd-timer-position-bottom .wobd-count-wrapper{
    margin: 0 10px;
}



/*Template 6*/
.wobd-timer-template-6.wobd-timer-position-bottom{
    margin-bottom: 15px;
}
.wobd-timer-template-6.wobd-timer-position-top{
    margin-top: 15px;
}
.wobd-timer-template-6.wobd-timer-position-left{
    margin-left: 15px;
}
.wobd-timer-template-6.wobd-timer-position-right{
    margin-right: 15px;
}


.wobd-timer-template-6 .wobd-timer-text{
    display: inline-block;
    padding: 5px;
    width: 70px;
    text-align: center;
    background: #4ab8c9;
    color: #FFF;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.wobd-timer-template-6.wobd-timer-position-top .wobd-timer-text,
.wobd-timer-template-6.wobd-timer-position-bottom .wobd-timer-text{
    width: auto;
    padding: 0;
}
.wobd-timer-template-6.wobd-timer-position-right .wobd-timer-text,
.wobd-timer-template-6.wobd-timer-position-left .wobd-timer-text{
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}
.wobd-timer-template-6 .wobd-time{
    display: inline-block;
    text-align: center;
    padding: 12px 10px;
}
.wobd-timer-template-6.wobd-timer-position-top,
.wobd-timer-template-6.wobd-timer-position-bottom{
    background: #4ab8c9;
    left: 30px;
    right: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px;
}
.wobd-timer-template-6.wobd-timer-position-top .wobd-time,
.wobd-timer-template-6.wobd-timer-position-bottom .wobd-time{
    padding: 0;
}
.wobd-timer-template-6.wobd-timer-position-left .wobd-time,
.wobd-timer-template-6.wobd-timer-position-right .wobd-time{
    background: #4ab8c9;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.wobd-timer-template-6 .wobd-count-wrapper{
    display: inline-block;
    position: relative;
}
.wobd-timer-template-6 .wobd-count{
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 0 5px;
    background: transparent;
    color: #FFF;
    margin: 0 15px;
    text-align: center;
}
.wobd-timer-template-6 .wobd-date-text{
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 3px;
    color: #FFF;
    display: none;
}


.wobd-timer-template-6.wobd-timer-position-top .wobd-count,
.wobd-timer-template-6.wobd-timer-position-bottom .wobd-count{
    margin: 0 10px;
}
.wobd-timer-template-6.wobd-timer-position-top .wobd-count-wrapper:last-of-type .wobd-count,
.wobd-timer-template-6.wobd-timer-position-bottom .wobd-count-wrapper:last-of-type .wobd-count{
    margin-right: 0;
    padding-right: 0;
}
.wobd-timer-template-6.wobd-timer-position-left,
.wobd-timer-template-6.wobd-timer-position-right{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    top: 0;
    bottom: 0;
}
.wobd-timer-template-6.wobd-timer-position-left .wobd-count-wrapper,
.wobd-timer-template-6.wobd-timer-position-right .wobd-count-wrapper{
    display: block;
    margin: 5px 0 20px;
    padding: 0 0 13px;
    width: 70px;
    text-align: center;
}
.wobd-timer-template-6.wobd-timer-position-left .wobd-timer-text,
.wobd-timer-template-6.wobd-timer-position-right .wobd-timer-text{
    margin-bottom: 0px;
    padding: 10px 0 5px;
}
.wobd-timer-template-6.wobd-timer-position-left .wobd-count,
.wobd-timer-template-6.wobd-timer-position-right .wobd-count{
    padding: 0;
}
.wobd-timer-template-6.wobd-timer-position-left .wobd-time,
.wobd-timer-template-6.wobd-timer-position-right .wobd-time{
    padding: 0;
    width: 70px;
    text-align: center;
}
.wobd-timer-template-6.wobd-timer-position-left .wobd-count-wrapper:last-of-type,
.wobd-timer-template-6.wobd-timer-position-right .wobd-count-wrapper:last-of-type{
    margin-bottom: 0;
    padding-bottom: 20px;
}
.wobd-timer-template-6.wobd-timer-position-left .wobd-count-wrapper:first-of-type,
.wobd-timer-template-6.wobd-timer-position-right .wobd-count-wrapper:first-of-type{
    padding-top: 5px;
}
.wobd-timer-template-6.wobd-timer-position-top #wobd_count_down,
.wobd-timer-template-6.wobd-timer-position-bottom #wobd_count_down{
    display: inline-block;
}
.wobd-timer-template-6.wobd-timer-position-top .wobd-count-wrapper:before,
.wobd-timer-template-6.wobd-timer-position-bottom .wobd-count-wrapper:before{
    content: ":";
    position: absolute;
    top: -5px;
    left: 100%;
    color: #FFF;
}
.wobd-timer-template-6.wobd-timer-position-left .wobd-count-wrapper:before,
.wobd-timer-template-6.wobd-timer-position-right .wobd-count-wrapper:before{
    content: "..";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFF;
    margin-bottom: -10px;
}
.wobd-timer-template-6.wobd-timer-position-left .wobd-count-wrapper:last-of-type:before,
.wobd-timer-template-6.wobd-timer-position-right .wobd-count-wrapper:last-of-type:before,
.wobd-timer-template-6.wobd-timer-position-top .wobd-count-wrapper:last-of-type:before,
.wobd-timer-template-6.wobd-timer-position-bottom .wobd-count-wrapper:last-of-type:before{
    display: none;
}

.wobd-small-wrap .wobd-timer-template-6.wobd-timer-position-top,
.wobd-small-wrap .wobd-timer-template-6.wobd-timer-position-bottom{
    padding: 6px;
}
.wobd-small-wrap .wobd-timer-template-6 .wobd-timer-text{
    font-size: 14px;
}
.wobd-small-wrap .wobd-timer-template-6 .wobd-count{
    font-size: 14px;
}
.wobd-small-wrap .wobd-timer-template-6.wobd-timer-position-top .wobd-count-wrapper:before,
.wobd-small-wrap .wobd-timer-template-6.wobd-timer-position-bottom .wobd-count-wrapper:before{
    top: -6px;
}
.wobd-small-wrap .wobd-timer-template-6.wobd-timer-position-top .wobd-count,
.wobd-small-wrap .wobd-timer-template-6.wobd-timer-position-bottom .wobd-count{
    margin: 0 3px;
}

.wobd-smaller-wrap .wobd-timer-template-6.wobd-timer-position-top,
.wobd-smaller-wrap .wobd-timer-template-6.wobd-timer-position-bottom{
    padding: 6px;
}
.wobd-smaller-wrap .wobd-timer-template-6 .wobd-timer-text{
    font-size: 12px;
    display: inline-block;
    margin: 2px 0 0;
}
.wobd-smaller-wrap .wobd-timer-template-6 .wobd-count{
    font-size: 12px;
}
.wobd-smaller-wrap .wobd-timer-template-6.wobd-timer-position-top .wobd-count-wrapper:before,
.wobd-smaller-wrap .wobd-timer-template-6.wobd-timer-position-bottom .wobd-count-wrapper:before{
    top: -5px;
    margin-left: -2px;
}
.wobd-smaller-wrap .wobd-timer-template-6.wobd-timer-position-top .wobd-count,
.wobd-smaller-wrap .wobd-timer-template-6.wobd-timer-position-bottom .wobd-count{
    margin: 0 2px;
    padding: 0 3px;
}



/*Template 7*/
.wobd-timer-template-7.wobd-timer-position-bottom{
    margin-bottom: 15px;
}
.wobd-timer-template-7.wobd-timer-position-top{
    margin-top: 15px;
}
.wobd-timer-template-7.wobd-timer-position-left{
    margin-left: 15px;
}
.wobd-timer-template-7.wobd-timer-position-right{
    margin-right: 15px;
}


.wobd-timer-template-7 .wobd-timer-text{
    display: inline-block;
    padding: 5px 10px;
    width: 60px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    background: #ec5b4a;
    color: #FFF;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.wobd-timer-template-7 .wobd-time{
    display: block;
    text-align: center;
}
.wobd-timer-template-7 .wobd-count-wrapper{
    display: inline-block;
    padding: 8px 10px;
    background: #ec5b4a;
    color: #FFF;
    margin: 0 5px;
    text-align: center;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wobd-timer-template-7 .wobd-count{
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-top: 7px;
}
.wobd-timer-template-7 .wobd-date-text{
    display: block;
    font-size: 12px;
    line-height: 1;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: 3px;
}


.wobd-timer-template-7.wobd-timer-position-left,
.wobd-timer-template-7.wobd-timer-position-right{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    top: 0;
    bottom: 0;
}
.wobd-timer-template-7.wobd-timer-position-left .wobd-count-wrapper,
.wobd-timer-template-7.wobd-timer-position-right .wobd-count-wrapper{
    display: block;
    margin: 6px 0;
}
.wobd-timer-template-7.wobd-timer-position-left .wobd-timer-text,
.wobd-timer-template-7.wobd-timer-position-right .wobd-timer-text{
    margin-bottom: 1px;
}


.wobd-small-wrap .wobd-timer-template-7 .wobd-count-wrapper{
    width: 50px;
    height: 50px;
}
.wobd-small-wrap .wobd-timer-template-7 .wobd-count{
    font-size: 13px;
    margin-top: 5px;
}
.wobd-small-wrap .wobd-timer-template-7 .wobd-date-text{
    font-size: 11px;
    margin-top: 1px;
}

.wobd-smaller-wrap .wobd-timer-template-7 .wobd-count-wrapper{
    width: 45px;
    height: 45px;
    margin: 0 3px;
}
.wobd-smaller-wrap .wobd-timer-template-7 .wobd-count{
    font-size: 13px;
    margin-top: 2px;
}
.wobd-smaller-wrap .wobd-timer-template-7 .wobd-date-text{
    font-size: 11px;
    margin-top: 1px;
    overflow: hidden;
}


/*Template 8*/
.wobd-timer-template-8.wobd-timer-position-bottom{
    margin-bottom: 15px;
}
.wobd-timer-template-8.wobd-timer-position-top{
    margin-top: 15px;
}
.wobd-timer-template-8.wobd-timer-position-left{
    margin-left: 15px;
}
.wobd-timer-template-8.wobd-timer-position-right{
    margin-right: 15px;
}


.wobd-timer-template-8 .wobd-timer-text{
    display: inline-block;
    padding: 5px;
    width: 60px;
    text-align: center;
    background: #f6ac17;
    color: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.wobd-timer-template-8 .wobd-time{
    display: block;
    text-align: center;
}
.wobd-timer-template-8 .wobd-count-wrapper{
    display: inline-block;
    margin: 0 5px;
}
.wobd-timer-template-8 .wobd-count{
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 5px;
    background: #f7f7f7;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #131313;
    margin: 0 5px;
    text-align: center;
    width: 60px;
    height: 60px;
}
.wobd-timer-template-8 .wobd-count-wrapper:first-of-type .wobd-count{
    background: #f6ac17;
    color: #FFF;
}
.wobd-timer-template-8 .wobd-date-text{
    display: block;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 3px;
    color: #666;
}


.wobd-timer-template-8.wobd-timer-position-left,
.wobd-timer-template-8.wobd-timer-position-right{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    top: 0;
    bottom: 0;
}
.wobd-timer-template-8.wobd-timer-position-left .wobd-count-wrapper,
.wobd-timer-template-8.wobd-timer-position-right .wobd-count-wrapper{
    display: block;
    margin: 8px 0;
}
.wobd-timer-template-8.wobd-timer-position-left .wobd-timer-text,
.wobd-timer-template-8.wobd-timer-position-right .wobd-timer-text{
    margin-bottom: 5px;
}


.wobd-small-wrap .wobd-timer-template-8 .wobd-count-wrapper{
    margin: 0 0px;
}
.wobd-small-wrap .wobd-timer-template-8 .wobd-count{
    font-size: 16px;
    width: 50px;
    height: 50px;
}
.wobd-small-wrap .wobd-timer-template-8 .wobd-date-text{
    font-size: 11px;
}

.wobd-smaller-wrap .wobd-timer-template-8 .wobd-count-wrapper{
    margin: 0 0px;
}
.wobd-smaller-wrap .wobd-timer-template-8 .wobd-count{
    font-size: 14px;
    width: 40px;
    height: 40px;
    padding: 14px 5px;
}
.wobd-smaller-wrap .wobd-timer-template-8 .wobd-date-text{
    font-size: 11px;
}



/*Template 9*/
.wobd-timer-template-9.wobd-timer-position-bottom{
    margin-bottom: 15px;
}
.wobd-timer-template-9.wobd-timer-position-top{
    margin-top: 15px;
}
.wobd-timer-template-9.wobd-timer-position-left{
    margin-left: 15px;
}
.wobd-timer-template-9.wobd-timer-position-right{
    margin-right: 15px;
}


.wobd-timer-template-9 .wobd-timer-text{
    display: inline-block;
    padding: 5px 10px;
    width: 65px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    background: #ee3b41;
    color: #FFF;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.wobd-timer-template-9 .wobd-time{
    display: block;
    text-align: center;
}
.wobd-timer-template-9 .wobd-count-wrapper{
    display: inline-block;
    padding: 8px 10px;
    background: transparent;
    color: #111;
    border: solid 4px #EE3B41;
    margin: 0 5px;
    text-align: center;
    width: 65px;
    height: 65px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wobd-timer-template-9 .wobd-count{
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-top: 2px;
}
.wobd-timer-template-9 .wobd-date-text{
    display: block;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 1px;
    color: #333;
}


.wobd-timer-template-9.wobd-timer-position-left,
.wobd-timer-template-9.wobd-timer-position-right{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    top: 0;
    bottom: 0;
}
.wobd-timer-template-9.wobd-timer-position-left .wobd-count-wrapper,
.wobd-timer-template-9.wobd-timer-position-right .wobd-count-wrapper{
    display: block;
    margin: 6px 0;
}
.wobd-timer-template-9.wobd-timer-position-left .wobd-timer-text,
.wobd-timer-template-9.wobd-timer-position-right .wobd-timer-text{
    margin-bottom: 1px;
}


.wobd-small-wrap .wobd-timer-template-9 .wobd-count-wrapper{
    border-width: 2px;
    height: 50px;
    width: 50px;
    margin: 0 3px;
    padding: 8px 5px;
}
.wobd-small-wrap .wobd-timer-template-9 .wobd-count{
    font-size: 16px;
}
.wobd-small-wrap .wobd-timer-template-9 .wobd-date-text{
    font-size: 10px;
}

.wobd-smaller-wrap .wobd-timer-template-9 .wobd-count-wrapper{
    border-width: 2px;
    height: 45px;
    width: 45px;
    margin: 0 2px;
    padding: 8px 3px;
}
.wobd-smaller-wrap .wobd-timer-template-9 .wobd-count{
    font-size: 14px;
}
.wobd-smaller-wrap .wobd-timer-template-9 .wobd-date-text{
    font-size: 10px;
}





/*Template 10*/
.wobd-timer-template-10.wobd-timer-position-bottom{
    margin-bottom: 15px;
}
.wobd-timer-template-10.wobd-timer-position-top{
    margin-top: 15px;
}
.wobd-timer-template-10.wobd-timer-position-right{
    margin-right: 15px;
}
.wobd-timer-template-10.wobd-timer-position-left{
    margin-left: 15px;
}


.wobd-timer-template-10 .wobd-timer-text{
    display: inline-block;
    padding: 5px 10px;
    width: 70px;
    text-align: center;
    background: #4d4d4d;
    color: #FFF;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.wobd-timer-template-10 .wobd-time{
    display: block;
    text-align: center;
}
.wobd-timer-template-10 .wobd-count-wrapper{
    display: inline-block;
    padding: 8px 10px;
    background: transparent;
    color: #111;
    margin: 0;
    border: 2px solid #dddddd;
    text-align: center;
    width: 70px;
}
.wobd-timer-template-10.wobd-timer-position-top .wobd-count-wrapper,
.wobd-timer-template-10.wobd-timer-position-bottom .wobd-count-wrapper{
    border-right: none;
}
.wobd-timer-template-10.wobd-timer-position-left .wobd-count-wrapper,
.wobd-timer-template-10.wobd-timer-position-right .wobd-count-wrapper{
    border-bottom: none;
}
.wobd-timer-template-10.wobd-timer-position-left .wobd-count-wrapper:last-of-type,
.wobd-timer-template-10.wobd-timer-position-right .wobd-count-wrapper:last-of-type{
    border-bottom: 2px solid #dddddd;
}
.wobd-timer-template-10 .wobd-count-wrapper:last-of-type{
    border-right: 2px solid #dddddd;
}
.wobd-timer-template-10 .wobd-count{
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}
.wobd-timer-template-10 .wobd-date-text{
    display: block;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 3px;
    color: #808080;
}

.wobd-timer-template-10.wobd-timer-position-left,
.wobd-timer-template-10.wobd-timer-position-right{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    top: 0;
    bottom: 0;
}
.wobd-timer-template-10.wobd-timer-position-left .wobd-count-wrapper,
.wobd-timer-template-10.wobd-timer-position-right .wobd-count-wrapper{
    display: block;
    margin: 0;
}
.wobd-timer-template-10.wobd-timer-position-left .wobd-timer-text,
.wobd-timer-template-10.wobd-timer-position-right .wobd-timer-text{
    margin-bottom: 0;
}


.wobd-small-wrap .wobd-timer-template-10 .wobd-count-wrapper{
    padding: 5px 8px;
    width: 60px;
}
.wobd-small-wrap .wobd-timer-template-10 .wobd-count-wrapper .wobd-count{
    font-size: 20px;
}
.wobd-small-wrap  .wobd-timer-template-10 .wobd-timer-text{
    font-size: 12px;
    width: 60px;
    padding: 5px 8px;
}
.wobd-smaller-wrap .wobd-timer-template-10 .wobd-count-wrapper{
    padding: 5px 8px;
    width: 50px;
}
.wobd-smaller-wrap .wobd-timer-template-10 .wobd-count-wrapper .wobd-count{
    font-size: 18px;
}
.wobd-smaller-wrap  .wobd-timer-template-10 .wobd-timer-text{
    font-size: 10px;
    width: 55px;
    padding: 5px 8px;
}




/*Image Background Templates*/
/*General Styles*/
.wobd-image-bg-wrap .wobd-first-text,
.wobd-image-bg-wrap .wobd-second-text{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.25;
}



/*Template 1*/
.wobd-image-bg-wrap.wobd-image-1,
.wobd-image-bg-wrap.wobd-image-2,
.wobd-image-bg-wrap.wobd-image-3,
.wobd-image-bg-wrap.wobd-image-4,
.wobd-image-bg-wrap.wobd-image-5,
.wobd-image-bg-wrap.wobd-image-6,
.wobd-image-bg-wrap.wobd-image-7,
.wobd-image-bg-wrap.wobd-image-8,
.wobd-image-bg-wrap.wobd-image-9,
.wobd-image-bg-wrap.wobd-image-10,
.wobd-image-bg-wrap.wobd-image-11,
.wobd-image-bg-wrap.wobd-image-12,
.wobd-image-bg-wrap.wobd-image-13,
.wobd-image-bg-wrap.wobd-image-14,
.wobd-image-bg-wrap.wobd-image-15,
.wobd-image-bg-wrap.wobd-image-16,
.wobd-image-bg-wrap.wobd-image-21,
.wobd-image-bg-wrap.wobd-image-22,
.wobd-image-bg-wrap.wobd-image-23,
.wobd-image-bg-wrap.wobd-image-24,
.wobd-image-bg-wrap.wobd-image-25,
.wobd-image-bg-wrap.wobd-image-26,
.wobd-image-bg-wrap.wobd-image-27,
.wobd-image-bg-wrap.wobd-image-28,
.wobd-image-bg-wrap.wobd-image-30{
    margin: 10px;
}
.wobd-image-bg-wrap.wobd-image-29{
    margin: 0 15px;
}
.wobd-image-bg-wrap.wobd-image-1 .wobd-text,
.wobd-image-bg-wrap.wobd-image-2 .wobd-text,
.wobd-image-bg-wrap.wobd-image-3 .wobd-text,
.wobd-image-bg-wrap.wobd-image-4 .wobd-text,
.wobd-image-bg-wrap.wobd-image-5 .wobd-text,
.wobd-image-bg-wrap.wobd-image-6 .wobd-text,
.wobd-image-bg-wrap.wobd-image-7 .wobd-text,
.wobd-image-bg-wrap.wobd-image-8 .wobd-text,
.wobd-image-bg-wrap.wobd-image-9 .wobd-text,
.wobd-image-bg-wrap.wobd-image-10 .wobd-text,
.wobd-image-bg-wrap.wobd-image-11 .wobd-text,
.wobd-image-bg-wrap.wobd-image-12 .wobd-text,
.wobd-image-bg-wrap.wobd-image-21 .wobd-text,
.wobd-image-bg-wrap.wobd-image-23 .wobd-text,
.wobd-image-bg-wrap.wobd-image-24 .wobd-text,
.wobd-image-bg-wrap.wobd-image-25 .wobd-text,
.wobd-image-bg-wrap.wobd-image-26 .wobd-text,
.wobd-image-bg-wrap.wobd-image-28 .wobd-text,
.wobd-image-bg-wrap.wobd-image-29 .wobd-text{
    width: 90px;
    height: 90px;
    position: relative;
}
.wobd-image-bg-wrap.wobd-image-22 .wobd-text{
    width: 85px;
    height: 90px;
    position: relative;
}
.wobd-image-bg-wrap.wobd-image-27 .wobd-text{
    width: 135px;
    height: 120px;
    position: relative;
}
.wobd-image-bg-wrap.wobd-image-31 .wobd-text{
    width: 135px;
    height: 120px;
    position: relative;
    top: -12px;
    margin-right: -12px;
}
.wobd-image-bg-wrap.wobd-image-1 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-2 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-3 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-4 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-5 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-6 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-7 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-8 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-9 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-10 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-11 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-12 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-21 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-23 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-24 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-25 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-26 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-28 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-29 .wobd-image-ribbon{
    width: 90px;
    height: 90px;
}
.wobd-image-bg-wrap.wobd-image-22 .wobd-image-ribbon{
    width: 85px;
    height: 90px;
}
.wobd-image-bg-wrap.wobd-image-27 .wobd-image-ribbon{
    width: 135px;
    height: 120px;
}
.wobd-image-bg-wrap.wobd-image-31 .wobd-image-ribbon{
    width: 135px;
    height: 120px;
}
.wobd-image-bg-wrap.wobd-image-29.wobd-position-left_bottom .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-29.wobd-position-right_bottom .wobd-image-ribbon{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.wobd-image-bg-wrap.wobd-image-26.wobd-position-left_bottom .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-26.wobd-position-right_bottom .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-28.wobd-position-left_bottom .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-28.wobd-position-right_bottom .wobd-image-ribbon{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.wobd-inner-text-container{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wobd-image-bg-wrap.wobd-image-1 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-2 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-3 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-4 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-5 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-6 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-7 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-8 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-9 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-10 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-11 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-12 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-21 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-22 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-23 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-24 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-25 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-26 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-27 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-28 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-29 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-31 .wobd-inner-text-container{
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 90px;
    padding: 0 10px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    color: #FFF;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}
.wobd-image-bg-wrap.wobd-image-22 .wobd-inner-text-container{
    width: 85px;
}
.wobd-image-bg-wrap.wobd-image-26 .wobd-inner-text-container{
    width: 94px;
}
.wobd-image-bg-wrap.wobd-image-27 .wobd-inner-text-container{
    width: 140px;
    height: 140px;
    font-size: 18px;
    font-weight: 500;
}
.wobd-image-bg-wrap.wobd-image-28 .wobd-inner-text-container{
    margin-top: -10px;
    width: 95px;
}
.wobd-image-bg-wrap.wobd-image-29 .wobd-inner-text-container{
    margin-top: 35px;
}
.wobd-image-bg-wrap.wobd-image-24 .wobd-inner-text-container{
    color: #f2bed3;
}
.wobd-image-bg-wrap.wobd-image-13 .wobd-text,
.wobd-image-bg-wrap.wobd-image-14 .wobd-text,
.wobd-image-bg-wrap.wobd-image-15 .wobd-text,
.wobd-image-bg-wrap.wobd-image-16 .wobd-text{
    width: 80px;
    height: 80px;
    position: relative;
}
.wobd-image-bg-wrap.wobd-image-13 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-14 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-15 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-16 .wobd-image-ribbon{
    width: 80px;
    height: 80px;
}
.wobd-image-bg-wrap.wobd-image-13 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-14 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-15 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-16 .wobd-inner-text-container{
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 80px;
    padding: 0 10px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    color: #FFF;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}
.wobd-image-bg-wrap.wobd-image-17 .wobd-text,
.wobd-image-bg-wrap.wobd-image-18 .wobd-text,
.wobd-image-bg-wrap.wobd-image-19 .wobd-text,
.wobd-image-bg-wrap.wobd-image-20 .wobd-text{
    width: 180px;
    height: 30px;
    position: relative;
}
.wobd-image-bg-wrap.wobd-image-30 .wobd-text{
    width: 180px;
    height: 56px;
    position: relative;
}
.wobd-image-bg-wrap.wobd-image-17 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-18 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-19 .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-20 .wobd-image-ribbon{
    width: 180px;
    height: 30px;
}
.wobd-image-bg-wrap.wobd-image-17.wobd-position-right_top .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-18.wobd-position-right_top .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-19.wobd-position-right_top .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-20.wobd-position-right_top .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-17.wobd-position-right_bottom .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-18.wobd-position-right_bottom .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-19.wobd-position-right_bottom .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-20.wobd-position-right_bottom .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-30.wobd-position-right_top .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-30.wobd-position-right_bottom .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-21.wobd-position-right_bottom .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-21.wobd-position-right_top .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-23.wobd-position-right_bottom .wobd-image-ribbon,
.wobd-image-bg-wrap.wobd-image-23.wobd-position-right_top .wobd-image-ribbon{
    -webkit-transform: scale(-1, 1) translateZ(0);
    -moz-transform: scale(-1, 1) translateZ(0);
    -ms-transform: scale(-1, 1) translateZ(0);
    -o-transform: scale(-1, 1) translateZ(0);
    transform: scale(-1, 1) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.wobd-image-bg-wrap.wobd-image-17.wobd-position-left_bottom .wobd-text,
.wobd-image-bg-wrap.wobd-image-18.wobd-position-left_bottom .wobd-text,
.wobd-image-bg-wrap.wobd-image-19.wobd-position-left_bottom .wobd-text,
.wobd-image-bg-wrap.wobd-image-20.wobd-position-left_bottom .wobd-text,
.wobd-image-bg-wrap.wobd-image-17.wobd-position-right_bottom .wobd-text,
.wobd-image-bg-wrap.wobd-image-18.wobd-position-right_bottom .wobd-text,
.wobd-image-bg-wrap.wobd-image-19.wobd-position-right_bottom .wobd-text,
.wobd-image-bg-wrap.wobd-image-20.wobd-position-right_bottom .wobd-text,
.wobd-image-bg-wrap.wobd-image-30.wobd-position-left_bottom .wobd-text,
.wobd-image-bg-wrap.wobd-image-30.wobd-position-right_bottom .wobd-text{
    margin-bottom: 35px;
}
.wobd-image-bg-wrap.wobd-image-28.wobd-position-left_bottom .wobd-text,
.wobd-image-bg-wrap.wobd-image-28.wobd-position-right_bottom .wobd-text{
    margin-bottom: 5px;
}
.wobd-image-bg-wrap.wobd-image-30 .wobd-image-ribbon{
    width: 180px;
    height: 56px;
}
.wobd-image-bg-wrap.wobd-image-17 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-18 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-19 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-20 .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-30 .wobd-inner-text-container{
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 170px;
    padding: 0 10px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}
.wobd-image-bg-wrap.wobd-image-28 .wobd-inner-text-container{
    height: 65px;
}
.wobd-image-bg-wrap.wobd-image-26.wobd-position-left_bottom .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-26.wobd-position-right_bottom .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-28.wobd-position-left_bottom .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-28.wobd-position-right_bottom .wobd-inner-text-container{
    bottom: 0;
    top: auto;
}
.wobd-image-bg-wrap.wobd-image-29 .wobd-inner-text-container{
    height: 165px;
}
.wobd-image-bg-wrap.wobd-image-29.wobd-position-left_bottom .wobd-inner-text-container,
.wobd-image-bg-wrap.wobd-image-29.wobd-position-right_bottom .wobd-inner-text-container{
    height: 170px;
    top: auto;
    bottom: 0;
}
.wobd-image-bg-wrap.wobd-image-30 .wobd-inner-text-container{
    width: 180px;
    height: 56px;
    font-size: 18px;
    font-weight: 500;
}
.wobd-image-bg-wrap.wobd-image-31.wobd-position-right_top .wobd-inner-text-container{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 160px;
    height: 40px;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    top: 31px;
}
.wobd-image-bg-wrap.wobd-image-31.wobd-position-left_top .wobd-image-ribbon{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    margin-top: 7px;
    margin-left: -20px;
}
.wobd-image-bg-wrap.wobd-image-31.wobd-position-left_top .wobd-inner-text-container{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 160px;
    height: 56px;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    top: 17px;
    left: -38px;
}
.wobd-image-bg-wrap.wobd-image-31.wobd-position-left_bottom .wobd-text{
    top: 12px;
}
.wobd-image-bg-wrap.wobd-image-31.wobd-position-left_bottom .wobd-image-ribbon{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    margin-left: -13px;
}
.wobd-image-bg-wrap.wobd-image-31.wobd-position-left_bottom .wobd-inner-text-container{
    -webkit-transform: rotate(47deg);
    -moz-transform: rotate(47deg);
    -ms-transform: rotate(47deg);
    -o-transform: rotate(47deg);
    transform: rotate(47deg);
    width: 160px;
    height: 56px;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    top: 35px;
    left: -40px;
}
.wobd-image-bg-wrap.wobd-image-31.wobd-position-right_bottom .wobd-text{
    top: 6px;
}
.wobd-image-bg-wrap.wobd-image-31.wobd-position-right_bottom .wobd-image-ribbon{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    margin-left: 6px;
}
.wobd-image-bg-wrap.wobd-image-31.wobd-position-right_bottom .wobd-inner-text-container{
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    transform: rotate(-44deg);
    width: 160px;
    height: 56px;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    top: 43px;
    left: 0px;
}

.tooltipster-box{
    font-size: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #FFF;
    background: #000;
    text-align: center;
    width: auto !important;
    padding: 0 15px !important;
    height: 25px !important;
    line-height: 25px !important;
    margin-top: -5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.woocommerce .single-product .woocommerce-product-gallery .wobd-attachment-gallery.wobd-badges.wobd-position-left_center,
.woocommerce .single-product .woocommerce-product-gallery .wobd-attachment-gallery.wobd-badges.wobd-position-right_center,{
    margin-top: -70px;
}
.woocommerce .single-product .woocommerce-product-gallery .wobd-attachment-gallery.wobd-badges.wobd-position-left_bottom,
.woocommerce .single-product .woocommerce-product-gallery .wobd-attachment-gallery.wobd-badges.wobd-position-right_bottom{
    bottom: 140px;
}
.woocommerce .single-product .woocommerce-product-gallery .wobd-attachment-gallery.wobd-timer-position-bottom{
    bottom: 140px;
}
.woocommerce .single-product .woocommerce-product-gallery .wobd-badges{
    z-index: 9;
}





