.owl-carousel {
display: none;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden; }
.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; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
background:;
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
margin: auto;
}
.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;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
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 {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
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-item { }
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
max-height: 0; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//magnoteknik.com/wp-content/plugins/hunk-companion/almaira-shop/assets/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }.table {
display: flex;
flex-wrap: wrap;
margin: 0 auto;
padding: 2rem 0rem 0rem 0rem;
max-width: 1100px;
}
#el-tables .table-cell,
#el-tables-quad .table-cell,
#el-tables-tripple .table-cell {
box-sizing: border-box;
flex-grow: 1;
width: 100%;
padding: 1em 1.4em;
overflow: hidden;
list-style-type: none;
outline: 1px solid #ddd;
text-align: center;
font-weight: 300;
margin-top: 1px;
margin-left: 1px;
}
#el-tables .table-cell:first-child,
#el-tables-quad .table-cell:first-child ,
#el-tables-tripple .table-cell:first-child  {
outline: 1px solid #fff;
background: transparent;
}
@media only screen and (max-width: 768px) {
#el-tables .table-cell:first-child,
#el-tables-quad .table-cell:first-child,
#el-tables-tripple .table-cell:first-child  {
display: none;
}
}
#el-tables .table-cell:nth-child(3),
#el-tables-tripple .table-cell:nth-child(3),
#el-tables-tripple .table-cell:nth-child(4),
#el-tables-quad .table-cell:nth-child(3),
#el-tables-quad .table-cell:nth-child(4),
#el-tables-quad .table-cell:nth-child(5) {
outline: 1px solid #30305b;
}
#el-tables .table-cell:nth-child(-n+3),
#el-tables-tripple .table-cell:nth-child(-n+3),
#el-tables-tripple .table-cell:nth-child(-n+4),
#el-tables-quad .table-cell:nth-child(-n+3),
#el-tables-quad .table-cell:nth-child(-n+4),
#el-tables-quad .table-cell:nth-child(-n+5) {
padding-top: 20px;
padding-bottom: 30px;
}
#el-tables .table-cell h3.column-table-title,
#el-tables-quad .table-cell h3.column-table-title,
#el-tables-tripple .table-cell h3.column-table-title {
font-size: 22px;
margin-top: 0;
margin-bottom: 3rem;
}
#el-tables .table-cell.cell-feature,
#el-tables-quad .table-cell.cell-feature,
#el-tables-tripple .table-cell.cell-feature {
text-align: left;
font-size: 18px; 
}
#el-tables .table-cell.features a.btn:hover,
#el-tables-quad .table-cell.features a.btn:hover,
#el-tables-tripple .table-cell.features a.btn:hover {
background-color: #85bafc;
border-color: #85bafc;
color: #30305b;
}
#el-tables .table-cell.first-column,
#el-tables-quad .table-cell.first-column,
#el-tables-tripple .table-cell.first-column {
color: #30305b;
}
#el-tables .table-cell.first-column a.btn,
#el-tables-quad .table-cell.first-column a.btn,
#el-tables-tripple .table-cell.first-column a.btn {
background-color: #ffffff;
border-color: #30305b;
color: #30305b;
}
#el-tables .table-cell.first-column a.btn:hover,
#el-tables-quad .table-cell.first-column a.btn:hover,
#el-tables-tripple .table-cell.first-column a.btn:hover {
background-color: #30305b;
border-color: #30305b;
color: #ffffff;
}
#el-tables .table-cell.second-column,
#el-tables-quad .table-cell.second-column,
#el-tables-tripple .table-cell.second-column {
color: #85bafc;
}
#el-tables .table-cell.second-column a.btn,
#el-tables-quad .table-cell.second-column a.btn,
#el-tables-tripple .table-cell.second-column a.btn {
background-color: #ffffff;
border-color: #ffffff;
color: #85bafc;
}
#el-tables .table-cell.second-column a.btn:hover,
#el-tables-quad .table-cell.second-column a.btn:hover,
#el-tables-tripple .table-cell.second-column a.btn:hover {
background-color: #85bafc;
border-color: #85bafc;
color: #ffffff;
}
#el-tables .table-cell.third-column,
#el-tables-quad .table-cell.third-column,
#el-tables-tripple .table-cell.third-column {
color: #85bafc;
}
#el-tables .table-cell.third-column a.btn,
#el-tables-quad .table-cell.third-column a.btn,
#el-tables-tripple .table-cell.third-column a.btn {
background-color: #ffffff;
border-color: #ffffff;
color: #85bafc;
}
#el-tables .table-cell.third-column a.btn:hover,
#el-tables-quad .table-cell.third-column a.btn:hover,
#el-tables-tripple .table-cell.third-column a.btn:hover {
background-color: #85bafc;
border-color: #85bafc;
color: #ffffff;
}
#el-tables .table-cell.fourth-column,
#el-tables-quad .table-cell.fourth-column,
#el-tables-tripple .table-cell.fourth-column {
color: #85bafc;
}
#el-tables .table-cell.fourth-column a.btn,
#el-tables-quad .table-cell.fourth-column a.btn,
#el-tables-tripple .table-cell.fourth-column a.btn {
background-color: #ffffff;
border-color: #ffffff;
color: #85bafc;
}
#el-tables .table-cell.fourth-column a.btn:hover,
#el-tables-quad .table-cell.fourth-column a.btn:hover,
#el-tables-tripple .table-cell.fourth-column a.btn:hover {
background-color: #85bafc;
border-color: #85bafc;
color: #ffffff;
}
#el-tables .table-cell p,
#el-tables-quad .table-cell p,
#el-tables-tripple .table-cell p {
margin: 0;
padding: 0;
} #el-tables .table-cell {
width: calc(33.33% - 1px);
}
#el-tables-tripple .table-cell {
width: calc(25% - 1px);
}
#el-tables-quad .table-cell {
width: calc(20% - 1px);
}
#el-tables-pentagon .table-cell {
width: calc(16.6666% - 1px);
}
@media only screen and (max-width: 768px) {
#el-tables .table-cell.cell-feature,
#el-tables-quad .table-cell.cell-feature,
#el-tables-tripple .table-cell.cell-feature  {
width: 100%;
text-align: center;
}
}
#el-tables a.btn,
#el-tables-quad a.btn,
#el-tables-tripple a.btn {
border: 2px solid;
padding: .4rem .7rem;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
text-decoration: none;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
-webkit-border-radius: 0.3rem;
-moz-border-radius: 0.3rem;
-ms-border-radius: 0.3rem;
border-radius: 0.3rem;
}