﻿* { outline-style:none !important;}
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address,
variable, form, fieldset, blockquote {
padding: 0;
margin: 0;
font-size: 100%;
}
p {
    padding: 0 !important;
    margin: 0 !important;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td, th, caption {
text-align: left;
}
td {
    vertical-align:top;
}
img, fieldset {
border: 0;
}
ol {
padding-left: 1.4em;
list-style: decimal;
}
ul {
padding-left: 1.4em;
list-style:square;
}
q:before, q:after {
content:'';
}
article, aside, figure, footer, header, hgroup, nav, section {
display:block;
}
/* Ligthbox */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgb(160, 160, 160, 0.5);
    border-radius: 25px;
    width: 3rem !important;
    height: 3rem !important;
    background-size: 50% !important;
}