@charset "UTF-8";
/* CSS Document */

a.box_news {
    position: relative;
    display: block;
    padding-left: 230px;
    color: #555;
    margin-bottom: 30px;
    min-height: 150px;
}
a.box_news figure {
    width: 200px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
a.box_news figure img {
    width: 250px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
a.box_news:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
a.box_news figure figcaption {
    background-color: #333333;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    color: #fff;
    width: 60px;
    height: 60px;
    padding: 15px;
    line-height: 1;
}
a.box_news figure figcaption strong {
    display: block;
    font-size: 21px;
    font-size: 1.3125rem;
}
a.box_news ul {
    margin: 0;
    padding: 10px 0 0 0;
}
a.box_news ul li {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
    font-size: 0.75rem;
    margin-right: 5px;
}
a.box_news p{
    font-size: 0.875rem;
    line-height: 1.6;
    color: #555;
    font-weight: 400;
}
a.box_news ul li:after {
    content: '-';
    margin: 0 0 0 10px;
}
a.box_news ul li:last-child:after {
    content: '';
    margin: 0;
}
a.box_news h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
}
a.box_news:hover h4 {
    color: #e04f67;
}
.btn_home_align {
    text-align: right;
    margin-bottom: 25px;
}
a.btn_1.rounded, .btn_1.rounded {
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    border-radius: 25px !important;
}
a.btn_1, .btn_1 {
    border: none;
    color: #fff;
    background: #333333;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.drop{
    display: flex;
    position: absolute;
    right: 50px;
    top: 35px;
    border-top: 2px solid #e04f67;
    background: #fff;
    width: 600px;
}
.drop h3{
    width: 100%;
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 2px solid #ededed;
    margin-bottom: 0;
    padding-left: 10px;
    border-bottom: 2px solid #ededed;
    padding-bottom: 10px;
    font-weight: 500;
    line-height: 1.2;
}
.drop li{
    display: block;
    height: auto;
    padding: 0 0!important;
    width: 100%;
}
.drop li a{
    font-size: 12px;
    color: #666!important;
    border-bottom: 1px solid #ededed;
    display: block;
    padding: 10px 0px 10px 20px;
}
.drop li:hover a{
    color: #e04f67!important;
    border-bottom: 1px solid #ededed;
    display: block;
    padding: 10px 0px 10px 30px;
    transition: 0.5s;

}
.drop li:last-child{
    border-bottom: none;
}
.drop ul{
    width: 100%;
    text-align: left;
    padding-left: 0;
}
.menu-novisible{
    display: none;
}
.menu-visible{
    display: block;
}
.modala{
    background: #0000;
    height: 100%;
    position: fixed;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.ribbon_3 {
    display: none;
}
.badge_save{
    display: none;
}
.parallax-window{
    z-index: 10;
}
@media (max-width:1024px) {
    .first .box {
        width: 20%;
        height: 30px;
    }

    .text-ri {
        display: flex !important;
        justify-content: right;
        margin-left: auto;
        margin-right: auto;
    }

    .first .row {
        margin-top: 10px;
    }

    @media (max-width: 768px) {
        .drop .row .col-lg-4 {
            width: 33%;
        }

        .navfix {
            top: 56px !important;
        }

        .first .box {
            width: 33%;
            height: 30px;
        }

        .text-ri {
            display: flex !important;
            justify-content: right;
            margin-left: auto;
            margin-right: auto;
            margin-top: 10px;
        }
    }

    @media (max-width: 425px) {
        .sticky ul#top_tools, ul#top_tools {
            display: none;
        }

        .first .box {
            display: none;
            width: 100%;
            height: 30px;
            margin: auto !important;
        }

        #tools .form-group {
            display: none !important;
        }

        .navfix {
            top: 50px !important;
        }

        .first .row {
            display: grid;
        }

        .first .row div {
            margin-bottom: 10px !important;
        }
    }
    @media (max-width: 375px) {
        a.box_news figure figcaption {
            right: 32px;
        }

        a.box_news figure {
            width: 100%;
        }

        a.box_news ul {
            margin: 0;
            text-align: center;
            padding: 160px 0 0 0;
        }

        a.box_news {
            padding-left: 0px;
        }

        a.box_news h4 {
            text-align: center;
        }

        a.box_news p {
            text-align: center;
        }
    }
}

#menu-right{
    float: right;
}