.owl-carousel {
display : none;
width : 100%;
height : 100%;
position : relative;
z-index : 1;
}
.owl-carousel .owl-stage {
position : relative;
height : 100%;
touch-action : manipulation;
}
.owl-carousel .owl-stage:after {
content : ".";
display : block;
clear : both;
visibility : hidden;
line-height : 0;
height : 0;
}
.owl-carousel .owl-stage-outer {
position : relative;
overflow : hidden;
}
.owl-carousel .owl-item {
width : 100%;
position : relative;
height : 100%;
float : left;
}
.owl-carousel .owl-item img {
display : block;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
display : none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
cursor : pointer;
user-select : none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
background : none;
color : inherit;
border : none;
padding : 0 !important ;
font : inherit;
}
.owl-carousel.owl-loaded {
display : block;
}
.owl-carousel.owl-loading {
opacity : 0;
display : block;
}
.owl-carousel.owl-hidden {
opacity : 0;
}
.owl-carousel.owl-refresh .owl-item {
visibility : hidden;
}
.owl-carousel.owl-drag .owl-item {
touch-action : pan-y;
user-select : none;
}
.owl-carousel.owl-grab {
cursor : move;
cursor : grab;
}
.owl-carousel.owl-rtl {
direction : rtl;
}
.owl-carousel.owl-rtl .owl-item {
float : right;
}
.no-js .owl-carousel {
display : block;
}
.owl-carousel .animated {
animation-duration : 1000ms;
animation-fill-mode : both;
}
.owl-carousel .owl-animated-in {
z-index : 0;
}
.owl-carousel .owl-animated-out {
z-index : 1;
}
.owl-carousel .fadeOut {
animation-name : fadeOut;
}
@keyframes fadeOut {
0% {
opacity : 1;
}
100% {
opacity : 0;
}
}
.owl-height {
transition : height 500ms ease-in-out;
}
.owl-carousel .owl-stage-outer {
width : 100%;
height : 100%;
position : relative;
overflow : hidden;
}
a.item {
width : 100%;
height : 100%;
display : table;
position : relative;
overflow : hidden;
background-position : center center;
background-size : cover;
color : #fff;
text-decoration : none;
}
.items {
width : 100%;
height : 18px;
margin-top : -18px;
background-image : url(../images/items.png);
background-position : center center;
position : relative;
z-index : 4;
margin-bottom : 25px;
}
a.item .center {
width : 100%;
height : 100%;
display : table;
position : relative;
overflow : hidden;
}
a.item b {
color : #fff;
font-size : 22px;
background : #A30001;
padding : 0px 15px;
line-height : 50px;
display : inline-block;
text-transform : uppercase;
}
a.item span {
font-size : 17px;
padding : 0px 15px;
line-height : 45px;
display : inline-block;
color: #d4dfec;
background-color: #0f1924;
}
a.item p {
display : table-cell;
vertical-align : middle;
padding : 0;
box-sizing : border-box;
margin : 0;
}
.owl-carousel .owl-nav {
transition : all 0.2s linear;
}
.owl-carousel .owl-nav [class*="owl-"] {
display : inline-block;
cursor : pointer;
}
.owl-carousel .owl-nav .disabled {
opacity : 0.5;
cursor : default;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
width : 60px;
height : 60px;
position : absolute;
top : calc(50% - 30px);
outline : 0;
transition : all 0.1s linear;
opacity : 0;
display : block;
background :#0f1924;
border-radius : 60px;
color :#fff;
}
.owl-carousel:hover .owl-nav button.owl-prev, .owl-carousel:hover .owl-nav button.owl-next {
opacity : 0.8;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span{
width : 60px;
line-height : 60px;
height : 60px;
font-size : 30px;
display : block;
}
.owl-carousel .owl-nav button.owl-prev {
left : 10px;
}
.owl-carousel .owl-nav button.owl-next {
right : 10px;
}
#yorum.owl-carousel .owl-nav button.owl-prev, #yorum.owl-carousel .owl-nav button.owl-next {
width : 30px;
height : 30px;
top : calc(50% - 15px);
background :#34e0a1;
border-radius : 30px;
color :#000000;
}
#yorum.owl-carousel .owl-nav button.owl-prev span, #yorum.owl-carousel .owl-nav button.owl-next span{
width : 30px;
line-height : 30px;
height : 30px;
font-size : 20px;
}
#yorum.owl-carousel .owl-nav button.owl-prev {
left : -7.5px;
}
#yorum.owl-carousel .owl-nav button.owl-next {
right : -7.5px;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
background :#fff;
color :#A30001;
opacity : 1;
}
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top : 10px;
}
.owl-theme .owl-dots {
width : 100%;
position : absolute;
bottom : 30px;
text-align : center;
}
.owl-theme .owl-dots .owl-dot {
display : inline-block;
outline : 0;
}
.owl-theme .owl-dots .owl-dot span {
width : 15px;
height : 15px;
margin : 0 5px;
background : #fff;
display : block;
border-radius : 15px;
opacity : 0.8;
transition : all 0.2s linear;
}
.owl-theme .owl-dots .owl-dot:hover span {
width : 30px;
background : #fff;
opacity : 1;
}
.owl-theme .owl-dots .owl-dot.active span {
width : 30px;
background : #A30001;
opacity : 1;
}
@media screen and (max-width:1025px) {
.owl-carousel .owl-nav {
display : none;
}
}
@media screen and (max-width:768px) {
a.item b {
font-size : 17px;
}
a.item span {
font-size : 13px;
}
a.item p {
padding-top : 50px;
}
}