.noo-desktop-1 .noo-grid-item {
width: 100%;
}
.noo-desktop-2 .noo-grid-item {
width: 50%;
}
.noo-desktop-3 .noo-grid-item {
width: 33.333%;
}
.noo-desktop-4 .noo-grid-item {
width: 25%;
}
.noo-desktop-5 .noo-grid-item {
width: 20%;
}
.noo-desktop-6 .noo-grid-item {
width: 16.6666%;
}
@media (max-width: 992px) {
.noo-tablet-1 .noo-grid-item {
width: 100%;
}
.noo-tablet-2 .noo-grid-item {
width: 50%;
}
.noo-tablet-3 .noo-grid-item {
width: 33.333%;
}
.noo-tablet-4 .noo-grid-item {
width: 25%;
}
.noo-tablet-5 .noo-grid-item {
width: 20%;
}
.noo-tablet-5 .noo-grid-item {
width: 16.666%;
}
}
@media (max-width: 767px) {
.noo-mobile-2 .noo-grid-item {
width: 50%;
}
.noo-mobile-3 .noo-grid-item {
width: 33.333%;
}
.noo-mobile-4 .noo-grid-item {
width: 25%;
}
.noo-mobile-5 .noo-grid-item {
width: 20%;
}
.noo-tablet-6 .noo-grid-item {
width: 16.666%;
}
}
@media (max-width: 576px) {
.noo-mobile-1 .noo-grid-item {
width: 100%;
}
}
.noo-grid-item {
padding-left: 15px;
padding-right: 15px;
}
.noo-grid-col {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.is-flex {
display: flex;
flex-wrap: wrap;
}.owl-carousel .owl-nav {
width: 100%;
position: absolute;
top: 50%;
-webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav [class*='owl-'] {
color: #FFF;
display: inline-block;
zoom: 1;
margin: 5px;
width: 25px;
height: 25px;
font-size: 12px;
line-height: 25px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: #D6D6D6;
filter: Alpha(Opacity=50);
opacity: 0.5;
}
.owl-carousel .owl-nav .owl-prev{
float: left;
position: absolute;
left: -30px;
}
.owl-carousel .owl-nav .owl-next{
float: right;
position: absolute;
right: -30px;
}
.owl-carousel .owl-nav [class*='owl-']:hover {
background: #f5d006;
color: #FFF;
text-decoration: none;
}
.owl-carousel .owl-nav .disabled {
opacity: 0.5;
cursor: default;
}
.owl-carousel .owl-nav.disabled + .owl-dots {
margin-top: 10px;
}
.owl-carousel .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #dddede;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
background: #f5d006;
}