@font-face {    font-family: Lato;    src: url(../font/LatoTR-Regular.ttf);    font-family: Open Sans;    src: url(../font/OpenSans-Regular.ttf);    font-family: Lato-Light;    src: url(../font/LatoTR-Light.ttf);    font: Lato-Light;    src: url(../font/LatoTR-Light.ttf);}.ax_home_button {    border: 0 none;    border-radius: 2px 2px 2px 2px;    color: #FFFFFF;    cursor: pointer;    display: inline-block;    font-family: Arial, sans-serif;    font-size: 12px;    font-weight: bold;    line-height: 20px;    margin-bottom: 0;    margin-top: 10px;    padding: 7px 10px;    text-transform: none;    transition: all 0.3s ease 0s;    -moz-transition: all 0.3s ease 0s;    -webkit-transition: all 0.3s ease 0s;    width: 99px;    /* auto */    text-align: center;    /* DELETE WHEN WIDTH AUTO */}.ax_home_button.red {    background: none repeat scroll 0 0 #E0645C;    color: #FFFFFF;}.ax_home_button.red:hover {    background: none repeat scroll 0 0 #999999;    color: #FFFFFF;}.ax_home_button.dark {    background: none repeat scroll 0 0 #444444;    color: #FFFFFF;}.ax_home_button.dark:hover {    background: none repeat scroll 0 0 #2DB6CF;    color: #FFFFFF;}.ax_home_button.light {    background: none repeat scroll 0 0 #999999;    color: #FFFFFF;}.ax_home_button.light:hover {    background: none repeat scroll 0 0 #444444;    color: #FFFFFF;}.ax_home_button.orange:hover {    background: none repeat scroll 0 0 #FFFFFF;    color: rgba(42, 121, 191, 0.99);}.ax_home_button.orange {    background: none repeat scroll 0 0 #EC4E25;    color: #FFFFFF;}.ax_home_button.green {    background: none repeat scroll 0 0 #46b98a;    color: #FFFFFF;}.ax_home_button.green {    background: none repeat scroll 0 0 #46b98a;    color: #FFFFFF;}.ax_home_button.green:hover {    background: none repeat scroll 0 0 #444444;    color: #FFFFFF;}.ax_home_button.blue {    background: none repeat scroll 0 0 rgba(42, 121, 191, 0.99);    color: #FFFFFF;}.ax_home_button.blue:hover {    background: none repeat scroll 0 0 #FFFFFF;    color: rgba(42, 121, 191, 0.99);}/*Calendar*/td.highlight a {    background: none !important;    background-color: rgba(42, 121, 191, 0.99) !important;    color: #FFF !important;    /*border: none !important;    padding: 1px 0 1px 1px !important;    background: none !important;    overflow: hidden;    */}.loginBtn {    box-sizing: border-box;    position: relative;    /* width: 13em;  - apply for fixed size */    margin: 0.2em;    padding: 0 15px 0 46px;    border: none;    text-align: left;    line-height: 25px;    white-space: nowrap;    border-radius: 0.2em;    font-size: 16px;    color: #FFF;}.loginBtn:before {    content: "";    box-sizing: border-box;    position: absolute;    top: 0;    left: 0;    width: 34px;    height: 100%;}.loginBtn:focus {    outline: none;}.loginBtn:active {    box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);}/*Aditional Classes*/.fig_class:hover {    background: #242424;    box-shadow: 0px 0px 20px #999;    -moz-box-shadow: 0px 0px 20px #999;    -webkit-box-shadow: 0px 0px 20px #999;}/* Facebook */.loginBtn--facebook {    background-color: #4C69BA;    background-image: linear-gradient(#4C69BA, #3B55A0);    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/    text-shadow: 0 -1px 0 #354C8C;}.loginBtn--facebook:before {    border-right: #364e92 1px solid;    background: url('../content/icon_facebook.png') 9px 6px no-repeat;    background-size: 47%;}.loginBtn--facebook:hover,.loginBtn--facebook:focus {    background-color: #5B7BD5;    background-image: linear-gradient(#5B7BD5, #4864B1);}/* Google */.loginBtn--google {    /*font-family: "Roboto", Roboto, arial, sans-serif;*/    background: #DD4B39;}.loginBtn--google:before {    border-right: #BB3F30 1px solid;    background: url('../s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;}.loginBtn--google:hover,.loginBtn--google:focus {    background: #E74B37;}#toTop {    display: block;    position: fixed;    top: 90%;    right: 0;    padding: 0px;}.input_box {    padding: 5px 20px !important;    FONT-FAMILY: Tahoma !important;}.input_box_border {    border: 1px solid rgba(42, 121, 191, 0.99) !important;    padding: 5px 20px !important;    FONT-FAMILY: Tahoma !important;}/* Pop-Up*/#info_mask {    position: absolute;    z-index: 2000;    background-color: #000;    display: none;}.notification {    display: none;    top: 0; /** The notification needs to be shown on the top of the page */    position: fixed;    margin-top: 0;    margin-right: auto;    margin-bottom: 0;    margin-left: auto;    padding: 5px; /** Keep a little space on the sides of the text */    width: 350px;    z-index: 2100; /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */    text-align: center;    left: 0;    right: 0;    border: 1px solid #006;    margin-top: 200px;    border-radius: 5px;    -moz-border-radius: 5px;    -webkit-border-radius: 5px;    box-shadow: 0 5px 90px #888;    -moz-box-shadow: 0 5px 90px #888;    -webkit-box-shadow: 0 5px 90px #888;    cursor: pointer;    background: #c0ff2c;}.success {    border-color: #a2d246;    margin: 0.5em 0 1.3em 0;    border: 1px solid;    padding: 10px 10px 10px 25px;    -moz-border-radius: 5px;    -webkit-border-radius: 5px;    border-radius: 5px;    -moz-box-shadow: 0 1px 1px #fff inset;    -webkit-box-shadow: 0 1px 1px #fff inset;    box-shadow: 0 1px 1px #fff inset;    background: #00d4ff;}/*Tooltip upcoming*/a.tooltips {    position: relative;    display: inline;}a.tooltips span {    position: absolute;    width: 283px;    color: rgba(42, 121, 191, 0.99);    background: #000000;    height: 30px;    line-height: 30px;    text-align: center;    visibility: hidden;    border-radius: 6px;    margin-bottom: 14px;}a.tooltips span:after {    content: '';    position: absolute;    top: 100%;    left: 19%;    margin-left: -8px;    width: 0;    height: 0;    border-top: 8px solid #000000;    border-right: 8px solid transparent;    border-left: 8px solid transparent;}a:hover.tooltips span {    visibility: visible;    opacity: 0.8;    bottom: 30px;    left: 73%;    margin-left: -76px;    z-index: 999;}/*WarnTip*/.warntip {    position: relative;    display: inline-block;    border-bottom: 1px dotted #ccc;    color: #006080;}.warntip .tooltiptext {    position: absolute;    width: 200px;    background-color: #d20000;    color: #fff;    text-align: center;    padding: 5px 0;    border-radius: 6px;    z-index: 1;    transition: opacity 0.3s;}.warntip:hover .tooltiptext {    visibility: visible;    opacity: 1;}.warntip-right {    /*top: -5px;*/    left: 105%;}.warntip-right::after {    content: "";    position: absolute;    top: 50%;    right: 100%;    margin-top: -5px;    border-width: 5px;    border-style: solid;    border-color: transparent #d20000 transparent transparent;}.warntip-bottom {    top: 135%;    left: 50%;    margin-left: -60px;}.warntip-bottom::after {    content: "";    position: absolute;    bottom: 100%;    left: 50%;    margin-left: -5px;    border-width: 5px;    border-style: solid;    border-color: transparent transparent #555 transparent;}.warntip-top {    bottom: 125%;    left: 50%;    margin-left: -60px;}.warntip-top::after {    content: "";    position: absolute;    top: 100%;    left: 50%;    margin-left: -5px;    border-width: 5px;    border-style: solid;    border-color: #555 transparent transparent transparent;}.warntip-left {    top: -5px;    bottom:auto;    right: 128%;}.warntip-left::after {    content: "";    position: absolute;    top: 50%;    left: 100%;    margin-top: -5px;    border-width: 5px;    border-style: solid;    border-color: transparent transparent transparent #555;}/*Tooltip members*/a.title {    position: relative;    display: inline;}a.title span {    position: absolute;    width: 125px;    color: #FFF;    background: #000000;    height: 30px;    line-height: 30px;    text-align: center;    visibility: hidden;    border-radius: 6px;    margin-bottom: 14px;}a.title span:after {    content: '';    position: absolute;    top: 100%;    left: 19%;    margin-left: -8px;    width: 0;    height: 0;    border-top: 8px solid #000000;    border-right: 8px solid transparent;    border-left: 8px solid transparent;}a:hover.title span {    visibility: visible;    opacity: 0.8;    bottom: 30px;    left: 225%;    margin-left: -76px;    z-index: 999;}.idbox {    position: relative;    width: 325px;    height: 160px;    background-color: none;}.box_footer {    position: relative;    top: 130px;    width: auto;    height: 30px;    background-color: none;    padding-top: 5px;    padding-left: 5px;    border: 1px solid #999;    border-width: 1px 0 0 0;    font: 12px normal arial, sans-serif;}.photo_box {    position: absolute;    top: 8px;    left: 8px;    width: 85px;    height: 105px;    border: 1px solid #999;    /*-moz-box-shadow:    1px 1px 2px 3px #ccc;*/    -webkit-box-shadow: 1px 1px 2px 1px #ccc;    /*box-shadow: 1px 1px 2px 3px #ccc;*/}.nick_box {    position: absolute;    top: 8px;    float: left;    left: 110px;    padding-right: 5px;    font: 14px normal arial, sans-serif;    color: #46BFFF;}.name_box {    position: absolute;    top: 35px;    left: 110px;    font: 12px normal arial, sans-serif;}.mail_box {    position: absolute;    top: 58px;    left: 110px;    font: 12px normal arial, sans-serif;}.phone_box {    position: absolute;    top: 83px;    left: 110px;    font: 12px normal arial, sans-serif;}.close_box {    position: relative;    top: 5px;    float: right;    margin-right: -4px;    width: 35px;    height: 26px;    cursor: default;    background: url(../images/site_usage.png);    background-size: 100% 100%;}.mess_button {    width: 110px;    border: 1px solid #999;    border-radius: 2px 2px 2px 2px;    color: #2978BD;    cursor: pointer;    display: inline-block;    font-family: Arial, sans-serif;    text-transform: none;    transition: all 0.3s ease 0s;    -moz-transition: all 0.3s ease 0s;    -webkit-transition: all 0.3s ease 0s;    text-align: center;}.mess_button:hover {    background: #2978BD;    color: #FFF;}.tip_mess_button {    position: relative;    top: 5px;    width: 110px;    height: 20px;    padding-top: 3px;    border: 1px solid #999;    border-radius: 2px 2px 2px 2px;    color: #FFFFFF;    cursor: pointer;    display: inline-block;    font-family: Arial, sans-serif;    text-transform: none;    transition: all 0.3s ease 0s;    -moz-transition: all 0.3s ease 0s;    -webkit-transition: all 0.3s ease 0s;    text-align: center;}.tip_mess_button.dark {    background: none repeat scroll 0 0 #444444;    color: #FFFFFF;}.tip_mess_button.dark:hover {    background: none repeat scroll 0 0 rgba(42, 121, 191, 0.99);    color: #FFFFFF;}/*Dropdown*/#sample {    top: 0;    left: 0;    margin: 0 auto;}.dropdown dd, .dropdown dt, .dropdown ul {    position: relative;    margin: 0px;    padding: 0px;    width: 12px;}.dropdown dd {    position: absolute;}/*.dropdown a, .dropdown a:visited {	color: #EEEEEE;	text-decoration: none;	outline: none;	font-weight: 600;}*/.dropdown a:hover {    color: #5d4617;}.dropdown dt a:hover, .dropdown dt a:focus {    color: #5d4617;    border: 1px solid #2978BD;    -webkit-filter: none;    -webkit-filter: none;    filter: none;    filter: none;    filter: none;}.dropdown dt a {    /*background: rgb(0, 0, 0) transparent;*/    display: block;    padding-right: 0;    border: 1px solid transparent;    width: 35px;    -webkit-filter: grayscale(1);    -webkit-filter: grayscale(100%);    filter: grayscale(100%);    filter: url(#greyscale);    filter: gray;}.dropdown dt a span {    cursor: pointer;    display: block;    padding: 0;}.dropdown dd ul {    background: #191919 none repeat scroll 0 0;    border: 1px solid #2978BD;    color: #C5C0B0;    display: none;    right: -196%;    padding: 5px 0px;    position: absolute;    top: 0;    width: auto;    min-width: 120px;    list-style: none;    z-index: 2}.dropdown span.value {    display: none;}.dropdown dd ul li a {    padding: 5px;    display: block;}.dropdown dd ul li a:hover {    background-color: #EEEEEE;    color: #2978BD;    font-weight: 600;}.dropdown img.flag {    border: none;    vertical-align: middle;    margin-left: 10px;}.flagvisibility {    display: none;}.ui-dialog .ui-state-error {    padding: .3em;}.validateTips {    border: 1px solid transparent;    padding: 0.3em;}.twit {    color: #a1a1a1;    text-decoration: none;    outline: none;    padding: 5px;    display: block;    cursor: pointer;}.twit:hover {    background-color: #EEEEEE;    color: #2978BD;    font-weight: 600;}.comp_button:hover {    /*background-color: #999;*/}.comp_button_mem:hover {    background-color: #FFF;}.flickr-list-footer-top li {    float: left;    margin-right: 4px;    margin-bottom: 4px;}.button {    display: inline-block;    white-space: nowrap;    background-color: #ddd;    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));    background-image: -webkit-linear-gradient(top, #eee, #ccc);    background-image: -moz-linear-gradient(top, #eee, #ccc);    background-image: -ms-linear-gradient(top, #eee, #ccc);    background-image: -o-linear-gradient(top, #eee, #ccc);    background-image: linear-gradient(top, #eee, #ccc);    border: 1px solid #777;    padding: 0 1.5em;    margin: 0.5em;    font: bold 1em/2em Arial, Helvetica;    text-decoration: none;    color: #333;    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);    -moz-border-radius: .2em;    -webkit-border-radius: .2em;    border-radius: .2em;    -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);}.button:hover {    background-color: #eee;    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));    background-image: -webkit-linear-gradient(top, #fafafa, #ddd);    background-image: -moz-linear-gradient(top, #fafafa, #ddd);    background-image: -ms-linear-gradient(top, #fafafa, #ddd);    background-image: -o-linear-gradient(top, #fafafa, #ddd);    background-image: linear-gradient(top, #fafafa, #ddd);}.button:active {    -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;    position: relative;    top: 1px;}.button:focus {    outline: 0;    background: #fafafa;}.button:before {    background: #ccc;    background: rgba(0, 0, 0, .1);    float: left;    width: 1em;    text-align: center;    font-size: 1.5em;    margin: 0 1em 0 -1em;    padding: 0 .2em;    -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, .5), 2px 0 0 rgba(255, 255, 255, .5);    -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, .5), 2px 0 0 rgba(255, 255, 255, .5);    box-shadow: 1px 0 0 rgba(0, 0, 0, .5), 2px 0 0 rgba(255, 255, 255, .5);    -moz-border-radius: .15em 0 0 .15em;    -webkit-border-radius: .15em 0 0 .15em;    border-radius: .15em 0 0 .15em;    pointer-events: none;}/* Buttons and inputs */.ana_baslik_uye {    width: 99%;    height: 21px;    padding: 4px 0px 0px 0px;    /*	border: 1px solid rgba(0,0,0,0.5);*/    border-radius: 7px 7px 0px 0px;    /*	background: rgba(0,0,0,0.25);*/    background-image: url(../images/menu-uye-parca.png);    background-size: 90% 100%;    background-position: bottom;    /*			background-repeat: no-repeat;*/    /*text-shadow: #fff 0px 1px 0, #000 0 -1px 0;*/    text-align: center;    font: 99% "Trebuchet MS", sans-serif;    /*font-family: tahoma, verdana, sans-serif;*/    font-size: 14px;    font-weight: bold;    color: #FFFFFF;    position: relative;}.jspdrag {    background: #ababab;    position: relative;    top: 0;    left: -3px;    cursor: pointer;    border-radius: 5px;}.t_Content_custom {    color: #FFF;    font-size: 10px;    line-height: 16px;    padding: 7px 8px;    width: 220px;}#box {    position: absolute;    top: 0;    left: 0;    width: 350px;    height: 220px;    z-index: 9999;}#box_label1 {    position: absolute;    top: 45px;    left: 10px;    width: 150px;    color: #999;    font-size: 11px;    line-height: 18px;    font: normal normal bold 12px/normal Arial, Helvetica, sans-serif;}#box_text1 {    position: absolute;    top: 64px;    left: 10px;    width: 200px;}#box_text2 {    position: absolute;    top: 125px;    left: 10px;    width: 200px;}#box_label2 {    position: absolute;    top: 106px;    left: 10px;    width: 150px;    color: #999;    font-size: 11px;    line-height: 18px;    font: normal normal bold 12px/normal Arial, Helvetica, sans-serif;}#box_but1 {    position: absolute;    width: 49.5%;    float: left;    top: 200px;    height: 24px;    padding-top: 5px;    border: 1px solid #999999;    border-width: 1px;    font: bold 11px Tahoma;    color: #0099FF;    cursor: pointer;}#box_but1:hover {    background-color: #CCCCCC;}#box_but_giris {    position: absolute;    top: 164px;    width: 99.9%;    height: 33px;    padding-top: 8px;    padding-right: 2px;    padding-left: 2px;    background: repeat scroll 0 0 rgba(42, 121, 191, 0.99);    border: 1px solid rgba(42, 121, 191, 0.99);    border-width: 1px;    display: inline-block;    font: 99% "Trebuchet MS", sans-serif;    font-size: 15px;    font-weight: 400;    color: #FFF;    cursor: pointer;}#box_but_giris:hover {    background-color: #CCCCCC;    color: rgba(42, 121, 191, 0.99);}#box_but2 {    position: absolute;    width: 49.5%;    right: 0;    top: 200px;    height: 24px;    padding-top: 5px;    border: 1px solid #999999;    border-width: 1px;    font: bold 11px Tahoma;    color: #0099FF;    cursor: pointer;}#box_but2:hover {    background-color: #CCCCCC;}.box_ust_baslik {    margin: auto;    padding-top: 4px;    height: 31px;    border: 1px solid #333333;    border-width: 0 0 1px 0;    background: -moz-linear-gradient(center top, #00c6ff, #018eb6);    background: -webkit-gradient(linear, left top, left bottom, from(#00c6ff), to(#018eb6));    background: -o-linear-gradient(top, #00c6ff, #018eb6);    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#018eb6');    text-align: center;    color: #fff;    text-shadow: 0 1px 2px #161616;    font: bold 18px Arial, Helvetica, sans-serif;}.box_text_box {    left: 10px;    background: #666666;    border-bottom: 1px solid #333;    border-left: 1px solid #000;    border-right: 1px solid #333;    border-top: 1px solid #000;    color: #fff;    border-radius: 3px 3px 3px 3px;    -moz-border-radius: 3px;    -webkit-border-radius: 3px;    font: 13px Arial, Helvetica, sans-serif;    padding: 6px 6px 4px;    width: 200px;}#box_image {    position: absolute;    width: 146px;    height: 112px;    top: 47px;    right: 0px;    background-image: url(../images/aktivx_login.png);    background-size: 100% 100%;    background-position: bottom;}#mask {    position: absolute;    z-index: 2000;    background-color: #000;    display: none;}.ax_entry_alt_baslik {    left: 2px;    background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));    background: -o-linear-gradient(top, #f3f3f3, #dddddd);    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');    border-color: #000;    border-width: 1px;    border-radius: 4px 4px 4px 4px;    -moz-border-radius: 4px;    -webkit-border-radius: 4px;    color: #333;    cursor: pointer;    display: inline-block;    padding: 6px 6px 4px;    margin-top: 10px;    font: 12px;    width: 214px;}.ax_entry_baslik {    width: 95%;    margin-bottom: 20px;    margin: 0 auto;    padding: 3px;    font-family: verdana, sans-serif;    padding-left: 4px;    border-radius: 5px 5px 0px 0px;    border: 1px solid rgba(0, 0, 0, 0.5);    /*	background: -moz-linear-gradient(center top, #00c6ff, #018eb6);    background: -webkit-gradient(linear, left top, left bottom, from(#00c6ff), to(#018eb6));    background:  -o-linear-gradient(top, #00c6ff, #018eb6);    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#018eb6');*/    background-image: url(../images/back.png);    text-align: left;    text-indent: inherit;    font-size: 12px;    color: #000000;    /*	text-transform:uppercase;*/    font-weight: bold;}.ax_entry_baslik.button {    font: bold 11px verdana, sans-serif !important;    /*font-family: verdana, sans-serif !important;*/}.ax_entry_textbox {    BORDER-RIGHT: #aec4d8 1px solid;    ADDING-RIGHT: 4px;    BORDER-TOP: #aec4d8 1px solid;    PADDING-LEFT: 4px;    FONT-SIZE: 9pt;    PADDING-BOTTOM: 1px;    BORDER-LEFT: #aec4d8 1px solid;    COLOR: #000080;    PADDING-TOP: 1px;    BORDER-BOTTOM: #aec4d8 1px solid;    FONT-FAMILY: Tahoma;    BACKGROUND-COLOR: #FFFFFF;    -moz-box-shadow: 1px 1px 2px #000;    -webkit-box-shadow: 1px 1px 2px #000;    box-shadow: 1px 1px 2px #000;}.face_over {    opacity: 0.4;    filter: alpha(opacity=40);}.face_over:hover {    opacity: 1;    filter: alpha(opacity=0);}.sort_events {    position: absolute;    right: 10px;    font-size: 25px;    color: #3BA2FC;    cursor: pointer;}.sort_events:hover {    color: #6dbbff;}
/* ===== Owl Carousel v2.3.4 button uyum duzeltmesi =====
   plugins5152.js'deki eski beta owl kod div kullaniyordu,
   v2.3.4 stabil surum button elementleri kullaniyor.
   Bu CSS masterf9b8.css'deki div secicilerini button'a da eslestirir. */
.owl-event-widget .owl-nav > button.owl-prev,
.owl-event-widget .owl-nav > button.owl-next {
  background: transparent !important;
  height: 20px;
  width: 20px;
  line-height: 12px;
  border-radius: 0 !important;
  margin: 0 !important;
  border: none !important;
  outline: none !important;
  cursor: pointer;
}
.owl-event-widget .owl-nav > button.owl-prev i,
.owl-event-widget .owl-nav > button.owl-next i {
  font-size: 10px;
  color: #ECECEC;
}
.owl-event-widget .owl-nav > button.owl-next {
  border-left: 1px solid rgba(90, 90, 90, 0.6) !important;
}
.owl-albums .owl-nav > button.owl-prev,
.owl-albums .owl-nav > button.owl-next {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
