
/* GLOBAL */
/* GLOBAL CSS */
.rightfloat {
float: right;
margin: 0 0 .5rem 1rem;
width: 40%;
}
.rightfloat-sm {
float: right;
margin: 0 0 .5rem 1rem;
width: 25%;
}
@media (max-width: 991px) {
.rightfloat {
float: none;
margin: 0 0 1rem 0;
width: 100%;
}
}
@media(min-width: 992px) {
h1.mega, .oms-interior-banner h1 {
font-size: 4rem;
margin: 0 !important;
/* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);*/
}
}
@media(min-width: 1500px) {
.container {
max-width: 1300px !important;
}
}
.product-image {
background-size: cover !important;
}
.viewMoreDetailsBut {
display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-weight: bold;
}
a:hover img {
opacity: .9;
}
#accordion .card-header:hover {
background: #d3ebed;
}
.modal-body button.close {
font-size: 3rem;
padding: 0 0 10px 20px;
color: var(--primary);
opacity: 1;
}
/* zoom stuff */
/* The outermost element*/
.header-wrapper {
overflow: hidden;
text-align: center;
}
.zoominheader {
background-repeat: repeat;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-animation: zoomin 15s ease-in infinite;
animation: zoomin 15s ease-in infinite;
transition: all .5s ease-in-out;
overflow: hidden;
}
/* The innermost element*/
.zoomoutheader {
background: none;
-webkit-animation: zoomout 15s ease-in infinite;
animation: zoomout 15s ease-in infinite;
transition: all .5s ease-in-out;
overflow: hidden;
}
/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
0% {
transform: scale(1);
}
50% {
transform: scale(1.15);
}
100% {
transform: scale(1);
}
}
@keyframes zoomin {
0% {
transform: scale(1);
}
50% {
transform: scale(1.15);
}
100% {
transform: scale(1);
}
}
/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
0% {
transform: scale(1);
}
50% {
transform: scale(0.67);
}
100% {
transform: scale(1);
}
}
@keyframes zoomout {
0% {
transform: scale(1);
}
50% {
transform: scale(0.67);
}
100% {
transform: scale(1);
}
}
/* end zoom stuff */
body {
color: #222222;
}
[style="color:#666666"] {
color: #222222 !important;
}
[style*="color:#666666"] {
color: #222222 !important;
}
font[color="#666666"] {
color: #222222 !important;
}
font[color="#666666"][face] {
color: #222222 !important;
}
*[color="#666666"] {
color: #222222 !important;
}
/*.sticky-top.border.bg-white,*/
.row.bg-white.p-2.p-sm-3.p-lg-4.my-3.my-lg-4.count,
.card,
.bg-white.border,
.rounded,
.rightfloat.border {
border-radius: 12px !important;
border: 0 !important;
box-shadow: 0 0 0 transparent !important;
}
.accordion .card {
border-radius: 0 !important;
}
.round {
border-radius: 12px;
}
.accordion-new .card-header:hover {
background: #d3ebed;
}
.accordion-new .card-header {
font-family: Montserrat;
line-height: 1.2;
font-size: 1.35rem;
}
.oms-interior-banner {
background-image: url(/userfiles/2410/images/maxfund-sub.jpg) !important;
}
.oms-calendar,
.oms-blog,
.oms-blog-detail {
background: var(--light);
}
.blog-wrapper .blog-item.media {
background: white;
}
.blog-item.media .blog-image a {
padding-bottom: 100% !important;
}
.oms-blog-detail .blog-desc {
background: white;
border-radius: 12px;
padding: 1.5rem;
}
/* PAGE SPECIFIC */
/* FOOTER */
