body {
    font-size: 16px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.container {
    max-width: 1250px;
}

li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

.transition {transition: all 0.3s !important;}

.no-flickr {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.c000 {color: #000000;}
.c111 {color: #111111;}
.c333 {color: #333333;}
.c525252 {color: #525252;}
.c545454 {color: #545454;}
.c555 {color: #555555;}
.c666 {color: #666666;}
.c999 {color: #999999;}

.bg000 {background-color: #000000;}
.bg111 {background-color: #111111;}
.bg333 {background-color: #333333;}

.bgEEE {background-color: #EEE;}
.bgFCF1EB {background-color: #FCF1EB;}

.line-h-75{line-height: 75%;}
.line-h-80{line-height: 80%;}
.line-h-85{line-height: 85%;}
.line-h-120{line-height: 120%;}
.line-h-140{line-height: 140%;}
.line-h-160{line-height: 160%;}

.filter-white { filter: brightness(0) invert(1); }

.menu-toggle > img {
    filter: brightness(0);
}

.menu-toggle.is-active > img {
    filter: brightness(1);
}

.header-links a:hover {
    color: #ED3237 !important;
}
/* SIDEBAR */
.sidenav {
    position: absolute;
    max-width: 0px;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 50;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.95);
    transition: ease .2s;
}

.sidenav .links a {
    transition: ease 0.3s;
}

.sidenav .links a:hover {
    color: #FFF !important;
}

.sidenav.open {
    max-width: 1000px;
}

.bg-opacity {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    opacity: 0;
    display: none;
    z-index: 3;
}

.bg-opacity.active {
    display: block;
}

/***********/

/* HANDLE SEARCH */
#search {
    margin-bottom: 10px;
    max-width:900px;
    width:80%;
}
#search .input-lg {
    height: 44px;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    border: 0;
    float: right;
    background: transparent;
    box-shadow: none;
}

#search .input-lg {
    height: 90px; 
    font-size: 24px; 
    transition: ease .3s; 
    width:100%;
}

.text-search{
    font-size: 45px;
}

.overlay{
    display: none;
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%;
    z-index: 9999999; 
    background-color: rgba(0,0,0,0.85); 
}

.overlay {
    top:-100%;
    transition: top .2s ease;
    transition: height .6s ease;
    transition: opacity .3s ease;
    width: 100%;
    height: 0px !important;
    opacity: 0;
    overflow: hidden;
}
.overlay.show {
    top:0%;
    opacity: 1.0;
    width: 100%;
    height: 100% !important;
}
/* *************** */

.image-object-cover-h-200 {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.image-object-cover-h-250 {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}
