.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} a.test-popup-link {
        font-size: 12px;
        color: black;
        text-align: center;
        text-decoration: none;
        background-color: #6F6F6F;
        }
        a.test-popup-link p {
        margin: 3px;
        }
        .owl-nav {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 0px;
        }
        .owl-prev {
        float: left;
        }
        .owl-next {
        float: right;
        }
        .owl-nav div {
        background-color: rgb(0, 0, 0) !important;
        }
.owl-nav div {
    background-color: rgba(208, 204, 197, 0.71) !important;
    padding: 20px 10px !important;
}
.owl-item .item p {
    height: 28px;
}
.button_add {
	    -moz-box-shadow: inset 0px 1px 0px 0px #bee2f9;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bee2f9;
    box-shadow: inset 0px 1px 0px 0px #bee2f9;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9DC258), color-stop(1, #4F7F00) );
    background: -moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
    background-color: #7EAD2A;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #4D7C00;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    height: 25px;
    line-height: 25px;
    width: 95%;
    text-decoration: none;
    text-align: center;
    margin: 5px 0px;
}
.button_add:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #558500), color-stop(1, #5F9000) );
    background: -moz-linear-gradient( center top, #558500 5%, #5F9000 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#558500', endColorstr='#5F9000');
    background-color: #528200;
}.button_add:active {
	position:relative;
	top:1px;
}
a.button_add:hover {
    color: white !important;
    text-decoration: none;
}